About Katz Web Services
Katz Web Services is a web development company operated by Zack Katz.
-
Plugin Support Topics
Popular Posts
- Simple Vertical Align Plugin for jQuery
- How to Create a Custom RSS Feed in WordPress in 12 Lines of Code
- Contact Form 7 Modules - A Plugin
- iContact Widget for WordPress
- Gravity Forms Shortcode Explained
- SEO WordSpinner Plugin - A Killer SEO Plugin for WordPress
- jQuery validator annoyances
- Weather Forecasts for WordPress - WP Wunderground Plugin
Tag Cloud
Functions.php Design Web Design Search Marketing Interspire Shopping Cart Nofollow Search Engine Optimization Google SEO Code WordPress Development Links Interspire Development WP Plugins Denver WordPress Shopping Cart Interspire Customization CSS Domains Optimization eCommerce SEO Blogging Plugin WordPress Plugins WordPress SEO Google Website Redesign Denver SEO
Tag Archives: How To
How to Display a Random Testimonial or Post in WordPress
Set up a testimonials category — no need for a plugin.
There are a couple of plugins designed specifically for testimonials, but I didn’t want to use them; they use their own databases, and don’t keep with WordPress’ simplicity. If possible, the best way to work with WordPress is to use it’s built-in functionality.
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 to create a random post item in your sidebar:
Posted in Code
Tagged Categories, Code, How To, Plugins, Posts, query_posts, Random Post, Testimonials, WordPress, WordPress Development
28 Comments
Twitter as I explained it to my mom

After talking with my mom (@adiehl on Twitter) about Twitter, the “microblogging” website that asks you to explain “What are you doing?” in 140 characters, it prompted me to write yet another How to Twitter posts, but a less technical and more practical how to get started guide.
Twitter is not blogging. It’s not RSS. It’s not chat.
Twitter is direct: If you want to be part of someone’s life, you follow them. Once you follow a person, you get to see what they update on Twitter. You can respond directly to them. You may read what they are doing, sharing, or discussing. Unless the profile is locked, no one has to accept your request to follow. That means that you are able to become part of anyone’s social network. You have a way to directly communicate with lots of amazing people.
Getting started can be intimidating, but here’s how I got started with Twitter.
Disable Styles and Javascript in Safari with Keyboard Shortcuts – How To
Now Safari’s just as cool as Firefox
ArrayIf 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!
Posted in Tutorial
Tagged Apple, CSS, Development, Firefox, Hacks, How To, Javascript, Mac, Safari, Tutorial, Web Developer, Web Development
7 Comments
How to get better search results with 5 simple steps
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 508)
- 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.
Posted in SEO, Tutorial
Tagged Google, How To, Results, Search Engines, SEO, Tutorial, Website Redesign
Leave a comment
Multiple Matte Colors for CSS Sprites
Here’s the problem: I want to use CSS Sprites for transparent images, and they require different matte colors.
ArrayThe 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!