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.(least 200 words) 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. Q:請描述至少一個你做這個lab所遇到的問題,並且你是如何解決這個問題的。
值得關注的線上課程,雖然是名校教授上課,卻是由公司和非營利組織領航。大學的創新,可能來自校園之外。 “massive open online courses” (MOOCs) Two companies, Coursera and Udacity, and one non-profit enterprise, edX, are leading the charge.
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. Q:請描述至少一個你做這個lab所遇到的問題,並且你是如何解決這個問題的。
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. Q:請描述至少一個你做這個lab所遇到的問題,並且你是如何解決這個問題的。
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.
網際網路應用系統設計: 手語輔助科技: 能把手語透過行動裝置即時轉為文字表達,目前全世界第一個做到的 研發團隊。若成功推展,有助於聽覺障礙者進入職場。 “Their signs are immediately translated into text which can be read by the person th...
AccessBar: displays defined accesskeys in a fixed-position bar along the bottom of the window. Find how many access keys have been defined at www.ocac.gov.twwww.epa.gov.tw Continued from the above, usegoogleto find 3 more government sites in Taiwan that enable access keys. Q:請描述至少一個你做這個lab所遇到的問題,並且你是如何解決這個問題的。
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.