From the Lab

Articles from the lab are where our team gets to show off and express their technical nerdiness and share that with the world.

In this video you will learn on how to get the right coordinates of a location using Google Maps. I was very happy when I discovered how to do this, makes it much easier for a number of things that we use geo tagging for and there is no integration to get it automatically. You […]


Read more

Here is a interview from April, on Northern Beaches radio with David Peach the Small Biz Tech Guy. With 3 other mobile application developers : Kylie from AppScape, Mick from FishVision, Steven from AusComm. Interviews start at 37m 20s SmallBizTechGuyTalk – Episode 021 14th April 2013 by Smallbiztechguy on Mixcloud


Read more
photo

How to use agrep, a windows based version of the linux command line grep tool. This example comes from finding lines related to a message in smartermail log files. Lets assume we are trying to find an email and track the actions our mail server did for that email. First I am going to filter […]


Read more
photo

I just took a trip around on CVSDude, and had a look at their testimonials page. We use them for source control, outsourcing it is so much easier than doing it at work or home your self, and they have excellent rates. Anyhow – I noticed that my quote, made while at a small (but […]


Read more
photo

Recently I discussed how to set up HTTP Compression in IIS 6 using its native gzip support. Here are a couple of tools you can use to verify your compression is set up correctly. Both tell you pretty much the same information, simply enter your URL and it tells you the result, and how much […]


Read more
photo

A while back we made the move to managed source control (in our case Subversion) hosting and having done some hunting around we found CVSDude. Despite slightly surferesque name the company seemed to have a shining reputation from blogs, mailing lists and on their own site. Looks like a great deal right? Well yes it […]


Read more
photo

Trying to get a local network talk via a VPNto another internal network is not something I want to try and do again in a hurry. However – once I had my local machine at home chatting nicely with our hosted production server network I realised that something came to my attention that hasn’t for […]


Read more
photo

I have been looking for an elegant solution for this for a while, one that doesnt have limitations like forcing you to have fixed width divs because thats the size of the background image. Of course in the old days we did this with an extra table row but that was just painful. I am […]


Read more
photo

Recently I set up a SubVersion server for my company, and with all good things comes some pain. Authentication, compatibility of components, backup, training, hardware are some of the things you have to take in to account. Its not an easy thing to do, setting up I find takes a few days and maintenance is […]


Read more
photo

Are you thinking about starting to use Source control such as SVN or CVS for your company or work? Your first decision is SVN or CVS – let me help, SubVersion. Plenty of other people discuss why, so go find their articles. But should you do it yourself? Or should you go find someone to […]


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 […]


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 […]


Read more
photo

I have recently changed places of work and was given the task of setting up version control, in this case Subversion (SVN) for our development team. I started learning about this a while ago through a number of avenues form the WebDU conference, and a number of ColdFusion mailing lists. Version control systems solve a […]


Read more