Code.comunicatek.com is a collection of resources for web programming. Especially with jQuery javascript, php and smarty. Also you can follow on @dpc_code on twitter.
In Smashing Magazine an interesting post with a collection of Useful Javascript libraries and jQuery plugins .
[more]
-
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 better use existing plugins than coding new one. And in most cases this is...
[more]
-
0 Comments
This is a presentation made in T EDx conference . It is a interesting reflexion about how socialmedia works.
[more]
-
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.
[more]
-
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.
[more]
-
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 jQuery works and helps to make things better.
jQuery Performance Tips...
[more]
-
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 to the extension.
[more]
-
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, has more lines of code than comments, but the idea that implements is...
[more]
-
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 to avoid repeating yourself are developing plugins or using /...
[more]
-
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 return results with JSON, I thought why not try to do a couple of mashups...
[more]
-
0 Comments