I've started a new blog over here:
Drupal World
Thursday, November 25, 2010
Wednesday, October 28, 2009
Monday, November 24, 2008
Wednesday, November 19, 2008
Thursday, October 23, 2008
Tuesday, October 21, 2008
Qcodo
Qcodo is an open-source PHP 5 framework that focuses on freeing developers from unnecessary tedious, mundane coding. The result is that developers can do what they do best: focus on implementing functionality and usability, improving performance and ensuring security.
It's also completely object oriented.
Posted by Unknown at 9:29 am
Thursday, June 19, 2008
PHP - created a nested HTML unordered list from an array
PHP function Get_Array_Keys_UL will create an nested HTML Unordered List string of the keys of a given array. Makes best sense with literal keys, e.g. $_POST:
/**
* Creates recursively a nested HTML UL of array keys.
* @param array $array Array
* @return string Nested UL string
*/
function Get_Array_Keys_UL($array=array()) {
$recursion=__FUNCTION__;
if (empty($array)) return '';
$out=''."\n";
'."\n";
foreach ($array as $key => $elem)
$out .= '- '.$key.$recursion($elem).'
'."\n";
$out .= '
return $out;
}
Found here
Wednesday, June 18, 2008
Monday, June 09, 2008
Steve Jobs keynote
Here's one to bookmark - Popular Mechanics will have Cult of Mac live blogging the Jobs keynote today - due to start at 12 noon NYC (Eastern) time:
Steve Job live blog
Tuesday, June 03, 2008
Random links
Goosh - command line Google
Surfraw - command line interface to the web
Installing OpenAds
NASA makes magnetic fields
visible (vid)
Install XP via Virtualbox
The Chandler Project - a new way of organising tasks & notes
How to turn on bash smart completion
Read at Work - classic novels in Powerpoint format
Scaring people with Flash's fullscreen
Posted by Unknown at 2:57 pm
Saturday, May 24, 2008
Sebastien Tellier - "Divine"
France this year, bit the bullet, and actually entered a decent tune into the Eurovision song contest - Sebastien Tellier's "Divine", which is produced by one half of Daft Punk.
In any case, the Eastern European countries all voted for each other, which resulted in some instantly forgettable Russian entry winning.
Anyway, here's the video:
Thursday, May 22, 2008
Wednesday, May 14, 2008
Monday, May 12, 2008
Westport to Dublin
Normally a journey of 3 hours, here's Westport to Dublin in only 10 minutes
hat tip: Damian Mulley
Friday, April 11, 2008
Google AppEngine
Today I got my Google AppEngine application approved by Google. Great stuff - now I've got to start brushing up on Python.
On the downside ,I'm out of work because of the credit crunch - they've announced massive layoffs where I work.
Tuesday, April 08, 2008
Thursday, April 03, 2008
Tuesday, April 01, 2008
April Fool roundup
Google Australia introduces gDay and MATE technology
Flying penguins filmed by the BBC
YouTube rickrolls
Scientists create human bear pig chimera
Gmail custom time
Google announces Project Virgle
Seaside for Java
Google Calendar WakeUp Kit
Posted by Unknown at 9:57 am
Wednesday, March 26, 2008
Ordb
Via ITwire.com
A database of open relay email servers, provided until late 2006 as a voluntary service to help email administrators block spam, has suddenly re-activated but is returning every address queried as being on its blacklist.
Administrators of email systems should have stopped querying the database (relays.ordb.org) in December 2006 when it shut down, but some failed to do so. That was no problem until today, queries were simply rejected, but now the address of any email server presented is being returned as an open relay. This results in the querying system rejecting all incoming mails from that server.
Tuesday, March 25, 2008
Linkdump
Create online mini-cities
Your city grows based on the amount of clickthrus
Blogoscopia
Google Blogoscoped mini city
Google Trends as a meme tracker
Shell Fu
Bash one liners
The death and life
of the American Newspaper
Every South Park episode - uncensored, free and legit
SugarCRM 5.1 upcoming features
Was the Death Star attack an inside job?
mysql --i-am-a-dummy