search for: pengowork

Displaying 2 results from an estimated 2 matches for "pengowork".

Did you mean: pengoworks
2006 Jan 08
10
Resource Bundle Roundup
...n this emerging 2.0 world. Let''s make everyone else jealous of Rails in a whole new way :) So far I have packaged and tested 4 bundles: - Lightbox (http://www.huddletogether.com/projects/lightbox/ - Dynarch Calendar (http://www.dynarch.com/projects/calendar/) - qForms (http://www.pengoworks.com/index.cfm?action=get:qforms) - Textarea Tools (http://livsey.org/experiments/textareatools/) Others that I have in mind include: - subModal Dialog (http://www.subimage.com/dhtml/subModal/) - Multiple File Uploader (http://the-stickman.com/web-development/ javascript/upload-multiple-fil...
2005 Dec 16
4
Newbie Q: Controllers and lookup tables - when to initialise
Howdy Gang, in a major controller that has many methods using the same lookup tables for option choices and such, what is the life expectancy of the list instances. Is it useful to set these up in the controller initialize method - or is that utterly dumb? Cheers, Eric