Entries categorized as ‘Tutorial’

If you find this article helpful, please share it, or Digg it!
In Part 1 of Building a real estate website in WordPress, you learned about a plugin called FreshPost that we used to set up the basic structure of your real estate website. Using this article, you will be able to display a single listing page that has all the content your real estate website will need. (more…)
Categories: Code · Design · Tutorial
Tagged: Real Estate, Real Estate Web Design, Real Estate Website, Realtor Website, Tutorial, web design, WordPress, Wordpress Real Estate
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

Much search engine optimization revolves around guessing how users will search to find your site. When you’re optimizing for organic (non-paid) search results, you may be surprised to find out how much word order impacts the search ranking.
Optimize your website for organic search with varying keyword order
If you search the major search engines, you will find that the order of your keywords makes a huge difference on where your website ranks. (more…)
Categories: SEO · Tutorial
Tagged: Denver SEO, Google, Key phrase, keyword order, Keyword SEO, Keywords, MSN, Rank, ranking, search engine optimization, SEO, SEO Tutorial, SERP, Yahoo

I wrote a newsletter article previously called "How to Schedule an Event Online," but recently I’ve had a few clients ask me how to get their events noticed. I’ve republished the article below:
Here’s the situation: consider that you have a business event coming up, and you want to organize everything online. You have a list of people you want to let know about it, and you want to set up a system for tracking responses. In addition, you want to publicize the event the best you can. Here’s how to do it all:
(more…)
Categories: Tutorial
Tagged: Citysearch, Craigslist, Denver, Event Planning, Events, Invitations, Marketing, Online, Planning, Scheduling, Upcoming, YourHub
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