Programming

photo

Once you have installed the SVN task to Eclipse, you can begin to look at the possibilities. For example in a deployment scenario you could use ANT to export the HEAD revision so you have a clean set of files ready for moving by FTP or some other means. There certainly isnt any VooDoo here, […]


August 5, 2007 - 9:54 am
Read more
photo

On my road of exploration for ANT, and the end goal of using it for deployment, I have had to tackle how to get files out of SVN ready for moving to a server. This means getting ANT to run the equivalent of an svn export from the command line. This is possible using the […]


August 4, 2007 - 9:51 am
Read more
photo

I have recently taken the plunge into ANT for use in deployment and doing some mundane tasks, and since I use Eclipse I have been playing with the integrated version that comes bundled. There were a few things that are not very well documented (or I could not find) that took me a while to […]


August 3, 2007 - 7:23 am
Read more
photo

I went on the hunt recently for a decent suggest component for ajaxCFC and after starting to build my own I came across this example from Rob Gonda for a single suggest with ajaxCFC. The issue here was that the code is built only to work for one component on a page. As I am […]


August 1, 2007 - 9:45 pm
Read more

I have just been testing our applications on the new ColdFusion 8 and everything was running fine until I tried to process a couple of payments through a test gateway on our ecommmerce modules. We mostly integrate using the XML method provided by the gateway, and therefore have to do some manipulation on the XML […]


July 26, 2007 - 5:24 am
Read more
photo

The URL’s that Amazon returns for you through ECS can be altered to include your Amazon associates tag in the URL without you having to butcher and manually alter the URL. How? Simply add it to the request URL you use. Now all links and URL’s will be nicely formatted for you. Why do these […]


July 9, 2007 - 7:34 am
Read more
photo

I have had a long a flirting relationship with Amazon ECS thru using it with PHP and SOAP, and now that I am totally ColdFusion reliant I have revisited the products sectionon my site, and done something a bit more useful with it. Amazon ECS is a pretty simple system. Hit a URL with some […]


July 5, 2007 - 8:34 pm
Read more
photo

I was just running the ajax examples from Ben Forta for ColdFusion 8 and I noticed that I could add ?cfdebug to the end of the URL in order to see the inline AJAX debug screen. The ColdFusion team over at Adobe have built it in to help our now Web 2.0 ajax’ed coding lives. […]


July 2, 2007 - 7:48 am
Read more
photo

When using cfform don’t leave the action tag blank. This simple omission could you open to XSS/CSS Cross Site Scripting vulnerabilities. Why would you do this? Well if you use an ordinary form tag and leave the action attribute blank the form defaults to submitting to the page in the URL – the browser fills […]


June 20, 2007 - 5:42 pm
Read more
Login
Log in below to access your courses.
Log In With Google
Forgot Password
Enter your email address or username and we’ll send you instructions to reset your password.