July 24, 2008
MyCaptcha Wordpress plugin issues
I was playing around with the mycaptcha plugin, and had quite the frustraiting experience. Basically, the instructions given are incorrect/incomplete.
On my single.php page, I needed to have the beginning look like this:
<?php session_start() ?>
<! – MyCaptcha ->
<?php if (class_exists(’MyCaptcha’)) {
$MyCaptcha;
$MyCaptcha->initialize();
} ?>
<! – MyCaptcha ->
<?php get_header(); ?>
Otherwise, I was getting various errors including:
Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /home
or
Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /htdocs/blog/wp-content/themes/sexyround/single.php:3) in /htdocs/blog/wp-content/plugins/mycaptcha/MyCaptcha.php on line 51
Hope this helps someone… let me know if it does!
September 25, 2007
Google’s Street View coming to Edmonton?
The Edmonton Journal today reports that a black Honda Civic bearing the Google logo, and equipped with a roof-mounted camera, has been seen twice in the south Edmonton neighbourhood of Pleasantview. It has been spotted driving about 10 kilometers an hour. Google declined comment.
This news comes on the heals of Google backing down, and agreeing to comply with Canadian privacy laws that prohibit companies from exposing personal information without prior consent. Google now says they will blur faces and license plates. Whether Google already has the ability to do so, or if it means Google now has to go back to the drawing board to allow for the blurring is unknown.
This could add fuel to the fire in the U.S. where Google does not have similar laws to follow, and thus, leaves faces in a recognizable state. Many Americans have already complained about this invasion of policy, loud enough to force the company to adjust its policies, making it easier for individuals to request the removal of specific pictures that identify themselves.
September 20, 2007
Amazing Dirtbike Rider
This seems to be a cross between bike trials and free running/parkour. I am simply amazed by this guy.
September 17, 2007
Excel 2007 Broken: double clicking will not open .xls or .xlsx file
Recently I have found myself with an Excel that refuses to open files with a double click. Excel itself opens, but the desired file does not, instead I receive the following message:
Windows cannot find ‘FilePath\FileName‘, Make sure you typed the name correctly, and then try again.
The above message is in Vista. XP shows the following:
Cannot find the file ‘path‘ (or one of its components). Make sure the path and filename are correct and that all required libraries are available.
I do not know what caused this, but was able to find the fix.
September 4, 2007
Deadly Dolphin Show
Dolphin shows are always fun for the family… however this show had an extra surprise. A bird, flying low over the water, was accidentally knocked silly by a leaping dolphin. Hopefully no kids were saddened by this turn of events.
August 28, 2007
Content Aware Image Resizing
This is some pretty nifty stuff. Researchers have developed methods to resize images dynamically, without distorting or cropping the image. The technique has been well thought out, with the ability to ensure the most important features (ie. a persons face) are not altered, as it is the most noticeable to the eye.
This ability can then be extended to mark an area of the image for removal. This makes cutting a person out of an image brilliantly simple, as the background where the person was standing gets reconstructed automatically.
The video is a must see:
August 11, 2007
Macgyver Fixes The iPhone
This is the “Official” iPhone tool direct from Apple. Thanks to Keith M.

Looks like Macgyver stopped catching the bad guys, and has started working for Apple.
Disable Hibernation in Vista
Thanks to Ido Samuelson for this.
It is funny that there is no longer an option to turn hibernation off from the Power Options in Control Panel.
But besides the Disk Cleanup method to disable the Hibernation. I found another way using the console :
powercfg –H off









Comments(2)
