On Mon, 5 Nov 2007, Sumit Upadhyay wrote:
Just want to highlight two pages from the widgets manual. Widget Metadata http://widgets.yahoo.com/manual/wwhelp/wwhimpl/common/html/wwhelp.htm?context=WidgetRef_online&file=Basics_WidgetMetadata.html Here is an example widget.xml file: <?xml version="1.0" encoding="utf-8"?> <metadata> <name>Vitality Test</name> <version>1.0</version> <identifier>com.yahoo.widget.vitalitytest</identifier> <image usage="dock" src="images/SmallSun.png"/> <image usage="security" src="images/SecuritySun.png"/> <author name="Edward Voas" organization="Yahoo! Inc." href="http://www.yahoo.com"/> <copyright>(c) 2006-2007 Yahoo! Inc.</copyright> <description>This is a really neat Widget!</description> <platform minVersion="4.0" os="macintosh"/> </metadata> and Widget Runtime http://widgets.yahoo.com/manual/wwhelp/wwhimpl/common/html/wwhelp.htm?context=WidgetRef_online&file=Basics_WidgetRuntime.html Anything different or better than XUL in Firefox ? or am I missing something ? thanks Saifi.

