NavigationUser loginWho's onlineThere are currently 0 users and 1 guest online.
|
InterestingWhy XUL might suit your needsXUL has been around since around 2000, why is it getting so popular now you might ask. Well, thanks to the continued rise in popularity of Firefox, XUL has been getting the attention it deserves. There are currently thousands of extensions available to even further improve the web experience. From efficiency tools to data feeds, Firefox users get the most out of the web guaranteed. XUL can be used to:
Software applications are traditionally either web based or purely desktop. In the past, most destop applications that needed to do something "online" they embedded a browser component. With XUL you have the ideal environment. Local file system access with XULAs you might know, with XUL you can read local drives. This is part of the built in interfaces you can access with JavaScript and soon Python. What makes it even more interesting is that you can get this information in RDF form and apply it to virtually any DOM element in your XUL interface. There is a good tutorial about RDF datasources on the Mozilla Developer network. Who uses XUL?Some real-world examples of XUL * SimoHealth Software - Organize medical expenses and medical histories. By Jaco at 2006-09-01 10:42 | Beginner | Corporate Examples | Interesting | Mozilla | XUL | read more | Jaco's blog
XUL and Java Server FacesAn interesting application for XUL is the combination with JAVA. With XULfaces you can deploy a rich XUL user interface with a JAVA backend. XUL and Java Server Faces
You have the ability to refresh the entire screen or a part of it. Look at Thunderbird : it's a XUL application. |