JamesBranam's Blog
Creating an Ajax Application with Script.aculo.us
Hi all,
Today I'd like to continue a blog series in which I highlight Web application tutorials for NetBeans 6.5. A few changes have been made to tutorials, among which is the featuring of MySQL as the database of choice.
This second entry in the series will cover the tutorial, "Creating an Ajax Application with Script.aculo.us", which is based on a blog entry by Arun Gupta.
This tutorial demonstrates the usage of the Java Persistence APIs to implement server side pagination (recommended for large sets of data) and to get and display the results in a text field featuring Ajax functionality. Ajax is a technology that combines (X)HTML, JavaScript, and CSS with the power of XmlHttpRequest in the creation of RIAs (Rich Internet Applications). Script.aculo.us is a set of JavaScript libraries to enhance the user interface of web sites. It provides an visual effects engine, a drag and drop library (including sortable lists), a couple of controls (Ajax-based autocompletion, in-place editing, sliders) and more. Script.acu.lous libraries are already available in the IDE when you download it.
In this version of the tutorial, MySQL is the database used.
This is a lot of fun. Be sure to check it out.
Cheers!
--James
Posted at 01:16PM Nov 26, 2008 by branajam in NetBeans | Comments[1]
Hi ,
I recently came across the new Woodstock component : Bubble help.
I have used it in the Onclick event of an image hyperlink which is in a table Column.
Now if i select the image hyperlink in first row of the table, the bubble appears half and the other half is hidden inside the table header.
Please suggest me how to fix the bubble to the center of the page or how to make it visible completely even if we scroll to last row of the table.
thanks
Madhu
Posted by Madhu on November 27, 2008 at 06:50 AM CET #