Pages
-
Recent Posts
Archives
- February 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- December 2008
- November 2008
- October 2008
Meta
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
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
LATEST NEWS
