<?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>JanuMedia - Reborn</title>
	<atom:link href="http://janumedia.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://janumedia.com/blog</link>
	<description>An Indonesian Flash / Flex Developer</description>
	<pubDate>Mon, 17 Nov 2008 00:21:54 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Improving Flex application performance using the Flash Player cache</title>
		<link>http://janumedia.com/blog/2008/11/17/improving-flex-application-performance-using-the-flash-player-cache/</link>
		<comments>http://janumedia.com/blog/2008/11/17/improving-flex-application-performance-using-the-flash-player-cache/#comments</comments>
		<pubDate>Mon, 17 Nov 2008 00:21:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Flex]]></category>

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

		<category><![CDATA[flash player]]></category>

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

		<guid isPermaLink="false">http://janumedia.com/blog/?p=29</guid>
		<description><![CDATA[It is important to make application as light as it can. First impression is always a great deal. People will leaving if the process take too long and not good for user experience.
The Flash Player cache is a new feature available in Flash Player 9 Update 3 (9,0,115,0). The cache allows files signed by Adobe [...]]]></description>
			<content:encoded><![CDATA[<p>It is important to make application as light as it can. First impression is always a great deal. People will leaving if the process take too long and not good for user experience.<br />
The Flash Player cache is a new feature available in Flash Player 9 Update 3 (9,0,115,0). The cache allows files signed by Adobe to be cached by Flash Player. These files end in the file extension .swz.</p>
<p>The Flash Player cache differs from the browser cache in some useful ways. Because the cached SWZ files are signed by Adobe, they can be reused in more than one domain and are not limited to reuse within the domain in which they originated. For example, imagine that framework.swz is loaded from http://www.a.com and is placed in the cache of Flash Player. If the same framework.swz file needs to be downloaded from http://www.b.com, Flash Player looks in its cache to find a.com&#8217;s framework.swz file. When it finds a match, it uses the cached file rather than loading a new file from b.com.</p>
<p>The SWZ file persists in the cache even after the browser is closed. The file remains in the cache indefinitely, provided that the end user does not change settings in the Flash Player Settings Manager to reduce their caching ability. However, future SWZ files may eventually cause older, unused SWZ files to cycle out of the cache when the cache size limit is reached.</p>
<p>Fortunately, you need only one copy of a framework, since Flash Player uses a common cache for all browsers on a system. This means that if a user downloads a SWZ file using Microsoft Internet Explorer, that same SWZ file will also be available in Mozilla Firefox.</p>
<p>Read it more at <a href="http://www.adobe.com/devnet/flex/articles/flash_player_cache_print.html">http://www.adobe.com/devnet/flex/articles/flash_player_cache_print.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://janumedia.com/blog/2008/11/17/improving-flex-application-performance-using-the-flash-player-cache/feed/</wfw:commentRss>
		</item>
		<item>
		<title>100 Awesome Adobe AIR Application for Your Productivity</title>
		<link>http://janumedia.com/blog/2008/11/11/100-awesome-adobe-air-application-for-your-productivity/</link>
		<comments>http://janumedia.com/blog/2008/11/11/100-awesome-adobe-air-application-for-your-productivity/#comments</comments>
		<pubDate>Tue, 11 Nov 2008 12:59:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[AIR]]></category>

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

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

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

		<guid isPermaLink="false">http://janumedia.com/blog/?p=28</guid>
		<description><![CDATA[If you a social addict, widget collector, developer, flickr user, etc, you should try this 100 tools / application built with Adobe AIR that can help you to maximizing your productivity.
]]></description>
			<content:encoded><![CDATA[<p>If you a social addict, widget collector, developer, flickr user, etc, you should try this <a href="http://www.careeroverview.com/blog/2008/hack-your-work-day-100-awesome-adobe-air-apps-for-productivity/">100 tools / application built with Adobe AIR that can help you to maximizing your productivity</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://janumedia.com/blog/2008/11/11/100-awesome-adobe-air-application-for-your-productivity/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Mudah Membuat Fastforward &#038; Slowforward Button</title>
		<link>http://janumedia.com/blog/2008/11/09/cara-mudah-membuat-fastforward-fastbackward-di-presentasi-flash/</link>
		<comments>http://janumedia.com/blog/2008/11/09/cara-mudah-membuat-fastforward-fastbackward-di-presentasi-flash/#comments</comments>
		<pubDate>Sun, 09 Nov 2008 21:06:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Action Script]]></category>

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

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

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

		<guid isPermaLink="false">http://janumedia.com/blog/?p=27</guid>
		<description><![CDATA[Kuncinya adalah fps, nextPage() / prevPage(), &#038; setInterval().
Karena idenya adalah mempercepat maka fps / frame per second / frame rate perlu didefinisikan paling awal. Untuk selanjutnya melakukan looping dengan menggunakan setInterval() sebagai pengganti play() yg menggunakan kecepatan normal (sesuai fps).
Terakhir adalah setting kecepatan. Untuk mempercepat diset interval looping n x fps. Misal utk percepatan 2x: [...]]]></description>
			<content:encoded><![CDATA[<p>Kuncinya adalah <em>fps</em>, <em>nextPage()</em> / <em>prevPage()</em>, &#038; <em>setInterval()</em>.<br />
Karena idenya adalah mempercepat maka fps / frame per second / frame rate perlu didefinisikan paling awal. Untuk selanjutnya melakukan looping dengan menggunakan setInterval() sebagai pengganti play() yg menggunakan kecepatan normal (sesuai fps).<br />
Terakhir adalah setting kecepatan. Untuk mempercepat diset interval looping n x fps. Misal utk percepatan 2x: 2 x fps. Sedangkan utk perlambatan fps / n.</p>
<p>Berikut adalah contoh penulisannya:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
</pre></td><td class="code"><pre class="actionscript actionscript" style="font-family:monospace;"><span style="color: #808080; font-style: italic;">// di timeline</span>
<span style="color: #000000; font-weight: bold;">var</span> IntervalID:<span style="color: #0066CC;">Number</span>;
<span style="color: #000000; font-weight: bold;">var</span> <span style="color: #0066CC;">FPS</span>:<span style="color: #0066CC;">Number</span> = <span style="color: #cc66cc;">31</span>; <span style="color: #808080; font-style: italic;">// nilainya disesuaikan dengan framerate FLA</span>
<span style="color: #000000; font-weight: bold;">var</span> speed:<span style="color: #0066CC;">Number</span> = <span style="color: #cc66cc;">10</span>;
&nbsp;
<span style="color: #000000; font-weight: bold;">function</span> PlayForward <span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span> : <span style="color: #0066CC;">Void</span>
<span style="color: #66cc66;">&#123;</span>
	<span style="color: #0066CC;">nextFrame</span> <span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;
<span style="color: #66cc66;">&#125;</span>
&nbsp;
<span style="color: #808080; font-style: italic;">// di button fast forward</span>
<span style="color: #0066CC;">on</span><span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">&quot;release&quot;</span><span style="color: #66cc66;">&#41;</span>
<span style="color: #66cc66;">&#123;</span>
	<span style="color: #0066CC;">clearInterval</span><span style="color: #66cc66;">&#40;</span>IntervalID<span style="color: #66cc66;">&#41;</span>;
	IntervalID = <span style="color: #0066CC;">setInterval</span><span style="color: #66cc66;">&#40;</span>PlayForward, <span style="color: #0066CC;">FPS</span> <span style="color: #66cc66;">*</span> speed<span style="color: #66cc66;">&#41;</span>;
<span style="color: #66cc66;">&#125;</span>
&nbsp;
<span style="color: #808080; font-style: italic;">// di button slow forward</span>
<span style="color: #0066CC;">on</span><span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">&quot;release&quot;</span><span style="color: #66cc66;">&#41;</span>
<span style="color: #66cc66;">&#123;</span>
	<span style="color: #0066CC;">clearInterval</span><span style="color: #66cc66;">&#40;</span>IntervalID<span style="color: #66cc66;">&#41;</span>;
	IntervalID = <span style="color: #0066CC;">setInterval</span><span style="color: #66cc66;">&#40;</span>PlayForward, <span style="color: #0066CC;">FPS</span> <span style="color: #66cc66;">/</span> speed<span style="color: #66cc66;">&#41;</span>;
<span style="color: #66cc66;">&#125;</span></pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://janumedia.com/blog/2008/11/09/cara-mudah-membuat-fastforward-fastbackward-di-presentasi-flash/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Google Chrome, a promissing new browser</title>
		<link>http://janumedia.com/blog/2008/09/03/google-chrome-a-promissing-new-browser/</link>
		<comments>http://janumedia.com/blog/2008/09/03/google-chrome-a-promissing-new-browser/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 02:39:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Misc]]></category>

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

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

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

		<category><![CDATA[google chrome]]></category>

		<guid isPermaLink="false">http://janumedia.com/blog/?p=25</guid>
		<description><![CDATA[
After announced yesteday, about a few hour ago Google Chrome finally available for download.
This browser faster compare to IE7 or even to Firefox 3.0. Much lighter and really cool for the chrome feels. This is recommended browser and you should try it.
Check out Google Chrome related links bellow:

The Technology Behind
Video, The Story Behind Google Chrome
Google [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter" src="http://www.google.com/chrome/intl/en/images/dlpage_lg.jpg" alt="Google Chrome" /></p>
<p>After announced yesteday, about a few hour ago <a href="http://www.google.com/chrome/index.html?hl=en&amp;brand=CHMG&amp;utm_source=en-hpp&amp;utm_medium=hpp&amp;utm_campaign=en">Google Chrome</a> finally available for <a href="http://www.google.com/chrome/eula.html?hl=en&amp;brand=CHMG&amp;utm_source=en-hpp&amp;utm_medium=hpp&amp;utm_campaign=en">download</a>.<br />
This browser faster compare to IE7 or even to Firefox 3.0. Much lighter and really cool for the chrome feels. This is recommended browser and you should try it.</p>
<p>Check out Google Chrome related links bellow:</p>
<ul>
<li><a href="http://www.google.com/googlebooks/chrome/">The Technology Behind</a></li>
<li><a href="http://www.youtube.com/watch?v=JGmO7Oximw8">Video, The Story Behind Google Chrome</a></li>
<li><a href="http://code.google.com/p/chromium/">Google Chrome for develope</a>r</li>
<li><a href="http://www.google.com/support/chrome/bin/answer.py?answer=95697&amp;query=plugin&amp;topic=&amp;type=">Google Chrome plugins related</a></li>
<li><a href="http://ChromeSpot.com">Community of Chrome Users</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://janumedia.com/blog/2008/09/03/google-chrome-a-promissing-new-browser/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SWF searchability FAQ</title>
		<link>http://janumedia.com/blog/2008/08/08/swf-searchability-faq/</link>
		<comments>http://janumedia.com/blog/2008/08/08/swf-searchability-faq/#comments</comments>
		<pubDate>Fri, 08 Aug 2008 14:57:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Flash Platform]]></category>

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

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

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

		<guid isPermaLink="false">http://janumedia.com/blog/?p=24</guid>
		<description><![CDATA[an Official FAQ about SWF and SEO from Adobe can be found here: SWF searchability FAQ
]]></description>
			<content:encoded><![CDATA[<p>an Official FAQ about SWF and SEO from Adobe can be found here: <a href="http://www.adobe.com/devnet/flashplayer/articles/swf_searchability.html" target="_blank">SWF searchability FAQ</a></p>
]]></content:encoded>
			<wfw:commentRss>http://janumedia.com/blog/2008/08/08/swf-searchability-faq/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Amazing Music Video, Created with No Cameras, No Lights, Just Data</title>
		<link>http://janumedia.com/blog/2008/07/14/amazing-music-video-created-with-no-cameras-no-lights-just-data/</link>
		<comments>http://janumedia.com/blog/2008/07/14/amazing-music-video-created-with-no-cameras-no-lights-just-data/#comments</comments>
		<pubDate>Mon, 14 Jul 2008 17:18:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Music]]></category>

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

		<category><![CDATA[Action Script 2.0]]></category>

		<category><![CDATA[Geometric Informatics]]></category>

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

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

		<category><![CDATA[Velodyne LIDAR]]></category>

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

		<guid isPermaLink="false">http://janumedia.com/blog/?p=21</guid>
		<description><![CDATA[Radiohead - House of Cards
(Please open the article to see the flash file or player.)
The Making of House of Cards Video
(Please open the article to see the flash file or player.)
Radiohead new video &#8220;House of Cards&#8221; totally rocks!. The video created without using cameras, lights, just data. The creators using two technologies to capture 3D [...]]]></description>
			<content:encoded><![CDATA[<p>Radiohead - House of Cards<br />
<object type="application/x-shockwave-flash" data="http://www.youtube.com/v/8nTFjVm9sTQ" width="425" height="355" class="embedflash"><param name="movie" value="http://www.youtube.com/v/8nTFjVm9sTQ" /><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><small>(Please open the article to see the flash file or player.)</small></object></p>
<p>The Making of House of Cards Video<br />
<object type="application/x-shockwave-flash" data="http://www.youtube.com/v/cyQoTGdQywY" width="425" height="355" class="embedflash"><param name="movie" value="http://www.youtube.com/v/cyQoTGdQywY" /><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><small>(Please open the article to see the flash file or player.)</small></object></p>
<p>Radiohead new video &#8220;House of Cards&#8221; totally rocks!. The video created without using cameras, lights, just data. The creators using two technologies to capture 3D images: <a href="http://www.geometricinformatics.com/">Geometric Informatics</a> and <a href="http://www.velodyne.com/lidar/">Velodyne LIDAR</a>.<br />
Checkout the video and how they made it at <a href="http://code.google.com/creative/radiohead/">Google Code</a></p>
]]></content:encoded>
			<wfw:commentRss>http://janumedia.com/blog/2008/07/14/amazing-music-video-created-with-no-cameras-no-lights-just-data/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Galuh Goes To School Today</title>
		<link>http://janumedia.com/blog/2008/07/14/galuh-goes-to-school-today/</link>
		<comments>http://janumedia.com/blog/2008/07/14/galuh-goes-to-school-today/#comments</comments>
		<pubDate>Mon, 14 Jul 2008 15:55:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Misc]]></category>

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

		<guid isPermaLink="false">http://janumedia.com/blog/?p=20</guid>
		<description><![CDATA[Akhirnya hari yg tunggu-tunggu tiba. Galuh memulai sekolahnya di playGroup St. Immaculata hari ini.
Untuk mengurangi bebannya bisa melewati sekolah pertamanya tanpa ditemani orang tuanya terpaksa dia hanya diantar oleh bundannya saja.
Sebagai orang tua dengan anak yg memulai sekolah pertamanya sudah mempersiapkan segala perlengkapannya semenjak semalam, tak lupa pas mau berangkat jeprat-jepret dulu 
]]></description>
			<content:encoded><![CDATA[<p>Akhirnya hari yg tunggu-tunggu tiba. Galuh memulai sekolahnya di playGroup St. Immaculata hari ini.<br />
Untuk mengurangi bebannya bisa melewati sekolah pertamanya tanpa ditemani orang tuanya terpaksa dia hanya diantar oleh bundannya saja.<br />
Sebagai orang tua dengan anak yg memulai sekolah pertamanya sudah mempersiapkan segala perlengkapannya semenjak semalam, tak lupa pas mau berangkat <a href="http://www.flickr.com/photos/janumedia/sets/72157606160502226/">jeprat-jepret dulu</a> <img src='http://janumedia.com/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://janumedia.com/blog/2008/07/14/galuh-goes-to-school-today/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Bayinteractive.Inc Official Site Relaunch</title>
		<link>http://janumedia.com/blog/2008/07/12/bayinteractiveinc-official-site-relaunch/</link>
		<comments>http://janumedia.com/blog/2008/07/12/bayinteractiveinc-official-site-relaunch/#comments</comments>
		<pubDate>Sat, 12 Jul 2008 06:11:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Action Script]]></category>

		<category><![CDATA[Action Script 3.0]]></category>

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

		<category><![CDATA[Flex Project]]></category>

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

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

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

		<category><![CDATA[Cold Fusion]]></category>

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

		<guid isPermaLink="false">http://janumedia.com/blog/?p=19</guid>
		<description><![CDATA[After having a few months delayed, our official site finally relaunched in Flex version.

	
	



	
	



	
	



	
	



	
	



	
	



	
	





Technology: Adobe Flex
Role: Action Script 3.0, RemoteObject/Cold Fusion, SWFTracker, Javascript
]]></description>
			<content:encoded><![CDATA[<p>After having a few months delayed, our <a href="http://www.bayinteractive.com">official site</a> finally relaunched in Flex version.</p>
<div class="ngg-galleryoverview" id="ngg-gallery-6"><div id="ngg-image-45" class="ngg-gallery-thumbnail-box ">
	<div class="ngg-gallery-thumbnail"  >
	<a id="thumb45" href="http://janumedia.com/blog/wp-content/gallery/bayinteractive/bayinteractive_01.jpg" title="" class="thickbox" rel="bayinteractive" ><img title="bayinteractive_01.jpg" alt="bayinteractive_01.jpg" src="http://janumedia.com/blog/wp-content/gallery/bayinteractive/thumbs/thumbs_bayinteractive_01.jpg" style="width:100px; height:100px;" /></a>
</div>
</div>
<div id="ngg-image-46" class="ngg-gallery-thumbnail-box ">
	<div class="ngg-gallery-thumbnail"  >
	<a id="thumb46" href="http://janumedia.com/blog/wp-content/gallery/bayinteractive/bayinteractive_02.jpg" title="" class="thickbox" rel="bayinteractive" ><img title="bayinteractive_02.jpg" alt="bayinteractive_02.jpg" src="http://janumedia.com/blog/wp-content/gallery/bayinteractive/thumbs/thumbs_bayinteractive_02.jpg" style="width:100px; height:100px;" /></a>
</div>
</div>
<div id="ngg-image-47" class="ngg-gallery-thumbnail-box ">
	<div class="ngg-gallery-thumbnail"  >
	<a id="thumb47" href="http://janumedia.com/blog/wp-content/gallery/bayinteractive/bayinteractive_03.jpg" title="" class="thickbox" rel="bayinteractive" ><img title="bayinteractive_03.jpg" alt="bayinteractive_03.jpg" src="http://janumedia.com/blog/wp-content/gallery/bayinteractive/thumbs/thumbs_bayinteractive_03.jpg" style="width:100px; height:100px;" /></a>
</div>
</div>
<div id="ngg-image-48" class="ngg-gallery-thumbnail-box ">
	<div class="ngg-gallery-thumbnail"  >
	<a id="thumb48" href="http://janumedia.com/blog/wp-content/gallery/bayinteractive/bayinteractive_04.jpg" title="" class="thickbox" rel="bayinteractive" ><img title="bayinteractive_04.jpg" alt="bayinteractive_04.jpg" src="http://janumedia.com/blog/wp-content/gallery/bayinteractive/thumbs/thumbs_bayinteractive_04.jpg" style="width:100px; height:100px;" /></a>
</div>
</div>
<div id="ngg-image-49" class="ngg-gallery-thumbnail-box ">
	<div class="ngg-gallery-thumbnail"  >
	<a id="thumb49" href="http://janumedia.com/blog/wp-content/gallery/bayinteractive/bayinteractive_05.jpg" title="" class="thickbox" rel="bayinteractive" ><img title="bayinteractive_05.jpg" alt="bayinteractive_05.jpg" src="http://janumedia.com/blog/wp-content/gallery/bayinteractive/thumbs/thumbs_bayinteractive_05.jpg" style="width:100px; height:100px;" /></a>
</div>
</div>
<div id="ngg-image-50" class="ngg-gallery-thumbnail-box ">
	<div class="ngg-gallery-thumbnail"  >
	<a id="thumb50" href="http://janumedia.com/blog/wp-content/gallery/bayinteractive/bayinteractive_06.jpg" title="" class="thickbox" rel="bayinteractive" ><img title="bayinteractive_06.jpg" alt="bayinteractive_06.jpg" src="http://janumedia.com/blog/wp-content/gallery/bayinteractive/thumbs/thumbs_bayinteractive_06.jpg" style="width:100px; height:100px;" /></a>
</div>
</div>
<div id="ngg-image-51" class="ngg-gallery-thumbnail-box ">
	<div class="ngg-gallery-thumbnail"  >
	<a id="thumb51" href="http://janumedia.com/blog/wp-content/gallery/bayinteractive/bayinteractive_07.jpg" title="" class="thickbox" rel="bayinteractive" ><img title="bayinteractive_07.jpg" alt="bayinteractive_07.jpg" src="http://janumedia.com/blog/wp-content/gallery/bayinteractive/thumbs/thumbs_bayinteractive_07.jpg" style="width:100px; height:100px;" /></a>
</div>
</div>
</div>
<div class='ngg-clear'></div>

<p>Technology: Adobe Flex<br />
Role: Action Script 3.0, RemoteObject/Cold Fusion, SWFTracker, Javascript</p>
]]></content:encoded>
			<wfw:commentRss>http://janumedia.com/blog/2008/07/12/bayinteractiveinc-official-site-relaunch/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Diablo 3 Trailer</title>
		<link>http://janumedia.com/blog/2008/07/11/diablo-3-trailer/</link>
		<comments>http://janumedia.com/blog/2008/07/11/diablo-3-trailer/#comments</comments>
		<pubDate>Fri, 11 Jul 2008 02:49:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Games]]></category>

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

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

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

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

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

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

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

		<guid isPermaLink="false">http://janumedia.com/blog/?p=18</guid>
		<description><![CDATA[The Diablo III is one of my most favorites games.  Great characters as always Blizzard does. Here a few Diablo 3 interesting trailer:
Diablo 3 Cinematic Trailer
(Please open the article to see the flash file or player.)
Diablo 3 Game Trailer part I
(Please open the article to see the flash file or player.)
Diablo 3 Game Trailer [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.blizzard.com/diablo3/">The Diablo III</a> is one of my most favorites games.  Great characters as always <a href="http://www.blizzard.com">Blizzard</a> does. Here a few Diablo 3 interesting trailer:</p>
<p>Diablo 3 Cinematic Trailer<br />
<object type="application/x-shockwave-flash" data="http://www.youtube.com/v/DdK7wXJj2DE" width="425" height="355" class="embedflash"><param name="movie" value="http://www.youtube.com/v/DdK7wXJj2DE" /><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><small>(Please open the article to see the flash file or player.)</small></object></p>
<p>Diablo 3 Game Trailer part I<br />
<object type="application/x-shockwave-flash" data="http://www.youtube.com/v/NQMBIRipp5A" width="425" height="355" class="embedflash"><param name="movie" value="http://www.youtube.com/v/NQMBIRipp5A" /><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><small>(Please open the article to see the flash file or player.)</small></object></p>
<p>Diablo 3 Game Trailer part II<br />
<object type="application/x-shockwave-flash" data="http://www.youtube.com/v/vi1lVqJSbsM" width="425" height="355" class="embedflash"><param name="movie" value="http://www.youtube.com/v/vi1lVqJSbsM" /><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><small>(Please open the article to see the flash file or player.)</small></object></p>
]]></content:encoded>
			<wfw:commentRss>http://janumedia.com/blog/2008/07/11/diablo-3-trailer/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Drawing with CSS</title>
		<link>http://janumedia.com/blog/2008/07/10/drawing-with-css/</link>
		<comments>http://janumedia.com/blog/2008/07/10/drawing-with-css/#comments</comments>
		<pubDate>Thu, 10 Jul 2008 12:40:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[CSS]]></category>

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

		<guid isPermaLink="false">http://janumedia.com/blog/?p=17</guid>
		<description><![CDATA[
An interesting show off, drawing with CSS: http://www.romancortes.com/blog/homer-css/
]]></description>
			<content:encoded><![CDATA[<p><img src='http://i270.photobucket.com/albums/jj118/kertas_cut/drawing-with-css.jpg' alt='Drawing with CSS' class='aligncenter' /></p>
<p>An interesting show off, drawing with CSS: <a href="http://www.romancortes.com/blog/homer-css/">http://www.romancortes.com/blog/homer-css/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://janumedia.com/blog/2008/07/10/drawing-with-css/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
