ColdFusion

photo

I have done a quick direct comparison of quality between ColdFusion 8 cfimage tag and the cfx_imagecr3 tag from Efflare. This test is a simple loop from 10% to 100% and resizes the original image with each tag for each scale. And here are the results at 60%. Can you pick the difference? Left hand […]


May 31, 2007 - 7:53 pm
Read more
photo

Over on this thread a comment has been left remarking that messages cannot be sent over multiple browser sessions even though the from and to addresses are the same. “If I close the ColdFusion client and reopen it I can send messages with no problems, but cannot receive them.” This is caused by IM clients […]


May 29, 2007 - 8:31 am
Read more
photo

In line with Adobes push to make things more ECMA Script compliant I noticed today that you can put in a line using && for AND in ColdFusion 8 tag syntax as follows: Original Syntax: ColdFusion 8: You can use any of the following: and in cfscript I spotted this in the long list of […]


May 15, 2007 - 10:17 am
Read more
photo

I find this really useful sometimes. for example when we did the Geocoding of Australian Postcodes I chucked in a sleep thread to the loop so that we wouldn’t hammer google and get banned from running any more geocoding requests. This uses the java.lang.Thread method to pause or sleep the currently running thread. So first […]


May 13, 2007 - 8:01 pm
Read more
photo

DeveloperCircuit.com is a new job site that is looking to put a spin on the way developers look for jobs. Seek and CareerOne in Australia are the big players, and when you post a job advert on there, you get all sort of people applying, some who dont even have the skills you require. The […]


May 10, 2007 - 7:51 pm
Read more
photo

I read with great interest this morning that Mark Drew has released a plugin for CFEclipse that helps you out if you work with ModelGlue, Fusebox, or Mach-II. Other frameworks can be added too, like Transfer ORM, because the whole system is XML driven. This is HUGE! It looks like some features are: Automagically determining […]


May 7, 2007 - 6:18 pm
Read more
photo

I have seen many different ways of doing this, but to my knowledge this is the most accurate way. Using SQL you can have your database return the distance between 2 sets of Lat and Long points, and using some math functions also take into account the curvature of the earth. Admittedly if you are […]


April 9, 2007 - 9:32 am
Read more
photo

I have all of my photos over on Flickr and wanted a small blogCFC pod on the right side to display the most recent uploads. Here is how I did it. First create a new pod within blogcfc, this is easily done by going to the /tags/layout.cfm and adding a line in amongst the other […]


April 2, 2007 - 7:40 am
Read more
photo

I have been working a lot with Java and in particular the svnkit java API for SubVersion, this was all started with the cfdiff project from Rick Osborne. One of the things that has had me troubled for a while is viewing the contents of a file at a particular revision. The SVNKit returns a […]


March 29, 2007 - 8:21 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.