Dynamically Changing jQuery UI Accordion Tab Headings

If you're into using jQuery UI (and who's not?) then this is an easy way to change the heading of a jQuery accordion tab style heading to reflect user focus.

[More]

Using CFAJAXPROXY to Check Yourself Before You Wreck Yourself!

Many web apps that are used for CRUD activities (INSERT, UPDATE and DELETE statements) employ tables that simply have what is often referred to as a manufactured key. Most people more commonly know this as an auto-increment or auto-numbered identity style of primary key and it is typically stored as a data type that's an integer of some sort. This is great until you're working on something a bit bigger, say a business app, and you want the key to a subsidiary table to hold meaning to the end user throughout the app. Perhaps you're setting up location codes or category codes for instance, the value 5 will probably not mean a lot to an end user when filtering inventory reports by location code and it unfortunately forces the user to perform mental lookups to remember that 5 truly means a location of 'Chicago'.

So let's say that you make the decision to structure lookup tables using user defined key values - would you know how to use CF to help maintain referential integrity in your database while not endlessly frustrating your end users?

[More]

Using CF and AJAX to dynamically show and hide divs based on database values

Showing and hiding form and document elements on a page can be pretty useful when you're trying to walk a user through a process and you only want them to interact with controls that are geared towards to the task at hand.

[More]

Delivering Event Driven Notifications to Users with AJAX

Have you ever wanted to notify a group of users that an event has taken place using a cfwindow or some other type of alert? Well here's a way!

[More]

A quick and easy way to customize ColdFusion's default loading message for cfdivs and cflayoutareas.

Have you ever wanted to juice up or possibly hide the default loading message for your cfdivs or cflayoutareas?

[More]

BlogCFC was created by Raymond Camden. This blog is running version 5.9.5. Contact Blog Owner