Creating Your First iGoogle Gadget
A gadget is actually an XML file. To begin create the basic shell of the XML file using the code below.
<?xml version=”1.0″ encoding=”UTF-8″ ?>
<Module>
</Module> …
Tutorials for photoshop, javascript, php, html, css, flash, and more! |
|
| The Machine | Search for a cog | Submit a cog |
A gadget is actually an XML file. To begin create the basic shell of the XML file using the code below.
<?xml version=”1.0″ encoding=”UTF-8″ ?>
<Module>
</Module> …