Category Archives: HTML 5

PHPHOST BLOG

Web Hosting Related Articles You May Need

Use HTML 5 Elements in IE 8 using HTML 5 Shiv

There are a lot of new HTML 5 elements like <header>, <article>, <footer> etc. that browsers like IE 8 and versions prior to that, do not support. These browsers need some help recognizing the new HTML5 elements and Remy Sharp’s HT… Continue reading

Posted in HTML 5, JavaScript, Syndicated | Leave a comment

Most Popular .NET, jQuery and Web Development articles in 2011

With 2012 fast approaching and 2011 drawing to an end, we’ve put together our list of the Most Popular .NET articles on DevCurry.com this year. The year 2011 featured articles on DevCurry covering many technologies like jQuery, HTML 5, ASP.NET, MVC, S… Continue reading

Posted in .NET, ASP.Net, ASP.NET MVC, CSS, HTML 5, JavaScript, jQuery, Link List, Silverlight, Syndicated | Leave a comment

HTML 5 Developer’s Dilemma – Which Video File Format to Convert and Support

Until recently, the only way to embed video in web pages was using third-party plugins like Silverlight, Flash and QuickTime. HTML5 has made it easier to include multimedia in your web pages without any plugins, by just using the <video> element… Continue reading

Posted in HTML 5, Syndicated | Leave a comment

HTML 5 Number Spinner Control

The HTML 5 “spinner” or number input control provides an input for entering a number and also allow users to click up and down arrows to select a number.

<!DOCTYPE html>
<html>
<head>
<meta charset=”UTF-8″>
<title&g… Continue reading

Posted in HTML 5, Syndicated | Leave a comment

HTML 5 DataList Element with Fallback option for Old Browsers

A DropDown menu in HTML 5 is accomplished using a combination of the new DataList element and the list attribute. This is done in two steps:
Step 1: Create a datalist and populate it with option elements as shown below:
<datalist id=tvseries> … Continue reading

Posted in HTML 5, Syndicated | Leave a comment

HTML 5 DataList Element with Fallback option for Old Browsers

A DropDown menu in HTML 5 is accomplished using a combination of the new DataList element and the list attribute. This is done in two steps:
Step 1: Create a datalist and populate it with option elements as shown below:
<datalist id=tvseries> … Continue reading

Posted in HTML 5, Syndicated | Leave a comment

IE10 Platform Preview 2 Released with better HTML 5 support

Microsoft just released Preview 2 of the new Internet Explorer 10 and it’s getting better! You can download it from http://www.ietestdrive.com.

Here’s a broad list of what’s new in preview 2:
Support for the Web Worker API which allows to run comp… Continue reading

Posted in HTML 5, Product Releases, Syndicated | Leave a comment

IE10 Platform Preview 2 Released with better HTML 5 support

Microsoft just released Preview 2 of the new Internet Explorer 10 and it’s getting better! You can download it from http://www.ietestdrive.com.

Here’s a broad list of what’s new in preview 2:
Support for the Web Worker API which allows to run comp… Continue reading

Posted in HTML 5, Product Releases, Syndicated | Leave a comment

New Tags in HTML 5

HTML 5 is the latest version of the Hyper Text MarkUp Language and introduces many new features. HTML 5 introduces many new tags devoted to describing a documents’ structure, multimedia  etc.

Here are some of the new tags added in HTML 5

Continue reading

Posted in HTML 5, Syndicated | Leave a comment

New Tags in HTML 5

HTML 5 is the latest version of the Hyper Text MarkUp Language and introduces many new features. HTML 5 introduces many new tags devoted to describing a documents’ structure, multimedia  etc.

Here are some of the new tags added in HTML 5 (OutDated… Continue reading

Posted in HTML 5, Syndicated | Leave a comment