<?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>Andity&#039;s Blog</title>
	<atom:link href="http://andity.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://andity.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Sat, 17 Oct 2009 17:33:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='andity.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Andity&#039;s Blog</title>
		<link>http://andity.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://andity.wordpress.com/osd.xml" title="Andity&#039;s Blog" />
	<atom:link rel='hub' href='http://andity.wordpress.com/?pushpress=hub'/>
		<item>
		<title></title>
		<link>http://andity.wordpress.com/2009/10/17/5/</link>
		<comments>http://andity.wordpress.com/2009/10/17/5/#comments</comments>
		<pubDate>Sat, 17 Oct 2009 17:33:00 +0000</pubDate>
		<dc:creator>affandi yahya wordpress</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://andity.wordpress.com/?p=5</guid>
		<description><![CDATA[1. Jam Digital Buat 3 buah teks untuk tampilan jam, menit, dan detik. Kemudian ubah tipe teks ketiga-tiganya menjadi dynamic text, pada kolom variabelnya berikan nama teks_displayJam, teks_displayMenit, teks_displayDetik. buat 3 kotak teks Terakhir baru berikan script di frame tersebut: var dateObj:Date; var jam:Number; var menit:Number; var detik:Number; var teks_displayJam:String; var teks_displayMenit:String; var teks_displayDetik:String; this.onEnterFrame= [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=andity.wordpress.com&amp;blog=9514435&amp;post=5&amp;subd=andity&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } --></p>
<p style="margin-bottom:0;" align="justify"><strong><span style="text-decoration:line-through;"><span style="font-size:x-small;">1. Jam Digital</span></span></strong></p>
<p style="margin-top:.19in;margin-bottom:0;" align="justify"><span style="font-size:x-small;">Buat 3 buah teks untuk tampilan jam, menit, dan detik. Kemudian ubah tipe teks ketiga-tiganya menjadi dynamic text, pada kolom variabelnya berikan nama </span><em><span style="font-size:x-small;">teks_displayJam</span></em><span style="font-size:x-small;">, </span><em><span style="font-size:x-small;">teks_displayMenit</span></em><span style="font-size:x-small;">, </span><em><span style="font-size:x-small;">teks_displayDetik</span></em><span style="font-size:x-small;">.</span></p>
<p style="margin-bottom:0;">
<p style="margin-top:.19in;margin-bottom:.19in;">buat 3 kotak teks</p>
<p style="margin-top:.19in;margin-bottom:.19in;"><span style="font-size:x-small;">Terakhir baru berikan script di frame tersebut:</span></p>
<p style="margin-bottom:0;"><span style="font-family:Courier New,monospace;"><span style="font-size:x-small;">var dateObj:Date;</span></span></p>
<p style="margin-bottom:0;"><span style="font-family:Courier New,monospace;"><span style="font-size:x-small;">var jam:Number;</span></span></p>
<p style="margin-bottom:0;"><span style="font-family:Courier New,monospace;"><span style="font-size:x-small;">var menit:Number;</span></span></p>
<p style="margin-bottom:0;"><span style="font-family:Courier New,monospace;"><span style="font-size:x-small;">var detik:Number;</span></span></p>
<p style="margin-bottom:0;"><span style="font-family:Courier New,monospace;"><span style="font-size:x-small;">var teks_displayJam:String;</span></span></p>
<p style="margin-bottom:0;"><span style="font-family:Courier New,monospace;"><span style="font-size:x-small;">var teks_displayMenit:String;</span></span></p>
<p style="margin-bottom:0;"><span style="font-family:Courier New,monospace;"><span style="font-size:x-small;">var teks_displayDetik:String;</span></span></p>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;"><span style="font-family:Courier New,monospace;"><span style="font-size:x-small;">this.onEnterFrame= function()</span></span></p>
<p style="margin-bottom:0;"><span style="font-family:Courier New,monospace;"><span style="font-size:x-small;">{</span></span></p>
<p style="margin-bottom:0;"><span style="font-family:Courier New,monospace;"><span style="font-size:x-small;">dateObj = new Date()</span></span></p>
<p style="margin-bottom:0;"><span style="font-family:Courier New,monospace;"><span style="font-size:x-small;">jam = dateObj.getHours();</span></span></p>
<p style="margin-bottom:0;"><span style="font-family:Courier New,monospace;"><span style="font-size:x-small;">menit = dateObj.getMinutes();</span></span></p>
<p style="margin-bottom:0;"><span style="font-family:Courier New,monospace;"><span style="font-size:x-small;">detik = dateObj.getSeconds();</span></span></p>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;"><span style="font-family:Courier New,monospace;"><span style="font-size:x-small;">if(jam &lt; 10)</span></span></p>
<p style="margin-bottom:0;"><span style="font-family:Courier New,monospace;"><span style="font-size:x-small;">teks_displayJam = &#8220;0&#8243; + jam.toString();</span></span></p>
<p style="margin-bottom:0;"><span style="font-family:Courier New,monospace;"><span style="font-size:x-small;">else</span></span></p>
<p style="margin-bottom:0;"><span style="font-family:Courier New,monospace;"><span style="font-size:x-small;">teks_displayJam = jam.toString();</span></span></p>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;"><span style="font-family:Courier New,monospace;"><span style="font-size:x-small;">if(menit &lt; 10)</span></span></p>
<p style="margin-bottom:0;"><span style="font-family:Courier New,monospace;"><span style="font-size:x-small;">teks_displayMenit = &#8220;0&#8243; + jam.toString();</span></span></p>
<p style="margin-bottom:0;"><span style="font-family:Courier New,monospace;"><span style="font-size:x-small;">else</span></span></p>
<p style="margin-bottom:0;"><span style="font-family:Courier New,monospace;"><span style="font-size:x-small;">teks_displayMenit = menit.toString();</span></span></p>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;"><span style="font-family:Courier New,monospace;"><span style="font-size:x-small;">if(detik &lt; 10)</span></span></p>
<p style="margin-bottom:0;"><span style="font-family:Courier New,monospace;"><span style="font-size:x-small;">teks_displayDetik = &#8220;0&#8243; + detik.toString();</span></span></p>
<p style="margin-bottom:0;"><span style="font-family:Courier New,monospace;"><span style="font-size:x-small;">else</span></span></p>
<p style="margin-bottom:0;"><span style="font-family:Courier New,monospace;"><span style="font-size:x-small;">teks_displayDetik = detik.toString();</span></span></p>
<p style="margin-bottom:0;"><span style="font-family:Courier New,monospace;"><span style="font-size:x-small;">}</span></span></p>
<p style="margin-bottom:0;">
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/andity.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/andity.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/andity.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/andity.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/andity.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/andity.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/andity.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/andity.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/andity.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/andity.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/andity.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/andity.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/andity.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/andity.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=andity.wordpress.com&amp;blog=9514435&amp;post=5&amp;subd=andity&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://andity.wordpress.com/2009/10/17/5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cbf7e798a2015902fc430fcbb393623f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">affandi yahya</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello world!</title>
		<link>http://andity.wordpress.com/2009/09/16/hello-world/</link>
		<comments>http://andity.wordpress.com/2009/09/16/hello-world/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 14:31:38 +0000</pubDate>
		<dc:creator>affandi yahya wordpress</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=andity.wordpress.com&amp;blog=9514435&amp;post=1&amp;subd=andity&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/andity.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/andity.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/andity.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/andity.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/andity.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/andity.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/andity.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/andity.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/andity.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/andity.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/andity.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/andity.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/andity.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/andity.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=andity.wordpress.com&amp;blog=9514435&amp;post=1&amp;subd=andity&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://andity.wordpress.com/2009/09/16/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cbf7e798a2015902fc430fcbb393623f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">affandi yahya</media:title>
		</media:content>
	</item>
	</channel>
</rss>
