Toggling hidden div using jQuery
Okay, this morning came across a great question asked by one of the community members of CFWheels, it’s a rather common-ish problem.
So you have the following setup, a few records in the database being displayed with a checkbox and a hidden div to display extra details:
#checkboxTag(name=”showExtraDetails”, class=”checkme”)#
Now for the jQuery… Continue reading
CFWheels – screencasts!
Chris has been doing these screencasts on how to build a social networking site. If you want to learn about CFWheels or try it out, I HIGHLY recommend checking out these videos.
CFWheels 1.1.1 released!
Latest release of CFWheels 1.1.1 is a maintenance release with some bug fixes to the following areas:
– Added number formatting on the value passed in to “count” in the pluralize() function
- Fixed renderWith() so that it works in all environment modes when returning JSON
- Fixed belongsTo association code when using composite keys
- Allow cfthread to be used in views
- Fixed paging code for non-parameterized queries
- Corrected bug in request… Continue reading
Fusegrid SDK
Been using Fusegrid SDK, it’s fantastic for people who just want to start coding Coldfusion with zero time wasted on setup.
Normally you’ll need to setup a web server, then download ColdFusion and then work out what database you want… painful!
Fusegrid comes bundled with Railo + H2 Database, and CFWheels
Get it here: http://www.fusegrid.com/sdk/… Continue reading
CFWheels
Okay, I LOVE cfwheels.
If you’re developing in Coldfusion I highly recommend checking out this framework. It has a great community base, the core development team are always releasing new updates – further advancing the framework. There’s stacks of tutorials and podcasts – but form time to time, I’m going to start posting examples as well – simply because I want to expand the knowledge of… Continue reading
Cfwheels
I’ve been checking out this new framework I might use for future cf projects while the fate of fusebox is still undecided. Regardless it seems like the cf version of php’s code ignitor… Continue reading
