Web Development

TwitterFacebook
Get flash to fully experience Pearltrees

Writing Complex Web Apps With Google Web Toolkit (GWT)

http://chriscase.cc/2010/08/writing-complex-web-apps-with-google-web-toolkit-gwt/ The Google Web Toolkit (GWT) is a rel­a­tively new set of open source tools, devel­oped by Google ; which aims to allow devel­op­ers to write much of the client-side code as Java . This Java code is then com­piled into the appro­pri­ate JavaScript code, to run on the user’s web browser. Basi­cally, the Google team has come up with a way of allow­ing devel­op­ers to write most of their web appli­ca­tions in Java , instead of hav­ing to switch between Java and JavaScript ; thus min­i­miz­ing the amount of cross-browser JavaScript development/testing. The devel­op­ers of GWT have cho­sen to focus their efforts on Eclipse as the pre­ferred IDE; though you are not lim­ited to Eclipse .
Last week I went to the London Ajax User Meetup in London, England to deliver two talks about HTML5 .

Multimedia on the web and using HTML5 sensibly

https://hacks.mozilla.org/2011/02/multimedia-on-the-web-and-using-html5-sensibly/
Frameworks

DFRN

Most of the web application available today includes a capability of user to upload files, whether it is a social media application or a CMS/Blogging platform. Upload capability of your application can be made easier and usable to the user if you are using one of these Ajax Upload Script and Plug-in. 1. FancyUpload FancyUpload is a file-input replacement which features an unobtrusive, multiple-file selection menu and queued upload with an animated progress bar.

10 Best AJAX File Uploader for your Web Application 

http://blog.insicdesigns.com/2010/02/10-best-ajax-file-uploader-for-your-web-application/
PHP

Getting Started introduces you to gadgets. The next step is creating your own gadgets. This document tells you how.

Writing Your Own Gadgets - Gadgets API - Google Code

http://code.google.com/apis/gadgets/docs/basic.html
CMS Software