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?