Code.comunicatek.com is a collection of resources for web programming. Especially with jQuery javascript, php and smarty.
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]
-
0 Reviews
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 Reviews
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 Reviews
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 Reviews
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 Reviews
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 Reviews
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 Reviews
When you do a search javascript related terms in general the first google results page gives poor quality results. In fact one of the major problems of javascript is the poor quality of many of the resources (web, books ...) ( Douglas Crockford ). What is not happening for example in...
[more]
-
0 Reviews
The idea is to create a repository of web applications similar to those for mobile platforms. Applications may be free or using the Google API licenses made available to programmers.
Despite the name the applications are made with standard web technologies and "can run on any modern browser." Modern...
[more]
-
0 Reviews
Today they released the beta version of Internet Explorer 9 , among the main changes on the Explorer 9 is a vast improvement in Javascript engine speed (had room for improvement), utilization of the GPU acceleration, and new support for CSS3 and HTML5 standards (must try). ( scriptjunkie post ) (...
[more]
-
0 Reviews