chapter31

development in a land far far away…

at the moment

History is not what happened. History is what was written down.

Archive for January, 2008

Today I noticed a JavaScript error on my site, on investigation I saw the following JavaScript code in the page source:

var CCounter=2151068; var CCsite=www.chapter31.com; CCinvisible=0;
online casino
var CCounter=2151068; var CCsite=www.chapter31.com; CCinvisible=0;

My investigations found that where I downloaded the template from was a nice (NOT) little site called http://www.templatesbrowser.com/. Now what they do is add a “functions.php” […]

Read the rest of this entry »

When to use form POST vs GET?

Thursday, January 24th, 2008

I read a post today from Mark Kruger where he was warning against the possible side effects when using GET as a form submit method.
I think I (unintentionally) offended Mark with my comment where I asked why would anyone EVER use GET? because I pretty much always use POST so was wondering why you would […]

Read the rest of this entry »

I’ve been doing some JavaScript development with Prototype over the last few days and it’s been interesting trying to do things that I know how to do in jQuery, but in Prototype.
One of the cool things I like with all these JavaScript frameworks is the easy way they allow you to execute code on ‘DOM […]

Read the rest of this entry »