1. Register and DownloadXray, an XML, XSLT editor and processor. (安裝X-Ray需要權限) (助教碎碎念:若無法順利安裝再點我) 2. Given the theXML file andXSLT file, use Xray to do the transformation of the XML into HTML. You have to replace [ with <. 3. View the formatted HTML file.
網際網路應用系統設計: XML: Take a look at islandwide temperatures of Taiwan. What happens if you just want Taoyuan's temperature? If you want to include Taoyua...
網際網路應用系統設計: DOM, Document Object Model: 操作以下這個網頁 web personalization 網頁個人化 你 會不會覺得有點神奇, 它是如何做到的? 關鍵就在 DOM. With the DOM scripting methods you can: - Create new elements on the fly...
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.
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 use KompoZer to 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. 可參考 CGI程式入門
Purpose of lab: Learn 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?
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.
1. Save the JavaScript file ofClean Languageto your desktop. Make changes to the script with self-defined bad words. To do this, save the JavaScript on your desk top. Use Notepad editor to make changes. Install the modified script as Greasemonkey. 2. Use Google to search webpages that contains some bad words. 3. Try whether the filtering take effects. 請輸入自己的學號做為測試。 並留下至少3張有做此LAB的紀錄。 P.S非火狐瀏覽器一張、火狐瀏覽器一張、程式碼一張
1. Go to Google Docs. Google Docs lets you write Word documents through an online web service. 2. Start writing. 3. Publish the Word document. 4. What's the URL of your document. 5. Add the Google Docs to your personal portal. At the portal page, you should be able to see the active documents. 6. Save your document as .doc and .pdf, the two common formats for documents.