<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>Mr. Machtay: "It's About Communication"</title>
	<atom:link href="http://galileoweb.org/machtayh/feed/" rel="self" type="application/rss+xml" />
	<link>http://galileoweb.org/machtayh</link>
	<description>It's About Communication</description>
	<pubDate>Thu, 04 Dec 2008 20:12:05 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
			<item>
		<title>Proposal for Video</title>
		<link>http://galileoweb.org/machtayh/2008/12/04/proposal-for-video/</link>
		<comments>http://galileoweb.org/machtayh/2008/12/04/proposal-for-video/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 20:12:05 +0000</pubDate>
		<dc:creator>machtayh</dc:creator>
		
		<category><![CDATA[media arts]]></category>

		<guid isPermaLink="false">http://galileoweb.org/machtayh/?p=90</guid>
		<description><![CDATA[PROPOSAL FOR DOCUMENTARY (non-fiction):

TOPIC: What is the subject of the video?
QUESTION/CONFLICT: What question will you be exploring? Or what conflict will you be explaining?
WHO TO INTERVIEW: What people (or groups) will be interviewed to help tell your story?
WHAT QUESTIONS: List the questions you will ask these interviewees. Make sure they are active questions.
WHAT SCENES: What [...]]]></description>
			<content:encoded><![CDATA[<p><strong>PROPOSAL FOR DOCUMENTARY (non-fiction):</strong></p>
<ol>
<li>TOPIC: What is the subject of the video?</li>
<li>QUESTION/CONFLICT: What question will you be exploring? Or what conflict will you be explaining?</li>
<li>WHO TO INTERVIEW: What people (or groups) will be interviewed to help tell your story?</li>
<li>WHAT QUESTIONS: List the questions you will ask these interviewees. Make sure they are active questions.</li>
<li>WHAT SCENES: What locations or things or activities will you be videotaping?</li>
<li>OUTLINE: Describe each sequence in order from beginning to end</li>
</ol>
<p><strong>PROPOSAL FOR FICTION VIDEO:</strong></p>
<ol>
<li>SUBJECT: What is it about?</li>
<li>CHARACTERS: List and describe the characters</li>
<li>CONFLICT: What is the dramatic tension? who vs what?</li>
<li>RESOLUTION: How does the dramatic tension resolve? The conclusion? The climax?</li>
<li>OUTLINE: List the sequences</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://galileoweb.org/machtayh/2008/12/04/proposal-for-video/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Beginning CSS</title>
		<link>http://galileoweb.org/machtayh/2008/12/03/beginning-css/</link>
		<comments>http://galileoweb.org/machtayh/2008/12/03/beginning-css/#comments</comments>
		<pubDate>Wed, 03 Dec 2008 20:36:06 +0000</pubDate>
		<dc:creator>machtayh</dc:creator>
		
		<category><![CDATA[10th Grade AOIT]]></category>

		<guid isPermaLink="false">http://galileoweb.org/machtayh/?p=88</guid>
		<description><![CDATA[1. save a TextEdit file to your Portfolio Folder. Name it artist.html and type in:
&#60;html&#62;
&#60;head&#62;&#60;title&#62;Mr Machtay artist page&#60;/title&#62;
&#60;link rel=&#8221;stylesheet&#8221; type=&#8221;text/css&#8221; href=&#8221;styles.css&#8221; /&#62;
&#60;head&#62;
&#60;body&#62;
&#60;div class=&#8221;church&#8221;&#62;&#60;img src=&#8221;images/tamaro01.jpg&#8221; align=&#8221;left&#8221;&#62;
&#60;img src=&#8221;images/tamaro02.jpg&#8221; align=&#8221;right&#8221;&#62;&#60;br&#62;
&#60;h1&#62;Church at Mount Tamaro&#60;/h1&#62;
&#60;p class=&#8221;text&#8221;&#62;Mario Botta designed this church in Italy. When you move around the church, it looks different from every angle.&#60;/p&#62;
&#60;/div&#62;
&#60;/body&#62;
&#60;/html&#62;
2. Save another TextEdit file to your [...]]]></description>
			<content:encoded><![CDATA[<p>1. save a TextEdit file to your Portfolio Folder. Name it artist.html and type in:</p>
<p>&lt;html&gt;<br />
&lt;head&gt;&lt;title&gt;Mr Machtay artist page&lt;/title&gt;<br />
&lt;link rel=&#8221;stylesheet&#8221; type=&#8221;text/css&#8221; href=&#8221;styles.css&#8221; /&gt;<br />
&lt;head&gt;</p>
<p>&lt;body&gt;<br />
&lt;div class=&#8221;church&#8221;&gt;&lt;img src=&#8221;images/tamaro01.jpg&#8221; align=&#8221;left&#8221;&gt;<br />
&lt;img src=&#8221;images/tamaro02.jpg&#8221; align=&#8221;right&#8221;&gt;&lt;br&gt;<br />
&lt;h1&gt;Church at Mount Tamaro&lt;/h1&gt;<br />
&lt;p class=&#8221;text&#8221;&gt;Mario Botta designed this church in Italy. When you move around the church, it looks different from every angle.&lt;/p&gt;<br />
&lt;/div&gt;</p>
<p>&lt;/body&gt;<br />
&lt;/html&gt;</p>
<p>2. Save another TextEdit file to your Portfolio folder. Name this one styles.css and type in:</p>
<p>body {background: url(images/bg7.gif); color: #660099}<br />
h1 {margin: 0; font-size: 17.5px; line-height: 18.5px}<br />
p.text {margin-top: 0; font-size: 10.5px; line-height: 16px; font-family: Verdana,Arial}<br />
div.church {position: absolute; margin-top: 50px; margin-left: 100px; width: 430px}</p>
<p>3. Use the CSS CHEATSHEET handout to change the font sizes, faces and colors. Choose your own background and colors.</p>
<p>4. Now create a new DIV tag in artist.html file. Name it &lt;div class=&#8221;household&#8221;&gt; and insert the images &#8220;images/chairs.jpg&#8221; and &#8220;images/pitchers.jpg&#8221;. Then in the same DIV type in this text: Aside from designing buildings, Mario Botta also designed household items like chairs and pitchers.</p>
<p>5. In styles.css set positioning for div.household. Work on the page to make it look nice and reflect good design.</p>
<p>6. In artist.html create one other DIV tag named &lt;div class=&#8221;sfmoma&#8221;&gt; and insert the image &#8220;images/sfmoma.jpg&#8221;. Then in the same DIV type in this text: Mario Botta&#8217;s first building in the United States as the San Francisco Museum of Modern Art.</p>
<p>7. In styles.css set positioning for div.sfmoma. Work on the page to make it look nice and reflect good dsign.</p>
]]></content:encoded>
			<wfw:commentRss>http://galileoweb.org/machtayh/2008/12/03/beginning-css/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Write About a Director</title>
		<link>http://galileoweb.org/machtayh/2008/11/25/write-about-a-director/</link>
		<comments>http://galileoweb.org/machtayh/2008/11/25/write-about-a-director/#comments</comments>
		<pubDate>Tue, 25 Nov 2008 19:17:26 +0000</pubDate>
		<dc:creator>machtayh</dc:creator>
		
		<category><![CDATA[media arts]]></category>

		<guid isPermaLink="false">http://galileoweb.org/machtayh/?p=86</guid>
		<description><![CDATA[
Information about the director’s life: born, died, education, other jobs, awards?
What were influences on this director’s work? Who did he learn from? How did he/she become a director?
What was this director famous for? What types of movies? What style or genre?
What did critics say about this director’s work? How did this director’s work influence current [...]]]></description>
			<content:encoded><![CDATA[<ol>
<li>Information about the director’s life: born, died, education, other jobs, awards?</p>
<li>What were influences on this director’s work? Who did he learn from? How did he/she become a director?
<li>What was this director famous for? What types of movies? What style or genre?
<li>What did critics say about this director’s work? How did this director’s work influence current movies? Talk about some current movies that reflect this director’s work.
<li>What do you think about this director’s work? What do you like or dislike? Does some of it feel old-fashioned and dated? Does some of it feel timeless?</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://galileoweb.org/machtayh/2008/11/25/write-about-a-director/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Functional Design</title>
		<link>http://galileoweb.org/machtayh/2008/11/25/functional-design/</link>
		<comments>http://galileoweb.org/machtayh/2008/11/25/functional-design/#comments</comments>
		<pubDate>Tue, 25 Nov 2008 19:15:35 +0000</pubDate>
		<dc:creator>machtayh</dc:creator>
		
		<category><![CDATA[Computer Art 3-4]]></category>

		<guid isPermaLink="false">http://galileoweb.org/machtayh/?p=84</guid>
		<description><![CDATA[Design has functions. There are designers working on lamps and coffee cups and chairs and computer keyboards. They keep in mind how these items will be used &#8212; their function. You are going to create your own country and design money and a flag.
MONEY: What&#8217;s the key consideration in designing paper money in the modern [...]]]></description>
			<content:encoded><![CDATA[<p>Design has functions. There are designers working on lamps and coffee cups and chairs and computer keyboards. They keep in mind how these items will be used &#8212; their function. You are going to create your own country and design money and a flag.</p>
<p>MONEY: What&#8217;s the key consideration in designing paper money in the modern world? Worries about counterfeiting! So you must make a complex design with patterns and the look of textures. And yet at the same time it has to be easy to see the national identity and the denomination (amount). Do NOT make your money look like American dollars. Design front and back of paper bill. (save as a JPG)</p>
<p>FLAG: Most flags will be made out of cloth. Perhaps a version of the flag will be cut out of metal. Therefore the design has to be made up of clean geometric shapes. And yet the colors and the shapes must represent something about your (imaginary) nation. Also, based on the colors, symbols and shapes, we need to know that the flag and the money are from the same country. (save as a GIF)</p>
]]></content:encoded>
			<wfw:commentRss>http://galileoweb.org/machtayh/2008/11/25/functional-design/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Magazine Rubric</title>
		<link>http://galileoweb.org/machtayh/2008/11/04/magazine-rubric/</link>
		<comments>http://galileoweb.org/machtayh/2008/11/04/magazine-rubric/#comments</comments>
		<pubDate>Tue, 04 Nov 2008 22:21:37 +0000</pubDate>
		<dc:creator>machtayh</dc:creator>
		
		<category><![CDATA[Computer Art 3-4]]></category>

		<guid isPermaLink="false">http://galileoweb.org/machtayh/?p=80</guid>
		<description><![CDATA[Each team will hand in MS Word files for all the pages of their teen magazine Nov. 5–6.
The Project Manager will hand in completed Magazine Progress Report Nov. 5–6.

Each team member is responsible for writing two articles (200 words each), one special feature, and one half-page ad.
Each team has created a template page so that [...]]]></description>
			<content:encoded><![CDATA[<p>Each team will hand in MS Word files for all the pages of their teen magazine Nov. 5–6.<br />
The Project Manager will hand in completed Magazine Progress Report Nov. 5–6.</p>
<ul>
<li>Each team member is responsible for writing two articles (200 words each), one special feature, and one half-page ad.</li>
<li>Each team has created a template page so that each page is designed the same. The formatted styles need to be part of the template page so that each article has the same font formatting.</li>
<li>Each page needs visual images. </li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://galileoweb.org/machtayh/2008/11/04/magazine-rubric/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Portfolio Websites</title>
		<link>http://galileoweb.org/machtayh/2008/10/27/portfolio-websites/</link>
		<comments>http://galileoweb.org/machtayh/2008/10/27/portfolio-websites/#comments</comments>
		<pubDate>Mon, 27 Oct 2008 19:11:59 +0000</pubDate>
		<dc:creator>machtayh</dc:creator>
		
		<category><![CDATA[10th Grade AOIT]]></category>

		<guid isPermaLink="false">http://galileoweb.org/machtayh/2008/10/10/portfolio-websites/</guid>
		<description><![CDATA[
 AOIT 10th graders in Mr. Machtay&#8217;s section will spend the next two weeks creating a basic Portfolio Websites.


Make sure all HTML and CSS pages are inside your Portfolio folder
Make sure all JPGs and GIFs are inside the images folder (that is also inside Portfolio folder)
Your page will display: Galileo Logo, First Name Logo, Landscape, [...]]]></description>
			<content:encoded><![CDATA[<p>
 AOIT 10th graders in Mr. Machtay&#8217;s section will spend the next two weeks creating a basic Portfolio Websites.
</p>
<ol>
<li>Make sure all HTML and CSS pages are inside your Portfolio folder</li>
<li>Make sure all JPGs and GIFs are inside the images folder (that is also inside Portfolio folder)</li>
<li>Your page will display: Galileo Logo, First Name Logo, Landscape, Twins Project, and any other Photoshop projects you&#8217;re proud to show. (You will create three variations of First Name Logo.)</li>
<li>Your page will display a short essay titled: If You Really Wanna Know Me&#8230; (between 100 and 200 words).
<li>Your page will link to color.html, bgtiling.html, artists.html, and persuasive.html.</li>
<li>Your page will have Photoshop-created GIF Buttons linking to other pages. You will create three variations on those Buttons. The same buttons should be on each of the html pages.</li>
<li>You will create another web page based on your Persuasive essay from Ms. Peter&#8217;s class. Create appropriate illustrations for that page.</li>
<li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://galileoweb.org/machtayh/2008/10/27/portfolio-websites/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Mr. Machtay&#8217;s Curriculum</title>
		<link>http://galileoweb.org/machtayh/2008/10/20/mr-machtays-curriculum/</link>
		<comments>http://galileoweb.org/machtayh/2008/10/20/mr-machtays-curriculum/#comments</comments>
		<pubDate>Mon, 20 Oct 2008 18:17:20 +0000</pubDate>
		<dc:creator>machtayh</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[Curriculum]]></category>

		<guid isPermaLink="false">http://galileoweb.org/machtayh/?p=73</guid>
		<description><![CDATA[Media Arts Class Curriculum
10th Grade AOIT Curriculum
Web Design Curriculum
Rubrics for Working on Teams
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.machtay.com/galileo/11thcurr.html" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/article/www.machtay.com');">Media Arts Class Curriculum</a></p>
<p><a href="http://www.machtay.com/galileo/10thcurr.html" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/article/www.machtay.com');">10th Grade AOIT Curriculum</a></p>
<p><a href="http://www.machtay.com/galileo/webdesign.html" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/article/www.machtay.com');">Web Design Curriculum</a></p>
<p><a href="http://www.machtay.com/galileo/workplacerubric.html" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/article/www.machtay.com');">Rubrics for Working on Teams</a></p>
]]></content:encoded>
			<wfw:commentRss>http://galileoweb.org/machtayh/2008/10/20/mr-machtays-curriculum/feed/</wfw:commentRss>
		</item>
		<item>
		<title>About Your Artist</title>
		<link>http://galileoweb.org/machtayh/2008/09/08/about-your-artist/</link>
		<comments>http://galileoweb.org/machtayh/2008/09/08/about-your-artist/#comments</comments>
		<pubDate>Mon, 08 Sep 2008 19:19:16 +0000</pubDate>
		<dc:creator>machtayh</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://galileoweb.org/machtayh/2008/09/08/about-your-artist/</guid>
		<description><![CDATA[Find Information on the Internet and then write IN YOUR OWN WORDS.

 

Artist’s background &#38; important information about life	
How did this person become an artist? (Who/What were influences?)	
What school or type of art was this artist most known for?	
Did this artist make major contributions to the world of art?	
Select two pieces of artwork created by this [...]]]></description>
			<content:encoded><![CDATA[<p>Find Information on the Internet and then write IN YOUR OWN WORDS.</p>
<p><!--StartFragment--></p>
<p> </p>
<ol>
<li>Artist’s background &amp; important information about life	</li>
<li>How did this person become an artist? (Who/What were influences?)	</li>
<li>What school or type of art was this artist most known for?	</li>
<li>Did this artist make major contributions to the world of art?	</li>
<li>Select two pieces of artwork created by this artist. For each one: What is the name/date/media used for this artwork? Why is this work important? Or why is it good? Or why is it considered great?</li>
<li>What did critics/art historians say about this artist?	</li>
<li>What are your opinions about this artist?</li>
<li>What do you like? What don’t you like? Why?	</li>
</ol>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p><!--EndFragment--></p>
<p> </p>
<p> </p>
<p> </p>
]]></content:encoded>
			<wfw:commentRss>http://galileoweb.org/machtayh/2008/09/08/about-your-artist/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Summer Video Project for Media Arts Students</title>
		<link>http://galileoweb.org/machtayh/2008/06/30/summer-video-project-for-media-arts-students/</link>
		<comments>http://galileoweb.org/machtayh/2008/06/30/summer-video-project-for-media-arts-students/#comments</comments>
		<pubDate>Mon, 30 Jun 2008 21:21:00 +0000</pubDate>
		<dc:creator>machtayh</dc:creator>
		
		<category><![CDATA[media arts]]></category>

		<guid isPermaLink="false">http://galileoweb.org/machtayh/2008/06/30/summer-video-project-for-media-arts-students/</guid>
		<description><![CDATA[I Want students aware of the choices directors make and the way putting two clips together (juxtaposing) creates the movie experience. Choose one of the two writing projects below (remember you can borrow videos from the public library):
Watch the documentary movie HOOP DREAMS &#38; write 200 words about: The director made choices of what to [...]]]></description>
			<content:encoded><![CDATA[<p>I Want students aware of the choices directors make and the way putting two clips together (juxtaposing) creates the movie experience. Choose one of the two writing projects below (remember you can borrow videos from the public library):</p>
<p>Watch the documentary movie HOOP DREAMS &amp; write 200 words about: The director made choices of what to include in the movie &amp; what clips to put together. Discuss examples of how the director&#8217;s choices worked well (or not). Alternative movies: </p>
<p>Watch the movie THE GOOD, THE BAD &amp; THE UGLY &amp; write 200 words about: Discuss director&#8217;s choices on camera, music, editing. Give examples of how these choices are effective (or not). Alternative movies: REAR WINDOW, THE GODFATHER II</p>
]]></content:encoded>
			<wfw:commentRss>http://galileoweb.org/machtayh/2008/06/30/summer-video-project-for-media-arts-students/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Team Presentations</title>
		<link>http://galileoweb.org/machtayh/2008/05/15/team-presentations/</link>
		<comments>http://galileoweb.org/machtayh/2008/05/15/team-presentations/#comments</comments>
		<pubDate>Thu, 15 May 2008 18:14:38 +0000</pubDate>
		<dc:creator>machtayh</dc:creator>
		
		<category><![CDATA[10th Grade AOIT]]></category>

		<guid isPermaLink="false">http://staging.galileoweb.org/machtayh/2008/05/15/team-presentations/</guid>
		<description><![CDATA[10th grade teams will present to the class and guests from business on Wednesday, block day, June 4.
]]></description>
			<content:encoded><![CDATA[<p>10th grade teams will present to the class and guests from business on Wednesday, block day, June 4.</p>
]]></content:encoded>
			<wfw:commentRss>http://galileoweb.org/machtayh/2008/05/15/team-presentations/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
