on (release) { fscommand(“quit”); }
Monthly Archives: November 2008
Flash For…
total=10; for(var i=0; i<=total; i++){ trace(i); }
Load and Save of XML Documents
<?php //makes a new DomDocument Object with version 1.0 $dom = new DomDocument(“1.0”); //loads an XML Document from a string $dom->loadXML(“<root/>”); //loads an XML Document from the filesystem $dom->load(“examples/books.xml”); //sets output encoding $dom->encoding=“iso-8859-1”; //returns the XML Document as a string print htmlspecialchars($dom->saveXML()); //would save it to a file //print $dom->save(“filename.xml”);
Create e-mail account to Windows Vista Mail
[kml_flashembed movie=”/wp-content/uploads/2008/11/mail_setup_vista_demo_skin.swf” height=”650″ width=”600″ /]
HOW TO SET UP AN E-MAIL ACCOUNT IN THE OUTLOOK EXPRESS
Start Outlook Express, and on the Tools menu, click Accounts.
Special Characters & Symbols in HTML
Alternatives The column on the left in the following table contains codes that do not work in all browsers. The codes in the column on the right do. So use the codes on the right for these symbols to avoid unpleasant surprises.