Browse by Tags
All Tags »
DEV »
video (
RSS)
Build Modern Web Applications with HTML5, CSS3 and JavaScript Third Round – Session Recordings A few days ago I delivered a third round of my HTML5 MSDN session at Microsoft Ra’anana. The recordings of the session are now available on Channel9 ( in Hebrew ). Here is the first part and a link to watch it on Channel 9: Here is the second part and a link to watch it on Channel 9: Enjoy! CodeProject
Adding Video Element on the Fly and Drawing it to a Canvas Element One of the requirements in a project that I work on lately is to create on the fly video elements and to show them inside a canvas element. This post will show you how you can do it. Adding Video Element on the Fly The HTML5 Video element is a DOM element. As any other DOM element you can create it using the document.createElement function and then to supply its relevant properties. After the creation of the element you will have...
MSDN Session: Internet Explorer 9 & HTML5 Videos On March 30th I had a MSDN session about IE9 and HTML5. The session was recorded and can be viewed ( in Hebrew ) in two parts: Part 1 - available for watching in Channel9 Part 2 - available for watching in Channel9 Enjoy! CodeProject
Using Stub Entities in Entity Framework Screencasts Today I recorded my first two screencasts (one in English and one in Hebrew) about how to use stub entities in Entity Framework in order to produce better performance by reducing database round trips. The link to the English version can be found here . The link to the Hebrew version can be found here . You can also download the screencasts in the details tab if you like. Enjoy!