we love web standards, css, html, actionscript, php, javascript, accesibility and usability

i came as a rant

Now You’re Being Ridiculous: Featuring William Golden

Wednesday, August 5th, 2009

Posted in i came as a rant | No Comments

Need reliable high speed internet?

Wednesday, July 22nd, 2009

If you are in favor of defending net neutrality, enjoy solid uptime or want an alternative to Comcast here are two services I have used which work wonderfully. AT&T U-verse Great fiber optic package with combined internet, TV and VOIP services with solid uptime. AT&T is a corporate defender of net neutrality. They also have [...]

Posted in eff, i came as a rant, net neutrality | 1 Comment

Firefox 3 Closes All Open Tabs on Exit Problem and Forgets To Ask What You Wanted

Wednesday, November 12th, 2008

Firefox is a priceless debugging tool for web developers. However, when it stops functioning properly, daily tasks & work become more complicated. One day Firefox stopped asking if I wanted to restore my tabs when the program closed. After being annoyed for quite sometime I thought about restoring FireFox to its defaults settings. Windows XP/2000/Vista: [...]

Posted in i came as a rant, work | No Comments

It’s Just A Font

Monday, February 25th, 2008

Posted 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 | 4 Comments

jQuery Image Swap

Friday, October 12th, 2007

jQuery 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 [...]

Posted in i came as a rant, jQuery, work | 15 Comments

slightestBox (lightbox/litebox replacement)

Saturday, June 2nd, 2007

Sometimes 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 [...]

Posted in css, i came as a rant, wordpress plugins | Comments Off

more to come

Monday, May 21st, 2007

i 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