Ben Forta

Blog

June 8, 2005

Watch Those MySQL Comments

Ugh, I just wasted time debugging a MySQL script only to find that I had created a syntactically invalid comment. So, as a future reminder to myself (and to warn others), MySQL supports 3 different comment styles: # marks the start of a comment (until the end of the line) -- also marks the start of...

June 5, 2005

Serving Images From Databases

When images are associated with database records, those images are usually stored on disk. The images are related to their respective records by storing their names in a table or perhaps by using the record's identifier as part of the file name. The advantages of storing images as files are...

June 5, 2005

Macromedia And Eclipse

This morning Macromedia announced that it has joined the Eclipse Foundation. The announcement referred to Zorn , the code name for an Eclipse based tool for building Flex powered applications. Eclipse is also of interest to parts of the ColdFusion community, and CFEclipse has a growing following. I...

June 4, 2005

Missing Breezos Republished

Several of you wrote to tell me that several Breezos originally created for ColdFusion MX were no longer available, it seems that these got lost during Breeze server migration. I've reposted them, and here are the new links: Java and ColdFusion MX - The Marriage Of Power And Productivity When One...

June 2, 2005

Sajax Simple AJAX Toolkit And ColdFusion

Sajax is an open source tool to make programming websites using the Ajax framework, and it supports ASP, ColdFusion, Io, Lua, Perl, PHP, Python, Ruby backends. Steve Smith of Ordered List has posted an update to the ColdFusion code to support POST variables (in addition to the already support GET...

Page 325 of 489 (4889 posts)