Archive for the ‘Webmastering’ Category

My Experience Buying a $10,000 Website on Sitepoint (Part 1)

by
Ian Purton

I recently purchased Status2k on a sitepoint auction. It’s the first time I’ve ever bought a site and it’s definately a learning experience. After my winning bid was excepted the sale proceeded very rapidly (a lot quicker than I was expecting) over msn chat.

Posted in Web Marketing, Webmastering | Comments

Minimal Gray Wordpress Theme

by
Ian Purton

Based on my SEO Wordpress Sandbox Theme I’ve created a minimal gray theme.

Posted in Web Marketing, Webmastering | Comments

Helper to Display Rails Flash Messages

by
Ian Purton

A simple code snippet for displaying your flash[:warning] = “Warning Message” messages in rails.

Posted in Webmastering, rails | Comments

Recompile suexec to work with Apache Virtual Domains on Fedora

by
Ian Purton

Q. Having problems getting suexec and Apache to work together with your virtual domains ?
A. You need to re-compile suexec to work from a different document root.
Suexec and the Document Root
Basically, suexec is hard coded to work from /var/www/html/ if your virtual domain is using sub directories under another path then you’ll get this problem. [...]

Posted in Linux, Webmastering | Comments

Backlink Checking Script

by
ian.purton

Backlink is a term for a type of URL that points from a site back to your site. You should track your most important backlinks, if they are removed by a webmaster you may lose traffic and rankings. Also, if you have purchased backlinks for your site then the backlink checking script will ensure your [...]

Posted in Web Marketing, Webmastering | Comments

Website Monitoring Scripts

by
ian.purton

Every webmaster wants to be notified if a site they run has problems, a website monitoring script is one solution to this problem. Here we discusses some of the pro’s and con’s.
Website monitoring scripts have these advantages :-

Custom Built
Scripts can test hard to reach pages, test all your back end systems, and simulate functionality unique [...]

Posted in Webmastering | Comments

A Few Automated Tests You Can Run On Your Site

by
ian.purton

The following tests can be run on your site by simply clicking the link and then submitting your URL.
You could also use this list to evaluate your competitors.

BrowserShots
Generates screenshots of how websites appear at 800×600 and 1024×768 resolution in six commonly used web browsers. A great link to get an idea of how other people [...]

Posted in Webmastering | Comments