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

work

Slide N’ Hide jQuery Navigation Accordion Slider

Wednesday, November 12th, 2008

View Example
View Source Code
A simple vertical jQuery accordion with much room for growth. In future version I would like to use a few additional lines of JS to create a cleaner structure but even if only as an example this is a good start. I made a horizontal accordion as well but all things will [...]

Posted in css, eff, gnu gpl, jQuery, javascript, php, work | 2 Comments

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:
firefox -safe-mode
“C:\Program Files\Mozilla [...]

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

Featured: Amies Updated Reel

Wednesday, November 12th, 2008

A few of the projects I had the pleasure of working on at Amies have been featured in their newest reel. The video was created by Travis Anderson and is pretty solid as a whole. Enjoy!

Posted in featured, 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 | 1 Comment

How I Spent My Winter Vacation

Monday, December 10th, 2007

Sorry for the lack of updates due to a great deal 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 [...]

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 | 11 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