160 likes | 267 Views
This resource explores the emergence of distributed networks and their implications for social structures. It emphasizes a shift from centralized bureaucracies to decentralized and distributed networks, highlighting the importance of autonomous social actors. The guide covers essential web authoring techniques using HTML/CSS, basic programming concepts with Processing, and multimedia interactivity with Flash. In addition, it includes instructions for creating web pages, utilizing proper HTML attributes, and emphasizes the separation of presentation and content for effective web design.
E N D
CAUSES OF EMERGENCE DAY 1
NETWORK TOPOLOGIES FOR FUN CENTRALIZED DECENTRALIZED DISTRIBUTED
“The emergence of distributed networks is part of a larger shift in social life. [...] a movement away from central bureaucracies and vertical hierarchies toward a broad network of autonomous social actors.” - Galloway
CAUSES OF EMERGENCE DAY 1
WEB AUTHORING (HTML/CSS) • PROGRAMMING BASICS (PROCESSING) • MULTIMEDIA/INTERACTIVITY (FLASH)
WEB AUTHORING (HTML/CSS) • PROGRAMMING BASICS (PROCESSING) • MULTIMEDIA/INTERACTIVITY (FLASH) • CONTEXT: SOCIAL, HISTORICAL, POLITICAL (READINGS, WRITTEN RESPONSES, ETC.)
HTML • CSS • SEPARATION OF PRESENTATION AND CONTENT • XML • SQL • PHP
CONTENT MANAGEMENT SYSTEMS • PROTOCOLS • “STANDARDS-COMPLIANT” • OPEN STANDARDS • OPEN SOURCE
VARIABLE • DATA TYPE • STRING • INT • BOOLEAN • ARRAY • KEY • LOOP • IF • THEN • WHILE • INCREMENT • FUNCTION • LIBRARY
TOOLS: • TEXT EDITOR (BLUEFISH OR OTHER) • PROCESSING (FREE, OPEN SOURCE) • FLASH CS5 (NOT) • SFTP CLIENT (FUGU OR OTHER)
DOWNLOAD BLUEFISH • DOWNLOAD PROCESSING • DOWNLOAD SFTP CLIENT
HTML • BROWSER • CLIENT/SERVER MODEL • Mediaclips: • Packet switching: • http://www.pbs.org/opb/nerds2.0.1/geek_glossary/packet_switching_flash.html • How the internet works: • http://www.youtube.com/watch?v=Jj6EHgSsx_U • World Wide Web in Plain English: • http://www.youtube.com/watch?v=wZoMbBzqxyc For next week 1. Follow the W3Schools HTML tutorial from this page http://www.w3schools.com/html/default.asp to this page: http://www.w3schools.com/html/html_paragraphs.asp 2. Create three web pages. Create links between the pages (ie clicking on one page takes you to the other). Place an image on a page. Save everything on a folder, creat a zip file of it and email it to me before our next class. Give the image a “title” attribute. (See this page: http://www.w3schools.com/html/html_attributes.asp for information on attributes.). Also - take special note of the information under the heading “HTML Tip: Use Lowercase Attributes” on that page. Use paragraphs (p), heading tags( h1, h2, etc.) and write an HTML comment (see this page: http://www.w3schools.com/html/html_headings.asp) 3. Read Wikipedia entry on “Separation of presentation and content” (come prepared to discuss)