Javascript

JQuery updated to 1.5 with lots of fixes and new stuff

0

JQuery has been updated to 1.5 with lots of fixes and new stuff.

http://jquery.com/

“This release saw 83 fixed bugs and a total of 460 closed tickets.”

The devs doing this are really helping make the web a better place.
As always JQuery works with all major browsers and versions.

They even got some performance improvements into it as well.

Awesome work guys!

Grant skinner released EaselJS v0.2 HTML5 Canvas

0

Grant skinner has released a new version of his html 5 canvas JS library.
Using The library is much like programming AS3, using the same name convention as the “drawing api” so there are DisplayObject, Graphics, Shape. U put stuff on “stage” by using addChild and removing with removeChild. Very similar to as3, making js programming to html5 canvas very easy for a as3 developer.

Very promising project.

Blogpost here.
See more here. http://easeljs.com/

Go to Top