Friday, April 13th, 2007
The Official Google Checkout Blog reports that Google Checkout has arrived in the UK.
Via Mashable
Posted in Uncategorized | No Comments »
Wednesday, April 11th, 2007
TagCrowd allows you to create a tag cloud from any text source. My good friend Paul gave the excellent suggesting of trying this out with a plain text version of your CV.
Posted in Uncategorized | No Comments »
Wednesday, April 11th, 2007
In order to use the CakePHP framework (version 1.2 alpha) without mod_rewrite you must uncomment the line in /app/config/core.php that looks like this:
define ('BASE_URL', env('SCRIPT_NAME'));
Posted in Uncategorized | No Comments »
Tuesday, April 10th, 2007
HTML 5: here we come. I think this is a great move by Opera, Mozilla and Apple. Obviously no one really expects Microsoft to be able to, you know, play well with others.
Posted in Uncategorized | No Comments »
Thursday, April 5th, 2007
Having recently bought usb memory key I was having trouble getting it to mount correctly on my Windows machine at work. It would occasionally return a 'device media not recognized' error on insertion, and sometimes would seemingly mount but never display in My Computer. I downloaded the HP ...
Posted in Uncategorized | 1 Comment »
Tuesday, April 3rd, 2007
It seems, according to some research into readability by Alyson Hill of Austin State University, that green text on a yellow background is the most 'readable'. The specific hex values she suggests are:
color:#006600;
background-color:#ffffcc;
I'm now using these as the default colours in a page where none are specified (in itself ...
Posted in Uncategorized | No Comments »
Monday, April 2nd, 2007
Pocket HPH is a project aiming to develop a windows-mobile powered php-compatible web server. Along the lines of Pocket ASP and vxWeb this will be a dynamic database-enabled (SQLite) web server on the WinCE platform. The project seems to be having trouble getting indexed by search engines with ...
Posted in Uncategorized | No Comments »
Wednesday, March 28th, 2007
wxJavascript sounds like a cool idea: port wxWidgets to javascript. It also sounds like they are taking the project in a new direction beyond building pure GUI apps.
Posted in Uncategorized | No Comments »
Wednesday, March 28th, 2007
Working across multiple platforms tends to leave you wishing they had more in common. I'm thankful that there is a TextMate compatible editor for Windows called simply e
Posted in Uncategorized | No Comments »
Friday, March 23rd, 2007
Firefox seems to reload plugins, for example flash and quicktime, when the window is resized, but only under certain circumstances.
If the scrollbars change (from being there to not being there or vice versa) then the effect occurs, as it apparently does if you alter a containing element's css position from ...
Posted in Uncategorized | No Comments »