Search Engine Bot Notifier
This code detects the most common user agents (web browsers) and notifies you via email if it is not a recognized user agent as defined in the code. Usually this will be a bot of some sort. Extrememly useful for tracking how often Google, Yahoo, etc visits your site. It will email you the bot and a reverse IP lookup url with the IP appended so you can verify if it is a "good bot" or a "bad (spam) bot" (then you can block that IP or stop processing of the page). Use this in your home page or as an include file throughout your site. Nothing fancy it should work on MX also although I have not tested it there. Difficulty:Beginner |
Author:Jim Summer |
Views: 28,139 |
Posted Date: Wednesday, April 14, 2004
Record Counts of Database Results
This tutorial is designed to show you how to get a record count of the results returned by your database query. It also show you how to then chart those results. Difficulty:Beginner |
Author:Mike Daugherty |
Views: 21,842 |
Posted Date: Friday, January 14, 2005
Write CFCHARTs to a file directly!
This .cfc will let you write a flash, jpg, or png chart to a file, to be displayed on any page (or printed, emailed, etc). Can fix issues with charts randomly not displaying properly. Difficulty:Intermediate |
Author:Justice |
Views: 11,547 |
Posted Date: Friday, January 14, 2005
This tutorial will show you how to efficiently re-use code and in addition how to create a random list of colors that you can use with cfchart colorlist.