HTML5 Archive

How to work with gradients in CSS3

How to work with gradients in CSS3 CSS3 gradients are used to display smooth transitions between two or more colors. Images were used earlier to display effects, but now in CSS3 we can use gradients. Gradients  save bandwidth and load time. In a previous tutorial you learned about CSS3 Pseudo classes. In this tutorial we

HTML5 – building offline applications

HTML5 – building offline applications In this article we will explore HTML5 offline applications. What are HTML5 offline applications? For a typical web application we need connectivity. Webpage is server to the user, user does something and interact with the site or page and further requests or round trips to and from the server to

HTML5 – How to access and take picture using Camera API

HTML5 – How to access and take picture using Camera API HTML5 has introduced some great features and APIs.  One of the APIs is  getUserMedia API. This API provide access to the Camera. To make this API work we have to do simple JavaScript with HTML5. Here is a simple HTML5 code structure that you

HTML5 translate and download attribute for href

HTML5 translate and download attribute for href In previous article on HTML5 new elements  we discussed HTML5 details and summary elements. In this article we will discuss HTML5 translate and download attribute for href. These are new attributes. HTML5 Translate Attribute HTML5 introduces a new attribute “translate”.  This attribute is used to restrict the impact

HTML5 time and mark elements

HTML5 time and mark elements In previous  article details and summary elements were discussed. Now we are going to look into time and mark elements. The <time> element Time element is useful for marking a time or duration in an HTML page.  The part with in <time> and </time> is readable by Humans and datetime

HTML5 new features introduction – part2

 HTML5 new features introduction – part2 In  last article we looked HTML5 new features introduction, In this and coming  articles we will explore HTML5 new articles in more detail. If you are already familiar with Web development then you may have worked on “Accordian”. Accordian are the panels that are used to display collapse able content

HTML5 new features introduction

HTML5 new features In this article we will look into new features in HTML5.  HTML is now more simpler then before and there are number of improvements in it like New doctype definition; The “type” attribute of elements such as <link> or <script> are now  optional; The syntax constraints that have been relaxed; New structural

Introduction of Web and PHP & Mysql part 1

Introduction of Web and PHP & Mysql In this series of articles we will look into basics of world wide web (commonly know as WWW) and then Php & Mysql. We will work on real world examples and APIs. So let us start. Before diving into world of web development we need to know some

HTML5 – Video and Audio

The fifth standard of HTML introduced by W3C introduced many new media elements. In the previous versions of HTML, it was a pain to add a video or audio in your webpage. It was usually achieved by adding plugins and a lot of code. HTML5 has made it much easier by introducing media tags. These

HTML5 – An Introduction

HTML5 is the fifth version and latest standard from W3C. It is not just confined to a mark up language, infact HTML5 is the combination of HTML5 elements, CSS3 style and JavaScript animations. It has many new features which provide not only media support but also enhance support for creating web applications that can interact