Posted by Ruben Canton on December 7, 2010 at 9:45 pm
Web standards
Lately I feel like making a master about selectors but I promise this is only a coincidence. When working with javascript we need to select the element we want to use and we have many ways to do so, I was wondering which one is the better to use so I wondered and found an [...]
Posted by Ruben Canton on December 6, 2010 at 9:36 pm
Web programming
To use jQuery we need to get the library from one of those sites hosting it, for example the JQuery project page, or use the Google Libraries API. We can call the online versions and save server resources or better have our own version to make sure it never goes off.
jQuery library has methods, selectors [...]
Posted by Ruben Canton on September 12, 2010 at 7:54 pm
Web programming
This is a translation from my original post in spanish. I hope you enjoy it!
A few days ago I was building a module that should make asynchronous requests to a webservice using javascript, in other words, the famous AJAX but manually made, without using any library. For those who do not know what AJAX is, [...]
Posted by Ruben Canton on September 7, 2010 at 4:45 pm
Web programming,
Web standards
This is a translation from my original post in spanish. Hope you enjoy it!
In some cases it can be useful for us and even more comfortable for the user to open a page in a pop-up on which to show the information. If we search in Google how to do it or read any javascript [...]