i came as a rant
Movies I Want To See
Friday, June 6th, 2008Gonzo
Indiana Jones and the Kingdom of the Crystal Skull
Taxi To The Dark Side
Love Guru
Kontroll
The Visitor
All Star Burn
The Happening
King of California
I will post some sketches later on tonight or sometime tomorrow, I’ve been swamped with work before my move.
Posted in i came as a rant | No Comments
It’s Just A Font
Monday, February 25th, 2008Posted in i came as a rant, random mess | No Comments
Banksy Desktop Backgrounds
Thursday, January 31st, 2008
download them all or download the originals
I was really bored tonight and decided to revamp my background selections. So bored with work. So incredibly bored…
Posted in i came as a rant, random mess | 1 Comment
jQuery Image Swap
Friday, October 12th, 2007jQuery does a fantastic job at simplifying JavaScript. Below is an example for those of you still relying on DreamWeaver’s Image Rollover (MM Image Swap). The better alternative is using proper image replacement techniques.
$(’img#nav1′).hover(function() {
$(this).attr(”src”,”/images/headerNav/1-over.gif”);
}, function() {
$(this).attr(”src”,”/images/headerNav/1.gif”);
});
<img src=”1.gif” id=”nav1″ />
And there you have it! Coming up next is the SEO case study of duffynewport.com.
Posted in i came as a rant, jQuery, work | No Comments
slightestBox (lightbox/litebox replacement)
Saturday, June 2nd, 2007Sometimes I like to share artwork or photos with the readers of my site but I loathe manual entry of classes or relevance tags. So I modified the php script from Slimbox by Hardi P. This will automatically add rel=”imagebox[set]“ on image links. Now powered by jQuery (instead of moo.fx).
Why would you use jQuery instead [...]
Posted in css, i came as a rant, wordpress plugins | Comments Off
more to come
Monday, May 21st, 2007i swear there will be more articles but right now the work won’t stop. after it slows a bit ill post some new scripts, wordpress plugins and css stuff. until i give you:
Operation Heavenly Hogpile
Posted in i came as a rant | No Comments