Get Cooking with ColdFusion...
So, I warned you - and now it's here. I'm happy to announce the (Beta) launch of the ColdFusion Cookbook. The site is mostly feature complete. We even have content! Thanks to Rob Brooks-Bilson and Jeremy Petersen. They have graciously donated content and given the site a great start.
Some points:
- The comments engine isn't ready. It's almost ready. I should have that up in a day or two.
- The PDF is ugly. Butt Ugly. Please help me. Any comments (or even code) would be greatly appreciated. Also - it is generated on demand. I already have a plan in mind on how to correct that. (And I'll blog it, since I think it is a good idea.)
- Any other comments would be welcome as well.
Comments
# Posted By James Holmes
| 1/7/06 12:44 AM
That was quick! Could we maybe add a "Database / SQL" category? I've got some content I'd like to add, and there's no place for it :(
Cheers,
Joe
# Posted By Joe Rinehart
| 1/7/06 7:29 AM
# Posted By Dave Carabetta
| 1/7/06 11:33 AM
# Posted By Raymond Camden
| 1/7/06 12:17 PM
# Posted By Raymond Camden
| 1/7/06 12:23 PM
# Posted By maxx
| 1/7/06 6:29 PM
# Posted By Raymond Camden
| 1/7/06 7:14 PM
Example:
Data Structures (7)
Database/Sql (10)
# Posted By Scott
| 1/8/06 12:12 AM
Nice Fu__ing Work!
# Posted By tof
| 1/8/06 1:12 AM
Thanks for the CF Cookbook - great idea! I'm using it already, which is how I found an error with the "How do I mail the contents of a form?" recipe - wrap="80" should be wraptext="80".
Keep up the good work!
# Posted By Nathan Drury
| 1/9/06 12:19 AM
# Posted By Raymond Camden
| 1/9/06 5:16 AM
# Posted By Raymond Camden
| 1/9/06 8:22 AM
SELECT A.*, (SELECT COUNT(AID) FROM A_B WHERE A_B = A) AS ABCOUNT<br>
FROM A;
# Posted By brian buck
| 1/9/06 9:22 AM
# Posted By Raymond Camden
| 1/9/06 1:01 PM
If you're using a DAO/Bean implementation, I've shifted some things, like counting articles in a category, to being a property of the Category bean that's maintained through persistence and business logic, so that I don't have to do the (not very, admittedly) costly nested SELECT statement.
Basically that's a lot of words to say that I sometime just put an ArticleCount columng in the Category table, and maintain that property as necessary (possibly directly in ArticleDAO, or by having ArticleDAO use a CategoryDAO to get the category, change it, and commit it...whatever's necessary).
# Posted By Joe Rinehart
| 1/9/06 1:18 PM
# Posted By Raymond Camden
| 1/9/06 1:27 PM
Brian - thanks for answering ray's question.
# Posted By Scott
| 1/9/06 4:45 PM

Unless we have O'Reilly complications, should have a bunch more content to post over these next couple of weeks.