... I was just having fun at your expense. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Training: Adobe/Google/Paperthin Certified...
i use the Dynamic Converter on one of the sites: http://dynamicconverter.com it's free at under 10,000 requests/month with attribution OR US$13/month for...
There is also also an XML feed at http://www.ecb.int/stats/eurofxref/eurofxref-daily.xml that I use, it's base currency is the euro but that is a simple...
Ext.get is used to find a DOM element by ID (using the Ext core). If used outside of a document.ready type scenario, and if the DOM isn't completely rendered...
And if you do not load the libraries the error message that has been reported is the exact error messag reported by the borswer... Cutter, give up... ... ...
Is it just me, or are there anyone else noticing sporatic downtimes (10 to 30 min long) on AHPHosting's VPS? I wanted to create a trouble ticket. But ...
Interesting site. One thing you should add. From nobosh you can get to answers via that tiny navigation bar. I would make that bar a bit taller if you want...
You don't state what time frame that this is happening, but I have 15min server monitoring and have nothing reported down last night or this morning on my VPS....
I haven't seen anything on my clients using VPS (HoF is on a dedicated box). When has it been happening and what domain? Also, what type of downtime? Just your...
hi, just wondering if there is a way to manually create a query. i have a tag that changes everything in an ms excel document to a query. i then run code...
... You need the following three cf functions, the livedocs should tell you all you need to know about them: QueryNew() QueryAddRow() QuerySetCell() Dominic --...
excellent, thanks dominic ... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important...
Does anybody have an automated way to start up your work environment (Windows)? I don't think I want to use the windows startup folder because I wouldn't want...
An option would be to create different accounts in Windows - one for work and one for home. That way you can configure each (including the startup folder)...
... If you just start each program directly from the batch file, they'll start sequentially. You can spawn programs so that the batch file continues running...
The site itself looks pretty cool, but you've GOT to choose a new tagline rather than "nobosh it". It's a cheap ripoff of "digg it". Also, the accordion on the...
... Use your quick launch tool bar Another I find darn handy is the http://rocketdock.com/ This is similar to a quick launch tool bar but way cooler. OR ...
Maybe they will start sequentially. I haven't actually tried it to tell the truth. As for not restarting. I used to do that, but starting noticing a slowness...
thanks sonny these look very interesting richard ... com/blog/204-Using-ColdF> usion-Query-s-Underlying-Java-Methods-For-Query-Manipulation-And-Logic. ... ...
Only what's built into CF7 and beyond! :) We quit using JasperReports as soon as CF7 was released. Rick ... -- Rick Root New Brian Vander Ark Album, songs in...
I don't automatically start my apps, but I keep them very handy on the XP task bar. I run my task bar vertically. This gives me more vertical real estate for...
I know a batch file can do this, but is it going to do them all at once? If so, is there a way to make it pause between each? Use the sleep command. You can...
Setup: - a user is on a form at "site/domain 1" with https - the form submits to "site/domain 2" which also has https Question: Is the data sent from the form...
At face value Yes. The way that HTTPS works is that it creates a connection to the server and establishes the secure tunnel THEN sends the information. So ...
Technically, the form page does not need to be secured. However, most sites do it to give the users a warm-fuzzy. Once the form as been loaded, that...
Does anyone know if there is an issue where you place a cfdiv in a cfform with with another cfform in the cfdiv that would not allow the form to submit in the...