Randy Johnson
Member since Dec 11, 2008
- Profile: /members/1370-randy-johnson.htm
- URL: http://www.cfedge.com/
- Comments: 6
Recent Blog Comments By Randy Johnson
-
Multi-Step Form Demo In ColdFusion
Posted on Jun 17, 2008 at 4:48 PM
@Ben, ok that makes sense. Here is an example to see if I understand: Let's say I took phone applications for a mortgage company . Person 1 calls in I start the three page form. I have to stop on page 2 because they have to look in their file cabinet for something. I switch lines and start ta... read more »
-
Multi-Step Form Demo In ColdFusion
Posted on Jun 17, 2008 at 4:30 PM
Ben, I don't quite understand why you choose to use a formID (REQUEST.Attributes.form_id = CreateUUID()). I read your comment: (..the easiest way to eliminate data collisions..), could you elaborate some on that? Is it to ensure that two different computers would not be accessing the same sessio... read more »
-
Kinky Solutions Valentine's Day Give Away
Posted on Feb 6, 2008 at 9:38 AM
Jennifer packs my lunch every morning because I am to lazy to do it myself. She always takes care of me :-)... read more »
-
Ask Ben: Running ColdFusion Asynchronously - Caveman Style
Posted on Dec 1, 2007 at 9:55 AM
Before CFThread came along I used a cfm page to do cfexecutes that would use wget at the command line to call the cfm pages to run asyncly. -Randy... read more »
-
ColdFusion CFQuery MaxRows Not A Bad Compromise When TOP Not Available
Posted on Jan 9, 2007 at 7:53 AM
Here is how I would do it in MySQL The First 10 Select * from table order by ID Limit 10 The Last 10 Select * from table order by ID Desc Limit 10... read more »