Web Development Articles
Wednesday, September 23rd, 2009
A list of useful tips and tricks for people who developed Wordpress plugin to improve your Wordpress performance and security. These Tips and Tricks will help you better developed your plugin.
Monday, September 21st, 2009
In this article, we discuss in depth on JavaScript predefined prototype object. Never heard of it or wanted to know more about it. I bet this is something you need to read about.
Sunday, September 13th, 2009
File and folder permission are basic knowledge that all network administrator would have. However, in term of security, every web related users should have knowledge on this topic to better protect and secure their web environment. In this article, i will discuss on file and folder permission and the danger of neglecting it.
Monday, September 7th, 2009
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.
Tuesday, September 1st, 2009
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.
Friday, August 28th, 2009
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.
Saturday, August 22nd, 2009
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!
Monday, August 17th, 2009
Wondering whether your file upload handler function is secure? Read here to check what you might have left and what you can do to better secure your web upload service!