Twitter Feed

Sponsors

Related Links

Article Image

Develop a Website In Windows

This article explains how to setup a Microsoft Windows machine to develop a website. This is for the times you don't have access to a Mac or Linux machine. This strategy will use what I call a WAMP (Windows Apache MySQL PHP) server to install a open source PHP CMS.

Read more...

Article Image

Redirect index.php to root (/)

One page sites are really popular. If you have a one page static html (or php) site, this article explains how to redirect your index.php or index.html to just yourDomain.com/

Read more...

Article Image

Intro To HTML

It is common for a modern day office worker to be required to update a company website. This article quickly outlines basic HTML with the intent of teaching someone enough to edit a page of a corporate website which uses a Content Management System(CMS).

Read more...

Article Image

Don't Hide Your Text

There was a time when a spammer would hide text from either the user or a search engine. This technique doesn't work because Google is really good at catching spam. This article discusses some common spam tatics that should not be used.

Read more...

Article Image

Add A Search To Any Website

Everyone knows you can add a custom google search to your site. But what if you need something more robust? In this article I'm going to talk about an open source search engine you can install onto any site.

Read more...

Article Image

Remove A Page From Search Engines

A lot of people spend a lot of time trying to get their pages indexed on Search Engines; however, there are circumstances where you may wish to remove content from Search Engines. This article explains how you can remove you pages from Search Engines.

Read more...

Article Image

No Follow or rel "nofollow"

Nofollow is a great way to reduce comment spam and keep your site a reputable source for search engines.

Read more...

Article Image

Everything you need to know about robots.txt

Robots.txt doesn't quite work as most people assume, so I am writing this article to clear things up.

Read more...

Article Image

Canonical link tag

I find there is still some confusion with canonical link tag. I'd like to explain and provide resources to everything canonical tag realted in this article.

Read more...

Article Image

Joomla 1.6 Geshi

GeSHi is a "generic syntax highlighter", originally designed for the phpBB forum system. It is licensed under the GNU general public license (open source). This article describes gotchas, fixes and improvements related to the stock install of GeSHi in Joomla 1.6.

Read more...