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

work

Saved Password Recovery

Saturday, April 24th, 2010

Have you forgotten a password that is saved in a program but you can’t find any hack to retrieve it?  Try this tool out Revealer. Revealer works with Windows 2000,XP, Vista and 7 with most programs and can save you a lot of time scouring through old emails or asking annoyed colleagues.

Posted in Tools, work | No Comments

PHP, Javascript and WordPress English to Spanish Language Translation Samples

Saturday, April 24th, 2010

First off, download the gTranslate PHP class and read about it. Now let’s start to play with it. Let’s start off simple:

Posted in featured, gnu gpl, javascript, php, wordpress plugins, work | No Comments

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

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

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

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

Posted in i came as a rant, jQuery, work | 15 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 [...]

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

Posted in site updates, work | No Comments