<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Knowledge Sharing</title>
	<atom:link href="http://blog.danigunawan.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.danigunawan.com</link>
	<description>"Say it... although a word..."</description>
	<lastBuildDate>Mon, 04 Jan 2010 10:17:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Fixing WordPress 2.9 Upgrade Error</title>
		<link>http://blog.danigunawan.com/tips-and-trick/fixing-wordpress-2-9-upgrade-error/</link>
		<comments>http://blog.danigunawan.com/tips-and-trick/fixing-wordpress-2-9-upgrade-error/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 10:17:12 +0000</pubDate>
		<dc:creator>Dagu</dc:creator>
				<category><![CDATA[Tips and Trick]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[patch]]></category>
		<category><![CDATA[Upgrade]]></category>

		<guid isPermaLink="false">http://blog.danigunawan.com/?p=612</guid>
		<description><![CDATA[I&#8217;ve experienced a problem while upgrading to Wordpress 2.9 a few days ago. My blog didn&#8217;t show the RSS widget. Some error are found in my dashboard also.

So, I started searching on the Internet how to solve my problem. And finally I found that there are some bugs in WordPress 2.9. They are:
Bug tersebut adalah:

Major [...]


Related posts:<ol><li><a href='http://blog.danigunawan.com/tips-and-trick/wordpress-error-after-automatic-upgrading/' rel='bookmark' title='Permanent Link: WordPress Error After Automatic Upgrading'>WordPress Error After Automatic Upgrading</a></li>
<li><a href='http://blog.danigunawan.com/tips-and-trick/wordpress-error-open_basedir-restriction-in-effect/' rel='bookmark' title='Permanent Link: Wordpress Error: open_basedir restriction in effect'>Wordpress Error: open_basedir restriction in effect</a></li>
<li><a href='http://blog.danigunawan.com/review/wordpress-2-8-review/' rel='bookmark' title='Permanent Link: WordPress 2.8 Review'>WordPress 2.8 Review</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve experienced a problem while upgrading to Wordpress 2.9 a few days ago. My blog didn&#8217;t show the RSS widget. Some error are found in my dashboard also.</p>
<p style="text-align: center;"><img class="aligncenter" title="Wordpress 2.9 Error" src="http://danigunawan.com/wp-content/uploads/2010/01/curl_setopt.jpg" alt="curl set opt" width="400" height="51" /></p>
<p>So, I started searching on the Internet how to solve my problem. And finally I found that there are some bugs in WordPress 2.9. They are:</p>
<p>Bug tersebut adalah:</p>
<ul>
<li><a title="major bug wordpress 2.9" href="http://core.trac.wordpress.org/ticket/11219" target="_blank">Major bug</a> was simply dismissed</li>
<li><a title="a related critical bug" href="http://core.trac.wordpress.org/ticket/11168" target="_blank">A related critical bug</a> was only <a title="partially fixed" href="http://core.trac.wordpress.org/ticket/11518" target="_blank">partially fixed</a>)</li>
<li><a title="a last critical bug" href="http://core.trac.wordpress.org/ticket/11505" target="_blank">A last critical bug</a> (and its <a title="child bug" href="http://core.trac.wordpress.org/ticket/11499" target="_blank">child bug</a>) crept in <a title="last" href="http://core.trac.wordpress.org/changeset/12424" target="_blank">at the last moment</a></li>
</ul>
<p>As a result of this:</p>
<ul>
<li>RSS widgets are completely broken on servers that are missing both of iconv and multi-byte string functions;</li>
<li>The curl transport is broken on some servers with an outdated library. This breaks the WP cron, and with it future posting, pings, etc.</li>
</ul>
<p>Not all sites are affected, of course. Most aren&#8217;t, in fact. But for those few who are, the situation is frustrating.</p>
<p>To solve this problem, you need to follow this steps:</p>
<p>1. Download this patch (from semiologic.com):</p>
<p><a title="wordpress 2.9 patch" href="http://danigunawan.com/wp-content/uploads/2010/01/wp-2.9-patch.zip" target="_blank">WordPress 2.9 Patch</a></p>
<p>2. Extract all files (class-simplepie.php, default-widgets.php, http.php) to <strong>wp-includes</strong> directory. Replace the old files with the patch files.</p>
<p>3. Done…</p>
<p>Good luck… :)</p>


<p>Related posts:<ol><li><a href='http://blog.danigunawan.com/tips-and-trick/wordpress-error-after-automatic-upgrading/' rel='bookmark' title='Permanent Link: WordPress Error After Automatic Upgrading'>WordPress Error After Automatic Upgrading</a></li>
<li><a href='http://blog.danigunawan.com/tips-and-trick/wordpress-error-open_basedir-restriction-in-effect/' rel='bookmark' title='Permanent Link: Wordpress Error: open_basedir restriction in effect'>Wordpress Error: open_basedir restriction in effect</a></li>
<li><a href='http://blog.danigunawan.com/review/wordpress-2-8-review/' rel='bookmark' title='Permanent Link: WordPress 2.8 Review'>WordPress 2.8 Review</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.danigunawan.com/tips-and-trick/fixing-wordpress-2-9-upgrade-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress Error: open_basedir restriction in effect</title>
		<link>http://blog.danigunawan.com/tips-and-trick/wordpress-error-open_basedir-restriction-in-effect/</link>
		<comments>http://blog.danigunawan.com/tips-and-trick/wordpress-error-open_basedir-restriction-in-effect/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 00:10:36 +0000</pubDate>
		<dc:creator>Dagu</dc:creator>
				<category><![CDATA[Tips and Trick]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[open_basedir]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://blog.danigunawan.com/?p=609</guid>
		<description><![CDATA[Yesterday I need to post my photo in my special blog for photography, http://lens.danigunawan.com. But, what happened??? My blog didn&#8217;t appear correctly!!! I got these error messages:
Warning: is_dir() [function.is-dir]: open_basedir restriction in effect.
File(/) is not within the allowed path(s):
(/home/MY_ACCOUNT:/usr/lib/php:/usr/php4/lib/php:/usr/local/lib/php:
/usr/local/php4/lib/php:/tmp) in /home/MY_ACCOUNT/wp-includes/functions.php
on line 1942

Warning: file_exists() [function.file-exists]: open_basedir restriction in effect.
File(/) is not within the allowed path(s):
(/home/MY_ACCOUNT:/usr/lib/php:/usr/php4/lib/php:/usr/local/lib/php:
/usr/local/php4/lib/php:/tmp) [...]


Related posts:<ol><li><a href='http://blog.danigunawan.com/tips-and-trick/wordpress-error-after-automatic-upgrading/' rel='bookmark' title='Permanent Link: WordPress Error After Automatic Upgrading'>WordPress Error After Automatic Upgrading</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Yesterday I need to post my photo in my special blog for photography, <a title="lensa dani gunawan" href="http://lens.danigunawan.com" target="_blank">http://lens.danigunawan.com</a>. But, what happened??? My blog didn&#8217;t appear correctly!!! I got these error messages:</p>
<pre>Warning: is_dir() [function.is-dir]: open_basedir restriction in effect.
File(/) is not within the allowed path(s):
(/home/MY_ACCOUNT:/usr/lib/php:/usr/php4/lib/php:/usr/local/lib/php:
/usr/local/php4/lib/php:/tmp) in /home/MY_ACCOUNT/wp-includes/functions.php
on line 1942

Warning: file_exists() [function.file-exists]: open_basedir restriction in effect.
File(/) is not within the allowed path(s):
(/home/MY_ACCOUNT:/usr/lib/php:/usr/php4/lib/php:/usr/local/lib/php:
/usr/local/php4/lib/php:/tmp) in /home/MY_ACCOUNT/wp-includes/functions.php
on line 1933

Warning: is_dir() [function.is-dir]: open_basedir restriction in effect.
File(/) is not within the allowed path(s):
(/home/MY_ACCOUNT:/usr/lib/php:/usr/php4/lib/php:/usr/local/lib/php:
/usr/local/php4/lib/php:/tmp) in /home/MY_ACCOUNT/wp-includes/functions.php
on line 1942</pre>
<p>FYI, I created my blog using <a title="wordpress org" href="http://www.wordpress.org" target="_blank">wordpress</a>. It&#8217;s the best blog engine ever.. :) After asking some questions to uncle Google, I found that some people have asked the same questions. But they don&#8217;t get the solution yet. I started thinking, then I decided to check the database. I looked into tables <strong>wp_options</strong> (For example I use the default prefix &#8220;wp_&#8221;, table prefix depends on wordpress configuration). I scanned one-by-one, and I found something suspicious in column <strong>option_name = &#8216;upload_path&#8217;</strong>. The value of column <strong>option_value = &#8216;/home/MY_ACCOUNT/wp-content/uploads&#8217;</strong>. After comparing with column option_value from the &#8220;healthy&#8221; blog, I changed the value to <strong>&#8216;wp-content/uploads&#8217;</strong>.</p>
<p>Back to my favorite browser&#8230;, then I pressed <strong>F5</strong>. Tadaaaa&#8230; error in <a title="photography blog" href="http://lens.danigunawan.com" target="_blank">my photography blog</a> disappeared&#8230; :)</p>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">Kemarin, ketika rindu ingin posting hasil fotografi, kubuka blog khususku mengenai fotografi yang beralamat di http://lens.danigunawan.com. Tapi apa yangterjadi??? Ternyata blog fotografi-ku rusak!!! Muncul error seperti di bawah ini:</p>
<p>Warning: is_dir() [function.is-dir]: open_basedir restriction in effect. File(/) is not within the allowed path(s):</p>
<p>(/home/MY_WEBHOSTING_ACCOUNT:/usr/lib/php:/usr/php4/lib/php:/usr/local/lib/php:/usr/local/php4/lib/php:/tmp) in</p>
<p>/home/MY_WEBHOSTING_ACCOUNT/wp-includes/functions.php on line 1942</p>
<p>Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/) is not within the allowed path(s):</p>
<p>(/home/MY_WEBHOSTING_ACCOUNT:/usr/lib/php:/usr/php4/lib/php:/usr/local/lib/php:/usr/local/php4/lib/php:/tmp) in</p>
<p>/home/MY_WEBHOSTING_ACCOUNT/wp-includes/functions.php on line 1933</p>
<p>Warning: is_dir() [function.is-dir]: open_basedir restriction in effect. File(/) is not within the allowed path(s):</p>
<p>(/home/MY_WEBHOSTING_ACCOUNT:/usr/lib/php:/usr/php4/lib/php:/usr/local/lib/php:/usr/local/php4/lib/php:/tmp) in</p>
<p>/home/MY_WEBHOSTING_ACCOUNT/wp-includes/functions.php on line 1942</p>
<p>Sekedar informasi, aku membuat blog fotografi menggunakan wordpress. Setelah kucari kesana kemari, ternyata beberapa orang telah bertanya pertanyaan yang</p>
<p>sama. Tetapi belum juga mendapat solusi. Aku pun berpikir untuk memeriksa database. Melihat daftar tabel yang ada, aku mencurigai tabel wp_options (Sebagai</p>
<p>contoh kugunakan prefix yang default yaitu &#8220;wp_&#8221;, prefix tabel tergantung konfigurasi wordpress). Ku lihat satu-satu isi dari tabel wp_options, dan ternyata</p>
<p>ada yang mencurigakan yaitu untuk kolom option_name = &#8216;upload_path&#8217;. Terlihat pada kolom option_value = &#8216;/home/MY_WEBHOSTING_ACCOUNT/wp-content/uploads&#8217;.</p>
<p>Setelah mencontek isi kolom option_value dari blog yang &#8220;sehat&#8221;, isi kolom tersebut kuganti dengan &#8216;wp-content/uploads&#8217;.</p>
<p>Kembali ke browser, dan ku tekan F5. Tadaaaa&#8230; blog fotografi ku kembali seperti sedia kala.. fiuh&#8230;. akhirnya&#8230; :)</p></div>


<p>Related posts:<ol><li><a href='http://blog.danigunawan.com/tips-and-trick/wordpress-error-after-automatic-upgrading/' rel='bookmark' title='Permanent Link: WordPress Error After Automatic Upgrading'>WordPress Error After Automatic Upgrading</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.danigunawan.com/tips-and-trick/wordpress-error-open_basedir-restriction-in-effect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Joomla in the Future</title>
		<link>http://blog.danigunawan.com/cms/joomla-in-the-future/</link>
		<comments>http://blog.danigunawan.com/cms/joomla-in-the-future/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 07:42:56 +0000</pubDate>
		<dc:creator>Dagu</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[Joomla]]></category>
		<category><![CDATA[Opinion]]></category>
		<category><![CDATA[Future]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.danigunawan.com/?p=606</guid>
		<description><![CDATA[As we know, Joomla is one of the best CMS in the world. It often uses to make websites. You can make a great website fast. You don&#8217;t need to know PHP or HTML to use it. You only need to understand Joomla.
I started using Joomla from version 1.13. The Joomla is very great, although [...]


Related posts:<ol><li><a href='http://blog.danigunawan.com/review/joomla-runner-up-packt-publishing-award/' rel='bookmark' title='Permanent Link: Joomla! Runner-up Packt Publishing Award'>Joomla! Runner-up Packt Publishing Award</a></li>
<li><a href='http://blog.danigunawan.com/cms-joomla/joomla-1-5-13-security-release/' rel='bookmark' title='Permanent Link: Joomla 1.5.13 Security Release'>Joomla 1.5.13 Security Release</a></li>
<li><a href='http://blog.danigunawan.com/web/new-release-of-joomla-1-5-12/' rel='bookmark' title='Permanent Link: New Release of Joomla 1.5.12'>New Release of Joomla 1.5.12</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="Joomla logo" src="http://cdn.joomla.org/images/logo.png" alt="" width="235" height="46" />As we know, Joomla is one of the best CMS in the world. It often uses to make websites. You can make a great website fast. You don&#8217;t need to know PHP or HTML to use it. You only need to understand Joomla.</p>
<p>I started using Joomla from version 1.13. The Joomla is very great, although it still has many drawbacks. After that, Joomla changed the core. Joomla released version 1.5, a version that is not compatible with previous version. Yes, that&#8217;s right, it&#8217;s a brand new Joomla. Although it is not backward compatible, but some Joomla 1.13 extensions and templates can run in Joomla1 1.5 by condition you need to turn on system legacy plugin. For Joomla 1.13 lovers, don&#8217;t stay there, move to Joomla 1.5 because Joomla stops the development of version 1.3. They no longer support it.</p>
<p>For web programmer, understanding Joomla is not enough. We need to understand more to extend or build template for Joomla. Now, Joomla releases version 1.6alpha. In general, alpha version is not recommended for production. It&#8217;s only for developer or hobbyist. What&#8217;s new in Joomla 1.6alpha? Take a look at the list below:</p>
<ul>
<li> ACL: access management for global permissions as well as content item specific permissions, variable usergroups, users member of more than one usergroup, permissions are inherited, really fast (it&#8217;s the main feature I expect for a long time ago)</li>
<li> Extendable user profile, profile view in frontend, extendable user parameters</li>
<li> Tableless com_content layouts</li>
<li> Improved com_content modules (mod_articles_archive, mod_articles_latest, mod_articles_popular)</li>
<li> Article linker plugin for editors (Nice!)</li>
<li> New frontend template (atomic)</li>
<li>New backend template (bluestork)</li>
<li> New uploader for media manager</li>
</ul>
<p>Other Joomla 1.6 improvements that existed in alpha 1:</p>
<ul>
<li> Mootools 1.2</li>
<li>Refactored backend</li>
<li> JForm</li>
<li> Nested Categories and category parameters</li>
<li> New views in frontend: categories, category</li>
<li> Lots of small code improvements, almost cut the code size in half while adding to the functionality</li>
<li> PHP 5.2 required, huge performance improvements, partially eaten up by new features =&gt; 1.6 will be faster than 1.5</li>
</ul>
<p><strong>What&#8217;s next?</strong><br />
After alpha 2, the Joomla community can expect a beta release. There are no intentions for a 3rd alpha release. Hmm.. the stable version is coming up! Can&#8217;t wait to try it!</p>
<p>Future improvements will be developed by Joomla Team:</p>
<ul>
<li> Commenting solution is going to be added (At last.. :D)</li>
<li> Additional DB drivers</li>
<li> Lots of small performance/UI/code improvements</li>
</ul>
<p>Great! Hope they will win <a title="vote for joomla " href="http://www.joomla.org/announcements/general-news/5248-vote-for-joomla.html" target="_blank">Best Open Source PHP CMS</a>.</p>


<p>Related posts:<ol><li><a href='http://blog.danigunawan.com/review/joomla-runner-up-packt-publishing-award/' rel='bookmark' title='Permanent Link: Joomla! Runner-up Packt Publishing Award'>Joomla! Runner-up Packt Publishing Award</a></li>
<li><a href='http://blog.danigunawan.com/cms-joomla/joomla-1-5-13-security-release/' rel='bookmark' title='Permanent Link: Joomla 1.5.13 Security Release'>Joomla 1.5.13 Security Release</a></li>
<li><a href='http://blog.danigunawan.com/web/new-release-of-joomla-1-5-12/' rel='bookmark' title='Permanent Link: New Release of Joomla 1.5.12'>New Release of Joomla 1.5.12</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.danigunawan.com/cms/joomla-in-the-future/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gold Coin for Investment</title>
		<link>http://blog.danigunawan.com/opinion/gold-coin-for-investment/</link>
		<comments>http://blog.danigunawan.com/opinion/gold-coin-for-investment/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 16:18:01 +0000</pubDate>
		<dc:creator>Dagu</dc:creator>
				<category><![CDATA[Opinion]]></category>
		<category><![CDATA[Bullion]]></category>
		<category><![CDATA[Coin]]></category>
		<category><![CDATA[Gold]]></category>
		<category><![CDATA[Investment]]></category>

		<guid isPermaLink="false">http://blog.danigunawan.com/?p=600</guid>
		<description><![CDATA[Of all the precious metals, gold is the most popular as an investment. Investors generally buy gold as a hedge or safe haven against any economic, political, social or currency-based crises. These crises include investment market declines, currency failure, inflation, war and social unrest. Investors also buy gold during times of a bull market in [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="Gold Coin" src="http://upload.wikimedia.org/wikipedia/commons/thumb/f/f1/Krugerrand.jpeg/180px-Krugerrand.jpeg" alt="" width="180" height="179" />Of all the precious metals, <a title="gold" href="http://www.goldcoinsgain.com" target="_blank">gold</a> is the most popular as an investment. Investors generally buy gold as a hedge or safe haven against any economic, political, social or currency-based crises. These crises include investment market declines, currency failure, inflation, war and social unrest. Investors also buy gold during times of a bull market in an attempt to gain financially. Investors generally buy gold for two main reasons: because they believe that gold prices will continue to rise and thus that they can gain financially, and/or as a hedge or a perceived safe haven against any economic, political, social or currency-based crises. Of course prices can fall as well as rise, so investors must make a best guess on what the future holds.</p>
<p>A <a title="gold coin" href="http://www.goldcoinsgain.com" target="_blank">gold coin</a> is a coin made mostly or entirely of gold. Gold has been used for coins practically since the invention of coinage, originally because of gold&#8217;s intrinsic value. In modern times, most gold coins are intended either to be sold to collectors, or to be used as <a title="bullion" href="http://www.goldcoinsgain.com/gold-bullion-coins" target="_blank">bullion</a> coins — coins whose nominal value is irrelevant and which serve primarily as a method of investing in gold.</p>
<p>While obsolete <a title="gold coins" href="http://www.goldcoinsgain.com" target="_blank">gold coins</a> are primarily collected for their numismatic value, <a title="gold bullion coin" href="http://www.goldcoinsgain.com/gold-bullion-coins" target="_blank">gold bullion </a> coins today derive their value from the metal (gold) content — and as such are viewed by some investors as a &#8220;hedge&#8221; against inflation or a store of value.Bullion coins are also produced in fractions of an ounce – typically half ounce, quarter ounce, and one-tenth ounce. Bullion coins sometimes carry a face value as legal tender, The face value is minted on the coin, and it is done so in order to bestow legal tender status on a coin, which generally makes it easier to import or export across national borders. However, their real value is measured as dictated by their troy weight, the current market price of the precious metal contained, and the prevailing premium that market wishes to pay for those particular bullion coins. The face value is always significantly less than the bullion value of the coin.</p>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">Of all the precious metals, ()gold(http://www.goldcoinsgain.com) is the most popular as an investment. Investors</p>
<p>generally buy gold as a hedge or safe haven against any economic, political, social or currency-based crises. These</p>
<p>crises include investment market declines, currency failure, inflation, war and social unrest. Investors also buy</p>
<p>gold during times of a bull market in an attempt to gain financially. Investors generally buy gold for two main</p>
<p>reasons: because they believe that gold prices will continue to rise and thus that they can gain financially,</p>
<p>and/or as a hedge or a perceived safe haven against any economic, political, social or currency-based crises. Of</p>
<p>course prices can fall as well as rise, so investors must make a best guess on what the future holds.</p>
<p>A ()gold coin (http://www.goldcoinsgain.com) is a coin made mostly or entirely of gold. Gold has been used for</p>
<p>coins practically since the invention of coinage, originally because of gold&#8217;s intrinsic value. In modern times,</p>
<p>most gold coins are intended either to be sold to collectors, or to be used as ()bullion</p>
<p>(http://www.goldcoinsgain.com/gold-bullion-coins) coins — coins whose nominal value is irrelevant and which serve</p>
<p>primarily as a method of investing in gold.</p>
<p>While obsolete ()gold coins(http://www.goldcoinsgain.com) are primarily collected for their numismatic value,</p>
<p>()gold bullion (http://www.goldcoinsgain.com/gold-bullion-coins) coins today derive their value from the metal</p>
<p>(gold) content — and as such are viewed by some investors as a &#8220;hedge&#8221; against inflation or a store of</p>
<p>value.Bullion coins are also produced in fractions of an ounce – typically half ounce, quarter ounce, and one-tenth</p>
<p>ounce. Bullion coins sometimes carry a face value as legal tender, The face value is minted on the coin, and it is</p>
<p>done so in order to bestow legal tender status on a coin, which generally makes it easier to import or export</p>
<p>across national borders. However, their real value is measured as dictated by their troy weight, the current market</p>
<p>price of the precious metal contained, and the prevailing premium that market wishes to pay for those particular</p>
<p>bullion coins. The face value is always significantly less than the bullion value of the coin.</p></div>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.danigunawan.com/opinion/gold-coin-for-investment/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>eduCommons, a Free CMS for Open Course Ware</title>
		<link>http://blog.danigunawan.com/opinion/educommons-a-free-cms-for-open-course-ware/</link>
		<comments>http://blog.danigunawan.com/opinion/educommons-a-free-cms-for-open-course-ware/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 15:37:02 +0000</pubDate>
		<dc:creator>Dagu</dc:creator>
				<category><![CDATA[Opinion]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[Education]]></category>
		<category><![CDATA[eduCommons]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Open Ware]]></category>

		<guid isPermaLink="false">http://blog.danigunawan.com/?p=595</guid>
		<description><![CDATA[eduCommons is a content management system designed specifically to support OpenCourseWare projects like  Notre Dame OCW and OCW Universidad de Cantabria. eduCommons will help you develop and manage an open access collection of course materials. It is built around a workflow process that guides content developers through the process of publishing materials in an [...]


Related posts:<ol><li><a href='http://blog.danigunawan.com/opinion/open-course-ware-learning-without-border/' rel='bookmark' title='Permanent Link: Open Course Ware: Learning Without Border'>Open Course Ware: Learning Without Border</a></li>
<li><a href='http://blog.danigunawan.com/programming/free-adobe-flex-builder-3-professional-for-education/' rel='bookmark' title='Permanent Link: Free Adobe Flex Builder 3 Professional for Education'>Free Adobe Flex Builder 3 Professional for Education</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div id="attachment_596" class="wp-caption alignleft" style="width: 310px"><a href="http://blog.danigunawan.com/wp-content/uploads/2009/10/logo_educommons.gif"><img class="size-medium wp-image-596" title="logo_educommons" src="http://blog.danigunawan.com/wp-content/uploads/2009/10/logo_educommons-300x47.gif" alt="Logo eduCommons" width="300" height="47" /></a><p class="wp-caption-text">Logo eduCommons</p></div>
<p>eduCommons is a content management system designed specifically to support OpenCourseWare projects like  <a href="http://ocw.nd.edu/">Notre Dame OCW</a> and <a href="http://ocw.unican.es/">OCW Universidad de Cantabria</a>. eduCommons will help you develop and manage an open access collection of course materials. It is built around a workflow process that guides content developers through the process of publishing materials in an openly accessible format.</p>
<p><strong>What can it do?</strong><br />
eduCommons is built around a workflow process that guides users through the process of publishing materials in an openly accessible format.  This includes uploading materials into a repository, dealing with copyright, reassembling materials into courses, providing quality assurance, and publication of materials.</p>
<p>Wanna try? Here is the <a title="educommons demo" href="http://demo.educommons.com/" target="_blank">eduCommons demo</a>.</p>
<p>What universities use eduCommons? Here is the list of <a title="educommons adopter" href="http://educommons.com/documentation/adopters" target="_blank">eduCommons adopters</a>.</p>
<p><strong>Who develop it?</strong><br />
The Center for Open and Sustainable Learning (COSL,), at <strong>Utah State University</strong> is dedicated to increasing access to educational opportunity worldwide. At the Center, we believe that all humans beings are endowed with a capacity to learn, improve, and progress. Educational opportunity is the mechanism by which we fulfill that capacity. Therefore, free and open access to educational opportunity is a basic human right. When educational materials can be electronically copied and transferred around the world at almost no cost, we have a greater ethical obligation than ever before to increase the reach of opportunity. When people can connect with others nearby or in distant lands at almost no cost to ask questions, give answers, and exchange ideas, the moral imperative to meaningfully enable these opportunities weighs profoundly. We cannot in good conscience allow this poverty of educational opportunity to continue when educational provisions are so plentiful, and when their duplication and distribution costs so little.</p>
<p>The Center is doing what we can through a of mix research, development, and teaching. COSL is part of the <a title="inst usu" href="http://inst.usu.edu/" target="_blank">Department of Instructional Technology</a> at <a title="usu" href="http://www.usu.edu/" target="_blank">Utah State University</a> in Logan, UT.</p>
<ul>
<li><a title="press conference" href="http://cosl.usu.edu/about/press-coverage" target="_blank">Press Coverage</a>: What folks are saying about COSL</li>
<li><a title="partners" href="http://cosl.usu.edu/about/partners" target="_blank">Partners</a>: Partners and Organizations Supporting COSL</li>
<li><a title="school" href="http://cosl.usu.edu/about/giving-to-cosl" target="_blank">Giving to COSL</a>: Giving to COSL</li>
<li><a title="cosl" href="http://cosl.usu.edu/about/visit-cosl" target="_blank">Visit COSL</a>: Directions to COSL</li>
</ul>


<p>Related posts:<ol><li><a href='http://blog.danigunawan.com/opinion/open-course-ware-learning-without-border/' rel='bookmark' title='Permanent Link: Open Course Ware: Learning Without Border'>Open Course Ware: Learning Without Border</a></li>
<li><a href='http://blog.danigunawan.com/programming/free-adobe-flex-builder-3-professional-for-education/' rel='bookmark' title='Permanent Link: Free Adobe Flex Builder 3 Professional for Education'>Free Adobe Flex Builder 3 Professional for Education</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.danigunawan.com/opinion/educommons-a-free-cms-for-open-course-ware/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Course Ware: Learning Without Border</title>
		<link>http://blog.danigunawan.com/opinion/open-course-ware-learning-without-border/</link>
		<comments>http://blog.danigunawan.com/opinion/open-course-ware-learning-without-border/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 23:58:35 +0000</pubDate>
		<dc:creator>Dagu</dc:creator>
				<category><![CDATA[Opinion]]></category>
		<category><![CDATA[Course]]></category>
		<category><![CDATA[Education]]></category>
		<category><![CDATA[Free]]></category>
		<category><![CDATA[Learning]]></category>
		<category><![CDATA[OCW]]></category>

		<guid isPermaLink="false">http://blog.danigunawan.com/?p=590</guid>
		<description><![CDATA[OpenCourseWare, or OCW, is a term applied to course materials created by universities and shared freely with the world via the Internet. Already in 1999 the University of Tübingen in Germany published videos of lectures online in the context of its timms initiative. The OCW movement only took off, however, with the launch of MIT [...]


Related posts:<ol><li><a href='http://blog.danigunawan.com/opinion/educommons-a-free-cms-for-open-course-ware/' rel='bookmark' title='Permanent Link: eduCommons, a Free CMS for Open Course Ware'>eduCommons, a Free CMS for Open Course Ware</a></li>
<li><a href='http://blog.danigunawan.com/programming/free-adobe-flex-builder-3-professional-for-education/' rel='bookmark' title='Permanent Link: Free Adobe Flex Builder 3 Professional for Education'>Free Adobe Flex Builder 3 Professional for Education</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>OpenCourseWare, or OCW, is a term applied to course materials created by universities and shared freely with the world via the Internet. Already in 1999 the University of Tübingen in Germany published videos of lectures online in the context of its timms initiative. The OCW movement only took off, however, with the launch of MIT OpenCourseWare at MIT in October 2002. Since then, a number of universities have created OCW projects, some of which have been funded by the William and Flora Hewlett Foundation.</p>
<p>An <strong>OpenCourseWare</strong> is a free and open digital publication of high quality educational materials, organized as courses. The OpenCourseWare Consortium is a collaboration of more than 200 higher education institutions and associated organizations from around the world creating a broad and deep body of open educational content using a shared model. The mission of the OpenCourseWare Consortium is to advance education and empower people worldwide through opencourseware.</p>
<p>According to the website of the <a title="ocw consortium" href="http://www.ocwconsortium.org" target="_blank">OCW Consortium</a>, an OCW project:</p>
<ul>
<li>is a free and open digital publication of high quality educational materials, organized as courses.</li>
<li> is available for use and adaptation under an open license.</li>
<li> does not typically provide certification or access to instructors.</li>
</ul>
<p><strong>The Goals of the Consortium</strong></p>
<ul>
<li> Extend the reach and impact of opencourseware by encouraging the adoption and adaptation of open educational materials around the world.</li>
<li> Foster the development of additional opencourseware projects.</li>
<li> Ensure the long-term sustainability of opencourseware projects by identifying ways to improve effectiveness and reduce costs.</li>
</ul>
<p><strong>Participation Requirements</strong><br />
In order to participate in Consortium activities, institutions must have committed to publishing, under the institution&#8217;s name, materials from at least 10 courses in a format that meets the agreed-upon definition of an opencourseware. Organizations that do not publish their own content but whose activities further Consortium goals—such as translation and distribution affiliates—also participate in Consortium activities.</p>
<p>For managing the course content, we can use a CMS (Content Management System) called <a title="educommons" href="http://educommons.com" target="_blank">eduCommons</a> which is developed by Utah University&#8217;s Center for Open Sustainable Learning. eduCommons is built on the open source CMS called <a title="plone cms website" href="http://plone.org" target="_blank">Plone</a> and is used by many <a title="ocw members" href="http://www.ocwconsortium.org/members/consortium-members.html" target="_blank">members of OCW Consortium</a>.</p>
<p>Institutions and organizations participating in OpenCourseWare Consortium activities will have the following button featured on their individual OCW Web sites:</p>
<p><img title="OCW Logo" src="http://www.ocwconsortium.org/templates/ocwc_2007/images/ocwcsquarelogo.gif" alt="OCW Logo" width="105" height="55" /></p>


<p>Related posts:<ol><li><a href='http://blog.danigunawan.com/opinion/educommons-a-free-cms-for-open-course-ware/' rel='bookmark' title='Permanent Link: eduCommons, a Free CMS for Open Course Ware'>eduCommons, a Free CMS for Open Course Ware</a></li>
<li><a href='http://blog.danigunawan.com/programming/free-adobe-flex-builder-3-professional-for-education/' rel='bookmark' title='Permanent Link: Free Adobe Flex Builder 3 Professional for Education'>Free Adobe Flex Builder 3 Professional for Education</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.danigunawan.com/opinion/open-course-ware-learning-without-border/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Online Homework Help</title>
		<link>http://blog.danigunawan.com/opinion/online-homework-help/</link>
		<comments>http://blog.danigunawan.com/opinion/online-homework-help/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 18:48:17 +0000</pubDate>
		<dc:creator>Dagu</dc:creator>
				<category><![CDATA[Opinion]]></category>
		<category><![CDATA[Help]]></category>
		<category><![CDATA[Homework]]></category>
		<category><![CDATA[Online]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://blog.danigunawan.com/?p=585</guid>
		<description><![CDATA[Do not worry about your difficulties in mathematics, I assure you that mine are greater.
Einstein, Albert (1879-1955)

Most of the K-12 and college students think that homework is a scary monster. They are afraid of it, dont want to face it and then leave it. Some of them are trying to find simple way, copy their [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<blockquote><p><em>Do not worry about your difficulties in mathematics, I assure you that mine are greater.</em></p>
<p style="text-align: right;"><strong>Einstein, Albert (1879-1955)</strong></p>
</blockquote>
<p>Most of the K-12 and college students think that homework is a scary monster. They are afraid of it, dont want to face it and then leave it. Some of them are trying to find simple way, copy their friend homework. I think we agree that&#8217;s a bad habit, and it will make them lazy and stupid!</p>
<p>A review of over 60 research studies showed that, within limits, there is a positive correlation between the amount of homework done and student achievement. The research synthesis also showed that too much homework could be extremely counterproductive, causing students to &#8220;burn out&#8221;. The research supports the &#8220;10-minute rule&#8221;, the commonly accepted practice of assigning 10 minutes of homework per day per grade-level. For example, under this system, 1st graders would receive 10 minutes of homework per night, while 5th graders would get 50 minutes&#8217; worth, 9th graders 90 minutes of homework, etc.</p>
<div id="attachment_588" class="wp-caption alignleft" style="width: 310px"><a href="http://blog.danigunawan.com/wp-content/uploads/2009/10/math_homework.jpg"><img class="size-full wp-image-588" title="math homework" src="http://blog.danigunawan.com/wp-content/uploads/2009/10/math_homework.jpg" alt="Math Homework" width="300" height="200" /></a><p class="wp-caption-text">Math Homework</p></div>
<p>There are many homework-related resources available on the World Wide Web or you can call it <a title="online homework help" href="http://homework-help.tutorvista.com" target="_blank">online homework help</a>. There are web-sites dedicated to communicating about homework, for teachers to post assignments on-line for students, and to keep parents informed. Many schools host their own homework posting services on their websites.</p>
<p>Good news for students, some non-profit organizations on-line provide <a title="free online homework help" href="http://homework-help.tutorvista.com" target="_blank">free online homework help</a>. They help students with their homework for free. There are also tutorials on most school subjects, especially math (I believe students will love <a title="math homework help" href="http://www.tutorvista.com/math-homework-help" target="_blank">math homework help</a>), which students can use if they don&#8217;t understand their homework assignments. Where else you can find <a title="homework help" href="http://homework-help.tutorvista.com" target="_blank">free homework help</a>? Only on the Internet. Thanks God!</p>
<p>The example of the difficult topic is Algebra. Algebra is the branch of mathematics concerning the study of the rules of operations and the things which can be constructed from them, including terms, polynomials, equations and algebraic structures. Together with geometry, analysis, topology, combinatorics, and number theory, algebra is one of the main branches of pure mathematics. For some people, algebra awaken their curiosity. But for other, it is like a creepy creature. If you stuck with your algebra homework, you need to have <a title="algebra homework help" href="http://www.tutorvista.com/algebra-homework-help" target="_blank">algebra homework help</a>, directly from <a title="math homework helper" href="http://www.tutorvista.com/math-homework-help" target="_blank">math homework helper</a>. What are you waiting for? Try <a title="math homework help" href="http://www.tutorvista.com/math-homework-help" target="_blank">free math homework help</a>. They will help you to solve your problem.</p>
<p>What about other topics? Don&#8217;t worry, you can find homework helper on the Internet easily. Good luck with your homework&#8230; :)</p>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">&#8220;Do not worry about your difficulties in mathematics, I assure you that mine are greater.&#8221;<br />
Einstein, Albert (1879-1955)</p>
<p>Most of the K-12 and college students think that homework is a scary monster. They are afraid of it, dont want to</p>
<p>face it and then leave it. Some of them are trying to find simple way, copy their friend homework. I think we agree</p>
<p>that&#8217;s a bad habit, and it will make them lazy and stupid!</p>
<p>A review of over 60 research studies showed that, within limits, there is a positive correlation between the amount</p>
<p>of homework done and student achievement. The research synthesis also showed that too much homework could be</p>
<p>extremely counterproductive, causing students to &#8220;burn out&#8221;. The research supports the &#8220;10-minute rule&#8221;, the</p>
<p>commonly accepted practice of assigning 10 minutes of homework per day per grade-level. For example, under this</p>
<p>system, 1st graders would receive 10 minutes of homework per night, while 5th graders would get 50 minutes&#8217; worth,</p>
<p>9th graders 90 minutes of homework, etc.</p>
<p>There are many homework-related resources available on the World Wide Web or you can call it online homework help.</p>
<p>There are web-sites dedicated to communicating about homework, for teachers to post assignments on-line for</p>
<p>students, and to keep parents informed. Many schools host their own homework posting services on their websites.</p>
<p>Good news for students, some non-profit organizations on-line provide free online homework help. They help students</p>
<p>with their homework for free. There are also tutorials on most school subjects, especially math (I believe students</p>
<p>will love math homework help), which students can use if they don&#8217;t understand their homework assignments. Where</p>
<p>else you can find free homework help? Only on the Internet. Thanks God!</p>
<p>The example of the difficult topic is Algebra. Algebra is the branch of mathematics concerning the study of the rules of operations and the things which can be constructed from them, including terms, polynomials, equations and algebraic structures. Together with geometry, analysis, topology, combinatorics, and number theory, algebra is one of the main branches of pure mathematics. For some people, algebra awaken their curiosity. But for other, it is a creepy creature. If you stuck with your algebra homework, you need to have algebra homework help, directly from math homework helper. They will help you to solve your problem.</p>
<p>What about other topics? Don&#8217;t worry, you can find homework helper on the Internet easily. Good luck with your homework&#8230; :)</p></div>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.danigunawan.com/opinion/online-homework-help/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>IF Construct in One Line Using PHP</title>
		<link>http://blog.danigunawan.com/programming/if-construct-in-one-line-using-php/</link>
		<comments>http://blog.danigunawan.com/programming/if-construct-in-one-line-using-php/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 03:49:49 +0000</pubDate>
		<dc:creator>Dagu</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Condition]]></category>
		<category><![CDATA[Construct]]></category>
		<category><![CDATA[If]]></category>
		<category><![CDATA[Script]]></category>

		<guid isPermaLink="false">http://blog.danigunawan.com/?p=582</guid>
		<description><![CDATA[The if construct is one of the most important   features of many languages, PHP included.  It allows for   conditional execution of code fragments.  PHP features an   if structure that is similar to that of C:
if (expr)
   statement
The general format of if construct is like shown [...]


Related posts:<ol><li><a href='http://blog.danigunawan.com/linux/send-message-over-linux-console/' rel='bookmark' title='Permanent Link: Send Message Over Linux Console'>Send Message Over Linux Console</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>The <em>if</em> construct is one of the most important   features of many languages, PHP included.  It allows for   conditional execution of code fragments.  PHP features an   <em>if</em> structure that is similar to that of C:</p>
<pre>if (expr)
   statement</pre>
<p>The general format of if construct is like shown below:</p>
<pre>if (expr1) {
   //  statement if expr 1 true
} else if (expr2) {
   // statement if expr 2 true
} else {
   // statement if expr 1 and 2 false
}</pre>
<p>You may find useful documentation about<em> </em><a title="if construct" href="http://us3.php.net/manual/en/control-structures.if.php" target="_blank"><em>if</em> construct</a>, <em><a title="else condition" href="http://us3.php.net/manual/en/control-structures.else.php" target="_blank">else</a> </em>and<em> <a title="else if" href="http://us3.php.net/manual/en/control-structures.elseif.php" target="_blank">else if</a> </em>in <a title="control structures" href="http://us3.php.net/manual/en/language.control-structures.php" target="_blank">php.net</a>.</p>
<p>But how if you only need two condition to produce a word or digit, and then save it into a variable or just echo it? You may write it like shown below:</p>
<pre>if ($status = '0')
   echo 'Draft';
else
   echo 'Published';</pre>
<p>In code example above, you need to write four lines. Compare with code shown below:</p>
<pre>echo $status == '0' ? 'Draft' : 'Published';</pre>
<p>The syntax is show below</p>
<pre>echo expr ? 'value if true' : 'value if false';</pre>
<p>You may change echo with variable assignment such as:</p>
<pre>$var = expr ? 'value if true' : 'value if false';</pre>
<p>Easy right? It cuts down four lines into one line only.</p>


<p>Related posts:<ol><li><a href='http://blog.danigunawan.com/linux/send-message-over-linux-console/' rel='bookmark' title='Permanent Link: Send Message Over Linux Console'>Send Message Over Linux Console</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.danigunawan.com/programming/if-construct-in-one-line-using-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Computer Surveillance</title>
		<link>http://blog.danigunawan.com/opinion/pc-laptop-computer-spy/</link>
		<comments>http://blog.danigunawan.com/opinion/pc-laptop-computer-spy/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 23:19:06 +0000</pubDate>
		<dc:creator>Dagu</dc:creator>
				<category><![CDATA[Opinion]]></category>
		<category><![CDATA[Computer Surveillance]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Spy]]></category>

		<guid isPermaLink="false">http://blog.danigunawan.com/?p=580</guid>
		<description><![CDATA[Do you have children?
With over 26 million children now online, one out of five have been solicited for sex in the last year. Learn how computer spy can help you monitor and protect your children. Take a proactive stance with your children&#8217;s computer and internet use. Children all over the world are taken advantage of [...]


Related posts:<ol><li><a href='http://blog.danigunawan.com/opinion/open-course-ware-learning-without-border/' rel='bookmark' title='Permanent Link: Open Course Ware: Learning Without Border'>Open Course Ware: Learning Without Border</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><strong>Do you have children?</strong><br />
With over 26 million children now online, one out of five have been solicited for sex in the last year. Learn how <a title="computer spy" href="http://www.brickhousesecurity.com/pc-computer-spy.html" target="_blank">computer spy</a> can help you monitor and protect your children. Take a proactive stance with your children&#8217;s computer and internet use. Children all over the world are taken advantage of daily online. I&#8217;m sure you don&#8217;t have the ability to watch over your children&#8217;s shoulder every second they use a computer.</p>
<p><strong>Do you have employees?</strong><br />
64% of employees say they use the Internet for personal interest during working hours. Learn how <a title="computer spy" href="http://www.brickhousesecurity.com/pc-computer-spy.html" target="_blank">computer spy</a> can not only help you monitor computer activity but how it can curb abuse and increase office productivity. Employees &amp; Office workers steal, lie and commit computer crimes. Computers, networks and the Internet make it even easier for computer criminals to take advantage of your data, time and money!</p>
<p><strong>Pornography &amp; unfaithful cheaters web sites grow</strong><br />
You read about it and hear it on the news daily. Problems among businesses and residential computer users alike. Pornography, unauthorized computer access, fraud, abuse etc. Why even take any chances? Besides these problems, unfaithful cheaters are growing. Online dating networks, instant messages, chat rooms and more are tearing families apart all over the world.</p>
<p>Are you ready to face these problems? What will you do to prevent them? Do nothing or just trust your children or employees? Hmm&#8230; I don&#8217;t think so. You can&#8217;t give them 100% trust. Or, you have known this problem, but you don&#8217;t know how to solve it? You need &#8220;something&#8221; to monitor their computer activities. <strong>Why wonder what&#8217;s going on behind your back when you can KNOW the TRUTH with The Stealth iBot Computer Spy?</strong> Yes, that&#8217;s right. <a title="the stealth ibot computer spy" href="http://www.brickhousesecurity.com/pc-computer-spy.html" target="_blank">The Stealth iBot Computer Spy</a> is the right answer for this case.</p>
<p>It&#8217;s as easy as using your USB Flash Disk. You only need <strong>three easy steps</strong>. <strong>First</strong>, insert the Stealth iBot Computer Spy into USB of any PC or laptop. <strong>Second</strong>, wait for 5 seconds, Nano iBots attach to Windows to begin full covert monitoring, and then remove the device. <strong>Third</strong>, re-insert the device to retrieve everything. Easy right?</p>
<p>After the Stealth iBot Computer Spy is inserted to PC or laptop, it will capture every keystroke, website visited, and screen shot completely covertly without hardware. You don&#8217;t need to keep hardware plugged in PC or laptop to capture every action. It will completely covert omputer surveillance with no tell tale hardware or software. No one will ever know that their computer activities are being recording and logged. Works on any computer including laptops for unparalleled computer surveillance. What a great technology they have!</p>


<p>Related posts:<ol><li><a href='http://blog.danigunawan.com/opinion/open-course-ware-learning-without-border/' rel='bookmark' title='Permanent Link: Open Course Ware: Learning Without Border'>Open Course Ware: Learning Without Border</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.danigunawan.com/opinion/pc-laptop-computer-spy/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Free Adobe Flex Builder 3 Professional for Education</title>
		<link>http://blog.danigunawan.com/programming/free-adobe-flex-builder-3-professional-for-education/</link>
		<comments>http://blog.danigunawan.com/programming/free-adobe-flex-builder-3-professional-for-education/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 22:56:49 +0000</pubDate>
		<dc:creator>Dagu</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Education]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Flex Builder]]></category>

		<guid isPermaLink="false">http://blog.danigunawan.com/?p=576</guid>
		<description><![CDATA[Flex is a highly productive, free open source framework for building and maintaining expressive web applications that deploy consistently on all major browsers, desktops, and operating systems. While Flex applications can be built using only the free open source framework, developers can use Adobe® Flex® Builder™ software to dramatically accelerate development.
If you want to know [...]


Related posts:<ol><li><a href='http://blog.danigunawan.com/wordpress/facebook-lover-free-wordpress-theme-from-tobacamp/' rel='bookmark' title='Permanent Link: Facebook Lover, Free WordPress Theme from Tobacamp'>Facebook Lover, Free WordPress Theme from Tobacamp</a></li>
<li><a href='http://blog.danigunawan.com/free-software/free-software-winff-video-converte/' rel='bookmark' title='Permanent Link: Free Software: WinFF Video Converter'>Free Software: WinFF Video Converter</a></li>
<li><a href='http://blog.danigunawan.com/opinion/educommons-a-free-cms-for-open-course-ware/' rel='bookmark' title='Permanent Link: eduCommons, a Free CMS for Open Course Ware'>eduCommons, a Free CMS for Open Course Ware</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div id="attachment_578" class="wp-caption aligncenter" style="width: 270px"><a href="http://blog.danigunawan.com/wp-content/uploads/2009/09/flex3.jpg"><img class="size-full wp-image-578" title="Adobe Flex Builder 3 Professional" src="http://blog.danigunawan.com/wp-content/uploads/2009/09/flex3.jpg" alt="Adobe Flex Builder 3 Professional" width="260" height="58" /></a><p class="wp-caption-text">Adobe Flex Builder 3 Professional</p></div>
<p><strong>Flex </strong>is a highly productive, free open source framework for building and maintaining expressive web applications that deploy consistently on all major browsers, desktops, and operating systems. While Flex applications can be built using only the free open source framework, developers can use <a title="adobe flex" href="http://www.adobe.com/products/flex/" target="_blank">Adobe® Flex® Builder™ software</a> to dramatically accelerate development.</p>
<p>If you want to know more about Flex, you may visit its website <a title="flex" href="http://www.flex.org" target="_blank">flex.org</a>. I won&#8217;t tell you about flex. I just wanna share my experience. As you read before, you may develop Flex application using only the free open source framework. In frankly speaking, you should work hard to develop it from the scratch. If you want the easier way, you need to use Adobe Flex Builder. The problem is, you should pay to use it. Of course, for a great software, we need to pay. It doesn&#8217;t matter if you are a software house or professional that make money from developing application using that software. But if you are a student that need to learn Flex? A student doesn&#8217;t make money but only need to learn.</p>
<p>For student, don&#8217;t worry. Adobe is very kind to student and faculty. They give <strong>Adobe Flex Builder for free</strong>. It sounds great doesn&#8217;t it? Yes. It&#8217;s very great! And I&#8217;m one of the lucky guy who get the Adobe Flex Builder for free.</p>
<p>How to get it? Easy. Remember, you need to be honest. You should be a student or a faculty. Adobe Flex Builder 3 Pro is available for free to all education customers. This includes all students, faculty and staff of eligible education institutions.</p>
<p><strong>Proof of Eligibility</strong><br />
To receive the product, you must upload a valid proof of eligibility to get the serial numbers to activate the product. Valid proofs of eligibility are:</p>
<ol>
<li> a student ID showing current enrollment,</li>
<li> a Faculty ID showing current employment</li>
<li> an employee ID showing current employment, or</li>
<li> a letter on an educational institution letterhead stating that you are either a current student, a current faculty member or a current employee of the institution.</li>
</ol>
<p><strong>Terms and conditions</strong><br />
The education version is only available to education customers and is not meant for distribution to institutions, organizations or people outside the authorized educational institution. For additional information on eligibility, please refer to their <a title="flex faq" href="http://www.adobe.com/products/flex/faq/#section-4" target="_blank">FAQ</a>.</p>
<p>After submitting your proof of eligibility, you need to download the Adobe Flex Builder 3 Professional trial version (60 days). They will check it within two weeks. I suggest you to use your university email address. If you are approved, they will send you a serial number to activate your Flex Builder 3 Professional. Then, you can smile.. :)</p>
<p>OK, what are you waiting for? come on <a title="free ria tools" href="https://freeriatools.adobe.com/flex/" target="_blank">get Adobe Flex Builder 3 Professional for free..</a> :)</p>


<p>Related posts:<ol><li><a href='http://blog.danigunawan.com/wordpress/facebook-lover-free-wordpress-theme-from-tobacamp/' rel='bookmark' title='Permanent Link: Facebook Lover, Free WordPress Theme from Tobacamp'>Facebook Lover, Free WordPress Theme from Tobacamp</a></li>
<li><a href='http://blog.danigunawan.com/free-software/free-software-winff-video-converte/' rel='bookmark' title='Permanent Link: Free Software: WinFF Video Converter'>Free Software: WinFF Video Converter</a></li>
<li><a href='http://blog.danigunawan.com/opinion/educommons-a-free-cms-for-open-course-ware/' rel='bookmark' title='Permanent Link: eduCommons, a Free CMS for Open Course Ware'>eduCommons, a Free CMS for Open Course Ware</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.danigunawan.com/programming/free-adobe-flex-builder-3-professional-for-education/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
