From djgoku at gmail.com Wed Sep 5 11:10:33 2012 From: djgoku at gmail.com (djgoku) Date: Wed, 5 Sep 2012 13:10:33 -0500 Subject: [Kc] KCPM Meeting 9/11 At 75th Street Brewery - 7PM Message-ID: Who plans on attending? Couple things I would like to discuss are UTC/DateTime, http://DataTables.net (table generation), and other things such as Dancer and web forms. Jonathan Otsuka From lrigdon45 at gmail.com Wed Sep 5 11:24:33 2012 From: lrigdon45 at gmail.com (Lewis Rigdon) Date: Wed, 5 Sep 2012 13:24:33 -0500 Subject: [Kc] KCPM Meeting 9/11 At 75th Street Brewery - 7PM In-Reply-To: References: Message-ID: Been following this group from a distance, I'll actually try to put in my first appearance at the meeting next Tuesday. On Wed, Sep 5, 2012 at 1:10 PM, djgoku wrote: > Who plans on attending? > > Couple things I would like to discuss are UTC/DateTime, > http://DataTables.net (table generation), and other things such as > Dancer and web forms. > > Jonathan Otsuka > _______________________________________________ > kc mailing list > kc at pm.org > http://mail.pm.org/mailman/listinfo/kc > -------------- next part -------------- An HTML attachment was scrubbed... URL: From jason.k.coble at gmail.com Wed Sep 5 11:31:29 2012 From: jason.k.coble at gmail.com (Jason Coble) Date: Wed, 5 Sep 2012 13:31:29 -0500 Subject: [Kc] KCPM Meeting 9/11 At 75th Street Brewery - 7PM In-Reply-To: References: Message-ID: I should be able to make it. Planning on it anyway! -- Jason Coble Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Wednesday, September 5, 2012 at 1:24 PM, Lewis Rigdon wrote: > Been following this group from a distance, I'll actually try to put in my first appearance at the meeting next Tuesday. > > On Wed, Sep 5, 2012 at 1:10 PM, djgoku wrote: > > Who plans on attending? > > > > Couple things I would like to discuss are UTC/DateTime, > > http://DataTables.net (table generation), and other things such as > > Dancer and web forms. > > > > Jonathan Otsuka > > _______________________________________________ > > kc mailing list > > kc at pm.org (mailto:kc at pm.org) > > http://mail.pm.org/mailman/listinfo/kc > > _______________________________________________ > kc mailing list > kc at pm.org (mailto:kc at pm.org) > http://mail.pm.org/mailman/listinfo/kc > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From amoore at mooresystems.com Fri Sep 7 09:07:33 2012 From: amoore at mooresystems.com (Andrew Moore) Date: Fri, 7 Sep 2012 11:07:33 -0500 Subject: [Kc] KCPM Meeting 9/11 At 75th Street Brewery - 7PM In-Reply-To: References: Message-ID: I'm looking forward to it! -Andy On Wed, Sep 5, 2012 at 1:10 PM, djgoku wrote: > Who plans on attending? > > Couple things I would like to discuss are UTC/DateTime, > http://DataTables.net (table generation), and other things such as > Dancer and web forms. > > Jonathan Otsuka > _______________________________________________ > kc mailing list > kc at pm.org > http://mail.pm.org/mailman/listinfo/kc From djgoku at gmail.com Tue Sep 11 12:36:33 2012 From: djgoku at gmail.com (djgoku) Date: Tue, 11 Sep 2012 14:36:33 -0500 Subject: [Kc] KCPM Meeting 9/11 At 75th Street Brewery - 7PM In-Reply-To: References: Message-ID: On Fri, Sep 7, 2012 at 11:07 AM, Andrew Moore wrote: > I'm looking forward to it! As long as I don't get in another car wreck I'll see you guys at 7pm! Jonathan Otsuka From djgoku at gmail.com Wed Sep 12 15:33:54 2012 From: djgoku at gmail.com (djgoku) Date: Wed, 12 Sep 2012 17:33:54 -0500 Subject: [Kc] KCPM Meeting 9/11 At 75th Street Brewery - 7PM In-Reply-To: References: Message-ID: On Wed, Sep 5, 2012 at 1:10 PM, djgoku wrote: > Who plans on attending? > > Couple things I would like to discuss are UTC/DateTime, > http://DataTables.net (table generation), and other things such as > Dancer and web forms. Meeting recap: DateTime module is a must for date time stuff. Also using UTC as way to store time stamps in a database. DataTables is easy to setup and has better documentation/examples than SlickGrid. [http://datatables.net] PAR::* is broken, and I would use it more if it worked. Use Cava::Packager if you need something that will work, it produce a single executable that is self extracting. Then you are able to run the exe from the bin directory. I am not sure if there is a way to just say program.exe -pass_to_packed_program and have it extract to a temp directory on the fly then run and clean up after running. [http://www.cava.co.uk/] knockoutjs.com is a nice framework to build forms dynamically. [http://www.knockoutjs.com] CPAN::Mini + CPAN::Mini::Inject + Plack::App::Directory = easy CPAN mirror for Windows OSes to share your work if not releasing to CPAN. WSGI/Plack is the new awesomeness in web dev. Plack is based on WSGI (python) and Rack (ruby). Also found after meeting Dancer apps are already plack compatible so I can just plackup! [http://www.slideshare.net/miyagawa/plack-at-oscon-2010] Jonathan Otsuka From stephenclouse at gmail.com Thu Sep 13 13:59:27 2012 From: stephenclouse at gmail.com (Stephen Clouse) Date: Thu, 13 Sep 2012 15:59:27 -0500 Subject: [Kc] KCPM Meeting 9/11 At 75th Street Brewery - 7PM In-Reply-To: References: Message-ID: On Wed, Sep 12, 2012 at 5:33 PM, djgoku wrote: > DataTables is easy to setup and has better documentation/examples than > SlickGrid. [http://datatables.net] > When I first evaluated grids I believe DT lacked the virtual scrolling that SG has always had, which was a requirement for my particular project. It looks like DT has actually passed SG in functionality now. I might have to look at switching. -- Stephen Clouse -------------- next part -------------- An HTML attachment was scrubbed... URL: