You know that search engines love pretty URLs that have a lot of keywords. Pretty URLs like that are easy for us to read. It will also make your site ranks high in the search results of a search engine. This article covered a simple trick to achieve ...
Someone wanted the exact same thing on codeproject.com a while ago but I didn't give much thought to it, until someone at work asked me how to do it - since he wasn't able to find a viable solution on the internet.
In this tutorial I will be showing step-by-step how to detect bots/crawlers with PHP. Bots or Crawlers, are basically search engines crawling around the internet. This is how you get your pages on search engines (well, a major way). Bot Detection isn...
Due to the dynamic nature of PHP as a programming language it can be quite difficult to determine what is happening. This is then even harder if you don t have access to debugging tools such as those in Zend Studio.
This tutorial shows you how to log user activity for users on your website, where they go on your website, how they got there, how long they stayed, ip, which pages they used most and so forth. It requires you to already have cakephp installed. CakeP...
This article provides you with a table for converting postcodes into counties. I created the table from a variety of sources for a recent project where I needed to be able to map user''s postcodes to counties.