Java and JavaScript Datetime Fun
So dealing with Datetime between client and server side can always be fun due to timezones but adding a number of browsers makes it all the more complicated....
So dealing with Datetime between client and server side can always be fun due to timezones but adding a number of browsers makes it all the more complicated....
I have a web page that needs to go through a bootstrap step in order to make all the correct Ajax calls. So I was simply looping through the results and maki...
While using the YUI Library, I came across an annoying issue. It is stated places that order matters when dealing with the library includes, yet there are st...
Finding a fix for the dynamic table row problem, I started to use the insertRow() functionality which did solve the problem in FireFox. So I would call inser...
I’ve been building a web based application that uses Ajax and other JavaScript extensively. While working with adding rows to tables dynamically I’ve found t...