New in CFMX 6&7: What did you miss?
Category: Web Development > Coldfusion
Posted: 23 May 07
Planning to move to CF8? Did you skip either 6 or 7? Or have you perhaps installed and been running on them but doing little or no new development? Were you paying attention as all the new features (and folks' experiences using them) were being shared? There may be a lot you've missed. Veteran CFML d...
|
|
|
|
|
RiaForge : DataManager
Category: Web Development > Coldfusion
Posted: 23 May 07
DataMgr is a Data Access Layer component set.
It simplifies CRUD interactions with the database (speeding up development time) and has a common API for any supported database (and makes adding a new database easy).
DataMgr is not an ORM, but you could build an ORM on top of ...
|
|
|
|
|
Validating Input Parameters
Category: Web Development > Coldfusion
Posted: 22 May 07
One of the first things a web programmer learns is that the web is stateless. To get around this fact, web programmers use a variety of methods including form, URL, and cookie variables. A user can manipulate all of these variables, however. So, for example, you wouldn't pass the price of a product t...
|
|
|
diff/LCS screencast: How difference engines work
Category: Web Development > Coldfusion
Posted: 22 May 07
For those of you with a spare 12 minutes to learn something new today, I’ve made a quick screencast on how the Longest Common Subsequence problem works, how it is applied to finding differences between text documents, and how it can be implemented and optimized in ColdFusion. Admittedly, there...
|
|
Taking Advantage of ColdFusion MX 7 Event Gateways
Category: Web Development > Coldfusion
Posted: 07 Apr 07
In this Macrochat, Macromedia Architect and Technical Lead for ColdFusion, Tom Jordahl discusses ColdFusion event gateways. ColdFusion has long been the easiest way to create applications that respond to web requests from web browsers. ColdFusion MX 7 opens up a whole new world of applications that c...
|
|
|
|
|