VIPRE Antivirus – The New AV On The Block
What Is It? VIPRE Antivirus is a new Antivirus Software from Sunbelt Software. It is lightweight, fast, and also works as an antispyware software.
Read moreWhat Is It? VIPRE Antivirus is a new Antivirus Software from Sunbelt Software. It is lightweight, fast, and also works as an antispyware software.
Read moreDon’t Panic! As the Hitchhiker’s Guide to the Galaxy said the first thing to do is to not panic. If you don’t calm yourself down, you can’t do anything if you’re in that frame of mind, you’ll only go and break something else.
Read moreA little while ago I posted about storing more than one piece of information in a MySQL table field. This can help with storing arrays of data that do not need to be included in a relationship. Anyway the trick here is to first place the information you want to store in your MySQL table into an array, so let’s […]
Read moreToday we are going to look at how to select a row from a MySQL database as randomly as possible, but not repeating it. Basically it’s a poll, but one of the features the poll has is that it will change randomly every day. I have found lots, and lots of people asking how to do daily polls or pictures […]
Read moreToday we are going to take a look at one of the most efficient ways to store IP addresses in a MySQL database. You may think that you would store an IP address as a VARCHAR(15) field and you could, but this is not the most efficient way to store IPs. Instead you could use an INT. Please remember though […]
Read moreI have recently started using Codeigniter, and found it to be an incredibly powerful framework. Some people argue that lazy people use frameworks, but personally I think it stops you from having to re-invent the wheel everytime you start a new project. Getting Codeigniter The only place I advise you get Codeigniter from is the official Codeigniter website. Also while […]
Read more
Recent Comments