Firefox 3.5 now allows you to make AJAX Requests, or more correctly XMLHttpRequests cross domain (in other words foo.com can make XHR requests to bar.com). When I heard about this, my first is that they would use the cross-domain....
Allowing someone to upload a file on to your web server is a common requirement, but also a very risky operation. So here are some tips to help make this process more secure....
Did you know that you can catch java exceptions by class name with cfcatch? It's not documented on the cfcatch tag documentation (as of CF8), but it works......
Yesterday I gained access to the Google App Engine for Java, early release program, and as any CFML developer would do, I tried getting a CFML server (both Railo and OpenBD) to run on it....
I'm excited to announce today the launch of Foundeo's latest product: the Foundeo Web Application Firewall for ColdFusion. The product can block or log malicious requests to your ColdFusion applications....
My Topic for the 2009 CFUnited conference was announced today: Design Diagrams for CFCs and Databases. The presentation covers creating Unified Modeling Language (UML) and Entity Relationship (ER) Diagrams....
Have you ever sent email using a donotreply@example.com or noreply@example.com from email address? I have done this many times myself, but then the other day I realized that this practice makes no sense, at least for businesses....