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

<channel>
	<title>irfani.firdausy.com</title>
	<atom:link href="http://irfani.firdausy.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://irfani.firdausy.com</link>
	<description>Irfani Firdausy Live Journal</description>
	<pubDate>Mon, 05 Oct 2009 02:49:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to Hotlink-protect images using .htaccess</title>
		<link>http://irfani.firdausy.com/2009/10/05/how-to-hotlink-protect-images-using-htaccess/</link>
		<comments>http://irfani.firdausy.com/2009/10/05/how-to-hotlink-protect-images-using-htaccess/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 02:49:04 +0000</pubDate>
		<dc:creator>irfani</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://irfani.firdausy.com/?p=71</guid>
		<description><![CDATA[If your running apache server, you can do what you need by configuring your .htaccess file.
You would do something like this to prevent hotlinking of images -
RewriteEngine on
RewriteCond %{HTTP_REFERER}!^$
RewriteCond %{HTTP_REFERER}!^http://(www\.)?mydomain.com/.*$ [NC]
RewriteRule \.(gif¦jpg¦js¦css)$ - [F]
replace mydomain.com with your domain name and only your domain will be allowed to access files appeneded by .gif .jpg .js or [...]]]></description>
			<content:encoded><![CDATA[<p>If your running apache server, you can do what you need by configuring your .htaccess file.</p>
<p>You would do something like this to prevent hotlinking of images -</p>
<p>RewriteEngine on<br />
RewriteCond %{HTTP_REFERER}!^$<br />
RewriteCond %{HTTP_REFERER}!^http://(www\.)?mydomain.com/.*$ [NC]<br />
RewriteRule \.(gif¦jpg¦js¦css)$ - [F]</p>
<p>replace mydomain.com with your domain name and only your domain will be allowed to access files appeneded by .gif .jpg .js or .css</p>
<p>you can add other allowed domaine with extra lines e.g. -</p>
<p>RewriteEngine on<br />
RewriteCond %{HTTP_REFERER}!^$<br />
RewriteCond %{HTTP_REFERER}!^http://(www\.)?mydomain.com/.*$ [NC]<br />
RewriteCond %{HTTP_REFERER}!^http://(www\.)?domain1.com/.*$ [NC]<br />
RewriteCond %{HTTP_REFERER}!^http://(www\.)?domain2.com/.*$ [NC]<br />
RewriteCond %{HTTP_REFERER}!^http://(www\.)?domain3.com/.*$ [NC]<br />
RewriteRule \.(gif¦jpg¦js¦css)$ - [F]</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://irfani.firdausy.com/2009/10/05/how-to-hotlink-protect-images-using-htaccess/&amp;title=How+to+Hotlink-protect+images+using+.htaccess" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://irfani.firdausy.com/wp-content/plugins/social_bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://irfani.firdausy.com/2009/10/05/how-to-hotlink-protect-images-using-htaccess/&amp;title=How+to+Hotlink-protect+images+using+.htaccess" title="Add to&nbsp;digg"><img class="social_img" src="http://irfani.firdausy.com/wp-content/plugins/social_bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://irfani.firdausy.com/2009/10/05/how-to-hotlink-protect-images-using-htaccess/" title="Add to&nbsp;Facebook"><img class="social_img" src="http://irfani.firdausy.com/wp-content/plugins/social_bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://irfani.firdausy.com/2009/10/05/how-to-hotlink-protect-images-using-htaccess/&amp;title=How+to+Hotlink-protect+images+using+.htaccess" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://irfani.firdausy.com/wp-content/plugins/social_bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http://irfani.firdausy.com/2009/10/05/how-to-hotlink-protect-images-using-htaccess/&amp;title=How+to+Hotlink-protect+images+using+.htaccess" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://irfani.firdausy.com/wp-content/plugins/social_bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit.php?url=http://irfani.firdausy.com/2009/10/05/how-to-hotlink-protect-images-using-htaccess/&amp;title=How+to+Hotlink-protect+images+using+.htaccess" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://irfani.firdausy.com/wp-content/plugins/social_bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://irfani.firdausy.com/2009/10/05/how-to-hotlink-protect-images-using-htaccess/" title="Add to&nbsp;Technorati"><img class="social_img" src="http://irfani.firdausy.com/wp-content/plugins/social_bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://irfani.firdausy.com/2009/10/05/how-to-hotlink-protect-images-using-htaccess/&amp;t=How+to+Hotlink-protect+images+using+.htaccess" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://irfani.firdausy.com/wp-content/plugins/social_bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://irfani.firdausy.com/2009/10/05/how-to-hotlink-protect-images-using-htaccess/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Makanan Penurun Kolesterol</title>
		<link>http://irfani.firdausy.com/2009/08/19/makanan-penurun-kolesterol/</link>
		<comments>http://irfani.firdausy.com/2009/08/19/makanan-penurun-kolesterol/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 07:04:23 +0000</pubDate>
		<dc:creator>irfani</dc:creator>
		
		<category><![CDATA[Artikel Bagus]]></category>

		<guid isPermaLink="false">http://irfani.firdausy.com/?p=66</guid>
		<description><![CDATA[Gaya hidup merupakan salah satu faktor risiko penyebab kolesterol yang dapat diubah. Salah satu perubahan gaya hidup yang mudah dilakukan adalah dengan memilih konsumsi makanan yang tepat.
Ada beberapa jenis makanan yang efektif meningkatkan kolesterol baik (high-density lipoproteins/HDL). HDL berfungsi membuang kelebihan kolesterol dari sel dan dinding arteri serta membawa kolesterol kembali ke hati untuk dibuang. [...]]]></description>
			<content:encoded><![CDATA[<p>Gaya hidup merupakan salah satu faktor risiko penyebab kolesterol yang dapat diubah. Salah satu perubahan gaya hidup yang mudah dilakukan adalah dengan memilih konsumsi makanan yang tepat.</p>
<p>Ada beberapa jenis makanan yang efektif meningkatkan kolesterol baik (high-density lipoproteins/HDL). HDL berfungsi membuang kelebihan kolesterol dari sel dan dinding arteri serta membawa kolesterol kembali ke hati untuk dibuang. Oleh karena itu, dibutuhkan kesadaran sejak dini untuk mulai memilih-milih makanan yang sehat dikonsumsi.</p>
<p><span id="more-66"></span></p>
<p><strong>Kurangi Lemak jenuh</strong><br />
Salah satu pemicu peningkatan kolesterol adalah jumlah dan jenis lemak jenuh. Makanan yang berasal dari hewan, seperti susu, keju, daging, margarin, atau keju, biasanya mengandung lemak jenuh. Tapi ada juga bahan makanan dari tumbuhan yang mengandung lemak jenuh, misalnya minyak kelapa atau minyak sawit.</p>
<p><strong>Kedelai</strong><br />
Food and Drug Administration AS merekomendasikan konsumsi protein kedelai minimal 25 gram setiap hari untuk mengurangi kolesterol. Ada banyak pilihan makanan berbasis kedelai yang tersedia di sekitar kita, mulai dari tahu, tempe, hingga susu kedelai.</p>
<p><strong>Perbanyak serat</strong><br />
Penelitian menunjukkan, konsumsi kacang-kacangan setiap hari selama enam minggu bisa mengurangi kolesterol hingga 10 persen.</p>
<p>Serat yang mudah larut di air menghambat penyerapan kolesterol di usus sehingga membantu menurunkan jumlah kolesterol dalam darah. Serat yang mudah larut bisa kita temukan pada gandum, beras merah, kacang, apel, wortel, dan sebagian besar sayur dan buah-buahan.</p>
<p><strong>Konsumsi ikan</strong><br />
Penelitian menunjukkan asam lemak omega-3 yang ditemukan pada ikan, terutama ikan laut seperti salmon bisa membantu menurunkan lemak jahat dan meningkatkan kadar lemak baik, serta menurunkan trigliserida. The American Heart Association merekomendasikan untuk mengonsumsi minimal dua porsi ikan dalam seminggu.</p>
<p><strong>Alpukat</strong><br />
Buah alpukat merupakan sumber terbaik untuk lemak tak jenuh yang bisa membantu meningkatkan kadar kolesterol baik sekaligus menurunkan kolesterol jahat. Alpukat juga mengandung beta sitosterol yang bisa mengurangi penyerapan kolesterol dari makanan. Meski begitu, alpukat mengandung kalori tinggi, yakni 300 kalori dan 30 gram lemak. Karena itu konsumsi buah ini sebagai pengganti makanan tinggi lemak lainnya.</p>
<p><strong>Bawang putih</strong><br />
Selama ratusan tahun bawang putih telah digunakan oleh berbagai budaya di dunia. Suku Mesir memasukkan bawang putih dalam diet mereka untuk menambah stamina.</p>
<p>Dalam dunia modern, para peneliti berhasil mengetahui manfaat bawang putih untuk menurunkan kolesterol, mencegah sumbatan pembuluh darah, mengurangi tekanan darah, dan membantu tubuh melawan infeksi. Penelitian terkini menyebutkan bumbu ini mencegah terjadinya plak di arteri pada stadium dini, atau disebut juga nano plak.</p>
<p><strong>Bayam</strong><br />
Sayuran ini kaya akan lutein, pigmen berwarna kuning yang juga ditemukan pada sayuran berdaun hijau dan kuning telur. Reputasi lutein dalam menjaga penglihatan sudah terkenal. Penelitian terkini menunjukkan makanan yang kaya lutein juga melindungi kita dari serangan jantung dengan cara membentuk lapisan pelindung dinding arteri dari serangan kolesterol.</p>
<p><strong>Teh</strong><br />
Teh, baik diminum dalam kondisi dingin atau panas, memiliki kandungan antioksidan, Flavonoids. Studi membuktikan teh juga menjaga pembuluh darah tetap rileks dan mencegah sumbatan. Flavonoids dalam teh juga menujukkan bisa mencegah oksidasi kolesterol jahat yang menyebabkan terbentuknya plak di dinding arteri. Antioksidan yang sangat kuat ini mungkin juga menurunkan kolesterol dan tekanan darah.</p>
<p><strong>Cara mengolah</strong><br />
Yang tak kalah penting dalam menjaga kadar kolesterol tetap normal adalah pengolahan makanan. Meski makanan yang dipilih sudah berkolesterol rendah, kalau dimasak dengan minyak yang mengandung minyak jenuh, tetap saja makanan itu mengandung kolesterol tinggi.</p>
<p>Proses pengolahan makanan yang disarankan adalah dengan cara dikukus, bakar, atau rebus. Bila sudah terbiasa makanan yang digoreng, kurangi porsinya atau pilih cara masak dengan menumis yang memakai minyak dalam jumlah sedikit.</p>
<p>Sumber : http://kesehatan.kompas.com/read/xml/2009/08/19/08403092/makanan.penurun.kolesterol</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://irfani.firdausy.com/2009/08/19/makanan-penurun-kolesterol/&amp;title=Makanan+Penurun+Kolesterol" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://irfani.firdausy.com/wp-content/plugins/social_bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://irfani.firdausy.com/2009/08/19/makanan-penurun-kolesterol/&amp;title=Makanan+Penurun+Kolesterol" title="Add to&nbsp;digg"><img class="social_img" src="http://irfani.firdausy.com/wp-content/plugins/social_bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://irfani.firdausy.com/2009/08/19/makanan-penurun-kolesterol/" title="Add to&nbsp;Facebook"><img class="social_img" src="http://irfani.firdausy.com/wp-content/plugins/social_bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://irfani.firdausy.com/2009/08/19/makanan-penurun-kolesterol/&amp;title=Makanan+Penurun+Kolesterol" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://irfani.firdausy.com/wp-content/plugins/social_bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http://irfani.firdausy.com/2009/08/19/makanan-penurun-kolesterol/&amp;title=Makanan+Penurun+Kolesterol" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://irfani.firdausy.com/wp-content/plugins/social_bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit.php?url=http://irfani.firdausy.com/2009/08/19/makanan-penurun-kolesterol/&amp;title=Makanan+Penurun+Kolesterol" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://irfani.firdausy.com/wp-content/plugins/social_bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://irfani.firdausy.com/2009/08/19/makanan-penurun-kolesterol/" title="Add to&nbsp;Technorati"><img class="social_img" src="http://irfani.firdausy.com/wp-content/plugins/social_bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://irfani.firdausy.com/2009/08/19/makanan-penurun-kolesterol/&amp;t=Makanan+Penurun+Kolesterol" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://irfani.firdausy.com/wp-content/plugins/social_bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://irfani.firdausy.com/2009/08/19/makanan-penurun-kolesterol/feed/</wfw:commentRss>
		</item>
		<item>
		<title>101 Great Computer Programming Quotes</title>
		<link>http://irfani.firdausy.com/2009/08/07/101-great-computer-programming-quotes/</link>
		<comments>http://irfani.firdausy.com/2009/08/07/101-great-computer-programming-quotes/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 02:23:06 +0000</pubDate>
		<dc:creator>irfani</dc:creator>
		
		<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://irfani.firdausy.com/?p=62</guid>
		<description><![CDATA[&#8220;People always fear change.  People feared electricity when it was invented, didn&#8217;t they?  People feared coal, they feared gas-powered engines.  There will always be ignorance, and ignorance leads to fear.  But with time, people will come to accept their silicon masters.&#8221;
As Bill Gates once warned, computers have indeed become our silicon [...]]]></description>
			<content:encoded><![CDATA[<p>&#8220;People always fear change.  People feared electricity when it was invented, didn&#8217;t they?  People feared coal, they feared gas-powered engines.  There will always be ignorance, and ignorance leads to fear.  But with time, people will come to accept their silicon masters.&#8221;</p>
<p>As Bill Gates once warned, computers have indeed become our silicon masters, pervading nearly every aspect of our modern lives.  As a result, some of the greatest minds of our time have pondered the significance of computers and software on the human condition.  Following are 101 great quotes about computers, with an emphasis on programming, since after all this is a software development site.<br />
Computers</p>
<p><span id="more-62"></span></p>
<p>1. &#8220;Computers are useless.  They can only give you answers.&#8221;<br />
(Pablo Picasso)</p>
<p>2. &#8220;Computers are like bikinis. They save people a lot of guesswork.&#8221;<br />
(Sam Ewing)</p>
<p>3. &#8220;They have computers, and they may have other weapons of mass destruction.&#8221;<br />
(Janet Reno)</p>
<p>4. &#8220;That&#8217;s what&#8217;s cool about working with computers.  They don&#8217;t argue, they remember everything, and they don&#8217;t drink all your beer.&#8221;<br />
(Paul Leary)</p>
<p>5. &#8220;If the automobile had followed the same development cycle as the computer, a Rolls-Royce would today cost $100, get a million miles per gallon, and explode once a year, killing everyone inside.&#8221;<br />
(Robert X. Cringely)</p>
<p>Computer Intelligence</p>
<p>6. &#8220;Computers are getting smarter all the time.  Scientists tell us that soon they will be able to talk to us.  (And by ‘they&#8217;, I mean ‘computers&#8217;.  I doubt scientists will ever be able to talk to us.)&#8221;<br />
(Dave Barry)</p>
<p>7. &#8220;I&#8217;ve noticed lately that the paranoid fear of computers becoming intelligent and taking over the world has almost entirely disappeared from the common culture.  Near as I can tell, this coincides with the release of MS-DOS.&#8221;<br />
(Larry DeLuca)</p>
<p>8. &#8220;The question of whether computers can think is like the question of whether submarines can swim.&#8221;<br />
(Edsger W. Dijkstra)</p>
<p>9. &#8220;It&#8217;s ridiculous to live 100 years and only be able to remember 30 million bytes.  You know, less than a compact disc.  The human condition is really becoming more obsolete every minute.&#8221;<br />
(Marvin Minsky)</p>
<p>Trust</p>
<p>10. &#8220;The city&#8217;s central computer told you?  R2D2, you know better than to trust a strange computer!&#8221;<br />
(C3PO)</p>
<p>11. &#8220;Never trust a computer you can&#8217;t throw out a window.&#8221;<br />
(Steve Wozniak)</p>
<p>Hardware</p>
<p>12. &#8220;Hardware: The parts of a computer system that can be kicked.&#8221;<br />
(Jeff Pesis)</p>
<p>Software</p>
<p>13. &#8220;Most software today is very much like an Egyptian pyramid with millions of bricks piled on top of each other, with no structural integrity, but just done by brute force and thousands of slaves.&#8221;<br />
(Alan Kay)</p>
<p>14. &#8220;I&#8217;ve finally learned what ‘upward compatible&#8217; means.  It means we get to keep all our old mistakes.&#8221;<br />
(Dennie van Tassel)</p>
<p>Operating Systems</p>
<p>15. &#8220;There are two major products that come out of Berkeley: LSD and UNIX.  We don&#8217;t believe this to be a coincidence.&#8221;<br />
(Jeremy S. Anderson)</p>
<p>16. &#8220;19 Jan 2038 at 3:14:07 AM&#8221;<br />
(End of the word according to Unix-2^32 seconds after January 1, 1970)</p>
<p>17. &#8220;Every operating system out there is about equal&#8230; We all suck.&#8221;<br />
(Microsoft senior vice president Brian Valentine describing the state of the art in OS security, 2003)</p>
<p>18. &#8220;Microsoft has a new version out, Windows XP, which according to everybody is the ‘most reliable Windows ever.‘  To me, this is like saying that asparagus is ‘the most articulate vegetable ever.‘ &#8221;<br />
(Dave Barry)</p>
<p>Internet</p>
<p>19. &#8220;The Internet?  Is that thing still around?&#8221;<br />
(Homer Simpson)</p>
<p>20. &#8220;The Web is like a dominatrix.  Everywhere I turn, I see little buttons ordering me to Submit.&#8221;<br />
(Nytwind)</p>
<p>21. &#8220;Come to think of it, there are already a million monkeys on a million typewriters, and Usenet is nothing like Shakespeare.&#8221;<br />
(Blair Houghton)</p>
<p>Software Industry</p>
<p>22. &#8220;The most amazing achievement of the computer software industry is its continuing cancellation of the steady and staggering gains made by the computer hardware industry.&#8221;<br />
(Henry Petroski)</p>
<p>23. &#8220;True innovation often comes from the small startup who is lean enough to launch a market but lacks the heft to own it.&#8221;<br />
(Timm Martin)</p>
<p>24. &#8220;It has been said that the great scientific disciplines are examples of giants standing on the shoulders of other giants.  It has also been said that the software industry is an example of midgets standing on the toes of other midgets.&#8221;<br />
(Alan Cooper)</p>
<p>25. &#8220;It is not about bits, bytes and protocols, but profits, losses and margins.&#8221;<br />
(Lou Gerstner)</p>
<p>26. &#8220;We are Microsoft.  Resistance Is Futile.  You Will Be Assimilated.&#8221;<br />
(Bumper sticker)</p>
<p>Software Demos</p>
<p>27. &#8220;No matter how slick the demo is in rehearsal, when you do it in front of a live audience, the probability of a flawless presentation is inversely proportional to the number of people watching, raised to the power of the amount of money involved.&#8221;<br />
(Mark Gibbs)</p>
<p>Software Patents</p>
<p>28. &#8220;The bulk of all patents are crap.  Spending time reading them is stupid.  It&#8217;s up to the patent owner to do so, and to enforce them.&#8221;<br />
(Linus Torvalds)</p>
<p>Complexity</p>
<p>29. &#8220;Controlling complexity is the essence of computer programming.&#8221;<br />
(Brian Kernigan)</p>
<p>30. &#8220;Complexity kills.  It sucks the life out of developers, it makes products difficult to plan, build and test, it introduces security challenges, and it causes end-user and administrator frustration.&#8221;<br />
(Ray Ozzie)</p>
<p>31. &#8220;There are two ways of constructing a software design.  One way is to make it so simple that there are obviously no deficiencies. And the other way is to make it so complicated that there are no obvious deficiencies.&#8221;<br />
(C.A.R. Hoare)</p>
<p>32. &#8220;The function of good software is to make the complex appear to be simple.&#8221;<br />
(Grady Booch)</p>
<p>Ease of Use</p>
<p>33. &#8220;Just remember: you&#8217;re not a ‘dummy,&#8217; no matter what those computer books claim.  The real dummies are the people who-though technically expert-couldn&#8217;t design hardware and software that&#8217;s usable by normal consumers if their lives depended upon it.&#8221;<br />
(Walter Mossberg)</p>
<p>34. &#8220;Software suppliers are trying to make their software packages more ‘user-friendly&#8217;&#8230;  Their best approach so far has been to take all the old brochures and stamp the words ‘user-friendly&#8217; on the cover.&#8221;<br />
(Bill Gates)</p>
<p>35. &#8220;There&#8217;s an old story about the person who wished his computer were as easy to use as his telephone.  That wish has come true, since I no longer know how to use my telephone.&#8221;<br />
(Bjarne Stroustrup)</p>
<p>Users</p>
<p>36. &#8220;Any fool can use a computer.  Many do.&#8221;<br />
(Ted Nelson)</p>
<p>37. &#8220;There are only two industries that refer to their customers as ‘users&#8217;.&#8221;<br />
(Edward Tufte)</p>
<p>Programmers</p>
<p>38. &#8220;Programmers are in a race with the Universe to create bigger and better idiot-proof programs, while the Universe is trying to create bigger and better idiots.  So far the Universe is winning.&#8221;<br />
(Rich Cook)</p>
<p>39. &#8220;Most of you are familiar with the virtues of a programmer.  There are three, of course: laziness, impatience, and hubris.&#8221;<br />
(Larry Wall)</p>
<p>40. &#8220;The trouble with programmers is that you can never tell what a programmer is doing until it&#8217;s too late.&#8221;<br />
(Seymour Cray)</p>
<p>41. &#8220;That&#8217;s the thing about people who think they hate computers.  What they really hate is lousy programmers.&#8221;<br />
(Larry Niven)</p>
<p>42. &#8220;For a long time it puzzled me how something so expensive, so leading edge, could be so useless.  And then it occurred to me that a computer is a stupid machine with the ability to do incredibly smart things, while computer programmers are smart people with the ability to do incredibly stupid things.  They are, in short, a perfect match.&#8221;<br />
(Bill Bryson)</p>
<p>43. &#8220;Computer science education cannot make anybody an expert programmer any more than studying brushes and pigment can make somebody an expert painter.&#8221;<br />
(Eric Raymond)</p>
<p>44. &#8220;A programmer is a person who passes as an exacting expert on the basis of being able to turn out, after innumerable punching, an infinite series of incomprehensive answers calculated with micrometric precisions from vague assumptions based on debatable figures taken from inconclusive documents and carried out on instruments of problematical accuracy by persons of dubious reliability and questionable mentality for the avowed purpose of annoying and confounding a hopelessly defenseless department that was unfortunate enough to ask for the information in the first place.&#8221;<br />
(IEEE Grid newsmagazine)</p>
<p>45. &#8220;A hacker on a roll may be able to produce-in a period of a few months-something that a small development group (say, 7-8 people) would have a hard time getting together over a year.  IBM used to report that certain programmers might be as much as 100 times as productive as other workers, or more.&#8221;<br />
(Peter Seebach)</p>
<p>46. &#8220;The best programmers are not marginally better than merely good ones.  They are an order-of-magnitude better, measured by whatever standard: conceptual creativity, speed, ingenuity of design, or problem-solving ability.&#8221;<br />
(Randall E. Stross)</p>
<p>47. &#8220;A great lathe operator commands several times the wage of an average lathe operator, but a great writer of software code is worth 10,000 times the price of an average software writer.&#8221;<br />
(Bill Gates)<br />
Programming</p>
<p>48. &#8220;Don&#8217;t worry if it doesn&#8217;t work right.  If everything did, you&#8217;d be out of a job.&#8221;<br />
(Mosher&#8217;s Law of Software Engineering)</p>
<p>49. &#8220;Measuring programming progress by lines of code is like measuring aircraft building progress by weight.&#8221;<br />
(Bill Gates)</p>
<p>50. &#8220;Writing code has a place in the human hierarchy worth somewhere above grave robbing and beneath managing.&#8221;<br />
(Gerald Weinberg)</p>
<p>51. &#8220;First learn computer science and all the theory.  Next develop a programming style.  Then forget all that and just hack.&#8221;<br />
(George Carrette)</p>
<p>52. &#8220;First, solve the problem. Then, write the code.&#8221;<br />
(John Johnson)</p>
<p>53. &#8220;Optimism is an occupational hazard of programming; feedback is the treatment.&#8221;<br />
(Kent Beck)</p>
<p>54. &#8220;To iterate is human, to recurse divine.&#8221;<br />
(L. Peter Deutsch)</p>
<p>55. &#8220;The best thing about a boolean is even if you are wrong, you are only off by a bit.&#8221;<br />
(Anonymous)</p>
<p>56. &#8220;Should array indices start at 0 or 1?  My compromise of 0.5 was rejected without, I thought, proper consideration.&#8221;<br />
(Stan Kelly-Bootle)</p>
<p>Programming Languages</p>
<p>57. &#8220;There are only two kinds of programming languages: those people always bitch about and those nobody uses.&#8221;<br />
(Bjarne Stroustrup)</p>
<p>58. &#8220;PHP is a minor evil perpetrated and created by incompetent amateurs, whereas Perl is a great and insidious evil perpetrated by skilled but perverted professionals.&#8221;<br />
(Jon Ribbens)</p>
<p>59. &#8220;The use of COBOL cripples the mind; its teaching should therefore be regarded as a criminal offense.&#8221;<br />
(E.W. Dijkstra)</p>
<p>60. &#8220;It is practically impossible to teach good programming style to students that have had prior exposure to BASIC.  As potential programmers, they are mentally mutilated beyond hope of regeneration.&#8221;<br />
(E. W. Dijkstra)</p>
<p>61. &#8220;I think Microsoft named .Net so it wouldn&#8217;t show up in a Unix directory listing.&#8221;<br />
(Oktal)</p>
<p>62. &#8220;There is no programming language-no matter how structured-that will prevent programmers from making bad programs.&#8221;<br />
(Larry Flon)</p>
<p>63. &#8220;Computer language design is just like a stroll in the park.  Jurassic Park, that is.&#8221;<br />
(Larry Wall)</p>
<p>C/C++</p>
<p>64. &#8220;Fifty years of programming language research, and we end up with C++?&#8221;<br />
(Richard A. O&#8217;Keefe)</p>
<p>65. &#8220;Writing in C or C++ is like running a chain saw with all the safety guards removed.&#8221;<br />
(Bob Gray)</p>
<p>66. &#8220;In C++ it&#8217;s harder to shoot yourself in the foot, but when you do, you blow off your whole leg.&#8221;<br />
(Bjarne Stroustrup)</p>
<p>67. &#8220;C++ : Where friends have access to your private members.&#8221;<br />
(Gavin Russell Baker)</p>
<p>68. &#8220;One of the main causes of the fall of the Roman Empire was that-lacking zero-they had no way to indicate successful termination of their C programs.&#8221;<br />
(Robert Firth)</p>
<p>Java</p>
<p>69. &#8220;Java is, in many ways, C++-.&#8221;<br />
(Michael Feldman)</p>
<p>70. &#8220;Saying that Java is nice because it works on all OSes is like saying that anal sex is nice because it works on all genders.&#8221;<br />
(Alanna)</p>
<p>71. &#8220;Fine, Java MIGHT be a good example of what a programming language should be like.  But Java applications are good examples of what applications SHOULDN&#8217;T be like.&#8221;<br />
(pixadel)</p>
<p>72. &#8220;If Java had true garbage collection, most programs would delete themselves upon execution.&#8221;<br />
(Robert Sewell)</p>
<p>Open Source</p>
<p>73. &#8220;Software is like sex: It&#8217;s better when it&#8217;s free.&#8221;<br />
(Linus Torvalds)</p>
<p>74. &#8220;The only people who have anything to fear from free software are those whose products are worth even less.&#8221;<br />
(David Emery)</p>
<p>Code</p>
<p>75. &#8220;Good code is its own best documentation.&#8221;<br />
(Steve McConnell)</p>
<p>76. &#8220;Any code of your own that you haven&#8217;t looked at for six or more months might as well have been written by someone else.&#8221;<br />
(Eagleson&#8217;s Law)</p>
<p>77. &#8220;The first 90% of the code accounts for the first 90% of the development time.  The remaining 10% of the code accounts for the other 90% of the development time.&#8221;<br />
(Tom Cargill)</p>
<p>Software Development</p>
<p>78. &#8220;Good programmers use their brains, but good guidelines save us having to think out every case.&#8221;<br />
(Francis Glassborow)</p>
<p>79. &#8220;In software, we rarely have meaningful requirements.  Even if we do, the only measure of success that matters is whether our solution solves the customer&#8217;s shifting idea of what their problem is.&#8221;<br />
(Jeff Atwood)</p>
<p>80. &#8220;Considering the current sad state of our computer programs, software development is clearly still a black art, and cannot yet be called an engineering discipline.&#8221;<br />
(Bill Clinton)</p>
<p>81. &#8220;You can&#8217;t have great software without a great team, and most software teams behave like dysfunctional families.&#8221;<br />
(Jim McCarthy)</p>
<p>Debugging</p>
<p>82. &#8220;As soon as we started programming, we found to our surprise that it wasn&#8217;t as easy to get programs right as we had thought.  Debugging had to be discovered.  I can remember the exact instant when I realized that a large part of my life from then on was going to be spent in finding mistakes in my own programs.&#8221;<br />
(Maurice Wilkes discovers debugging, 1949)</p>
<p>83. &#8220;Debugging is twice as hard as writing the code in the first place.  Therefore, if you write the code as cleverly as possible, you are-by definition-not smart enough to debug it.&#8221;<br />
(Brian Kernighan)</p>
<p>84. &#8220;If debugging is the process of removing bugs, then programming must be the process of putting them in.&#8221;<br />
(Edsger W. Dijkstra)</p>
<p>Quality</p>
<p>85. &#8220;I don&#8217;t care if it works on your machine!  We are not shipping your machine!&#8221;<br />
(Vidiu Platon)</p>
<p>86. &#8220;Programming is like sex: one mistake and you&#8217;re providing support for a lifetime.&#8221;<br />
(Michael Sinz)</p>
<p>87. &#8220;There are two ways to write error-free programs; only the third one works.&#8221;<br />
(Alan J. Perlis)</p>
<p>88. &#8220;You can either have software quality or you can have pointer arithmetic, but you cannot have both at the same time.&#8221;<br />
(Bertrand Meyer)</p>
<p>89. &#8220;If McDonalds were run like a software company, one out of every hundred Big Macs would give you food poisoning, and the response would be, ‘We&#8217;re sorry, here&#8217;s a coupon for two more.&#8217; &#8221;<br />
(Mark Minasi)</p>
<p>90. &#8220;Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live.&#8221;<br />
(Martin Golding)</p>
<p>91. &#8220;To err is human, but to really foul things up you need a computer.&#8221;<br />
(Paul Ehrlich)</p>
<p>92. &#8220;A computer lets you make more mistakes faster than any invention in human history-with the possible exceptions of handguns and tequila.&#8221;<br />
(Mitch Radcliffe)</p>
<p>Predictions</p>
<p>93. &#8220;Everything that can be invented has been invented.&#8221;<br />
(Charles H. Duell, Commissioner, U.S. Office of Patents, 1899)</p>
<p>94. &#8220;I think there&#8217;s a world market for about 5 computers.&#8221;<br />
(Thomas J. Watson, Chairman of the Board, IBM, circa 1948)</p>
<p>95. &#8220;It would appear that we have reached the limits of what it is possible to achieve with computer technology, although one should be careful with such statements, as they tend to sound pretty silly in 5 years.&#8221;<br />
(John Von Neumann, circa 1949)</p>
<p>96. &#8220;But what is it good for?&#8221;<br />
(Engineer at the Advanced Computing Systems Division of IBM, commenting on the microchip, 1968)</p>
<p>97. &#8220;There is no reason for any individual to have a computer in his home.&#8221;<br />
(Ken Olson, President, Digital Equipment Corporation, 1977)</p>
<p>98. &#8220;640K ought to be enough for anybody.&#8221;<br />
(Bill Gates, 1981)</p>
<p>99. &#8220;Windows NT addresses 2 Gigabytes of RAM, which is more than any application will ever need.&#8221;<br />
(Microsoft, on the development of Windows NT, 1992)</p>
<p>100. &#8220;We will never become a truly paper-less society until the Palm Pilot folks come out with WipeMe 1.0.&#8221;<br />
(Andy Pierson)</p>
<p>101. &#8220;If it keeps up, man will atrophy all his limbs but the push-button finger.&#8221;<br />
(Frank Lloyd Wright)</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://irfani.firdausy.com/2009/08/07/101-great-computer-programming-quotes/&amp;title=101+Great+Computer+Programming+Quotes" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://irfani.firdausy.com/wp-content/plugins/social_bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://irfani.firdausy.com/2009/08/07/101-great-computer-programming-quotes/&amp;title=101+Great+Computer+Programming+Quotes" title="Add to&nbsp;digg"><img class="social_img" src="http://irfani.firdausy.com/wp-content/plugins/social_bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://irfani.firdausy.com/2009/08/07/101-great-computer-programming-quotes/" title="Add to&nbsp;Facebook"><img class="social_img" src="http://irfani.firdausy.com/wp-content/plugins/social_bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://irfani.firdausy.com/2009/08/07/101-great-computer-programming-quotes/&amp;title=101+Great+Computer+Programming+Quotes" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://irfani.firdausy.com/wp-content/plugins/social_bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http://irfani.firdausy.com/2009/08/07/101-great-computer-programming-quotes/&amp;title=101+Great+Computer+Programming+Quotes" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://irfani.firdausy.com/wp-content/plugins/social_bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit.php?url=http://irfani.firdausy.com/2009/08/07/101-great-computer-programming-quotes/&amp;title=101+Great+Computer+Programming+Quotes" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://irfani.firdausy.com/wp-content/plugins/social_bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://irfani.firdausy.com/2009/08/07/101-great-computer-programming-quotes/" title="Add to&nbsp;Technorati"><img class="social_img" src="http://irfani.firdausy.com/wp-content/plugins/social_bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://irfani.firdausy.com/2009/08/07/101-great-computer-programming-quotes/&amp;t=101+Great+Computer+Programming+Quotes" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://irfani.firdausy.com/wp-content/plugins/social_bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://irfani.firdausy.com/2009/08/07/101-great-computer-programming-quotes/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Obat Puyeng barang 2 menit</title>
		<link>http://irfani.firdausy.com/2009/07/31/obat-puyeng-barang-2-menit/</link>
		<comments>http://irfani.firdausy.com/2009/07/31/obat-puyeng-barang-2-menit/#comments</comments>
		<pubDate>Fri, 31 Jul 2009 06:45:56 +0000</pubDate>
		<dc:creator>irfani</dc:creator>
		
		<category><![CDATA[Humor]]></category>

		<guid isPermaLink="false">http://irfani.firdausy.com/?p=57</guid>
		<description><![CDATA[T : Kalau Asterix habis kerja berat dan capek sekali, jadinya apa ?
J : Pegel Linux
T : Monyet apa yang berdiri di tepi jalan ?
J : Monyetop angkot
T : Kota apa yang nilainya selalu tujuh ?
J : Salatiga, kalau saladua nilainya delapan
T : Kentang apa yang dingin ?
J : Kentangkuban perahu malam-malam
T : Tukang apa [...]]]></description>
			<content:encoded><![CDATA[<p>T : Kalau Asterix habis kerja berat dan capek sekali, jadinya apa ?<br />
J : Pegel Linux<br />
T : Monyet apa yang berdiri di tepi jalan ?<br />
J : Monyetop angkot<br />
T : Kota apa yang nilainya selalu tujuh ?<br />
J : Salatiga, kalau saladua nilainya delapan<br />
T : Kentang apa yang dingin ?<br />
J : Kentangkuban perahu malam-malam<br />
T : Tukang apa yang kalo dipanggil nengok ke atas ?<br />
J : Tukang gali sumur<br />
T : BMW apanya yang mahal ?<br />
J : W-nya, soalnya kalo diganti X jadi murah<br />
T : Saya punya uang Rp 150, terus saya beli permen Rp 75, berapa kembalinya<br />
?<br />
J : Kembalinya Rp 25, karena bayarnya pake uang ce&#8217;pe&#8217;an.<br />
T : Apa bedanya bulan sama matahari ?<br />
J : Kalau Matahari banyak discount, kalo bulan belum pernah ke sana tuh<br />
T : Di rambut ada, dikening ngga ada, di hidung ada, di alis ngga ada, di<br />
mulut ada, di mata dan pipi ngga ada, apakah itu ?<br />
J : Huruf U<br />
<span id="more-57"></span> T : 5 orang berjalan di bawah satu payung kecil tapi kenapa tidak ada<br />
satupun orang yang kehujanan ?<br />
J : Karena tidak hujan<br />
T : Katak apa yang bisa terbang ?<br />
J : Katakawan-kawan itu namanya burung<br />
T : Bis apa yang biasanya ada di pohon ?<br />
J : Bisa monyet bisa burung, terserah elo deh&#8230;<br />
T : Monyet apa yang senang maju mundur ?<br />
J : Monyet-trika baju<br />
T : Kalau orang kepalanya botak di depan itu tandanya pinter, kalau botak di<br />
belakang berarti kebanyakan mikir, kalau botak depan belakang apa?<br />
J : Dia pikir dia pinter<br />
T : Apa bedanya nasi goreng pedas dengan yang tidak pedas ?<br />
J : Kalau yang pedas karetnya dua<br />
T : Apa bahasa Inggrisnya nenek-nenek naik di atas pohon sambil joget?<br />
J : Believe it or not<br />
T : Apa persamaan Windows 98 dengan Orde Baru ?<br />
J : Banyak yang jadi korban akibat &#8220;Illegal Operation&#8221;<br />
T : Lele apa yang disukai anak-anak ?<br />
J : Leletubies<br />
T : Kenapa babi itu bau ?<br />
J : Karena ketiaknya ada empat<br />
T : Mobil apa yang malu untuk diucapkan ?<br />
J : Mobil-ang kentut<br />
T : Kenapa Dinamakan nasi goreng ?<br />
J : Karena Dina lapar<br />
T : Sapi apa yang larinya kencang ?<br />
J : Sapida motor<br />
T : Bunga apa yang bisa bikin orang tewas mengenaskan ?<br />
J : Bungalow rubuh<br />
T : Kera apa yang tahan lama ?<br />
J : Kerasan<br />
T : Rok apa yang dipakai saat perang ?<br />
J : Roket<br />
T : Kenapa bumi panas ?<br />
J : Karena Matahari buka cabang dimana-mana<br />
T : Binatang apa yang kepala, kaki dan badannya ada dikepala ?<br />
J : Kutu rambut<br />
T : Jika dibutuhkan dibuang, jika tidak disimpan ?<br />
J : Jangkar kapal<br />
T : Hidup dan matinya selalu ada diatas nggak pernah turun ?<br />
J : Lampu di langit-langit rumah<br />
T : Ban apa yang sering dicari polisi ?<br />
J : Bandar narkoba<br />
T : Sayur apa yang besar ?<br />
J : Dinosayurus<br />
T : Kera apa yang bisa karatan ?<br />
J : Kerangkeng besi<br />
T : Ayam apa yang dicari orang ?<br />
J : Ayam yang hilang<br />
T : Kayu apa yang renyah ?<br />
J : Kayupuk<br />
T : Sapi apa yang bisa nempel di tembok ?<br />
J : Sapiderman<br />
T : 3 Merk kendaraan apa saja yang berawalan huruf &#8220;Y&#8221; ?<br />
J : Yamaha, Ya Honda, Ya Suzuki, &#8230;.<br />
T : Jam apa yang muternya ke kiri ?<br />
J : Jam kidal<br />
T : Tempe apa yang menyakitkan ?<br />
J : Tempeleng<br />
T : Nenek apa yang jalannya loncat-loncat ?<br />
J : Neneknya kodok<br />
T : Belut apa yang paling berbahaya ?<br />
J : Belutang banyak ental bangklut<br />
T : Apa bahasa India-nya bumbu dapur ?<br />
J : Tumbar miri jahe (dibaca dengan gaya filem2 India)<br />
T : Kalau semangka dibolongin atasnya, terus dikerok isinya dan dikeringin<br />
airnya, terus digelindingin, semangkanya jadi apa ?<br />
J : Jadi jauh, khan digelindingin<br />
T : Pohon apa yang paling banyak pada hari Lebaran<br />
J : Pohon maaf lahir dan batin<br />
T : Lemari apa yang bisa masuk kantong ?<br />
J : Lemaribu<br />
T : Dewa apa yang merasa kesepian ?<br />
J : Dewaktu sendiri<br />
T : Pada nomor berapa pelari Indonesia mendapat medali emas dalam Sea Games<br />
di Kuala Lumpur ?<br />
J : Nomor satu, kalau nomor dua cuma dapat perak<br />
T : Hari apa yang nggak pernah ada tapi sering disebut-sebut orang ?<br />
J : Hari esok<br />
T : Binatang apa yang kakinya delapan ?<br />
J : Sapi digendog kuda<br />
T : Apa bedanya wayang, sepatu dan jengkol ?<br />
J : Kalau wayang ada semar, sepatu di semir, jengkol di semur<br />
T : Kenapa ikan ada di laut ?<br />
J : Karena di laut nggak ada kucing<br />
T : Kera apa yang basah ?<br />
J : Keramas<br />
T : Kentang apa yang bisa bikin bayi tertawa ?<br />
J : Kentang..ting. .tang..ting. .tung<br />
T : Hitam putih merah ?<br />
J : Zebra masuk angin habis dikerokin<br />
T : Ada jeruk lima kalau kamu minta satu, sisanya berapa ?<br />
J : Tetap lima, soalnya kamu nggak dikasih..<br />
T : Sapi apa yang bisa dipakai untuk menggambar ?<br />
J : Sapidol<br />
T : Kutu apa yang sering keluar dari mulut ?<br />
J : Kutukan<br />
T : Ayam apa yang dijadikan bilik ?<br />
J : Ayaman bambu<br />
T : Orang bule apanya yang hitam ?<br />
J : Bayangannya<br />
T : Buah apa yang paling ditakuti orang ?<br />
J : Buahaya<br />
T : Paku apa yang berwibawa dan disegani ?<br />
J : Pakumandan<br />
T : Katak apa yang satu saudara ?<br />
J : Katak beradik<br />
T : Ban apa yang bisa dimakan ?<br />
J : Bandeng<br />
T : Ban apa yang bisa diminum ?<br />
J : Bandrek<br />
T : Ban apa yang ada peyeumnya ?<br />
J : Bandung<br />
T : Sebutkan negara-negara yang berdekatan dengan Indonesia ?<br />
J : Negara tetangga<br />
T : Sambal apa yang mempunyai tegangan tinggi ?<br />
J : Sambal petil (sambar petir)<br />
T : Peribahasa apa yang bikin kembung ?<br />
J : Sambil menyelam minum air<br />
T : Lem apa yang enak dimakan ?<br />
J : Lemper ayam<br />
T : Apa arti peribahasa ayam kurus berbulu tebal ?<br />
J : Kena tipu tuh pembeli<br />
T : Tukang apa yang dipanggil nengok ke bawah ?<br />
J : Tukang betulin genteng<br />
T : Ada ngga ayam yang berkokok pagi-pagi ?<br />
J : Ngga ada, yang ada ayam berkokok ku..kuu..ru. .yuukkk..<br />
T : Apa beda unta dengan kangkung ?<br />
J : Kalau kangkung diurap kalau unta di Arab<br />
T : Kenapa kapal terbang nggak bisa mundur ?<br />
J : Karena kapal terbang nggak punya spion<br />
T : Bola apa yang nggak kelihatan ?<br />
J : Bolakang pintu<br />
T : Benda apa yang kalau dipotong tambah tinggi ?<br />
J : Celana panjang<br />
T : Negara apa yang selalu sukses ?<br />
J : Brasil (Berhasil)<br />
T : Mengapa gunung berapi meletus ?<br />
J : Karena kalau mencair gunung es namanya<br />
T : Kenapa wasit meniup peluit kalau ada pelanggaran oleh pemain bola ?<br />
J : Karena kalau bersiul bibirnya bakalan pegel, cobain aja&#8230;<br />
T : Kalau semua binatang bisa sekolah, binatang apa yang sering terlambat<br />
datang ke sekolah ?<br />
J : Kaki seribu, karena pakai sepatunya lama banget khan kakinya ada seribu<br />
T : Orang apa yang jatuh malah senang ?<br />
J : Orang yang jatuh cinta<br />
T : Danau apa yang paling terkenal ?<br />
J : Danau Top bah (danau toba dibaca pakai dialek batak)<br />
T : Kenapa leher angsa panjang ?<br />
J : Karena kalau pendek namanya bebek<br />
T : Kebo apa yang bikin cape ?<br />
J : Kebo-gor jalan kaki<br />
T : Kenapa anjing kalau dipanggil tuannya suka menggoyangkan ekornya ?<br />
J : Karena kalau kepalanya yang goyang berarti anjing itu lagi triping<br />
T : Kucing apa yang paling enak ?<br />
J : Kucing-cang daging kemudian dibuat perkedel<br />
T : Pin apa yang bikin sengsara ?<br />
J : Pin-jam duit terus nggak bisa kembalikan<br />
T : Keluar masuk ketemu apa ?<br />
J : Pintu<br />
T : Kalau dipencet lembek, tapi kalau dipukul tangan jadi sakit ?<br />
J : Nasi nempel di tembok<br />
T : Apa yang lebih berat dari 13 kapal pengangkut besi baja ?<br />
J : 14 kapal pengangkut besi baja<br />
T : Tali apa yang bisa menjangkau seluruh dunia ?<br />
J : Tali-phone<br />
T : Ayam apa yang sembahyang hari minggu ?<br />
J : Chiken Salad Sundae (baca : Chiken Shalat Sunday)<br />
T : Sebutkan 3 lagu yang ada kata kuta-nya ?<br />
J : 1. Di Kuta Bali, 2. Kuta-kut mamaku marah, 3. Burung Kakak Kuta<br />
T : Buah apa yang nama dan rasanya sama ?<br />
J : Asam<br />
T : Lahir di Arab, besar di Arab, tapi ngga bisa bahasa Arab ?<br />
J : Unta<br />
T : Sayur apa yang bisa dibuat nyanyian ?<br />
J : Sayur-nara<br />
T : Sandal apa yang paling enak ?<br />
J : Sandal terasi<br />
T : Kuda apa yang ngos-ngosan jalannya ?<br />
J : Kuda-ki gunung<br />
T : Apa bahasa Rusianya kesenggol mobil ?<br />
J : Keseremvet Chevrolet<br />
T : Apa bedanya bajaj sama kura-kura ?<br />
J : Kura-kura kalau didekatin kepalanya masuk kedalam, kalau bajaj disuruh<br />
mendekat kepalanya keluar &#8220;mau ke mana bu ?&#8221;<br />
T : Aku ada dipinggir api dan ditengah air ?<br />
J : Huruf i<br />
T : Ada 3 anak mau membeli choki-choki, tapi uangnya hanya cukup untuk 2<br />
buah, setelah dibeli ternyata dapat 3, jadi yang satu lagi dari mana ?<br />
J : Satu lagi dari Mayora<br />
T : Kaca apa yang paling lebar ?<br />
J : Kaca-matan Tebet<br />
T : Taman apa yang bisa terbang ?<br />
J : Taman-tamanku sih bilang itu Superman<br />
***</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://irfani.firdausy.com/2009/07/31/obat-puyeng-barang-2-menit/&amp;title=Obat+Puyeng+barang+2+menit" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://irfani.firdausy.com/wp-content/plugins/social_bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://irfani.firdausy.com/2009/07/31/obat-puyeng-barang-2-menit/&amp;title=Obat+Puyeng+barang+2+menit" title="Add to&nbsp;digg"><img class="social_img" src="http://irfani.firdausy.com/wp-content/plugins/social_bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://irfani.firdausy.com/2009/07/31/obat-puyeng-barang-2-menit/" title="Add to&nbsp;Facebook"><img class="social_img" src="http://irfani.firdausy.com/wp-content/plugins/social_bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://irfani.firdausy.com/2009/07/31/obat-puyeng-barang-2-menit/&amp;title=Obat+Puyeng+barang+2+menit" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://irfani.firdausy.com/wp-content/plugins/social_bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http://irfani.firdausy.com/2009/07/31/obat-puyeng-barang-2-menit/&amp;title=Obat+Puyeng+barang+2+menit" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://irfani.firdausy.com/wp-content/plugins/social_bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit.php?url=http://irfani.firdausy.com/2009/07/31/obat-puyeng-barang-2-menit/&amp;title=Obat+Puyeng+barang+2+menit" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://irfani.firdausy.com/wp-content/plugins/social_bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://irfani.firdausy.com/2009/07/31/obat-puyeng-barang-2-menit/" title="Add to&nbsp;Technorati"><img class="social_img" src="http://irfani.firdausy.com/wp-content/plugins/social_bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://irfani.firdausy.com/2009/07/31/obat-puyeng-barang-2-menit/&amp;t=Obat+Puyeng+barang+2+menit" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://irfani.firdausy.com/wp-content/plugins/social_bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://irfani.firdausy.com/2009/07/31/obat-puyeng-barang-2-menit/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SEO Primer - 7 Basics of SEO</title>
		<link>http://irfani.firdausy.com/2009/04/10/seo-primer-7-basics-of-seo/</link>
		<comments>http://irfani.firdausy.com/2009/04/10/seo-primer-7-basics-of-seo/#comments</comments>
		<pubDate>Fri, 10 Apr 2009 06:25:02 +0000</pubDate>
		<dc:creator>irfani</dc:creator>
		
		<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://irfani.firdausy.com/?p=50</guid>
		<description><![CDATA[Article printed from SEO-News: http://www.seo-news.com
HTML version available at: http://www.seo-news.com/archives.html
SEO Primer - 7 Basics of SEO
By George Peirson (c) 2009
We are going to look at 7 Basics of SEO below. These aren&#8217;t the
only things you want to know about SEO, but are the areas you
should learn first. Some topics will only take you a minute,
some will [...]]]></description>
			<content:encoded><![CDATA[<p>Article printed from SEO-News: http://www.seo-news.com<br />
HTML version available at: http://www.seo-news.com/archives.html</p>
<p><strong>SEO Primer - 7 Basics of SEO<br />
By George Peirson (c) 2009</strong></p>
<p>We are going to look at 7 Basics of SEO below. These aren&#8217;t the<br />
only things you want to know about SEO, but are the areas you<br />
should learn first. Some topics will only take you a minute,<br />
some will take a little longer, and others will become an<br />
ongoing process. But after reading through this list you should<br />
have a good handle on where to start and where to proceed next.<br />
<span id="more-50"></span></p>
<p>SEO Basic 1: Let&#8217;s start off with a definition. SEO stands for<br />
&#8220;Search Engine Optimization&#8221; and is the process by which you<br />
Optimize your web site so that it is positioned well in the<br />
search engines. This is not the same thing as designing a site<br />
so that it attracts customers and entices them to buy.</p>
<p>SEO is what you do specifically on your site to improve your<br />
Search Engine Position. If you do a search on Google for any<br />
search term you will be presented with a list of links. At the<br />
top of the page and along the right side will be PPC links where<br />
someone pays an amount per click to get positioned. With PPC the<br />
more you pay the better your position. Most people only glance<br />
at these listings. You don&#8217;t need SEO to get one of these<br />
positions, just lots of money.</p>
<p>The body of the page contains &#8220;organic&#8221; listings. These links are<br />
listed in the order that Google determined best fit your search,<br />
with the best match first. There are only 10 listings per page,<br />
most people will only look at the 1st page, maybe the 2nd. So<br />
your site needs to be listed within the top 10 and at the worst<br />
within the top 20 for any useful exposure. With SEO you will be<br />
adjusting your site code so that your site will rank highly.<br />
This can be a daunting process as there may be thousands of<br />
sites competing for the same top listing. A trick is to aim your<br />
pages at less popular search terms to get higher placement. It<br />
is better to be on page one for a term that gets 1,000 searches<br />
per month than to be on page three for a search term that gets<br />
millions of visits.</p>
<p>SEO Basic 2: Your web site must be search engine friendly. The<br />
search engines send out &#8220;spiders&#8221; or &#8220;bots&#8221; cataloging web pages<br />
they come across. If the search engine has trouble getting<br />
through to your pages it will either rank your page poorly, or<br />
skip your site all together. Making your site Search Engine<br />
Friendly means having the code easily accessible, no errors in<br />
the code, and guiding the search engine through your site.</p>
<p>Try to steer away from complicated coding when possible. Check<br />
your site for coding errors. This is fairly easy to do with web<br />
programs like Dreamweaver which do this for you automatically.<br />
Plan on having text based navigation on every page. This is<br />
usually placed at the bottom of the pages. You may also want to<br />
have a &#8220;Site Map&#8221; page with easy to follow text based links to<br />
all of your important pages. Search Engines will look for a Site<br />
Map and will use that to navigate a site if available.</p>
<p>SEO Basic 3: The Most Important SEO Aspect is Keywords. Keywords<br />
are the terms you type into a search engine to find interesting<br />
web sites. You need to know what search terms people are likely<br />
to use to find your site, then use those terms as your Keywords.<br />
Make a list of the keyword combinations you can think of that<br />
you would use to find your site. Try them all on a search engine<br />
and see the results.</p>
<p>You need to see how these search terms perform on the web and<br />
what other search terms could be used. A great free tool to help<br />
with this research is available at Google:</p>
<p>https://adwords.google.com/select/KeywordToolExternal</p>
<p>You type in a search term, then you are given a list of similar<br />
search terms, how often they were searched and some advertiser<br />
comparison figures. You can quickly find additional keywords and<br />
to see how well they perform. A good idea is to optimize your<br />
site for a less frequently used keyword combinations so that you<br />
can achieve a higher placement. The Google Keyword Tool will<br />
help you figure this out.</p>
<p>Focus on keyword groups with 3 or 4 keywords. Many times<br />
keywords will overlap, so you can focus on a longer keyword<br />
combination and cover many other combinations at the same time.<br />
For instance, if you are designing a page to sell Photoshop<br />
Training, you can optimize for this keyword phrase &#8220;Adobe<br />
Photoshop Training Video&#8221;. This will not only give you optimized<br />
performance for this keyword combination but also for these<br />
other keywords and combinations as well:</p>
<p>Adobe<br />
Photoshop<br />
Training<br />
Adobe Photoshop<br />
Photoshop Training<br />
Adobe Photoshop Training<br />
Photoshop Training Video</p>
<p>So try to come up with a multiple keyword combination that will<br />
contain several other keyword combinations as well.</p>
<p>Once you know what keywords you want to use you are ready to<br />
place those keywords on your page. The main places you want to<br />
use the keywords are:</p>
<p>In the meta title of the page<br />
In the meta description of the page<br />
In the first sentence on the page<br />
In all of the image alt tags<br />
In links to and from the page<br />
Well represented in the body text of the page</p>
<p>Make sure you Pick the right keywords, and make sure they cover<br />
more than 5% of the word usage on the page. An easy way to get<br />
more keywords onto a page is by using lists such as:</p>
<p>We carry:<br />
Adobe Photoshop Training Video Sets for Educators<br />
Adobe Photoshop Training Video Sets for Students<br />
Adobe Photoshop Training Video Sets for Business</p>
<p>Keep in mind that your page text should still be user friendly.<br />
If you use your keywords too frequently or in strange ways on<br />
your page, it may rank better in the search engines, but it will<br />
drive away visitors. Who wants to read a poorly written page?</p>
<p>SEO Basic 4: Don&#8217;t try anything funny. There are lots of<br />
&#8220;tricky&#8221; things you can do to cram more keywords into a page<br />
without annoying your visitors. The problem is that the search<br />
engines know about these tricks and will penalize your site if<br />
you use them. So don&#8217;t do any of the following or you may find<br />
your web site disappear completely from the search engine<br />
listings.</p>
<p>White letters on white background, or any other similar text<br />
coloring trick. Even using a very light gray text on a white<br />
background, or very dark gray text on a black background can get<br />
you bumped from the search engines.</p>
<p>Don&#8217;t repeat your keyword over and over again. People used to<br />
do things like this at the top or bottom of their pages:<br />
Photoshop Photoshop Photoshop. This worked in the early days of<br />
search engine optimization, but no longer. You should also not<br />
try this trick in alt tags, image names, links or other places<br />
in your code. The search engines will spot this and you will be<br />
penalized.</p>
<p>Don&#8217;t put keywords into comment tags. Also don&#8217;t put keywords<br />
in hidden form fields. The search engines will spot these and<br />
mark you down accordingly.</p>
<p>Even though putting keywords into image names and alt tags is a<br />
great idea, don&#8217;t think that you can just create a bunch of<br />
clear gif images sized at 1&#215;1 and fill those with keywords. The<br />
search engines are very good at spotting tricks like this as<br />
well.</p>
<p>So use your keywords appropriately, don&#8217;t try to sneak one past<br />
the search engines and you should do just fine. Just keep in<br />
mind, if you think that you need to hide the keywords to trick<br />
the search engine you can rest assured that they have already<br />
thought of that and will do their best to devalue your site<br />
accordingly if you use these &#8220;black hat&#8221; tricks.</p>
<p>SEO Basic 5: All pages should have links to other pages. The<br />
main search engines like links. They like outside sites linking<br />
into yours, but they also like links within your site going to<br />
other pages. So in this case having more pages can be useful.<br />
Also since you now have all these pages that you are linking to<br />
it gives you a great place to use some more keywords. Make sure<br />
that your links include your keywords.</p>
<p>But, and this could have been in section 4 above, don&#8217;t create<br />
&#8220;doorway pages&#8221; that redirect you to another page. It used to be<br />
common SEO practice to create lots of doorway pages, each one<br />
stuffed with specific keywords, all of which would redirect the<br />
visitor to the actual page they were looking for. This would<br />
give your site lots of pages, with lots of internal links and<br />
would allow you to tightly optimize these doorway pages for<br />
specific keywords, but the search engines have gotten wise to<br />
this trick and now penalize the use of redirect pages. So don&#8217;t<br />
use redirects unless you absolutely need to and never use<br />
doorway pages.</p>
<p>SEO Basic 6: Only optimize a page for one or two keyword groups.<br />
More than that just dilutes your keyword ratio. The search<br />
engines will analyze your web page to determine which words are<br />
used as keywords. They do this by looking at the title, the<br />
description, the page heading and the words used on the page.<br />
They then determine how relevant your keywords are to your page.<br />
So, if you try to use too many different keywords on a page, it<br />
will only bring down the percentage of any individual keyword or<br />
group for that page. It is better to optimize for a larger<br />
keyword group as discussed above than to try to optimize a page<br />
for a lot of individual keywords that can&#8217;t be easily used in<br />
one sentence. If you need to have a page optimized for several<br />
different, unrelated keywords you are better off creating<br />
several different pages and re-writing the body text on each<br />
page to match the keywords you are optimizing for. This will<br />
make each page relevant for the specific keyword and will get a<br />
better placement in the search engines.</p>
<p>SEO Basic 7: Be patient. Even with a perfectly optimized web<br />
site it can take several months for it to rise in the search<br />
engine standings. I usually recommend waiting at least 90 days<br />
and up to 6 months to see how well a web page is doing in the<br />
search engines. Also, even though you have gone to great lengths<br />
to target a specific keyword or keyword combination keep in mind<br />
that the search engines aren&#8217;t required to agree with you. So<br />
when checking your standings look at several different search<br />
terms that you discovered in your research and see how well your<br />
page is placing. Hopefully you will find that your chosen<br />
keywords are getting your page listed the way you want, showing<br />
that your SEO has worked properly.</p>
<p>If you find that your page is ranking better for a different<br />
keyword, you should examine your page code to see why and make<br />
adjustments as needed. Maybe your page is placing higher for a<br />
keyword combination you weren&#8217;t focusing on, but it is still a<br />
good combination for your goals. This gives you an ideal<br />
opportunity to go with that new combination to achieve even<br />
higher placing.</p>
<p>So, get started right now on your SEO. The longer you wait, the<br />
longer it will be before your web site is showing well up in the<br />
search engines.</p>
<p>In Closing</p>
<p>There is a lot more to SEO than just these 7 quick points, but<br />
this will get you started on the right path. Go through these<br />
steps and your web pages will be well positioned for any other<br />
SEO you may want to perform on your site in the future.<br />
==========================================<br />
George Peirson is a successful Entrepreneur and Internet Trainer.<br />
He is the author of over 40 multimedia based tutorial training<br />
titles and several design articles. To get his Free e-Book &#8220;Web<br />
Design Tips&#8221; visit http://www.howtogurus.com<br />
==========================================</p>
<p><strong>Copyright © 2009 Jayde Online, Inc.  All Rights Reserved.</strong></p>
<p><strong>SEO-News is a registered service mark of Jayde Online, Inc.</strong></p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://irfani.firdausy.com/2009/04/10/seo-primer-7-basics-of-seo/&amp;title=SEO+Primer+-+7+Basics+of+SEO" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://irfani.firdausy.com/wp-content/plugins/social_bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://irfani.firdausy.com/2009/04/10/seo-primer-7-basics-of-seo/&amp;title=SEO+Primer+-+7+Basics+of+SEO" title="Add to&nbsp;digg"><img class="social_img" src="http://irfani.firdausy.com/wp-content/plugins/social_bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://irfani.firdausy.com/2009/04/10/seo-primer-7-basics-of-seo/" title="Add to&nbsp;Facebook"><img class="social_img" src="http://irfani.firdausy.com/wp-content/plugins/social_bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://irfani.firdausy.com/2009/04/10/seo-primer-7-basics-of-seo/&amp;title=SEO+Primer+-+7+Basics+of+SEO" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://irfani.firdausy.com/wp-content/plugins/social_bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http://irfani.firdausy.com/2009/04/10/seo-primer-7-basics-of-seo/&amp;title=SEO+Primer+-+7+Basics+of+SEO" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://irfani.firdausy.com/wp-content/plugins/social_bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit.php?url=http://irfani.firdausy.com/2009/04/10/seo-primer-7-basics-of-seo/&amp;title=SEO+Primer+-+7+Basics+of+SEO" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://irfani.firdausy.com/wp-content/plugins/social_bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://irfani.firdausy.com/2009/04/10/seo-primer-7-basics-of-seo/" title="Add to&nbsp;Technorati"><img class="social_img" src="http://irfani.firdausy.com/wp-content/plugins/social_bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://irfani.firdausy.com/2009/04/10/seo-primer-7-basics-of-seo/&amp;t=SEO+Primer+-+7+Basics+of+SEO" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://irfani.firdausy.com/wp-content/plugins/social_bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://irfani.firdausy.com/2009/04/10/seo-primer-7-basics-of-seo/feed/</wfw:commentRss>
		</item>
		<item>
		<title>State of the Web 2008</title>
		<link>http://irfani.firdausy.com/2009/01/17/state-of-the-web-2008/</link>
		<comments>http://irfani.firdausy.com/2009/01/17/state-of-the-web-2008/#comments</comments>
		<pubDate>Sat, 17 Jan 2009 09:52:50 +0000</pubDate>
		<dc:creator>irfani</dc:creator>
		
		<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://irfani.firdausy.com/?p=43</guid>
		<description><![CDATA[John Allsopp has put together the data from his extensive State of the Web 2008 survey. In it you will find details on who was surveyed to set context, the browser / os usage claimed, and answers on the use of technology such as:

Markup usage
CSS and other presentation technology
JavaScript, Ajax, and the DOM
Flash, Silverlight and [...]]]></description>
			<content:encoded><![CDATA[<p>John Allsopp has put together the data from his <a href="http://www.webdirections.org/the-state-of-the-web-2008/">extensive State of the Web 2008</a> survey. In it you will find details on <a href="http://www.webdirections.org/the-state-of-the-web-2008/state-of-the-web-who-was-surveyed/">who was surveyed</a> to set context, the <a href="http://www.webdirections.org/the-state-of-the-web-2008/browsers-and-operating-systems/">browser / os usage</a> claimed, <a href="http://www.webdirections.org/the-state-of-the-web-2008/current-practice-and-technologies/">and answers on the use of technology</a> such as:</p>
<ul>
<li><a href="http://www.webdirections.org/the-state-of-the-web-2008/markup/">Markup usage</a></li>
<li><a href="http://www.webdirections.org/the-state-of-the-web-2008/css-and-other-presentation-technologies/">CSS and other presentation technology</a></li>
<li><a href="http://www.webdirections.org/the-state-of-the-web-2008/javascript-ajax-and-the-dom/">JavaScript, Ajax, and the DOM</a></li>
<li><a href="http://www.webdirections.org/the-state-of-the-web-2008/flash-silverlight-and-other-embedded-content/">Flash, Silverlight and embedded content</a></li>
<li><a href="http://www.webdirections.org/the-state-of-the-web-2008/back-end-development-languages-and-systems">Backend systems</a></li>
</ul>
<p><span id="more-43"></span></p>
<p>John and Scroll Magazine have a nice conclusion:</p>
<blockquote><p>In this first of its kind study, over 1200 web professionals from across the globe, in a broad range of industry sectors and organization types, were surveyed on the browsers, operating systems, development technologies and practices they use when building web sites and applications.</p>
<p>Some surprising results from the survey include</p>
<ul>
<li>Nearly half the respondents use Mac OS X Leopard, and over half use a non Windows Operating system. Windows XP still outweighs Windows Vista among these users by a factor of 4 to 1 as their operating system of choice.</li>
<li>Just a small majority, less than 5%, use any version of Internet Explorer as their primary browser, while Firefox dominates as the browser for choice, with over 60% market share. Safari 3 follows with 21%, and the much talked about Chrome on just 4%.</li>
<li>Only a tiny handful use Internet Explorer 8 beta as their browser of choice.</li>
<li>Despite the hype of the iPhone, less than 20% of respondents use the mobile web, and a similar number develop sites optimized for mobiles.</li>
</ul>
<p><strong>Web Development technologies</strong></p>
<p>When it comes to web technology use, standards based and open source technologies dominate.</p>
<ul>
<li>Only 3% of respondents say they never validate their sites while 70% say that they frequently or always do.</li>
<li>Only 10% of respondents say they use tables for layout, while well over 90% use CSS for styling their pages.</li>
<li>35% of respondents say they use microformats in their markup.</li>
<li>95% of respondents use JavaScript, and of these, almost all use libraries.</li>
<li>JQuery is the dominant library used by some way, with 60% of respondents saying they use it.</li>
</ul>
<p>With plug-in technologies, Flash continues to dominate, with a market share of around 60%. Silverlight still has a lot of work to do to catch the long time industry leader, with a bare 2%, little more than the Real format. Apple’s Quicktime has a surprising 20% of the market.<br />
Java applets have all but disappeared from the toolset of these early adopter developers.</p>
<p>On the back end, open source accounts for the majority of technologies used. Among server operating systems Linux at nearly 60% is used more than twice as often as Windows at 28%, with Unix also well represented at 17%. Even Mac OS X, which is usually far down survey lists for server OSs, is used by 5.5% of respondents.<br />
Apache at 70% is the dominant web server, with IIS at 23%.</p>
<p>Over 90% sites are database driven, with the open source MySQL at 70% and PostrgeSQL at 10% together accounting for the significant majority of sites by respondents. Microsoft’s SQL Server at 22% and Oracle at 9% were the other widely used database systems.</p>
<p>When it comes to server side programming languages, PHP is the most commonly used, at 63%, with JavaScript at 55%, ASP.NET at 17% and Python at 15%. Despite its flavor of the month status, Ruby comes in at 14%, with Java at 12%, indicating that the language which came to prominence with the rise of the web is well and truly being challenged from all sides when it comes to web back end development.</p>
<p>taken from :  http://ajaxian.com/archives/state-of-the-web-2008</p></blockquote>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://irfani.firdausy.com/2009/01/17/state-of-the-web-2008/&amp;title=State+of+the+Web+2008" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://irfani.firdausy.com/wp-content/plugins/social_bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://irfani.firdausy.com/2009/01/17/state-of-the-web-2008/&amp;title=State+of+the+Web+2008" title="Add to&nbsp;digg"><img class="social_img" src="http://irfani.firdausy.com/wp-content/plugins/social_bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://irfani.firdausy.com/2009/01/17/state-of-the-web-2008/" title="Add to&nbsp;Facebook"><img class="social_img" src="http://irfani.firdausy.com/wp-content/plugins/social_bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://irfani.firdausy.com/2009/01/17/state-of-the-web-2008/&amp;title=State+of+the+Web+2008" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://irfani.firdausy.com/wp-content/plugins/social_bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http://irfani.firdausy.com/2009/01/17/state-of-the-web-2008/&amp;title=State+of+the+Web+2008" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://irfani.firdausy.com/wp-content/plugins/social_bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit.php?url=http://irfani.firdausy.com/2009/01/17/state-of-the-web-2008/&amp;title=State+of+the+Web+2008" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://irfani.firdausy.com/wp-content/plugins/social_bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://irfani.firdausy.com/2009/01/17/state-of-the-web-2008/" title="Add to&nbsp;Technorati"><img class="social_img" src="http://irfani.firdausy.com/wp-content/plugins/social_bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://irfani.firdausy.com/2009/01/17/state-of-the-web-2008/&amp;t=State+of+the+Web+2008" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://irfani.firdausy.com/wp-content/plugins/social_bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://irfani.firdausy.com/2009/01/17/state-of-the-web-2008/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Shalat Istikharah</title>
		<link>http://irfani.firdausy.com/2009/01/01/shalat-istikharah/</link>
		<comments>http://irfani.firdausy.com/2009/01/01/shalat-istikharah/#comments</comments>
		<pubDate>Thu, 01 Jan 2009 13:49:18 +0000</pubDate>
		<dc:creator>irfani</dc:creator>
		
		<category><![CDATA[Islam]]></category>

		<guid isPermaLink="false">http://irfani.firdausy.com/?p=38</guid>
		<description><![CDATA[Shalat Istikharah
Dari Wikipedia bahasa Indonesia, ensiklopedia bebas
Shalat Istikharah adalah shalat sunnat yang dikerjakan untuk meminta petunjuk Allah oleh mereka yang berada diantara beberapa pilihan dan merasa ragu-ragu untuk memilih. Spektrum masalah dalam hal ini tidak dibatasi. Seseorang dapat shalat istikharah untuk menentukan dimana ia kuliah, siapa yang lebih cocok menjadi jodohnya atau perusahaan mana yang [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Shalat Istikharah</strong><br />
Dari Wikipedia bahasa Indonesia, ensiklopedia bebas<br />
Shalat Istikharah adalah shalat sunnat yang dikerjakan untuk meminta petunjuk Allah oleh mereka yang berada diantara beberapa pilihan dan merasa ragu-ragu untuk memilih. Spektrum masalah dalam hal ini tidak dibatasi. Seseorang dapat shalat istikharah untuk menentukan dimana ia kuliah, siapa yang lebih cocok menjadi jodohnya atau perusahaan mana yang lebih baik ia pilih. Setelah shalat istikharah, maka dengan ijin Allah pelaku akan diberi kemantapan hati dalam memilih.</p>
<p><span id="more-38"></span></p>
<p><strong>Waktu Pengerjaan</strong><br />
Pada dasarnya shalat istikharah dapat dilaksanakan kapan saja namun dianjurkan pada waktu sepertiga malam terakhir.</p>
<p><strong>Niat Shalat</strong><br />
Niat shalat ini, sebagaimana juga shalat-shalat yang lain cukup diucapkan didalam hati, yang terpenting adalah niat hanya semata karena Allah Ta&#8217;ala semata dengan hati yang ikhlas dan mengharapkan Ridho Nya, apabila ingin dilafalkan jangan terlalu keras sehingga mengganggu Muslim lainnya, memang ada beberapa pendapat tentang niat ini gunakanlah dengan hikmah bijaksana.</p>
<p><strong>Tata Cara</strong><br />
Shalat istikharah boleh dikerjakan dua rakaat atau hingga dua belas rakaat (enam salam)</p>
<p>Selepas membaca Al-Fatihah pada rakaat yang pertama, baca Surah Al-Kafiruun (1 kali). Selepas membaca Al-Fatihah pada rakaat yang kedua, baca 1 Surah Al-Ikhlas (1 kali). Ada pula bacaan lainnya, selepas membaca Al-Fatihah pada rakaat yang pertama, baca ayat Al-Kursi (7 kali). Selepas membaca Al-Fatihah pada rakaat yang kedua, baca Surah Al-Ikhlas (11 kali).</p>
<p>Setelah salam dilanjutkan do&#8217;a shalat istikaharh kemudian memohon petunjuk dan mengutarakan masalah yang dihadapi. Sebuah hadits tentang do&#8217;a setelah shalat istikharah dari Jabir r.a mengemukakan bahwa do&#8217;a tersebut dapat berbunyi :</p>
<p>&#8220;Ya Allah, aku memohon petunjuk kebaikan kepada-Mu dengan ilmu-Mu. Aku memohon kekuatan dengan kekuatan-Mu. Ya Allah, seandainya Engkau tahu bahwa masalah ini baik untukku dalam agamaku, kehidupanku dan jalan hidupku, jadikanlah untukku dan mudahkanlah bagi dan berkahilah aku di dalam masalah ini. Namun jika Engkau tahu bahwa masalah ini buruk untukku, agamaku dan jalan hidupku, jauhkan aku darinya dan jauhkan masalah itu dariku. Tetapkanlah bagiku kebaikan dimana pun kebaikan itu berada dan ridhailah aku dengan kebaikan itu&#8221;. (HR Al Bukhari)</p>
<p>diambil dari : http://id.wikipedia.org/wiki/Shalat_Istikharah</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://irfani.firdausy.com/2009/01/01/shalat-istikharah/&amp;title=Shalat+Istikharah" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://irfani.firdausy.com/wp-content/plugins/social_bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://irfani.firdausy.com/2009/01/01/shalat-istikharah/&amp;title=Shalat+Istikharah" title="Add to&nbsp;digg"><img class="social_img" src="http://irfani.firdausy.com/wp-content/plugins/social_bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://irfani.firdausy.com/2009/01/01/shalat-istikharah/" title="Add to&nbsp;Facebook"><img class="social_img" src="http://irfani.firdausy.com/wp-content/plugins/social_bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://irfani.firdausy.com/2009/01/01/shalat-istikharah/&amp;title=Shalat+Istikharah" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://irfani.firdausy.com/wp-content/plugins/social_bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http://irfani.firdausy.com/2009/01/01/shalat-istikharah/&amp;title=Shalat+Istikharah" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://irfani.firdausy.com/wp-content/plugins/social_bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit.php?url=http://irfani.firdausy.com/2009/01/01/shalat-istikharah/&amp;title=Shalat+Istikharah" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://irfani.firdausy.com/wp-content/plugins/social_bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://irfani.firdausy.com/2009/01/01/shalat-istikharah/" title="Add to&nbsp;Technorati"><img class="social_img" src="http://irfani.firdausy.com/wp-content/plugins/social_bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://irfani.firdausy.com/2009/01/01/shalat-istikharah/&amp;t=Shalat+Istikharah" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://irfani.firdausy.com/wp-content/plugins/social_bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://irfani.firdausy.com/2009/01/01/shalat-istikharah/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Satu Yahoo! Messenger, Banyak ID</title>
		<link>http://irfani.firdausy.com/2008/12/31/satu-yahoo-messenger-banyak-id/</link>
		<comments>http://irfani.firdausy.com/2008/12/31/satu-yahoo-messenger-banyak-id/#comments</comments>
		<pubDate>Wed, 31 Dec 2008 03:07:53 +0000</pubDate>
		<dc:creator>irfani</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://irfani.firdausy.com/?p=35</guid>
		<description><![CDATA[Ada saja orang yang punya lebih dari satu Yahoo! ID untuk Yahoo! Messenger. Supaya semua Yahoo! ID itu bisa dipakai pada saat bersamaan, orang itu bisa mengunduh dan memasang Yahoo! Multi Messenger.
Sebetulnya, Anda tidak perlu mengunduh Yahoo! Multi Messenger kalau di komputer Anda sudah ada Yahoo! Messenger versi 8. Cukup “towel-towel” registry via Registry Editor, [...]]]></description>
			<content:encoded><![CDATA[<p>Ada saja orang yang punya lebih dari satu Yahoo! ID untuk Yahoo! Messenger. Supaya semua Yahoo! ID itu bisa dipakai pada saat bersamaan, orang itu bisa mengunduh dan memasang Yahoo! Multi Messenger.</p>
<p>Sebetulnya, Anda tidak perlu mengunduh Yahoo! Multi Messenger kalau di komputer Anda sudah ada Yahoo! Messenger versi 8. Cukup “towel-towel” registry via Registry Editor, Anda sudah dapat fitur baru di Yahoo! Messenger 8 Anda. Pilih mana? Edit registry yang makan waktu hanya semenit atau mengunduh program baru yang bermenit-menit?</p>
<p>Kalau Anda memilih yang cara pertama, ikuti langkah-langkah berikut.<br />
1.	Jalankan Registry Editor dengan cara mengklik [Start] &gt; [Run], ketikkan “regedit”, dan tekan [Enter].<br />
2.	Setelah jendela Registry Editor terbuka, masuklah ke HKEY_CURRENT_USER-Software-Yahoo-pager.<br />
3.	Klik kanan, pilih [New] &gt; [DWORD Value], beri nama &#8220;Plural&#8221;, klik [OK].<br />
4.	Klik ganda value yang baru Anda buat tadi, beri nilai value data-nya 1 dan tekan [Enter] atau klik [OK].<br />
5.	Silakan jalankan Yahoo! Messenger Anda.</p>
<p>diambil dari http://tekno.kompas.com/read/xml/2008/12/04/1011406/satu.yahoo.messenger.banyak.id</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://irfani.firdausy.com/2008/12/31/satu-yahoo-messenger-banyak-id/&amp;title=Satu+Yahoo%21+Messenger%2C+Banyak+ID" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://irfani.firdausy.com/wp-content/plugins/social_bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://irfani.firdausy.com/2008/12/31/satu-yahoo-messenger-banyak-id/&amp;title=Satu+Yahoo%21+Messenger%2C+Banyak+ID" title="Add to&nbsp;digg"><img class="social_img" src="http://irfani.firdausy.com/wp-content/plugins/social_bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://irfani.firdausy.com/2008/12/31/satu-yahoo-messenger-banyak-id/" title="Add to&nbsp;Facebook"><img class="social_img" src="http://irfani.firdausy.com/wp-content/plugins/social_bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://irfani.firdausy.com/2008/12/31/satu-yahoo-messenger-banyak-id/&amp;title=Satu+Yahoo%21+Messenger%2C+Banyak+ID" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://irfani.firdausy.com/wp-content/plugins/social_bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http://irfani.firdausy.com/2008/12/31/satu-yahoo-messenger-banyak-id/&amp;title=Satu+Yahoo%21+Messenger%2C+Banyak+ID" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://irfani.firdausy.com/wp-content/plugins/social_bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit.php?url=http://irfani.firdausy.com/2008/12/31/satu-yahoo-messenger-banyak-id/&amp;title=Satu+Yahoo%21+Messenger%2C+Banyak+ID" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://irfani.firdausy.com/wp-content/plugins/social_bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://irfani.firdausy.com/2008/12/31/satu-yahoo-messenger-banyak-id/" title="Add to&nbsp;Technorati"><img class="social_img" src="http://irfani.firdausy.com/wp-content/plugins/social_bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://irfani.firdausy.com/2008/12/31/satu-yahoo-messenger-banyak-id/&amp;t=Satu+Yahoo%21+Messenger%2C+Banyak+ID" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://irfani.firdausy.com/wp-content/plugins/social_bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://irfani.firdausy.com/2008/12/31/satu-yahoo-messenger-banyak-id/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Konversi Angka ke Huruf</title>
		<link>http://irfani.firdausy.com/2008/12/31/konversi-angka-ke-huruf/</link>
		<comments>http://irfani.firdausy.com/2008/12/31/konversi-angka-ke-huruf/#comments</comments>
		<pubDate>Wed, 31 Dec 2008 02:11:48 +0000</pubDate>
		<dc:creator>irfani</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://irfani.firdausy.com/?p=32</guid>
		<description><![CDATA[Script ini berguna jika kita mau membuat konversi angka ke huruf
&#60;?php
// by irfani.firdausy.com
function ctword($x) {
$x = abs($x);
$number = array(&#8221;", &#8220;satu&#8221;, &#8220;dua&#8221;, &#8220;tiga&#8221;, &#8220;empat&#8221;, &#8220;lima&#8221;,
&#8220;enam&#8221;, &#8220;tujuh&#8221;, &#8220;delapan&#8221;, &#8220;sembilan&#8221;, &#8220;sepuluh&#8221;, &#8220;sebelas&#8221;);
$temp = &#8220;&#8221;;
if ($x &#60;12) {
$temp = &#8221; &#8220;. $number[$x];
} else if ($x &#60;20) {
$temp = ctword($x - 10). &#8221; belas&#8221;;
} else if ($x &#60;100) {
$temp = [...]]]></description>
			<content:encoded><![CDATA[<p>Script ini berguna jika kita mau membuat konversi angka ke huruf</p>
<p>&lt;?php<br />
// by irfani.firdausy.com<br />
function ctword($x) {<br />
$x = abs($x);<br />
$number = array(&#8221;", &#8220;satu&#8221;, &#8220;dua&#8221;, &#8220;tiga&#8221;, &#8220;empat&#8221;, &#8220;lima&#8221;,<br />
&#8220;enam&#8221;, &#8220;tujuh&#8221;, &#8220;delapan&#8221;, &#8220;sembilan&#8221;, &#8220;sepuluh&#8221;, &#8220;sebelas&#8221;);<br />
$temp = &#8220;&#8221;;</p>
<p>if ($x &lt;12) {<br />
$temp = &#8221; &#8220;. $number[$x];<br />
} else if ($x &lt;20) {<br />
$temp = ctword($x - 10). &#8221; belas&#8221;;<br />
} else if ($x &lt;100) {<br />
$temp = ctword($x/10).&#8221; puluh&#8221;. ctword($x % 10);<br />
} else if ($x &lt;200) {<br />
$temp = &#8221; seratus&#8221; . ctword($x - 100);<br />
} else if ($x &lt;1000) {<br />
$temp = ctword($x/100) . &#8221; ratus&#8221; . ctword($x % 100);<br />
} else if ($x &lt;2000) {<br />
$temp = &#8221; seribu&#8221; . ctword($x - 1000);<br />
} else if ($x &lt;1000000) {<br />
$temp = ctword($x/1000) . &#8221; ribu&#8221; . ctword($x % 1000);<br />
} else if ($x &lt;1000000000) {<br />
$temp = ctword($x/1000000) . &#8221; juta&#8221; . ctword($x % 1000000);<br />
} else if ($x &lt;1000000000000) {<br />
$temp = ctword($x/1000000000) . &#8221; milyar&#8221; . ctword(fmod($x,1000000000));<br />
} else if ($x &lt;1000000000000000) {<br />
$temp = ctword($x/1000000000000) . &#8221; trilyun&#8221; . ctword(fmod($x,1000000000000));<br />
}<br />
return $temp;<br />
}<br />
function terbilang($x,$style=4,$strcomma=&#8221;,&#8221;) {<br />
if($x&lt;0) {<br />
$result = &#8220;minus &#8220;. trim(ctword($x));<br />
} else {<br />
$arrnum=explode(&#8221;$strcomma&#8221;,$x);<br />
$arrcount=count($arrnum);<br />
if ($arrcount==1){<br />
$result = trim(ctword($x));<br />
}else if ($arrcount&gt;1){<br />
$result = trim(ctword($arrnum[0])) . &#8221; koma &#8221; . trim(ctword($arrnum[1]));<br />
}<br />
}<br />
switch ($style) {<br />
case 1: //1=uppercase  dan<br />
$result = strtoupper($result);<br />
break;<br />
case 2: //2= lowercase<br />
$result = strtolower($result);<br />
break;<br />
case 3: //3= uppercase on first letter for each word<br />
$result = ucwords($result);<br />
break;<br />
default: //4= uppercase on first letter<br />
$result = ucfirst($result);<br />
break;<br />
}<br />
return $result;<br />
}<br />
?&gt;<br />
&lt;form  method=&#8221;post&#8221;&gt;<br />
Masukkan Angka &lt;input name=&#8221;input&#8221; type=&#8221;text&#8221; id=&#8221;input&#8221; value=&#8221;&lt;?=$_POST['input']?&gt;&#8221;/&gt;<br />
&lt;input name=&#8221;Show&#8221; type=&#8221;submit&#8221; id=&#8221;Show&#8221; value=&#8221;Show&#8221; /&gt;<br />
&lt;/form&gt;<br />
&lt;? if (isset($_POST['Show']))<br />
{<br />
$input = trim($_POST['input']);</p>
<p>$hasil = terbilang($input,$style=4,$strcomma=&#8221;,&#8221;);<br />
echo &#8220;Terbilang : &#8220;. $hasil;<br />
}<br />
?&gt;</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://irfani.firdausy.com/2008/12/31/konversi-angka-ke-huruf/&amp;title=Konversi+Angka+ke+Huruf" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://irfani.firdausy.com/wp-content/plugins/social_bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://irfani.firdausy.com/2008/12/31/konversi-angka-ke-huruf/&amp;title=Konversi+Angka+ke+Huruf" title="Add to&nbsp;digg"><img class="social_img" src="http://irfani.firdausy.com/wp-content/plugins/social_bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://irfani.firdausy.com/2008/12/31/konversi-angka-ke-huruf/" title="Add to&nbsp;Facebook"><img class="social_img" src="http://irfani.firdausy.com/wp-content/plugins/social_bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://irfani.firdausy.com/2008/12/31/konversi-angka-ke-huruf/&amp;title=Konversi+Angka+ke+Huruf" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://irfani.firdausy.com/wp-content/plugins/social_bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http://irfani.firdausy.com/2008/12/31/konversi-angka-ke-huruf/&amp;title=Konversi+Angka+ke+Huruf" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://irfani.firdausy.com/wp-content/plugins/social_bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit.php?url=http://irfani.firdausy.com/2008/12/31/konversi-angka-ke-huruf/&amp;title=Konversi+Angka+ke+Huruf" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://irfani.firdausy.com/wp-content/plugins/social_bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://irfani.firdausy.com/2008/12/31/konversi-angka-ke-huruf/" title="Add to&nbsp;Technorati"><img class="social_img" src="http://irfani.firdausy.com/wp-content/plugins/social_bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://irfani.firdausy.com/2008/12/31/konversi-angka-ke-huruf/&amp;t=Konversi+Angka+ke+Huruf" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://irfani.firdausy.com/wp-content/plugins/social_bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://irfani.firdausy.com/2008/12/31/konversi-angka-ke-huruf/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Mengambil beberapa kata dari sebuah kalimat</title>
		<link>http://irfani.firdausy.com/2008/12/18/mengambil-beberapa-kata-dari-sebuah-kalimat/</link>
		<comments>http://irfani.firdausy.com/2008/12/18/mengambil-beberapa-kata-dari-sebuah-kalimat/#comments</comments>
		<pubDate>Thu, 18 Dec 2008 03:12:30 +0000</pubDate>
		<dc:creator>irfani</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://irfani.firdausy.com/?p=29</guid>
		<description><![CDATA[Terkadang kita ingin mengambil beberapa kata awalan dari sebuah kalimat atau berita.

&#60;?
//programmed by irfani.firdausy.com
function get_kata($kalimat,$batasan)
{
$get_kata = explode(" ",strip_tags($kalimat));
$jumlah = count($get_kata);
if ($jumlah &#62; $batasan )
{
for ($i=0; $i&#60;$batasan; $i++)
{
echo "$get_kata[$i] &#8220;;
}
}
else if($jumlah &#60;= $batasan )
{
for ($i=0; $i&#60;$jumlah; $i++)
{
echo &#8220;$get_kata[$i] &#8220;;
}
}
}
$kalimat= &#8220;&#60;p&#62;pagi ini saya bangun jam 5.30 &#60;br&#62; terus sholat, terus mandi terus berangkat ke kantor&#60;/p&#62;&#8221;;
get_kata($kalimat,5);
?&#62;


Bookmark It















]]></description>
			<content:encoded><![CDATA[<p>Terkadang kita ingin mengambil beberapa kata awalan dari sebuah kalimat atau berita.<br />
<code><br />
&lt;?<br />
//programmed by irfani.firdausy.com</p>
<p>function get_kata($kalimat,$batasan)<br />
{<br />
$get_kata = explode(" ",strip_tags($kalimat));<br />
$jumlah = count($get_kata);<br />
if ($jumlah &gt; $batasan )<br />
{<br />
for ($i=0; $i&lt;$batasan; $i++)<br />
{<br />
echo "$get_kata[$i] &#8220;;<br />
}</p>
<p>}<br />
else if($jumlah &lt;= $batasan )<br />
{<br />
for ($i=0; $i&lt;$jumlah; $i++)<br />
{<br />
echo &#8220;$get_kata[$i] &#8220;;<br />
}</p>
<p>}<br />
}</p>
<p>$kalimat= &#8220;&lt;p&gt;pagi ini saya bangun jam 5.30 &lt;br&gt; terus sholat, terus mandi terus berangkat ke kantor&lt;/p&gt;&#8221;;<br />
get_kata($kalimat,5);<br />
?&gt;</code></p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://irfani.firdausy.com/2008/12/18/mengambil-beberapa-kata-dari-sebuah-kalimat/&amp;title=Mengambil+beberapa+kata+dari+sebuah+kalimat" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://irfani.firdausy.com/wp-content/plugins/social_bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://irfani.firdausy.com/2008/12/18/mengambil-beberapa-kata-dari-sebuah-kalimat/&amp;title=Mengambil+beberapa+kata+dari+sebuah+kalimat" title="Add to&nbsp;digg"><img class="social_img" src="http://irfani.firdausy.com/wp-content/plugins/social_bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://irfani.firdausy.com/2008/12/18/mengambil-beberapa-kata-dari-sebuah-kalimat/" title="Add to&nbsp;Facebook"><img class="social_img" src="http://irfani.firdausy.com/wp-content/plugins/social_bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://irfani.firdausy.com/2008/12/18/mengambil-beberapa-kata-dari-sebuah-kalimat/&amp;title=Mengambil+beberapa+kata+dari+sebuah+kalimat" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://irfani.firdausy.com/wp-content/plugins/social_bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http://irfani.firdausy.com/2008/12/18/mengambil-beberapa-kata-dari-sebuah-kalimat/&amp;title=Mengambil+beberapa+kata+dari+sebuah+kalimat" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://irfani.firdausy.com/wp-content/plugins/social_bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit.php?url=http://irfani.firdausy.com/2008/12/18/mengambil-beberapa-kata-dari-sebuah-kalimat/&amp;title=Mengambil+beberapa+kata+dari+sebuah+kalimat" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://irfani.firdausy.com/wp-content/plugins/social_bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://irfani.firdausy.com/2008/12/18/mengambil-beberapa-kata-dari-sebuah-kalimat/" title="Add to&nbsp;Technorati"><img class="social_img" src="http://irfani.firdausy.com/wp-content/plugins/social_bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://irfani.firdausy.com/2008/12/18/mengambil-beberapa-kata-dari-sebuah-kalimat/&amp;t=Mengambil+beberapa+kata+dari+sebuah+kalimat" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://irfani.firdausy.com/wp-content/plugins/social_bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://irfani.firdausy.com/2008/12/18/mengambil-beberapa-kata-dari-sebuah-kalimat/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
