-
Recent Posts
Recent Comments
- Arnaud on Enums play nicely with ValueListBox
- Arash on Spring Security with GWT & Spring Roo
- prasanna on Spring Security with GWT & Spring Roo
- Pascoual on Spring Security with GWT & Spring Roo
- Arash on Enabling sortable columns with SpringRoo’s GWT front end
Archives
Categories
Meta
Monthly Archives: July 2010
Synchronous file reading in HTML 5
Firefox and WebKit now have the ability to read files from JavaScript using the File API. Files are read asynchronously so that the browser does not hang as the file is read, which may be a costly exercise. These two … Continue reading