Archive for September, 2007

How to Photograph Runners at Running Events and Races

Have you ever had to photograph a running event or race? It’s not easy and most people have a hard time focusing on the moving runners. Below is a compilation of tips that will help you photograph a local racing or running event like a 5k or marathon.

SEO Friendly Redirect on a Single Page in IIS

If you’re changing the internal structure of your website or simply putting up a new site with different pages (i.e. oldpage.html is becoming newpage.asp), then IIS can redirect the old pages to the new one on a page-by-page basis. And it will do it correctly using a 301 Response so search engines will update their [...]

How to Insert Bulk States and Sub-Categories in PHP Link Directory

The code below saved me hours. It lets you insert all the US states under a Parent category. This works with 3.2.0. Explanations of what you need to change are below.

If you’re inserting a sub-category, the parent-category-url needs to be the URL Title of the Parent Category. (i.e. parent is web-hosting, [...]