Security

A Look At Computerized Home Security

Monday, April 28th, 2008

We live in an era of computers and information technology and there is a direct relationship between information technology and home security. Computers allow us to automate many different aspects of out business activities and personal life. Personal computers and other technological systems can also help in various home security ...

Keep Secure Your Apple Computer

Sunday, March 16th, 2008

Researchers and engineers who are working in the security field must have strong constitutions, especially when it comes to weathering negative backlash and tired conspiracy theories whenever apple security and Mac OS X are mentioned in the same breath. The term 'virus' is used so often as a generic reference to ...

Verifying Credit Card Numbers

Saturday, February 23rd, 2008

Verifying credit cards in c# is very easy. The last digit of a credit card is a check digit, which is used to check if the card is valid or not. It prevents the keystroke errors when a check card number is entered. In this article you will learn about check ...

Preventing SQL Injection Attacks In PHP

Saturday, February 16th, 2008

SQL Injection is a term for injecting SQL command or query in the address query or as a input in the form of the POST or GET method in the web pages. For example: You have a database of different products, with primary key product_id. To get a product info from database, ...

Adware And Spyware

Friday, January 25th, 2008

Some people think that there is no difference between an adware and a spyware. Spyware is just a web term used to refer to an advertising supported software, which is otherwise known as adware. These are the pop-up ads that often come out whenever we open a website or download ...

Web Application Error Handling and Logging For ASP

Thursday, January 10th, 2008

Up until .NET there was no real error handling in ASP code. Sure, you have your "On Error Resume Next" and "On Error Goto 0", but there was no good structured error handling. I can truly say there has not been one Web application I have come across of decent ...