Mar 2, 2008
The latest design craze sweeping through the world of WordPress is magazine/news style themes. While these themes may be useful to those using WordPress as a CMS I would argue they are not needed for the average blogger. The themes are bloated and probably most folk wouldn’t need or even know how to use most [...]
Mar 2, 2008
Quite a controversy has erupted here in Manitoba over the provincial government’s plan to increase the speed limit on some highways from 100km/h to 110km/h. We have some groups spewing doom and gloom warning us of the carnage to come. We have the Manitoba Trucking Association complaining of the increased fuel costs that are sure [...]
Mar 1, 2008
Has anyone else seen this story? The Saudis are actually going to execute a woman for the crime of witchcraft. From the BBC,
The illiterate woman was detained by religious police in 2005 and allegedly beaten and forced to fingerprint a confession that she could not read.
Among her accusers was a man who alleged she made [...]
Mar 1, 2008
Are there posts on your blog you regularly update rather than writing new separate entries such as tutorials for instance? Wouldn’t it be nice if there was a way you could let your readers know when a post was updated other than adding an addendum to the bottom? Well there is.
WordPress outputs the date of [...]
Mar 1, 2008
Although I tend to stay away from flash there are times when you may want to use it in your site. According to Adobe the proper way to embed a flash object in an HTML document is,
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"
WIDTH="550" HEIGHT="400" id="myMovieName"><PARAM NAME=movie VALUE="myFlashMovie.swf"><PARAM NAME=quality VALUE=high><PARAM NAME=bgcolor VALUE=#FFFFFF><EMBED src="myFlashMovie.swf" quality=high bgcolor=#FFFFFF WIDTH="550" HEIGHT="400"
NAME="myMovieName" ALIGN="" TYPE="application/x-shockwave-flash"
PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED></OBJECT>
The problem with [...]