I've started a new blog over here:
Drupal World
Thursday, November 25, 2010
New blog
Posted by justin flavin at 10:08 am Links to this post
Labels: drupal
Wednesday, October 28, 2009
Monday, November 24, 2008
Wednesday, November 19, 2008
Super Obama World
Obama in Mario Brothers land...
Play the game here
Posted by justin flavin at 11:26 pm Links to this post
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 justin flavin at 9:29 am Links to this post
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
Posted by justin flavin at 9:37 am Links to this post
Labels: php
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
Posted by justin flavin at 8:40 am Links to this post
Labels: apple
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 justin flavin at 2:57 pm Links to this post
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:
Posted by justin flavin at 11:29 pm Links to this post
Labels: music
Thursday, May 22, 2008
Daft Obama
Adam Freeland at Coachella, California, April 2008
Posted by justin flavin at 10:39 pm Links to this post
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
Posted by justin flavin at 8:10 pm Links to this post
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.
Posted by justin flavin at 10:07 am Links to this post
Tuesday, April 08, 2008
Thursday, April 03, 2008
Google Earth update
Google Earth update to imagery in 86 countries.
Posted by justin flavin at 9:56 am Links to this post
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 justin flavin at 9:57 am Links to this post
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.
Posted by justin flavin at 11:36 am Links to this post
Labels: spam
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
Posted by justin flavin at 9:28 am Links to this post
Labels: linkdump






