alexcolson.com alexcolson.com [Printable Version]
Tech Talk
Home > Tech Talk
Top Tags
Perl (4)
Apache (1)
MySQL (4)
SQL (4)
Citrix (1)
Stats
11 Articles
18 Tags
2 Authors

Logging to MySQL with Apache
Modified: Saturday, January 9, 2010 8:46:19 AM
Logging Apache access logs to a database can be very convenient for keeping track of requests.  Some advantages are:Tracking data sent from Apache for a specific virtual host, very useful for hosting companiesDetermining which pages get the most...

Fixing Remote Assistance
Created: Tuesday, March 31, 2009 10:33:18 AM
In Windows XP and Vista the Remote Assistance feature requires  HelpAssistant to be a valid user on the machine.  If this user has been deleted, the Remote Assistance wizard will return a very vague error that says "A program could not star...

Using ZIP Codes in Web Applications
Modified: Saturday, March 8, 2008 6:09:29 PM
Using ZIP Codes in a web application allows users to do many things, including:Finding all cities and states within a certain range of a specific locationLocating the businesses and stores closest to their locationCalculating the distance between two...

Making a Simple Search Engine
Modified: Friday, January 25, 2008 10:49:51 PM
Search engines can add a lot of functionality to a website but can be very difficult to create.  If you have a database full of items that need to be searched and use Perl, then this might be your solution.  If not, then maybe this tutorial...

MySQL Prep
Modified: Sunday, September 23, 2007 10:26:35 PM
MySQL prep makes user input safe to use in SQL queries.  MySQL prep should be used whenever user input is piped directly into the SQL query to prevent SQL Injection.The code below is written in Perl but the same concepts apply to any language.Th...
Tuesday, March 9, 2010 6:25:46 PM EST (0.0165 s) Copyright © 2008 Alex Colson