HTML5, JavaScript and CSS3 Microsoft Certification INFO

Looking for a professional and valueable certification that covers today topics in HTML5, JavaScript and CSS3 I came across Microsoft Exam 70-480. Going over the topics it covers I was a bit dissapointed.  The exam covers HTML5 official parts only. It ignores many of HTML5 non official parts, that you can already find supported in […]

HTML5 Web Workers Debugging PRO

As of Chrome 15+ you can debug the separated threads your application implement using the Web Worker API. The following short video clip shows how to do it. You can find more video clips and code samples for using the HTML5 Web Worker API in my free (for personal use) Introduction to HTML5 course. You […]

Creating HTML Elements in Dart PRO

Dart allows you to create new HTML elements and add them to the web page. There are two ways for doing it. The following code sample shows how to do it. The code sample includes two files. The first is the HTML file. The second is the Dart file. Once the web browser loads the […]

HTML Jump Start Lecture INFO

On april 8th 2013 I delivered a free lecture about HTML. The lecture took place in HIT. You can download the slides at http://www.lifemichael.com/presentations/htmljumpstart.pdf. You can find (within the slides) links for downloading the code samples I was using during the lecture.

HTML5. The Open Web Platform. PRO

What is HTML5? When browsing at http://www.w3.org/html/wiki/FAQs you will find the following definition for HTML5: ” People use the term HTML5 in two ways: 1. to refer to a set of technologies that together form the future Open Web Platform. These technologies include HTML5 specification, CSS3, SVG, MathML, Geolocation, XmlHttpRequest, Context 2D, Web Fonts (WOFF) […]

Tomcat Support for HTML5 Web Sockets PRO

The Apache Tomcat web containers supports web sockets. The basic web sockets samples it includes can serve as a great jump start. The following video clip shows the execution of one of these samples.

HTML5 Relational Database INFO

HTML 5 provides us with a relational database running on the web browser. This relational database supports SQLite sql syntax. The following code sample checks whether the web browser supports the HTML 5 relational database. <!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01 Transitional//EN” “http://www.w3.org/TR/html4/loose.dtd”> <html> <head> <title></title> </head> <body> <script type=”text/javascript”> if(window.openDatabase) { document.write(“support”); } else […]

Angry Birds in HTML5 INFO

We can now find an HTML5 implementation for Angry Birds. Angry Birds is not the only game. You can find HTML5 implementation for many games. HTML5Games.com is a good resources to start with. The Angry Birds HTML5 version is currently available as a free Chrome OS application at Google Chrome Web Store.

ASP.NET HTML Controls PRO

I have recently completed to develop the seventh topic in my ongoing ASP.NET course. It focuses on the ASP.NET HTML controls. You can find the community version of this ongoing course available for free at www.abelski.com. The professional version is available at www.xperato.com. You can download the slides and watch the relevant video clips below.

Adobe Wallaby Converts Flash to HTML5 BIZ

In my post (8 days ago) about the future of Flash and Silverlight I mentioned that the one and only way to keep Flash/Silverlight relevant would be to allow a Flash/Silverlight file to be automatically converted into HTML5 for those platforms that don’t support Flash/Silverlight. Few days later, Adobe releases Wallaby. I guess it is […]

Skip to content Update cookies preferences