<?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>Andrew.com.np</title>
	<atom:link href="http://andrew.com.np/blog/feed" rel="self" type="application/rss+xml" />
	<link>http://andrew.com.np/blog</link>
	<description>Blogging on current news, technology and Nepal.</description>
	<pubDate>Tue, 27 Oct 2009 13:24:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to change Frame Icon in JAVA?</title>
		<link>http://andrew.com.np/blog/how-to-change-frame-icon-in-java</link>
		<comments>http://andrew.com.np/blog/how-to-change-frame-icon-in-java#comments</comments>
		<pubDate>Tue, 27 Oct 2009 13:24:58 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
		
		<category><![CDATA[Java]]></category>

		<category><![CDATA[Frame]]></category>

		<category><![CDATA[logo]]></category>

		<guid isPermaLink="false">http://andrew.com.np/blog/?p=276</guid>
		<description><![CDATA[This tutorial teaches the technique of changing in the upper-left corner of a window? The default icon used by JAVA is a coffee cup which is the offical logo of JAVA. I really wanted to get rid of this cup and replace it with my own logo. I did quite a bit of research on [...]<!-- Easy AdSenser V2.36 -->
<!-- Post[count: 2] -->
<div style="text-align:center;margin:12px;" ><script type="text/javascript"><!--
google_ad_client = "pub-9962690837616399";
/* 336x280, created 8/13/09 */
google_ad_slot = "3178148777";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div>]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-277" href="http://andrew.com.np/blog/how-to-change-frame-icon-in-java/jframe"><img class="alignleft size-full wp-image-277" style="margin-left: 6px; margin-right: 6px;" title="jframe" src="http://andrew.com.np/blog/wp-content/uploads/2009/10/jframe.jpg" alt="jframe" width="256" height="202" /></a>This tutorial teaches the technique of changing in the upper-left corner of a window? The default icon used by JAVA is a coffee cup which is the offical logo of JAVA. I really wanted to get rid of this cup and replace it with my own logo. I did quite a bit of research on this topic and found some cool tips. But couldn&#8217;t find any tutorials on NetBeans IDE. The problem is that, the code wasn&#8217;t NetBeans friendly. So I&#8217;ve modified it to suit every need.<span id="more-276"></span></p>
<p>The code for those who don&#8217;t use NetBeans IDE:<br />
Note: 1)You have to import the Toolkit Package<br />
import java.awt.Toolkit;<br />
2) Image icon = Toolkit.getDefaultToolkit().getImage(&#8221;icon_confused.gif&#8221;);<br />
frame.setIconImage(icon);</p>
<p>For NetBeans IDE users:<br />
1)You have to import the Toolkit Package<br />
2)In the Netbeans properties window for your Frame, try iconImage.<br />
-&gt;Select Custom Code<br />
-&gt;Add the following line:<br />
setIconImage(Toolkit.getDefaultToolkit().getImage(SampleFrame.class.getResource(&#8221;/image/logo.png&#8221;)));<br />
/**Here SampleFrame is the JFrame class name.*/<br />
/**The logo can be placed inside a folder named &#8216;image&#8217;. Relative path is used to access the logo*/</p>
<p>Now you have your own customised logo on the Frame window. Cheers! <img src='http://andrew.com.np/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
I have used it on my B.E final year project.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?&amp;linkurl=http%3A%2F%2Fandrew.com.np%2Fblog%2Fhow-to-change-frame-icon-in-java&amp;linkname=How%20to%20change%20Frame%20Icon%20in%20JAVA%3F"><img src="http://andrew.com.np/blog/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://andrew.com.np/blog/how-to-change-frame-icon-in-java/feed</wfw:commentRss>
		</item>
		<item>
		<title>XMail Server Lite: Open Source Mail Server Software</title>
		<link>http://andrew.com.np/blog/xmail-server-lite-open-source-mail-server-software</link>
		<comments>http://andrew.com.np/blog/xmail-server-lite-open-source-mail-server-software#comments</comments>
		<pubDate>Mon, 26 Oct 2009 04:53:54 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
		
		<category><![CDATA[Technology]]></category>

		<category><![CDATA[Server]]></category>

		<category><![CDATA[Xmail]]></category>

		<guid isPermaLink="false">http://andrew.com.np/blog/?p=271</guid>
		<description><![CDATA[XMail Server Lite is a Open source e-mail server for Windows and Linux platforms. Provides fast AJAX webmail and POP3/SMTP services with web-based administration panel.. XMail Server Lite works on both Linux and Windows, and the web modules run on both major web platforms: ASP.NET and PHP. No database required.
It supports unlimited domains/users including virtual [...]]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-272" href="http://andrew.com.np/blog/xmail-server-lite-open-source-mail-server-software/xmail"><img class="alignleft size-medium wp-image-272" style="margin-left: 6px; margin-right: 6px;" title="xmail" src="http://andrew.com.np/blog/wp-content/uploads/2009/10/xmail-300x170.jpg" alt="xmail" width="300" height="170" /></a>XMail Server Lite is a Open source e-mail server for Windows and Linux platforms. Provides fast AJAX webmail and POP3/SMTP services with web-based administration panel.. XMail Server Lite works on both Linux and Windows, and the web modules run on both major web platforms: ASP.NET and PHP. No database required.<span id="more-271"></span></p>
<p>It supports unlimited domains/users including virtual domains &amp; aliases.</p>
<p>XMail Lite also offers anti-virus integration, bayesian filters (for spam protection) &amp; a logging functionality of all the activities.</p>
<p>Homepage and Download:<br />
<a href="http://www.afterlogic.com/products/xmail-server-lite" target="_blank">http://www.afterlogic.com/products/xmail-server-lite</a></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?&amp;linkurl=http%3A%2F%2Fandrew.com.np%2Fblog%2Fxmail-server-lite-open-source-mail-server-software&amp;linkname=XMail%20Server%20Lite%3A%20Open%20Source%20Mail%20Server%20Software"><img src="http://andrew.com.np/blog/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://andrew.com.np/blog/xmail-server-lite-open-source-mail-server-software/feed</wfw:commentRss>
		</item>
		<item>
		<title>Dashain: Auspicious Tika Time on various parts of the world</title>
		<link>http://andrew.com.np/blog/dashain-auspicious-tika-time-on-various-parts-of-the-world</link>
		<comments>http://andrew.com.np/blog/dashain-auspicious-tika-time-on-various-parts-of-the-world#comments</comments>
		<pubDate>Mon, 28 Sep 2009 01:35:51 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
		
		<category><![CDATA[Nepal]]></category>

		<category><![CDATA[Dashain]]></category>

		<category><![CDATA[tika]]></category>

		<category><![CDATA[time]]></category>

		<guid isPermaLink="false">http://andrew.com.np/blog/?p=263</guid>
		<description><![CDATA[Today&#8217;s the tenth day of Dashain festival; also known as Bijaya Dashami. On this day we take tika and jamara from our elders and receive their blessing. We visit our elders in their home and get tika from them while our younger ones come to our home to receive blessing from us.
Well, it&#8217;s said that [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_266" class="wp-caption alignleft" style="width: 104px"><a rel="attachment wp-att-266" href="http://andrew.com.np/blog/dashain-auspicious-tika-time-on-various-parts-of-the-world/dashain"><img class="size-full wp-image-266" title="Dashain" src="http://andrew.com.np/blog/wp-content/uploads/2009/09/dashain.jpg" alt="Dashain" width="94" height="94" /></a><p class="wp-caption-text">Dashain</p></div>
<p>Today&#8217;s the tenth day of Dashain festival; also known as Bijaya Dashami. On this day we take tika and jamara from our elders and receive their blessing. We visit our elders in their home and get tika from them while our younger ones come to our home to receive blessing from us.</p>
<p>Well, it&#8217;s said that we needn&#8217;t wait for a specific time to put Tika and receive blessings. But yet, the auspicious time to put Tika this year is 10:55 am NST as notified by the Panchanga Authority. The conversion for various cities is shown below.(Read more..)<span id="more-263"></span></p>
<h3 class="nbot">Auspicious Tika time on Monday, September 28, 2009 at 10:55 AM Kathmandu Time</h3>
<p class="bot"><a title="setup for The Fixed Time World Clock" href="http://www.timeanddate.com/worldclock/fixedform.html?year=2009&amp;month=9&amp;day=28&amp;hour=5&amp;min=10&amp;sec=0&amp;p1=117"></a><a href="http://www.timeanddate.com/worldclock/">The time on various parts of the world.<br />
</a></p>
<table class="border2" border="0" cellspacing="0" cellpadding="3" align="center">
<tbody>
<tr>
<td class="head" colspan="10"><span class="small">Currently sorted by city name. Change: <a href="http://www.timeanddate.com/worldclock/fixedtime.html?month=9&amp;day=28&amp;year=2009&amp;hour=10&amp;min=55&amp;sec=0&amp;p1=117&amp;sort=1">Sort by Country</a> | <a href="http://www.timeanddate.com/worldclock/fixedtime.html?month=9&amp;day=28&amp;year=2009&amp;hour=10&amp;min=55&amp;sec=0&amp;p1=117&amp;sort=2">Sort by Time Zone</a> </span><br />
<a href="http://www.timeanddate.com/custom/site.html"><span class="small">Set your preferred time and date formats - e.g. 12 hour am/pm or 24 hour</span></a></td>
</tr>
<tr class="c0">
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=7">Addis Ababa</a></td>
<td class="r">Mon 8:10 AM</td>
<td class="bb" rowspan="47"></td>
<td rowspan="47"></td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=94">Guatemala</a></td>
<td class="r">Sun 11:10 PM</td>
<td class="bb" rowspan="47"></td>
<td rowspan="47"></td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=173">Nassau</a> *</td>
<td class="r">Mon 1:10 AM</td>
</tr>
<tr class="c1">
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=5">Adelaide</a></td>
<td class="r">Mon 2:40 PM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=286">Halifax</a> *</td>
<td class="r">Mon 2:10 AM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=176">New Delhi</a></td>
<td class="r">Mon 10:40 AM</td>
</tr>
<tr class="c0">
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=6">Aden</a></td>
<td class="r">Mon 8:10 AM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=95">Hanoi</a></td>
<td class="r">Mon 12:10 PM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=178">New Orleans</a> *</td>
<td class="r">Mon 12:10 AM</td>
</tr>
<tr class="c1">
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=14">Algiers</a></td>
<td class="r">Mon 6:10 AM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=96">Harare</a></td>
<td class="r">Mon 7:10 AM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=179">New York</a> *</td>
<td class="r">Mon 1:10 AM</td>
</tr>
<tr class="c0">
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=382">Almaty</a></td>
<td class="r">Mon 11:10 AM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=99">Havana</a> *</td>
<td class="r">Mon 1:10 AM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=187">Oslo</a> *</td>
<td class="r">Mon 7:10 AM</td>
</tr>
<tr class="c1">
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=11">Amman</a> *</td>
<td class="r">Mon 8:10 AM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=101">Helsinki</a> *</td>
<td class="r">Mon 8:10 AM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=188">Ottawa</a> *</td>
<td class="r">Mon 1:10 AM</td>
</tr>
<tr class="c0">
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=16">Amsterdam</a> *</td>
<td class="r">Mon 7:10 AM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=102">Hong Kong</a></td>
<td class="r">Mon 1:10 PM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=195">Paris</a> *</td>
<td class="r">Mon 7:10 AM</td>
</tr>
<tr class="c1">
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=17">Anadyr</a> *</td>
<td class="r">Mon 6:10 PM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=103">Honolulu</a></td>
<td class="r">Sun 7:10 PM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=196">Perth</a></td>
<td class="r">Mon 1:10 PM</td>
</tr>
<tr class="c0">
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=18">Anchorage</a> *</td>
<td class="r">Sun 9:10 PM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=104">Houston</a> *</td>
<td class="r">Mon 12:10 AM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=198">Philadelphia</a> *</td>
<td class="r">Mon 1:10 AM</td>
</tr>
<tr class="c1">
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=19">Ankara</a> *</td>
<td class="r">Mon 8:10 AM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=105">Indianapolis</a> *</td>
<td class="r">Mon 1:10 AM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=197">Phoenix</a></td>
<td class="r">Sun 10:10 PM</td>
</tr>
<tr class="c0">
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=20">Antananarivo</a></td>
<td class="r">Mon 8:10 AM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=106">Islamabad</a> *</td>
<td class="r">Mon 11:10 AM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=204">Prague</a> *</td>
<td class="r">Mon 7:10 AM</td>
</tr>
<tr class="c1">
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=21">Asuncion</a></td>
<td class="r">Mon 1:10 AM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=107">Istanbul</a> *</td>
<td class="r">Mon 8:10 AM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=211">Reykjavik</a></td>
<td class="r">Mon 5:10 AM</td>
</tr>
<tr class="c0">
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=26">Athens</a> *</td>
<td class="r">Mon 8:10 AM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=108">Jakarta</a></td>
<td class="r">Mon 12:10 PM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=213">Rio de Janeiro</a></td>
<td class="r">Mon 2:10 AM</td>
</tr>
<tr class="c1">
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=25">Atlanta</a> *</td>
<td class="r">Mon 1:10 AM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=110">Jerusalem</a></td>
<td class="r">Mon 7:10 AM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=214">Riyadh</a></td>
<td class="r">Mon 8:10 AM</td>
</tr>
<tr class="c0">
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=22">Auckland</a> *</td>
<td class="r">Mon 6:10 PM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=111">Johannesburg</a></td>
<td class="r">Mon 7:10 AM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=215">Rome</a> *</td>
<td class="r">Mon 7:10 AM</td>
</tr>
<tr class="c1">
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=27">Baghdad</a></td>
<td class="r">Mon 8:10 AM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=113">Kabul</a></td>
<td class="r">Mon 9:40 AM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=224">San Francisco</a> *</td>
<td class="r">Sun 10:10 PM</td>
</tr>
<tr class="c0">
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=28">Bangkok</a></td>
<td class="r">Mon 12:10 PM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=114">Kamchatka</a> *</td>
<td class="r">Mon 6:10 PM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=226">San Juan</a></td>
<td class="r">Mon 1:10 AM</td>
</tr>
<tr class="c1">
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=31">Barcelona</a> *</td>
<td class="r">Mon 7:10 AM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=757">Karachi</a> *</td>
<td class="r">Mon 11:10 AM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=228">San Salvador</a></td>
<td class="r">Sun 11:10 PM</td>
</tr>
<tr class="c0">
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=33">Beijing</a></td>
<td class="r">Mon 1:10 PM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=117">Kathmandu</a></td>
<td class="r">Mon 10:55 AM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=232">Santiago</a></td>
<td class="r">Mon 1:10 AM</td>
</tr>
<tr class="c1">
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=34">Beirut</a> *</td>
<td class="r">Mon 8:10 AM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=118">Khartoum</a></td>
<td class="r">Mon 8:10 AM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=230">Santo Domingo</a></td>
<td class="r">Mon 1:10 AM</td>
</tr>
<tr class="c0">
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=35">Belgrade</a> *</td>
<td class="r">Mon 7:10 AM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=120">Kingston</a></td>
<td class="r">Mon 12:10 AM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=233">Sao Paulo</a></td>
<td class="r">Mon 2:10 AM</td>
</tr>
<tr class="c1">
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=37">Berlin</a> *</td>
<td class="r">Mon 7:10 AM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=274">Kiritimati</a></td>
<td class="r">Mon 7:10 PM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=234">Seattle</a> *</td>
<td class="r">Sun 10:10 PM</td>
</tr>
<tr class="c0">
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=41">Bogota</a></td>
<td class="r">Mon 12:10 AM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=54">Kolkata</a></td>
<td class="r">Mon 10:40 AM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=235">Seoul</a></td>
<td class="r">Mon 2:10 PM</td>
</tr>
<tr class="c1">
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=43">Boston</a> *</td>
<td class="r">Mon 1:10 AM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=122">Kuala Lumpur</a></td>
<td class="r">Mon 1:10 PM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=237">Shanghai</a></td>
<td class="r">Mon 1:10 PM</td>
</tr>
<tr class="c0">
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=45">Brasilia</a></td>
<td class="r">Mon 2:10 AM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=123">Kuwait City</a></td>
<td class="r">Mon 8:10 AM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=236">Singapore</a></td>
<td class="r">Mon 1:10 PM</td>
</tr>
<tr class="c1">
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=47">Brisbane</a></td>
<td class="r">Mon 3:10 PM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=367">Kyiv</a> *</td>
<td class="r">Mon 8:10 AM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=238">Sofia</a> *</td>
<td class="r">Mon 8:10 AM</td>
</tr>
<tr class="c0">
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=48">Brussels</a> *</td>
<td class="r">Mon 7:10 AM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=124">La Paz</a></td>
<td class="r">Mon 1:10 AM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=175">St. John&#8217;s</a> *</td>
<td class="r">Mon 2:40 AM</td>
</tr>
<tr class="c1">
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=49">Bucharest</a> *</td>
<td class="r">Mon 8:10 AM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=125">Lagos</a></td>
<td class="r">Mon 6:10 AM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=219">St. Paul</a> *</td>
<td class="r">Mon 12:10 AM</td>
</tr>
<tr class="c0">
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=50">Budapest</a> *</td>
<td class="r">Mon 7:10 AM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=756">Lahore</a> *</td>
<td class="r">Mon 11:10 AM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=239">Stockholm</a> *</td>
<td class="r">Mon 7:10 AM</td>
</tr>
<tr class="c1">
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=51">Buenos Aires</a></td>
<td class="r">Mon 2:10 AM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=131">Lima</a></td>
<td class="r">Mon 12:10 AM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=82">Suva</a></td>
<td class="r">Mon 5:10 PM</td>
</tr>
<tr class="c0">
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=53">Cairo</a></td>
<td class="r">Mon 7:10 AM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=133">Lisbon</a> *</td>
<td class="r">Mon 6:10 AM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=240">Sydney</a></td>
<td class="r">Mon 3:10 PM</td>
</tr>
<tr class="c1">
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=57">Canberra</a></td>
<td class="r">Mon 3:10 PM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=136">London</a> *</td>
<td class="r">Mon 6:10 AM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=241">Taipei</a></td>
<td class="r">Mon 1:10 PM</td>
</tr>
<tr class="c0">
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=56">Cape Town</a></td>
<td class="r">Mon 7:10 AM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=137">Los Angeles</a> *</td>
<td class="r">Sun 10:10 PM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=242">Tallinn</a> *</td>
<td class="r">Mon 8:10 AM</td>
</tr>
<tr class="c1">
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=58">Caracas</a></td>
<td class="r">Mon 12:40 AM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=141">Madrid</a> *</td>
<td class="r">Mon 7:10 AM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=244">Tashkent</a></td>
<td class="r">Mon 10:10 AM</td>
</tr>
<tr class="c0">
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=60">Casablanca</a></td>
<td class="r">Mon 5:10 AM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=143">Managua</a></td>
<td class="r">Sun 11:10 PM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=245">Tegucigalpa</a></td>
<td class="r">Sun 11:10 PM</td>
</tr>
<tr class="c1">
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=63">Chatham Islands</a> *</td>
<td class="r">Mon 6:55 PM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=145">Manila</a></td>
<td class="r">Mon 1:10 PM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=246">Tehran</a></td>
<td class="r">Mon 8:40 AM</td>
</tr>
<tr class="c0">
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=64">Chicago</a> *</td>
<td class="r">Mon 12:10 AM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=152">Melbourne</a></td>
<td class="r">Mon 3:10 PM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=248">Tokyo</a></td>
<td class="r">Mon 2:10 PM</td>
</tr>
<tr class="c1">
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=69">Copenhagen</a> *</td>
<td class="r">Mon 7:10 AM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=155">Mexico City</a> *</td>
<td class="r">Mon 12:10 AM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=250">Toronto</a> *</td>
<td class="r">Mon 1:10 AM</td>
</tr>
<tr class="c0">
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=72">Darwin</a></td>
<td class="r">Mon 2:40 PM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=156">Miami</a> *</td>
<td class="r">Mon 1:10 AM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=256">Vancouver</a> *</td>
<td class="r">Sun 10:10 PM</td>
</tr>
<tr class="c1">
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=75">Denver</a> *</td>
<td class="r">Sun 11:10 PM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=159">Minneapolis</a> *</td>
<td class="r">Mon 12:10 AM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=259">Vienna</a> *</td>
<td class="r">Mon 7:10 AM</td>
</tr>
<tr class="c0">
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=77">Detroit</a> *</td>
<td class="r">Mon 1:10 AM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=285">Minsk</a> *</td>
<td class="r">Mon 8:10 AM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=261">Vladivostok</a> *</td>
<td class="r">Mon 4:10 PM</td>
</tr>
<tr class="c1">
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=73">Dhaka</a> *</td>
<td class="r">Mon 12:10 PM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=163">Montevideo</a></td>
<td class="r">Mon 2:10 AM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=262">Warsaw</a> *</td>
<td class="r">Mon 7:10 AM</td>
</tr>
<tr class="c0">
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=776">Dubai</a></td>
<td class="r">Mon 9:10 AM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=407">Montgomery</a> *</td>
<td class="r">Mon 12:10 AM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=263">Washington DC</a> *</td>
<td class="r">Mon 1:10 AM</td>
</tr>
<tr class="c1">
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=78">Dublin</a> *</td>
<td class="r">Mon 6:10 AM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=165">Montreal</a> *</td>
<td class="r">Mon 1:10 AM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=265">Winnipeg</a> *</td>
<td class="r">Mon 12:10 AM</td>
</tr>
<tr class="c0">
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=80">Edmonton</a> *</td>
<td class="r">Sun 11:10 PM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=166">Moscow</a> *</td>
<td class="r">Mon 9:10 AM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=208">Yangon</a></td>
<td class="r">Mon 11:40 AM</td>
</tr>
<tr class="c1">
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=83">Frankfurt</a> *</td>
<td class="r">Mon 7:10 AM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=44">Mumbai</a></td>
<td class="r">Mon 10:40 AM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=281">Zagreb</a> *</td>
<td class="r">Mon 7:10 AM</td>
</tr>
<tr class="c0">
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=87">Geneva</a> *</td>
<td class="r">Mon 7:10 AM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=170">Nairobi</a></td>
<td class="r">Mon 8:10 AM</td>
<td><a href="http://www.timeanddate.com/worldclock/city.html?n=268">Zürich</a> *</td>
<td class="r">Mon 7:10 AM</td>
</tr>
</tbody>
</table>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?&amp;linkurl=http%3A%2F%2Fandrew.com.np%2Fblog%2Fdashain-auspicious-tika-time-on-various-parts-of-the-world&amp;linkname=Dashain%3A%20Auspicious%20Tika%20Time%20on%20various%20parts%20of%20the%20world"><img src="http://andrew.com.np/blog/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://andrew.com.np/blog/dashain-auspicious-tika-time-on-various-parts-of-the-world/feed</wfw:commentRss>
		</item>
		<item>
		<title>Birthday: A year older</title>
		<link>http://andrew.com.np/blog/birthday-a-year-older</link>
		<comments>http://andrew.com.np/blog/birthday-a-year-older#comments</comments>
		<pubDate>Sat, 22 Aug 2009 14:48:46 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
		
		<category><![CDATA[Andrew's Diary]]></category>

		<category><![CDATA[andrew]]></category>

		<category><![CDATA[Birthday]]></category>

		<guid isPermaLink="false">http://andrew.com.np/blog/?p=258</guid>
		<description><![CDATA[A birthday, as the term implies, is the anniversary of the particular day on which a person was born. Though by no means universal, such occasions are celebrated in numerous cultures, often with a party or, in some instances, a rite of passage.
The day started out with a shower. Checked some text msgs on my [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_259" class="wp-caption alignleft" style="width: 249px"><a rel="attachment wp-att-259" href="http://andrew.com.np/blog/birthday-a-year-older/happy_birthday_balloon"><img class="size-medium wp-image-259" title="happy_birthday_balloon" src="http://andrew.com.np/blog/wp-content/uploads/2009/08/happy_birthday_balloon-300x300.jpg" alt="bday balloon" width="239" height="239" /></a><p class="wp-caption-text">bday balloon</p></div>
<p>A birthday, as the term implies, is the anniversary of the particular day on which a person was born. Though by no means universal, such occasions are celebrated in numerous cultures, often with a party or, in some instances, a rite of passage.</p>
<p>The day started out with a shower. Checked some text msgs on my mobile, then headed to Bindabasini temple. <span id="more-258"></span>Since everyone was at home, we planned to cook momo. After lunch, we were all busy making dough, preparing the masala for meat, and finally stuffing the minched fillings inside the momo.</p>
<p>While the momo was being cooked, I came back to my computer to check some mails. Lots of wishes had been posted on my Facebook Walls. Emails were also coming now and then. This year my Birthday fell on a day before Teej (the biggest festival of Hindu ladies). Everyone was busy at their homes feeding various food items to ladies fasting for 24 hrs the next day. Celebrating my party with my classmates were nearly impossible, so we postponded the party.</p>
<p>Mom ordered a chocolate cake for me. Till then, momo was cooked. I could smell the aroma coming out from the chimney from my window. Me and my brother brought a huge pile of momos infront of the TV and we played &#8220;Love Aaj Kal&#8221; on DVD. It was quite a nice movie. After that, I cut the Bday cake in a small family gathering. Then had dinner and came to my room to have some research on my Final year project. A video link was left on my msn by my sisters in UK. It was a sweet bday wish created by my 3 cousin sisters in UK. I felt so nice to get that. They had actually edited and compiled a small clip of 38 seconds with a recent pic of mine. I felt so glad to see it. That&#8217;s how my day ended.</p>
<p>The Birthday Clip:</p>
<p><object width="425" height="344" data="http://www.youtube.com/v/7Wh_iPVAWes&amp;hl=en&amp;fs=1" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/7Wh_iPVAWes&amp;hl=en&amp;fs=1" /><param name="allowfullscreen" value="true" /></object></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?&amp;linkurl=http%3A%2F%2Fandrew.com.np%2Fblog%2Fbirthday-a-year-older&amp;linkname=Birthday%3A%20A%20year%20older"><img src="http://andrew.com.np/blog/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://andrew.com.np/blog/birthday-a-year-older/feed</wfw:commentRss>
		</item>
		<item>
		<title>How to Be Lucky?</title>
		<link>http://andrew.com.np/blog/how-to-be-lucky</link>
		<comments>http://andrew.com.np/blog/how-to-be-lucky#comments</comments>
		<pubDate>Thu, 13 Aug 2009 11:40:07 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
		
		<category><![CDATA[Motivation]]></category>

		<category><![CDATA[lucky]]></category>

		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://andrew.com.np/blog/?p=249</guid>
		<description><![CDATA[
Let me give you what might seem a strange piece of advice – be lucky. Sometimes you have good luck and sometimes you have bad luck. But do you have a choice? Can you make your own luck? Dr. Richard Wiseman has studied why some people are lucky and others are not. He advises that [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;"><a rel="attachment wp-att-250" href="http://andrew.com.np/blog/how-to-be-lucky/how_to_be_lucky"><img class="aligncenter size-full wp-image-250" style="margin-top: 5px; margin-bottom: 5px;" title="how_to_be_lucky" src="http://andrew.com.np/blog/wp-content/uploads/2009/08/how_to_be_lucky.jpg" alt="how_to_be_lucky" width="380" height="207" /></a></p>
<p style="text-align: left;">Let me give you what might seem a strange piece of advice – be lucky. Sometimes you have good luck and sometimes you have bad luck. But do you have a choice? Can you make your own luck? Dr. Richard Wiseman has studied why some people are lucky and others are not. He advises that there are four main traits that lucky people have that help them to be ‘lucky’.</p>
<p>1. They create, notice, and act upon chance opportunities that come up.<br />
2. They make good decisions using their intuition as well as their logic.<br />
3. They have positive expectations about the future.<br />
4. They don’t let bad luck get them down; they find a way to turn it into    good fortune.<br />
<span id="more-249"></span><br />
There are more details in his book, The Luck Factor.</p>
<p>By changing your attitudes, behaviours and actions you can change your luck. If you see obstacles as opportunities rather than difficulties then you can turn them to your advantage. If you notice unusual things and think laterally you can see novel openings. This is particularly true in the contexts of creativity and innovation.</p>
<ul>
<li>Sir Alexander Fleming noticed that a growth of mold in a petri dish resisted bacteria. He investigated this and discovered penicillin.</li>
<li>Clarence Birdseye noticed that people in Canada kept fish fresh by packing them in ice. He developed this idea and created frozen food industry.</li>
<li>Percy Spencer noticed that a chocolate bar in his pocket melted when he stood in front of a magnetron. He used this insight to help develop the microwave oven.</li>
<li>Hiram Maxim found two problems when he went shooting. There was a powerful recoil after each shot which hurt his shoulder and he then had to go to the trouble of reloading. He wondered whether he could use one problem to solve the other. He invented the Maxim machine gun which used the energy from the recoil force to eject each spent cartridge and insert the next one.</li>
</ul>
<p>Each of these people was doubtless called lucky by some contemporaries. But their ‘luck’ was the product of observation, insight and action.</p>
<p>Many people blame bad luck for their failures – especially on ventures where they invested considerable time and effort. People with positive outlooks recognise that each obstacle is a step along the way and that there is much that can be learned from setbacks. They learn lessons from reverses and they seek out fresh opportunities. They are always optimistic and receptive to ideas. They see opportunities in situations where others give up. They make their own good luck.</p>
<p>When the great golfer, Gary Player, was asked why he was so lucky he replied, ‘The harder I work, the luckier I get.’ So the lessons are clear. There is a way to be lucky. It involves a positive attitude, hard work, observation, preparedness, action and a willingness to see every setback as a learning opportunity and a step towards success.</p>
<blockquote><p>Quick Links to check your luck now:</p></blockquote>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?&amp;linkurl=http%3A%2F%2Fandrew.com.np%2Fblog%2Fhow-to-be-lucky&amp;linkname=How%20to%20Be%20Lucky%3F"><img src="http://andrew.com.np/blog/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://andrew.com.np/blog/how-to-be-lucky/feed</wfw:commentRss>
		</item>
		<item>
		<title>What is a BarCamp?</title>
		<link>http://andrew.com.np/blog/what-is-a-barcamp</link>
		<comments>http://andrew.com.np/blog/what-is-a-barcamp#comments</comments>
		<pubDate>Mon, 10 Aug 2009 11:16:45 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
		
		<category><![CDATA[Buzz Word]]></category>

		<category><![CDATA[barcamp]]></category>

		<guid isPermaLink="false">http://andrew.com.np/blog/?p=242</guid>
		<description><![CDATA[BarCamp is an international network of user generated conferences — open, participatory workshop-events, whose content is provided by participants. The first BarCamps focused on early-stage web applications, and related open source technologies, social protocols, and open data formats. The format has also been used for a variety of other topics, including public transit, health care, [...]]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-243" href="http://andrew.com.np/blog/what-is-a-barcamp/barcamp"><img class="alignleft size-medium wp-image-243" style="margin-left: 6px; margin-right: 6px;" title="barcamp" src="http://andrew.com.np/blog/wp-content/uploads/2009/08/barcamp-300x199.jpg" alt="barcamp" width="300" height="199" /></a>BarCamp is an international network of user generated conferences — open, participatory workshop-events, whose content is provided by participants. The first BarCamps focused on early-stage web applications, and related open source technologies, social protocols, and open data formats. The format has also been used for a variety of other topics, including public transit, health care, and political organizing.<span id="more-242"></span></p>
<p>BarCamps are organized and evangelized largely through the web, harnessing what might be called a Web 2.0 communications toolkit. Anyone can initiate a BarCamp, using the <a class="external text" title="http://www.barcamp.org/" rel="nofollow" href="http://www.barcamp.org/">BarCamp wiki</a>.</p>
<p>The procedural framework consists of sessions proposed and scheduled each day by attendees, mostly on-site, typically using white boards or paper taped to the wall. This approach and has been dubbed to play on words, The Open Grid approach.</p>
<p>FooCamps and BarCamps are based on a simplified variation of Open Space Technology (OST), relying on the self-organizing character of OST. Other than in classical conference formats, BarCamps and OST rely on the passion and the responsibility of the participants, putting them into the driver&#8217;s seat.</p>
<p>While loosely structured, there are rules at BarCamp. All attendees are encouraged to present or facilitate a session. However this can be intimidating and unwelcoming. Everyone is also asked to share information and experiences of the event, both live and after the fact, via public web channels including (but not limited to) blogging, photo sharing, social bookmarking, twittering, wiki-ing, and IRC. This open encouragement to share everything about the event is in deliberate contrast to the &#8220;off the record by default&#8221; and &#8220;no recordings&#8221; rules at many private invite-only participant driven conferences.</p>
<blockquote><p>Related BarCamps Links below:</p></blockquote>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?&amp;linkurl=http%3A%2F%2Fandrew.com.np%2Fblog%2Fwhat-is-a-barcamp&amp;linkname=What%20is%20a%20BarCamp%3F"><img src="http://andrew.com.np/blog/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://andrew.com.np/blog/what-is-a-barcamp/feed</wfw:commentRss>
		</item>
		<item>
		<title>Java Media Framework</title>
		<link>http://andrew.com.np/blog/java-media-framework</link>
		<comments>http://andrew.com.np/blog/java-media-framework#comments</comments>
		<pubDate>Mon, 03 Aug 2009 03:51:49 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
		
		<category><![CDATA[Java]]></category>

		<category><![CDATA[jmf]]></category>

		<category><![CDATA[live]]></category>

		<category><![CDATA[streaming]]></category>

		<category><![CDATA[webcam]]></category>

		<guid isPermaLink="false">http://andrew.com.np/blog/?p=239</guid>
		<description><![CDATA[A good resource for learning about streaming, once you determine if JMF is going to work with your camera:
http://www.cs.odu.edu/~cs778/spring04/lectures/jmfsolutions/examplesindex.html
Topics included:
1. Swing  and JMF
2. Cloning Data Sources
3. Seeking Frames inside a Movie
4. Transmitting Video over RTP  [RTP DataSink]
5. Transmitting Audio over RTP  [RTP DataSink]
6. Transmitting Audio/Video over RTP  [RTPManager]
7. Receiving Media over RTP [RTPManager]
8. Exporting Media [...]]]></description>
			<content:encoded><![CDATA[<p>A good resource for learning about streaming, once you determine if JMF is going to work with your camera:<br />
http://www.cs.odu.edu/~cs778/spring04/lectures/jmfsolutions/examplesindex.html</p>
<p>Topics included:</p>
<p>1. Swing  and JMF<br />
2. Cloning Data Sources<br />
3. Seeking Frames inside a Movie<br />
4. Transmitting Video over RTP  [RTP DataSink]<br />
5. Transmitting Audio over RTP  [RTP DataSink]<br />
6. Transmitting Audio/Video over RTP  [RTPManager]<br />
7. Receiving Media over RTP [RTPManager]<br />
8. Exporting Media Received over RTP<br />
9. Transcoding to Different Formats<br />
10. Capture Screen<br />
11. Dynamic Capture Screen<span id="more-239"></span></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?&amp;linkurl=http%3A%2F%2Fandrew.com.np%2Fblog%2Fjava-media-framework&amp;linkname=Java%20Media%20Framework"><img src="http://andrew.com.np/blog/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://andrew.com.np/blog/java-media-framework/feed</wfw:commentRss>
		</item>
		<item>
		<title>Displaying a Splash Page</title>
		<link>http://andrew.com.np/blog/displaying-a-splash-page</link>
		<comments>http://andrew.com.np/blog/displaying-a-splash-page#comments</comments>
		<pubDate>Sat, 11 Jul 2009 03:35:44 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
		
		<category><![CDATA[Java]]></category>

		<category><![CDATA[screen]]></category>

		<category><![CDATA[Splash]]></category>

		<guid isPermaLink="false">http://andrew.com.np/blog/?p=236</guid>
		<description><![CDATA[The lack of adornment on a JWindow component makes it suitable for use as a splash page, a graphic or text that displays as an application loads. Java 6 adds a better, faster way to do this by defining a graphic that functions as an
application’s splash. The graphic loads even before the Java interpreter and [...]]]></description>
			<content:encoded><![CDATA[<p>The lack of adornment on a JWindow component makes it suitable for use as a splash page, a graphic or text that displays as an application loads. Java 6 adds a better, faster way to do this by defining a graphic that functions as an<br />
application’s splash. The graphic loads even before the Java interpreter and disappears when the application begins running.<span id="more-236"></span></p>
<p>The graphic can be specified with the -splash attribute when the class is run at a command line. Here’s how to do it with the SimpleWindow class:</p>
<blockquote><p>java -splash:Everest.jpg SimpleWindow</p></blockquote>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?&amp;linkurl=http%3A%2F%2Fandrew.com.np%2Fblog%2Fdisplaying-a-splash-page&amp;linkname=Displaying%20a%20Splash%20Page"><img src="http://andrew.com.np/blog/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://andrew.com.np/blog/displaying-a-splash-page/feed</wfw:commentRss>
		</item>
		<item>
		<title>Steve Jobs&#8217; Convocation Speech (Stanford) Part 1</title>
		<link>http://andrew.com.np/blog/steve-jobs-convocation-speech-stanford-part-1</link>
		<comments>http://andrew.com.np/blog/steve-jobs-convocation-speech-stanford-part-1#comments</comments>
		<pubDate>Mon, 15 Jun 2009 00:59:00 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
		
		<category><![CDATA[Motivation]]></category>

		<category><![CDATA[inspirational]]></category>

		<category><![CDATA[Speech]]></category>

		<category><![CDATA[Steve Jobs]]></category>

		<guid isPermaLink="false">http://andrew.com.np/blog/?p=229</guid>
		<description><![CDATA[I have divided the speech into 3 parts because Steve Jobs has mentioned 3 stories in his speech. So here goes the first one:
Thank you.
I&#8217;m honored to be with you today for your commencement from one of the finest universities in the world. Truth be told, I never graduated from college, and this is the [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;"><a rel="attachment wp-att-230" href="http://andrew.com.np/blog/steve-jobs-convocation-speech-stanford-part-1/steve_jobs"><img class="aligncenter size-medium wp-image-230" style="margin-top: 5px; margin-bottom: 5px;" title="steve_jobs" src="http://andrew.com.np/blog/wp-content/uploads/2009/06/steve_jobs-300x216.jpg" alt="steve_jobs" width="300" height="216" /></a>I have divided the speech into 3 parts because Steve Jobs has mentioned 3 stories in his speech. So here goes the first one:</p>
<p>Thank you.<br />
I&#8217;m honored to be with you today for your commencement from one of the finest universities in the world. Truth be told, I never graduated from college, and this is the closest I&#8217;ve ever gotten to a college graduation. Today, I want to tell you three stories from my life. That&#8217;s it. No big deal. Just three stories.<span id="more-229"></span></p>
<p>The first story is about connecting the dots. I dropped out of Reed College after the first six months, but then stayed around as a drop-in for another 18 months or so before I really quit. So why did I drop out?</p>
<p>It started before I was born. My biological mother was a young, unwed graduate student, and she decided to put me up for adoption. She felt very strongly that I should be adopted by college graduates, so everything was all set for me to be adopted at birth by a lawyer and his wife except that when I popped out they decided at the last minute that they really wanted a girl.</p>
<p>So my parents, who were on a waiting list, got a call in the middle of the night asking, &#8220;We&#8217;ve got an unexpected baby boy; Do you want him?&#8221; They said, &#8220;Of course.&#8221; My biological mother found out later that my mother had never graduated from college and that my father had never graduated from high school. She refused to sign the final adoption papers. She only relented a few months later when my parents promised that I would go to college. This was the start in my life.</p>
<p>And 17 years later I did go to college. But I naively chose a college that was almost as expensive as Stanford, and all of my working-class parents&#8217; savings were being spent on my college tuition. After six months, I couldn&#8217;t see the value in it. I had no idea what I wanted to do with my life and no idea how college was going to help me figure it out. And here I was spending all of the money my parents had saved their entire life.</p>
<p>So I decided to drop out and trust that it would all work out okay. It was pretty scary at the time, but looking back it was one of the best decisions I ever made. The minute I dropped out I could stop taking the required classes that didn&#8217;t interest me, and begin dropping in on the ones that looked far more interesting.</p>
<p>It wasn&#8217;t all romantic. I didn&#8217;t have a dorm room, so I slept on the floor in friends&#8217; rooms. I returned coke bottles for the five cent deposits to buy food with, and I would walk the seven miles across town every Sunday night to get one good meal a week at the Hare Krishna temple. I loved it. And much of what I stumbled into by following my curiosity and intuition turned out to be priceless later on.</p>
<p>Let me give you one example:<br />
Reed College at that time offered perhaps the best calligraphy instruction in the country. Throughout the campus every poster, every label on every drawer, was beautifully hand calligraphed. Because I had dropped out and didn&#8217;t have to take the normal classes, I decided to take a calligraphy class to learn how to do this. I learned about serif and san serif typefaces, about varying the amount of space between different letter combinations, about what makes great typography great. It was beautiful, historical, artistically subtle in a way that science can&#8217;t capture, and I found it fascinating.</p>
<p>None of this had even a hope of any practical application in my life. But ten years later, when we were designing the first Macintosh computer, it all came back to me. And we designed it all into the Mac. It was the first computer with beautiful typography. If I had never dropped in on that single course in college, the &#8220;Mac&#8221; would have never had multiple typefaces or proportionally spaced fonts. And since Windows just copied the Mac, it&#8217;s likely that no personal computer would have them. If I had never dropped out, I would have never dropped in on that calligraphy class, and personal computers might not have the wonderful typography that they do. Of course it was impossible to connect the dots looking forward when I was in college. But it was very, very clear looking backwards 10 years later.</p>
<p>Again, you can&#8217;t connect the dots looking forward; you can only connect them looking backwards. So you have to trust that the dots will somehow connect in your future. You have to trust in something your gut, destiny, life, karma, whatever because believing that the dots will connect down the road will give you the confidence to follow your heart, even when it leads you off the wellworn path, and that will make all the difference.</p>
<p>Related Post:</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?&amp;linkurl=http%3A%2F%2Fandrew.com.np%2Fblog%2Fsteve-jobs-convocation-speech-stanford-part-1&amp;linkname=Steve%20Jobs%26%238217%3B%20Convocation%20Speech%20%28Stanford%29%20Part%201"><img src="http://andrew.com.np/blog/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://andrew.com.np/blog/steve-jobs-convocation-speech-stanford-part-1/feed</wfw:commentRss>
		</item>
		<item>
		<title>Most Popular Programming Language</title>
		<link>http://andrew.com.np/blog/most-popular-programming-language</link>
		<comments>http://andrew.com.np/blog/most-popular-programming-language#comments</comments>
		<pubDate>Tue, 09 Jun 2009 07:10:37 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
		
		<category><![CDATA[Technology]]></category>

		<category><![CDATA[language]]></category>

		<category><![CDATA[popular]]></category>

		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://andrew.com.np/blog/?p=226</guid>
		<description><![CDATA[Debate over the most popular programming language can become a passionate battle, something like between Manchester United and Liverpool. But does it really matter, as long as programmers being able to get the job done on time and within budget? Football fans (stakeholders) no matter which camp you are from, would be just as satisfied [...]]]></description>
			<content:encoded><![CDATA[<p>Debate over the most popular programming language can become a passionate battle, something like between Manchester United and Liverpool. But does it really matter, as long as programmers being able to get the job done on time and within budget? Football fans (<em>stakeholders</em>) no matter which camp you are from, would be just as satisfied after being presented a high quality match (<em>software project</em>).</p>
<p>Still, it is fun for football fans to check out the league table ranking every end of the season, whether they earn the bragging rights against their rivals. Thanks to <a href="http://www.tiobe.com/index.php/content/paperinfo/tpci/index.html">TIOBE</a>, we have a programming language &#8220;league table&#8221; as well. Bear in mind that, the ranking is not about the best, but <strong>the most popular</strong> programming language based on the number of skilled engineers world-wide, courses and third party vendors.<span id="more-226"></span></p>
<p><a href="http://3.bp.blogspot.com/_2NjCxPKj8xM/SWF4nSLuj7I/AAAAAAAAENo/KWfaA6QBRVI/s1600-h/tiobe_most_popular_programming_language.png"><img id="BLOGGER_PHOTO_ID_5287640053800931250" style="width: 400px; height: 394px;" src="http://3.bp.blogspot.com/_2NjCxPKj8xM/SWF4nSLuj7I/AAAAAAAAENo/KWfaA6QBRVI/s400/tiobe_most_popular_programming_language.png" border="0" alt="TIOBE Programming Community Index for January 2009" /></a><br />
<span style="font-size: 78%;">(</span><a href="http://www.tiobe.com/index.php/content/paperinfo/tpci/index.html"><span style="font-size: 78%;">Image Source</span></a><span style="font-size: 78%;">)</span></p>
<p><em><span style="font-size: 85%;">Note: ASP and ASP.NET are not considered by TIOBE as programming languages because they make use of other languages such as JavaScript and VBScript or .NET compatible languages. The same is true for frameworks such as Ruby on Rails, ColdFusion, and technologies such as AJAX.<br />
</span></em></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?&amp;linkurl=http%3A%2F%2Fandrew.com.np%2Fblog%2Fmost-popular-programming-language&amp;linkname=Most%20Popular%20Programming%20Language"><img src="http://andrew.com.np/blog/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://andrew.com.np/blog/most-popular-programming-language/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
