An attack even GMail, Wikipedia and Digg experienced before. Cross-site request forgery attacks which is also known as CSRF, if neglected might caused serious damage to your user accounts. In this article, we talk about CSRF and solutions for both users and developer that can undertake to minimize or eliminate these damage. Continue reading
Solutions To Session Attacks
In this article, we talk about the actual and scenario of session fixation attacks and how they are actually being initialized. Once we understand how each attack is being done, we will talk about the solutions for each attack. Continue reading
Tutorial: jQuery Select Box Manipulation Without Plugin
jQuery tips and trick on select box which demonstrate some interesting ways when working with select box without the help of any additional plugin that might affect your website efficiency Continue reading
Solutions to Cross-Site Scripting (XSS) Attack
Cross site scripting attack also known as XSS is a well known attack known by many developers. However, you might be interested on some real attack that can be used against a system with XSS in this article and how you can protect against yourself in such situation. Continue reading
Solutions to SQL Injection Attack
SQL Injection attack post a very harmful threat to our web business. Reducing and eliminating such attack can be easily be done effortlessly. Checkout these solutions which you might have missed during your development! Prevent SQL Injection attack NOW! Continue reading
Prevent WordPress Plugin Update From Deleting Important Folder In Your Plugin
Wordpress 2.8 has bring some trouble to Wordpress developers. One of it is the automatic deletion of previous version of plugin to install the latest plugin version. This caused important details in the folder be deleted too. Continue reading
The Secret Arguments Array in JavaScript
This array is something we don't see many use it nowadays. You may not know that JavaScript do have a predefined argument array which is used in function to retrieve argument even though the function doesn't take in parameter! Continue reading
Tutorial: How to override ‘this’ object in JavaScript
Ever wonder how to change the 'this' object in JavaScript? This is a short and simple article that shows you how to override 'this' object in JavaScript or jQuery. Continue reading

