<?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/"
	>

<channel>
	<title>Breaking News - Trans4You.org</title>
	<atom:link href="http://www.trans4you.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.trans4you.org</link>
	<description>All The News On My Blog</description>
	<lastBuildDate>Thu, 08 Dec 2011 06:56:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Cabaret-Voltaire &#8220;This Is Entertainment&#8221;</title>
		<link>http://www.trans4you.org/cabaret-voltaire-this-is-entertainment-2/</link>
		<comments>http://www.trans4you.org/cabaret-voltaire-this-is-entertainment-2/#comments</comments>
		<pubDate>Thu, 08 Dec 2011 06:56:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[CabaretVoltaire]]></category>
		<category><![CDATA[This]]></category>

		<guid isPermaLink="false">http://www.trans4you.org/cabaret-voltaire-this-is-entertainment-2/</guid>
		<description><![CDATA[				
				


&#8220;This is Entertainment&#8221; from the Doublevision DVD. The song is originally from &#8220;The Voice of America&#8221; album, classic older Cabs material. The clip isn&#8217;t full length because the extremely high quality software I&#8217;m using cut it off half-way, but there&#8217;s still a good 4 minutes worth. Buy  [...]]]></description>
			<content:encoded><![CDATA[<p>				<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/-pIuGi2uNng?fs=1"></param><param name="allowFullScreen" value="true"></param>
				<embed src="http://www.youtube.com/v/-pIuGi2uNng?fs=1&#038;rel=0" type="application/x-shockwave-flash" width="425" height="355" allowfullscreen="true"></embed></object></p>
<p>
<div style="float:left;margin:5px;"><img src=http://i.ytimg.com/vi/-pIuGi2uNng/default.jpg title="Cabaret Voltaire This Is Entertainment" alt="default Cabaret Voltaire This Is Entertainment" /></div>
<p>&#8220;This is Entertainment&#8221; from the Doublevision DVD. The song is originally from &#8220;The Voice of America&#8221; album, classic older Cabs material. The clip isn&#8217;t full length because the extremely high quality software I&#8217;m using cut it off half-way, but there&#8217;s still a good 4 minutes worth. Buy the Doublevision DVD, it&#8217;s worth it.</p>
<p><strong>Video Rating: 4 / 5</strong></p>
<p>				<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/iSU9nUZdFoQ?fs=1"></param><param name="allowFullScreen" value="true"></param>
				<embed src="http://www.youtube.com/v/iSU9nUZdFoQ?fs=1&#038;rel=0" type="application/x-shockwave-flash" width="425" height="355" allowfullscreen="true"></embed></object></p>
<p>&#8220;Entertainment&#8221; von Rise Against aus dem Album &#8220;Appeal to Reason&#8221;</p>
<p><strong>Video Rating: 4 / 5</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.trans4you.org/cabaret-voltaire-this-is-entertainment-2/feed/</wfw:commentRss>
		<slash:comments>48</slash:comments>
		</item>
		<item>
		<title>The Lazy Programmer&#8217;s Guide to Secure Computing</title>
		<link>http://www.trans4you.org/the-lazy-programmers-guide-to-secure-computing/</link>
		<comments>http://www.trans4you.org/the-lazy-programmers-guide-to-secure-computing/#comments</comments>
		<pubDate>Wed, 07 Dec 2011 08:19:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Economy]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[Guide]]></category>
		<category><![CDATA[Lazy]]></category>
		<category><![CDATA[Programmer's]]></category>
		<category><![CDATA[Secure]]></category>

		<guid isPermaLink="false">http://www.trans4you.org/the-lazy-programmers-guide-to-secure-computing/</guid>
		<description><![CDATA[				
				
Google Tech Talk March 11, 2010 ABSTRACT Presented by Marc Stiegler. This presentation starts with a simple block of code written by the Lazy Programmer, to observe how laziness made the code more compact and simpler. We then define the Principle of Least Authority(POLA), and explain why  [...]]]></description>
			<content:encoded><![CDATA[<p>				<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/eL5o4PFuxTY?fs=1"></param><param name="allowFullScreen" value="true"></param>
				<embed src="http://www.youtube.com/v/eL5o4PFuxTY?fs=1&#038;rel=0" type="application/x-shockwave-flash" width="425" height="355" allowfullscreen="true"></embed></object></p>
<p>Google Tech Talk March 11, 2010 ABSTRACT Presented by Marc Stiegler. This presentation starts with a simple block of code written by the Lazy Programmer, to observe how laziness made the code more compact and simpler. We then define the Principle of Least Authority(POLA), and explain why it is a best practice for secure programming. We show how laziness in that first example enabled enforcement of POLA. We then put the Lazy Programmer through a series of increasingly more difficult tasks as management attempts to make the Lazy Programmer work hard. To achieve maximum laziness, the Lazy Programmer is driven toward increasingly more modular, encapsulating OO designs that happen to implement POLA; ultimately compelled to build systems with defense in depth to avoid work. A secret truth is thus revealed: lazy OO programmers have been using secure techniques for decades, if only they had known. We then describe the tools that turn laziness into correctly enforced security for JavaScript, Java, and distributed computing. Marc Stiegler is a researcher at Hewlett-Packard Labs who has written &#8220;Introduction to Capability Based Security,&#8221; and designed CapDesk and Polaris, a windows overlay that isolates applications from one another to allow virus safe computing.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trans4you.org/the-lazy-programmers-guide-to-secure-computing/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>&#8220;Book Report&#8221; from &#8220;You&#8217;re a Good Man, Charlie Brown!&#8221;</title>
		<link>http://www.trans4you.org/book-report-from-youre-a-good-man-charlie-brown/</link>
		<comments>http://www.trans4you.org/book-report-from-youre-a-good-man-charlie-brown/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 10:50:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[BOOK]]></category>
		<category><![CDATA[Brown]]></category>
		<category><![CDATA[Charlie]]></category>
		<category><![CDATA[from]]></category>
		<category><![CDATA[Good]]></category>
		<category><![CDATA[Report]]></category>
		<category><![CDATA[You're]]></category>

		<guid isPermaLink="false">http://www.trans4you.org/book-report-from-youre-a-good-man-charlie-brown/</guid>
		<description><![CDATA[				
				
This is the number &#8220;Book Report&#8221; from the animated version. Please do not ask for &#8220;Beethoven Day&#8221; or &#8220;My New Philosophy.&#8221; Those songs were only in the 1999 version. This 1985 special is based on the 1967 show, which did not include those two. I DO NOT OWN PEANUTS. PEANUTS IS OWNED BY  [...]]]></description>
			<content:encoded><![CDATA[<p>				<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/HZEmxby8g8A?fs=1"></param><param name="allowFullScreen" value="true"></param>
				<embed src="http://www.youtube.com/v/HZEmxby8g8A?fs=1&#038;rel=0" type="application/x-shockwave-flash" width="425" height="355" allowfullscreen="true"></embed></object></p>
<p>This is the number &#8220;Book Report&#8221; from the animated version. Please do not ask for &#8220;Beethoven Day&#8221; or &#8220;My New Philosophy.&#8221; Those songs were only in the 1999 version. This 1985 special is based on the 1967 show, which did not include those two. I DO NOT OWN PEANUTS. PEANUTS IS OWNED BY UNITED FEATURES SYNDICATE AND CHARLES M. SCHULZ.</p>
<p><strong>Video Rating: 4 / 5</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.trans4you.org/book-report-from-youre-a-good-man-charlie-brown/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>Toshiba Tecra A8 Pc World TEST</title>
		<link>http://www.trans4you.org/toshiba-tecra-a8-pc-world-test/</link>
		<comments>http://www.trans4you.org/toshiba-tecra-a8-pc-world-test/#comments</comments>
		<pubDate>Sun, 04 Dec 2011 23:34:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Economy]]></category>
		<category><![CDATA[Tecra]]></category>
		<category><![CDATA[Test]]></category>
		<category><![CDATA[Toshiba]]></category>
		<category><![CDATA[World]]></category>

		<guid isPermaLink="false">http://www.trans4you.org/toshiba-tecra-a8-pc-world-test/</guid>
		<description><![CDATA[				
				


Toshiba Tecra Test
				
				


Anno 2070 just got a new patch which included some DLC
Video Rating: 5 / 5
]]></description>
			<content:encoded><![CDATA[<p>				<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/u2lERxnqF54?fs=1"></param><param name="allowFullScreen" value="true"></param>
				<embed src="http://www.youtube.com/v/u2lERxnqF54?fs=1&#038;rel=0" type="application/x-shockwave-flash" width="425" height="355" allowfullscreen="true"></embed></object></p>
<p>
<div style="float:left;margin:5px;"><img src=http://i.ytimg.com/vi/u2lERxnqF54/default.jpg title="Toshiba Tecra A8 Pc World TEST" alt="default Toshiba Tecra A8 Pc World TEST" /></div>
<p>Toshiba Tecra Test</p>
<p>				<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/b6CFV78X_XU?fs=1"></param><param name="allowFullScreen" value="true"></param>
				<embed src="http://www.youtube.com/v/b6CFV78X_XU?fs=1&#038;rel=0" type="application/x-shockwave-flash" width="425" height="355" allowfullscreen="true"></embed></object></p>
<p>
<div style="float:left;margin:5px;"><img src=http://i.ytimg.com/vi/b6CFV78X_XU/default.jpg title="Toshiba Tecra A8 Pc World TEST" alt="default Toshiba Tecra A8 Pc World TEST" /></div>
<p>Anno 2070 just got a new patch which included some DLC</p>
<p><strong>Video Rating: 5 / 5</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.trans4you.org/toshiba-tecra-a8-pc-world-test/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>Entertainment Ke Liye Kuch Bhi Karega &#8211; Episode 5 &#8211; 13th June 2011</title>
		<link>http://www.trans4you.org/entertainment-ke-liye-kuch-bhi-karega-episode-5-13th-june-2011/</link>
		<comments>http://www.trans4you.org/entertainment-ke-liye-kuch-bhi-karega-episode-5-13th-june-2011/#comments</comments>
		<pubDate>Sun, 04 Dec 2011 00:47:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[13th]]></category>
		<category><![CDATA[2011]]></category>
		<category><![CDATA[Episode]]></category>
		<category><![CDATA[June]]></category>
		<category><![CDATA[Karega]]></category>
		<category><![CDATA[Kuch]]></category>
		<category><![CDATA[Liye]]></category>

		<guid isPermaLink="false">http://www.trans4you.org/entertainment-ke-liye-kuch-bhi-karega-episode-5-13th-june-2011/</guid>
		<description><![CDATA[				
				
Once again, Sony Entertainment Television is back with the new season of Entertainment Ke Liye Kuch Bhi Karega. Recently, we watched an advertisement for Entertainment Ke Liye Kuch Bhi Karega 2011 audition on Sony TV.There is an all India auditions number for Entertainment Ke Liye Kuch  [...]]]></description>
			<content:encoded><![CDATA[<p>				<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/Wwn7MqVjLMM?fs=1"></param><param name="allowFullScreen" value="true"></param>
				<embed src="http://www.youtube.com/v/Wwn7MqVjLMM?fs=1&#038;rel=0" type="application/x-shockwave-flash" width="425" height="355" allowfullscreen="true"></embed></object></p>
<p>Once again, Sony Entertainment Television is back with the new season of Entertainment Ke Liye Kuch Bhi Karega. Recently, we watched an advertisement for Entertainment Ke Liye Kuch Bhi Karega 2011 audition on Sony TV.There is an all India auditions number for Entertainment Ke Liye Kuch Bhi Karega 2011. You can call at: 8097019371.Entertainment Ke Liye Kuch Bhi Karega 2011 auditions are organized in 7 cities in India. You can call at given number to register for Entertainment Ke Liye Kuch Bhi Karega 2011 TV Show.</p>
<p>				<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/sbHySel87Co?fs=1"></param><param name="allowFullScreen" value="true"></param>
				<embed src="http://www.youtube.com/v/sbHySel87Co?fs=1&#038;rel=0" type="application/x-shockwave-flash" width="425" height="355" allowfullscreen="true"></embed></object></p>
<p>www.erosentertainment.com Bollywood.. Anytime, Anywhere!</p>
<p><strong>Video Rating: 3 / 5</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.trans4you.org/entertainment-ke-liye-kuch-bhi-karega-episode-5-13th-june-2011/feed/</wfw:commentRss>
		<slash:comments>27</slash:comments>
		</item>
		<item>
		<title>Computing with HP</title>
		<link>http://www.trans4you.org/computing-with-hp/</link>
		<comments>http://www.trans4you.org/computing-with-hp/#comments</comments>
		<pubDate>Sat, 03 Dec 2011 02:10:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Economy]]></category>
		<category><![CDATA[Computing]]></category>

		<guid isPermaLink="false">http://www.trans4you.org/computing-with-hp/</guid>
		<description><![CDATA[				
				


The world of computing is changing all the time, so it can sometimes be hard to keep up with all the new features and the latest technology. What&#8217;s often most difficult is taking the complicated jargon and deciphering it to understand what the real benefits are. So we thought we&#8217;d try  [...]]]></description>
			<content:encoded><![CDATA[<p>				<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/OyXQS7F6Tis?fs=1"></param><param name="allowFullScreen" value="true"></param>
				<embed src="http://www.youtube.com/v/OyXQS7F6Tis?fs=1&#038;rel=0" type="application/x-shockwave-flash" width="425" height="355" allowfullscreen="true"></embed></object></p>
<p>
<div style="float:left;margin:5px;"><img src=http://i.ytimg.com/vi/OyXQS7F6Tis/default.jpg title="Computing with HP" alt="default Computing with HP" /></div>
<p>The world of computing is changing all the time, so it can sometimes be hard to keep up with all the new features and the latest technology. What&#8217;s often most difficult is taking the complicated jargon and deciphering it to understand what the real benefits are. So we thought we&#8217;d try to help with some further explanation. Produced for John Lewis</p>
<p><strong>Video Rating: 0 / 5</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.trans4you.org/computing-with-hp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Make an Instant Book</title>
		<link>http://www.trans4you.org/how-to-make-an-instant-book/</link>
		<comments>http://www.trans4you.org/how-to-make-an-instant-book/#comments</comments>
		<pubDate>Fri, 02 Dec 2011 14:44:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[BOOK]]></category>
		<category><![CDATA[Instant]]></category>

		<guid isPermaLink="false">http://www.trans4you.org/how-to-make-an-instant-book/</guid>
		<description><![CDATA[				
				
Learn how to make a mini book from a single sheet of paper in an instant! These fun books are great for mini scrapbooks, holiday newsletters or cards with multi pages.
				
				
*** CLASSIC FILM NOIR starring ROBERT CUMMINGS *** The plot starts in France in the year 1794. Robespierre is  [...]]]></description>
			<content:encoded><![CDATA[<p>				<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/WaP3vXiioJk?fs=1"></param><param name="allowFullScreen" value="true"></param>
				<embed src="http://www.youtube.com/v/WaP3vXiioJk?fs=1&#038;rel=0" type="application/x-shockwave-flash" width="425" height="355" allowfullscreen="true"></embed></object></p>
<p>Learn how to make a mini book from a single sheet of paper in an instant! These fun books are great for mini scrapbooks, holiday newsletters or cards with multi pages.</p>
<p>				<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/cMBMICmcfA8?fs=1"></param><param name="allowFullScreen" value="true"></param>
				<embed src="http://www.youtube.com/v/cMBMICmcfA8?fs=1&#038;rel=0" type="application/x-shockwave-flash" width="425" height="355" allowfullscreen="true"></embed></object></p>
<p>*** CLASSIC FILM NOIR starring ROBERT CUMMINGS *** The plot starts in France in the year 1794. Robespierre is sowing panic among his opponents with the only reason to take over the power of the state.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trans4you.org/how-to-make-an-instant-book/feed/</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
		<item>
		<title>NES PC &#8211; World&#8217;s First Pico-ITX Nintendo NES Computer</title>
		<link>http://www.trans4you.org/nes-pc-worlds-first-pico-itx-nintendo-nes-computer/</link>
		<comments>http://www.trans4you.org/nes-pc-worlds-first-pico-itx-nintendo-nes-computer/#comments</comments>
		<pubDate>Fri, 02 Dec 2011 03:29:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Economy]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[First]]></category>
		<category><![CDATA[Nintendo]]></category>
		<category><![CDATA[PicoITX]]></category>
		<category><![CDATA[Worlds]]></category>

		<guid isPermaLink="false">http://www.trans4you.org/nes-pc-worlds-first-pico-itx-nintendo-nes-computer/</guid>
		<description><![CDATA[				
				
An improved design on the old idea of building a computer into an old NES Nintendo case. Has a Pico-ITX board, solid-state hard drive, built-in wifi, 1GHZ processor, 1GB of ram, 4 front USB ports, Power AND hard drive LED lights, wireless keyboard/mouse, VGA and DVI ports, sound input and  [...]]]></description>
			<content:encoded><![CDATA[<p>				<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/wHi9mGQwElU?fs=1"></param><param name="allowFullScreen" value="true"></param>
				<embed src="http://www.youtube.com/v/wHi9mGQwElU?fs=1&#038;rel=0" type="application/x-shockwave-flash" width="425" height="355" allowfullscreen="true"></embed></object></p>
<p>An improved design on the old idea of building a computer into an old NES Nintendo case. Has a Pico-ITX board, solid-state hard drive, built-in wifi, 1GHZ processor, 1GB of ram, 4 front USB ports, Power AND hard drive LED lights, wireless keyboard/mouse, VGA and DVI ports, sound input and output, and a DVD player/burner. Best of all, the ports are more stealthy than a cut-out for the entire I/O shield of a motherboard.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trans4you.org/nes-pc-worlds-first-pico-itx-nintendo-nes-computer/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Strange Rolling Cloud</title>
		<link>http://www.trans4you.org/strange-rolling-cloud/</link>
		<comments>http://www.trans4you.org/strange-rolling-cloud/#comments</comments>
		<pubDate>Thu, 01 Dec 2011 16:07:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Economy]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Rolling]]></category>
		<category><![CDATA[Strange]]></category>

		<guid isPermaLink="false">http://www.trans4you.org/strange-rolling-cloud/</guid>
		<description><![CDATA[				
				
Video Rating: 4 / 5
				
				
Beautiful ambient house track by The Orb. Added some nice pictures to add to the effect  
Video Rating: 4 / 5
]]></description>
			<content:encoded><![CDATA[<p>				<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/7uquf5zpjc8?fs=1"></param><param name="allowFullScreen" value="true"></param>
				<embed src="http://www.youtube.com/v/7uquf5zpjc8?fs=1&#038;rel=0" type="application/x-shockwave-flash" width="425" height="355" allowfullscreen="true"></embed></object></p>
<p><strong>Video Rating: 4 / 5</strong></p>
<p>				<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/FHixChYgGRI?fs=1"></param><param name="allowFullScreen" value="true"></param>
				<embed src="http://www.youtube.com/v/FHixChYgGRI?fs=1&#038;rel=0" type="application/x-shockwave-flash" width="425" height="355" allowfullscreen="true"></embed></object></p>
<p>Beautiful ambient house track by The Orb. Added some nice pictures to add to the effect <img src='http://www.trans4you.org/wp-includes/images/smilies/icon_smile.gif' alt="icon smile Strange Rolling Cloud" class='wp-smiley' title="Strange Rolling Cloud" /> </p>
<p><strong>Video Rating: 4 / 5</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.trans4you.org/strange-rolling-cloud/feed/</wfw:commentRss>
		<slash:comments>50</slash:comments>
		</item>
		<item>
		<title>Turning Information Into Knowledge</title>
		<link>http://www.trans4you.org/turning-information-into-knowledge-2/</link>
		<comments>http://www.trans4you.org/turning-information-into-knowledge-2/#comments</comments>
		<pubDate>Thu, 01 Dec 2011 16:07:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Economy]]></category>
		<category><![CDATA[information]]></category>
		<category><![CDATA[Into]]></category>
		<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[Turning]]></category>

		<guid isPermaLink="false">http://www.trans4you.org/turning-information-into-knowledge-2/</guid>
		<description><![CDATA[				
				
Informatics is an emerging field of study covering the science of information. Informatics merges information technology with the humanities, arts and sciences to transform information into practical, innovative knowledge. The University of Iowa Graduate Colleges Interdisciplinary Program  [...]]]></description>
			<content:encoded><![CDATA[<p>				<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/uAIUGwHhKmk?fs=1"></param><param name="allowFullScreen" value="true"></param>
				<embed src="http://www.youtube.com/v/uAIUGwHhKmk?fs=1&#038;rel=0" type="application/x-shockwave-flash" width="425" height="355" allowfullscreen="true"></embed></object></p>
<p>Informatics is an emerging field of study covering the science of information. Informatics merges information technology with the humanities, arts and sciences to transform information into practical, innovative knowledge. The University of Iowa Graduate Colleges Interdisciplinary Program in Informatics prepares students for careers applying information technology to solve a myriad of real-world issues and problems. A growing number of industries are turning to informatics to shape their real-world knowledge management, including healthcare, biosciences, business administration, communications, and chemistry. The Interdisciplinary Program in Informatics exemplifies UIs commitment to encouraging collaboration and new ways of thinking while preparing students for a dynamic career in this exciting and rapidly growing field. informatics.grad.uiowa.edu</p>
<p><strong>Video Rating: 5 / 5</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.trans4you.org/turning-information-into-knowledge-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

