======Universal Widget API HOWTOs====== Wondering how to make use of UWA? Here are some hints... * How to make sure [[howto:valid_widget|my widget is a valid UWA widget]]? * How to [[howto:from_module_to_widget|turn a classic module into a UWA widget]]? * How to [[howto:test_widget|test a UWA widget]]? * How to [[howto:build_a_rss_reader|widgetize a RSS feed]]? * How to [[howto:widget_templates|properly skin a widget]]? * How to [[howto:display_image|display an image within a widget]]? * How to [[howto:display_flash|display a Flash app within a widget]]? * How to [[howto:assign_javascript_behaviors|assign a JavaScript behaviour to a tag]]? * How to [[howto:replace_getelementbyid|target a single element without getElementById]]? * How to [[howto:open_popup|open a new browser window]]? * How to [[howto:localize_widget|translate a widget into the user's language]]? * How to [[howto:authentication|handle passwords securely]]? * How to [[howto:widget_export|use a widget on my site/blog]]? * How to [[howto:audio_player|use the internal audio player]]? * How to [[howto:events|use the UWA events]] such as onLoad, onRefresh, onSearch, etc. * How to [[howto:uwa_iframe|display a UWA widget in an IFrame]], anywhere on the Web.