
We developed this simple, sleek, and straight-to-the-point website with Sean Herman, who designed the site. Our aim was to create a very accessible site for EMA, and help them display their company’s information with class and professionalism. The site was created using WordPress to allow for simple content changes.
Categories: Web Development, Wordpress, Work
Part of what makes WordPress so useful is the myriad of features it supports, and the high level of customization that it offers. When first starting out, it can be daunting to try and explore all of the options available to you! So here are 5 techniques that I found useful when I first starting using WordPress to build websites.
(more…)
Categories: Blog, PHP, Web Development, Wordpress
Here are 5 of the features that make TextMate one of the best options for developers today. After working with many different editors, I’ve found that TextMate saves the most time and has the most efficient workflow. Hopefully this article will help you save as much time as I have by tapping into the powerful tools offered by Textmate!
(more…)
Categories: Blog, Development, TextMate, Web Development
I don’t know why, but I feel constantly compelled to redesign my website! I hope you like the results of my most recent update. I find the site has taken on a cleaner look that’s easier on the eyes. I hope you feel the same!
Categories: Blog, Site News

I worked with Sean Herman to implement an online shop that allows users to choose their own price! The site was created using WordPress to make it easy to maintain and operate the online store.

The unique “Choose Your Own Price” online store allows users to enter their own price for surplus and defect items. Users can pay however much they think an item is worth, allowing savings for the customer, and a way to get rid of overstock items for Malcolm Fontier! The store was created using the WordPress Shopp plugin.
Categories: Web Development, Wordpress, Work

Karvt is the brainchild of Sean Herman and Kurt Barbee. Karvt’s incredibly popular Macbook, iPhone, and iPad skins have been selling like hotcakes and making everyone’s Mac products look even better! We helped Sean with the development side of things, working with the WordPress Shopp plugin to create a full-featured online shop!

The Karvt online shop allows on-site payment with any major credit card! The shop features an AJAX cart, and the option of inputting credit card info directly, or through Paypal’s website. The store tracks sales and offers shipping estimates based on Zip Code!
Categories: Web Development, Work

Using Sean Herman’s design, we helped build the site and its online shop. The site was created with wordpress, to allow for easy updating of menu items!

The Better Than Mamma’s shop uses the WordPress Shopp plugin to create an online meal-ordering system. Users can order a full months worth of home-cooked meals that are delivered to the door of the customer!
Categories: Web Development, Wordpress, Work
It’s hard to know where to begin when you’re buying your first book in an attempt to learn a new skill. Always make sure to buy the newest edition of any web design or development book you’re interested in, because times change and so do the best-practices for each language. There’s no such thing as a perfect book, so make sure to Google anything you don’t understand so you can find reference material to inform you. In many cases, this will allow you to get much more out of any book you read. There’s a wealth of great information out there, but it’s these 5 books that I found exceptional for beginners:
(more…)
Categories: Blog, Books, CSS, Development, Lists, PHP, Web Design, Web Development
I came across a pretty frustrating IE6 background bug a while ago and it took me a while to figure out the surprisingly simply solution! Well, technically this isn’t a bug. It’s technically a user-error, but the code (albeit incorrect) works in most modern browsers! Take a look at the following code:
body { background: url('images/bg.jpg')top left #fff no-repeat; }
If you try this code in Safari or Firefox, it will work perfectly. You will see the background image positioned at the top left with no-repeat and with a white background. However, IE6 will render no background! Strange, no? Quite strange. The problem is the lack of a whitespace character between the background url and the position declarations. I became so used to Firefox and Safari’s lax handling of this code that it took me forever to figure out that one little space was causing all of my problems! The following code fixes the problem:
body { background: url('images/bg.jpg') top left #fff no-repeat; }
Hopefully this post will save someone some frustration!
Categories: Blog, CSS, Web Development

Assisting Sean Herman, I helped create a simple, clean, and informative site for interior design company A Life Well Designed. The site was created in WordPress and features a dynamic image gallery.
Categories: Web Development, Work