Google Chrome: Developer Friendly, No Java Support On Mac (Yet)
Chrome is shaping up to be the best browser around. It’s fast and it is developer-friendly, with its own Firebug-like tools. Under View->Developer->Developer Tools you can find the goodie. See...
View ArticleHow To Create WebM Videos With Flix WebM
Download the Free software from Wildform (currently Windows only). Check for updates, Flix WebM will also support 2-pass encoding in the near future. Open the input video (this video should be...
View ArticleWebM Overview
On, February 19, 2010 Google finalized its acquisition On2 Technologies, the creator of the VP8 codec, the codec used in WebM. (On2 (formerly The Duck Corporation) was also the company which created...
View ArticleSample WebM Video
Below is a sample WebM video encoded with Wildform Flix which is a FREE WebM encoder. You need a HTML5 enabled browser and browsers that support WebM videos. And while at it, why not read WebM...
View ArticleIntroduction To WebM File Structure
WebM is the new media-container format announced by Google during the Google I/O conference this year. For a broad overview of WebM, see this post: http://www.permadi.com/blog/2010/05/webm-overview/...
View ArticleHTML5: Saving Canvas Image Data Using PHP And Ajax
In this tutorial, we will demonstrate methods of saving the content of a HTML5 Canvas object using server side scripting. PHP will be used in this example, but the technique can be applied in other...
View ArticleHTML5: Animation With Canvas
This is a general outline of how to utilize HTML5 Canvas to do animation using the traditional cell-animations, aka: image-strips. Here’s the image that I am using for this example; as you can see, it...
View ArticleSample WebM Video 2
Below is a sample WebM video encoded with Wildform Flix which is a FREE WebM encoder. You need a HTML5 enabled browser and browsers that support WebM videos. And while at it, why not read WebM...
View ArticleUsing PHP GD To Create Glossy Icons And Buttons
One of the things that I played around several years ago was the GD library, which allows image manipulations and creations on the server-side. I have always want to automate repetitive things such as...
View ArticleHTML5: Saving Canvas Image Data and Passing Parameters Using HTML Form And PHP
This tutorial builds upon the previous tutorial at /2010/10/html5-saving-canvas-image-data-using-php-and-ajax, with additional explanation on how to pass parameters along with the canvas data. We will...
View Article