2008年12月29日 星期一

Lab Web Stress Test

1. Download Stress Test

2. Take a look at the user manual.

3. Test a static page.Try combinations of stress levels and stress multipliers to simulate 10 users and 100 users.

4. Test a dynamic page.Try combinations of stress levels and stress multipliers to simulate 10 users and 100 users.

5. Compare the response time of both pages and explain why.

Lab Packet Sniffer



1. Install Protocol Analyzer Ethereal at http://www.wireshark.org/



2. Capture the packets at your Ethernet interface card.



3. Enter a login required website that you often go to, such as web mail. Don't use the real account or password.



4. Try to catch the packet that contains the password.

Lab Site Traffic Metrics

1. Enter Sitemeter.


2. Put a Sitemeter in your own blog.


3. Check the site meter to see the daily traffic chart, the recent visitors by locations.









2008年12月22日 星期一

Lab Movie Player

1. Go to Laszlo and enter (Laszlo in 10 minutes).
2. Study and play around the "scripting" and "video" examples.

3. Use this script to control movie playing.

4. If you push the "pause" button, the movie pauses.

5. If you push the "resume" button, the movie resumes.


2008年12月15日 星期一

Lab DOM



[Lab]


1. Open NVu




,write a code to generate the table of 9*9 products. (九九乘法表)




Hint: The javascript code should be enclosed by script tags.




Lab Create Image using DOM




1. Open Nvu


2. Hand code a javascript that loads an image from Internet based onthe DOM model.


3. Take a look at the sample code that shows how window.onload to load the image.


4. Use a button to load the image. Try how onclick works.






2008年12月1日 星期一

Lab XML (2)

1. Register and Download Xray, an XML, XSLT editor and processor.

2. Given the
Listing 1. An XML document representing the results of a soccer tournament
Listing 2. A basic style sheet for the soccer results

use the XSLT as in the Listing 2 to transform the XML file as in the Listing 1.
(archive)

3. View the formatted HTML file.





4. Given the
Listing 1. An XML document representing the results of a soccer tournament
Listing 3. A style sheet that computes team standings

compute the team standings in a table.

5. View the formatted HTML file.




Lab XML

1. Register and Download Xray, an XML, XSLT editor and processor.

2. Given the the XML file and XSLT file , use Xray to do the transformation of the XML into HTML. You have to replace [ with <.

3. View the formatted HTML file.