October 29, 2007
I Forgot To Share…
My favorite part of my daily work is when I get to slice and code a great design using some great markup (xHTML) with smart styling (CSS).
At work I’ve recently been given the opportunity to solely act as the front end developer for a few different projects we launched over at “Groove”:http://www.groovecommerce.com/
* “La Prima Catering”:http://www.laprimacatering.com/
* “Corporate Baskets”:http://www.corporate-baskets.com/
* “Don’t Know Tavern”:http://www.dontknowtavern.com/
_Note: Not my designs, just my code_ Continue reading
October 17, 2007
New Redesign – Epic Dental
The fresh new look for Epic Dental has officially launched! Epic Dental sells Xylitol Gum which I can briefly describe as a sugar alternative that is also a cavity fighting agent. The new site was built off of our optimized … Continue reading
August 21, 2007
Redesign Launched for A Touch of Brass!
Today, over at “Groove Commerce”:http://www.groovecommerce.com we launched our redesign for “A Touch of Brass”:http://www.atouchofbrass.com. I really like how the site came out–plenty of graphical/styling done as well as a lot of work under the hood, more to follow later on at the Groove “eCommerce Blog”:http://www.groovecommerce.com/ecommerce-blog/. Continue reading
August 13, 2007
WiiCommerce (Wii Shop)
Well I finally got my hands on a “Nintendo Wii”:http://wii.nintendo.com! I have to say, I haven’t had this much fun on a video game system since I was a kid.
It really is amazing. One thing that I’ve really grown to love is the Wii Shop area and I figured that since I’ve been specializing in eCommerce based sites I would comment on Wii’s eCommerce Section (Wii Shop). Continue reading
August 4, 2007
WordPress Vs. Textpattern
I’ve always used a custom built solution for my blogging, originally just with some custom PHP, then I eventually added the FCK Editor but last month I decided that it was finally time to move on. Lets Try WordPress My … Continue reading
July 5, 2007
:hover Pseudo Class Bug Fix for IE6
For those of you familiar with the :hover pseudo class, you probably know that IE6 and below is not.
A simple example of the :hover pseudo class in action is when you mouse over a Hyperlink and it changes color, or it becomes underlined or something dazzling like that. A more advanced example is applying :hover to other tags such as a <td> to make the data cell of a table change color, this is the example I’m going to talk about today.