Link here.
Some useful links I try to save here to help me with web development and hopefully other developers out there!
Tuesday, November 27, 2012
Sunday, November 25, 2012
Saturday, November 24, 2012
Tuesday, November 20, 2012
Monday, November 19, 2012
Looking for an opensource framework that works the same on mobile and desktop?
Enyo is your answer!
Labels:
framework
Tuesday, November 13, 2012
Thursday, November 1, 2012
Prefetch a link using html5
If you know, where a user might navigate to from your current page, prefetching the page is a good idea.
This has been made really easy by html5 by using the prefetch attribute.
For eg -
<link rel="prefetch" href="http://www.examplesite.com/page2">
Here, the user might be on page 1 of the site and with the help of html5, we can prefetch page 2 before the user even navigates to it making the page load faster.
Smart and simple.
This has been made really easy by html5 by using the prefetch attribute.
For eg -
<link rel="prefetch" href="http://www.examplesite.com/page2">
Here, the user might be on page 1 of the site and with the help of html5, we can prefetch page 2 before the user even navigates to it making the page load faster.
Smart and simple.
Subscribe to:
Posts (Atom)