html5
Welcome to the 'html5' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'html5'.
Are you an expert about 'html5'? Do you want to be the Technorati authority on 'html5'? You can write a description that will appear right here:
Join Blogcritics!
Original Technorati articles tagged “html5”
-
in TechnologyAdobe Quits Mobile Flash Development

Adobe drops support for mobile Flash and shifts focus to HTML5.by goldnugget / on Nov 9, 2011 -
in GadgetsAdobe Withdraws from Mobile Flash Battlefront

Apple and Adobe camps may finally stand down.by themattray / on Nov 9, 2011 -
in BloggingFacebook's HTML Based Mobile Client Leaked Known as ‘Project Spartan’

It is expected that Facebook will attempt to the allow users to play games and use applications on mobile phones.
Latest blogosphere posts tagged “html5”
-
HTML5 Basics: doctype, Charset, CSS, Script,
Dowawado About Microsoft —
Authority: 112
A few quick things about html5 (from the excellent book Head First HTML5 Programming ): 1. Doctype Before: #8220;-//W3C//DTD HTML 4.01//EN” “http://www.w3.org/TR/html4/strict.dtd”> After: Not only is this the doctype for HTML5, it’s the doctype for every future version of HTML. In other ...15 hours ago -
Odd behavior from iframe in IE8 on XP
kirupaForum —
Authority: 134
Hey guys My dad threw this issue at me. Hes developing a site using ASP.NET, which uses an iframe to display sub-pages. Basically, the master page uses JS to adjust the iframes height, and the contentpage inside the iframe calls said JS with whatever height it has. This works, as long as were on the same domain. We ...16 hours ago -
40 HTML5 Canvas for Inspiration
denbagus blog —
Authority: 100
Tweet There has been a debate waging some time already about the use of Flash or HTML5 Canvas , which became pretty intense when it became obvious that Apple would not support Flash on its mobile devices. With big websites slowly implementing canvas, the constant updates from browsers(dear IE excluded) and the ...16 hours ago -
Robin Nixon’s HTML5 Crash Course: Learn HTML & HTML5 in 20 Easy Lectures
WEB LEARNING CENTRAL —
Authority: 104
Robin Nixon’s HTML5 Crash Course: Learn HTML & HTML5 in 20 Easy Lectures Whether you are a professional or amateur web developer you need all the HTML5 tools in your kit, and this book from the author of the best-selling Learning PHP, MySQL & JavaSript, is the fastest and easiest way there is to ...17 hours ago -
HTML5 Web Database Implementation: HTML5SQL
Open Source Resources for Designers & Developers | Greepit.com —
Authority: 111
html5sql is a light JavaScript module that makes working with the HTML5 Web Database a whole lot easier. Its primary function is to provides a structure for the SEQUENTIAL processing of SQL statements within a single transaction. This alone greatly simplifies the interaction with the database however it ...1 day ago -
Css Rockstar Needed 3
Get a Freelance Job —
Authority: 154
We need a CSS rockstar to update and freshen a page from our website. This is very simple. We will give you a URL, the desired changes and you will produce a CSS with associated files. Where possible, you will simply update our current CSS and not change the variable names. We want to be able to snap in the ...1 day ago -
HTML5 for Masterminds
WEB LEARNING CENTRAL —
Authority: 104
HTML5 for Masterminds We are on the verge of a revolution. The web is becoming the main developing platform and the primary source for information and software. In recent years, mobile devices have turned Internet applications from possibilities into necessities, and now computers that work exclusively on the ...2 days ago -
iCONECT Launches XERA New HTML5 e-Discovery Platform Simplifies Legal Review
Software News - netfordownload.com —
Authority: 127
iCONECT Launches XERA New HTML5 e-Discovery Platform Simplifies Legal Review iCONECT Development, LLC, providers of web-based e-discovery and litigation software, introduces XERA, a new e-discovery platform. New York, NY (PRWEB) January 30, 2012 iCONECT Development, LLC, providers of web-based e-discovery and ...2 days ago -
Revamp Of Corporate Website To Incorporate Simple Animation
Get a Freelance Job —
Authority: 154
-Convert a website using Adobe flash to html5. The converted website should be viewable by Apple ipad/Mac -Add simple animation graphics on certain pages to the site. Only designers/programmers with expertise in animation, html5 who have done similar projects before will be considered. Please provide portfollio of ...2 days ago -
Responsive Web Design
SitePoint —
Authority: 125
It all started with Responsive Web Design , an article by Ethan Marcotte on A List Apart. Essentially, the article proposed addressing the ever-changing landscape of devices, browsers, screen sizes and orientations by creating flexible, fluid and adaptive Websites. Instead of responding to today’s needs for a ...3 days ago -
JPEG Images Clipping Into Non-Rectangular Polygons: polyClip.js
Open Source Resources for Designers & Developers | Greepit.com —
Authority: 111
There have been many times you have come across the need to take an image and cut an irregular shape out of it. Normally, when a developer comes across this requirement, the only thing to do is to open the image up with your favorite graphics editor, use the select tool to cut out the shape you want, and then save the ...3 days ago -
Cut the Rope gets ported to HTML5, gets chronicled on the way
2dayBlog - Technology Journal, New Gadget everyday! —
Authority: 132
Outlined during Microsoft’s CES keynote earlier this week, gaming app Cut the Rope has had its journey to the world of HTML5 published for the masses. Tying together features like CSS3 styling and canvas-rendered graphics, the blog post details in cheery technical detail how creators ZeptoLab and Pixel Lab (not ...3 days ago -
Windows 8 Now Said to be Stable on ARM CPU
GottaBeMobile.com —
Authority: 437
According to multiple sources to CNET , Windows 8 is now said to be running stable on ARM processors, and the new ARM-compatible build will be distributed to developers in February. News of the developer released was not delivered directly from sources from within Microsoft, the online publication says, but through ...3 days ago -
Project For Puneetk
Get a Freelance Job —
Authority: 154
As we discussed another project for fixing website: which includes changing the html doc type to xhtml or html5 and remove all heavy elements, no out linking for resources, merge images and light weight css, and clear all site errors, etc.3 days ago -
Tutorial: Naming via Class, ID, and Name
kirupaForum —
Authority: 134
Hi everyone, This is the best place in town to discuss anything regarding the Naming via Class, ID, and Name tutorial :) Cheers, Kirupa :beam:3 days ago -
Working with Inline Web Workers
Gil Fink on .Net —
Authority: 92
Working with Inline Web Workers In the past I wrote a post about what are Web Workers . In short, Web Workers enable web developers to run JavaScript code in the background which might help to increase web page performance. This post is going to explain what are inline Web Workers and how to create them. ...4 days ago -
Dealing with Binary Data from a Canvas Object using JavaScript TypedArrays
Ryan Stewart - Rich Internet Application Mountaineer —
Authority: 94
I’m not sure how helpful this will be for anyone but during the process of doing a binary WebSocket demo I found myself learning a lot about JavaScript typed arrays and how that translates into binary data. The demo I wrote took Canvas image data and send it over a binary WebSocket connection the WebSocket server ...4 days ago -
Animating a Div Open Once the Page Loads
kirupaForum —
Authority: 134
Im currently building this site here, http://kevinmadams.com/EOS/index.htm and I am trying to get the main content area (Div ID=mainContainer) to appear a little more interesting. Im looking for a way to have that content div appear to slide down from under the menu bar. Ive tried using the animatedcollapse js ...5 days ago -
FusionCharts Releases Data-driven Gauges, Dials, Funnels and Widgets in JavaScript (HTML5)
Software News - netfordownload.com —
Authority: 127
FusionCharts Releases Data-driven Gauges, Dials, Funnels and Widgets in JavaScript (HTML5) FusionCharts has released FusionWidgets XT with JavaScript gauges for building digital dashboards. Create delightful data visualizations by using the combined experience of programmers and information visualizers in a set of ...6 days ago -
HTML5 Books and HTML5 Classes Now Available from Digital Classroom and AG
Software News - netfordownload.com —
Authority: 127
HTML5 Books and HTML5 Classes Now Available from Digital Classroom and AG AGI Training is making it easier for web developers and web designers to learn HTML5 with new HTML5 books new HTML5 classes. HTML5 book now available The HTML5 Digital Classroom book covers essential skills for creating websites, web ...6 days ago


Follow Technorati