From dbii at interaction.net Sun Jul 17 21:47:28 2005 From: dbii at interaction.net (David Bluestein II) Date: Sun, 17 Jul 2005 23:47:28 -0500 Subject: APM: Perl Mongers Meeting This Week Message-ID: This week we have Bill Raty reviewing Java.pm, calling java through a perl interface, followed by David Bluestein (me) covering Catalyst (the Perl MVC answer to Ruby on Rails). Date: Wednesday, July 20th Place: ARL Time: 7:00 Dinner: Double Dave's on Metric, 5:45ish For details and addresses: http://austin.pm.org/ Next Month (August), Mark Lehmann will be doing part two of his graphics via perl talk and showing lots of cool graphs. David ----------------------------------------------------------------------- David H. Bluestein II President & Lead Developer dbii at interaction.net ii, inc. http://www.interaction.net -- Specializing in Interactive, Database Driven Websites -- From dbii at interaction.net Thu Jul 21 07:46:13 2005 From: dbii at interaction.net (David Bluestein II) Date: Thu, 21 Jul 2005 09:46:13 -0500 Subject: APM: Error in Catalyst Presentation Message-ID: <38f6019359106c63b8517828a760a2fe@interaction.net> Thanks to everyone who helped during the presentation last night. I my stupid mistake, which I should have caught due to the output (which I thought looked weird). In the &edit : Local in my Page.pm controller, I had 'base' the text string instead of $base the variable. So everything was working, I was missing a $ (must have thought it was line noise). Oh well, I'll bring my laptop in August if anyone wants to see it in action before/after the meeting. Next up, I'm moving it to HTML::Template, then I'll migrate it to mod_perl. I'll update the list as I move forward. For those who missed the changes for mysql: dbi:SQLite:/path/to/minimojo.db ---> dbi:mysql:nameofmysqldatabase Note that the missing modules for the javascript post were: HTML::Prototype Catalyst::Plugin::Prototype David ----------------------------------------------------------------------- David H. Bluestein II President & Lead Developer dbii at interaction.net ii, inc. http://www.interaction.net -- Specializing in Interactive, Database Driven Websites -- From bkreed at hackboy.com Thu Jul 21 08:57:23 2005 From: bkreed at hackboy.com (Bryan K. Reed) Date: Thu, 21 Jul 2005 10:57:23 -0500 Subject: APM: Error in Catalyst Presentation In-Reply-To: <38f6019359106c63b8517828a760a2fe@interaction.net> References: <38f6019359106c63b8517828a760a2fe@interaction.net> Message-ID: <20050721155723.GE2923@butters.hackboy.com> On Thu, Jul 21, 2005 at 09:46:13AM -0500, David Bluestein II wrote: > Next up, I'm moving it to HTML::Template, then I'll migrate it to > mod_perl. I'll update the list as I move forward. For those who missed > the changes for mysql: > > dbi:SQLite:/path/to/minimojo.db ---> dbi:mysql:nameofmysqldatabase > > Note that the missing modules for the javascript post were: > > HTML::Prototype > Catalyst::Plugin::Prototype Could you post a link to the article from last night. I didn't get around to writing down the URL. Also, Wayne, could you post the link to that article about Damien's new book? -- Bryan K. Reed bkreed at hackboy.com 'And sanity is really just a one trick pony, anyway. I mean, all you get is one trick, RATIONAL THINKING! But when you're good and crazy, the sky's the limit!' -- The TICK From dbii at interaction.net Thu Jul 21 09:05:38 2005 From: dbii at interaction.net (David Bluestein II) Date: Thu, 21 Jul 2005 11:05:38 -0500 Subject: APM: Error in Catalyst Presentation In-Reply-To: <20050721155723.GE2923@butters.hackboy.com> References: <38f6019359106c63b8517828a760a2fe@interaction.net> <20050721155723.GE2923@butters.hackboy.com> Message-ID: <3e2b1a23d2cf9ed11b9bdc847e427054@interaction.net> Ahh, should have remembered to include that. The Catalyst article is at: http://perl.com/pub/a/2005/06/02/catalyst.html The Perl.com article on 10 best practices is at: http://www.perl.com/pub/a/2005/07/14/bestpractices.html On Jul 21, 2005, at 10:57 AM, Bryan K. Reed wrote: > On Thu, Jul 21, 2005 at 09:46:13AM -0500, David Bluestein II wrote: > > >> Next up, I'm moving it to HTML::Template, then I'll migrate it to >> mod_perl. I'll update the list as I move forward. For those who missed >> the changes for mysql: >> >> dbi:SQLite:/path/to/minimojo.db ---> dbi:mysql:nameofmysqldatabase >> >> Note that the missing modules for the javascript post were: >> >> HTML::Prototype >> Catalyst::Plugin::Prototype > > Could you post a link to the article from last night. I didn't get > around > to writing down the URL. > > Also, Wayne, could you post the link to that article about Damien's new > book? > > -- > Bryan K. Reed bkreed at hackboy.com > 'And sanity is really just a one trick pony, anyway. I mean, all you > get is one trick, RATIONAL THINKING! But when you're good and crazy, > the sky's the limit!' -- The TICK > _______________________________________________ > Austin mailing list > Austin at pm.org > http://mail.pm.org/mailman/listinfo/austin > ----------------------------------------------------------------------- David H. Bluestein II President & Lead Developer dbii at interaction.net ii, inc. http://www.interaction.net -- Specializing in Interactive, Database Driven Websites -- From wwalker at bybent.com Thu Jul 21 09:53:55 2005 From: wwalker at bybent.com (Wayne Walker) Date: Thu, 21 Jul 2005 11:53:55 -0500 Subject: APM: Error in Catalyst Presentation In-Reply-To: <3e2b1a23d2cf9ed11b9bdc847e427054@interaction.net> References: <38f6019359106c63b8517828a760a2fe@interaction.net> <20050721155723.GE2923@butters.hackboy.com> <3e2b1a23d2cf9ed11b9bdc847e427054@interaction.net> Message-ID: <20050721165355.GA3793@bybent.com> O'Reilly sent me the Best Practices book. It arrived yesterday. Found it on the kitchen table when I got home. Only read about 10 pages, but I'm impressed. I'll try to create a rolling review of it as I go. Wayne On Thu, Jul 21, 2005 at 11:05:38AM -0500, David Bluestein II wrote: > Ahh, should have remembered to include that. The Catalyst article is at: > > http://perl.com/pub/a/2005/06/02/catalyst.html > > The Perl.com article on 10 best practices is at: > > http://www.perl.com/pub/a/2005/07/14/bestpractices.html > > On Jul 21, 2005, at 10:57 AM, Bryan K. Reed wrote: > > > On Thu, Jul 21, 2005 at 09:46:13AM -0500, David Bluestein II wrote: > > > > > >> Next up, I'm moving it to HTML::Template, then I'll migrate it to > >> mod_perl. I'll update the list as I move forward. For those who missed > >> the changes for mysql: > >> > >> dbi:SQLite:/path/to/minimojo.db ---> dbi:mysql:nameofmysqldatabase > >> > >> Note that the missing modules for the javascript post were: > >> > >> HTML::Prototype > >> Catalyst::Plugin::Prototype > > > > Could you post a link to the article from last night. I didn't get > > around > > to writing down the URL. > > > > Also, Wayne, could you post the link to that article about Damien's new > > book? > > > > -- > > Bryan K. Reed bkreed at hackboy.com > > 'And sanity is really just a one trick pony, anyway. I mean, all you > > get is one trick, RATIONAL THINKING! But when you're good and crazy, > > the sky's the limit!' -- The TICK > > _______________________________________________ > > Austin mailing list > > Austin at pm.org > > http://mail.pm.org/mailman/listinfo/austin > > > ----------------------------------------------------------------------- > David H. Bluestein II > President & Lead Developer dbii at interaction.net > ii, inc. > http://www.interaction.net > -- Specializing in Interactive, Database Driven Websites -- > > _______________________________________________ > Austin mailing list > Austin at pm.org > http://mail.pm.org/mailman/listinfo/austin -- Wayne Walker wwalker at gnumber.com wwalker at bybent.com Do you use Linux?! http://www.bybent.com Get Counted! http://counter.li.org/ Perl - http://www.perl.org/ Perl User Groups - http://www.pm.org/ Jabber: wwalker at jabber.gnumber.com AIM: lwwalkerbybent IRC: wwalker on freenode.net From wwalker at bybent.com Thu Jul 21 16:56:38 2005 From: wwalker at bybent.com (Wayne Walker) Date: Thu, 21 Jul 2005 18:56:38 -0500 Subject: APM: MySQL Meetup group Message-ID: <20050721235638.GE3793@bybent.com> http://mysql.meetup.com/36/events/4730081/ -- Wayne Walker wwalker at gnumber.com wwalker at bybent.com Do you use Linux?! http://www.bybent.com Get Counted! http://counter.li.org/ Perl - http://www.perl.org/ Perl User Groups - http://www.pm.org/ Jabber: wwalker at jabber.gnumber.com AIM: lwwalkerbybent IRC: wwalker on freenode.net From tshinnic at io.com Fri Jul 22 13:41:46 2005 From: tshinnic at io.com (Thomas L. Shinnick) Date: Fri, 22 Jul 2005 15:41:46 -0500 Subject: APM: More Catalyst links Message-ID: <6.2.1.2.2.20050722153508.035b2ad0@mail.io.com> I've put together some of the more notable Catalyst links for your bemused confoundment. The two slide sets in PDF form and the two movies might be easier to scan over than the docs. Article on Perl.com: "Catalyst" http://www.perl.com/pub/a/2005/06/02/catalyst.html Catalyst "Home Page" (but not as useful as Wiki (next)) http://catalyst.perl.org/ Catalyst Wiki (looks like it will be good, once people stop coding...) http://dev.catalyst.perl.org/ Catalyst mail lists http://lists.rawmode.org/mailman/listinfo Movies (see http://dev.catalyst.perl.org/wiki/Movies ) Auto Completion ala Google (15MB) http://breen.irt.drexel.edu/mirrors/catalyst/vid/catalyst_auto_complete_take1.mov http://files.oook.de.nyud.net:8090/catalyst_auto_complete_take1.mov Scaffolding (CRUD) (22MB) http://users.ox.ac.uk/~oliver/data/files/catalyst_scaffolding_with_cruds_take1.mov http://breen.irt.drexel.edu/mirrors/catalyst/vid/catalyst_scaffolding_with_cruds_take1.mov Perrin Harkins' slides for YAPC: side-by-side OpenInteract2, Catalyst, CGI::Application http://rawmode.org/~gabbana/mvc_slides.pdf and side-by-side code examples, http://plusthree.com/download/mvc_samples.tgz as mentioned in "Catalyst usage in the wild..." http://www.perlmonks.com/?node_id=473960 Example Applications (contributions) "ServerDB" by Andy Grundman Good slides in "ServerDB and Catalyst Overview.pdf" http://www.hybridized.org/catalyst/ServerDB%20and%20Catalyst%20Overview.pdf archive http://www.hybridized.org/catalyst/Catalyst-ServerDB-1.02.tar.gz Catalyst Quick Reference card (a start of one, anyway) http://refcards.com/refcards/catalyst/draft-catalyst-refcard.pdf Trying to be a summary of the Catalyst milestones and IRC traffic http://use.perl.org/~draven/journal/ #catalyst IRC channel at irc.perl.org. Some captures of 'dialogs' on IRC #catalyst, but not updated recently. http://www.loglibrary.com/141 However log of #catalyst available at http://www.loglibrary.com/show_page/latest/141 Reputed to have PPMs for ActiveState Win32 users, perhaps old http://home.ngmedia.net/chansen/catalyst/ppms -- Tom Shinnick tshinnic at io.com 512-468-9719 (c - best) 512-257-1878 (h)