Search Results

3
votes

Best server-side framework for heavy AJAX Java application

If you're starting from scratch. I'd have to say Google Web Toolkit. I have to say it is incredibly powerful. You get keep using m …
0
votes

Javascript drawing library?

Depending on how cross-browser you need to be and your goal of doing the output, you might look into the Canvas element and the related javascript. …
2
votes

IE 7 redirecting after jQuery ajax calls

IE Handles default events differently (also beware of hitting enter in a text field). IE is causing some default event handler to fire. If searchButton is a link with HREF of "" it will reload t …
0
votes

How do i submit an ajax request before the page is loaded

Why not check before the user is even given the html? If you're just running static HTML w/ Javascript, I would suggest using JQuery and u …
0
votes

JavaScript: How to detect that the internet connection is offline?

Another question is what are you going to do about the connection being down? Check out Gears …