LucasGreen.com's Profile

Biography

This person does not have a biography.

LucasGreen.com's articles

  • How to Install a MySQL Database using a MySQL Injection Script
    This article describes how to install and setup an acquired MySQL Database that uses a SQL injection script. The article runs you through how to prepare your instance of MySQL server, how to prepare the script file, and how to execute it.
    Posted: 2007-01-22
    Category: Computer
  • Converting a MySQL Injection Script for Use in Microsoft SQL Server
    This article describes how to convert a database-import MySQL injection script to Microsoft SQL Server format. This will allow you to use MySQL scripts in MSSQL, for the purposes of importing externally acquired databases or other injection scripts.
    Posted: 2007-01-22
    Category: Web Design
  • Using a Catchall to Avoid and Filter Spam
    This article describes how to set up a catchall on your e-mail server, and how it can be used to avoid and filter spam.
    Posted: 2007-01-18
    Category: Computer
  • Where to Get and How to Install MySQL Server for Windows
    This article describes where to get MySQL Server Community Edition, and walks you through the installation of it.
    Posted: 2007-01-16
    Category: Databases
  • How to Create Web2.0 Applications using AJAX and Clientside HTTP Requests
    This article describes how to use the Microsoft XMLHTTP object to send clientside HTTP requests in order to develop a dynamic web2.0 ajax application.
    Posted: 2007-01-15
    Category: Computer
  • How to Hook Up a TV to a Computer as an Alternate Monitor
    This short article described how to hook up a television as an alternate monitor on your computer. By doing this, you can play games, browse the web, etc all from the comfort of your couch!
    Posted: 2007-01-14
    Category: Hardware
  • How to Create Static and Dynamic Websites in IIS and ASP
    Nify tricks for setting up dynamic websites in IIS, using any domain or subdomain. Basically the idea is to use wildcard host headers by leaving the field blank, then to use database lookups from the site's server-side code to determine and display the appropriate website.
    Posted: 2007-01-12
    Category: Web Design