Mr Cat noticed this morning that Mr Apple was showing off their brand new iPad – which looks like it is really just an iPhone with a bigger screen – although you sure as hell will look ridiculous with that thing stuck to your ear making a call.
There were millions of opinions out there today, however I stumbled on this hilarious little video on YouTube today on the new device:
Probably like many others who dabble with Wordpress, I was excited to read about the new post thumbnail support in Wordpress 2.9. Of course, after upgrading, I could not figure out how to use them – only to discover that the feature is disabled by default. I finally discovered how to turn the feature on, and here is how you can do it to.
Edit the functions.php file that came with your favourite theme, and add the following:
if (function_exists('add_theme_support'))
add_theme_support('post-thumbnails');
The if statement checks to see if we actually can use the add_them_support() function, so we do not break our themes compatibility with versions of Wordpress prior to 2.9. Save the file, and you can simply set the post thumbnail in the back end.
Interesting when I read that Aston Martin have announced an ultra-compact concept car, based on the Toyota IQ, that will be known as the Cygnet. Quite a little stablemate for the insane V12 engined Vantage. By contrast this machine will be powered by a small 1 liter mill with only 3 cylinders and [...]
Air Canada and Westjet have both placed travel advisories on their websites stating that travelers to the USA will be subject to new carry on baggage restrictions. Westjet also offer the addition of waiver of their customary excess baggage charge. One cannot help but ponder the effectiveness of these measures.
After upgrading to Wordpress 2.9, self-hosted Wordpress installations may receive this error:
Call to undefined function ctype_digit() in /wordpress/wp-admin/includes/file.php on line 238
When trying to use either the Flash uploader or the browser uploader to upload new media to Wordpress, or when trying to save a new post as a draft, post it and so on. [...]
VAT seems to be an obvious consumption based tax choice over the proposed, hastily introduced HST that is leaving so many BC residents smarting at their government. Read on as to why I think the VAT would be a logical choice, based on cost savings that it makes to the government, while providing many advantages to the consumer, including retention of the existing GST/PST discrimination on many items.
The latest BlackBerry firmware leaks for the Bold 9000 and the Curve 8900 has been spotted over at bbleaks.com. There is also one for the 8520 and all three versions of 5.0.0.411 is available on BlackBerry Cool..
I installed 5.0.0.411 on my Bold 9000, and the single thing that impressed me most, was the [...]
Recently 5.0.0.348 for the BlackBerry Bold 9000 was leaked. I installed this on my BlackBerry and all was well, until I traveled to the US and put my AT&T SIM card into the device. It then gets into a reboot cycle the minute a network connection is established. I am speculating that [...]
When compiling Chan_SCCP_b on asterisk 1.6.0 and up, one may receive and error that AST_CONTROL_T38 is undeclared. Digium changed this to AST_CONTROL_T38_PARAMETERS some time during the 1.6.0 tree. This article gives a quick fix into making it compile cleanly.