<?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>Just My Log</title>
	<atom:link href="http://wahyusumartha.theyounglearn.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://wahyusumartha.theyounglearn.com</link>
	<description>all about programming, daily activities, information and technology</description>
	<lastBuildDate>Tue, 10 Aug 2010 21:33:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Welcome Ramadhan</title>
		<link>http://wahyusumartha.theyounglearn.com/welcome-ramadhan/</link>
		<comments>http://wahyusumartha.theyounglearn.com/welcome-ramadhan/#comments</comments>
		<pubDate>Tue, 10 Aug 2010 21:33:52 +0000</pubDate>
		<dc:creator>wahyusumartha</dc:creator>
				<category><![CDATA[Uneg Uneg]]></category>
		<category><![CDATA[Marhaban Ya Ramadhan]]></category>
		<category><![CDATA[Ramadhan]]></category>
		<category><![CDATA[Welcome Ramadhan]]></category>

		<guid isPermaLink="false">http://wahyusumartha.theyounglearn.com/?p=316</guid>
		<description><![CDATA[Dear Visitor I Just Wanna Say Welcome Ramadhan, Sorry for wrong word and bad behavior &#8230;.]]></description>
			<content:encoded><![CDATA[<div id="attachment_317" class="wp-caption aligncenter" style="width: 280px"><a href="http://wahyusumartha.theyounglearn.com/wp-content/uploads/2010/08/welcome_ramadhan.jpg"><img class="size-medium wp-image-317" title="welcome_ramadhan" src="http://wahyusumartha.theyounglearn.com/wp-content/uploads/2010/08/welcome_ramadhan-270x300.jpg" alt="" width="270" height="300" /></a><p class="wp-caption-text">Welcome Ramadhan </p></div>
<p>Dear Visitor</p>
<p>I Just Wanna Say Welcome Ramadhan,</p>
<p>Sorry for wrong word and bad behavior &#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://wahyusumartha.theyounglearn.com/welcome-ramadhan/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scaling Web Services with MySQL Cluster</title>
		<link>http://wahyusumartha.theyounglearn.com/scaling-web-services-with-mysql-cluster/</link>
		<comments>http://wahyusumartha.theyounglearn.com/scaling-web-services-with-mysql-cluster/#comments</comments>
		<pubDate>Mon, 09 Aug 2010 02:20:14 +0000</pubDate>
		<dc:creator>wahyusumartha</dc:creator>
				<category><![CDATA[Paper]]></category>
		<category><![CDATA[Database Scaling]]></category>
		<category><![CDATA[MySQL Cluster]]></category>
		<category><![CDATA[Web Service]]></category>

		<guid isPermaLink="false">http://wahyusumartha.theyounglearn.com/?p=312</guid>
		<description><![CDATA[Dear Visitor This is a white paper from mysql about scaling web services with MySQL Cluster : Check it out geek : wp_cluster-7.0_Cluster_MEMORY.en]]></description>
			<content:encoded><![CDATA[<p>Dear Visitor <img src='http://wahyusumartha.theyounglearn.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>This is a white paper from mysql about scaling web services with MySQL Cluster :</p>
<p>Check it out geek :</p>
<p><a href="http://wahyusumartha.theyounglearn.com/wp-content/uploads/2010/08/wp_cluster-7.0_Cluster_MEMORY.en_.pdf">wp_cluster-7.0_Cluster_MEMORY.en</a></p>
]]></content:encoded>
			<wfw:commentRss>http://wahyusumartha.theyounglearn.com/scaling-web-services-with-mysql-cluster/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple Code that Using Dictionaries in Python</title>
		<link>http://wahyusumartha.theyounglearn.com/simple-code-that-using-dictionaries-in-python/</link>
		<comments>http://wahyusumartha.theyounglearn.com/simple-code-that-using-dictionaries-in-python/#comments</comments>
		<pubDate>Sat, 31 Jul 2010 20:14:26 +0000</pubDate>
		<dc:creator>wahyusumartha</dc:creator>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[Data Structure]]></category>
		<category><![CDATA[Dictionaries]]></category>

		<guid isPermaLink="false">http://wahyusumartha.theyounglearn.com/?p=308</guid>
		<description><![CDATA[Dear Visitor One of Python&#8217;s built-in datatypes is the dictionary, which defines one-to-one relationships between keys and values. A dictionary in Python is like a hash in Perl. In Perl, variables which store hashes always start with a % character; in Python, variables can be named anything, and Python keeps track of the datatype internally.]]></description>
			<content:encoded><![CDATA[<div>
<p>Dear Visitor <img src='http://wahyusumartha.theyounglearn.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>One of Python&#8217;s built-in datatypes is the dictionary, which defines one-to-one relationships between keys and values.</p>
</div>
<p><a name="compare.dict.perl"></a></p>
<table border="0">
<tbody>
<tr>
<td rowspan="2" width="1%" align="center" valign="top"><img src="http://diveintopython.org/images/note.png" alt="Note" width="24" height="24" /></td>
</tr>
<tr>
<td colspan="2" width="99%" align="left" valign="top">A dictionary in Python is like a hash in Perl.  In Perl, variables which store hashes always start with a <tt>%</tt> character; in Python, variables can be named anything, and Python keeps track of the datatype internally.</td>
</tr>
</tbody>
</table>
<p><a name="compare.dict.java"></a></p>
<table border="0">
<tbody>
<tr>
<td rowspan="2" width="1%" align="center" valign="top"><img src="http://diveintopython.org/images/note.png" alt="Note" width="24" height="24" /></td>
</tr>
<tr>
<td colspan="2" width="99%" align="left" valign="top">A dictionary in Python is like an instance of the <tt>Hashtable</tt> class in Java.</td>
</tr>
</tbody>
</table>
<p><a name="compare.dict.vb"></a></p>
<table border="0">
<tbody>
<tr>
<td rowspan="2" width="1%" align="center" valign="top"><img src="http://diveintopython.org/images/note.png" alt="Note" width="24" height="24" /></td>
</tr>
<tr>
<td colspan="2" width="99%" align="left" valign="top">A dictionary in Python is like an instance of the <tt>Scripting.Dictionary</tt> object in Visual Basic.</td>
</tr>
</tbody>
</table>
<p>more explanation about dictionaries could found <a href="http://diveintopython.org/getting_to_know_python/dictionaries.html" target="_blank">here</a> ..</p>
<p>This is a snip of code which i have wrote that using dictionaries to save a simple database in dictionaries ..</p>
<pre class="brush: python">

#! /usr/bin/python

# To change this template, choose Tools | Templates
# and open the template in the editor.

#Simple Database With Dictionaries
__author__=&quot;Gepenk&quot;
__date__ =&quot;$Aug 1, 2010 2:44:53 AM$&quot;

if __name__ == &quot;__main__&quot;:
people = {
&#039;Alice&#039; : {
&#039;phone&#039; : &#039;2314&#039;,
&#039;addr&#039; : &#039;bedugul 21&#039;
},
&#039;Bowo&#039; : {
&#039;phone&#039; : &#039;5215&#039;,
&#039;addr&#039;  : &#039;balirejo 56&#039;
},
&#039;Echa&#039; :  {
&#039;phone&#039; : &#039;5653&#039;,
&#039;addr&#039; : &#039;tuntungan 132&#039;
}
}

name = raw_input(&#039;Please Enter Your Name :&#039;)
if name in people:
print &quot;%s , Phone : %s, Address: %s&quot; % (name, people[name][&#039;phone&#039;], people[name][&#039;addr&#039;])
else:
print &#039;Cannot Found People&#039;
</pre>
<p>If you type &#8216;Bowo&#8217; the program would show output : Bowo , Phone : 5215, Address: balirejo 56</p>
<p>Oke geek , you can try the code an smiling .. <img src='http://wahyusumartha.theyounglearn.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Happy Coding <img src='http://wahyusumartha.theyounglearn.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://wahyusumartha.theyounglearn.com/simple-code-that-using-dictionaries-in-python/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating Simple Blog with Codeigniter</title>
		<link>http://wahyusumartha.theyounglearn.com/creating-simple-blog-with-codeigniter/</link>
		<comments>http://wahyusumartha.theyounglearn.com/creating-simple-blog-with-codeigniter/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 03:58:48 +0000</pubDate>
		<dc:creator>wahyusumartha</dc:creator>
				<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[My Open Source Project]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Blog Engine]]></category>
		<category><![CDATA[Open Source Project]]></category>

		<guid isPermaLink="false">http://wahyusumartha.theyounglearn.com/?p=304</guid>
		<description><![CDATA[Dear Visitor I want to share my little project, how to creating simple blog with codeigniter. In this application show you how to make CRUD (Create, Retrieve, Update, and Delete) Operation with MySQL database, Using session and active record in codeigniter. Okay, if you want to download the source code, download it here Happy Coding]]></description>
			<content:encoded><![CDATA[<p>Dear Visitor <img src='http://wahyusumartha.theyounglearn.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I want to share my little project, how to creating simple blog with codeigniter. In this application show you how to make CRUD (Create, Retrieve, Update, and Delete) Operation with MySQL database, Using session and active record in codeigniter.</p>
<div id="attachment_305" class="wp-caption aligncenter" style="width: 310px"><a href="http://wahyusumartha.theyounglearn.com/wp-content/uploads/2010/07/blog.jpg"><img class="size-medium wp-image-305" title="Here is the screenshot" src="http://wahyusumartha.theyounglearn.com/wp-content/uploads/2010/07/blog-300x187.jpg" alt="Here is the screenshot" width="300" height="187" /></a><p class="wp-caption-text">Here is the screenshot</p></div>
<p>Okay, if you want to download the source code, download it <a href="http://www.ziddu.com/download/10790768/CopyofMiblog.rar.html" target="_self">here</a></p>
<p>Happy Coding <img src='http://wahyusumartha.theyounglearn.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://wahyusumartha.theyounglearn.com/creating-simple-blog-with-codeigniter/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How to Set Scala Home Environment</title>
		<link>http://wahyusumartha.theyounglearn.com/how-to-set-scala-home-environment/</link>
		<comments>http://wahyusumartha.theyounglearn.com/how-to-set-scala-home-environment/#comments</comments>
		<pubDate>Tue, 13 Jul 2010 10:15:03 +0000</pubDate>
		<dc:creator>wahyusumartha</dc:creator>
				<category><![CDATA[Scala]]></category>
		<category><![CDATA[Control Panel]]></category>
		<category><![CDATA[JVM]]></category>
		<category><![CDATA[Scala Home Environment]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://wahyusumartha.theyounglearn.com/?p=290</guid>
		<description><![CDATA[Dear Visitor I guess, this is very simple to do and many people said not important. But when i was run scala code for first time, setting scala home environment permanently on your operating system is very important. In this case we using Windows 7. - Unzip your scala platform which has been downloaded -]]></description>
			<content:encoded><![CDATA[<p>Dear Visitor <img src='http://wahyusumartha.theyounglearn.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I guess, this is very simple to do and many people said not important. But when i was run scala code for first time, setting scala home environment permanently on your operating system is very important. In this case we using Windows 7.</p>
<p>- Unzip your scala platform which has been downloaded</p>
<p>- find your scala platform path YOUR_SCALA_PATH/bin</p>
<div id="attachment_291" class="wp-caption aligncenter" style="width: 638px"><a href="http://wahyusumartha.theyounglearn.com/wp-content/uploads/2010/07/scalafirst.jpg"><img class="size-full wp-image-291 " title="Scala Path Directory" src="http://wahyusumartha.theyounglearn.com/wp-content/uploads/2010/07/scalafirst.jpg" alt="Scala Path Directory" width="628" height="509" /></a><p class="wp-caption-text">Scala Path Directory</p></div>
<p><span id="more-290"></span></p>
<p>- open control panel and then click system icon</p>
<div id="attachment_292" class="wp-caption aligncenter" style="width: 640px"><a href="http://wahyusumartha.theyounglearn.com/wp-content/uploads/2010/07/scalafirst1.jpg"><img class="size-full wp-image-292 " title="Control Panel " src="http://wahyusumartha.theyounglearn.com/wp-content/uploads/2010/07/scalafirst1.jpg" alt="Control Panel" width="630" height="509" /></a><p class="wp-caption-text">Control Panel</p></div>
<p>- Open system section &#8211;&gt; Choose Advanced System Setting .. You would get form like the picture below :</p>
<div id="attachment_293" class="wp-caption aligncenter" style="width: 615px"><a href="http://wahyusumartha.theyounglearn.com/wp-content/uploads/2010/07/environment.jpg"><img class="size-full wp-image-293 " title="environment" src="http://wahyusumartha.theyounglearn.com/wp-content/uploads/2010/07/environment.jpg" alt="environment" width="605" height="378" /></a><p class="wp-caption-text">environment</p></div>
<p>- Fill your scala platform path in Environment variables</p>
<div id="attachment_294" class="wp-caption aligncenter" style="width: 404px"><a href="http://wahyusumartha.theyounglearn.com/wp-content/uploads/2010/07/Untitled.jpg"><img class="size-full wp-image-294" title="Environment Variable" src="http://wahyusumartha.theyounglearn.com/wp-content/uploads/2010/07/Untitled.jpg" alt="Environment Variable" width="394" height="436" /></a><p class="wp-caption-text">Environment Variable</p></div>
<div id="attachment_295" class="wp-caption aligncenter" style="width: 404px"><a href="http://wahyusumartha.theyounglearn.com/wp-content/uploads/2010/07/Untitled2.jpg"><img class="size-full wp-image-295" title="Environment Variable" src="http://wahyusumartha.theyounglearn.com/wp-content/uploads/2010/07/Untitled2.jpg" alt="Environment Variable" width="394" height="436" /></a><p class="wp-caption-text">Environment Variable</p></div>
<p>- Add your SCALA_PLATFORM_PATH/bin in system variable value .</p>
<p>Now .. you can use scala interpreter when opening command prompt in anywhere path.</p>
<p>Finished. This is very easy. Let&#8217;s Rock with Scala !</p>
<p>Happy Coding <img src='http://wahyusumartha.theyounglearn.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://wahyusumartha.theyounglearn.com/how-to-set-scala-home-environment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Acquainted with Scala Programming Language</title>
		<link>http://wahyusumartha.theyounglearn.com/acquinted-with-scala-programming-language/</link>
		<comments>http://wahyusumartha.theyounglearn.com/acquinted-with-scala-programming-language/#comments</comments>
		<pubDate>Mon, 12 Jul 2010 10:28:31 +0000</pubDate>
		<dc:creator>wahyusumartha</dc:creator>
				<category><![CDATA[Scala]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[JVM]]></category>
		<category><![CDATA[Martin Odersky]]></category>

		<guid isPermaLink="false">http://wahyusumartha.theyounglearn.com/?p=280</guid>
		<description><![CDATA[Dear Visitor This is new topic in my blog. Scala, a programming language which designed by Martin Odersky. I&#8217;m newbie in scala, i&#8217;m curious about scala because twitter, one of my favorite social networking site using it, and i heard foursquare too. I think for further information about scala  you could find at http://scala-lang.org. Now]]></description>
			<content:encoded><![CDATA[<p>Dear Visitor <img src='http://wahyusumartha.theyounglearn.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>This is new topic in my blog. Scala, a programming language which designed by Martin Odersky. I&#8217;m newbie in scala, i&#8217;m curious about scala because twitter, one of my favorite social networking site using it, and i heard foursquare too.</p>
<p>I think for further information about scala  you could find at http://scala-lang.org.</p>
<p>Now i want to share my problem when i was using scala for the first time. In my case, i using netbeans as IDE (Yap, Netbeans is my favorite IDE).</p>
<p>What is the minimum requirement to learn scala ?</p>
<p><span id="more-280"></span></p>
<p>The first, you have to download scala platform. You can download <a href="http://www.scala-lang.org/downloads" target="_blank">here</a>. After downloading scala, we must download Netbeans Plugin for scala development, it&#8217;s project named with <a href="sourceforge.net/projects/erlybird/files/nb-scala/6.8v1.1.0rc2b/nb-scala-6.8v1.1.0rc2b.zip/download">earlybird</a>.</p>
<p>If the plugin have been downloaded. You can extract it (Anywhere)  and then run your netbeans (in this example using netbeans 6.8) .. Choose Tools&#8211;&gt; Plugins &#8211;&gt; Open Tab Downloaded &#8211;&gt; Add Plugins.</p>
<p>Add all of file that you have downloaded.</p>
<p>Restart your netbeans IDE and then create new Scala Project</p>
<p>File &#8211;&gt; New Project</p>
<div id="attachment_281" class="wp-caption alignnone" style="width: 526px"><a href="http://wahyusumartha.theyounglearn.com/wp-content/uploads/2010/07/createscalaproject.jpg"><img class="size-full wp-image-281 " title="Create Scala Project" src="http://wahyusumartha.theyounglearn.com/wp-content/uploads/2010/07/createscalaproject.jpg" alt="Create Scala Project" width="516" height="355" /></a><p class="wp-caption-text">Creating Scala Project</p></div>
<p>Create Scala Object and type script below</p>
<pre class="brush: scala">
package scalaapplication1
object Main {
def main(args: Array[String]): Unit = {
println(&quot;Hello Scala&quot;)  }
}
</pre>
<div>Run Our first scala application and the output should be like that : Hello Scala.</div>
<div>This is very easy, isn&#8217;t is ? .. You can try it just in a few minutes!</div>
<div>Happy Coding</div>
<div>NB : i&#8217;ve got information, Netbeans 6.8 only work properly with scala 2.8.0, if you still using scala 2.7.0 use Netbeans 6.7</div>
]]></content:encoded>
			<wfw:commentRss>http://wahyusumartha.theyounglearn.com/acquinted-with-scala-programming-language/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blackberry Development Presentation in Java Meet Up May 29th 2010 :)</title>
		<link>http://wahyusumartha.theyounglearn.com/blackberry-development-presentation-in-java-meet-up-may-29th-2010/</link>
		<comments>http://wahyusumartha.theyounglearn.com/blackberry-development-presentation-in-java-meet-up-may-29th-2010/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 09:38:25 +0000</pubDate>
		<dc:creator>wahyusumartha</dc:creator>
				<category><![CDATA[Blackberry Developer]]></category>
		<category><![CDATA[Blackberry Zone]]></category>
		<category><![CDATA[Java Programming]]></category>
		<category><![CDATA[Blackberry]]></category>
		<category><![CDATA[Blackberry Development]]></category>

		<guid isPermaLink="false">http://wahyusumartha.theyounglearn.com/?p=269</guid>
		<description><![CDATA[Dear Visitor, This is my first post, after losing my lovely girl! She had passed Away. But Life Must go on! Okay this is my presentation about Blackberry Development when i was became a presenter in Java Meet Up 29th May 2010. Enjoy this slide ! Java Application Development for Blackberry Smart Phone]]></description>
			<content:encoded><![CDATA[<p>Dear Visitor,</p>
<p>This is my first post, after losing my lovely girl! She had passed Away. But Life Must go on!</p>
<p>Okay this is my presentation about Blackberry Development when i was became a presenter in Java Meet Up 29th May 2010.</p>
<p>Enjoy this slide <img src='http://wahyusumartha.theyounglearn.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  !</p>
<p><a style="margin: 12px auto 6px auto; font-family: Helvetica,Arial,Sans-serif; font-style: normal; font-variant: normal; font-weight: normal; font-size: 14px; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none; display: block; text-decoration: underline;" title="View Java Application Development for Blackberry Smart Phone on Scribd" href="http://www.scribd.com/doc/32310158/Java-Application-Development-for-Blackberry-Smart-Phone">Java Application Development for Blackberry Smart Phone</a> <object id="doc_440353472657790" style="outline: none;" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="100%" height="500" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="name" value="doc_440353472657790" /><param name="data" value="http://d1.scribdassets.com/ScribdViewer.swf" /><param name="wmode" value="opaque" /><param name="bgcolor" value="#ffffff" /><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="FlashVars" value="document_id=32310158&amp;access_key=key-oud5mzyl4j6lok4vvut&amp;page=1&amp;viewMode=slideshow" /><param name="src" value="http://d1.scribdassets.com/ScribdViewer.swf" /><param name="allowfullscreen" value="true" /><param name="flashvars" value="document_id=32310158&amp;access_key=key-oud5mzyl4j6lok4vvut&amp;page=1&amp;viewMode=slideshow" /><embed id="doc_440353472657790" style="outline: none;" type="application/x-shockwave-flash" width="100%" height="500" src="http://d1.scribdassets.com/ScribdViewer.swf" flashvars="document_id=32310158&amp;access_key=key-oud5mzyl4j6lok4vvut&amp;page=1&amp;viewMode=slideshow" allowscriptaccess="always" allowfullscreen="true" bgcolor="#ffffff" wmode="opaque" data="http://d1.scribdassets.com/ScribdViewer.swf" name="doc_440353472657790"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://wahyusumartha.theyounglearn.com/blackberry-development-presentation-in-java-meet-up-may-29th-2010/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Mars Alay from Superglad with D&#8217;Allays Song :)</title>
		<link>http://wahyusumartha.theyounglearn.com/mars-alay-from-superglad-with-dallays-song/</link>
		<comments>http://wahyusumartha.theyounglearn.com/mars-alay-from-superglad-with-dallays-song/#comments</comments>
		<pubDate>Mon, 19 Apr 2010 18:30:09 +0000</pubDate>
		<dc:creator>wahyusumartha</dc:creator>
				<category><![CDATA[Having Fun]]></category>
		<category><![CDATA[alay]]></category>
		<category><![CDATA[mars alay]]></category>
		<category><![CDATA[superglad]]></category>

		<guid isPermaLink="false">http://wahyusumartha.theyounglearn.com/?p=266</guid>
		<description><![CDATA[Superglad one of indonesia band had created a song that representation indonesian teenagers right now. A think which called &#8220;4L4Y&#8221;. &#8220;4L4Y&#8221; is something which too much. Like using a unusually language, for Example (&#8220;lutuna&#8217; which should write (&#8220;lucunya&#8221;) &#8211;&#62; in English &#8220;So Funny&#8221; and etc. For this phenomenal SUPERGLAD make this song and this is]]></description>
			<content:encoded><![CDATA[<p>Superglad one of indonesia band had created a song that representation indonesian teenagers right now. A think which called &#8220;4L4Y&#8221;. &#8220;4L4Y&#8221; is something which too much. Like using a unusually language, for Example (&#8220;lutuna&#8217; which should write (&#8220;lucunya&#8221;) &#8211;&gt; in English &#8220;So Funny&#8221; and etc.</p>
<p>For this phenomenal SUPERGLAD make this song and this is great song that give critic for indonesian teenagers behavior.</p>
<p>[ youtube=http://www.youtube.com/watch?v=_Dz2KFy69CU ]</p>
]]></content:encoded>
			<wfw:commentRss>http://wahyusumartha.theyounglearn.com/mars-alay-from-superglad-with-dallays-song/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Maximizing the Business Benefits of Web Content Management Systems :)</title>
		<link>http://wahyusumartha.theyounglearn.com/maximizing-the-business-benefits-of-web-content-management-systems/</link>
		<comments>http://wahyusumartha.theyounglearn.com/maximizing-the-business-benefits-of-web-content-management-systems/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 16:34:07 +0000</pubDate>
		<dc:creator>wahyusumartha</dc:creator>
				<category><![CDATA[Paper]]></category>
		<category><![CDATA[Web Conten Management Systems]]></category>

		<guid isPermaLink="false">http://wahyusumartha.theyounglearn.com/?p=260</guid>
		<description><![CDATA[Dear Visitor Companies of all sizes are recognizing that on-demand SaaS solutions represent a viable alternative to on-premise applications; they are taking a closer look at which SaaS vendors can serve as a strategic source for their on-demand solution needs. Read this paper to find out more about the business benefits of Clickability’s On-Demand WCM&#8230;]]></description>
			<content:encoded><![CDATA[<p>Dear Visitor <img src='http://wahyusumartha.theyounglearn.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Companies of all sizes are recognizing that on-demand SaaS solutions represent a viable alternative to on-premise applications; they are taking a closer look at which SaaS vendors can serve as a strategic source for their on-demand solution needs.</p>
<p>Read this paper to find out more about the business benefits of Clickability’s On-Demand WCM&#8230;</p>
<p><span id="more-260"></span></p>
<p>Download <a href="http://wahyusumartha.theyounglearn.com/wp-content/uploads/2010/04/Maximizing-the-business-benefit-of-WCM.pdf">Maximizing-the-business-benefit-of-WCM</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://wahyusumartha.theyounglearn.com/maximizing-the-business-benefits-of-web-content-management-systems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introduction with C# :)</title>
		<link>http://wahyusumartha.theyounglearn.com/introduction-with-c/</link>
		<comments>http://wahyusumartha.theyounglearn.com/introduction-with-c/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 15:33:54 +0000</pubDate>
		<dc:creator>wahyusumartha</dc:creator>
				<category><![CDATA[Having Fun]]></category>
		<category><![CDATA[Microsoft Technology]]></category>
		<category><![CDATA[.Net Framework]]></category>
		<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://wahyusumartha.theyounglearn.com/?p=257</guid>
		<description><![CDATA[Dear Visitor Now, i am getting interest with .Net Framework Technology, especially C# (Pronounced with C sharp). But i do not know what i have to write. I am newbie on this technology. This is introduction to C# that i had taken from MSDN C# (pronounced &#8220;C sharp&#8221;) is a simple, modern, object-oriented, and type-safe]]></description>
			<content:encoded><![CDATA[<p>Dear Visitor <img src='http://wahyusumartha.theyounglearn.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Now, i am getting interest with .Net Framework Technology, especially C# (Pronounced with C sharp). But i do not know what i have to write. I am newbie on this technology.</p>
<p>This is introduction to C# that i had taken from MSDN</p>
<div id="nstext">
<p>C# (pronounced &#8220;C sharp&#8221;) is a simple, modern, object-oriented, and type-safe programming language. It will immediately be familiar to C and C++ programmers. C# combines the high productivity of Rapid Application Development (RAD) languages and the raw power of C++.</p>
<p><span id="more-257"></span></p>
<p>Visual C# .NET is Microsoft&#8217;s C# development tool. It includes an interactive development environment, visual designers for building Windows and Web applications, a compiler, and a debugger. Visual C# .NET is part of a suite of products, called Visual Studio .NET, that also includes Visual Basic .NET, Visual C++ .NET, and the JScript scripting language. All of these languages provide access to the Microsoft .NET Framework, which includes a common execution engine and a rich class library. The .NET Framework defines a &#8220;Common Language Specification&#8221; (CLS), a sort of lingua franca that ensures seamless interoperability between CLS-compliant languages and class libraries. For C# developers, this means that even though C# is a new language, it has complete access to the same rich class libraries that are used by seasoned tools such as Visual Basic .NET and Visual C++ .NET. C# itself does not include a class library.</p>
<p>The rest of this chapter describes the essential features of the language. While later chapters describe rules and exceptions in a detail-oriented and sometimes mathematical manner, this chapter strives for clarity and brevity at the expense of completeness. The intent is to provide the reader with an introduction to the language that will facilitate the writing of early programs and the reading of later chapters.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://wahyusumartha.theyounglearn.com/introduction-with-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
