Categories
Tutorial Web Development

Redirect a Website in ColdFusion – Add www. or Move to New Domain

Redirecting a website in ColdFusion (.CFM) I have been working on a ColdFusion website, and I wanted to find a way to require ‘www.’ in the URL (to consolidate all pages on www. for SEO). I normally work with PHP and Apache servers, so I’m used to .htaccess. I knew there had to be a […]

Categories
Web Development WordPress

How to Tell if Your WordPress Widget is Active

Ever wonder if your widget 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 […]

Categories
Web Design Portfolio Web Development

Career-Magic.com Launched

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 […]

Categories
Interspire Web Development

Recover your password from Interspire Shopping Cart

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:

Categories
Web Development

Standards-Compliant Shopping Cart with XHTML & CSS!

I’ve been looking for a shopping cart like this for a long time One of my clients is looking to move from osCommerce to a more user-friendly solution, and I really want to use a shopping cart that is XHTML and standards-compliant…Something that validates and looks pretty with stylesheets off, has a full feature set, […]