<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Miki&#039;s Blog</title>
	<atom:link href="http://mikiyokoi.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://mikiyokoi.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Sun, 18 Oct 2009 23:29:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='mikiyokoi.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Miki&#039;s Blog</title>
		<link>http://mikiyokoi.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://mikiyokoi.wordpress.com/osd.xml" title="Miki&#039;s Blog" />
	<atom:link rel='hub' href='http://mikiyokoi.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Class Notes for 10/14/09</title>
		<link>http://mikiyokoi.wordpress.com/2009/10/18/class-notes-for-101409/</link>
		<comments>http://mikiyokoi.wordpress.com/2009/10/18/class-notes-for-101409/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 19:46:13 +0000</pubDate>
		<dc:creator>mikiyokoi</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[¡notes!]]></category>

		<guid isPermaLink="false">http://mikiyokoi.wordpress.com/?p=9</guid>
		<description><![CDATA[Thursday October 14, 2009 The Gutai Manifesto – http://www.ashiya-web.or.jp/museum/10us/103education/nyumon_us/manifest_us.htm Atsuko Tanaka &#8211; http://www.geocities.com/sastreport/tanaka.html Guerrilla Girls &#8211; http://guerrillagirls.com/posters/getnakedshanghai.shtml “Revolutionary Table” from rev76.com &#8211; http://www.red76.com/Revtable.html Dreamweaver When you open up the Adobe Dreamweaver, Go click “More” from Create new section and next chose your layout For example, chose “1 column fixed, centered, header and footer&#8221; from Layout. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mikiyokoi.wordpress.com&amp;blog=9176318&amp;post=9&amp;subd=mikiyokoi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Thursday October 14, 2009</p>
<p>The Gutai Manifesto –</p>
<p><a href="http://www.ashiya-web.or.jp/museum/10us/103education/nyumon_us/manifest_us.htm">http://www.ashiya-web.or.jp/museum/10us/103education/nyumon_us/manifest_us.htm</a></p>
<p>Atsuko Tanaka &#8211; <a href="http://www.geocities.com/sastreport/tanaka.html">http://www.geocities.com/sastreport/tanaka.html</a></p>
<p>Guerrilla Girls &#8211; <a href="http://guerrillagirls.com/posters/getnakedshanghai.shtml">http://guerrillagirls.com/posters/getnakedshanghai.shtml</a></p>
<p>“Revolutionary Table” from rev76.com &#8211; <a href="http://www.red76.com/Revtable.html">http://www.red76.com/Revtable.html</a></p>
<p><strong>Dreamweaver</strong></p>
<p>When you open up the Adobe Dreamweaver,</p>
<p>Go click “More” from <strong>Create new</strong> section and next chose your layout</p>
<p>For example, chose “<span style="text-decoration:underline;">1 column fixed, centered, header and footer&#8221;</span> from Layout. And click <strong>create</strong></p>
<p>Next it will show up the <strong>Save Style Sheet File As </strong>and<strong> </strong>create a new file or name your file– click <strong>save.</strong></p>
<p>Open the css file in Dreamweaver, so you can modify the format and save your html file.</p>
<p>In order to change the background color, change to your css document and change the background color in the body tag.<br />
body {</p>
<p>font: 100% Verdana, Arial, Helvetica, sans-serif;</p>
<p>background: #3366FF;</p>
<p>margin: 0; /* it&#8217;s good practice to zero the margin and padding of the body element to account for differing browser defaults */</p>
<p>padding: 0;</p>
<p>text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */</p>
<p>color: #000000;</p>
<p>}</p>
<p>To change the heading, just click the area where you want to put the text in html document.</p>
<p>Go find an image from the internet and save it into your webpage folder, and then change the image size and opacity in photoshop.</p>
<p>In order to change the background to the image edit the css file by changing the mainContent tag.</p>
<p>.oneColFixCtrHdr #mainContent {</p>
<p>padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */</p>
<p>background-image:url(tampa-sea-monster.png);</p>
<p>background-repeat:no-repeat;</p>
<p>background-position:center<br />
}</p>
<p>Changing other potion of the css file like the background color for the header and the background color for the mainContent can all be done the same way.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mikiyokoi.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mikiyokoi.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mikiyokoi.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mikiyokoi.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mikiyokoi.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mikiyokoi.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mikiyokoi.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mikiyokoi.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mikiyokoi.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mikiyokoi.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mikiyokoi.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mikiyokoi.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mikiyokoi.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mikiyokoi.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mikiyokoi.wordpress.com&amp;blog=9176318&amp;post=9&amp;subd=mikiyokoi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mikiyokoi.wordpress.com/2009/10/18/class-notes-for-101409/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3ada60274e4bb3e4fb79f0d1f22771c7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mikiyokoi</media:title>
		</media:content>
	</item>
		<item>
		<title>Week One #2 My Thought on &#8220;What is New Media?&#8221;</title>
		<link>http://mikiyokoi.wordpress.com/2009/08/29/week-one-2-my-thought-on-what-is-new-media/</link>
		<comments>http://mikiyokoi.wordpress.com/2009/08/29/week-one-2-my-thought-on-what-is-new-media/#comments</comments>
		<pubDate>Sat, 29 Aug 2009 16:41:48 +0000</pubDate>
		<dc:creator>mikiyokoi</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mikiyokoi.wordpress.com/?p=7</guid>
		<description><![CDATA[I agree with Manovich that his idea of New Media.  The differences between new and old media are very complicated to me. I thought the getting new thing is new media before I read this essay. For example, news, news paper, magazines, online, art, new technologies, and etc… Also, I did not know that the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mikiyokoi.wordpress.com&amp;blog=9176318&amp;post=7&amp;subd=mikiyokoi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I agree with Manovich that his idea of New Media.  The differences between new and old media are very complicated to me. I thought the getting new thing is new media before I read this essay. For example, news, news paper, magazines, online, art, new technologies, and etc…</p>
<p>Also, I did not know that the new media started since 1980s. Before in the 20<sup>th</sup> century, television and radio are the new media, yet there are so many new media in today. Doing an internet and a cellophane are most people’s every day life. According to the Wikipedia,  a new media mean is a term meant to encompass the emergence of digital, computerized, or networked information and  communication technologies in the later part of the 20th century. Most technologies described as &#8220;new media&#8221; are digital, often having characteristics of being manipulatable, networkable, dense, compressible, and impartial.</p>
<p>There are five major principles of new media by Manovich.</p>
<p>1, Numerical Representation: new media object can be described formally and is a subject to algorithmic manipulation.</p>
<p>2, Modularity: fractal structure of new media &#8212; using the metaphor of a fractal.</p>
<p>3, Automation: media access which means “online.”</p>
<p>4, Variability: sequence was stored in some objects, stored digitally rather than in some fixed media elements. Media goes hand-in-hand with modularity. </p>
<p>5, Transcoding: translate object into another format.</p>
<p>In my opinion, using Google and watching a video from YouTube are one of my new media to me. It is great to know how difference between new and old media from essay.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mikiyokoi.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mikiyokoi.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mikiyokoi.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mikiyokoi.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mikiyokoi.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mikiyokoi.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mikiyokoi.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mikiyokoi.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mikiyokoi.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mikiyokoi.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mikiyokoi.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mikiyokoi.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mikiyokoi.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mikiyokoi.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mikiyokoi.wordpress.com&amp;blog=9176318&amp;post=7&amp;subd=mikiyokoi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mikiyokoi.wordpress.com/2009/08/29/week-one-2-my-thought-on-what-is-new-media/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3ada60274e4bb3e4fb79f0d1f22771c7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mikiyokoi</media:title>
		</media:content>
	</item>
		<item>
		<title>My thought bout &#8220;Seriality and the Computational Sublime&#8221;&#8230;.</title>
		<link>http://mikiyokoi.wordpress.com/2009/08/26/my-thought-bout-seriality-and-the-computational-sublime/</link>
		<comments>http://mikiyokoi.wordpress.com/2009/08/26/my-thought-bout-seriality-and-the-computational-sublime/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 04:16:47 +0000</pubDate>
		<dc:creator>mikiyokoi</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mikiyokoi.wordpress.com/?p=3</guid>
		<description><![CDATA[I didn’t know that the computers were very mathematical before I read this article. According to this article, a 24-year old mathematician, Alan Turning made the first computer program called the Turning machine. I thought that he is a genius and accomplished a lot in that amount of time.  I am twenty five years old, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mikiyokoi.wordpress.com&amp;blog=9176318&amp;post=3&amp;subd=mikiyokoi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I didn’t know that the computers were very mathematical before I read this article. According to this article, a 24-year old mathematician, Alan Turning made the first computer program called the Turning machine. I thought that he is a genius and accomplished a lot in that amount of time.  I am twenty five years old, and I am still trying to finish college.</p>
<p>It is very amazing how the computer has changed over the past few decades.  The first computer that I know was only black screen with green or white letter color and very boxy type monitor. On the other hand, the computer that I am using now has a very illuminated screen, and also I can use an internet and chatting with a web-cam. It is a really “Universal Seriality Turing Machine”.</p>
<p>Many theories and books have been written about how seriality is rerated to many things in our life.  One part of our life that seriality is related to would be creating art. Many artists use these repeating patterns or designs to display a wide range of emotions and stories. Seriality is also present in computer languages. Likewise computer software and data bases rely heavily on Seriality.</p>
<p>Seriality is also tied closely to our society and culture. Human languages use of sequences and series of nouns that build to word that build to sentences and complete paragraphs. Our society uses sequences of stripes and dashed lines for traffic and we also use repeating colors for our traffic signs.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mikiyokoi.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mikiyokoi.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mikiyokoi.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mikiyokoi.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mikiyokoi.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mikiyokoi.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mikiyokoi.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mikiyokoi.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mikiyokoi.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mikiyokoi.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mikiyokoi.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mikiyokoi.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mikiyokoi.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mikiyokoi.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mikiyokoi.wordpress.com&amp;blog=9176318&amp;post=3&amp;subd=mikiyokoi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mikiyokoi.wordpress.com/2009/08/26/my-thought-bout-seriality-and-the-computational-sublime/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3ada60274e4bb3e4fb79f0d1f22771c7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mikiyokoi</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello world!</title>
		<link>http://mikiyokoi.wordpress.com/2009/08/26/hello-world/</link>
		<comments>http://mikiyokoi.wordpress.com/2009/08/26/hello-world/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 04:13:36 +0000</pubDate>
		<dc:creator>mikiyokoi</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mikiyokoi.wordpress.com&amp;blog=9176318&amp;post=1&amp;subd=mikiyokoi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Welcome to <a href="http://wordpress.com/">WordPress.com</a>. This is your first post. Edit or delete it and start blogging!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mikiyokoi.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mikiyokoi.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mikiyokoi.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mikiyokoi.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mikiyokoi.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mikiyokoi.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mikiyokoi.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mikiyokoi.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mikiyokoi.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mikiyokoi.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mikiyokoi.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mikiyokoi.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mikiyokoi.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mikiyokoi.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mikiyokoi.wordpress.com&amp;blog=9176318&amp;post=1&amp;subd=mikiyokoi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mikiyokoi.wordpress.com/2009/08/26/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3ada60274e4bb3e4fb79f0d1f22771c7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mikiyokoi</media:title>
		</media:content>
	</item>
	</channel>
</rss>
