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

<channel>
	<title>N.C. Aditya's Blog</title>
	<atom:link href="http://www.ncaditya.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ncaditya.com</link>
	<description></description>
	<pubDate>Wed, 02 Jul 2008 07:51:43 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Namecheap Coupons for July</title>
		<link>http://www.ncaditya.com/namecheap-coupons-for-july/</link>
		<comments>http://www.ncaditya.com/namecheap-coupons-for-july/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 07:51:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Domain Names]]></category>

		<guid isPermaLink="false">http://www.ncaditya.com/namecheap-coupons-for-july/</guid>
		<description><![CDATA[Here is the Namecheap coupon code for July: GLOWINGSKY
It will save you $9.29 (regular price) - $8.41 (after you apply the coupon) = $0.88/domain. Not much but it will save you $8.8 if you have 10 domains. Hope you get the point. Money saved is money earned  
It works only for new registrations and [...]]]></description>
			<content:encoded><![CDATA[<p>Here is the Namecheap coupon code for July: GLOWINGSKY</p>
<p>It will save you $9.29 (regular price) - $8.41 (after you apply the coupon) = $0.88/domain. Not much but it will save you $8.8 if you have 10 domains. Hope you get the point. Money saved is money earned <img src='http://www.ncaditya.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>It works only for new registrations and transfers. It doesn&#8217;t work for renewals/reactivations. I tried to reactivate <a href="http://www.adiwebs.com">www.adiwebs.com</a> but it didn&#8217;t work <img src='http://www.ncaditya.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>Please leave your comments or add any new coupons you know. In the future I will try to add more coupons for other registrars, hosting companies, etc.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ncaditya.com/namecheap-coupons-for-july/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Free Tool to Make Windows Boot Faster</title>
		<link>http://www.ncaditya.com/free-tool-to-make-windows-boot-faster/</link>
		<comments>http://www.ncaditya.com/free-tool-to-make-windows-boot-faster/#comments</comments>
		<pubDate>Wed, 04 Jun 2008 05:49:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.ncaditya.com/?p=191</guid>
		<description><![CDATA[It is a common observation that after installing lots of software, the time Windows takes to boot up increases. Sometimes the difference may not be observable (for example: if you have lots of RAM like say 2GB or so), but most of the times it is quite annoying.
It is possible to make tweaks to Windows [...]]]></description>
			<content:encoded><![CDATA[<p>It is a common observation that after installing lots of software, the time Windows takes to boot up increases. Sometimes the difference may not be observable (for example: if you have lots of RAM like say 2GB or so), but most of the times it is quite annoying.</p>
<p>It is possible to make tweaks to Windows so that it boots faster.  I am not aware of ways to tweak it manually, but here is a free tool called <strong>Bootvis</strong>, that can be used to automatically tweak Windows to decrease the boot times. Bootvis has been developed by Microsoft and it is not some third party tool. However, they have discontinued it and it is no longer available from Microsoft.com. You can download it from third party repositories or from <a href="http://www.ncaditya.com/wp-content/uploads/2008/06/bootvis.msi">here.</a></p>
<p><strong>More information about Bootvis</strong></p>
<blockquote><p><strong>Bootvis – Windows XP Boot and Resume Analysis Tool</strong><br />
Bootvis is a tool for easily enabling capture and graphical display of boot and resume performance trace data in Windows XP.  Bootvis by itself will not change a system&#8217;s boot or resume performance.  Bootvis is intended as an aid to allow designers and manufacturers to characterize their system&#8217;s performance during Windows startup in order to identify areas for further investigation and opportunities for performance improvement.</p>
<p>Bootvis can be used to analyze Windows XP startup performance from all off or sleep states, including:</p>
<p>System cold boot (power on from the ACPI S5 state)<br />
Resume from hibernate (the ACPI S4, or &#8220;suspend to disk&#8221; state)<br />
Resume from standby ( the ACPI S3, or &#8220;suspend to RAM&#8221; state)</p></blockquote>
<p><strong>Bootvis Command Line Options</strong><br />
Bootvis supports a number of command line options useful for scripting automation of trace collection or post-processing or trace data.  </p>
<p>To list available command line options, run &#8216;bootvis /?&#8217; from a command prompt.</p>
<p>The following command line options are supported.</p>
<p>Usage:</p>
<p>bootvis [options]<br />
bootvis [filename]</p>
<p>Notes:</p>
<p>When using the -on switch, only 1 trace flag should be specified<br />
The [n] parameter defaults to a value of 1 if it is not explicitly specified on the command line<br />
.csv is a comma-separated value file; .txt is a tab-separated value file.</p>
<p>Options:</p>
<p>-on boot [n]<br />
	Collect [n] boot traces. </p>
<p>-on boot+drivers [n]<br />
	Collect [n] boot+drivers traces. </p>
<p>-on standby [n]<br />
	Collect [n] standby traces. </p>
<p>-on hibernate [n]<br />
	Collect [n] hibernate traces. </p>
<p>-off<br />
	Stop tracing; trace data is not saved. </p>
<p>-d [filename]<br />
	Save trace to output file.</p>
<p>-do [filename]<br />
	Save and open output trace file.</p>
<p>-summaryinfo [filename]<br />
	Opens the file specified and displays the resume summary window.</p>
<p>-driverinfo [filename]<br />
	Opens the file specified and displays the driver delay window.</p>
<p>-bootinfo [filename] [txt]<br />
	Open the file specified and save the boot summary to the text file [filename].csv.<br />
	If the [txt] option is specified, the output file is [filenam.txt].</p>
<p>-resumeinfo ms [filename] [txt]<br />
	Opens the filename specified and saves the resume summary to the txt file {filename].csv.<br />
	If the [txt] option is specified, the output file is [filenam.txt].<br />
	[ms] sets the driver delay threshold in milliseconds.</p>
<p>-callbackfile [filename] [param]<br />
	Opens output trace file after all traces are done.<br />
	Set the filename to NULL to clear the callback file.<br />
	[param] is the input parameter passed to the callback file.</p>
<p>-prepsystem<br />
	Optimize the system for boot tracing.</p>
<p>-nomsg<br />
	Suppress warning messages if the system does not support standby or hibernate.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ncaditya.com/free-tool-to-make-windows-boot-faster/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Happy as You Want to Be</title>
		<link>http://www.ncaditya.com/happy-as-you-want-to-be/</link>
		<comments>http://www.ncaditya.com/happy-as-you-want-to-be/#comments</comments>
		<pubDate>Fri, 23 May 2008 20:38:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Self Improvement]]></category>

		<guid isPermaLink="false">http://www.ncaditya.com/?p=188</guid>
		<description><![CDATA[
Almost everyone have heard the hit single &#8216;Don&#8217;t Worry, Be Happy&#8217; by Bobby McFerrin. The song has a very catchy way of conveying its message of being happy to everyone. Bobby Mcferiin&#8217;s simple message surely made a lot of people by telling them not to worry.
Living a happy, resilient and optimistic life is wonderful, and [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-189" title="happiness" src="http://www.ncaditya.com/wp-content/uploads/2008/05/happiness.jpg" alt="" width="448" height="253" /></p>
<p>Almost everyone have heard the hit single &#8216;Don&#8217;t Worry, Be Happy&#8217; by Bobby McFerrin. The song has a very catchy way of conveying its message of being happy to everyone. Bobby Mcferiin&#8217;s simple message surely made a lot of people by telling them not to worry.</p>
<p>Living a happy, resilient and optimistic life is wonderful, and is also good for your health. Being happy actually protects you from the stresses of life. Stress is linked to top causes of death such as heart disease, cancer and stroke.</p>
<p>One of the better things ever said is - &#8216;The only thing in life that will always remain the same is change&#8217;, and in our life we have the power to make the necessary changes if we want to. Even if we find ourselves in an unbearable situation we can always find solace in the knowledge that it too would change.</p>
<p>Social networks or relationships are essential to happiness. People are different, accept people for who or what they are, avoid clashes, constant arguments, and let go of all kinds of resentments. If arguments seem unavoidable still try and make an effort to understand the situation and you might just get along with well with</p>
<p>Happiness is actually found in everyone, increasing it is a way to make a life more wonderful and also more healthy.</p>
<p>To be happy is relatively easy, just decide to be a happy person. Abraham Lincoln observed that most people for most of the time can choose how happy or stressed, how relaxed or troubled, how bright or dull their outlook to be. The choice is simple really, choose to be happy.</p>
<p>There are several ways by which you can do this.</p>
<p>Being grateful is a great attitude.  We have so much to be thankful for. Thank the taxi driver for bringing you home safely, thank the cook for a wonderful dinner and thank the guy who cleans your windows. Also thank the mailman for bringing you your mails, thank the policeman for making your place safe and thank God for being alive.</p>
<p>News is stressful. Get less of it. Some people just can&#8217;t start their day without their daily dose of news. Try and think about it, 99% of the news we hear or read is bad news. Starting the day with bad news does not seem to be a sensible thing to do.</p>
<p>A religious connection is also recommended. Being part of a religious group with its singing, sacraments, chanting, prayers and meditations foster inner peace.</p>
<p>Manage your time. Time is invaluable and too important to waste. Time management can be viewed  as a list of rules that involves scheduling, setting goals, planning, creating lists of things to do and prioritizing. These are the core basics of time management that should be understood to develop an efficient personal time management skill. These basic skills can be fine tuned further to include the finer points of each skill that can give you that extra reserve to make the results you desire.</p>
<p>Laugh and laugh heartily everyday.  Heard a good joke? Tell your friends or family about it. As they also say -&#8217;Laughter is the best medicine&#8217;.</p>
<p>Express your feelings, affections, friendship and passion to people around you. They will most likely reciprocate your actions. Try not to keep pent up anger of frustrations, this is bad for your health. Instead find ways of expressing them in a way that will not cause more injury or hurt to anyone.</p>
<p>Working hard brings tremendous personal satisfaction. It gives a feeling of being competent in finishing our tasks. Accomplishments are necessary for all of us, they give us a sense of value. Work on things that you feel worthy of your time.</p>
<p>Learning is a joyful exercise. Try and learn something new everyday.  Learning also makes us expand and broaden our horizons. And could also give us more opportunities in the future.</p>
<p>Run, jog, walk and do other things that your body was made for. Feel alive.</p>
<p>Avoid exposure to negative elements like loud noises, toxins and hazardous places.</p>
<p>These are the few simple things you can do everyday to be happy.</p>
<p>And always remember the quote from Abraham Lincoln, he says that, &#8220;Most people are about as happy as they make up their minds to be.&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ncaditya.com/happy-as-you-want-to-be/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ideas for writing a blog post</title>
		<link>http://www.ncaditya.com/ideas-for-writing-a-blog-post/</link>
		<comments>http://www.ncaditya.com/ideas-for-writing-a-blog-post/#comments</comments>
		<pubDate>Tue, 06 May 2008 06:22:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Blogging]]></category>

		<guid isPermaLink="false">http://www.ncaditya.com/ideas-for-writing-a-blog-post/</guid>
		<description><![CDATA[
Sometimes, it so happens that you run out of new ideas to write blog posts. This happens especially after you give a small break to blogging. Don’t write a blog post for a week or so…and wham! When you try to write something new, your brain goes frozen. You run dry of ideas that can [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.ncaditya.com/wp-content/uploads/2008/05/windowslivewriterideasforwritingablogpost-209athinking-writing-2.jpg"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="241" alt="thinking-writing" src="http://www.ncaditya.com/wp-content/uploads/2008/05/windowslivewriterideasforwritingablogpost-209athinking-writing-thumb.jpg" width="468" border="0"></a>
<p>Sometimes, it so happens that you run out of new ideas to write blog posts. This happens especially after you give a small break to blogging. Don’t write a blog post for a week or so…and wham! When you try to write something new, your brain goes frozen. You run dry of ideas that can be converted to blog posts.
<p>Here are some ideas to write a blog post and get yourself back on to the rails of blogging:
<p><strong>&gt; Do an image blog post:</strong> An image post is a post that contains more images. Doing is an image post is very simple. All you need to do is upload some cool pictures and that is it. For example, you can collect pictures of old computers [or something like that] and post them in a sequence as a blog post. However, don’t forget to include some text after the images as it would be helpful when it comes to search engine optimization. Also add some keywords in alt tags. You can shoot some pictures on your own or search royalty free image sites like <a href="http://www.sxc.hu">www.sxc.hu</a> or <a href="http://www.morguefile.com">www.morguefile.com</a> to find appropriate pictures.
<p><strong>&gt; Do a video post:</strong> Search in video sharing websites like YouTube for interesting videos and embed those videos into blog posts. Add your own opinion or commentary to the video in such a way that it interests the visitor and intrigues him/her to participate in a discussion through the comment box. If you own a video recorder, you can record your own video and use it instead. You can also consider uploading a screencast. For example, you can create a screencast explaining how to upload files using ftp or something similar. I use TechSmith Camtasia to create screencasts and I would recommend it.
<p><strong>&gt; Write about a website you love:</strong> You might have definitely come across some interesting websites which are worth sharing with others. Write a review of the site(s), explaining why you liked it (or them), what was unique, etc. For example, you can write about social bookmarking sites like StumbleUpon [Personally, I feel that it is a great website with an innovative concept behind it.]
<p><strong>&gt; Write a software review:</strong> Who doesn’t use software? So, that explains why a software review should be very interesting to the reader. Now, how do you write a software review? Simple <img src='http://www.ncaditya.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> Go to <a href="http://www.download.com">www.download.com</a> and search for an appropriate software. Download the software and install it. Create screenshots of the features of the software and write your views about the features, how to make use of them, etc. Also mention about the price of the software, trial limitations, etc. You can also use information from the publisher’s description of the software.
<p><strong>&gt; Review a news article:</strong> Go to a news site Google News, BBC, etc. and look for an interesting news article. Write your opinion on it and try to generate interest in the reader. You can copy and paste snippets from the news article and express your views on each statement separately. However, don’t copy and paste the entire article as it is a violation of copyrights.
<p><strong>&gt; Reprint articles:</strong> This is the easiest of all. Simple go to an article directory, search a good article and reprint the article on your blog. Most article directories stipulate it that you preserve all the links in the article (or its footer) and don’t alter the article in anyway. This may pose the problem of duplicate content. However, you can write a summary at the top of the article and your views on the article after the footer and make the blog post unique to some extent.
<p>In addition, you may also consider outsourcing article writing. Go to freelance websites and pay a writer to write 10 or more articles. You can also try webmaster forums to locate good article writers. You can get an article written for as low as $4/500 words. Keep these articles aside and when your brain goes dry of ideas post them to your blog as blog posts. Joining a PLR (private label rights) membership site is also a good option. You will never run out of articles and these articles are usually much cheaper when compared with custom written ones.
<p>Feel free to contribute some more ideas using the comment box below <img src='http://www.ncaditya.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.ncaditya.com/ideas-for-writing-a-blog-post/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Pictures of Cute Cats</title>
		<link>http://www.ncaditya.com/pictures-of-cute-cats/</link>
		<comments>http://www.ncaditya.com/pictures-of-cute-cats/#comments</comments>
		<pubDate>Fri, 02 May 2008 07:14:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Cool Pictures]]></category>

		<guid isPermaLink="false">http://www.ncaditya.com/pictures-of-cute-cats/</guid>
		<description><![CDATA[I love cats  
 
 
 
 
 
 
Really, I love cats  
]]></description>
			<content:encoded><![CDATA[<p>I love cats <img src='http://www.ncaditya.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://www.ncaditya.com/wp-content/uploads/2008/05/pussay-cat-1.jpg"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="323" alt="pussay-cat-1" src="http://www.ncaditya.com/wp-content/uploads/2008/05/pussay-cat-1-thumb.jpg" width="452" border="0"></a> </p>
<p><a href="http://www.ncaditya.com/wp-content/uploads/2008/05/pussay-cat-2.jpg"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="300" alt="pussay-cat-2" src="http://www.ncaditya.com/wp-content/uploads/2008/05/pussay-cat-2-thumb.jpg" width="452" border="0"></a> </p>
<p><a href="http://www.ncaditya.com/wp-content/uploads/2008/05/pussay-cat-3.jpg"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="272" alt="pussay-cat-3" src="http://www.ncaditya.com/wp-content/uploads/2008/05/pussay-cat-3-thumb.jpg" width="452" border="0"></a> </p>
<p><a href="http://www.ncaditya.com/wp-content/uploads/2008/05/pussay-cat-4.jpg"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="288" alt="pussay-cat-4" src="http://www.ncaditya.com/wp-content/uploads/2008/05/pussay-cat-4-thumb.jpg" width="452" border="0"></a> </p>
<p><a href="http://www.ncaditya.com/wp-content/uploads/2008/05/pussay-cat-5.jpg"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="303" alt="pussay-cat-5" src="http://www.ncaditya.com/wp-content/uploads/2008/05/pussay-cat-5-thumb.jpg" width="452" border="0"></a> </p>
<p><a href="http://www.ncaditya.com/wp-content/uploads/2008/05/pussay-cat-6.jpg"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="263" alt="pussay-cat-6" src="http://www.ncaditya.com/wp-content/uploads/2008/05/pussay-cat-6-thumb.jpg" width="452" border="0"></a> </p>
<p>Really, I love cats <img src='http://www.ncaditya.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.ncaditya.com/pictures-of-cute-cats/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How Autoresponders Work</title>
		<link>http://www.ncaditya.com/how-autoresponders-work/</link>
		<comments>http://www.ncaditya.com/how-autoresponders-work/#comments</comments>
		<pubDate>Fri, 02 May 2008 05:09:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Autoresponders]]></category>

		<guid isPermaLink="false">http://www.ncaditya.com/how-autoresponders-work/</guid>
		<description><![CDATA[
At some point in our Internet lives, a majority of us have received a message from an autoresponder.&#160; It could have been a short response letting you know that the individual is away, or an email thanking you for something that you have done.&#160; Perhaps it was even an email letting you know about upcoming [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.ncaditya.com/wp-content/uploads/2008/05/autoresponder.jpg"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="252" alt="autoresponder" src="http://www.ncaditya.com/wp-content/uploads/2008/05/autoresponder-thumb.jpg" width="452" border="0"></a>
<p>At some point in our Internet lives, a majority of us have received a message from an autoresponder.&nbsp; It could have been a short response letting you know that the individual is away, or an email thanking you for something that you have done.&nbsp; Perhaps it was even an email letting you know about upcoming products, or even an email letting you know that a message you tried to send couldn’t be delivered.
<p>Each one of these messages is all but a different version of a useful program known as an autoresponder.&nbsp; Autoresponders are very useful tools, as they will automatically send out an answer to any email that they receive.&nbsp; The answer that they send out however, will all depend on the messages that you have the program set up with.&nbsp; Autoresponders are very flexible, and most will hold a variety of pre set messages.
<p>The very first autoresponders were used with email providers or email transfer agents.&nbsp; Whenever an email you sent out couldn’t be delivered to the recipient, it would send you an automatic response letting you know that your mail couldn’t be delivered.&nbsp; Although these programs were somewhat helpful, they weren’t all that sophisticated.
<p>Over the years, autoresponders have changed quite a bit, proving to be very useful with big companies and even Internet marketing.&nbsp; These days, autoresponders are used by businesses and companies to give immediate response and feedback to interested clients and subscribers.&nbsp; This could include a response about programs, information about pricing, specific details regarding a product, and even a time that someone from the company can get in touch with the client.
<p>In the world of Internet marketing, staying in touch with clients is easier than ever with an autoresponder.&nbsp; They will save you a quite a bit of time, especially when you think about how long it would take you to personally send email responses to each and every email you get.&nbsp; If you run a business, you probably get hundreds of emails a day.&nbsp; An autoresponder can simplify your life, by sending out a preset message response to each and every email you receive.
<p>You can set up an autoresponder using either one or two methods – an outsourced ASP model and server side model.&nbsp; When using an outsourced ASP model, the company wishing to use the autoresponder will their business model will contract through an outside provider.&nbsp; This outside provider will then give the company user access to a web based system, or control panel.&nbsp; From the control panel, the company or individual can set up the autoresponder, preset messages, and decide how the autoresponder will handle the many different types of emails. One of the best services we have found is www.Automatic-Responder.com their service is top notch. To use these types of services, the individual or company will have to pay the autoresponder provider a flat monthly fee.
<p>Server side autoresponders are a bit different.&nbsp; Basically, they are programs that a company or individual installs themselves and runs it on their own computer or server.&nbsp; You can save money with these programs, as you don’t have to pay a provider to operate the autoresponder.&nbsp; Although server side autoresponders weren’t user friendly in the beginning, they have become easier and easier to operate over the years – and are now the most popular type of autoresponder.
<p>In all actuality, autoresponders are great to have.&nbsp; They are very reliable, and can easily save you a lot of time. The way the different types work can be a bit perplexing, although most are easy to use and easy to implement into your website.&nbsp; If you own or operate an online business – an autoresponder is something you should never find yourself without.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ncaditya.com/how-autoresponders-work/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How Hobbies Improve Your Personal Life</title>
		<link>http://www.ncaditya.com/how-hobbies-improve-your-personal-life/</link>
		<comments>http://www.ncaditya.com/how-hobbies-improve-your-personal-life/#comments</comments>
		<pubDate>Thu, 01 May 2008 05:50:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Hobbies]]></category>

		<category><![CDATA[Self Improvement]]></category>

		<guid isPermaLink="false">http://www.ncaditya.com/how-hobbies-improve-your-personal-life/</guid>
		<description><![CDATA[
When you have a hobby that you like and you will spend time doing this. This will help keep you from getting in trouble, since you will stay busy. This will free your mind and you from stress as well. If you have bad habits, such as drinking or drugging you can invest your time [...]]]></description>
			<content:encoded><![CDATA[<p><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="237" alt="golf-hobby" src="http://www.ncaditya.com/wp-content/uploads/2008/04/golf-hobby.jpg" width="452" border="0">
<p>When you have a hobby that you like and you will spend time doing this. This will help keep you from getting in trouble, since you will stay busy. This will free your mind and you from stress as well. If you have bad habits, such as drinking or drugging you can invest your time in hobbies, which will free your mind of the binds that drugs and alcohol hold you.
<p><strong>What are hobbies?</strong><br />Hobbies are something that you enjoy doing, it could be collecting coins, dolls, hot wheel cars, stamps, knitting, more less what ever you enjoy doing. When you enjoy doing hobbies, you spend not all of your extra time doing them and you think about doing anything else. Like getting into trouble. Some people may make their work is their hobbies this could be working on cars or heavy equipment to semis they enjoy it so much they are always doing it no matter what when some of us want a break from work so we do something else that we enjoy doing. We all have different hobbies and different ideas of what hobbies are. Some people make fishing and hunting their hobbies.
<p><strong>Does hobbies cost a lot of money to get started?</strong><br />Hobbies can get very expensive. Then other hobbies do not cost hardly anything to do. Like collecting coins can get very costly. If you can’t afford to put money in on a hobby maybe you should try to pick one that does cost a lot like knitting or something to do with crafts there are a ton of things you can do that don’t cast nothing. Hot wheel cars only cost around a dollar. Perhaps you can spend time in shops looking at hot wheels, purchase one and go back each week to purchase another. Hot Wheel cars in time will become collectors items. In fact, the cars are already collector items, i.e. some are.
<p><strong>How do I get started with my hobby?</strong><br />You have to decide what you enjoy, things that interest you like maybe collecting coins, or stamps or maybe you want to learn the history on them so this can be a good hobby for someone. Maybe someone likes to work with yarn and make things so that may be some one-hobby knitting or crouching. Maybe some one likes to work on cars and that is a hobby of theirs. There is no real way to get started other then doing it and deciding what you want to do as a hobby.
<p>So remember when you want to get your mind free of stress or do not want to get into trouble. Sit down and try to figure out what you what to do for a hobby. Perhaps you will want to write them down and pick out the one you think you would like. There is nothing wrong with having more then one hobby or later on deciding that you don’t want to do this after all and find another one. Just remember hobbies can help you improve your life by helping you to stay out of trouble and keep your mind clear of things so you can think more clearly.
<p>Other hobbies included doll collecting. The older porcelain dolls are a common collectors item you may want to consider. You will find a wide variety of dolls online at Ebay stores and so on. In addition, you will find the dolls are various collector stores. <br />To learn more about hobbies go online and review the different items collected, so that you can decide what hobby is best for you. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.ncaditya.com/how-hobbies-improve-your-personal-life/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ubuntu 8.04 Released</title>
		<link>http://www.ncaditya.com/ubuntu-804-released/</link>
		<comments>http://www.ncaditya.com/ubuntu-804-released/#comments</comments>
		<pubDate>Fri, 25 Apr 2008 14:03:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.ncaditya.com/ubuntu-804-released/</guid>
		<description><![CDATA[ 
The latest version of the Ubuntu Linux distribution i.e. 8.04 has been released. This version is designated as LTS. LTS stands for &#34;long term support&#34; meaning support will be provided for a much longer period.
There are two versions: the desktop version (supported until 2011) and the Server version (supported until 2013). You can download [...]]]></description>
			<content:encoded><![CDATA[<p><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="336" alt="ubuntu-logo" src="http://www.ncaditya.com/wp-content/uploads/2008/04/ubuntu-logo.jpg" width="391" border="0" /> </p>
<p>The latest version of the Ubuntu Linux distribution i.e. 8.04 has been released. This version is designated as LTS. LTS stands for &quot;long term support&quot; meaning support will be provided for a much longer period.</p>
<p>There are two versions: the desktop version (supported until 2011) and the Server version (supported until 2013). You can download the desktop version if you want to give it a try, because it is what you will need to perform normal tasks on your computer.</p>
<p>If you didn&#8217;t know about the Ubuntu project, here is some information:</p>
<blockquote><p>Ubuntu is a community developed operating system that is perfect for laptops, desktops and servers. Whether you use it at home, at school or at work Ubuntu contains all the applications you&#8217;ll ever need, from word processing and email applications, to web server software and programming tools.</p>
<p>Ubuntu is and always will be free of charge. You do not pay any licensing fees. You can download, use and share Ubuntu with your friends, family, school or business for absolutely nothing.      <br />We issue a new desktop and server release every six months. That means you&#8217;ll always have the the latest and greatest applications that the open source world has to offer.</p>
<p>Ubuntu is designed with security in mind. You get free security updates for at least 18 months on the desktop and server. With the Long Term Support (LTS) version you get three years support on the desktop, and five years on the server. There is no extra fee for the LTS version, we make our very best work available to everyone on the same free terms. Upgrades to new versions of Ubuntu are and always will be free of charge.</p>
<p><strong>More information:</strong> <a href="http://www.ubuntu.com">www.ubuntu.com</a></p>
</blockquote>
<p>You can also order free CDs, but it will take a few weeks before they reach you. Ordering the CDs should be your option only when you don&#8217;t have a fast Internet connection. For ordering your free Ubuntu Cds see <a href="http://shipit.ubuntu.com">http://shipit.ubuntu.com</a></p>
<p>I am downloading the distribution right now to upgrade my Linux partitions. I would recommend using the torrent file to download the distribution. Right now, there will be many people downloading the files, so downloads may not be so fast (even when you choose the nearest mirror). This problem is eliminated with torrents.</p>
<p>Download this version and give it a try. I am sure you will not be disappointed. </p>
<p><strong>NOTE:</strong> If you have a computer with low RAM, download the ALTERNATE installation CD. If you have like 256MB of RAM, your installation will be very slow with the conventional live CD. So, download the alternate CD and you should have no problem during the installation process. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.ncaditya.com/ubuntu-804-released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Desktop Blogging Clients / Weblog Clients and Wordpress Pages</title>
		<link>http://www.ncaditya.com/desktop-blogging-clients-weblog-clients-and-wordpress-pages/</link>
		<comments>http://www.ncaditya.com/desktop-blogging-clients-weblog-clients-and-wordpress-pages/#comments</comments>
		<pubDate>Tue, 22 Apr 2008 03:41:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.ncaditya.com/desktop-blogging-clients-weblog-clients-and-wordpress-pages/</guid>
		<description><![CDATA[If you have already tried desktop blogging clients, you might have noticed that not all of them support creating and editing Wordpress pages. There is an inherit problem with Wordpress which prevents weblog clients from accessing the pages.
If you need more of this technical stuff, I will explain. Weblog clients access the blog through an [...]]]></description>
			<content:encoded><![CDATA[<p>If you have already tried desktop blogging clients, you might have noticed that not all of them support creating and editing Wordpress pages. There is an inherit problem with Wordpress which prevents weblog clients from accessing the pages.</p>
<p>If you need more of this technical stuff, I will explain. Weblog clients access the blog through an interface called XMLRPC. XMLRPC is </p>
<blockquote><p>a spec and a set of implementations that allow software running on disparate operating systems, running in different environments to make procedure calls over the Internet&#8230;.It&#8217;s remote procedure calling using HTTP as the transport and XML as the encoding. XML-RPC is designed to be as simple as possible, while allowing complex data structures to be transmitted, processed and returned. </p>
<p>[Source: <a href="http://www.www.xmlrpc.com">www.www.xmlrpc.com</a>]</p>
</blockquote>
<p>Now in Wordpress, only the posts can be accessed via XMLRPC. It is NOT possible to access pages via XMLRPC without making changes (or hacking) to some files. And this poses an inherent restriction on blog clients.</p>
<p>However, there is an API which can be used to access Wordpress pages. [The technical details...don't ask! I don't know!] This comes to fact that certain desktop blogging clients can access Wordpress pages.</p>
<p>Here is a list of those clients:</p>
<ul>
<li>Microsoft Windows Live Writer</li>
<li>Zoundry Raven [see: <a href="http://www.zoundryraven.com">www.zoundryraven.com</a>]</li>
<li>Scribefire </li>
</ul>
<p>And there may be some other clients as well, but I don&#8217;t know about them.</p>
<p>If you were to ask me to choose one of the three above, I will definitely go for Live Writer. It is the BEST! That is all I will say about it. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.ncaditya.com/desktop-blogging-clients-weblog-clients-and-wordpress-pages/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Accepting to Improve your Personal Life</title>
		<link>http://www.ncaditya.com/accepting-to-improve-your-personal-life/</link>
		<comments>http://www.ncaditya.com/accepting-to-improve-your-personal-life/#comments</comments>
		<pubDate>Wed, 16 Apr 2008 06:26:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Self Improvement]]></category>

		<guid isPermaLink="false">http://www.ncaditya.com/accepting-to-improve-your-personal-life/</guid>
		<description><![CDATA[ 
Do you have the ability to accept the things you can change and the things you cannot change? Do you have the ability to accept that other people are opt to change them, rather than you changing them? Do you accept that you are who you are, regardless of what others think? Can you [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.ncaditya.com/wp-content/uploads/2008/04/improvement.jpg"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="225" alt="improvement" src="http://www.ncaditya.com/wp-content/uploads/2008/04/improvement-thumb1.jpg" width="300" border="0" /></a> </p>
<p>Do you have the ability to accept the things you can change and the things you cannot change? Do you have the ability to accept that other people are opt to change them, rather than you changing them? Do you accept that you are who you are, regardless of what others think? Can you accept the many changes that take place in your life? </p>
<p>If you answered yes to one or all of these questions then you are off to the start of improving your personal life. If you are willing to accept, you have the ability to laugh, even when something is not funny. For instance, if someone pushed you, you could stand back and laugh. The push is only a threat to your emotion, which you will see, accept and find a way to gain control of the situation. </p>
<p>When you can accept things in life, including you and others you find a way to take control. When you are in control, it helps you to see how you can improve your personal life. When you learn to accept you will learn to discover you. </p>
<p>Individuality is personal, which philosophers over generalize this subject. Many people in the world believe that when we act the same way at all times, we have established our identity. Politically incorrect! We have emotions, thoughts, behaviors, actions, and have been plagued by a world of influences both good and bad. Each day we will feel something new, which causes our personality to reflect on these changes. Therefore, when you see someone laughing one minute and crying the next, you are seeing a shift in emotions, which is a normal pattern of identity for this person. Unless the persons eyes change, behaviors change dramatically, friends change regularly, etc, and you are seeing common behaviors. </p>
<p>We live in a world that desensitizes us. We are surrounding by billions of influences on television, in the media, on radio, in house-holds, government, schools and so forth. Each to their own, but everyone is judging someone at some time, which is something we have to accept. We cannot change these peoples behaviors and way of thinking, but we can change ours. This is a part of learning and accepting. The best way around the world is become your own influence and allow other influences to make someone else&#8217;s life miserable. Only rely on sources that prove truthful with their actions, behaviors and words. Positive reflections are the key to living happier. </p>
<p>Once you learn to accept you will be eager to laugh. For instance, if someone makes you mad you will see the humor in his or her actions. You may see the humor in your actions if you make a mistake and feed into their stupidity. </p>
<p>Once you start to see the humor in life, you will feel better inside. We are involved in a unruly world filled with greedy people, envious souls, lusty tigers, and so on. We have to learn how to work around these people, accept us and move on. Once you learn to change to better you, other people may follow. Good conduct has proven far more effective than words to encourage others to change. </p>
<p>As you grow you will feel a new hunger, and that hunger will guide you to discover new ways to better you. In time as you start to feel better, you will see a need to exercise, eat right, and hang out with positive influences and so on. Once you feel this hunger, you will feel inspired to labor to achieve your goals. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.ncaditya.com/accepting-to-improve-your-personal-life/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
