html2canvas – Screenshots with JavaScript

Aug 02

html2canvas is an impressive script that can take screenshots of websites (or some parts of them) totally on the client-side, with only JavaScript. The screenshot is generated via rendering the page as a canvas image by reading the DOM and styles applied to the elements. How does it work? The script renders the current page as a canvas image, by reading the DOM and...

Read More

Experiment with HTML 5 E-Mail Input Type and Test Cases

May 16

HTML 5 has brought up new input type methods and way of applying validations. Although none of browser is fully HTML 5.0 compliant, and it would take few years to solely depend upon HTML 5 based coding. Meanwhile we have look at what’s interesting and what’s not. If support comes with all browsers with uniqueness then it would relieve lots of pain of coding and...

Read More