Blogs are fundamentally flawed for the typical Grandma-User

It may seem a little sad but I can honestly say that reading my access_log is far more interesting than any soap opera on TV; they are filled with exotic foreigners, futuristic robots, drama, intrigue and personal tragedy. The best thing about it is that it’s all real; these are (mostly) real people who stumble …

Blogs are fundamentally flawed for the typical Grandma-User Read More »

‘NASA Search 1.0’ ??? Something Google should worry about ???

Having written my own WordPress logging / statistics plug-in over the weekend – which still in prototype, consider it a ‘coming soon’ – I have started to notice more and more peculiar User-Agents visiting my blog. I quite like to keep an eye on what spiders / bots visit my sites, how often they return …

‘NASA Search 1.0’ ??? Something Google should worry about ??? Read More »

Charset detection for fun and non-profit…

FreeDB [www.freedb.org] is a free online CD-information database allowing applications to query the FreeDB server over the internet for disc & track titles. The database was built with user-submitted information; as such entries were being submitted in whatever default character set the submitting-user had. The problem arises when someone with a different default character set …

Charset detection for fun and non-profit… Read More »

Velocimacro – Generate a HTML Select box and its Options

A quick and simple Velocimacro to generate HTML Select boxes and its Options; automatically selects the correct option based on the value given. You can place this #macro anywhere in your Velocity templates but I used my global VM_global_library.vm file. Code [code] #macro( generateSelectBox $name $options $value ) #foreach ( $option in $options ) #set( …

Velocimacro – Generate a HTML Select box and its Options Read More »

Scroll to Top