What is a geek?

What is a geek, you may ask. full explanation here..

Cheesecake with Praline Sauce Recipe

Cheesecake with Praline Sauce Recipe . hmmm. nice use of soft cheese, a few eggs and an oven.

Supplier Directory -ideas

my latest idea. a supplier directory. one view is a spreadsheet (is listed on companies house? size – big medium small). another a mashup of google maps, companies house and some trade directories like applegate and whoever else – ie show companies with in a radius of a given X on the map. draw the circle on the map with v3. what other features could this thing have.

Twat race

Twat race

NASA Scientists Plan To Approach Girl By 2018  | The Onion – America’s Finest News Source

NASA Scientists Plan To Approach Girl By 2018  | The Onion – America’s Finest News Source.

lol

Goldman Sachs

Goldman Sachs.

very focussed UI. the latest sort of menu?

phatfusion : googleDrive

drive around google maps.

via phatfusion : googleDrive.

Google Maps Mashups

Google Maps Mashups

via Google Maps Mashups.

Unable to locate WordPress Plugin directory

If you get this when you FTP a plugin add this to your wp-config file:

if(is_admin()) {
add_filter(‘filesystem_method’, create_function(‘$a’, ‘return “direct”;’ ));
define( ‘FS_CHMOD_DIR’, 0751 );
}

via WordPress › Support » Unable to locate WordPress Plugin directory.

search in files (unix / linux / debian)

find . -name “*” -exec grep -l “your search string” \; | less