Validus … talkin bout <code> n sh!t

22Dec/101

Toggling hidden div using jQuery

Posted by Joey

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:

Name: #name#
#checkboxTag(name=”showExtraDetails”, class=”checkme”)#

Gender: #gender#

Now for the jQuery… Continue reading

Filed under: CF 1 Comment
20Dec/100

CFWheels – screencasts!

Posted by Joey

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.

http://cfwheels.org/screencasts/view/15

Filed under: CF No Comments
22Nov/101

CFWheels 1.1.1 released!

Posted by Joey

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

Filed under: CF, Stuff 1 Comment
12Nov/100

Fusegrid SDK

Posted by Joey

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 :D

Get it here: http://www.fusegrid.com/sdk/… Continue reading

Filed under: CF, Databases, Stuff No Comments
5Aug/100

CFWheels

Posted by Joey

Okay, I LOVE cfwheels.

http://cfwheels.org/

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

Filed under: CF, Stuff No Comments
11Feb/100

Cfwheels

Posted by Joey

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

Filed under: CF, Stuff No Comments