Category Archives: Web Development

How to ensure privacy in the age

Feb 08, 2014

HTML5, the latest version of the language of the Web, was designed with Web applications in mind. It contains a slew of new application programming..

Read more

Review: 10 JavaScript editors and IDEs put

Feb 08, 2014

JavaScript is used for many different kinds of applications today. Most often, it’s partnered with HTML5 and CSS to build Web front ends, but it’s..

Read more

Caching HTTP Headers in PHP

Jan 28, 2014

Page caching is very important for a website as it speeds up repeated page views and saves a lot of traffic by preventing downloading content..

Read more

Dealing With Common PHP Errors

Jan 27, 2014

Working with PHP, we often face few common problem and errors related to PHP script such as white page of syntax error, unexpected errors, header..

Read more

Cross-Site Scripting Attacks (XSS)

Jan 23, 2014

Cross-Site Scripting (XSS) is a type of security hole where a hacker attempts to inject client-side scripting into a web page that others are able..

Read more

Some Useful PHP Functions

Jan 20, 2014

Hi all now we are going to see some useful php functions which will help you more the functions are of given below Highlight_string The..

Read more