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... [0 Comments]
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... [0 Comments]
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... [0 Comments]
A curiosity rather than a utility, Josh Duck presented the 104 html tags (including the proposed HTML5 tags prior HTML5) like the periodic table of elements. And as you click items shows extra information about the tag. [0 Comments]
Paul Irish and Divya Manian have submitted a very interesting project. The Html5 boilerplate is a template to start a web project with HTML5. What they have done is to compile a set of best practices and... [0 Comments]
Javascript library that allows easily create graphic diagrams. To represent diagrams without the need for flash. A small example for creating diagram of the typical pie chart: / / Create a canvas 640 × 480 at coordinates 10, 50 var... [0 Comments]
From jQuery initiate a project aimed at mobile devices. www.jquerymobile.com . Is now under development and from the same site indicated that at the end of the year and will be a first release. The project objective is to develop... [0 Comments]
This tutorial provides a pattern to develop a JQuery plugin. Why create a jQuery plugin? A small list of reasons given in the article: Reuse, reuse, reuse Encapsulation Easy to write Maintain chainability Public... [0 Comments]
If you are able to do a demo javascript 1k less, to do something interesting, without using external libraries this is your competition . [0 Comments]
One of the most frustrating problems for web developers, when the css layout it doesn't look good in a browser and not have the right tools to understand what is happening. With Firefox, firebug solves this... [0 Comments]