<?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>CintaIndonesiaKu.com &#187; Programing</title>
	<atom:link href="http://cintaindonesiaku.com/category/programing/feed/" rel="self" type="application/rss+xml" />
	<link>http://cintaindonesiaku.com</link>
	<description>Get your news, articles, tv online and radio online</description>
	<lastBuildDate>Wed, 21 Jul 2010 06:05:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Live Clock</title>
		<link>http://cintaindonesiaku.com/2010/01/04/live-clock/</link>
		<comments>http://cintaindonesiaku.com/2010/01/04/live-clock/#comments</comments>
		<pubDate>Sun, 03 Jan 2010 20:48:42 +0000</pubDate>
		<dc:creator>banay</dc:creator>
				<category><![CDATA[Programing]]></category>
		<category><![CDATA[Live Clock]]></category>

		<guid isPermaLink="false">http://cintaindonesiaku.com/?p=237</guid>
		<description><![CDATA[Description: An extremely versatile cross browser live clock script. Every aspect of it is configurable, from specifying whether to just display the time, the time plus date, to the clock&#8217;s font size/color, and more. The ultimate live clock script this is! Script has been tested in FF1+ IE5+ Opr7+. Demo: Directions: Step 1: Add the [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Description:</strong> An extremely versatile cross browser live clock script. Every aspect of it is configurable, from specifying whether to just display the time, the time plus date, to the clock&#8217;s font size/color, and more. The ultimate live clock script this is! Script has been tested in FF1+ IE5+ Opr7+.</p>
<p><strong>Demo:</strong><iframe src="http://cintaindonesiaku.com/programing/Date_and_Time/live_clock.html" style="width: 180px; height: 25px" frameborder=0></iframe></p>
<p><strong>Directions:</strong></p>
<p><strong>Step 1:</strong> Add the below code where you wish the clock to appear on the page:</p>
<p><textarea class="codecontainer" rows="2" name="S1" cols="80" wrap="virtual"><script language="javascript" src="liveclock.js"></script></textarea></p>
<p><strong>Step 2:</strong> Inside the <BODY> tag itself, throw in the following onLoad event handler, as follows:</p>
<blockquote><p>&lt;body <font color="#FF0000">onLoad=&quot;show_clock()&quot;</font>&gt;</p></blockquote>
<p><strong>Step 3:</strong> Finally, you have a big decision to make. This script requires one of the below two .js files to operate&#8230;which one to download depends on how you wish the script to display itself. The first .js file allows you to display not only the time, but date as well, while the later, just the time. There&#8217;s a 3k size difference between the two files, just so you know:</p>
<p>Download ONE of the following two files, and upload to the directory where your webpage resides (click on file, or click with shift key depressed in NS):</p>
<p>- <a href="http://cintaindonesiaku.com/programing/Date_and_Time/liveclock.js.zip"><strong>liveclock.js</strong></a> (6k)<br />
- <a href="http://cintaindonesiaku.com/programing/Date_and_Time/liveclock_lite.zip"><strong>liveclock_lite.js</strong></a> (3k)</p>
<p>Should you choose the later, make sure to change the reference in the code of Step 1 to correctly reference its name. Furthermore, both files require some editing inside to configure the clock&#8217;s style, which you can do through any text editor, such as Windows Notepad.</p>
]]></content:encoded>
			<wfw:commentRss>http://cintaindonesiaku.com/2010/01/04/live-clock/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Snake</title>
		<link>http://cintaindonesiaku.com/2009/10/29/snake/</link>
		<comments>http://cintaindonesiaku.com/2009/10/29/snake/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 17:25:30 +0000</pubDate>
		<dc:creator>banay</dc:creator>
				<category><![CDATA[Game]]></category>
		<category><![CDATA[Programing]]></category>
		<category><![CDATA[Snake]]></category>

		<guid isPermaLink="false">http://cintaindonesiaku.com/?p=80</guid>
		<description><![CDATA[Description: This is a simple cross browser snake game you can add to your site. Select a speed then use your arrow keys to attempt to eat the apple (red block), but watch out for the walls. At any time you can pause the game by pressing the space bar. Script has been tested in [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Description:</strong> This is a simple cross browser snake game you can add to your site. Select a speed then use your arrow keys to attempt to  eat the apple (red block), but watch out for the walls. At any time you can pause the game by pressing the space bar. Script has been tested in IE6+, NS6+, and Opera 7+.</p>
<p><strong>Demo </strong>:</p>
<p><iframe src="http://cintaindonesiaku.com/programing/game/snake/snake.htm" style="width: 430px; height: 470px" frameborder=0></iframe></p>
<p><strong>Script </strong>:</p>
<p><iframe id="tickermain" src="http://cintaindonesiaku.com/programing/game/snake/snake.txt" width=600 height=600 marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=1 scrolling=yes></iframe></center></p>
]]></content:encoded>
			<wfw:commentRss>http://cintaindonesiaku.com/2009/10/29/snake/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ping Pong Game</title>
		<link>http://cintaindonesiaku.com/2009/10/29/ping-pong-game/</link>
		<comments>http://cintaindonesiaku.com/2009/10/29/ping-pong-game/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 17:02:52 +0000</pubDate>
		<dc:creator>banay</dc:creator>
				<category><![CDATA[Game]]></category>
		<category><![CDATA[Ping Pong Game]]></category>
		<category><![CDATA[Programing]]></category>

		<guid isPermaLink="false">http://cintaindonesiaku.com/?p=60</guid>
		<description><![CDATA[Description:Uses cos and sin to move the ball at a specified angle, and the ball&#8217;s angle can be altered by moving the paddle faster and hitting it. Ball also speeds up the longer the ball is in volley. Script has been tested in IE6+, NS6+, and Opera 7+. Demo (fling the paddle to serve curve [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Description:</strong>Uses cos and sin to move the ball at a specified angle, and the ball&#8217;s angle can be altered by moving the paddle faster and hitting it. Ball also speeds up the longer the ball is in volley. Script has been tested in IE6+, NS6+, and Opera 7+.</p>
<p><strong>Demo </strong>(fling the paddle to serve curve balls):</p>
<p><iframe src="http://cintaindonesiaku.com/programing/game/phong/phong.htm" style="width: 450px; height: 355px" frameborder=0></iframe></p>
<p><strong>Script </strong>:</p>
<p><iframe id="tickermain" src="http://cintaindonesiaku.com/programing/game/phong/phong.txt" width=600 height=600 marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=1 scrolling=yes></iframe></center></p>
]]></content:encoded>
			<wfw:commentRss>http://cintaindonesiaku.com/2009/10/29/ping-pong-game/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
