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

work

Time Wasted

Thursday, March 6th, 2008

I’m currently ensuring some scripts I’m working on will be GNU/GPL compliant in hopes to avoid being sued for porting technology from a corporate identity with the mental capacity of a 2 years old. In the meantime enjoy this.
Windows vs. Mac vs. Linux

Posted in gnu gpl, intellecual property, jQuery, javascript, php, random mess, work | No Comments

PHP Image Watermarking

Monday, January 28th, 2008

I had to build this for a client rather swiftly but here is the brass tax of the matter. My client requested that every image in a section would be automatically water marked. I read a few good articles and played around a bit before creating this based on the others I had been reading [...]

Posted in php, work | No Comments

How I Spent My Winter Vacation

Monday, December 10th, 2007

Sorry for the lack of updates due to “assloads” of work, but there are good things coming. I’ve got an address book importer in PHP, flash toys for photo manipulation, some new DOM validation script, more Flash apps via PHP/mySQL/XML/Flash, an updated version of slightestBox and much more than I care to list.
Random note: I [...]

Posted in site updates, work | No 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 the SEO case study of duffynewport.com.

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

CL, CSS Navigation and How to Waste an Afternoon

Thursday, May 31st, 2007

Finished my workload by 10am so I have been putting around net killing time. This of course means I have been obsessively reading Craigslist. Here are some of my favorite findings for the day:

An open letter to the Anaheimer who posted on Ottawa R&R
I spilled grandma on you around spadian station
To my Ex-GF’s [...]

Posted in cl rnr, css, web accessiblity, work | No Comments

something stable

Friday, May 25th, 2007

I knew this would take a bit of effort, but more than anything I’ve been lagged with work and work related stuff. So anyway here’s a decent layout with the great help of cssplay, jQuery and other players to be named later.
Now to grab my guitar, a beer and play until the night is over. [...]

Posted in site updates, work | No Comments