<?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>0t@k-B@L! &#187; javascript</title>
	<atom:link href="http://www.otakbali.com/tag/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.otakbali.com</link>
	<description>think about web programming</description>
	<lastBuildDate>Mon, 02 Aug 2010 03:56:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How to Tag in your FB post and status</title>
		<link>http://www.otakbali.com/how-to-tag-your-friends-in-your-fb-post-and-status.html</link>
		<comments>http://www.otakbali.com/how-to-tag-your-friends-in-your-fb-post-and-status.html#comments</comments>
		<pubDate>Fri, 08 Jan 2010 12:28:28 +0000</pubDate>
		<dc:creator>andi</dc:creator>
				<category><![CDATA[Tips n Trik]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[fb]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://otakbali.com/?p=77</guid>
		<description><![CDATA[One of the most popular features on Facebook is tagging, which gives you the ability to identify and reference people in photos, videos and notes. Today, we are adding a new way to tag people and other things you&#8217;re connected to on Facebook — in status updates and other posts from the Publisher. It&#8217;s another [...]]]></description>
			<content:encoded><![CDATA[<p>One of the most popular features on Facebook is tagging, which gives you the ability to identify and reference people in photos, videos and notes. Today, we are adding a new way to tag people and other things you&#8217;re connected to on Facebook — in status updates and other posts from the Publisher. It&#8217;s another way to let people know who and what you&#8217;re talking about.</p>
<p>People often update their status to reflect their thoughts and feelings, or to mention things they feel like sharing. Sometimes that includes referencing friends, groups or even events they are attending — for instance, posting &#8220;Grabbing lunch with Meredith Chin&#8221; or &#8220;I&#8217;m heading to Starbucks Coffee Company — anyone want some coffee?&#8221;.</p>
<p>Now, when you are writing a status update and want to add a friend&#8217;s name to something you are posting, just include the &#8220;@&#8221; symbol beforehand. As you type the name of what you would like to reference, a drop-down menu will appear that allows you to choose from your list of friends and other connections, including groups, events, applications and Pages. Soon, you&#8217;ll be able to tag friends from applications as well. The &#8220;@&#8221; symbol will not be displayed in the published status update or post after you&#8217;ve added your tags.</p>
<p><img class="alignnone" title="status" src="http://photos-a.ak.fbcdn.net/hphotos-ak-snc1/hs215.snc1/8234_166968661728_20531316728_3531008_4854752_n.jpg" alt="" width="556" height="241" /></p>
<p>Friends you tag in your status updates will receive a notification and a Wall post linking them to your post. They also will have the option to remove tags of themselves from your posts. We hope that tagging your status updates and others posts from the Publisher will enable you to share in a more meaningful and engaging way, and connect with even more people. We&#8217;re rolling this feature out over the course of the next few weeks, so you may not see the new feature just yet.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.otakbali.com/how-to-tag-your-friends-in-your-fb-post-and-status.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>write less do more</title>
		<link>http://www.otakbali.com/write-less-do-more.html</link>
		<comments>http://www.otakbali.com/write-less-do-more.html#comments</comments>
		<pubDate>Tue, 27 Oct 2009 12:10:15 +0000</pubDate>
		<dc:creator>andi</dc:creator>
				<category><![CDATA[Tips n Trik]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[batch]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[trick]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://otakbali.com/?p=43</guid>
		<description><![CDATA[How to save the resource in our project code? Should we repeat writing the same code in every page/file? We can save a lot of our time and resource by putting the same code or lines into a function or procedure. In some programming language, such as Pascal, Batch, C, PHP, etc., we can make [...]]]></description>
			<content:encoded><![CDATA[<div class="wp-caption alignleft" style="width: 267px"><a href="http://i720.photobucket.com/albums/ww207/andiim3/php.png"><img title="php" src="http://i720.photobucket.com/albums/ww207/andiim3/php.png" alt="PHP" width="257" height="167" /></a><p class="wp-caption-text">PHP</p></div>
<p>How to save the resource in our project code? Should we repeat writing the same code in every page/file? We can save a lot of our time and resource by putting the same code or lines into a function or procedure.</p>
<p>In some programming language, such as Pascal, Batch, C, PHP, etc., we can make a single special file where we can store our functions and procedure, also some constant.<span id="more-43"></span></p>
<p>Files which stored functions and procedures generally called &#8220;<strong>library</strong>&#8220;. The reason? coz it store many functions&#8230; I don&#8217;t know the other reasons.. <img src='http://www.otakbali.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>For some constant (variables that store fixed value), we can put it on a editable file, like &#8220;config.php&#8221; in PHP or &#8220;config.tpu&#8221; in Pascal. So if we need some constant, we only need to call that file.</p>
<p>For example, we have some web pages that require same coding and data, but in different web design, should we write the same codes in every page? and how if there&#8217;s a minor change in the codes? it will make us work on those page again.</p>
<p>We can solve that problem by creating a single file that contain the function, and call the function from every page. So, if there&#8217;s any change on the code, we have to modify the file that contain the function only. In PHP, you can also include the file with &#8220;include()&#8221; function rather than calling for the function.</p>
<p>There a lot of free library out there, so you can use them to decrease your time in coding. For example <strong><a href="http://docs.jquery.com/Downloading_jQuery">jQuery</a></strong>, it is a free javascript library that store many function. There&#8217;s also <strong><a href="http://mootools.net">Mootools</a></strong>, it&#8217;s has same function with jQuery.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.otakbali.com/write-less-do-more.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
