'Free code' Category

Here I will post code I've created, you can download and use them at will. They come without guarantee and/or support of course…

January 8th, 2012

PHP: Parse a Substring without Chopping Words

Often times you need cut off a specific string of text to get just a piece of it, perhaps to fit an excerpt of the latest news on your homepage. When you want to do that, you'll need to use the substr() function to do that. The main problem with this though, is that if [...]

January 12th, 2011

How to color rows based on values in Google Spreadsheets

Well, if it isn't completely obvious – I haven't written a post on my blog in a very long time. Call it writer's cramp, call it being too busy, whatever, I guess I've just been too lazy! Anyhow, it is my goal to get back to writing regularly. I'll be posting: more coding tips Internet [...]

September 9th, 2009

How to add a calendar (date picker) to your web applications

For almost any webapp, it's critical to be able to enter dates. But how do you ensure that people enter them in the right format? How do you make it look good? The easiest answer to both of these questions is to use a calendar object of some sort. This not only can look great [...]

July 28th, 2009

Sort a Multidimensional Array with VB.Net

5 years ago I wrote this article on how to sort a multidimensional array with ASP. This morning I was contacted by James Philips of  Djanogly City Academy Nottingham, who told me that he found my article, and has adapted the function for VB.NET compilation. Additionally, he has modified it to allow sorting on numeric [...]

May 22nd, 2009

The Best Rank Tracking Software

I just wanted to make a brief post about the ranking software I've been using very happily now for over a year, it's simply called Rank Tracker. I highly recommend it to anyone who either runs an SEO business/agency, or even just has one website but is serious about organic search ranking.

Next Page »