
571436d3e9544fa5abb9f17128ce00ff.ppt
- Количество слайдов: 40
Web Design Lab Book www. Build-It-Yourself. com
Website Designers Goal Evolve from know-nothing, nat-brain rookies … into Incredible Website Designers Reference Websites: http: //navigators. com/internet_architecture. html http: //www. rci. rutgers. edu/~au/workshop/int-def. htm http: //www. profitgate. net/webchart. html http: //www. build-it-yourself. com/project-website/ http: //www. htmlcodetutorial. com/ www. Build-It-Yourself. com
Favorite Web Sites Build Your Own Toys http: //www. build-it-yourself. com/ Mechanical Toys http: //www. cabaret. co. uk/ Mechanisms http: //www. flying-pig. co. uk/mechanisms/ Pixar http: //www. pixar. com/ www. Build-It-Yourself. com
Website Designers Plan 1. 2. 3. 4. 5. 6. 7. How the Internet works Web page vocabulary Web page grammar Programming tricks Pictures, Audio, Video Web site plan and navigation Build-Your-Own-Site www. Build-It-Yourself. com
Website Development Tools Gimp: Freeware version of Photoshop. http: //www. gimp. org/downloads/ Free Online Tool for editing gif’s (crop and size). http: //www. picresize. com/ Free Online Tool for making animated gifs. http: //www. myspacegens. com/handler. php? gen=animatedimage&p=view&id=2818834919 Notepad++: Advanced Text Editor http: //notepad-plus. org/download Setting up text editor on Mac’s http: //www. build-it-yourself. com/biy-projects/proj-web-design/resources/mission-web-designtextedit-tutorial. ppt www. Build-It-Yourself. com
Project Planning (Teamwork) • Share ideas • Build on others’ ideas • 2 heads better than 1 … teamwork www. build-it-yourself. com Go to ‘Projects. ’ Scroll down to ‘Incredible Web Designers. ’ Download your lab book template. www. Build-It-Yourself. com
Internet Components Your local Internet Service You, Provider Client Type a URL like ‘www. build-it-yourself. com’ in the address bar of your Web browser. Your local ISP (or Internet Service Provider) will convert this URL to an IP (or Internet Protocol) address by looking it up on a Domain Name Server Your local ISP will then request a Web page from the Internet at the appropriate IP address. www. Build-It-Yourself. com
Internet Components Routers Your local & Internet Switches Service You, Provider Client Domain Name Server Routers & Switches Website Internet Service Provider Route Server INTERNET BACKBONE A Route Server will determine the best route from your ISP to the ISP that hosts the Website you want. www. Build-It-Yourself. com
Internet Components Routers & Your local Internet Switches Service You, Provider Client Domain Name Server Routers & Switches Website Internet Service Website Provider Host Server Route Server INTERNET BACKBONE When the Website Internet Service Provider gets a Web page request, it sends back all the information necessary to display that Web page to the IP address associated with your client computer.
Internet Speed 4/10 ths of a second … time to blink your eye. 3/10 ths of a second … time to send a signal from Boston to China and back. www. Build-It-Yourself. com
Web Design Hot Shot Web Designer www. Build-It-Yourself. com
View / Source Code html file sections (index. html)
HTML Source Code Body Section Indent your code so it can be read and edited easily.
Web Design Bad HTML code Good HTML code