In Smashing Magazine an interesting post with a collection of Useful Javascript libraries and jQuery plugins . [0 Comments]
Like in X-files in jQuery world, we can say the plugin is out there. They exist thousands or even millions of plugins solving a wide range of problems and with a wider range of quality. In this scenario some people says that is... [0 Comments]
This is a presentation made in T EDx conference . It is a interesting reflexion about how socialmedia works. [0 Comments]
Via Addy Osmani comes an article which discusses various patterns to program jQuery plugins . The article also introduces the Widget Factory jQuery UI project to develop more complex plugins. [1 Comment]
Today jQuery 1.5 has been released. The post anouncing that is available at jQuery blog ( http://blog.jquery.com/2011/01/31/jquery-15-released/ ). Now the question is test that all plugins are still running. [0 Comments]
To get recycling. With jQuery it's easy to start, but it never hurts a get a little more depth. 11 More Things I Learned from the jQuery Source of Paul Irish. To go down into the code, "use the source Luke", helps to understand how... [0 Comments]
Google definitely has made a public, after a testing phase, Google Chrome Webstore. https://chrome.google.com/webstore I already had the application Tekpassword published. This week we publish the latest updates that apply... [3 Comments]
Yesterday Rebecca Murphey published a screencast demo of how works the PubSub plugin by Peter Higgins. The plugin is inspired by The Dojo Toolkit has a API with publish and subscribe. The code plugin is incredibly simple,... [0 Comments]
DRY (don't repeat yourself) is a concept quite recurring in JavaScript articles, the idea is to promote reuse best. This article is fairly representative ( Patterns for DRY-er JavaScript/ Rebecca Murphey ). If you use jQuery a good way... [0 Comments]
Yesterday the jQuery team announced that jQuery plugin template to be officially passed on the project and that the next version of jQuery will be part of the core. As the templates are combined with JSON data and platform YQL can... [0 Comments]