<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.jithonline.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>JithOnline</title>
	
	<link>http://www.jithonline.com</link>
	<description>Tech-Blog</description>
	<lastBuildDate>Mon, 24 Aug 2009 20:19:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.jithonline.com/jithonline" /><feedburner:info uri="jithonline" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><media:keywords>tech,blog,technology,gadgets,electronics,new,prodects</media:keywords><media:category scheme="http://www.itunes.com/dtds/podcast-1.0.dtd">Technology/Tech News</media:category><itunes:owner><itunes:email>jithesh@jithonline.com</itunes:email></itunes:owner><itunes:explicit>no</itunes:explicit><itunes:keywords>tech,blog,technology,gadgets,electronics,new,prodects</itunes:keywords><itunes:subtitle>Tech-Products</itunes:subtitle><itunes:summary>Good and cool tech products and technology related stuffs</itunes:summary><itunes:category text="Technology"><itunes:category text="Tech News" /></itunes:category><xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /><meta xmlns="http://pipes.yahoo.com" name="pipes" content="noprocess" /><image><link>http://jithonline.com</link><url>http://jithonline.com/wp-content/themes/bloomz/images/top.jpg</url><title>Tech-Blog</title></image><feedburner:emailServiceId>jithonline</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><feedburner:feedFlare href="http://feeds.my.aol.com/add.jsp?url=http%3A%2F%2Ffeeds.jithonline.com%2Fjithonline" src="http://o.aolcdn.com/favorites.my.aol.com/webmaster/ffclient/webroot/locale/en-US/images/myAOLButtonSmall.gif">Subscribe with My AOL</feedburner:feedFlare><feedburner:feedFlare href="http://www.pageflakes.com/subscribe.aspx?url=http%3A%2F%2Ffeeds.jithonline.com%2Fjithonline" src="http://www.pageflakes.com/ImageFile.ashx?instanceId=Static_4&amp;fileName=ATP_blu_91x17.gif">Subscribe with Pageflakes</feedburner:feedFlare><item>
		<title>How to Setup Amazon EC2 Cloud Server Tool Locally</title>
		<link>http://feeds.jithonline.com/~r/jithonline/~3/KmfYkCGQM9I/</link>
		<comments>http://www.jithonline.com/how-to-setup-amazon-ec2-cloud-server-tool-locally/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 20:19:50 +0000</pubDate>
		<dc:creator>jithesh@jithonline.com</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[Amazon Cloud Server]]></category>
		<category><![CDATA[Amazon EC2]]></category>
		<category><![CDATA[Amazon EC2 Cloud Server]]></category>
		<category><![CDATA[Cloud computing]]></category>
		<category><![CDATA[How to Setup Amazon EC2 Cloud Server Tool Locally]]></category>

		<guid isPermaLink="false">http://www.jithonline.com/?p=527</guid>
		<description><![CDATA[
Cloud computing you do not generally own the physical infrastructure serving as host to the software platform in question. Instead, they avoid capital expenditure by renting usage from a third-party provider. They consume resources as a service and pay only for resources that they use. Many cloud-computing offerings employ the utility computing model. Sharing &#8220;perishable [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" title="amazon-EC2" src="http://www.jithonline.com/wp-img/amazon-EC2.gif" alt="" width="485" height="234" /></p>
<p>Cloud computing you do not generally own the physical infrastructure serving as host to the software platform in question. Instead, they avoid capital expenditure by renting usage from a third-party provider. They consume resources as a service and pay only for resources that they use. Many cloud-computing offerings employ the utility computing model. Sharing &#8220;perishable and intangible&#8221; computing power among multiple tenants can improve utilization rates, as servers are not unnecessarily left idle it will reduce costs significantly while increasing the speed of application development. A side effect of this approach is that overall computer usage rises dramatically, as customers do not have to engineer for peak load limits. Additionally, &#8220;increased high-speed bandwidth&#8221; makes it possible to receive the same response times from centralized infrastructure at other sites.<br />
<br />
Following are some simple Tip and tricks on how to build an application using Amazon Web Services. While <a href="http://aws.amazon.com/" target="_blank">purchasing Amazon EC2</a> you will get auth key and public key to access your EC2 server. You can set this key to your local PC by simple commands bellow.<br />
Down load Tool from http://developer.amazonwebservices.com/connect/entry.jspa?externalID=351&amp;categoryID=88</p>
<p><em>* Before all you need to download java5+ SDK to install this tool</em></p>
<p><span style="text-decoration: underline;"><strong>IN LINUX:</strong></span></p>
<p>export JAVA_HOME=/usr/    [Path to java binary]<br />
export EC2_HOME=/root/amz    [Path to EC2 tool]<br />
Set the environment variables as follow<br />
export PATH=$PATH:$EC2_HOME/bin<br />
export EC2_PRIVATE_KEY=/root/amz/pk-HKZYKTAIG2ECMXYIBH3HXdsd4ZBZQ55CLO.pem<br />
export EC2_PRIVATE_KEY=/root/amz/pk-WAJNB7EJYW4ESF2O74CQsdsddNVU6ZXQ5K.pem<br />
export EC2_CERT=/root/amz/cert-WAJNB7EJYW4ESF2OsdCQSQXNVU6ZXQ5K.pem</p>
<p><span style="text-decoration: underline;"><strong>IN Windows:</strong></span></p>
<p>set JAVA_HOME=C:\Sun\SDK\jdk    [Path to java.exe]<br />
set EC2_HOME=C:\amz<br />
set PATH=%PATH%;%EC2_HOME%\bin<br />
set EC2_PRIVATE_KEY=/root/amz/pk-HKZYKTAIG2ECMXYIBH3HXdsd4erZQ55CLO.pem<br />
set EC2_PRIVATE_KEY=/root/amz/pk-WAJNB7EJYW4ESF2O74CQserddNVU6ZXQ5K.pem<br />
set EC2_CERT=/root/amz/cert-WAJNB7EJYW4ESdf2OsdCQSQXNVU6ZXQ5K.pem</p>
<p>So you are done now to test the tool run the following command</p>
<p>#&gt;ec2-describe-regions</p>
<p>Output:<br />
REGION        us-east-1        us-east-1.ec2.amazonaws.com<br />
REGION        eu-west-1        eu-west-1.ec2.amazonaws.com</p>
<p>You can get all commands in /bin folder of EC2 tool you downloaded. Like to start instants stop and restart also search AMI and applications to get password etc.</p>
<p>You can install any of the OS you want Windows or Linux etc and also you can choose verity of OS and pre-installed AMI or even you can create your own AMI using AMI tool provided by EC2. You can create AMI of you local server and also of  VMware images etc.</p>
<ul>
<li>Wile installing Linux OS it installs OS without any password for root, so u don&#8217;t want any password while ssh into it.</li>
</ul>
<ul>
<li>Incas if you need to get the password of the instant you can use the tool you installed to get the password using the command called</li>
</ul>
<pre>PROMPT&gt; <strong><code><span><strong>ec2-get-password</strong></span> i-2574e22a -k windows-keypair</code></strong><code> q96A40B9w
</code></pre>
<ul>
<li><code>See all command <a href="http://docs.amazonwebservices.com/AWSEC2/latest/CommandLineReference/index.html?command-reference.html" target="_blank">details here...</a></code></li>
</ul>
<pre><code>
</code></pre>
<h3>Random Posts</h3>
<ul class="related_post">
<li><a href="http://www.jithonline.com/lgs-touch-screen-phone-model-kf-700/" title="LG&#8217;s Touch Screen Phone Model KF-700">LG&#8217;s Touch Screen Phone Model KF-700</a></li>
<li><a href="http://www.jithonline.com/easy-way-to-know-the-world-time-using-google-g-time/" title="Find the Time of any Known Places Using Google: G-Time">Find the Time of any Known Places Using Google: G-Time</a></li>
<li><a href="http://www.jithonline.com/first-centrino-atom-d4-ultramobile-pc-coming-in-june/" title="First Centrino Atom D4 ultramobile PC Coming in June">First Centrino Atom D4 ultramobile PC Coming in June</a></li>
<li><a href="http://www.jithonline.com/apple-iphone-sdk-on-march-6/" title="Apple iPhone SDK On March 6?">Apple iPhone SDK On March 6?</a></li>
<li><a href="http://www.jithonline.com/the-hummer-flys-most-awaited-phone-launches/" title="The Hummer Fly&#8217;s Most Awaited Phone Launches ">The Hummer Fly&#8217;s Most Awaited Phone Launches </a></li>
</ul>

<p><a href="http://feedads.g.doubleclick.net/~a/u1s6sMqpyo4RclTsJtB3GNf9WZg/0/da"><img src="http://feedads.g.doubleclick.net/~a/u1s6sMqpyo4RclTsJtB3GNf9WZg/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/u1s6sMqpyo4RclTsJtB3GNf9WZg/1/da"><img src="http://feedads.g.doubleclick.net/~a/u1s6sMqpyo4RclTsJtB3GNf9WZg/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.jithonline.com/~ff/jithonline?a=KmfYkCGQM9I:3poFRbwrZl4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/jithonline?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=KmfYkCGQM9I:3poFRbwrZl4:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/jithonline?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=KmfYkCGQM9I:3poFRbwrZl4:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/jithonline?i=KmfYkCGQM9I:3poFRbwrZl4:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=KmfYkCGQM9I:3poFRbwrZl4:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/jithonline?i=KmfYkCGQM9I:3poFRbwrZl4:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=KmfYkCGQM9I:3poFRbwrZl4:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/jithonline?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=KmfYkCGQM9I:3poFRbwrZl4:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/jithonline?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/jithonline/~4/KmfYkCGQM9I" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.jithonline.com/how-to-setup-amazon-ec2-cloud-server-tool-locally/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.jithonline.com/how-to-setup-amazon-ec2-cloud-server-tool-locally/</feedburner:origLink></item>
		<item>
		<title>Philips 3D 4YOU LCD Monitor and with its first 3D Television set</title>
		<link>http://feeds.jithonline.com/~r/jithonline/~3/s5MLn1JP__I/</link>
		<comments>http://www.jithonline.com/philips-3d-4you-lcd-monitor-and-with-its-first-3d-television-set/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 19:16:03 +0000</pubDate>
		<dc:creator>jithesh@jithonline.com</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[3D 4YOU LCD Monitor]]></category>
		<category><![CDATA[3D Television]]></category>
		<category><![CDATA[First 3D Television set]]></category>
		<category><![CDATA[Philips 3D 4YOU LCD Monitor]]></category>
		<category><![CDATA[Philips 3D 4YOU LCD Monitor and with its first 3D Television set]]></category>
		<category><![CDATA[Philips 3D TV]]></category>

		<guid isPermaLink="false">http://www.jithonline.com/?p=523</guid>
		<description><![CDATA[
Panasonic is promoting its 3D TV and even Sony is trying for 3D TV too. Philips is already out with its 3D TV prototype. Even Samsung. The TV can also display standard two-dimensional images, close to HD quality.
This can be done either by direct 3D recording or by converting existing 2D content to 3D content. [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" title="3D TV" src="http://jithonline.com/wp-img/3d-tv.gif" alt="" width="485" height="150" /></p>
<p>Panasonic is promoting its 3D TV and even Sony is trying for 3D TV too. Philips is already out with its 3D TV prototype. Even Samsung. The TV can also display standard two-dimensional images, close to HD quality.</p>
<p>This can be done either by direct 3D recording or by converting existing 2D content to 3D content. After that it’s coded with a processor in the TV generates nine slightly different views corresponding to the different angles. From almost any location, a viewer catches a different image in each eye. It is viewed over any 3D television using special glasses that come along with the TV itself.<br />
<br />
This type of TV is best suited for video gaming. The amount of fun element it will add to Video Gaming. As its very difficult to convert traditional videos into 3D format, new games can very well adapt to the situation and can start creating new games which will be 3D compatible.</p>
<p>A standard laptop running Philips&#8217; software was able to convert the DVD The Lord of the Rings: The Return of the King into 3D in real time and display it on Philips&#8217;s new 20-inch 3D 4YOU LCD monitor. A retail-kiosk implementation of the 3-D screen.<br />
<h3>Random Posts</h3>
<ul class="related_post">
<li><a href="http://www.jithonline.com/next-gen-iphone-with-haptic-technology/" title="Next-gen iPhone with Haptic Technology?">Next-gen iPhone with Haptic Technology?</a></li>
<li><a href="http://www.jithonline.com/yahoo-announced-browserplus-while-google-de-branded-gears/" title="Yahoo announced BrowserPlus while Google de-branded Gears!!">Yahoo announced BrowserPlus while Google de-branded Gears!!</a></li>
<li><a href="http://www.jithonline.com/toshiba-has-unveiled-dynabook-ss-rx1-with-128gb-ssd/" title="Toshiba has unveiled Dynabook SS RX1 with 128GB SSD">Toshiba has unveiled Dynabook SS RX1 with 128GB SSD</a></li>
<li><a href="http://www.jithonline.com/lg-t80-touchscreen-pmp-launches-with-dvb-t/" title="LG T80 Touchscreen PMP Launches with DVB-T">LG T80 Touchscreen PMP Launches with DVB-T</a></li>
<li><a href="http://www.jithonline.com/microsoft-plans-to-authorize-a-proxy-fight-to-oust-yahoo/" title="Microsoft Plans To Authorize A Proxy Fight To Oust Yahoo">Microsoft Plans To Authorize A Proxy Fight To Oust Yahoo</a></li>
</ul>

<p><a href="http://feedads.g.doubleclick.net/~a/NPCi5vwoHujfTThWMK26cyf5U7g/0/da"><img src="http://feedads.g.doubleclick.net/~a/NPCi5vwoHujfTThWMK26cyf5U7g/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/NPCi5vwoHujfTThWMK26cyf5U7g/1/da"><img src="http://feedads.g.doubleclick.net/~a/NPCi5vwoHujfTThWMK26cyf5U7g/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.jithonline.com/~ff/jithonline?a=s5MLn1JP__I:7YYzlNf5pfU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/jithonline?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=s5MLn1JP__I:7YYzlNf5pfU:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/jithonline?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=s5MLn1JP__I:7YYzlNf5pfU:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/jithonline?i=s5MLn1JP__I:7YYzlNf5pfU:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=s5MLn1JP__I:7YYzlNf5pfU:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/jithonline?i=s5MLn1JP__I:7YYzlNf5pfU:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=s5MLn1JP__I:7YYzlNf5pfU:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/jithonline?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=s5MLn1JP__I:7YYzlNf5pfU:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/jithonline?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/jithonline/~4/s5MLn1JP__I" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.jithonline.com/philips-3d-4you-lcd-monitor-and-with-its-first-3d-television-set/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.jithonline.com/philips-3d-4you-lcd-monitor-and-with-its-first-3d-television-set/</feedburner:origLink></item>
		<item>
		<title>How to keep Gmail Account Safe</title>
		<link>http://feeds.jithonline.com/~r/jithonline/~3/OnFwF_b-jEc/</link>
		<comments>http://www.jithonline.com/how-to-keep-gmail-account-safe/#comments</comments>
		<pubDate>Mon, 04 May 2009 19:04:05 +0000</pubDate>
		<dc:creator>jithesh@jithonline.com</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Gmail Account]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[How to keep Gmail Account Safe]]></category>
		<category><![CDATA[SSL Gmail]]></category>

		<guid isPermaLink="false">http://www.jithonline.com/?p=518</guid>
		<description><![CDATA[
Its been reported that, the Gmail Account of many people has been hacked via a unpatched hole in the Gmail software.
How to keep your Gmail Account Safe&#8230;..  Here is some ways to keep it safe.

1) Always use a password which is more than 8 characters including characters, numbers and special symbols. (E.g. Jithon1ne123$ or j!tHonL!ne123. [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" title="Safe-gmail" src="http://www.jithonline.com/wp-img/Safe-gmail.jpg" alt="" width="320" height="320" /></p>
<p>Its been reported that, the Gmail Account of many people has been hacked via a unpatched hole in the Gmail software.</p>
<p>How to keep your Gmail Account Safe&#8230;..  Here is some ways to keep it safe.<br />
<br />
1) Always use a password which is more than 8 characters including characters, numbers and special symbols. (E.g. Jithon1ne123$ or j!tHonL!ne123. (use of upper and lower case letters also increase the security)</p>
<p>2) Never Save the password in your browser or any other software&#8217;s.</p>
<p>3) Always use SSL Encryption to access Gmail accounts. The SSL Encryption can be activated by using &#8220;https&#8221; instead of &#8220;http&#8221;. Fortunately Gmail uses &#8220;https&#8221; through out the transaction.</p>
<p>Follow the below steps to activate &#8220;https&#8221; always while opening Gmail account.</p>
<p>a) Go to the Settings tab in Top &#8211; Right Corner of the Gmail Window.<br />
b) Go to the &#8220;General Tab&#8221;<br />
c) Select Always use &#8220;https” option at end of this tab.<br />
d) Save the settings.</p>
<p>Now the Gmail page will restart with &#8220;Https&#8221; connection settings.</p>
<p>Using encryption will slow the Gmail page to open slightly, but this is worth it. The https protocol will encrypt not just your sign-in sessions but also the contents of your e-mails when they&#8217;re sent between your browser and Google&#8217;s servers.</p>
<p>If in case u dont find this settings to be working properly, you can do it manually by adding an &#8220;s&#8221; at the end of http.  i.e https://www.gmail.com.</p>
<p>Hope this will help you to have a secure mailing with Gmail. Keep Mailing and blogging and Enjoy&#8230;
<ul class="related_post">
<li><a href="http://www.jithonline.com/how-to-setup-free-mail-server-for-your-own-domain-with-google/" title="How to Setup Free Mail Server for Your Own Domain with Google">How to Setup Free Mail Server for Your Own Domain with Google</a></li>
<li><a href="http://www.jithonline.com/google-will-be-nokias-competitor-in-online-mapping/" title="Google will be Nokia&#8217;s competitor in Online Mapping">Google will be Nokia&#8217;s competitor in Online Mapping</a></li>
<li><a href="http://www.jithonline.com/edit-publish-and-download-pictures-for-free-with-google-tool/" title="Edit Publish and Download Pictures for Free with Google Tool">Edit Publish and Download Pictures for Free with Google Tool</a></li>
<li><a href="http://www.jithonline.com/best-tips-to-protect-your-web-sites-from-hackers-and-malicious-contents/" title="Best Tips to Protect your Web Sites from Hackers and Malicious contents">Best Tips to Protect your Web Sites from Hackers and Malicious contents</a></li>
<li><a href="http://www.jithonline.com/tips-to-protect-your-pc-from-malicious-sites-using-mcafee-siteadvisor-plug-in/" title="Tips to Protect your PC from Malicious Sites Using McAfee Siteadvisor Plug-In">Tips to Protect your PC from Malicious Sites Using McAfee Siteadvisor Plug-In</a></li>
</ul>

<p><a href="http://feedads.g.doubleclick.net/~a/6YZ85NEnNivR1cO5xcXGkLtQiDA/0/da"><img src="http://feedads.g.doubleclick.net/~a/6YZ85NEnNivR1cO5xcXGkLtQiDA/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/6YZ85NEnNivR1cO5xcXGkLtQiDA/1/da"><img src="http://feedads.g.doubleclick.net/~a/6YZ85NEnNivR1cO5xcXGkLtQiDA/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.jithonline.com/~ff/jithonline?a=OnFwF_b-jEc:uc30NB5v4uQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/jithonline?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=OnFwF_b-jEc:uc30NB5v4uQ:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/jithonline?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=OnFwF_b-jEc:uc30NB5v4uQ:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/jithonline?i=OnFwF_b-jEc:uc30NB5v4uQ:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=OnFwF_b-jEc:uc30NB5v4uQ:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/jithonline?i=OnFwF_b-jEc:uc30NB5v4uQ:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=OnFwF_b-jEc:uc30NB5v4uQ:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/jithonline?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=OnFwF_b-jEc:uc30NB5v4uQ:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/jithonline?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/jithonline/~4/OnFwF_b-jEc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.jithonline.com/how-to-keep-gmail-account-safe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.jithonline.com/how-to-keep-gmail-account-safe/</feedburner:origLink></item>
		<item>
		<title>Free Simple and Flash Banners, Buttons, Headers and Text Creator</title>
		<link>http://feeds.jithonline.com/~r/jithonline/~3/0UDQYV4BuzI/</link>
		<comments>http://www.jithonline.com/free-simple-and-flash-banners-buttons-headers-and-text-creator/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 18:14:46 +0000</pubDate>
		<dc:creator>jithesh@jithonline.com</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[background images]]></category>
		<category><![CDATA[Cooltext]]></category>
		<category><![CDATA[custom advertising texts]]></category>
		<category><![CDATA[download Banners]]></category>
		<category><![CDATA[Free Flash Images]]></category>
		<category><![CDATA[Free Simple and Buttons creator]]></category>
		<category><![CDATA[Free Simple and Flash Banners]]></category>
		<category><![CDATA[Freenicetemplates]]></category>
		<category><![CDATA[simple banners creator]]></category>

		<guid isPermaLink="false">http://www.jithonline.com/?p=514</guid>
		<description><![CDATA[
Free Simple and Flash Banners, Buttons, Headers and Text Creator
Freenicetemplates here you can create free graphics flash banners and Cooltext here you can get simple banners and buttons for modern digital advertising media of your website. Simply choose what kind of image you would like. Then fill out a form and you will have your [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" title="free-banner" src="http://jithonline.com/wp-img/free-banner.jpg" alt="" width="450" height="216" /></p>
<p>Free Simple and Flash Banners, Buttons, Headers and Text Creator<br />
<a href="http://www.freenicetemplates.com/annimation-flash/" target="_blank">Freenicetemplates</a> here you can create free graphics flash banners and <a href="http://cooltext.com/" target="_blank">Cooltext</a> here you can get simple banners and buttons for modern digital advertising media of your website. Simply choose what kind of image you would like. Then fill out a form and you will have your own<br />
<br />
custom advertising texts and setup the colors for text and background also images. Further more a transparency value for text and background can be adjusted. In case of flash banners no flash skills are required to customize these flash banners, just download and replace flash header photos with yours and change texts, colors and music through an external XML file so all are as simple as that enjoy.<br />
<h3>Random Posts</h3>
<ul class="related_post">
<li><a href="http://www.jithonline.com/lg-new-slim-slider-at-gsma-2008/" title="LG New Slim SLider at GSMA 2008">LG New Slim SLider at GSMA 2008</a></li>
<li><a href="http://www.jithonline.com/cnrcom-a-one-click-installation-software-for-ubuntu-804/" title="cnr.com a One Click Installation Software for Ubuntu 8.04">cnr.com a One Click Installation Software for Ubuntu 8.04</a></li>
<li><a href="http://www.jithonline.com/the-hummer-flys-most-awaited-phone-launches/" title="The Hummer Fly&#8217;s Most Awaited Phone Launches ">The Hummer Fly&#8217;s Most Awaited Phone Launches </a></li>
<li><a href="http://www.jithonline.com/yahtzee-game-came-to-ipod/" title="Yahtzee Game came to iPod">Yahtzee Game came to iPod</a></li>
<li><a href="http://www.jithonline.com/yahoo-announced-browserplus-while-google-de-branded-gears/" title="Yahoo announced BrowserPlus while Google de-branded Gears!!">Yahoo announced BrowserPlus while Google de-branded Gears!!</a></li>
</ul>

<p><a href="http://feedads.g.doubleclick.net/~a/BRPmZNXtr412D8QZenSFnqUEpnY/0/da"><img src="http://feedads.g.doubleclick.net/~a/BRPmZNXtr412D8QZenSFnqUEpnY/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/BRPmZNXtr412D8QZenSFnqUEpnY/1/da"><img src="http://feedads.g.doubleclick.net/~a/BRPmZNXtr412D8QZenSFnqUEpnY/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.jithonline.com/~ff/jithonline?a=0UDQYV4BuzI:vOafXyspMDU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/jithonline?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=0UDQYV4BuzI:vOafXyspMDU:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/jithonline?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=0UDQYV4BuzI:vOafXyspMDU:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/jithonline?i=0UDQYV4BuzI:vOafXyspMDU:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=0UDQYV4BuzI:vOafXyspMDU:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/jithonline?i=0UDQYV4BuzI:vOafXyspMDU:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=0UDQYV4BuzI:vOafXyspMDU:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/jithonline?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=0UDQYV4BuzI:vOafXyspMDU:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/jithonline?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/jithonline/~4/0UDQYV4BuzI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.jithonline.com/free-simple-and-flash-banners-buttons-headers-and-text-creator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.jithonline.com/free-simple-and-flash-banners-buttons-headers-and-text-creator/</feedburner:origLink></item>
		<item>
		<title>How to Uninstall Windows KDE from Windows XP or Vista</title>
		<link>http://feeds.jithonline.com/~r/jithonline/~3/Y2hJ-DA28XY/</link>
		<comments>http://www.jithonline.com/how-to-uninstall-windows-kde-from-windows-xp-or-vista/#comments</comments>
		<pubDate>Sun, 15 Feb 2009 16:44:02 +0000</pubDate>
		<dc:creator>jithesh@jithonline.com</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[How to Uninstall Windows KDE from Windows XP or Vista]]></category>
		<category><![CDATA[KDE Uninstall]]></category>
		<category><![CDATA[simple steps to uninstall KDE from windows XP]]></category>
		<category><![CDATA[Uninstall Windows KDE]]></category>
		<category><![CDATA[Uninstall Windows KDE4]]></category>
		<category><![CDATA[Windows KDE4 Uninstall]]></category>

		<guid isPermaLink="false">http://www.jithonline.com/?p=506</guid>
		<description><![CDATA[
These are the simple steps to uninstall KDE from windows XP
Many are installing KDE in windows but they are unaware; how to un-install windows KDE application, so here is the simple step to uninstall KDE from windows XP.


In TaskMgr processes, shut down kded4, dbus-daemon, klauncher, etc.
Run kdewin-installer, click each installed package until it shows a [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="KDE uninstaller" src="http://www.jithonline.com/wp-img/Konqi-win.jpg" alt="" width="149" height="182" /></p>
<p>These are the simple steps to uninstall KDE from windows XP<br />
Many are installing KDE in windows but they are unaware; how to un-install windows KDE application, so here is the simple step to uninstall KDE from windows XP.<br />
</p>
<ul>
<li>In TaskMgr processes, shut down kded4, dbus-daemon, klauncher, etc.</li>
<li>Run kdewin-installer, click each installed package until it shows a garbage can, and then complete the installer</li>
<li>Remove lib directory from %PATH% and the KDEDIRS environment variable which is created at the time of installation. In [ Start &gt; Control Panel &gt; System &gt; Advanced &gt; Environment Variables], click on KDEDIRS in User variable and delete Variable name KDEDIRS with Variable value; the directory where you installed KDE4, e.g. C:\KDE4.</li>
<li>Clean up your Download Path of all the downloaded packages, and delete your install directory too</li>
</ul>
<p>Done now KDE is uninstalled from your system.</p>
<p><a href="http://www.jithonline.com/install-kde-4-on-windows/" target="_self"><strong>How to Install Windows KDE</strong></a>&#8230;<br />
<h3>Random Posts</h3>
<ul class="related_post">
<li><a href="http://www.jithonline.com/samsung-launches-two-fashion-phones/" title="Samsung Launches Two Fashion Phones">Samsung Launches Two Fashion Phones</a></li>
<li><a href="http://www.jithonline.com/coreldraw-graphics-suite-x4-is-available-now/" title="CorelDRAW Graphics Suite X4 is available now">CorelDRAW Graphics Suite X4 is available now</a></li>
<li><a href="http://www.jithonline.com/users-hate-vista/" title="Users Hate Vista !!">Users Hate Vista !!</a></li>
<li><a href="http://www.jithonline.com/hp-mini-note-2133-laptop-for-499/" title="HP Mini-Note 2133 Laptop for $499">HP Mini-Note 2133 Laptop for $499</a></li>
<li><a href="http://www.jithonline.com/how-to-keep-gmail-account-safe/" title="How to keep Gmail Account Safe">How to keep Gmail Account Safe</a></li>
</ul>

<p><a href="http://feedads.g.doubleclick.net/~a/MrtufAlmre99gVz3x0c1pc5Mb1I/0/da"><img src="http://feedads.g.doubleclick.net/~a/MrtufAlmre99gVz3x0c1pc5Mb1I/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/MrtufAlmre99gVz3x0c1pc5Mb1I/1/da"><img src="http://feedads.g.doubleclick.net/~a/MrtufAlmre99gVz3x0c1pc5Mb1I/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.jithonline.com/~ff/jithonline?a=Y2hJ-DA28XY:-_DXppt79jQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/jithonline?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=Y2hJ-DA28XY:-_DXppt79jQ:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/jithonline?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=Y2hJ-DA28XY:-_DXppt79jQ:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/jithonline?i=Y2hJ-DA28XY:-_DXppt79jQ:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=Y2hJ-DA28XY:-_DXppt79jQ:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/jithonline?i=Y2hJ-DA28XY:-_DXppt79jQ:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=Y2hJ-DA28XY:-_DXppt79jQ:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/jithonline?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=Y2hJ-DA28XY:-_DXppt79jQ:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/jithonline?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/jithonline/~4/Y2hJ-DA28XY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.jithonline.com/how-to-uninstall-windows-kde-from-windows-xp-or-vista/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.jithonline.com/how-to-uninstall-windows-kde-from-windows-xp-or-vista/</feedburner:origLink></item>
		<item>
		<title>How to Create Best and Free Animated Ajax Loading gif Images</title>
		<link>http://feeds.jithonline.com/~r/jithonline/~3/nClLyKQLoAU/</link>
		<comments>http://www.jithonline.com/how-to-create-best-and-free-animated-ajax-loading-gif-images/#comments</comments>
		<pubDate>Sun, 15 Feb 2009 15:50:55 +0000</pubDate>
		<dc:creator>jithesh@jithonline.com</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Other]]></category>
		<category><![CDATA[Ajax loading gif image generator]]></category>
		<category><![CDATA[Ajax progress indicators]]></category>
		<category><![CDATA[Custom Animated Ajax Loading images]]></category>
		<category><![CDATA[Free Animated Loading image]]></category>
		<category><![CDATA[How to Create Best and Free Animated Ajax Loading gif Images]]></category>
		<category><![CDATA[loading gif Images]]></category>

		<guid isPermaLink="false">http://www.jithonline.com/?p=501</guid>
		<description><![CDATA[



Free cool Ajax loading gif image generator. Many Ajax progress indicators or loading animated gif images; that are for free. You can customize these images and set the background colure and also loading image colure in matter of seconds and get it for your site. You can customize the image colure, at the mean time [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;"><a href="http://www.ajaxload.info/"><img class="aligncenter" title="Free Ajax Load img" src="http://www.jithonline.com/wp-img/free-ajax-load-img.jpg" alt="" width="350" height="556" /></a></p>
<p style="text-align: left;">
<p style="text-align: left;">
<p></p>
<p style="text-align: left;">Free cool Ajax loading gif image generator. Many Ajax progress indicators or loading animated gif images; that are for free. You can customize these images and set the background colure and also loading image colure in matter of seconds and get it for your site. You can customize the image colure, at the mean time you can preview it before downloading it too. <a href="http://www.ajaxload.info" target="_blank">Try this and get coolest Ajax gif animation now&#8230;&#8230;</a></p>
<p style="text-align: left;">
<h3>Random Posts</h3>
<ul class="related_post">
<li><a href="http://www.jithonline.com/vista-takes-this-long-in-creation-%e2%80%9cwhy-there-is-such-a-shortage-of-drivers%e2%80%9d/" title="VISTA Takes This Long In Creation “Why There Is Such a Shortage Of Drivers!!?”">VISTA Takes This Long In Creation “Why There Is Such a Shortage Of Drivers!!?”</a></li>
<li><a href="http://www.jithonline.com/global-mobile-awards-2008-winners/" title="Global Mobile Awards 2008 Winners">Global Mobile Awards 2008 Winners</a></li>
<li><a href="http://www.jithonline.com/google-launched-a-new-web-service-website-optimizer/" title="Google Launched a New web service Website Optimizer">Google Launched a New web service Website Optimizer</a></li>
<li><a href="http://www.jithonline.com/sony-ericsson-launches-2-new-mobiles-for-japan-market/" title="Sony Ericsson Launches 2 New Mobiles for Japan Market">Sony Ericsson Launches 2 New Mobiles for Japan Market</a></li>
<li><a href="http://www.jithonline.com/mozilla-updated-javascript-security-flaw/" title="Mozilla updated JavaScript security Flaw">Mozilla updated JavaScript security Flaw</a></li>
</ul>

<p><a href="http://feedads.g.doubleclick.net/~a/6BGYSUlg0_4XtJujSECycRZHLIU/0/da"><img src="http://feedads.g.doubleclick.net/~a/6BGYSUlg0_4XtJujSECycRZHLIU/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/6BGYSUlg0_4XtJujSECycRZHLIU/1/da"><img src="http://feedads.g.doubleclick.net/~a/6BGYSUlg0_4XtJujSECycRZHLIU/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.jithonline.com/~ff/jithonline?a=nClLyKQLoAU:nGPZ46B2Lbw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/jithonline?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=nClLyKQLoAU:nGPZ46B2Lbw:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/jithonline?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=nClLyKQLoAU:nGPZ46B2Lbw:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/jithonline?i=nClLyKQLoAU:nGPZ46B2Lbw:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=nClLyKQLoAU:nGPZ46B2Lbw:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/jithonline?i=nClLyKQLoAU:nGPZ46B2Lbw:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=nClLyKQLoAU:nGPZ46B2Lbw:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/jithonline?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=nClLyKQLoAU:nGPZ46B2Lbw:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/jithonline?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/jithonline/~4/nClLyKQLoAU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.jithonline.com/how-to-create-best-and-free-animated-ajax-loading-gif-images/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.jithonline.com/how-to-create-best-and-free-animated-ajax-loading-gif-images/</feedburner:origLink></item>
		<item>
		<title>Worlds Cheapest $10 Dollar Laptop From India</title>
		<link>http://feeds.jithonline.com/~r/jithonline/~3/dvD06RO1TuY/</link>
		<comments>http://www.jithonline.com/worlds-cheapest-10-dollar-laptop-form-india/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 20:15:24 +0000</pubDate>
		<dc:creator>jithesh@jithonline.com</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[$10 Dollar Laptop]]></category>
		<category><![CDATA[$10 Laptop]]></category>
		<category><![CDATA[500Rs Laptop]]></category>
		<category><![CDATA[Cheaper  Laptop]]></category>
		<category><![CDATA[Cheapest Laptop]]></category>
		<category><![CDATA[Cheep Laptop]]></category>
		<category><![CDATA[government Low cost Laptop]]></category>
		<category><![CDATA[IIT laptop]]></category>
		<category><![CDATA[Indin government Laptop]]></category>
		<category><![CDATA[Low cost 500 Rupees Laptop]]></category>
		<category><![CDATA[Low Cost Laptop]]></category>
		<category><![CDATA[Low Cost Laptop From India]]></category>
		<category><![CDATA[Rs500 Laptop]]></category>
		<category><![CDATA[Worlds Cheapest $10 Dollar Laptop From India]]></category>

		<guid isPermaLink="false">http://www.jithonline.com/?p=497</guid>
		<description><![CDATA[
Do you think any thing in the world which is not possible by human beings????!!!
Like a laptop for $10! Yes for 10 dollar Laptop [Rs500 INR], that’s true. Indian government is going to launch $10 laptop soon.
The Indian Government [UPA] is launching the cheapest laptop ever seen priced at $10 even as the private sector, [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" title="$10 dollar laptop" src="http://www.jithonline.com/wp-img/10$-laptop.gif" alt="" width="298" height="323" /></p>
<p>Do you think any thing in the world which is not possible by human beings????!!!<br />
Like a laptop for $10! Yes for 10 dollar Laptop [Rs500 INR], that’s true. Indian government is going to launch $10 laptop soon.</p>
<p>The Indian Government [UPA] is launching the cheapest laptop ever seen priced at $10 even as the private sector, with its best efforts, has not managed to bring down the price of a laptop lower than $100[Rs5000 INR].<br />
<br />
This ultra low-cost $10 Laptop has been developed with support of IIT (Indian Institute of Technology), Indian Institute of Science and some B Tech students.<br />
Details about the $10 Laptop remained limited, but higher education secretary R.P. Agrawal of India said last week that, it would be available within six months. Officials have not publicly demonstrated a prototype yet also not explained how it can be produced at such a low cost.</p>
<p>Following are some of the configurations.</p>
<ul>
<li>It can be charged with a two-watt power input.</li>
<li>2 GB memory can upgrade.</li>
<li> Wireless Internet capability.</li>
<li>Capability to project on a screen.</li>
<li>The configuration can be upgraded etc.</li>
</ul>
<p>The government has invested more than 939 million dollars to develop the low-power gadget to work in rural areas with unreliable power supply and poor Internet connectivity etc. The planned laptop is part of a push to increase the number of students in higher education and give them the technological skills needed to further boost India&#8217;s economic growth.<br />
<h3>Random Posts</h3>
<ul class="related_post">
<li><a href="http://www.jithonline.com/lost-odyssey-comes-to-xbox-360/" title=" Lost Odyssey Comes to Xbox 360"> Lost Odyssey Comes to Xbox 360</a></li>
<li><a href="http://www.jithonline.com/microsoft-got-fined-us3674m-by-alcatel-lucent-for-illegal-use-of-mpeg2-dvd-playback-in-windows/" title="Microsoft got Fined US$367.4m by Alcatel-Lucent for Illegal use of MPEG2 DVD Playback in Windows ">Microsoft got Fined US$367.4m by Alcatel-Lucent for Illegal use of MPEG2 DVD Playback in Windows </a></li>
<li><a href="http://www.jithonline.com/windows-vista-service-pack-1-rtm-leaked/" title="Windows Vista Service Pack 1 Leaked">Windows Vista Service Pack 1 Leaked</a></li>
<li><a href="http://www.jithonline.com/ultra-slim-credit-card-sized-1gb-usb/" title="Ultra Slim Credit Card Sized 1GB USB">Ultra Slim Credit Card Sized 1GB USB</a></li>
<li><a href="http://www.jithonline.com/motorola-inc-in-trouble-split-in-motorola/" title="Motorola Inc in Trouble? &#8220;Split in Motorola&#8221;">Motorola Inc in Trouble? &#8220;Split in Motorola&#8221;</a></li>
</ul>

<p><a href="http://feedads.g.doubleclick.net/~a/-yG9ozkGlLggHyI87JFUfcfuGJM/0/da"><img src="http://feedads.g.doubleclick.net/~a/-yG9ozkGlLggHyI87JFUfcfuGJM/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/-yG9ozkGlLggHyI87JFUfcfuGJM/1/da"><img src="http://feedads.g.doubleclick.net/~a/-yG9ozkGlLggHyI87JFUfcfuGJM/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.jithonline.com/~ff/jithonline?a=dvD06RO1TuY:u1_EeSMXOOQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/jithonline?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=dvD06RO1TuY:u1_EeSMXOOQ:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/jithonline?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=dvD06RO1TuY:u1_EeSMXOOQ:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/jithonline?i=dvD06RO1TuY:u1_EeSMXOOQ:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=dvD06RO1TuY:u1_EeSMXOOQ:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/jithonline?i=dvD06RO1TuY:u1_EeSMXOOQ:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=dvD06RO1TuY:u1_EeSMXOOQ:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/jithonline?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=dvD06RO1TuY:u1_EeSMXOOQ:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/jithonline?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/jithonline/~4/dvD06RO1TuY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.jithonline.com/worlds-cheapest-10-dollar-laptop-form-india/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.jithonline.com/worlds-cheapest-10-dollar-laptop-form-india/</feedburner:origLink></item>
		<item>
		<title>DSTL1 the First Dual SIM Android Handset by General Mobile</title>
		<link>http://feeds.jithonline.com/~r/jithonline/~3/R0QwWkpGpdw/</link>
		<comments>http://www.jithonline.com/dstl1-the-first-dual-sim-android-handset-by-general-mobile/#comments</comments>
		<pubDate>Wed, 28 Jan 2009 19:39:09 +0000</pubDate>
		<dc:creator>jithesh@jithonline.com</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Mobiles]]></category>
		<category><![CDATA[5 mega pixel AF camera mobile]]></category>
		<category><![CDATA[DSTL1]]></category>
		<category><![CDATA[DSTL1 the First Dual SIM Android Handset by General Mobile]]></category>
		<category><![CDATA[Dual SIM Android]]></category>
		<category><![CDATA[Dual SIM Android Handset]]></category>
		<category><![CDATA[Dual SIM DSTL1]]></category>
		<category><![CDATA[Generalmobile]]></category>
		<category><![CDATA[GM DSTL1]]></category>
		<category><![CDATA[google DSTL1]]></category>

		<guid isPermaLink="false">http://www.jithonline.com/?p=495</guid>
		<description><![CDATA[
Handset manufacturing company called General Mobile is gearing up to present their new Android powered DSTL1 handset at the Mobile World.
The DSTL1 is a dual-sim Android phone that features a large touch screen display and DSTL 1 is a classy looking touch screen handset.
DTSL1 will be the first Dual SIM Android powered handset. It is [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" title="DTSL1" src="http://jithonline.com/wp-img/DTSL1.gif" alt="" width="401" height="336" /></p>
<p>Handset manufacturing company called General Mobile is gearing up to present their new Android powered DSTL1 handset at the Mobile World.<br />
The DSTL1 is a dual-sim Android phone that features a large touch screen display and DSTL 1 is a classy looking touch screen handset.<br />
DTSL1 will be the first Dual SIM Android powered handset. It is expected to hit the market in Q3 that is February of this year, at the Mobile World Congress. Some of the specifications of Android  DTSL1 mobile are,<br />
<br />
- 3-inch touch screen with a 240 x 400 pixel, 260K color resolution (WQVGA)<br />
- Wi-Fi, EDGE and GPRS support<br />
- 4GB internal memory with external support form microSD cards (up to 8GB)<br />
- Bluetooth 2.0 + EDR<br />
- Media player with DivX playback support<br />
- FM radio<br />
- 5 mega pixel AF camera with flash<br />
- MS document reader<br />
- Java support<br />
<h3>Random Posts</h3>
<ul class="related_post">
<li><a href="http://www.jithonline.com/is-the-lenovo-x300-the-answer-to-the-macbook-air/" title="Is the Lenovo X300 the answer to the MacBook Air?">Is the Lenovo X300 the answer to the MacBook Air?</a></li>
<li><a href="http://www.jithonline.com/mozilla-thunderbird-with-nine-security-vulnerabilitiesfixed/" title="Mozilla Thunderbird with Nine Security Vulnerabilities:Fixed">Mozilla Thunderbird with Nine Security Vulnerabilities:Fixed</a></li>
<li><a href="http://www.jithonline.com/vudu%e2%80%99s-hd-set-top-box-price-drop-to-compete-with-apple-tv/" title="Vudu’s HD Set Top Box Price Drop to Compete with Apple TV">Vudu’s HD Set Top Box Price Drop to Compete with Apple TV</a></li>
<li><a href="http://www.jithonline.com/easy-steps-to-set-up-nfs-in-your-computer-or-server-network/" title="Easy Steps to set up NFS in your Computer or Server Network">Easy Steps to set up NFS in your Computer or Server Network</a></li>
<li><a href="http://www.jithonline.com/pwned-iphone-20-bootloader-hacking-tool-by-next-week/" title="PWNED iPhone 2.0 bootloader hacking tool by Next week">PWNED iPhone 2.0 bootloader hacking tool by Next week</a></li>
</ul>

<p><a href="http://feedads.g.doubleclick.net/~a/eMKi-1LS_Jy79TENsRbDjvVwJZc/0/da"><img src="http://feedads.g.doubleclick.net/~a/eMKi-1LS_Jy79TENsRbDjvVwJZc/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/eMKi-1LS_Jy79TENsRbDjvVwJZc/1/da"><img src="http://feedads.g.doubleclick.net/~a/eMKi-1LS_Jy79TENsRbDjvVwJZc/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.jithonline.com/~ff/jithonline?a=R0QwWkpGpdw:gAt3r94IMe4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/jithonline?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=R0QwWkpGpdw:gAt3r94IMe4:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/jithonline?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=R0QwWkpGpdw:gAt3r94IMe4:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/jithonline?i=R0QwWkpGpdw:gAt3r94IMe4:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=R0QwWkpGpdw:gAt3r94IMe4:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/jithonline?i=R0QwWkpGpdw:gAt3r94IMe4:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=R0QwWkpGpdw:gAt3r94IMe4:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/jithonline?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=R0QwWkpGpdw:gAt3r94IMe4:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/jithonline?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/jithonline/~4/R0QwWkpGpdw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.jithonline.com/dstl1-the-first-dual-sim-android-handset-by-general-mobile/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.jithonline.com/dstl1-the-first-dual-sim-android-handset-by-general-mobile/</feedburner:origLink></item>
		<item>
		<title>Free Online Multiple Chat or IM Client Login</title>
		<link>http://feeds.jithonline.com/~r/jithonline/~3/JlOOGc-wIoo/</link>
		<comments>http://www.jithonline.com/free-online-multiple-chat-or-im-client-login/#comments</comments>
		<pubDate>Mon, 26 Jan 2009 09:54:06 +0000</pubDate>
		<dc:creator>jithesh@jithonline.com</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[AIM]]></category>
		<category><![CDATA[chat with all of your friends]]></category>
		<category><![CDATA[communicate with site visitors]]></category>
		<category><![CDATA[Free Online Multiple Chat or IM Client Login]]></category>
		<category><![CDATA[Google Talk]]></category>
		<category><![CDATA[ICQ]]></category>
		<category><![CDATA[invisible sign on]]></category>
		<category><![CDATA[Jabber]]></category>
		<category><![CDATA[meebo]]></category>
		<category><![CDATA[Meebo Firefox add-on]]></category>
		<category><![CDATA[Meebo me widget]]></category>
		<category><![CDATA[meebo Rooms]]></category>
		<category><![CDATA[MSN]]></category>
		<category><![CDATA[multiple IM services]]></category>
		<category><![CDATA[Yahoo]]></category>

		<guid isPermaLink="false">http://www.jithonline.com/?p=492</guid>
		<description><![CDATA[
With meebo you can chat with all of your friends on AIM, Yahoo!, MSN, Google Talk, ICQ, and Jabber! Meebo supports file transfers between users too.
Meebo includes features such as invisible sign on this prevents others from knowing when a user connects and simultaneous connections to multiple IM services.
Meebo me widget! This allows users to [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter" src="http://www.jithonline.com/wp-img/meebo.gif" alt="" width="450" height="299" /><br />
With meebo you can chat with all of your friends on AIM, Yahoo!, MSN, Google Talk, ICQ, and Jabber! Meebo supports file transfers between users too.</p>
<p>Meebo includes features such as invisible sign on this prevents others from knowing when a user connects and simultaneous connections to multiple IM services.</p>
<p>Meebo me widget! This allows users to embed a version of Meebo on their personal website. You can communicate with your site visitors, meebo me allows you to see the people who are visiting your web page and chat with them.<br />
<img class="aligncenter" src="http://www.jithonline.com/wp-img/meebo-me.gif" alt="" width="400" height="363" /></p>
<p>Meebo allows some people who are behind firewalled networks (networks that block the various instant messaging protocols but have not blocked the meebo.com domain name) to connect to instant messaging services due to the fact that the user connects to only port 443 (SSL) and the Meebo service itself then connects to the various instant messaging protocols.</p>
<p>Meebo also have &#8220;meebo Rooms&#8221;. Users of Meebo can connect to chat rooms or host their own for which multiple friends can join and chat. Meebo Rooms also grants a degree of control to the user with invite and ban authority. Classic Meebo was updated to reflect the release prior to Meebo Rooms to allow users with outdated browsers to continue to use meebo.<br />
<br />
Meebo also have Firefox add-on plug-in too, to help the firefox users to handle the meebo as an desktop application and also it helps users to login directly to meebo while firefox application is started. You can get this <a href="https://addons.mozilla.org/en-US/firefox/addon/5700" target="_blank">plug-in here…</a>
<ul class="related_post">
<li><a href="http://www.jithonline.com/yahoo-announced-browserplus-while-google-de-branded-gears/" title="Yahoo announced BrowserPlus while Google de-branded Gears!!">Yahoo announced BrowserPlus while Google de-branded Gears!!</a></li>
<li><a href="http://www.jithonline.com/yahoo-replacing-its-search-add-system-with-google-add/" title="Yahoo Replacing Its Search Add System With Google Add?">Yahoo Replacing Its Search Add System With Google Add?</a></li>
<li><a href="http://www.jithonline.com/yahoo-onesearch-20-with-voice-search-service-unveiled/" title="Yahoo! OneSearch 2.0 with Voice Search Service Unveiled">Yahoo! OneSearch 2.0 with Voice Search Service Unveiled</a></li>
<li><a href="http://www.jithonline.com/yahoo-myspace-google-have-agreed-to-form-the-opensocial/" title="Yahoo, MySpace &#038; Google Have Agreed to Form The OpenSocial">Yahoo, MySpace &#038; Google Have Agreed to Form The OpenSocial</a></li>
<li><a href="http://www.jithonline.com/yahoo-unveils-new-mobile-bookmaking-tool/" title="Yahoo Unveils New  Mobile Bookmaking Tool">Yahoo Unveils New  Mobile Bookmaking Tool</a></li>
</ul>

<p><a href="http://feedads.g.doubleclick.net/~a/BdoLd8sewNaWnXn78D115nJKVBA/0/da"><img src="http://feedads.g.doubleclick.net/~a/BdoLd8sewNaWnXn78D115nJKVBA/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/BdoLd8sewNaWnXn78D115nJKVBA/1/da"><img src="http://feedads.g.doubleclick.net/~a/BdoLd8sewNaWnXn78D115nJKVBA/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.jithonline.com/~ff/jithonline?a=JlOOGc-wIoo:NVPGIY0GwxQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/jithonline?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=JlOOGc-wIoo:NVPGIY0GwxQ:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/jithonline?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=JlOOGc-wIoo:NVPGIY0GwxQ:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/jithonline?i=JlOOGc-wIoo:NVPGIY0GwxQ:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=JlOOGc-wIoo:NVPGIY0GwxQ:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/jithonline?i=JlOOGc-wIoo:NVPGIY0GwxQ:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=JlOOGc-wIoo:NVPGIY0GwxQ:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/jithonline?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=JlOOGc-wIoo:NVPGIY0GwxQ:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/jithonline?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/jithonline/~4/JlOOGc-wIoo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.jithonline.com/free-online-multiple-chat-or-im-client-login/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.jithonline.com/free-online-multiple-chat-or-im-client-login/</feedburner:origLink></item>
		<item>
		<title>There Is Nothing Which Can Stop Spam Mails Coming or Going Out Of Your Mil Address!!!</title>
		<link>http://feeds.jithonline.com/~r/jithonline/~3/RWbykf5JXgw/</link>
		<comments>http://www.jithonline.com/there-is-nothing-witch-can-stop-spam-mails-coming-or-going-out-of-your-mil-address/#comments</comments>
		<pubDate>Wed, 10 Dec 2008 20:04:24 +0000</pubDate>
		<dc:creator>jithesh@jithonline.com</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Cannot we stop this spamming]]></category>
		<category><![CDATA[Email Bombing]]></category>
		<category><![CDATA[How can we stop this spamming]]></category>
		<category><![CDATA[How this spamming happening]]></category>
		<category><![CDATA[Porno spam]]></category>
		<category><![CDATA[Spam scams]]></category>
		<category><![CDATA[There Is Nothing Which Can Stop Spam Mails Coming or Going Out Of Your Mil Address]]></category>
		<category><![CDATA[Virus spam]]></category>
		<category><![CDATA[What action can be taken against spamming]]></category>

		<guid isPermaLink="false">http://www.jithonline.com/?p=483</guid>
		<description><![CDATA[
Email spam [Junk mail or Unwanted email] really annoys all. There&#8217;s something hideous about craftily and repeatedly forcing worthless products onto millions of people who really couldn&#8217;t care less about viagra logo enhancements or anything else on offer. Spam is a big problem for everyone from the individual home Internet user to the multi-national corporation [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://jithonline.com/wp-img/spam-mail.jpg" border="0" alt="" /></p>
<p>Email spam [Junk mail or Unwanted email] really annoys all. There&#8217;s something hideous about craftily and repeatedly forcing worthless products onto millions of people who really couldn&#8217;t care less about viagra logo enhancements or anything else on offer. Spam is a big problem for everyone from the individual home Internet user to the multi-national corporation that depends on email communications to conduct business.</p>
<p>There are different kinds of spamming around this electronic web world.<br />
- Repeatedly forcing useless products onto millions.<br />
- Hidden text and links<br />
- Blog and Wiki spamming<br />
- Email Bombing<br />
- Porno spam [Mailing of “adult” advertisements or pornographic pictures]<br />
- Virus spam [Mass mailing that contain viruses, Trojans, malicious scripts, etc.]<br />
- Spam scams [Mass mailing of fraudulent messages]<br />
Etc&#8230;..</p>
<p>There are more and more spam categories do you ever think about<br />
- What the reason behind it?<br />
- Why this spam&#8217;s are not blocked all the time?<br />
- How this spamming happening?<br />
- What action you can take against spamming?<br />
- Can&#8217;t we stop this spamming?</p>
<p>Yes it&#8217;s true there are many questing regarding this but truly the problem is; &#8220;the worst mailing protocol itself&#8221;. The founder of mail protocol never thought of this kind of un-presidential use of this discovery. Yes that&#8217;s true! Now no one can change this protocol because this protocol is spread like spider web all over the world. One craziest thing in mailing is; any one can send mail to any one with others mail address also if that mail address exists or not! That meant I can send mail from your mail id with out using your mail account, is this craziest!!!</p>
<p>There are many tools and companies in the world to stop and prohibit this spamming but all are failed in it. Till now there is no product or agency which can stop spam mails coming or going out of your mail address. So this is all about mail security. We can only hop a good system will come to stop this nonsense in future.<br />
<br />
But still there are some tips to Identify this spam mails your self but its little technical I hop all can understand this. By seeing mail you cant identify how is sending mail and from ware it came from. The only way to check that is by looking in to header of the mail. All mail clients have the option to see the header of the mail the header of mail will looks like this it may differ in appearance depends up on providers</p>
<pre><span style="color: #0000ff;">Return-Path: [spamers@address.com]
Received: from server.anydomai.com (mail.anymaildomain.com [126.43.75.123])
by spam01.d2.dfd.com (8.10.2/8.10.2) with ESMTP id NAA23597;
Fri, 12 Dec 2008 16:11:20 -0400 (EDT)
Received: from aol.com (127-34-56-98.dsl.mybigisp.com [127.34.56.98])
by server.mymailhost.com; Fri, 12 Jul 2002 13:09:38 -0700 (PDT)</span>
Date: Fri, 12 Jul 2002 13:09:38 -0700 (PDT)
From: Hot Summer Deals &lt;faike@aol.com&gt;
To: your@mailaddress.com
Subject: You won the price of 10$Bln!!</pre>
<p>In this you need to check the initial 6 lines which give exact picture of reply address and mail from server. This should mach the last 3 lines. Some time it also dot work; so this is not the 100% best solution for spam mail identification. I hop you can understand the complexity in mail identification.</p>
<p><span style="color: #ff0000;"><strong><span style="color: #000000;">NOTE:-</span> Better solution is stop opening mails from unknown person. Never click any link in mails and also never download attached file which you are not sure about.</strong></span><br />
<h3>Random Posts</h3>
<ul class="related_post">
<li><a href="http://www.jithonline.com/download-apple-safari-311-available-for-both-os-x-and-windows/" title="Download Apple Safari 3.1.1 Available for both OS X and Windows">Download Apple Safari 3.1.1 Available for both OS X and Windows</a></li>
<li><a href="http://www.jithonline.com/via-to-launch-isaiah-core/" title="Via To Launch &#8216;Isaiah&#8217; Core">Via To Launch &#8216;Isaiah&#8217; Core</a></li>
<li><a href="http://www.jithonline.com/android-sdk-available-for-download/" title="Android SDK Available for Download">Android SDK Available for Download</a></li>
<li><a href="http://www.jithonline.com/usage-statistics-in-youtube/" title="Usage Statistics In YouTube">Usage Statistics In YouTube</a></li>
<li><a href="http://www.jithonline.com/new-acers-sff-desktops/" title="New Acer&#8217;s SFF Desktops">New Acer&#8217;s SFF Desktops</a></li>
</ul>

<p><a href="http://feedads.g.doubleclick.net/~a/AnkVgPnbXxqo_TJjZz5tUqy9srk/0/da"><img src="http://feedads.g.doubleclick.net/~a/AnkVgPnbXxqo_TJjZz5tUqy9srk/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/AnkVgPnbXxqo_TJjZz5tUqy9srk/1/da"><img src="http://feedads.g.doubleclick.net/~a/AnkVgPnbXxqo_TJjZz5tUqy9srk/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.jithonline.com/~ff/jithonline?a=RWbykf5JXgw:nZua4xSSVds:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/jithonline?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=RWbykf5JXgw:nZua4xSSVds:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/jithonline?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=RWbykf5JXgw:nZua4xSSVds:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/jithonline?i=RWbykf5JXgw:nZua4xSSVds:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=RWbykf5JXgw:nZua4xSSVds:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/jithonline?i=RWbykf5JXgw:nZua4xSSVds:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=RWbykf5JXgw:nZua4xSSVds:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/jithonline?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=RWbykf5JXgw:nZua4xSSVds:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/jithonline?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/jithonline/~4/RWbykf5JXgw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.jithonline.com/there-is-nothing-witch-can-stop-spam-mails-coming-or-going-out-of-your-mil-address/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.jithonline.com/there-is-nothing-witch-can-stop-spam-mails-coming-or-going-out-of-your-mil-address/</feedburner:origLink></item>
		<item>
		<title>New LG-KF900 PRADA Mobile  Phone and LG-LBA-T950</title>
		<link>http://feeds.jithonline.com/~r/jithonline/~3/7wxsdogXtCE/</link>
		<comments>http://www.jithonline.com/new-lg-kf900-prada-mobile-phone-and-lg-lba-t950/#comments</comments>
		<pubDate>Tue, 25 Nov 2008 19:11:22 +0000</pubDate>
		<dc:creator>jithesh@jithonline.com</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Mobiles]]></category>
		<category><![CDATA[LG]]></category>
		<category><![CDATA[LG KF900]]></category>
		<category><![CDATA[LG LBA T950]]></category>
		<category><![CDATA[New LG-KF900 PRADA Mobile  Phone and LG-LBA-T950]]></category>
		<category><![CDATA[PRADA]]></category>
		<category><![CDATA[PRADA KF900]]></category>
		<category><![CDATA[PRADA LBA T950]]></category>

		<guid isPermaLink="false">http://www.jithonline.com/?p=478</guid>
		<description><![CDATA[
The latest edition of the PRADA Phone LG-KF900 offers a collection of technical upgrades catering to today’s highest mobile needs. In the outer peripherals, new handset preserves the same original minimalist exterior that has now become a key design inspiration of touch screen handsets worldwide. A defining modification for the new handset involves a set [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://jithonline.com/wp-img/PRADA.jpg" border="0" alt="" /><br />
The latest edition of the PRADA Phone LG-KF900 offers a collection of technical upgrades catering to today’s highest mobile needs. In the outer peripherals, new handset preserves the same original minimalist exterior that has now become a key design inspiration of touch screen handsets worldwide. A defining modification for the new handset involves a set of aesthetics keys that slide out to form a more professional look that not only grazes an elevated level of sophistication, but is also a highly efficient communication tool that complements the latest PRADA Phone by LG’s technology.<br />
The latest handset from LG and PRADA partnership is set to hit the stores in Europe by late November this year.<br />
<br />
The handset’s user interface also receives a powerful improvement with<br />
LG’s latest active flash UI technology haptic feedback on touch input enhancing the experience of the phone’s exclusive contents offerings.</p>
<ul>
<li>Dynamic upgrades to the software</li>
</ul>
<ul>
<li> 3G capability</li>
</ul>
<ul>
<li> HSDPA up to 7.2 Mbps</li>
</ul>
<ul>
<li> Advanced 5 mega pixel camera</li>
</ul>
<ul>
<li> Slow motion video recording</li>
</ul>
<ul>
<li> DivX playback.</li>
</ul>
<ul>
<li> Wi-Fi</li>
</ul>
<ul>
<li> HTML browser</li>
</ul>
<ul>
<li> Video calling</li>
</ul>
<p>This time around, LG and PRADA reinvents mobile trend with another stunning offering, the ‘PRADA Link’ LG-LBA-T950. Expected to release with the new handset, this sleek and elegantly packaged digital timepiece is a Bluetooth device that can remotely monitor phone calls as well as read full SMS text messages without having to extract the phone from a bag or pocket. Extending the handset’s luxurious exterior beyond the device itself is a new wearable type accessory; the PRADA Link not only revolutionizes the conventional methods of mobile communication, but adds practicality and convenience to a fashionable statement.<br />
The new PRADA Phone by LG and the PRADA Link will be available with a starting price of 600 Euros and 299 Euros, respectively. The products can be purchased through major mobile dealerships in the UK, France, Germany, Italy, Spain, Netherlands, and other countries in Europe.
<ul class="related_post">
<li><a href="http://www.jithonline.com/lgs-touch-screen-phone-model-kf-700/" title="LG&#8217;s Touch Screen Phone Model KF-700">LG&#8217;s Touch Screen Phone Model KF-700</a></li>
<li><a href="http://www.jithonline.com/lg-t80-touchscreen-pmp-launches-with-dvb-t/" title="LG T80 Touchscreen PMP Launches with DVB-T">LG T80 Touchscreen PMP Launches with DVB-T</a></li>
<li><a href="http://www.jithonline.com/new-kf300-slim-fashion-phone-by-lg/" title="New KF300 Slim Fashion Phone by LG">New KF300 Slim Fashion Phone by LG</a></li>
<li><a href="http://www.jithonline.com/worlds-fastest-blu-ray-writer-6x-max-introdused-by-lg/" title="World&#8217;s Fastest Blu-Ray writer &#8216;6x max&#8217;, Introdused by LG ">World&#8217;s Fastest Blu-Ray writer &#8216;6x max&#8217;, Introdused by LG </a></li>
<li><a href="http://www.jithonline.com/lg-launches-worlds-first-greatest-clarity-100001-monitor/" title="LG launches world&#8217;s first greatest clarity 10,000:1 monitor">LG launches world&#8217;s first greatest clarity 10,000:1 monitor</a></li>
</ul>

<p><a href="http://feedads.g.doubleclick.net/~a/Xxg0VTvRvOnP2bN0LkrvcKis7OI/0/da"><img src="http://feedads.g.doubleclick.net/~a/Xxg0VTvRvOnP2bN0LkrvcKis7OI/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/Xxg0VTvRvOnP2bN0LkrvcKis7OI/1/da"><img src="http://feedads.g.doubleclick.net/~a/Xxg0VTvRvOnP2bN0LkrvcKis7OI/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.jithonline.com/~ff/jithonline?a=7wxsdogXtCE:ZwkLGCe8ssk:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/jithonline?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=7wxsdogXtCE:ZwkLGCe8ssk:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/jithonline?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=7wxsdogXtCE:ZwkLGCe8ssk:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/jithonline?i=7wxsdogXtCE:ZwkLGCe8ssk:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=7wxsdogXtCE:ZwkLGCe8ssk:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/jithonline?i=7wxsdogXtCE:ZwkLGCe8ssk:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=7wxsdogXtCE:ZwkLGCe8ssk:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/jithonline?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=7wxsdogXtCE:ZwkLGCe8ssk:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/jithonline?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/jithonline/~4/7wxsdogXtCE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.jithonline.com/new-lg-kf900-prada-mobile-phone-and-lg-lba-t950/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.jithonline.com/new-lg-kf900-prada-mobile-phone-and-lg-lba-t950/</feedburner:origLink></item>
		<item>
		<title>How to Migrate a Live Virtual Machine Without Interrupting Services!</title>
		<link>http://feeds.jithonline.com/~r/jithonline/~3/RrI2HbXiqYw/</link>
		<comments>http://www.jithonline.com/how-to-migrate-a-live-virtual-machine-without-interrupting-services/#comments</comments>
		<pubDate>Tue, 25 Nov 2008 18:43:10 +0000</pubDate>
		<dc:creator>jithesh@jithonline.com</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[AMD and RedHat]]></category>
		<category><![CDATA[How to Migrate a Virtual Machine Without Interrupting Services]]></category>
		<category><![CDATA[Live Migration of VM]]></category>
		<category><![CDATA[Migrate a Live Virtual Machine Without Interrupting Services]]></category>
		<category><![CDATA[virtualization technology]]></category>

		<guid isPermaLink="false">http://www.jithonline.com/?p=476</guid>
		<description><![CDATA[
Industry interest in live migration has grown as virtualization technology has become more widely adopted. Live Migration of VMs across physical servers is a vital component of data center management that enables IT managers to move VMs as necessary in order to perform tasks such as upgrading or conducting maintenance of a server, balancing the [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://jithonline.com/wp-img/VM-Migration.jpg" border="0" alt="" /><br />
Industry interest in live migration has grown as virtualization technology has become more widely adopted. Live Migration of VMs across physical servers is a vital component of data center management that enables IT managers to move VMs as necessary in order to perform tasks such as upgrading or conducting maintenance of a server, balancing the server load and proactively managing the server availability to avoid downtime or lost data. The demonstration illustrates AMD’s approach to an open and collaborative relationship with its partners to meet customer demands.</p>
<p>Red Hat and AMD were able to achieve this feat through the combination of Red Hat’s innovative, high-performing virtualization technology and the consistent and reliable architecture of the AMD Opteron processor.<br />
<br />
Live migration enables the movement of running virtual machines from one physical server to another without disrupting service to the end user, something that, till now, has only been demonstrated across systems based on one vendor’s platforms. Live migration demonstration moves a live VM from a dual socket Intel Xeon DP Quad Core E5420-based system to a system based on the forthcoming 45nm Quad-Core AMD Opteron processor, utilizing Red Hat’s high-performance open source virtualization software.</p>
<p>See the demonstration<br />
<!-- Smart Youtube --><span class="youtube"><object width="400" height="330"><param name="movie" value="http://www.youtube.com/v/EuhU6jJjpAQ&amp;rel=0&amp;color1=006699&amp;color2=54abd6&amp;border=0&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0" /><param name="allowFullScreen" value="true" /><embed wmode="transparent" src="http://www.youtube.com/v/EuhU6jJjpAQ&amp;rel=0&amp;color1=006699&amp;color2=54abd6&amp;border=0&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0" type="application/x-shockwave-flash" allowfullscreen="true" width="400" height="330" ></embed><param name="wmode" value="transparent" /></object></span><a href="http://www.youtube.com/watch?v=EuhU6jJjpAQ"><img src="http://img.youtube.com/vi/EuhU6jJjpAQ/default.jpg" width="130" height="97" border=0></a><br />
<h3>Random Posts</h3>
<ul class="related_post">
<li><a href="http://www.jithonline.com/vista-sp1-is-it-mean-slow-pack-1/" title="Vista SP1: Is It mean Slow Pack 1?">Vista SP1: Is It mean Slow Pack 1?</a></li>
<li><a href="http://www.jithonline.com/garmin-launches-ne-3g-touchscreen-mobile-and-gps/" title="Garmin launches ne-3G touchscreen mobile and GPS">Garmin launches ne-3G touchscreen mobile and GPS</a></li>
<li><a href="http://www.jithonline.com/xfr-d630-dell%e2%80%99s-first-fully-ruggedized-notebook/" title="XFR D630 Dell’s first fully ruggedized notebook">XFR D630 Dell’s first fully ruggedized notebook</a></li>
<li><a href="http://www.jithonline.com/boses-new-lifestyle-ht-systems/" title="Bose&#8217;s New Lifestyle HT Systems">Bose&#8217;s New Lifestyle HT Systems</a></li>
<li><a href="http://www.jithonline.com/new-yahoos-zimbra-50-suite/" title="New Yahoo&#8217;s Zimbra 5.0 Suite">New Yahoo&#8217;s Zimbra 5.0 Suite</a></li>
</ul>

<p><a href="http://feedads.g.doubleclick.net/~a/IMplbqVTRX9Hog03N-PuqTb7Szk/0/da"><img src="http://feedads.g.doubleclick.net/~a/IMplbqVTRX9Hog03N-PuqTb7Szk/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/IMplbqVTRX9Hog03N-PuqTb7Szk/1/da"><img src="http://feedads.g.doubleclick.net/~a/IMplbqVTRX9Hog03N-PuqTb7Szk/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.jithonline.com/~ff/jithonline?a=RrI2HbXiqYw:6z9lpHyI880:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/jithonline?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=RrI2HbXiqYw:6z9lpHyI880:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/jithonline?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=RrI2HbXiqYw:6z9lpHyI880:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/jithonline?i=RrI2HbXiqYw:6z9lpHyI880:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=RrI2HbXiqYw:6z9lpHyI880:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/jithonline?i=RrI2HbXiqYw:6z9lpHyI880:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=RrI2HbXiqYw:6z9lpHyI880:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/jithonline?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=RrI2HbXiqYw:6z9lpHyI880:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/jithonline?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/jithonline/~4/RrI2HbXiqYw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.jithonline.com/how-to-migrate-a-live-virtual-machine-without-interrupting-services/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<enclosure url="http://www.youtube.com/v/EuhU6jJjpAQ&amp;amp;rel=0&amp;amp;color1=006699&amp;amp;color2=54abd6&amp;amp;border=0&amp;amp;fs=1&amp;amp;hl=en&amp;amp;autoplay=0&amp;amp;showinfo=0&amp;amp;iv_load_policy=3&amp;amp;showsearch=0" length="1141" type="application/x-shockwave-flash" /><media:content url="http://www.youtube.com/v/EuhU6jJjpAQ&amp;amp;rel=0&amp;amp;color1=006699&amp;amp;color2=54abd6&amp;amp;border=0&amp;amp;fs=1&amp;amp;hl=en&amp;amp;autoplay=0&amp;amp;showinfo=0&amp;amp;iv_load_policy=3&amp;amp;showsearch=0" fileSize="1141" type="application/x-shockwave-flash" /><itunes:explicit>no</itunes:explicit><itunes:subtitle> Industry interest in live migration has grown as virtualization technology has become more widely adopted. Live Migration of VMs across physical servers is a vital component of data center management that enables IT managers to move VMs as necessary in o</itunes:subtitle><itunes:summary> Industry interest in live migration has grown as virtualization technology has become more widely adopted. Live Migration of VMs across physical servers is a vital component of data center management that enables IT managers to move VMs as necessary in order to perform tasks such as upgrading or conducting maintenance of a server, balancing the [...]</itunes:summary><itunes:keywords>tech,blog,technology,gadgets,electronics,new,prodects</itunes:keywords><feedburner:origLink>http://www.jithonline.com/how-to-migrate-a-live-virtual-machine-without-interrupting-services/</feedburner:origLink></item>
		<item>
		<title>AMDs New ATI Radeon HD 4800 HD 3000 Series Using DirectX 10.1</title>
		<link>http://feeds.jithonline.com/~r/jithonline/~3/S71EeLVSBOc/</link>
		<comments>http://www.jithonline.com/amds-new-ati-radeon-hd-4800-hd-3000-series-using-directx-101/#comments</comments>
		<pubDate>Tue, 25 Nov 2008 18:20:52 +0000</pubDate>
		<dc:creator>jithesh@jithonline.com</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[AMD]]></category>
		<category><![CDATA[AMDs New ATI Radeon HD 4800 HD 3000 Series Using DirectX 10.1]]></category>
		<category><![CDATA[ATI Radeon HD 3000 series]]></category>
		<category><![CDATA[ATI Radeon HD 4800 series]]></category>
		<category><![CDATA[HD 3000]]></category>
		<category><![CDATA[HD 4800]]></category>

		<guid isPermaLink="false">http://www.jithonline.com/?p=472</guid>
		<description><![CDATA[
ATI Radeon HD 3000 series and the new ATI Radeon HD 4800 series using DirectX 10.1 and AMD’s graphics technology. This will enable Battleforge to look its absolute best.
AMD’s broad support for DirectX 10.1 compliant hardware and pleased to see newest technology brought to market so soon. One of the great advantages of PC gaming [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://jithonline.com/wp-img/amd-ati-radeo4800.jpg" border="0" alt="" /></p>
<p>ATI Radeon HD 3000 series and the new ATI Radeon HD 4800 series using DirectX 10.1 and AMD’s graphics technology. This will enable Battleforge to look its absolute best.</p>
<p>AMD’s broad support for DirectX 10.1 compliant hardware and pleased to see newest technology brought to market so soon. One of the great advantages of PC gaming is the rapid pace at which the experiences evolve and improve. The ATI Radeon HD 3000 series and now the ATI Radeon HD 4800 series hardware delivers on the promise of DirectX 10 gaming with significantly improved visuals and enhanced performance.</p>
<p>With Battleforge, EA is pushing the boundaries of the real-time strategy genre introducing social and community technologies to deliver a whole new online experience. It only makes sense that leverage the latest technology such as DirectX 10.1 supported by the new ATI Radeon HD 4800 series of graphics cards from AMD to deliver an amazing experience for gamers.</p>
<p>ATI Radeon HD 3000 series graphics products and ATI Radeon HD 4800 series graphics products are widely available now at leading e-tailers, retailers and system integrators worldwide.<br />
<br />
AMD recently unveiled a real-time 3D demo called “Ping Pong” to illustrate some of the new graphical techniques made possible by the new features DirectX 10.1 and supported by both the ATI Radeon HD 3000 series and ATI Radeon HD 4000 series of graphics processors. The interactive demo shows off advanced lighting techniques only possible through DirectX 10.1.</p>
<p>DEMO<br />
<!-- Smart Youtube --><span class="youtube"><object width="400" height="330"><param name="movie" value="http://www.youtube.com/v/omq3O22EUx4&amp;rel=0&amp;color1=006699&amp;color2=54abd6&amp;border=0&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0" /><param name="allowFullScreen" value="true" /><embed wmode="transparent" src="http://www.youtube.com/v/omq3O22EUx4&amp;rel=0&amp;color1=006699&amp;color2=54abd6&amp;border=0&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0" type="application/x-shockwave-flash" allowfullscreen="true" width="400" height="330" ></embed><param name="wmode" value="transparent" /></object></span><a href="http://www.youtube.com/watch?v=omq3O22EUx4"><img src="http://img.youtube.com/vi/omq3O22EUx4/default.jpg" width="130" height="97" border=0></a>
<ul class="related_post">
<li><a href="http://www.jithonline.com/next-generation-notebooks-with-amd-turion-x2-ultra-dual-core/" title="Next Generation Notebooks with AMD Turion X2 Ultra Dual-Core">Next Generation Notebooks with AMD Turion X2 Ultra Dual-Core</a></li>
<li><a href="http://www.jithonline.com/intel-with-4-new-desktop-chipsets-amd-with-3-new-quad-core-amd-opteron-1300-series-processors/" title="Intel with 4 new desktop chipsets &#038; AMD with 3 new Quad Core AMD Opteron 1300 Series processors">Intel with 4 new desktop chipsets &#038; AMD with 3 new Quad Core AMD Opteron 1300 Series processors</a></li>
<li><a href="http://www.jithonline.com/amd-ships-triple-core-phenom-x3-processors/" title="AMD Ships Triple Core Phenom X3 Processors">AMD Ships Triple Core Phenom X3 Processors</a></li>
<li><a href="http://www.jithonline.com/amds-ati-catalyst-83-latest-graphics-driver-release/" title="AMD&#8217;s ATI Catalyst 8.3 Latest Graphics Driver Release">AMD&#8217;s ATI Catalyst 8.3 Latest Graphics Driver Release</a></li>
<li><a href="http://www.jithonline.com/amd-launches-first-dual-core-sempron-processors-in-china/" title="AMD launches First dual-core Sempron Processors in China ">AMD launches First dual-core Sempron Processors in China </a></li>
</ul>

<p><a href="http://feedads.g.doubleclick.net/~a/vKVI7yQd7Ey5uZkf4Bnri7DKBGE/0/da"><img src="http://feedads.g.doubleclick.net/~a/vKVI7yQd7Ey5uZkf4Bnri7DKBGE/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/vKVI7yQd7Ey5uZkf4Bnri7DKBGE/1/da"><img src="http://feedads.g.doubleclick.net/~a/vKVI7yQd7Ey5uZkf4Bnri7DKBGE/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.jithonline.com/~ff/jithonline?a=S71EeLVSBOc:2_qR9o7uRM8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/jithonline?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=S71EeLVSBOc:2_qR9o7uRM8:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/jithonline?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=S71EeLVSBOc:2_qR9o7uRM8:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/jithonline?i=S71EeLVSBOc:2_qR9o7uRM8:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=S71EeLVSBOc:2_qR9o7uRM8:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/jithonline?i=S71EeLVSBOc:2_qR9o7uRM8:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=S71EeLVSBOc:2_qR9o7uRM8:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/jithonline?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=S71EeLVSBOc:2_qR9o7uRM8:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/jithonline?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/jithonline/~4/S71EeLVSBOc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.jithonline.com/amds-new-ati-radeon-hd-4800-hd-3000-series-using-directx-101/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<enclosure url="http://www.youtube.com/v/omq3O22EUx4&amp;amp;rel=0&amp;amp;color1=006699&amp;amp;color2=54abd6&amp;amp;border=0&amp;amp;fs=1&amp;amp;hl=en&amp;amp;autoplay=0&amp;amp;showinfo=0&amp;amp;iv_load_policy=3&amp;amp;showsearch=0" length="1115" type="application/x-shockwave-flash" /><media:content url="http://www.youtube.com/v/omq3O22EUx4&amp;amp;rel=0&amp;amp;color1=006699&amp;amp;color2=54abd6&amp;amp;border=0&amp;amp;fs=1&amp;amp;hl=en&amp;amp;autoplay=0&amp;amp;showinfo=0&amp;amp;iv_load_policy=3&amp;amp;showsearch=0" fileSize="1115" type="application/x-shockwave-flash" /><itunes:explicit>no</itunes:explicit><itunes:subtitle> ATI Radeon HD 3000 series and the new ATI Radeon HD 4800 series using DirectX 10.1 and AMD’s graphics technology. This will enable Battleforge to look its absolute best. AMD’s broad support for DirectX 10.1 compliant hardware and pleased to see newest te</itunes:subtitle><itunes:summary> ATI Radeon HD 3000 series and the new ATI Radeon HD 4800 series using DirectX 10.1 and AMD’s graphics technology. This will enable Battleforge to look its absolute best. AMD’s broad support for DirectX 10.1 compliant hardware and pleased to see newest technology brought to market so soon. One of the great advantages of PC gaming [...]</itunes:summary><itunes:keywords>tech,blog,technology,gadgets,electronics,new,prodects</itunes:keywords><feedburner:origLink>http://www.jithonline.com/amds-new-ati-radeon-hd-4800-hd-3000-series-using-directx-101/</feedburner:origLink></item>
		<item>
		<title>Ubuntu 7.04 Support Period is now Nearing its End of life by Oct 19-2008</title>
		<link>http://feeds.jithonline.com/~r/jithonline/~3/kassSHf0c2U/</link>
		<comments>http://www.jithonline.com/ubuntu-704-support-period-is-now-nearing-its-end-of-life-by-oct-19-2008/#comments</comments>
		<pubDate>Fri, 17 Oct 2008 04:38:16 +0000</pubDate>
		<dc:creator>jithesh@jithonline.com</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[End of Ubuntu 7.04]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ubuntu 7.04]]></category>
		<category><![CDATA[Ubuntu 7.04 Support Seriod is now Nearing its End of life by Oct 19-2008]]></category>
		<category><![CDATA[Ubuntu End of life by Oct 19-2008]]></category>

		<guid isPermaLink="false">http://www.jithonline.com/?p=467</guid>
		<description><![CDATA[
Since its launch in October 2004 Ubuntu has become one of the most highly regarded Linux distributions with millions of users in homes, schools, businesses and governments around the world. Ubuntu is Open Source software, costs nothing to download.
Ubuntu says the release of 7.04 almost 18 months old, that is on April 19, 2007. As [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter" title="End-ubuntu7-04" src="http://www.jithonline.com/wp-img/End-ubuntu7-04.jpg" alt="" width="320" height="256" /></p>
<p>Since its launch in October 2004 Ubuntu has become one of the most highly regarded Linux distributions with millions of users in homes, schools, businesses and governments around the world. Ubuntu is Open Source software, costs nothing to download.</p>
<p>Ubuntu says the release of 7.04 almost 18 months old, that is on April 19, 2007. As with the earlier releases, Ubuntu committed to ongoing security and critical fixes for a period of 18 months. The support period is now nearing its end and Ubuntu 7.04 will reach end of life on Sunday, October 19th, 2008. At that time, Ubuntu Security Notices will no longer include information or updated packages for Ubuntu 7.04.</p>
<p>The supported upgrade path from Ubuntu 7.04 is via Ubuntu 7.10. Instructions and caveats for the upgrade may be found <strong><a href="https://help.ubuntu.com/community/GutsyUpgrades" target="_blank">here…</a></strong></p>
<p><br />
Note that upgrades to version 8.04 LTS and beyond are only supported in multiple steps, via an upgrade first to 7.10, then to 8.04 LTS. Both Ubuntu 7.10 and Ubuntu 8.04 LTS continue to be actively supported with security updates and select high-impact bug fixes.
<ul class="related_post">
<li><a href="http://www.jithonline.com/how-to-install-software-in-linux-like-windows/" title="How to Install Software In Linux like Windows">How to Install Software In Linux like Windows</a></li>
<li><a href="http://www.jithonline.com/introducing-new-ubuntu-mobile/" title="Introducing New Ubuntu Mobile">Introducing New Ubuntu Mobile</a></li>
<li><a href="http://www.jithonline.com/ubuntu-linux-v-804-avail-on-april-24/" title="Ubuntu Linux V-8.04 Avail on April 24">Ubuntu Linux V-8.04 Avail on April 24</a></li>
<li><a href="http://www.jithonline.com/highly-demanded-os-red-hat-ubuntu-win-linux/" title="Highly demanded OS! Red Hat, Ubuntu Win Linux">Highly demanded OS! Red Hat, Ubuntu Win Linux</a></li>
<li><a href="http://www.jithonline.com/install-kde-4-on-windows/" title="Install KDE 4 on Windows">Install KDE 4 on Windows</a></li>
</ul>

<p><a href="http://feedads.g.doubleclick.net/~a/MuNT-uVmMbSrSGGOS1z1rDeu80o/0/da"><img src="http://feedads.g.doubleclick.net/~a/MuNT-uVmMbSrSGGOS1z1rDeu80o/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/MuNT-uVmMbSrSGGOS1z1rDeu80o/1/da"><img src="http://feedads.g.doubleclick.net/~a/MuNT-uVmMbSrSGGOS1z1rDeu80o/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.jithonline.com/~ff/jithonline?a=kassSHf0c2U:ic2pOVksJYo:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/jithonline?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=kassSHf0c2U:ic2pOVksJYo:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/jithonline?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=kassSHf0c2U:ic2pOVksJYo:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/jithonline?i=kassSHf0c2U:ic2pOVksJYo:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=kassSHf0c2U:ic2pOVksJYo:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/jithonline?i=kassSHf0c2U:ic2pOVksJYo:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=kassSHf0c2U:ic2pOVksJYo:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/jithonline?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=kassSHf0c2U:ic2pOVksJYo:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/jithonline?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/jithonline/~4/kassSHf0c2U" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.jithonline.com/ubuntu-704-support-period-is-now-nearing-its-end-of-life-by-oct-19-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.jithonline.com/ubuntu-704-support-period-is-now-nearing-its-end-of-life-by-oct-19-2008/</feedburner:origLink></item>
		<item>
		<title>The New mind Blowing and Compact 13-inch MacBook</title>
		<link>http://feeds.jithonline.com/~r/jithonline/~3/BPPT9JIULIw/</link>
		<comments>http://www.jithonline.com/the-new-mind-blowing-and-compact-13-inch-macbook/#comments</comments>
		<pubDate>Thu, 16 Oct 2008 17:08:01 +0000</pubDate>
		<dc:creator>jithesh@jithonline.com</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[13-inch MacBook]]></category>
		<category><![CDATA[13-inch MacBook  2.0GHz]]></category>
		<category><![CDATA[13-inch MacBook  2.4GHz]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Apple 13-inch MacBook]]></category>
		<category><![CDATA[Apple MacBook]]></category>
		<category><![CDATA[Apple small MacBook]]></category>
		<category><![CDATA[The New mind Blowing and Compact 13-inch MacBook]]></category>

		<guid isPermaLink="false">http://www.jithonline.com/?p=462</guid>
		<description><![CDATA[Apple Introduced a new look for MacBooks. It looks pretty mind blowing and compact 13 inch laptop. There are lots of features and benefits in this new product; following are the details of the New 13-inch MacBook.



Precision aluminum unibody enclosure

Slid piece of aluminum comes a MacBook that’s thin and light, beautifully streamlined, and durable.


Ultrathin 13.3-inch [...]]]></description>
			<content:encoded><![CDATA[<p>Apple Introduced a new look for MacBooks. It looks pretty mind blowing and compact 13 inch laptop. There are lots of features and benefits in this new product; following are the details of the New 13-inch MacBook.<br />
<img class="aligncenter" title="13-inch-MacBook" src="http://jithonline.com/wp-img/13-inch-MacBook.jpg" alt="" width="350" height="181" align="center" /><br />
</p>
<ul>
<li>Precision aluminum unibody enclosure</li>
</ul>
<p>Slid piece of aluminum comes a MacBook that’s thin and light, beautifully streamlined, and durable.<br />
</p>
<ul>
<li>Ultrathin 13.3-inch LED-backlit display.</li>
</ul>
<p>Seamless glass and instant full screen brightness make everything you see flat-out spectacular. Including the display itself.</p>
<ul>
<li>Up to 5x faster NVIDIA graphics performance.</li>
</ul>
<p>Advanced NVIDIA integrated graphics provide more responsive gameplay and more realistic 3D environments.</p>
<ul>
<li>All-new, smooth glass Multi-Touch trackpad.</li>
</ul>
<p>Te entire glass trackpad is also the button, so it’s clickable everywhere.</p>
<p><strong>New 13-inch MacBook  2.0GHz:</strong></p>
<p>Intel Core 2 Duo<br />
2GB DDR3 Memory<br />
160GB hard drive<br />
NVIDIA GeForce 9400M graphics<br />
Price:- $1,299.00</p>
<p><strong>New 13-inch MacBook  2.4GHz</strong></p>
<p>Intel Core 2 Duo<br />
2GB DDR3 Memory<br />
250GB hard drive<br />
NVIDIA GeForce 9400M graphics<br />
Price $1,599.00</p>
<p>To purchase the MacBook <a href="http://store.apple.com/us/browse/home/shop_mac/family/macbook" target="_blank">click here…</a>
<ul class="related_post">
<li><a href="http://www.jithonline.com/snow-leopard-new-64-bit-mac-os-x-with-microsoft-exchange-2007/" title="Snow Leopard New 64-bit Mac OS X with Microsoft Exchange 2007">Snow Leopard New 64-bit Mac OS X with Microsoft Exchange 2007</a></li>
<li><a href="http://www.jithonline.com/at-last-iphone-3g-with-an-awesome-price-tag-for-199-features/" title="At last iPhone 3G with an Awesome Price tag for $199 &#038; Features">At last iPhone 3G with an Awesome Price tag for $199 &#038; Features</a></li>
<li><a href="http://www.jithonline.com/apple-is-not-the-first-to-consider-solar-power-for-mobile-devices/" title="Apple is not the first to consider solar power For Mobile Devices">Apple is not the first to consider solar power For Mobile Devices</a></li>
<li><a href="http://www.jithonline.com/itrip-autopilot-newest-accessory-for-ipod-and-iphon/" title="iTrip AutoPilot newest accessory for iPod and iPhon">iTrip AutoPilot newest accessory for iPod and iPhon</a></li>
<li><a href="http://www.jithonline.com/apple-updated-its-3g-ipod-nano-software-with-112-update/" title="Apple updated its 3G iPod nano software with 1.1.2 update.">Apple updated its 3G iPod nano software with 1.1.2 update.</a></li>
</ul>

<p><a href="http://feedads.g.doubleclick.net/~a/P4ZtrIHkR--cUEC_MpBJMqzYBVs/0/da"><img src="http://feedads.g.doubleclick.net/~a/P4ZtrIHkR--cUEC_MpBJMqzYBVs/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/P4ZtrIHkR--cUEC_MpBJMqzYBVs/1/da"><img src="http://feedads.g.doubleclick.net/~a/P4ZtrIHkR--cUEC_MpBJMqzYBVs/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.jithonline.com/~ff/jithonline?a=BPPT9JIULIw:76usnbRp7qY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/jithonline?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=BPPT9JIULIw:76usnbRp7qY:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/jithonline?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=BPPT9JIULIw:76usnbRp7qY:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/jithonline?i=BPPT9JIULIw:76usnbRp7qY:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=BPPT9JIULIw:76usnbRp7qY:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/jithonline?i=BPPT9JIULIw:76usnbRp7qY:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=BPPT9JIULIw:76usnbRp7qY:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/jithonline?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=BPPT9JIULIw:76usnbRp7qY:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/jithonline?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/jithonline/~4/BPPT9JIULIw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.jithonline.com/the-new-mind-blowing-and-compact-13-inch-macbook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.jithonline.com/the-new-mind-blowing-and-compact-13-inch-macbook/</feedburner:origLink></item>
		<item>
		<title>Easy Steps to set up NFS in your Computer or Server Network</title>
		<link>http://feeds.jithonline.com/~r/jithonline/~3/SR1xpNQvzb4/</link>
		<comments>http://www.jithonline.com/easy-steps-to-set-up-nfs-in-your-computer-or-server-network/#comments</comments>
		<pubDate>Mon, 13 Oct 2008 13:07:44 +0000</pubDate>
		<dc:creator>jithesh@jithonline.com</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Easy Steps to set up NFS]]></category>
		<category><![CDATA[Easy Steps to set up NFS in your Computer or Server Network]]></category>
		<category><![CDATA[Network File System]]></category>
		<category><![CDATA[NFS]]></category>
		<category><![CDATA[samba]]></category>

		<guid isPermaLink="false">http://www.jithonline.com/?p=459</guid>
		<description><![CDATA[
Network File System [NFS] is a very effective way of sharing files and data across your Unix/Linux network. NFS offers a neat functionality that fits perfectly into the Unix/Linux filesystem. Simply mount a directory off another machine on your network and read from or write to it; even run applications from it, that’s completely transparent!
Following [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter" title="NFS" src="http://jithonline.com/wp-img/nfs.JPG" alt="" width="358" height="181" /></p>
<p>Network File System [NFS] is a very effective way of sharing files and data across your Unix/Linux network. NFS offers a neat functionality that fits perfectly into the Unix/Linux filesystem. Simply mount a directory off another machine on your network and read from or write to it; even run applications from it, that’s completely transparent!</p>
<p>Following are the steps to achieve NFS facility in your network.</p>
<p>You need to set up two kinds of services of NFS that is NFS Server at file sharing server and NFS Clint at Clint or user side servers.<br />
<br />
<strong>Setting Up an NFS Server:</strong></p>
<p>-Install NFS-Server application in servers which ever you want to share. Using following commands.</p>
<p><em>apt-get install nfs-kernel-server</em><br />
or<br />
<em>yum install nfslock portmap nfs</em></p>
<p>-Place an entry in /etc/exports</p>
<p><em>/usr/local   192.168.0.1(ro) 192.168.0.2(ro)<br />
/home      192.168.0.0/255.255.255.0(rw)</em></p>
<p>Here we are sharing &#8216;/usr/local&#8217; with read-only and &#8216;/home&#8217; with write permission. We can also specify network mask for allowing a group of network computers  or each IP as shown above to allow specified IP to access this folders.</p>
<p>-If you come back and change your /etc/exports file, the changes you make may not take effect immediately. You should run the command &#8216;exportfs –ra&#8217; to force<br />
nfsd to re-read the /etc/exports file.</p>
<p>-You may need to set /etc/hosts.allow and /etc/hosts.deny<br />
These two files specify which computers on the network can use services on your machine. Each line of the file contains a single entry listing a service and a set of machines. When the server gets a request from a machine, Its not compulsory if your are not using it.</p>
<p>-The NFS server is configured and we can start it running.</p>
<p><em>/etc/init.d/nfs-kernel-server stop<br />
/etc/init.d/nfs-kernel-server start</em></p>
<p>Now we have setup NFS Server to share or get the shared NFS files. We need to set up following steps in Clint servers or PC</p>
<p><strong>Setting up an NFS Client:</strong></p>
<p>-Install NFS-Clint application in servers. Using following commands for this.</p>
<p><em>apt-get install nfs-common</em><br />
or<br />
<em>yum install nfslock portmap nfs</em></p>
<p>-Mount the remote directory from your server just the way you mount a local hard drive, with the mount command.</p>
<p><em>mount 192.168.0.10:/home /mnt/home</em></p>
<p>Make sure you have created &#8216;/mnt/home&#8217; directory before mounting it.</p>
<p>-To un-mount you need to run following command</p>
<p><em>umount /mnt/home</em></p>
<p>-NFS file systems can be added to your /etc/fstab file, same way as local file systems, so that nfs mounts when your system starts up. For this you need to enter following entry in fstab.</p>
<p><em>192.168.0.10:/home  /mnt/home    nfs          rw            0    0</em></p>
<p>These are the simple steps to set up NFS mount; there are lots of options and steps and configurations to set NFS in little more effective manner, also can set fstab and export file configurations for more flexible NFS functionality.
<ul class="related_post">
<li><a href="http://www.jithonline.com/linux-file-sharing-in-windows-normal-file-sharing/" title="Linux File Sharing in Windows as normal File Sharing">Linux File Sharing in Windows as normal File Sharing</a></li>
</ul>

<p><a href="http://feedads.g.doubleclick.net/~a/UOGlokgLo5J20EbFo5-__yGOWu4/0/da"><img src="http://feedads.g.doubleclick.net/~a/UOGlokgLo5J20EbFo5-__yGOWu4/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/UOGlokgLo5J20EbFo5-__yGOWu4/1/da"><img src="http://feedads.g.doubleclick.net/~a/UOGlokgLo5J20EbFo5-__yGOWu4/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.jithonline.com/~ff/jithonline?a=SR1xpNQvzb4:tPw6GydLWPA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/jithonline?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=SR1xpNQvzb4:tPw6GydLWPA:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/jithonline?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=SR1xpNQvzb4:tPw6GydLWPA:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/jithonline?i=SR1xpNQvzb4:tPw6GydLWPA:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=SR1xpNQvzb4:tPw6GydLWPA:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/jithonline?i=SR1xpNQvzb4:tPw6GydLWPA:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=SR1xpNQvzb4:tPw6GydLWPA:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/jithonline?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=SR1xpNQvzb4:tPw6GydLWPA:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/jithonline?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/jithonline/~4/SR1xpNQvzb4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.jithonline.com/easy-steps-to-set-up-nfs-in-your-computer-or-server-network/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.jithonline.com/easy-steps-to-set-up-nfs-in-your-computer-or-server-network/</feedburner:origLink></item>
		<item>
		<title>Linux File Sharing in Windows as normal File Sharing</title>
		<link>http://feeds.jithonline.com/~r/jithonline/~3/5TkwaBPHqjw/</link>
		<comments>http://www.jithonline.com/linux-file-sharing-in-windows-normal-file-sharing/#comments</comments>
		<pubDate>Mon, 29 Sep 2008 20:03:32 +0000</pubDate>
		<dc:creator>jithesh@jithonline.com</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Linux file sharing]]></category>
		<category><![CDATA[Linux file sharing in Windows with SAMBA]]></category>
		<category><![CDATA[Linux File Sharing Like Windows File Sharing]]></category>
		<category><![CDATA[samba]]></category>
		<category><![CDATA[Unix file sharing]]></category>

		<guid isPermaLink="false">http://www.jithonline.com/?p=455</guid>
		<description><![CDATA[
Yes that&#8217;s true you can share files of Linux and windows machines like normal windows file sharing.
By Running SAMBA on a Linux machine you can achieve this.
Following are the simple steps to set this.
Install Samba using &#8216;apt-get&#8217; or &#8216;yum&#8217;, like running following command in Linux box or servers.
&#8216;apt-get install samba&#8216;
or
&#8216;yum install samba&#8216;
So installation is done. [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter" title="Samba Linux" src="http://jithonline.com/wp-img/samba.jpg" alt="" width="293" height="131" /></p>
<p>Yes that&#8217;s true you can share files of Linux and windows machines like normal windows file sharing.<br />
By Running SAMBA on a Linux machine you can achieve this.<br />
Following are the simple steps to set this.</p>
<p>Install Samba using &#8216;apt-get&#8217; or &#8216;yum&#8217;, like running following command in Linux box or servers.</p>
<p>&#8216;<em>apt-get install samba</em>&#8216;<br />
or<br />
&#8216;<em>yum install samba</em>&#8216;</p>
<p>So installation is done. Okay now you need to set up a folder to sharing, user name and password by editing &#8216;<em>/etc/samba/smb.conf</em>&#8216; file.<br />
</p>
<ul>
<li><strong>Setting network</strong></li>
</ul>
<p><em>interfaces = 192.168.0.1/24 127.0.0.1/24<br />
bind interfaces only = Yes</em></p>
<p>By setting this SAMBA will run only on the internal interface.</p>
<ul>
<li><strong>Setting Password</strong></li>
</ul>
<p>File access permissions for the shares to work, you have to set up the SAMBA username/password by running smbpasswd on the linux box.</p>
<p><em>smbpasswd &lt;your linux username&gt;</em></p>
<p>You should use username/password created above in Windows machine to file sharing.</p>
<ul>
<li><strong>Setting up shared folders</strong></li>
</ul>
<p><em>[myfile]<br />
comment = My shared files and folders<br />
path = /home/jithonline<br />
read only = no</em></p>
<p>Then, on the windows machine access it as \\10.0.3.10\ where 10.0.3.10 is the IP address of the linux machine use the password you set using smbpasswd to login.</p>
<p><strong>If you want to share CD/DVD drive</strong></p>
<p><em>[dvd]<br />
comment = dvd drive on Linux Box<br />
writable = No<br />
locking = No<br />
path = /mnt/cdrom2</em></p>
<p>Now restart the samba using</p>
<p><em>/etc/init.d/samba stop<br />
/etc/init.d/samba start</em></p>
<p>That&#8217;s it, all about Linux file sharing in Windows with SAMBA.
<ul class="related_post">
<li><a href="http://www.jithonline.com/easy-steps-to-set-up-nfs-in-your-computer-or-server-network/" title="Easy Steps to set up NFS in your Computer or Server Network">Easy Steps to set up NFS in your Computer or Server Network</a></li>
</ul>

<p><a href="http://feedads.g.doubleclick.net/~a/vvmfW8-VJxUqoDnVzBvv7HfLvI0/0/da"><img src="http://feedads.g.doubleclick.net/~a/vvmfW8-VJxUqoDnVzBvv7HfLvI0/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/vvmfW8-VJxUqoDnVzBvv7HfLvI0/1/da"><img src="http://feedads.g.doubleclick.net/~a/vvmfW8-VJxUqoDnVzBvv7HfLvI0/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.jithonline.com/~ff/jithonline?a=5TkwaBPHqjw:WWiYVjifUz4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/jithonline?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=5TkwaBPHqjw:WWiYVjifUz4:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/jithonline?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=5TkwaBPHqjw:WWiYVjifUz4:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/jithonline?i=5TkwaBPHqjw:WWiYVjifUz4:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=5TkwaBPHqjw:WWiYVjifUz4:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/jithonline?i=5TkwaBPHqjw:WWiYVjifUz4:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=5TkwaBPHqjw:WWiYVjifUz4:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/jithonline?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=5TkwaBPHqjw:WWiYVjifUz4:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/jithonline?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/jithonline/~4/5TkwaBPHqjw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.jithonline.com/linux-file-sharing-in-windows-normal-file-sharing/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.jithonline.com/linux-file-sharing-in-windows-normal-file-sharing/</feedburner:origLink></item>
		<item>
		<title>Google with Cool Form Feature in Docs</title>
		<link>http://feeds.jithonline.com/~r/jithonline/~3/TodNiwKKxPo/</link>
		<comments>http://www.jithonline.com/google-with-cool-form-feature-in-docs/#comments</comments>
		<pubDate>Sun, 07 Sep 2008 07:21:03 +0000</pubDate>
		<dc:creator>jithesh@jithonline.com</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Google App Form]]></category>
		<category><![CDATA[Google Docs]]></category>
		<category><![CDATA[Google Docs Form]]></category>
		<category><![CDATA[Google Form]]></category>
		<category><![CDATA[Google with Cool Form Feature in Docs]]></category>

		<guid isPermaLink="false">http://www.jithonline.com/?p=449</guid>
		<description><![CDATA[
Google Docs is actually an online word processor that&#8217;s completely free to use and comes with a couple of very nifty ideas. If you&#8217;ve not tried it yet then you&#8217;ve certainly got nothing to lose by doing so: the only requirement is that you sign up for a Google account.
Google Docs offers a solid array [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="Chart" src="http://jithonline.com/wp-img/Chart.jpg" alt="" width="387" height="227" /></p>
<p><a href="https://www.google.com/accounts/ServiceLogin?service=writely&amp;passive=true&amp;nui=1&amp;continue=http%3A%2F%2Fdocs.google.com%2F&amp;followup=http%3A%2F%2Fdocs.google.com%2F&amp;ltmpl=homepage&amp;rm=false" target="_blank">Google Docs</a> is actually an online word processor that&#8217;s completely free to use and comes with a couple of very nifty ideas. If you&#8217;ve not tried it yet then you&#8217;ve certainly got nothing to lose by doing so: the only requirement is that you sign up for a Google account.</p>
<p>Google Docs offers a solid array of features. The standard stuff is all here: auto-saving, spell checking and word count, the latter of which offers a readability assessment for your document, so you can see how clearly you write.</p>
<p>Where Google Docs really shines is with its sharing facilities. When working with a document, you can click the share tab and specify other people as collaborators or viewers. Viewers can merely look at the document, but a collaborator can edit it fully, so if you&#8217;re working with a co-writer on a project (or several) you can all utilize the same master document.</p>
<p><!-- Smart Youtube --><span class="youtube"><object width="400" height="330"><param name="movie" value="http://www.youtube.com/v/eRqUE6IHTEA&amp;rel=0&amp;color1=006699&amp;color2=54abd6&amp;border=0&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0" /><param name="allowFullScreen" value="true" /><embed wmode="transparent" src="http://www.youtube.com/v/eRqUE6IHTEA&amp;rel=0&amp;color1=006699&amp;color2=54abd6&amp;border=0&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0" type="application/x-shockwave-flash" allowfullscreen="true" width="400" height="330" ></embed><param name="wmode" value="transparent" /></object></span><a href="http://www.youtube.com/watch?v=eRqUE6IHTEA"><img src="http://img.youtube.com/vi/eRqUE6IHTEA/default.jpg" width="130" height="97" border=0></a></p>
<p>There are lots of tools in Docs like spread sheet, Power Point and also Form facility that’s also absolute free.</p>
<p>Following are the steps to create a form and publish it on your site for getting reweave on your site or any thing you want. You can also see the summary of the poll or reweave of your form any time by logging in to docs.</p>
<ul>
<li>Go to New &gt; Form</li>
<li>Fill the Form as you want to display.</li>
</ul>
<ul>
<li>Submit that by clicking on Done button</li>
<li>Save the Form</li>
</ul>
<ul>
<li> Go to the More Action at top corner</li>
<li>There you can get the embedding code for your web site also you can edit the massage appears after the submission of poll or reweave by going to edit configuration.</li>
</ul>
<ul>
<li>You can view the published form by clicking on the hipper link which is show at the bottom of the page. You can share the URL to any one to participate in poll or reweave. <a href="http://spreadsheets.google.com/embeddedform?key=pP03WDfRxkHNma2xxbW40VA" target="_blank">Here is my Form.</a></li>
</ul>
<p><br />
<strong>Creating a form from a spreadsheet:</strong></p>
<ul>
<li>Click on the Form tab and click on Create a form.</li>
</ul>
<ul>
<li> In the form template that opens, you can add any questions and options you&#8217;d like.</li>
</ul>
<ul>
<li>Click Email this from once you&#8217;ve finished adding your questions.</li>
</ul>
<ul>
<li> Add email addresses for your desired recipients.</li>
</ul>
<ul>
<li> Click Send.</li>
</ul>
<p><img class="alignnone" title="creat" src="http://jithonline.com/wp-img/creat.jpg" alt="" width="263" height="269" /> <img class="alignnone" title="vote" src="http://jithonline.com/wp-img/vote.jpg" alt="" width="149" height="248" /></p>
<p>
<h3>Random Posts</h3>
<ul class="related_post">
<li><a href="http://www.jithonline.com/many-laptops-are-lighter-than-macbook-air/" title="Many laptops are lighter than MacBook Air">Many laptops are lighter than MacBook Air</a></li>
<li><a href="http://www.jithonline.com/microsoft-live-mesh-launch-on-april-24/" title="Microsoft Live Mesh Launch on April 24">Microsoft Live Mesh Launch on April 24</a></li>
<li><a href="http://www.jithonline.com/motorola-unveils-3-new-phones/" title="Motorola Unveils 3 New Phones">Motorola Unveils 3 New Phones</a></li>
<li><a href="http://www.jithonline.com/windows-vista-sp1-rc-refresh-2-600118000-released-include-wu-install-registry-code/" title="Windows Vista SP1 RC Refresh 2 6001.18000 Released -- Include WU Install Registry Code">Windows Vista SP1 RC Refresh 2 6001.18000 Released -- Include WU Install Registry Code</a></li>
<li><a href="http://www.jithonline.com/morph-a-cool-nanotech-mobile-by-nokia/" title="&#8220;Morph&#8221; A Cool Nanotech Mobile By Nokia">&#8220;Morph&#8221; A Cool Nanotech Mobile By Nokia</a></li>
</ul>

<p><a href="http://feedads.g.doubleclick.net/~a/YWfzWxw1bLJQu0hV-RcfQXAlwwI/0/da"><img src="http://feedads.g.doubleclick.net/~a/YWfzWxw1bLJQu0hV-RcfQXAlwwI/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/YWfzWxw1bLJQu0hV-RcfQXAlwwI/1/da"><img src="http://feedads.g.doubleclick.net/~a/YWfzWxw1bLJQu0hV-RcfQXAlwwI/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.jithonline.com/~ff/jithonline?a=TodNiwKKxPo:NTmesKYmtrA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/jithonline?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=TodNiwKKxPo:NTmesKYmtrA:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/jithonline?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=TodNiwKKxPo:NTmesKYmtrA:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/jithonline?i=TodNiwKKxPo:NTmesKYmtrA:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=TodNiwKKxPo:NTmesKYmtrA:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/jithonline?i=TodNiwKKxPo:NTmesKYmtrA:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=TodNiwKKxPo:NTmesKYmtrA:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/jithonline?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=TodNiwKKxPo:NTmesKYmtrA:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/jithonline?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/jithonline/~4/TodNiwKKxPo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.jithonline.com/google-with-cool-form-feature-in-docs/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<enclosure url="http://www.youtube.com/v/eRqUE6IHTEA&amp;amp;rel=0&amp;amp;color1=006699&amp;amp;color2=54abd6&amp;amp;border=0&amp;amp;fs=1&amp;amp;hl=en&amp;amp;autoplay=0&amp;amp;showinfo=0&amp;amp;iv_load_policy=3&amp;amp;showsearch=0" length="1104" type="application/x-shockwave-flash" /><media:content url="http://www.youtube.com/v/eRqUE6IHTEA&amp;amp;rel=0&amp;amp;color1=006699&amp;amp;color2=54abd6&amp;amp;border=0&amp;amp;fs=1&amp;amp;hl=en&amp;amp;autoplay=0&amp;amp;showinfo=0&amp;amp;iv_load_policy=3&amp;amp;showsearch=0" fileSize="1104" type="application/x-shockwave-flash" /><itunes:explicit>no</itunes:explicit><itunes:subtitle> Google Docs is actually an online word processor that&amp;#8217;s completely free to use and comes with a couple of very nifty ideas. If you&amp;#8217;ve not tried it yet then you&amp;#8217;ve certainly got nothing to lose by doing so: the only requirement is that y</itunes:subtitle><itunes:summary> Google Docs is actually an online word processor that&amp;#8217;s completely free to use and comes with a couple of very nifty ideas. If you&amp;#8217;ve not tried it yet then you&amp;#8217;ve certainly got nothing to lose by doing so: the only requirement is that you sign up for a Google account. Google Docs offers a solid array [...]</itunes:summary><itunes:keywords>tech,blog,technology,gadgets,electronics,new,prodects</itunes:keywords><feedburner:origLink>http://www.jithonline.com/google-with-cool-form-feature-in-docs/</feedburner:origLink></item>
		<item>
		<title>Worldwidetelescope.org Microsoft WorldWide Telescope a copy of google sky</title>
		<link>http://feeds.jithonline.com/~r/jithonline/~3/ss64ZrGDpIM/</link>
		<comments>http://www.jithonline.com/worldwidetelescopeorg-microsoft-worldwide-telescope-a-copy-of-google-sky/#comments</comments>
		<pubDate>Thu, 28 Aug 2008 03:08:16 +0000</pubDate>
		<dc:creator>jithesh@jithonline.com</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Google Sky]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[WorldWide Telescope]]></category>
		<category><![CDATA[Worldwidetelescope.org]]></category>
		<category><![CDATA[Worldwidetelescope.org Microsoft WorldWide Telescope a copy of google sky]]></category>

		<guid isPermaLink="false">http://www.jithonline.com/?p=351</guid>
		<description><![CDATA[
Microsofts  WorldWide Telescope, a free tool that stitches together images from some of the best ground- and space-based telescopes. Microsoft says the &#8220;final frontier got a bit closer&#8221; as the software giant officially launches the public beta of its WorldWide Telescope, which is now available at http://www.worldwidetelescope.org.
Very similar to Google Sky, WorldWide Telescope is a [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" style="margin: 5px; float: left;" src="http://jithonline.com/wp-img/telescope.jpg" alt="" width="247" height="300" /><br />
Microsofts  WorldWide Telescope, a free tool that stitches together images from some of the best ground- and space-based telescopes. Microsoft says the &#8220;final frontier got a bit closer&#8221; as the software giant officially launches the public beta of its WorldWide Telescope, which is now available at <a href="http://www.worldwidetelescope.org" target="_blank">http://www.worldwidetelescope.org</a>.</p>
<p>Very similar to Google Sky, WorldWide Telescope is a web app that brings together imagery from ground- and space-based observatories across the world to allow people to explore the night sky through their computers.</p>
<p>Collections include pictures from the Hubble and Spitzer telescopes, as well as the Chandra X-Ray Observatory.</p>
<p>The web-based tool also allows users to pan and zoom around the planets, and trace their locations in the night sky.</p>
<p>The application itself is a blend of software and Web 2.0 services created with the Microsoft Visual Experience Engine, which claims to allow &#8220;seamless panning and zooming around the heavens with rich image environments&#8221;.<br />
<br />
WorldWide Telescope stitches together terabytes of high-resolution images of celestial bodies and displays them in a way that relates to their actual position in the sky.</p>
<p>WorldWide Telescope Software minimum system requirements</p>
<p>* Microsoft XP SP2 (minimum), Windows Vista<br />
* 1 gigabyte (GB) of RAM; 2 GB RAM recommended<br />
* 3D accelerated card with 128 megabytes (MB) RAM; discrete graphics card with dedicated 256-MB VRAM recommended for higher performance<br />
* 1 GB of available hard disk space; 10 GB recommended for off-line features and higher performance browsing<br />
* XGA (1024 x 768) or higher resolution monitor<br />
* Microsoft Mouse or compatible pointing and scrolling device<br />
* Microsoft DirectX version 9.0c and .NET Framework 2.0<br />
* Required for some features; Internet connection at 56 Kbps or higher</p>
<p>worldwidetelescope.org Microsoft WorldWide Telescope a copy of google sky but still compare to Google sky worldwidetelescope is Mind blowing.</p>
<p><!-- Smart Youtube --><span class="youtube"><object width="400" height="330"><param name="movie" value="http://www.youtube.com/v/CDNf5aLu_WU&amp;rel=0&amp;color1=006699&amp;color2=54abd6&amp;border=0&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0" /><param name="allowFullScreen" value="true" /><embed wmode="transparent" src="http://www.youtube.com/v/CDNf5aLu_WU&amp;rel=0&amp;color1=006699&amp;color2=54abd6&amp;border=0&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0" type="application/x-shockwave-flash" allowfullscreen="true" width="400" height="330" ></embed><param name="wmode" value="transparent" /></object></span><a href="http://www.youtube.com/watch?v=CDNf5aLu_WU"><img src="http://img.youtube.com/vi/CDNf5aLu_WU/default.jpg" width="130" height="97" border=0></a>
<ul class="related_post">
<li><a href="http://www.jithonline.com/best-tips-to-protect-your-web-sites-from-hackers-and-malicious-contents/" title="Best Tips to Protect your Web Sites from Hackers and Malicious contents">Best Tips to Protect your Web Sites from Hackers and Malicious contents</a></li>
<li><a href="http://www.jithonline.com/microsoft-adding-multi-touch-interface-to-windows-7/" title="Microsoft adding multi touch Interface to Windows 7">Microsoft adding multi touch Interface to Windows 7</a></li>
<li><a href="http://www.jithonline.com/touch-wall-microsofts-new-cheap-touchscreens/" title="Touch Wall-Microsofts New Cheap Touchscreens">Touch Wall-Microsofts New Cheap Touchscreens</a></li>
<li><a href="http://www.jithonline.com/microsoft-releases-new-version-of-expression-studio-tools/" title="Microsoft Releases New Version of Expression Studio Tools">Microsoft Releases New Version of Expression Studio Tools</a></li>
<li><a href="http://www.jithonline.com/microsoft-live-mesh-launch-on-april-24/" title="Microsoft Live Mesh Launch on April 24">Microsoft Live Mesh Launch on April 24</a></li>
</ul>

<p><a href="http://feedads.g.doubleclick.net/~a/7l_Fh3zz9bI9-PzIJn-d0KX4pao/0/da"><img src="http://feedads.g.doubleclick.net/~a/7l_Fh3zz9bI9-PzIJn-d0KX4pao/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/7l_Fh3zz9bI9-PzIJn-d0KX4pao/1/da"><img src="http://feedads.g.doubleclick.net/~a/7l_Fh3zz9bI9-PzIJn-d0KX4pao/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.jithonline.com/~ff/jithonline?a=ss64ZrGDpIM:8aguVbk_DxU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/jithonline?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=ss64ZrGDpIM:8aguVbk_DxU:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/jithonline?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=ss64ZrGDpIM:8aguVbk_DxU:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/jithonline?i=ss64ZrGDpIM:8aguVbk_DxU:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=ss64ZrGDpIM:8aguVbk_DxU:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/jithonline?i=ss64ZrGDpIM:8aguVbk_DxU:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=ss64ZrGDpIM:8aguVbk_DxU:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/jithonline?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=ss64ZrGDpIM:8aguVbk_DxU:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/jithonline?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/jithonline/~4/ss64ZrGDpIM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.jithonline.com/worldwidetelescopeorg-microsoft-worldwide-telescope-a-copy-of-google-sky/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<enclosure url="http://www.youtube.com/v/CDNf5aLu_WU&amp;amp;rel=0&amp;amp;color1=006699&amp;amp;color2=54abd6&amp;amp;border=0&amp;amp;fs=1&amp;amp;hl=en&amp;amp;autoplay=0&amp;amp;showinfo=0&amp;amp;iv_load_policy=3&amp;amp;showsearch=0" length="1086" type="application/x-shockwave-flash" /><media:content url="http://www.youtube.com/v/CDNf5aLu_WU&amp;amp;rel=0&amp;amp;color1=006699&amp;amp;color2=54abd6&amp;amp;border=0&amp;amp;fs=1&amp;amp;hl=en&amp;amp;autoplay=0&amp;amp;showinfo=0&amp;amp;iv_load_policy=3&amp;amp;showsearch=0" fileSize="1086" type="application/x-shockwave-flash" /><itunes:explicit>no</itunes:explicit><itunes:subtitle> Microsofts  WorldWide Telescope, a free tool that stitches together images from some of the best ground- and space-based telescopes. Microsoft says the &amp;#8220;final frontier got a bit closer&amp;#8221; as the software giant officially launches the public bet</itunes:subtitle><itunes:summary> Microsofts  WorldWide Telescope, a free tool that stitches together images from some of the best ground- and space-based telescopes. Microsoft says the &amp;#8220;final frontier got a bit closer&amp;#8221; as the software giant officially launches the public beta of its WorldWide Telescope, which is now available at http://www.worldwidetelescope.org. Very similar to Google Sky, WorldWide Telescope is a [...]</itunes:summary><itunes:keywords>tech,blog,technology,gadgets,electronics,new,prodects</itunes:keywords><feedburner:origLink>http://www.jithonline.com/worldwidetelescopeorg-microsoft-worldwide-telescope-a-copy-of-google-sky/</feedburner:origLink></item>
		<item>
		<title>How to Setup Free Mail Server for Your Own Domain with Google</title>
		<link>http://feeds.jithonline.com/~r/jithonline/~3/MLbQY9xbXos/</link>
		<comments>http://www.jithonline.com/how-to-setup-free-mail-server-for-your-own-domain-with-google/#comments</comments>
		<pubDate>Sun, 24 Aug 2008 14:22:35 +0000</pubDate>
		<dc:creator>jithesh@jithonline.com</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Domain in Google]]></category>
		<category><![CDATA[Free Mail Server]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Apps]]></category>
		<category><![CDATA[Google Free Mail Server for Your Own Domain]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[How to Setup]]></category>
		<category><![CDATA[How to Setup Free Mail Server for Your Own Domain]]></category>
		<category><![CDATA[How to Setup Free Mail Server for Your Own Domain with Google]]></category>
		<category><![CDATA[simple 8 steps to setup your mail server with Google]]></category>

		<guid isPermaLink="false">http://www.jithonline.com/?p=436</guid>
		<description><![CDATA[
Yes that’s true you can setup your mail server for your own domain, absolutely free with Google!! As we know Google having mind blowing mail servers; you will be getting IMAP, POP, Mail forwarding ….etc for free and we can trust Google and they are with us for a long time now. So here are [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="G-Box Mail" src="http://jithonline.com/wp-img/G-Box.jpg" alt="" width="232" height="277" /></p>
<p>Yes that’s true you can setup your mail server for your own domain, absolutely free with Google!! As we know Google having mind blowing mail servers; you will be getting IMAP, POP, Mail forwarding ….etc for free and we can trust Google and they are with us for a long time now. So here are the simple 8 steps you need to follow to setup your mail server with Google.</p>
<p><strong>1)</strong> Go to <a href="http://www.google.com/a/help/intl/en/index.html" target="_blank">Google Apps</a> and sign up for a standard account for your domain.</p>
<p><strong>2)</strong> Once you provide your info, Google will take you to your control panel/Dashboard.</p>
<p><strong>3) Note that</strong> Google needs to verify that you own your domain. So click on the link to verify your domain ownership.</p>
<p><strong>4)</strong> At this point there are two ways of verifying ownership, HTML and CNAME method you can use any one of this which ever convenient for you.</p>
<p><strong>5)</strong> Now setting Google apps as your mail server, by using this people can send mail to &#8216;userid@yourdomain.com&#8217; and it will get routed to Google apps. If you need this, then sign in to your domain hosting service and go to the DNS panel for your domain and add the following to the MX (Mail Exchanger) section. Make sure you delete the default MX entry that is already there by default. If you don’t have access to MX you need to contact your Hosting providers to set this.</p>
<p style="padding-left: 30px;">Priority        Mail Server</p>
<p style="padding-left: 30px;">1             ASPMX.L.GOOGLE.COM.<br />
5             ALT1.ASPMX.L.GOOGLE.COM.<br />
5             ALT2.ASPMX.L.GOOGLE.COM.<br />
10           ASPMX2.GOOGLEMAIL.COM.<br />
10           ASPMX3.GOOGLEMAIL.COM.<br />
10           ASPMX4.GOOGLEMAIL.COM.<br />
10           ASPMX5.GOOGLEMAIL.COM.</p>
<p>If hosting provider allowing only one or three MX, then choose first 1 or 3. You can use priority as same.<br />
<br />
<strong>6)</strong> Wait a couple of hours to settle DNS (This depends up on hosting providers). There will be a default email address which ever you passed while signing up this will be master account. If you need one more email account then go to your Google apps dashboard and “User accounts&gt;&gt; Create a new user&#8221; and add new email account. Also activate your Email.</p>
<p><strong>7)</strong> In the &#8220;Service settings &gt;&gt; Email” menu you can change web addresses for accessing Email. For this create a CNAME and modify URL. This URL can be used to login to mail box (ie: click on &#8220;Service settings &gt;&gt; Email” menu and change the default web address to http://email.yourdomain.com or whatever you used for CNAME)</p>
<p>To use the custom URL email.yourdomain.com, you must change the CNAME record with your domain host.
</p>
<p style="padding-left: 30px;">a) Sign in to your domain hosting service.</p>
<p style="padding-left: 30px;">b) Navigate to your DNS Management page. Generally be found in Domain Management or Advanced Settings, if not you need to contact your Hosting providers to set this.</p>
<p style="padding-left: 30px;">c) Find the CNAME settings and enter the following as the CNAME value or alias:</p>
<p style="padding-left: 30px;">‘<strong>email</strong>’</p>
<p style="padding-left: 30px;">d) Set the CNAME destination to the following address:</p>
<p style="padding-left: 30px;">‘<strong>ghs.google.com</strong>’</p>
<p><strong> <img src='http://jithonline.com/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> </strong> Wait for a couple of hours to settle DNS (This depends up on Hosting providers). Then you can access to login page of your mail box using &#8220;http://email.yourdomain.com&#8221; or whatever CNAME you set.
<ul class="related_post">
<li><a href="http://www.jithonline.com/best-tips-to-protect-your-web-sites-from-hackers-and-malicious-contents/" title="Best Tips to Protect your Web Sites from Hackers and Malicious contents">Best Tips to Protect your Web Sites from Hackers and Malicious contents</a></li>
<li><a href="http://www.jithonline.com/tips-to-protect-your-pc-from-malicious-sites-using-mcafee-siteadvisor-plug-in/" title="Tips to Protect your PC from Malicious Sites Using McAfee Siteadvisor Plug-In">Tips to Protect your PC from Malicious Sites Using McAfee Siteadvisor Plug-In</a></li>
<li><a href="http://www.jithonline.com/google-apps-team-edition-released/" title="&#8216;Google Apps Team&#8217; Edition Released">&#8216;Google Apps Team&#8217; Edition Released</a></li>
<li><a href="http://www.jithonline.com/how-to-keep-gmail-account-safe/" title="How to keep Gmail Account Safe">How to keep Gmail Account Safe</a></li>
<li><a href="http://www.jithonline.com/how-to-change-the-theme-of-winrar-with-colorful-free-themes/" title="How to Change the Theme of WinRAR with Colorful Free Themes.">How to Change the Theme of WinRAR with Colorful Free Themes.</a></li>
</ul>

<p><a href="http://feedads.g.doubleclick.net/~a/enis5S0ErbtGcTO3oVVXm7Qy2Qk/0/da"><img src="http://feedads.g.doubleclick.net/~a/enis5S0ErbtGcTO3oVVXm7Qy2Qk/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/enis5S0ErbtGcTO3oVVXm7Qy2Qk/1/da"><img src="http://feedads.g.doubleclick.net/~a/enis5S0ErbtGcTO3oVVXm7Qy2Qk/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.jithonline.com/~ff/jithonline?a=MLbQY9xbXos:_hiGXD88lXo:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/jithonline?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=MLbQY9xbXos:_hiGXD88lXo:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/jithonline?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=MLbQY9xbXos:_hiGXD88lXo:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/jithonline?i=MLbQY9xbXos:_hiGXD88lXo:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=MLbQY9xbXos:_hiGXD88lXo:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/jithonline?i=MLbQY9xbXos:_hiGXD88lXo:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=MLbQY9xbXos:_hiGXD88lXo:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/jithonline?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.jithonline.com/~ff/jithonline?a=MLbQY9xbXos:_hiGXD88lXo:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/jithonline?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/jithonline/~4/MLbQY9xbXos" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.jithonline.com/how-to-setup-free-mail-server-for-your-own-domain-with-google/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.jithonline.com/how-to-setup-free-mail-server-for-your-own-domain-with-google/</feedburner:origLink></item>
	<media:rating>nonadult</media:rating><media:description type="plain">Tech-Products</media:description></channel>
</rss><!-- Dynamic page generated in 2.094 seconds. --><!-- Cached page generated by WP-Super-Cache on 2010-06-26 09:14:03 -->
