Archive for November, 2004

A (not so) brief introduction to computer viruses

Say the term “virus” to most computer users and you’ll cause a shudder. But, what do you really know about computer viruses? How do they work? Why are they written? What can you do to protect yourself?

HTTP Return Codes

HTTP return codes are 3 digit (usually) numbers that are returned to your browser when they request a page. Typically your browser will take care of these, but if you are developing your own site you should put these in your bag of knowledge.

A quick function to back up MySQL databases

How often do your online databases get updated? How often do you back up? Are you dependent on your host for backups? Try this quick PHP script to backup your MySQL databases from the server.

Your color laser printer may be keeping track of you

Check the next page that comes out of your color laser printer. It just may have a small pattern of yellow dots that can be used to trace the document back to you.

PHPInfo – Or, how to tell more about your server than you want to know

Often times while developing web pages you find yourself needing to know how the server is set up. If you have been developing in PHP for any length of time, certainly you know the command phpinfo(). For those of you that have not tried this, you’re in for a surprise at how much [...]

SimCity 3000 Cheats

Sure, I know there’s a newer version of SimCity; and, sure, there’s hundreds of pages with cheat codes. But, this game runs on my computer and it’s one of my favorites.

Tutorial: .htaccess

One of the hardest things I learned while working on web development was the .htaccess file. Sure, I found tutorials everywhere, but most of them were written in a language I didn’t understand (remember, I was new to web development). So, here is a simplified tutorial on .htaccess and what it can do. [...]

Review: H+BDEV AntiVir Personal Edition

You do not even have to own a computer to know that viruses are running rampant on the internet. Back in the “old days” all a virus would do is mess up your computer. Now with the interconnection that we have through are phone lines and cable jacks, a virus has the opportunity [...]

Dodgeball too dangerous???

Is dodgeball too dangerous for kids?

Review: KeyRing password management

If you are a normal computer user, you have passwords coming out of your ears. Think about it: bank PINs, logins, email accounts, alarm codes; they just all add some other random string of letters and numbers that you are supposed to remember.