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.
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.