Archive | March 21st, 2011

New Features in CSS 3.0

March 21, 2011

0 Comments

Introduction To CSS 3.0 CSS 3.0 is the latest version of CSS. It is completely backwards compatible and all the browsers will always support CSS 2.0. Some latest browsers have implemented the properties of CSS 3.0. Text Effects in CSS 3.0 Text Shadowing: Using this property we can apply shadow to text. Syntax: text-shadow : [...]

email

Finding Duplicate Input Elements Using jQuery

March 21, 2011

2 Comments

Introduction This article deals with finding the input elements with duplicate values. Please find below the screenshot of the sample output. Let us see what all is needed to develop this application. We shall create a web application which has the following files. FindDuplicates.html jquery.js You can download the latest version of jQuery from Download [...]

JSON response from JavaFX HTTP Request

March 21, 2011

0 Comments

Introduction JavaFX is one of the emerging technologies for building RIAs from Sun Microsystems. This document explains how to connect to server from JavaFX applications and parse the response. Performing an HTTP Request The package javafx.io.http contains a class called HttpRequest which supports HTTP protocol. JavaFX applications connect to remote servers or web services using [...]

Getting Response through GWT using Http Protocol

March 21, 2011

0 Comments

Introduction This article deals with getting the response from the server side using Google Web ToolKit Framework and Ajax. Google Web ToolKit is one of the Ajax frameworks which is mainly aimed at Java Developers.The main advantage of GWT is that it comes with a compiler which will translate the Java code written by the [...]