
| home | AJAX (8) || C#.NET (7) || Coldfusion Development (16) || DHTML (15) || Flash Development (19) || jQuery (8) || MSSQL (2) || UNIX (10) |
| Archive for the 'Coldfusion Development' Category | ||
| 2.14.07 | Enable CFAJAX Client Authentication Through Web Proxy | category: Coldfusion Development |
|
0 comm |
Seeing as XMLHTTPRequest.open() is limited to only working on URI’s on the same domain:port pair as the page was originally loaded from - I had a problem trying to access an AJAX handler on a different host. |
|
| 1.31.07 | True ColdFusion whitespace removal + CFAJAX support | category: Coldfusion Development |
|
5 comm |
To go on my other article, I added two lines to my onRequestEnd function as set in the Application.cfc. These lines will parse out preceding and trailing whitespace for all CFAJAX responses if your CF server is still having trouble doing proper “whitespace management”. |
|
| 11.8.06 | Manually clear stale Coldfusion CLIENT data from MySQL | category: Coldfusion Development |
|
2 comm |
So I’ve had a great deal of experience watching Coldfusion MX servers cripple themselves during the “client data storage purge” which happens on a defined interval via the CFAdmin. I’ve seen this only be a problem with using a MySQL 4.1 database with MX 6.X through 7.X. |
|
| 9.25.06 | ADO XML to WDDX XML XSLT Transformation | category: Coldfusion Development |
|
0 comm |
That has to be the most obscure title I’ve ever seen no doubt… |
|
| 9.18.06 | True ColdFusion whitespace removal | category: Coldfusion Development |
|
0 comm |
We all know it doesn’t matter what version of ColdFusion your running or what file-type you’re developers are saving their CFML in… you’ll still always have an issue with whitespace being added to your HTML that is sent to every client’s browser. |
|
| 9.18.06 | Memento Pattern and Client Variables in ColdFusion | category: Coldfusion Development |
|
0 comm |
[DISCLAIM -> This is a draft writeup on the manifestation of a Coldfusion Memento Pattern] |
|