Author Archive

March 23, 2012 0

Periodic browser title changer in javascript

By in javascript, snippets

var alertTitle = { TITLETEXT : ‘New message!’, DEFAULT_TITLE :’Default Title’, TIMEOUT : 1000, SPLITTER : 0, TIMER : null, split : function() { if ( 0 == alertTitle.SPLITTER ){ document.title = alertTitle.TITLETEXT; alertTitle.SPLITTER = 1; } else{ document.title = alertTitle.DEFAULT_TITLE; alertTitle.SPLITTER = 0; } alertTitle.TIMER = setTimeout(alertTitle.split, alertTitle.TIMEOUT); }, run : function(){ alertTitle.TIMER = [...]

Tags: ,

December 8, 2011 0

Free iconset: Basal Icons

By in freebie, graphics, icons
December 7, 2011 0

Turorial: How To Create a Detailed Gauge Icon in Photoshop

By in graphics, icons, photoshop, tutorial

Tags: , ,

December 7, 2011 0

13 Seamless Christmas Patterns

By in free tools, freebie, graphics

Tags: , ,

December 1, 2011 0

New Google Bar right Now

By in google

Go get this extension to change cookies. http://goo.gl/CeKtT Load Google.com and right-click to edit the cookies. Change “PREF” to this: ID=03fd476a699d6487:U=88e8716486ff1e5d:FF=0:LD=en:CR=2:TM=1322688084:LM=1322688085:S=McEsyvcXKMiVfGds Don’t forget to save your changes at the bottom. Reload and you have the new Google bar.

Tags: ,

December 1, 2011 0

Build your own fonts – FontStruct

By in fonts, free tools, Uncategorized

Create your own fonts the easy way. You can share them too. FontStruct

Tags: ,

November 30, 2011 0

50 Guerrilla Marketing Tactics For Freelancers

By in ebook, free tools, freelancing

Tags: , , ,

November 29, 2011 0

Remove WordPress admin bar

By in hack, wordpress

Just place this snippet to your functions.php: <?php global $current_user; get_currentuserinfo(); if ($current_user->ID != 1) { add_filter( ‘show_admin_bar’, ‘__return_false’ ); } ?>

Tags:

November 28, 2011 0

How to remove wordpress trackbacks from comments

By in hack, Uncategorized, wordpress

This hack will remove trackbacks from your comments:

Tags: ,

November 22, 2011 0

Showcase of landing pages

By in illustration, Uncategorized, webdesign

Tags: ,