1. Register and DownloadXray, an XML, XSLT editor and processor. (安裝X-Ray需要權限)
2. Before you do this lab,all the first you must know is what is XML? what is XSLT? please write down your answer. 3. Given the theXML file andXSLT file, use Xray to do the transformation of the XML into HTML. You have to replace [ with <. 4. View the formatted HTML file.
1. OpenKompoZer 2. Hand code a javascript that loads an image from Internet based on the DOM model. 3. Take a look atthe sample codethat shows howwindow.onloadto load the image. 4. Use a button to load the image. Try howonclickworks.
"logic will get you from A to B - imagination will take you anywhere" How to use Form to invoke a remote service through CGI. 1. Copy the search box of thissearch page, inlcuding radio buttons, text input, and submit button. 2. Open yourKompoZerHTML editor. 3. Open a new empty HTML file. 4. Paste the search box into this new file. 5. UseKompoZerto add a Form to this search box. Do not hand code the HTML. Just fill the blank in the Form dialog. 6. In the form dialog, set Action="http://google.com/search" and name of Form as "f" and method as "get" (SeeHintif it does not work.) 7. Save your file on your computer. Run your HTML by Firefox. What do you get? 8. Set method as "post" 9. Run your HTML by Firefox. What do you get?
Before you do this lab, you must understand what is CGI(Common Gateway Interface) and Form.
1. So please search the answer and post your opinion in your blog. 2. Hand code a HTML or useKompoZerto edit an HTML so that the webpage can send a request to Google like http://maps.google.com/maps?q=24.9586,+121.24114 Use Form CGI that includes action, input, and submit. Try a few different coordinates.
1. Uploada sample ppttoGoogle Docs. 2. Publish the uploaded ppt. 3. Embed the online ppt to your blog. The reason to do so is that the readers don't have to have ppt to view your presentation. For example, some users work with Linux or Unix, and others work with MacOS. They will appreciate you for doing so. 範例: 如何活用 Gmail 工作坊
UseFirefox Accessibility Extension to check the accessibility of three sites that you visit most. Report the summary of all the errors and warnings for each site.