March 2009
91 posts
WatchWatch
jorgeq: Lazy Shiba: Possibly the most stunning video of a Shiba Inu doing nothing. No concerns, no distress, just pure tranquility in HD. (via Mark Jardine)
Mar 29th
5 notes
1 tag
Output an easy-to-read number in PHP
Made this for a project I’ve been working on. It takes a number and outputs an easy-to-read version. <?php     #    Output easy-to-read numbers     #    by james at bandit.co.nz     function bd_nice_number($n) {         // first strip any formatting;         $n = (0+str_replace(",","",$n));                 // is this a number?         if(!is_numeric($n)) return false;        ...
Mar 29th
1 note
My Top 5 Artists (Week Ending 2009-3-29) →
John B (103)  Booka Shade (64)  Trentemøller (47)  Mistabishi (15)  De-Phazz (9)  Imported from Last.fm Tumblr by JoeLaz
Mar 29th
Mar 28th
WatchWatch
Light-Up Sheep Art Video
Mar 28th
Mar 27th
CSS Gems You Might Be Missing Out On | That Css... →
Mar 27th
1 note
Queue WinRAR Extractions
You can queue multiple WinRAR extractions by doing the following; Right click file -> “Extract Files…” Click Advanced tab Enable “Wait if other WinRAR copies are active” Click Ok Rinse and repeat Perfect for multiple Linux ISOs.
Mar 26th
“Today, I repaired a boiler for a wealthy guy in a big house. While there, I...”
– FML: bonus points if it was used. (via jbd2)
Mar 25th
The Art of the Self-Imposed Deadline - Steve... →
Brilliant read
Mar 25th
'Miracle fruit' turns sour things sweet - CNN.com →
Had to check if it was April fools yet when I read this…
Mar 25th
Mar 25th
Mar 24th
“That’s right, I’ll Ajax the crap out of your site. Nothing, and I...”
– Noah Stokes Rofl
Mar 24th
Fluid 960 Grid System | 16-column Grid →
Very very nice
Mar 23rd
A List Apart: Articles: Fluid Grids →
Mar 23rd
Mar 23rd
11 notes
Mar 22nd
Mar 22nd
12 notes
“Oscar has been a little taxing the last few days and nights, but I figure you...”
– Andy Hansen on his few-week old son
Mar 22nd
Mar 22nd
Mar 22nd
Mar 22nd
Mar 22nd
My Top 5 Artists (Week Ending 2009-3-22) →
Booka Shade (52)  Mistabishi (48)  Trentemøller (41)  Marco V (16)  Deadbeat (15)  Imported from Last.fm Tumblr by JoeLaz
Mar 22nd
“There is a building in the Cayman Islands that houses supposedly 12,000 US-based...”
– Tax haven - Wikipedia, the free encyclopedia
Mar 21st
Mar 19th
Mar 19th
The Huge Collection of Google Analytics Tips →
Mar 18th
Mar 18th
Maxvoltar - Protecting yourself from Shitty... →
A really good read for any freelancer.
Mar 18th
Mar 18th
1 note
Mar 18th
Microsoft's SuperPreview Beta Download →
matthewb: Announced at MIX09, SuperPreview is a standalone Windows application that allows previewing of websites simultaneously in IE6 and whichever of IE7 or IE8 you have installed. Ars Technica and Web Designer Depot have more. Microsoft’s solution to cross browser testing of IE. Excellent that they’re on the ball.
Mar 18th
4 notes
2 tags
PHP error_reporting not working?
If PHP is ignoring your error_reporting directives, try the following; ini_set('error_reporting', E_ALL); ini_set('display_startup_errors', 1); ini_set("log_errors",1); ini_set("display_errors",1); ini_set("error_log", "/path/to/a/log/file/php_error.log"); // make sure this is chmodded to 0777 permissions Still not working? Like it wasn’t for me? Well save yourself 20 hours debugging and...
Mar 17th
3 tags
Tumblr Featured Posts Plugin
I’ve created a featured/favourite posts plugin of sorts for Tumblr. Basically what it does is cycle through your posts and finds all tagged with the tag “featured”. It then outputs a link to each of these posts to a list element of your choosing. You can see it in action to the right —> How to install: Put the following within your <head> tags; <script...
Mar 17th
4 notes
How To Run Firefox 2 and 3 Simultaneously |... →
How to run 2 versions of Firefox on Windows or OSX.
Mar 17th
Mar 17th
976 notes
Font not working on WebKit?
Is your font not displaying or inheriting on WebKit browsers like Safari or Chrome? Neither was mine, until I discovered the line; @charset "UTF-8"; At the top of my CSS file. Seems that breaks a bunch of stuff in WebKit (notably font-family declarations). Thanks Dreamweaver CS4… Hope this helps someone.
Mar 17th
Mar 16th
giacherio, paul →
Sexy TumbleLog theme
Mar 15th
Mar 15th
156 notes
Mar 15th
Mar 15th
28 notes
Mar 15th
95 notes
How To: Change Default Icon for External Hard...
Below is a quick 4-step process to changing/customising the icon of your external HDD (hard drive) on Windows. Find/make and then copy a .ico icon file onto your hard drive, call it icon.ico. Create a new text document with the following code in it; [autorun] icon = .\icon.ico Save text file as autorun.inf (make sure it’s called this not autorun.inf.txt). Unplug and plug in hard drive. ...
Mar 15th
My Top 5 Artists (Week Ending 2009-3-15) →
Trentemøller (146)  Deadbeat (55)  Burial (38)  Scorn (31)  Thievery Corporation (28)  Imported from Last.fm Tumblr by JoeLaz
Mar 15th
Mar 14th
Redesign Mozilla →
A look into HappyCog’s design process on Mozilla.org
Mar 13th
Mar 12th