Archive for February, 2006
Monday, February 20th, 2006
I have finished the initial version of the date control. I think it improves on some of the designs I have seen around this last week.
Here are the finer points:
Completely JavaScript/CSS/XHTML built so no server side stuff is required.
No tables at all in the calendar control so the design is more flexible and easier to [...]
Sunday, February 19th, 2006
I am working on a very simple JavaScript popup calendar control for people to use in their web forms. I tried using the ASP.Net one but it has several problems.
ASP.Net Calendar Issues:
Clicking on the calendar for changing months or selecting days requires a post back and requires extra Page_Load code to pass by any processing [...]
Sunday, February 12th, 2006
I have now spent a bit of time playing around with AJAX using it in a few of my web applications. Essentially AJAX boils down to one thing: The XMLHTTPRequest Object. Some people will probably disagree with me on that point but all the fancy JavaScript is just that, it is not very novel by [...]
