-
Recent Posts
Categories
Blogroll
Tags
Join Me!
Category Archives: Web Design
Create and Add a Favicon
Create/source your desired image, preferrably with a transparent background. Crop it into a square. Go to favicon.cc and click ‘Import Image’ on the left side. Choose the resize option In the preview box, click ‘Download Favicon.’ Save it to your … Continue reading
Easy Hover or Tooltip Script
Use this when you want a tooltip-like effect when one of a group of many elements is hovered over. You will also need a .png or a .gif for the background of the tooltip. Or, you could just be creative … Continue reading
Advice to a beginning web designer…
I taught myself a lot of what I know, but it would have been nice to have someone there at the beginning to get me up to speed on a couple of things. Dreamweaver snippets are your friends. Add stuff … Continue reading
Awesome Front-End Development Tools
Some of my favorite front-end development resources (aside from Firebug, and the jQuery library!) Continue reading
Different template for different category, single post
To use a different template for a particular category, just create another template page named category-nameofyourcatetory.php. WordPress automatically picks up on it. It’s a little more complicated to assign a different single post template for a particular category. In single.php, … Continue reading