From dbii at interaction.net Sat Jan 8 07:32:24 2005 From: dbii at interaction.net (David Bluestein II) Date: Sat Jan 8 07:32:30 2005 Subject: APM: Colorized HTML Diff Message-ID: <7EDA4249-618A-11D9-8030-000D934152EA@interaction.net> Here is my question. Users are constructing a document based upon HTML forms. Creating separate sections. What I want to do is save each version, but be able to show a colorized HTML diff of the two (just the changes, or the whole document highlighting changes). Anyone have suggestions on best way to do this easily in Perl (CGI)? David ----------------------------------------------------------------------- David H. Bluestein II President & Lead Developer dbii@interaction.net ii, inc. http://www.interaction.net -- Specializing in Interactive, Database Driven Websites -- From jbrooks4 at austin.rr.com Sat Jan 8 10:10:38 2005 From: jbrooks4 at austin.rr.com (Jeremy Brooks) Date: Sat Jan 8 10:10:45 2005 Subject: APM: RE: Colorized HTML Diff In-Reply-To: <7EDA4249-618A-11D9-8030-000D934152EA@interaction.net> Message-ID: <200501081810.j08IAW8H021998@ms-smtp-02-eri0.texas.rr.com> Do you want a diff style diff or a comparison of the parameters from param? Also, are the two files stored on disk or are they built by the same CGI process in memory? > -----Original Message----- > From: austin-bounces@pm.org [mailto:austin-bounces@pm.org] On > Behalf Of David Bluestein II > Sent: Saturday, January 08, 2005 9:32 AM > To: austin@mail.pm.org > Subject: APM: Colorized HTML Diff > > Here is my question. Users are constructing a document based > upon HTML forms. Creating separate sections. What I want to > do is save each version, but be able to show a colorized HTML > diff of the two (just the changes, or the whole document > highlighting changes). > > Anyone have suggestions on best way to do this easily in Perl (CGI)? > > David > -------------------------------------------------------------- > --------- > David H. Bluestein II > President & Lead Developer dbii@interaction.net > ii, inc. > http://www.interaction.net > -- Specializing in Interactive, Database Driven Websites -- > > _______________________________________________ > Austin mailing list > Austin@pm.org > http://mail.pm.org/mailman/listinfo/austin From parkerm at pobox.com Sun Jan 9 09:18:43 2005 From: parkerm at pobox.com (Michael Parker) Date: Sun Jan 9 09:45:15 2005 Subject: APM: Colorized HTML Diff In-Reply-To: <7EDA4249-618A-11D9-8030-000D934152EA@interaction.net> References: <7EDA4249-618A-11D9-8030-000D934152EA@interaction.net> Message-ID: <20050109171842.GA20008@mail.herk.net> On Sat, Jan 08, 2005 at 09:32:24AM -0600, David Bluestein II wrote: > > Anyone have suggestions on best way to do this easily in Perl (CGI)? > PurePerl? No, although I didn't do a really good search of CPAN. However, it sounds like a job for GNU enscript. This is how viewcvs does it's syntax highlighting. You could pretty easily make a call out to this in your CGI. Michael -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://mail.pm.org/pipermail/austin/attachments/20050109/67098db0/attachment.bin From dbii at interaction.net Tue Jan 11 11:05:49 2005 From: dbii at interaction.net (David Bluestein II) Date: Tue Jan 11 11:05:54 2005 Subject: APM: RE: Colorized HTML Diff In-Reply-To: <200501081810.j08IAW8H021998@ms-smtp-02-eri0.texas.rr.com> References: <200501081810.j08IAW8H021998@ms-smtp-02-eri0.texas.rr.com> Message-ID: I want it like cvsweb.cgi does it. e.g.: Green is new Red is deleted Blue is changed Along with brief context. Don't want to show the whole document, which are two text documents build from database fields. So they could be on disk, but they are already in the program in scalar variable. David On Jan 8, 2005, at 12:10 PM, Jeremy Brooks wrote: > Do you want a diff style diff or a comparison of the parameters from > param? > Also, are the two files stored on disk or are they built by the same > CGI > process in memory? > > >> -----Original Message----- >> From: austin-bounces@pm.org [mailto:austin-bounces@pm.org] On >> Behalf Of David Bluestein II >> Sent: Saturday, January 08, 2005 9:32 AM >> To: austin@mail.pm.org >> Subject: APM: Colorized HTML Diff >> >> Here is my question. Users are constructing a document based >> upon HTML forms. Creating separate sections. What I want to >> do is save each version, but be able to show a colorized HTML >> diff of the two (just the changes, or the whole document >> highlighting changes). >> >> Anyone have suggestions on best way to do this easily in Perl (CGI)? >> >> David >> -------------------------------------------------------------- >> --------- >> David H. Bluestein II >> President & Lead Developer dbii@interaction.net >> ii, inc. >> http://www.interaction.net >> -- Specializing in Interactive, Database Driven Websites -- >> >> _______________________________________________ >> Austin mailing list >> Austin@pm.org >> http://mail.pm.org/mailman/listinfo/austin > > _______________________________________________ > Austin mailing list > Austin@pm.org > http://mail.pm.org/mailman/listinfo/austin > ----------------------------------------------------------------------- David H. Bluestein II President & Lead Developer dbii@interaction.net ii, inc. http://www.interaction.net -- Specializing in Interactive, Database Driven Websites -- From ian at remmler.org Tue Jan 11 12:53:17 2005 From: ian at remmler.org (Ian Remmler) Date: Tue Jan 11 12:43:37 2005 Subject: APM: Colorized HTML Diff In-Reply-To: <7EDA4249-618A-11D9-8030-000D934152EA@interaction.net> References: <7EDA4249-618A-11D9-8030-000D934152EA@interaction.net> Message-ID: <20050111205316.GA18754@remmler.org> On Sat, Jan 08, 2005 at 09:32:24AM -0600, David Bluestein II wrote: > Here is my question. Users are constructing a document based upon HTML > forms. Creating separate sections. What I want to do is save each > version, but be able to show a colorized HTML diff of the two (just the > changes, or the whole document highlighting changes). > > Anyone have suggestions on best way to do this easily in Perl (CGI)? I just remembered that I whipped up a script a while back that does a side-by-side of the differences using Algorithm::Diff. Right now it does the whole file, but it could be modified to skip the unchanged bits. It should probably use CSS, but oh well. It's at http://remmler.org/diff.pl if you want to take a look. -- Go banana! From dbii at interaction.net Mon Jan 17 09:10:53 2005 From: dbii at interaction.net (David Bluestein II) Date: Mon Jan 17 09:11:09 2005 Subject: APM: Monthly Meeting: Wednesday at ARL Message-ID: As a reminder, our monthly meeting will be this Wednesday at ARL. Details at: http://austin.pm.org/ Ian is going to talk about Maypole, meeting starts at 7:00 pm. Thanks to Sam for updating our website, though I noticed we lost our pre-meeting dinner announcement for 5:45 at Pok-e Jo's in the Arboretum. I'm sure Sam will get that back up there quickly :) David ----------------------------------------------------------------------- David H. Bluestein II President & Lead Developer dbii@interaction.net ii, inc. http://www.interaction.net -- Specializing in Interactive, Database Driven Websites -- From austin.pm at sam-i-am.com Tue Jan 18 07:16:03 2005 From: austin.pm at sam-i-am.com (Sam Foster) Date: Tue Jan 18 07:16:21 2005 Subject: APM: Monthly Meeting: Wednesday at ARL In-Reply-To: References: Message-ID: <41ED2833.103@sam-i-am.com> > Ian is going to talk about Maypole, meeting starts at 7:00 pm. > > Thanks to Sam for updating our website, though I noticed we lost our > pre-meeting dinner announcement for 5:45 at Pok-e Jo's in the Arboretum. > I'm sure Sam will get that back up there quickly :) Done, see you all there. Sam From erik at debill.org Thu Jan 20 13:39:18 2005 From: erik at debill.org (erik@debill.org) Date: Thu Jan 20 13:39:55 2005 Subject: APM: Job opening at NCSoft Message-ID: <20050120213918.GB4919@debill.org> My group at NCSoft is looking to hire a another developer. We're pretty much 100% perl, though there's some C++ and ASP stuff lurking out there that we'll have to support eventually. The posting is at http://www.plaync.com/jobs/jobs_austin.html#billing, but here's an inline copy for those of you who are lazy like me. Erik BILLING/TOOLS APPLICATION DEVELOPER - Network OPS The Billing/Tools Application Developer will be designing, documenting, developing, testing, implementing and maintaining existing and future billing and systems tools. Will also be reporting, and monitoring applications for administrative and public use. Requirements: * 3+ years of web application development experience, 2+ years using perl * Excellent understanding of SQL programming using DBI. * Excellent verbal and written communication skills. * Experience working with RDBMSs such as MS SQL. * Experience working with business stakeholders to develop requirements for software projects. * Good working knowledge of HTML. Preferred: * Experience with Billing system design and setup * Understanding of CSS & DHTML. * Experience with custom report writing * Experience with multi-product billing systems * Experience developing Customer Support tools * Experience working with Linux and Apache Interested candidates should send a resume along with salary requirements to jobs@ncaustin.com. From glim at mycybernet.net Mon Jan 24 19:55:00 2005 From: glim at mycybernet.net (glim@mycybernet.net) Date: Mon Jan 24 19:54:07 2005 Subject: APM: Yet Another Perl Conference North America 2005 announces call-for-papers Message-ID: YAPC::NA 2005 (Yet Another Perl Conference, North America) has just released its call-for-papers; potential and aspiring speakers can submit a presentation proposal via: http://yapc.org/America/cfp-2005.shtml The dates of the conference are Monday - Wednesday 27-29 June 2005. The location will be in downtown Toronto, Ontario, Canada. (Note that a different date block was previously announced, but has been moved to accomodate venue availability.) The close of the call-for-papers is April 18, 2005 at 11:59 pm. If you have any questions regarding the call-for-papers or speaking at YAPC::NA 2005 please email na-author@yapc.org We would love to hear from potential sponsors. Please contact the organizers at na-sponsor@yapc.org to learn about the benefits of sponsorship. Other information regarding the conference (e.g. venue, registration specifics) will be announced soon. We look forward to your submissions and a great conference! From chris at chrisbaker.net Thu Jan 27 12:22:11 2005 From: chris at chrisbaker.net (Christopher Baker) Date: Sun Jan 30 18:43:27 2005 Subject: APM: Fw: [austinjug_jobs] UT Job Posting Message-ID: <20050127141932.D487.CHRIS@chrisbaker.net> Forwarded by Christopher Baker ----------------------- Original Message ----------------------- From: David Campbell To: David Campbell Date: Wed, 26 Jan 2005 19:44:45 -0600 Subject: [austinjug_jobs] UT Job Posting ---- http://utdirect.utexas.edu/pnjobs/pnjobsvw.WBX? comp=0&job_nbr=050125019322 Job Title Systems Analyst Job Number 05-01-25-01-9322 Job Status Open Date available 02/01/2005 Position duration Funding expected to continue Position open to all applicants Monthly salary $ 3641 negotiable depending on qualifications. Hours per week 40.00 Standard from 800AM to 500PM Location Austin (main campus) Hiring department Ctr Instructional Tech http://www.utexas.edu/academic/diia Required Qualifications Bachelor's degree. Two years of experience in systems design, analysis and programming, or high school graduation or GED, and four years of such experience. One year experience developing applications with an object oriented programming language. Proficiency with Java and XML. One or more years experience administering network servers in a production environment. One year experience with relational databases. Familiarity applying design patterns to software projects. Preferred Qualifications More than two years experience designing and developing network based applications and systems. Experience writing technical tutorials or delivering end-user training. Experience consulting with content publishers and developers. Exerience with popular Web publishing tools such as FrontPage or Macromedia Dreamweaver, and Macromedia Fireworks or Adobe Photoshop. One or more years experience with client-side Web scripting with Javascript. Proficiency with the Apache web server, the HTTP protocol, and Websearch engines and Tomcat servlet container. Experience conducting usability and/or accessibility tests. Proficiency with perl, PHP, C, or webAgent/Natural. Familiarity with Apple Streaming and Windows Media Servers. Familiarity with administration of MySQL, PostGreSQL, Oracle, or SQL servers. Experience with MagicDraw, Rational Rose or similar tools. Purpose of This Position Support and expand the capabilities of the Division of Instructional Innovation and Assessment's Instructional Technology Integration group including the design, development and assessment of technology solutions. Essential Functions Develop and implement technology and software solutions. Provide expert consultation and training to DIIA and campus developers. Design and architect complex technology systems. Document and publicize reference solutions. Configure and administer servers and security solutions. ============================================================ OZ: I am my thoughts. If they exist in her, Buffy contains everything that is me and she becomes me. I cease to exist. No one else exists either. Buffy is all of us. We think. Therefore, she is. --_Buffy the Vampire Slayer_, "Earshot" ============================================================ Chris Baker -- www.chrisbaker.net chris@chrisbaker.net, chrisbaker@iname.com, cbaker2@columbus.rr.com "When you stop growing, you start dying."