The Problem Solver

Tell me and I will forget
Show me and I will remember
Involve me and I will understand
- Confucius -

Google Ads

This Blog

Syndication

Search

Tags

News





  • View Maurice De Beijer's profile on LinkedIn

Community

Email Notifications

Explore

Archives

Browse by Tags

All Tags » HTML5 » Modernizr (RSS)
Practical HTML5
The slides from my presentation on Practical use of HTML5 for the DotNed user group.   Practical html5 from Maurice Beijer     The source code can be found here .   There is an online demo version hosted on Azure websites here .  ...

Posted by Maurice | with no comments

HTML5 Slides and Samples
The slides and samples from the HTML5 talk I did yesterday at the DevelopMentor office in London.   HTML5 from Maurice Beijer   Enjoy!

Posted by Maurice | with no comments

HTML5 TechDays material
Several people asked about getting the slides and samples from my HTML5 talk at the TechDays conference in the Netherlands. You can download the slides and the sample if you like.   Enjoy!   TheProblemSolver DotNetEvents

Posted by Maurice | with no comments

HTML5 Presentatie slides en demo
De PowerPoint slides en de demo code van mijn HTML5 presentatie van gisteravond zijn nu beschikbaar.   Voor de liefhebbers ook online via SlideShare . HTML5 Overview View more presentations from Maurice Beijer Met dank aan 4DotNet die de sponsor...

Posted by Maurice | with no comments

HTML5, Google Chrome Frame and older browsers
Consider the following problem: You might be tempted to start working with HTML5 features in your web applications but you have to support older bowsers.   So for many HTML5 features there are polyfills available that will let you make older browsers...

Posted by Maurice | 4 comment(s)

Customizing the HTML5 checks Modernizr does
In the previous blog post I demonstrated how to use Modernizr to test for the availability of HTML 5 features. Doing so was quite easy but as every test is always performed to add CSS classes to the <html> element there is a bit of overhead in using...

Posted by Maurice | with no comments

HTML5 feature detection aka Modernizr
Yesterday I blogged about using the new Server-Sent Events or the EventSource object to send messages from the server to the client. But what happens if I try to do this in a browser that doesn’t support Server-Sent Events? If I run the code from...

Posted by Maurice | 2 comment(s)