Monthly Archives: January 2008

January 24, 2008
Don’t ever user www.templatesbrowser.com for wordpress themes

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;
<nosc/ript><a hreflang="de" lang="de" href="http://www.portalux.com/">online casino</a></nosc/ript>
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 [...]

January 24, 2008
When to use form POST vs GET?

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

January 23, 2008
Taking advantage of DOM on ready and Event observers using Prototype.js

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