Monthly Archives: December 2010

LCD TVs and Motion Blur

I don’t normally blog about stuff other than software development, but I admit I spend way too much time reading about all sorts of other consumer electronics stuff, spending too much time reading sites like Gizmodo and Engadget. Religious discussion … Continue reading

Posted in Kev's Blog | Leave a comment

Enabling mod_rewrite on Apache

To enable the mod_rewrite module: LoadModule      rewrite_module /usr/lib/apache2/modules/mod_rewrite.so To enable for  specific <Directory> entry: RewriteEngine On To specify a rewrite pattern: RewriteRule matchpattern rewriteto

Posted in Tech Notes | Tagged , | Leave a comment

Vi commands

Movement h left l right j  down k up 1G 1st line G last line H top of screen L bottom of screen

Posted in Tech Notes | Tagged | Leave a comment

Joomla Tags for Joomla

Plugin to tag articles and show tag clouds - info here.

Posted in Tech Notes | Tagged | Leave a comment

Installing Xmap for Joomla

Xmap is a site map plugin for Joomla that generates maps of your sites content and articles. Joomla tags uses Xmap to generate a tag cloud page of all availabe tags. Installation instructions are here. The downloaded zip contains two other … Continue reading

Posted in Tech Notes | Tagged | Leave a comment

Joomla Tutorials

http://www.joomlatutorials.com/ http://myjoomlacast.com/joomla_1_5x/

Posted in Tech Notes | Tagged | Leave a comment

Configuring jSeblod CCK Subcategories

jSeblod CCK adds support for Categories and Subcategories in Joomla, a feature which is not supported in base Joomla. For further information see here.

Posted in Tech Notes | Tagged | Leave a comment