coldfusionhell.blogspot.com
ColdFusion Hell: dynamically get url or form parameters and set variables or query strings for cflayout calls, ajax binds, iframe or cfincludes, links or in-page use.
http://coldfusionhell.blogspot.com/2012/01/dynamically-get-and-set-variables.html
CFML is a beautiful code language, designed so even an idiot can use it. I'm that idiot. Here's my answers to stupidly simple stuff I struggled to figure out. Thursday, January 19, 2012. Dynamically get url or form parameters and set variables or query strings for cflayout calls, ajax binds, iframe or cfincludes, links or in-page use. Not saying I'm going to do that, but I might want to. Things I need to know:. Q: What parameters were passed when I loaded this page and what are their values? Bear in mind...
coldfusionhell.blogspot.com
ColdFusion Hell: Hacking SQL to Save CFGRID: LEN, CHARINDEX, Filename parsing
http://coldfusionhell.blogspot.com/2008/08/hacking-sql-to-save-cfgrid-len.html
CFML is a beautiful code language, designed so even an idiot can use it. I'm that idiot. Here's my answers to stupidly simple stuff I struggled to figure out. Monday, August 4, 2008. Hacking SQL to Save CFGRID: LEN, CHARINDEX, Filename parsing. OK, so then I ran into the same problem I had that I blogged about previously, which is this: getting a full link, image, with unique record ID, into the single column value from SQL so I can have it in my CFGRID. This means I had to do four things:. 3 - Get only ...
coldfusionhell.blogspot.com
ColdFusion Hell: CGRID and Auto Pagination
http://coldfusionhell.blogspot.com/2008/08/cgrid-and-auto-pagination.html
CFML is a beautiful code language, designed so even an idiot can use it. I'm that idiot. Here's my answers to stupidly simple stuff I struggled to figure out. Sunday, August 3, 2008. CGRID and Auto Pagination. Everyone raved about how cool it was that ColdFusion's CFGRID tag automatically would do the pagination for you. All the little examples I looked at, had that nifty little page number and button at the bottom. I'll cover the CFC and binding separately. Subscribe to: Post Comments (Atom).
coldfusionhell.blogspot.com
ColdFusion Hell: CFGRID and TEXT WRAP, hover row color and HEADER row style
http://coldfusionhell.blogspot.com/2008/08/cfgrid-and-text-wrap-hover-row-color.html
CFML is a beautiful code language, designed so even an idiot can use it. I'm that idiot. Here's my answers to stupidly simple stuff I struggled to figure out. Sunday, August 3, 2008. CFGRID and TEXT WRAP, hover row color and HEADER row style. You would think text wrap would be a parameter on the tag itself. It took me quite some searching to find the answer to that one. Here are the three little things I critically needed to find and use:. 1 TEXT WRAPPING in CFGRID. CFGRID . . . I wanted the header row o...
coldfusionhell.blogspot.com
ColdFusion Hell: Simple Machines Forum SMF Lessons
http://coldfusionhell.blogspot.com/2008/09/simple-machines-forum-smf-lessons.html
CFML is a beautiful code language, designed so even an idiot can use it. I'm that idiot. Here's my answers to stupidly simple stuff I struggled to figure out. Tuesday, September 16, 2008. Simple Machines Forum SMF Lessons. Trivia. Who knows I may need this again someday. V 20 Beta 4. Reported bug: display in 'attachment max size'. 0 is supposed to be unlimited but it looks like it's just spec-ing zero. Subscribe to: Post Comments (Atom). Simple Machines Forum SMF Lessons. Home Page (palyne.com).
coldfusionhell.blogspot.com
ColdFusion Hell: SMF, Simple Portal, and Cross-Domain Home Pages
http://coldfusionhell.blogspot.com/2009/06/smf-simple-portal-and-cross-domain-home.html
CFML is a beautiful code language, designed so even an idiot can use it. I'm that idiot. Here's my answers to stupidly simple stuff I struggled to figure out. Tuesday, June 2, 2009. SMF, Simple Portal, and Cross-Domain Home Pages. So I finally got the SMF SP CP combination set up, and the dilemma is:. How can I get my various cool-stuff 'display-only' from my coldfusion comserver, where all the action happens in my projects, to function or display "inside" my developing website in php on the infoserver?
coldfusionhell.blogspot.com
ColdFusion Hell: Date Loops for a ROTA
http://coldfusionhell.blogspot.com/2009/02/date-loops-for-rota.html
CFML is a beautiful code language, designed so even an idiot can use it. I'm that idiot. Here's my answers to stupidly simple stuff I struggled to figure out. Friday, February 20, 2009. Date Loops for a ROTA. Not much time to explain laboriously here but am posting my code just in case it ever helps someone searching. I get from a form the qty of weeks and the start date. Cfset rotaweeks = "#form.rotaweeks#". Cfset rotadt = "#dateformat(form.rotadt,'mm/dd/yyyy')#". Cfset newdaylist = ". If checked, remov...
coldfusionhell.blogspot.com
ColdFusion Hell: ROTA, Dynamic Variables and Nested Loops
http://coldfusionhell.blogspot.com/2009/02/rota-dynamic-variables-and-nested-loops.html
CFML is a beautiful code language, designed so even an idiot can use it. I'm that idiot. Here's my answers to stupidly simple stuff I struggled to figure out. Friday, February 20, 2009. ROTA, Dynamic Variables and Nested Loops. In my application, there are "teams" (groups) of people who change off weekly setting up a fun assignment for the rest of the team. This means in my case, there are generally far more dates (weekly assignments) than people (team members), so there is the big loop through dates...
coldfusionhell.blogspot.com
ColdFusion Hell: Little Import Utility
http://coldfusionhell.blogspot.com/2008/08/little-import-utility.html
CFML is a beautiful code language, designed so even an idiot can use it. I'm that idiot. Here's my answers to stupidly simple stuff I struggled to figure out. Wednesday, August 6, 2008. In a single column in a spreadsheet (simple) and click to import. It will create up to 250 new tasks on the fly. The system would let you have 3000 chars but spreadsheets will limit it to 250. The "style" thing is a quick-and-dirty HTML that I made with as much find/replace in Textpad (my beloved Textpad.) as possible:.
coldfusionhell.blogspot.com
ColdFusion Hell: Creative Error Messages
http://coldfusionhell.blogspot.com/2008/08/creative-error-messages.html
CFML is a beautiful code language, designed so even an idiot can use it. I'm that idiot. Here's my answers to stupidly simple stuff I struggled to figure out. Saturday, August 23, 2008. My brain is frying. While trying to figure out a bug in Taskerbot - which mysteriously has assigned just SOME tasks of SOME viewers SOMEtimes to the mysterious userid 9 which does not even exist - I finally gave up and decided to just remake the whole form/script and do it differently. Cfset errmsg = "Avast, Imposter!
SOCIAL ENGAGEMENT