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?
Use Firefox 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.