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 ...
Posted in Security | No Comments »
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 ...
Posted in Apple, Security | No Comments »
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 ...
Posted in C#, Credit Cards, Security | No Comments »
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, ...
Posted in PHP, Security, Sql | No Comments »
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 ...
Posted in Adware, Security, Spyware | No Comments »
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 ...
Posted in Asp, Asp.Net, IIS, Security | No Comments »