Programming

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
photo

We recently had a compatibility issue with a design that didnt quite fit in Safari. Example, lets assume you have 2 divs inside a container. This will have the right div flush against the left with no gap between. This is because browsers except Safari assume the container takes up 100% of the space it […]


March 21, 2007 - 7:48 pm
Read more
photo

Sometimes its necessary to insert a null value into a column in a database. For example if the length of a string is blank, you may prefer null rather than a blank entry. Here is one way to achieve this without cfqueryparam: Here is another way with the cfqueryparam tag Both are a bit messy […]


March 19, 2007 - 7:41 pm
Read more
photo

We recently had to work out how to display a random quote from a table in the database. Clearly we could have created a random number with CF and then simply retrieved that row or id from the database, but what if the rows didn’t have consecutive ID’s? We came up with this solution in […]


February 5, 2007 - 7:55 am
Read more
photo

We just went live with 6 months worth of work and it has been really smooth considering the amount of changes. Aside from the stupid questions from userland we haven’t had any major issues. We did however experience some slow downs which we could attribute only to the AJAX suggester tools we had implemented in […]


December 7, 2006 - 7:01 pm
Read more
photo

Joshua Cyr over at www.joshuacyr.com has used Google’s community search engine stuff to create a search engine specifically for ColdFusion. You can go check it out over at www.cfhunt.com I think this is a great initiative and wanted to offer my 2c at helping him out. I thought it would be pretty cool to set […]


November 3, 2006 - 7:18 pm
Read more
photo

I was getting pretty unhappy with the whole question mark situation today whilst trying to debug a query. As a standard we use cfqueryparam all the time and if you get a large query with lots of variables then it can be a nightmare if you need to run it Query Analyzer. So I fiddled […]


July 26, 2006 - 7:12 pm
Read more
photo

We started to use Database servers on our local machines at work recently and we decided to go with SQL 2005. The production and development servers we have are all SQL 2000. Being workstations and laptops we decided that SQL Express would be the most appropriate version for the machines as it is stripped down […]


July 26, 2006 - 7:10 pm
Read more
photo

I have a new laptop, thats another story and I this means a reinstall of all my development environment for coldfusion mx 7 (cf7), cfeclipse, sql server etc. Adobe have just released the mystic updater used with the Flex 2 stuff (which BTW is frickin awesome!) taking ColdFusion up to version 7.0.2. I want also […]


July 4, 2006 - 7:08 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.