Entries tagged as ‘how to’
Now Safari’s just as cool as Firefox
If you’re a web developer on the Mac, you may be sick of everyone talking about Firefox Addons that do everything but wipe your ass. True, Firefox is a great browser that is very expandable, but I love Safari, and I want to do as much web development on Safari as possible.
The feature that I missed the most in Safari was Disable Styles and Disable Javascript, both of which are super-easily done in Firefox via the Web Developer Plugin. With the advent of Safari 3, disabling CSS and Javascript is as simple as a keystroke combination of your choice! (more…)
Categories: Tutorial
Tagged: Apple, CSS, Development, Firefox, Hacks, how to, Javascript, Mac, Safari, Tutorial, Web Developer, Web Development

Usually, WordPress is a very simple system to code for, so I was surprised when all I wanted to do was get a random post from a category. There were a couple plugins, but I didn’t want to use them; it’s generally accepted that the fastest way to work with an optimized application like WordPress is to use it’s built-in functions.
I also wanted to have the testimonials as a category in WP, rather than as a separate plugin. This code will work for any type of category, not just a testimonial.
Here’s how I created a random post item in my sidebar:
(more…)
Categories: Code
Tagged: Categories, Code, how to, Plugins, Posts, Testimonials, WordPress
Search Engine Optimization is not voodoo; it directly translates into how well your website performs. The Ignite Matchmaking website was not performing well last September for their main keywords. Katz Web Design redesigned their site, optimized the site for their keywords, and now, look at their ranking:
- Denver professional matchmaker: 1
- Denver match makers: 2 (up from under 1000)
- Denver matchmaking services: 2
- Denver matchmakers: 2 (up from 284)
- Denver matchmaker: 3 (up from 50
- Matchmaking denver: 4
- Denver matchmaking: 5 (up from 112)
Currently, I am working with my client Savory Cuisines Catering in Boulder, CO to improve their ranking.
The process I will follow to improve their rank:
There are more than five steps to help place higher in search engines, but the five below are simple and straightforward steps that anyone can take to improve their rank. (more…)
Categories: SEO · Tutorial
Tagged: Google, how to, ranking, redesign, Results, Search Engines, SEO, Tutorial
Here’s the problem: I want to use CSS Sprites for transparent images, and they require different matte colors.
The promise of CSS Sprites is great: you can combine many small images into one bigger image, and use CSS to reveal only the revelant parts. But what if you have a background image, and the background changes color on :hover? When trying to save the smilies, you can only choose one matte color. I need multiple matte colors!
The issue really is a pain when you have already given your object a stroke. Using the Appearance panel, we’ll make everything happy in the world again!

(more…)
Categories: CSS · Code · Design · Tutorial
Tagged: background images, CSS, how to, sprites