Browse by Tags

23 January 2013
jQuery Mobile - Search Filter placeholder text change
If you are developing Multilanguage (or more dynamical) jQuery Mobile apps, the first thing you figure out is that Search Filter Placeholder on the of the Views is very much static and all you can do with it is to define its text directly in you HTML Code. That was really bad if you needed to change... Read More...
26 June 2007
Properly debugging the Javascript
When I started the Major Web Application Project more then a year ago, I would not even dream that I will spent so much time writing and debugging Javascripts. With the new "Web 2.0" era Javascript has become even more represented and important, as well as how to properly integrate Javascript... Read More...
21 December 2006
Javascript DOM setAttribute Method
If you have already tried dynamically to generate HTML elements over Javascript DOM, then is the "setAttribute" method the one that you have used a lot. This method is very useful if you are developing Javascript/AJAX based custom control but the main problem of this method is that you cannot... Read More...