Category Archives: Web Development

Articles Useful For Both Designers and Developers

CSS Order Priority Tips and Tricks

css matches fire CSS Order Priority Tips and Tricks

In CSS, we often declare more than what we required, overwriting other styles definition. However, in CSS there are certain rules that we must obey for us to properly overwrite the rule that we want as well. In this article, you will find all the CSS order priority tips that can benefit you in writing effective and efficient CSS definition. Continue reading

Posted in Designer, Developer, Informative, Techniques, Web Development | Tagged | 5 Comments

WordPress Plugin Development Tips And Tricks

 wordpress themes design photo art WordPress Plugin Development Tips And Tricks

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. Continue reading

Posted in Developer, Informative, Others, Techniques, Web Development | Tagged | 6 Comments

The Predefined Prototype Object In JavaScript

html javascript php jquery code coding codes binary ajax script dhtml xhtml sql mysql security secure programming mootools yui prototype color The Predefined Prototype Object In JavaScript

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. Continue reading

Posted in Developer, How-to, Informative, JavaScript, Open Source, Techniques, Web Development | Tagged , | 1 Comment

Web File And Folder Permission – Security

html javascript php jquery code coding codes binary ajax script dhtml xhtml sql mysql security secure programming mootools yui prototype xml encode Web File And Folder Permission – Security

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. Continue reading

Posted in Developer, How-to, Informative, Others, Web Development | Tagged | 3 Comments

Solutions to Cross-Site Request Forgery Attacks

html javascript php jquery code coding codes binary ajax script dhtml xhtml sql mysql security secure programming mootools yui prototype Solutions to Cross-Site Request Forgery Attacks

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

Posted in Developer, How-to, Informative, PHP, Web Development | Tagged , | 3 Comments

Solutions To Session Attacks

us import radioactive waste 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

Posted in Developer, How-to, Informative, PHP, Techniques, Web Development | Tagged , | 9 Comments

Solutions to Cross-Site Scripting (XSS) Attack

html javascript php jquery code coding codes binary ajax script dhtml xhtml sql mysql security secure programming mootools yui prototype xml folder 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

Posted in Developer, PHP, Web Development | Tagged , | 5 Comments

Solutions to SQL Injection Attack

html javascript php jquery code coding codes binary ajax script dhtml xhtml sql mysql security secure web programming 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

Posted in Developer, How-to, Informative, PHP, Techniques, Web Development | Tagged , | 3 Comments