Archive for the ‘Programming In General’ Category

Demystifying Binary And Hex

Thursday, October 15th, 2009

I recently started an Open university course. It has been a long time since I studied and I really need to buckle down and learn how to do it again.

While browsing the OU forums recently I came across a post from people who could not get their head around binary and Hex. The following is the explanation I provided, it seems to have helped some so maybe it will help the wider community as well
(more…)

Wordpress Whos Online Plugin

Sunday, June 7th, 2009

Sometime ago I had posted about a Wordpress plugin that enables you to see how many users you have on your blog. Well good news, I have now released an updated version with all new features. Not only this but the plugin now has a new home. (more…)

PHP Arch Announce Webinars

Saturday, January 24th, 2009

As usual I was going through my RSS feeds and came across an article released by PHP Architect. In preperation of PHP Tek 2009 there are going to be a series of webinars.

Unfortunately the first of these webinars ( Time & Project Management with Web2Project ) has already passed (I did not get the RSS feed until after the event had finished) however there are of course some great ones coming up. (more…)

Fibonnaci number in C++

Sunday, December 14th, 2008

Some time ago I wrote a quick article with an example script on how to obtain the Fibonnaci number using PHP.

I just had visual studio open for the first time in ages and decided to quickly change it to c++. (more…)

“High Performance Web Sites” A Review

Thursday, June 12th, 2008

Title High Performance Web Sites
Author Steve Sounders
ISBN-10 0-596-52930-9 (ISBN-13 978-0-596-52930-7)
Pages 146 (including index)

High Performance Web Sites by Steve Saunders is an attempt at teaching people how to best go about optimizing their web sites. No I do not mean optimizing for search engines, I mean optimizing for the best user experience (and believe me it is a relief to have a book aimed at giving the user a better experience rather than the search engines). (more…)

PHP Advent Calender

Tuesday, December 11th, 2007

I subscribe to many blogs. Most are full of mediocre information. However there is 1 blog that tends to stand out and is by someone who I admire as a PHP coder.

(more…)

The Problem With Reporting Bugs

Wednesday, November 28th, 2007

Yesterday I was doing my usual run on forums. Looking about to see what I could find that was interesting.

I have a particular interest in PHP coding and came across a user who had made a 3,4 and 5 digit domain name generator. I had a quick look to see how well he had done but found there was a problem. (more…)

Matt Cutts Promoting Security By Obscurity?

Sunday, November 11th, 2007

Matt Cutts has recently posted an article about Fuzz Testing.

For those of you that are unaware fuzz testing is the art of testing a piece of software by giving it random input. The reason this can be effective is that it can trigger unforeseen bugs within an application. In fact Matt gives an example of tests carried out on UNIX software which found that a substantial percentage of softwares were vulnerable and the fuzz testing caused the application to crash. (more…)

Free Ruby On Rails Book

Friday, October 5th, 2007

EDIT **IN THE TIME SINCE THIS WAS POSTED THE OFFER HAS EXPIRED. **

Just a quick post for the time being as I have found an offer that may be of interest.

Sitepoint are currently giving away PDF copies of the “Build Your Own Ruby On Rails Web Application” written by Patrick Lenz. (more…)