Quantcast

Programming

June 6, 2014

How to Create a Quick URL Shortening System on your website

Tweet URL Shortening services have create a great space on internet so far. Services like Bit.ly and TinyURL are big players. These services are free of […]
December 22, 2012

Rewrite wordpress post template based on custom post type

Tweet Many of us find it very difficult when it comes to have custom post template. Even if you create a custom post template, the question […]
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 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 […]
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 […]
August 18, 2011

ASP.NET with Razor

Tweet ASP.NET Razor is a new syntax for writing ASP.NET web pages. In this tutorial you will learn how to add ASP.NET Razor code to web […]
August 10, 2011

Making an iPhone app with HTML5 and CSS

Tweet Most of the iPhone applications at present are being developed in objective C which, for those who don’t have a programming background, is quite hard […]
August 6, 2011

Generating XML file using PHP and ASP

Tweet XML files, as we know by now, are plain text files just like the HTML files. Hence, just like HTML, XML can also be easily […]