Friday 19 September 2014

GWT-Google Web Toolkit

GWT is a development toolkit for building and optimizing complex browser-based applications.GWT is become more popular because of the following features.
1.GWT allows developer to write client side application using Java.
2.GWT compiler Compiles the Java code to JavaScript Code which support all major browser.
3.GWT is cross-browser compliant Which automatically generates the javascript code for different browser.
4.GWT is open source completely free used by thousand of developer across the world.
5.GWT support Internationalization.
6.Can use all the JAVA IDEs to Develop GWT Appliacation.

CSS Selectors

  CSS Selectors In CSS, selectors are patterns used to select the element(s) you want to style There are 3 different types of CSS selectors ...