Here’s a presentation I put together about canvas. I’ll try to get some more detailed tutorials together sooner or later.
Posted in canvas, javascript
|
Tagged: canvas, html5
|
Here’s an example of a fractal tree using javascript and the canvas tag. I tossed this together a while back and finally polished it up. It’s based on a tutorial here. If you want to grab the JS and tinker … Continue reading →
This post is deprecated since this technique doesn’t work anymore! But here’s a blog post by Matthew Congrove that get’s it working. I tested his technique with iOS4 and it looks good. I previously wrote a post mentioning how you … Continue reading →
Posted in Mobile, html5, iPad, javascript, video tag
|
Tagged: autoplay, dispatchEvent, html5, iPad, iPhone, javscript, tricks, video
|
While developing an HTML 5 video player for the iPad I ran into a few inconvenient quirks. Here’s a rundown of the issues I came across. There’s no auto-play. If you try to play the HTML5 video player purely in … Continue reading →