March 2009
91 posts
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)
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;
...
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
Light-Up Sheep Art Video
CSS Gems You Might Be Missing Out On | That Css... →
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.
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)
The Art of the Self-Imposed Deadline - Steve... →
Brilliant read
'Miracle fruit' turns sour things sweet - CNN.com →
Had to check if it was April fools yet when I read this…
That’s right, I’ll Ajax the crap out of your site. Nothing, and I...
– Noah Stokes
Rofl
Fluid 960 Grid System | 16-column Grid →
Very very nice
A List Apart: Articles: Fluid Grids →
Oscar has been a little taxing the last few days and nights, but I figure you...
– Andy Hansen on his few-week old son
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
There is a building in the Cayman Islands that houses supposedly 12,000 US-based...
– Tax haven - Wikipedia, the free encyclopedia
The Huge Collection of Google Analytics Tips →
Maxvoltar - Protecting yourself from Shitty... →
A really good read for any freelancer.
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.
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...
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...
How To Run Firefox 2 and 3 Simultaneously |... →
How to run 2 versions of Firefox on Windows or OSX.
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.
giacherio, paul →
Sexy TumbleLog theme
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.
...
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
Redesign Mozilla →
A look into HappyCog’s design process on Mozilla.org