others

TwitterFacebook
Get flash to fully experience Pearltrees
http://worrydream.com/LearnableProgramming/

Learnable Programming

Here's a trick question: How do we get people to understand programming? Khan Academy recently launched an online environment for learning to program. It offers a set of tutorials based on the JavaScript and Processing languages, and features a "live coding" environment, where the program's output updates as the programmer types. Because my work was cited as an inspiration for the Khan system, I felt I should respond with two thoughts about learning: Programming is a way of thinking, not a rote skill. Learning about "for" loops is not learning to program, any more than learning about pencils is learning to draw.
http://tutorialzine.com/2010/09/google-powered-site-search-ajax-jquery/ By far one of the most requested features by Tutorialzine’s readers, is building a site-wide search. One way to do it, is to build it yourself from the ground up. That is, to use a server-side language like PHP and run search queries on your database, displaying the results to the user.

Google Powered Site Search with jQuery

How to create Calendar using jQuery and CSS3 [Tutorial]

http://designmodo.com/calendar-jquery-css3/ Topic: jQuery & CSS3 Difficulty: Intermediate Estimated Completion Time: 30 mins