Practical Uses of HTTP in ColdFusion
March 30, 2004Learn how to retrieve RSS feeds, send form, URL, and cookie variables to remote sites, and return alternative file types using the cfhttp and cfhttpparam tags.
Learn how to retrieve RSS feeds, send form, URL, and cookie variables to remote sites, and return alternative file types using the cfhttp and cfhttpparam tags.
While ColdFusion Components aren’t quite “true” objects, they do have many of the capabilities that objects in other languages have. Including polymorphism.
The simple fact is that testing early and often will greatly reduce your stress levels when deployment time comes around
Structures are a handy means of organizing data in your ColdFusion programs. Decode the magic of structs with David’s hands-on tutorial.
You may not love data structures, but the gruesome truth is that they’re at the core of every developer’s existence.
Creating a multi-level menu has never been simpler! John uses ColdFusion with JavaScript to create a dynamic menu that’s easy to implement and even easier to manage.
ColdFusion MX, Macromedia’s newest and best application server, is here. Jack explains what it is, shows how it works, and takes us on a whirlwind tour of the highlights!
It’s easy to read text fields on the client’s browser to confirm the values they contain meet various specifications. But if you want to confirm that a combination of checkboxes chosen by the user fits your requirements?
Often you have lists that you need to sequence by something other than the alphabet. This tip that lets you use a select box to specify where you want to place an item in the overall sequence.
View, download, and read about this Rich Internet Application. Pet Market is your blueprint for best practices in usability, architecture, and coding.