Sunday, November 16, 2008

Basic CSS Tutorial

Basic CSS tutorial covers : what is the purpose of CSS and how you can use CSS with HTML Pages.

Wednesday, July 23, 2008

Process JavaScript Object in JSP or Servlet

it could be better , if we process the Java script objects in Java directly. In this way we can eliminate form processing and parameters list. In this AJAX world, if we can send Javascript collections or objects to Java code directly and Java will process it further.

This is an idea of Java script and Java integration, JVM is a wonderful platform and can incorporate the Java script engines easily to process the Java Script.

X Forms

X Forms is new generation technique to process and display efficient form processing in Web. In this technique web form is dynamically generated by the browser on the client side on basis on XML generated by Server.
In X forms, XQuery and XML database concepts are used. GUI of web form can be stored in DB in the form of XML. X form is plugin in the browsers and display the forms with data as specified in XML.