On Wed, Sep 5, 2012 at 1:10 PM, djgoku <[email protected]> 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 _______________________________________________ kc mailing list [email protected] http://mail.pm.org/mailman/listinfo/kc
