One of the most glaring reasons for doing this is to keep your query and its results (in query form) off the presentation layer. Second, you may want to place...
Thanks, John, actually it turned that my issue is a bit more complicated than what meets the eyes. Basically, I have a column that stores strings like...
Loop over the string and break it apart based on if the current character type is different from the previous character type. There's no easy way about it. ...
I would probably try to use the Java String function split() and some regex to do this. Something like this should work <cfset inputStr="123adc34df34df" /> ...
Are you splitting based on data type or string length? If String Length: <!--- if you need to store the values ---> <CFSET thisThing = ArrayNew(1)> <CFSET...
is there any problem with using coldfusion to make a website that will need to be displayed in both english and chinese? I should be thinginking utf-8 for...
Thanks for your responses! I managed to fix the problem by using lists instead of arrays. I wanted to do this because I wanted to make a clickable list of...
Hi, I am an aspiring college student who aspires to be in web design. I am still quite new to this space I just wanted your opinions. I was wondering which...
I'm getting the following error on this query: <CFQUERY Name="getemail" Datasource="voc.members" > SELECT * FROM agencyemail where curtime = <CFQUERYPARAM...
you didn't close quotes in your value attribute. _____ From: coldfusion-howto@yahoogroups.com [mailto:coldfusion-howto@yahoogroups.com] On Behalf Of Joe Sent:...
Hey Gwen, Are you busy working? If not are you an html/css/js expert? I have a little project I'd pay ya for a couple our this afternoon. Greg [Non-text...
Evening All I need to keep a popup window on top of the main page and can't for the life of me find an example either using javascript or meta??? Any ideas,...
Window.focus() I believe.might be document.focus() From: coldfusion-howto@yahoogroups.com [mailto:coldfusion-howto@yahoogroups.com] On Behalf Of Scott Sent:...
Try using onBlur -hankcfman ... From: Scott <urbandragon1964@...> To: coldfusion-howto@yahoogroups.com Sent: Friday, March 2, 2007 10:09:02 PM Subject:...
Hi Hank thanks It reacted the same as window.focus did in Firefox. :( I am still searching! scenario I am working on. click on thumbnail, larger image opens in...
Hi John Yep it looks like it can't be done, unless you are willing to write approximately 100 lines of code. it's crazy, that it can't be done :( no problem in...
Hi, I actually do.....but i was wondering what software you think is good for web design, as i am looking into purchasing some new stuff. thanks Dwij...
Hi all thumbnail gallery produces a link to which its original sized version appears in a popup. this works fine. in the popup though I want to paginate...