Visit the javapronews Directory
Blogs
Blogger, Blogosphere, Web 2.0...
Design Agencies
Professional, Design, Job...
Education
Communicate, Help, Learn...
Forums
Search, Learn, Communicate...
Java Developers
Skills, Build, Distribute...
Java Tutorials
books, help, Learning...
Javascript Tutorials
Help, Learn, Read...
News
Technology, Business, Web...

Submit your site for FREE

Archive for August, 2008

SDK Preview for JavaFX

Thursday, August 21st, 2008

After the advent of SDKs for Adobe AIR & Microsoft Silverlight and the considerable amount of market share they already have, Sun Microsystems has finally come up with their SDK preview for JavaFX. This was a result of two years of hard work so as to allow developers to play with the JavaFX technology. This may be a step too late, but it’s not bad than never. It reminds me of the Open Source equivalent which also competes as a Rich Internet Application (RIA) development & delivery tool named - OpenLaszlo. It is released under the Open Source Initiative-certified Common Public License.

What is JavaFX SDK?

Java FX is a family of products for creating RIAs with immersive media and content. The JavaFX products include a runtime and tools suite that web scripters, designers and developers can use to quickly build and deliver expressive rich interactive applications for desktop, mobile, TV and other platforms. The freely downloadable JavaFX Preview SDK bundles the JavaFX compiler and runtime, the NetBeans IDE, and a NetBeans plug-in for coding and debugging in the new JavaFX Script language.

(more…)

Use JavaScript and Google Analytics to Optimize Your Forms

Thursday, August 14th, 2008

Forms are pretty much a necessity on websites therefore it becomes important to track how your visitors interact with the forms on your website, understand which fields are most often left empty, and determine how to best optimize your forms for success. In the past we have talked about great solutions like ClickTale which help determine:

  • Which fields take the longest to complete

  • Which fields are left blank and may be superfluous

  • How often errors occur that force visitors to refill a field

Allaedin Ezzedin over at the Ambient/Transparent blog wrote an excellent post yesterday in which he explains how to use JavaScript and Google Analytics to create a home grown solution to help in the optimization of forms.

(more…)