Denver SEO & Web Design Blog

Denver Real Estate Gets a New Player – Who is Working for Buyers Only

June 16, 2009 · 1 Comment

Denver’s Top-Ranked SEO is now your Denver real estate advocate

If I were a Denver real estate webmaster, I’d be concerned.

knoxrmKnox Richards of EBASpace.com is a leading SEO in Denver, and has been #1 in Denver SEO for years. Knox knows how to create powerful partnerships and work with others to achieve anything. So when Knox does Denver real estate for buyers, you can rest assured that he will be your strongest ally in the Denver housing market.

As an Exclusive Buyer Broker/Agent, Knox is representing only home buyers, and is interested only in showing houses that meet the buyers’ needs, not houses that would bring double commission. Learn more about the benefits of using a buyers’ agent instead of a Realtor. Keep reading →

→ 1 CommentCategories: Denver
Tagged: , , , , , ,

How to tell if your WordPress Plugin or Widget is Activated in WordPress

June 2, 2009 · 1 Comment

Check your plugin or widget activation & settings

Ever wonder if your widget or plugin is activated on an external site?

Here’s how to find out.

When you register a sidebar widget, you use code like this:

register_sidebar_widget(array('Name of Widget', 'class-of-widget'), 'widget_function');

If you want to check whether the widget is activated (you may want to for a variety of reasons), you can do it like this (the “class-of-widget” value from above will be used in the code below): Keep reading →

→ 1 CommentCategories: Web Development · WordPress
Tagged: , , , , , , ,

Integrate Blogger Into your PHP Website using Includes

May 27, 2009 · 3 Comments

Blogger Banner

PHP includes for Blogger

Before writing this post, I looked online to see if others have written about this same topic. This might as well be Michael Gray’s “Integrating Blogger Into Your Website: Part II”, which he never wrote — though he did write Part I.

Step 1: Switch Blogger files to PHP

First, you need to update your publishing settings so that Blogger publishes your posts in PHP, not HTML (thanks to DevDoctor):

  1. Set up your blog to publish via FTP (on Publishing tab)
  2. Change the ‘Blog Filename’ to index.php
  3. Change ‘Archive Filename’ to archive.php (on Archiving tab)
  4. Finally, delete the old index.html file from the blog directory (otherwise it will probably take precedence over the new index.php)

Once you’ve got Blogger pushing out PHP, you’re able to do PHP stuff with the site:

  • Update the entire site at once - When I create a website, I always want to create the structure using PHP includes, so that I can set global site variables, and if I change it in one place, it changes across the whole website.
  • Set active navigation – Using SSI includes, I used to have to include a different file for each blog section on the site so that I could up. Here, I just send a variable to the navigation.php file, which tells it what page is active.

Next, I will show how to include these files. Keep reading →

→ 3 CommentsCategories: Blogging · Tutorial
Tagged: , , , , , , , , , , ,

How to Create a Google Profile and Manage your Online Reputation

May 20, 2009 · 3 Comments

As seen on 7News – View the video on TheDenverChannel.com

Denver 7News

Why Google Profiles matter to you

Receive monthly tips like this one on how to get online exposure

As featured on the May 20th 7News program featuring Zack Katz of Katz Web Design, Google Profiles are a great way to be found online for your own name, even if you don’t have a website.If you set up an online profile with Google, a person looking for you online will be able to find you more easily.

Your profile will show up in search results

In the past, if you wanted to be listed in search results for your own name (it’s called a “vanity search”), you often needed your own website. Google is changing that, and giving users the power to show up in a search result with a picture and link to their profile.

Google Profile Embedded Results

The Google Profile box embedded in the search results for Zack Katz

In April, Google has started giving Profiles a prominent placement in search results. It is safe to presume that Google will be further incorporating the Profiles in the future, and assigning them more value. If you want to improve your findability online, setting up a profile is a great step to take. Keep reading →

→ 3 CommentsCategories: Google · SEO · Tutorial

How to Create a Custom RSS Feed in WordPress in 12 Lines of Code

April 2, 2009 · 17 Comments

Custom RSS feed me!

Custom RSS feed me, Seymour

Recently I wanted to create a feed for Google base that used a bunch of custom fields that I had created. It wasn’t easy to find what I was looking for online, so I thought I’d show how simple it is to make a custom feed & feed template in WordPress. Keep reading →

→ 17 CommentsCategories: Tutorial · WordPress
Tagged: , , , , , , , , ,

Incorporate WordPress with Interspire Shopping Cart

March 30, 2009 · 3 Comments

I’m going to elaborate on this further (and about Interspire in general), but for those of you who want to make WordPress functions available throughout your shopping cart, here’s how:

Before the closing ?> in the init.php file, add the following code:
require(realpath(ISC_BASE_PATH).'/blog-directory/wp-blog-header.php');, where /blog-directory/ is your WP installation. If you installed it in the root directory, then you’d simply need require(realpath(ISC_BASE_PATH).'/wp-blog-header.php');.

Voila! That simple. Any questions?

→ 3 CommentsCategories: Interspire Shopping Cart · WordPress
Tagged: , , ,

Buying Domains at Auction

March 30, 2009 · 1 Comment

Domain rush hour!

Domain auctions are a rush — and a great opportunity

Earlier this month, I was shopping around for some domain names, and I found out that BoulderSEO.net and BoulderSEO.org were available, and that BoulderSEO.com was expiring shortly and going up for auction. I had never backordered a domain before, but for $18.95, it was worth trying out. Keep reading →

→ 1 CommentCategories: Domains

An Inside Look: 4 Step SEO for a Denver Solar Company

March 3, 2009 · 3 Comments

Matzen is a Denver solar company

4 Steps to optimize a website — a Denver solar case study

This is an inside look into my process for optimizing a pre-existing website. This will cover lots of the aspects of the SEO I’ve done, but not all of it…These steps are often my first round of optimization on a site. Once I do these four vital SEO steps, I move on to content SEO and more link-building. Keep reading →

→ 3 CommentsCategories: SEO
Tagged: , , , , , , , , , , , , , , ,

Career-Magic.com Launched

February 27, 2009 · 3 Comments

New CareerMagic Website Design

An updated website for a Denver career coach

CAREERMagic came to Katz Web Design to give their website some fresh blood.

When Career-Magic.com was last updated, I was in high school.  Yes, it’s true — and I said it. The website not only needed updating visually, but there were a lot of parts of the website that needed to be better integrated with how the business ran.  The new Career-Magic.com website launched last night. Keep reading →

→ 3 CommentsCategories: Web Design Portfolio · Web Development
Tagged: , , , , , , , ,

Recover your password from Interspire Shopping Cart

February 9, 2009 · Leave a Comment

Where did my Interspire password go?
I develop my websites locally, so sending Lost Password emails never works. When I forget what my password is, it’s quite the hassle.

I’m developing an Interspire Shopping Cart website, and lo and behold, I lost the password.

Here’s how to recover your password from Interspire Shopping Cart: Keep reading →

→ Leave a CommentCategories: Web Development
Tagged: , , , , ,

You need Denver SEO if you want to rank well in Google.

February 4, 2009 · 3 Comments

Google SEO for Denver is like fishing

Can you afford to rank poorly in search engines?

Katz Web Design is an SEO company in Denver. This is our blog.  Need help with your website’s search presence? Call 303-362-0451 for a free consultation.

Denver SEO Case study: Ignite Matchmaking

Keep reading →

→ 3 CommentsCategories: KWD · SEO

How to embed a private video on your blog

February 4, 2009 · 8 Comments

Whoops! You can't view a private video!

Embed videos that won’t be indexed by Google or viewable by the public.

You might want to create a video and put it on your website, but you don’t want the rest of the world to find it via search engines or YouTube.

You may have a blog, and you want to give a few people access to a video that no one else will be able to watch.

Here’s a protected video embedding solution: Keep reading →

→ 8 CommentsCategories: Blogging
Tagged: , , , , , , , , , ,

SEO It! Bookmarklet – Improves Search Results in iPhone & Safari

January 28, 2009 · 1 Comment

Clean up your Google search results!

Format your search results for SEO

Works great for SEO searches on the iPhone!

It’s frustrating doing searches with SEO in mind, then having Google add SearchWiki, personalized results, and other localizations that mess up what you wanted: accurate results. Here’s the solution: The SEO It! Bookmarklet.

  • I do lots of searching as an SEO. I look for ranking, competition, additional keywords, etc. I use Google a LOT. And I use Apple’s Safari browser.
  • By default, I am logged in to my Google account, and have Google preferences set to showing 100 results at a time. The problem? Google shows different ranking and links based on the number of results you see.
  • I have Google Web History enabled, and Google provides me with “Personalized results based on my search history.” When doing SEO, I don’t want these results: I want what others will see.
  • I use SearchWiki to move up results of websites I have created. When trying to get accurate SEO ranking, this is frustrating.
  • I do SEO searches on my iPhone, too – where I need to manually strip out the annoying &client=safari to see a normal results page.

Enter the SEO It! Bookmarklet

Keep reading →

→ 1 CommentCategories: SEO
Tagged: , , , , , , , , , , , , , ,