I am very pleased to announce our very own monthly web show on youtube. The pilot episode was more of an experiment and I assure you the quality will only get better from here.
We are going to cover the latest topics in web development with this show.
In this first episode, we have covered
a web design inspiration
a css trick and
impress.js (a new powerpoint alternative)
So without further adieu, here’s the first webisode of The...
Read More
Forms are always an issue in websites. If a form is very lengthy, it can be very difficult to fill it up in one single go. This is where HTML5 web storage can come to your rescue. Using web storage you can temporarily store form data in the person’s browser cache so that they need not fill it up in one single go. This can seriously boost your sales and conversion as sometimes, a lengthy form is all that is needed to deter a user from...
Read More
HTML5 is not a new technology which you should be scared of. There is really nothing in it except for a few new enhancements to an already existing language known as HTML.
To create an HTML5 document, all you need to do is add the following line at the top of your document
<!doctype html> before the
<html>
tag so that a sample page will have the following contents:
<!doctype html>
<html>
<head>
<meta...
Read More
It is highly recommended that you watch this video in HD and in full screen.
Read More
Recent Comments