Search Content

Articles Categories


Advertisements

Partners


Blog Tags


Popular Articles


Javascript Canvas - Cool Libraries
2008-06-24 07:43:52

Javascript Canvas - cool libraries, some of the best   Read more

Posted into JavaScript Tutorials / 0 comments »

Canvas API, 3D rendering with javascript
2008-05-29 03:06:09

It was initially introduced by Apple for use inside their own Mac OS X WebKit component, powering applications like Dashboard widgets and the Safari browser. Later, it was adopted by Gecko browsers (notably Mozilla and Firefox) and Opera, and standardized by the WHATWG on new proposed specifications for next generation web technologies. Novell manufactures an XForms processor plugin for Internet Explorer, which also provides support for the canvas element. Independent efforts to support the canvas feature on Internet Explorer do not require plugins and are based solely on VML and JavaScript. Google has also begun a project to add canvas abilities to Internet Explorer using the same techniques.  Read more

Posted into JavaScript Tutorials / 0 comments »

Canvas API, Web Applications 1.0
2008-05-28 02:11:46

The second specification that is pushing forward JavaScript development is that of the WHAT-WG (Web Hypertext Application Technology Working Group) in creating the new Web Applications 1.0 specification. This specification goes in a number of different directions, adding numerous additions to HTML, the DOM, and JavaScript as a whole. Many consider the work going into this specification is what will become HTML 5. Thankfully, unlike new versions of JavaScript, implementations of (portions of) this specification are much easier to come by.  Read more

Posted into JavaScript Tutorials / 0 comments »