Quantcast
September 17, 2011

Developing HTML5 cache for offline access

Tweet Internet is omnipotent these days but what is more important than website is the web application. Most of the business users as well as a […]
September 16, 2011

CSS3 Transitions with JavaScript

Tweet Transitions are one of the most exciting and powerful features of CSS3 and when used in conjunction with JavaScript, the simplicity and power of these […]
September 12, 2011

CSS3: A look at new Selectors

Tweet Selectors in CSS are something that is used to target elements on a page and style them. In CSS3, far more options are available for […]
September 11, 2011

HTML5 Audio Standards

Tweet The audio tags added in HTML5 and which were missing in the previous versions is certainly something that makes life much easier for both web […]
September 7, 2011

7 latest plugins to secure your WordPress 3.2 site and above versions

Tweet It becomes very difficult sometimes when your WordPress based website becomes a repetitive target for hackers. Usually it happens when you do not implement a few nice […]
August 25, 2011

Blocking email harvesters

Tweet In this post, we will learn about blocking email harvesters. Email spammers often use programs, known as email harvesters that scan pages on the Internet […]
August 24, 2011

Wrapping text around images in WordPress

Tweet Current versions of WordPress now have image alignment built-in. WordPress adds CSS classes to align the image to the right, left, and center of a […]
August 21, 2011

Exception Handling in PHP

Tweet Exceptions are the pieces of code which are used to alter the normal flow of the code if a certain error occurs. The concept of […]
August 21, 2011

HTML5 LocalStorage

Tweet The use of HTML5 in application development is increasing with each passing day and tech giants like Apple and Adobe are increasingly employing HTML5 developers […]
August 20, 2011

Creating Database Display with Razor

Tweet With Razor, you can easily display data from a database in your web pages. You can create a database using programming code, but it is […]