Category Archives: HTML 5


July 8, 2015 1:23 am

Useful HTML5 Features


Useful HTML5 Features
In the next couple of articles, we will be presenting many useful HTML5 features and APIs. In this article, we will present matchMedia and will provide you with a simple wrapper around it and the HTML5's download attribute.

[ Read More ]


June 11, 2015 7:24 pm

10 Exemplary Frameworks for Developing Mobile Apps Using HTML, CSS, and JavaScript


10 Exemplary Frameworks for Developing Mobile Apps Using HTML, CSS, and JavaScript
As consumers' appetite for mobile apps has grown, developers are in full zeal to create feature-rich apps to engage their mobile audience. They are experimenting with a number of frameworks and development tools that assist them in creating unique, interactive, and power-packed apps. The tremendous growth of programming languages, such as HTML, CSS, and JavaScript has further allowed webmasters to widen their development skills, knowledge, and user-base.

[ Read More ]


May 18, 2015 8:38 am

How to create Collapsible boxes with HTML 5


How to create Collapsible boxes with HTML 5
HTML 5 allows us to create collapsible boxes (panels) without the need of adding our custom JavaScript code - the <details> tag allows us to create panels with minimal setup and makes our pages load faster. However, it should still be used with fallback as support is not very decent as of the moment of writing this.

[ Read More ]


April 29, 2015 11:35 am

How to Make a Custom Video Player with JavaScript, Part 2


How to Make a Custom Video Player with JavaScript, Part 2
This is the second part of our tutorial How to Make a Custom Video Player with JavaScript, Part 1, in first part we show you some CSS and basics of HTML. In this part we are going to explain a MediaController object to hold the Video Player functionality so we do not pollute the global scope and finalize it and give you download code.

[ Read More ]


April 28, 2015 1:35 pm

How to Make a Custom Video Player with JavaScript, Part 1


How to Make a Custom Video Player with JavaScript, Part 1
In this tutorial, we will be building a custom a custom video player with JavaScript. It will consist entirely of black and white controls. We will create an object that when initialized will add controls to all video tag containers with a particular class. You can then continue to improve it and re-factor it to better serve your needs and patch various bugs.

[ Read More ]


April 13, 2015 2:40 pm

10 Best Newly Released Premium HTML5 Templates Worth Considering


10 Best Newly Released Premium HTML5 Templates Worth Considering
We're living in a mobile dominated world, wherein almost every individual use mobile devices more often than desktop to access the Internet. In fact, people seek for mobile solutions that are not only rich in visual features but are also high in usability and easy-to-use. And this is exactly what HTML5 offers. Most of the developers prefer using the HTML5 web technology, as it helps to quickly deploy feature-rich web applications.

[ Read More ]


April 9, 2015 7:13 am

Your first Angular.js note-keeping app part 2 Demo, Download


Your first Angular.js note-keeping app part 2 Demo, Download
In our main page we loop through the array with note objects and display them with the help of Angular. We make the content inside the notes to be editable, so that users can edit whichever note they want and just click on save in order for the change to persist after reload.

[ Read More ]