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

<channel>
	<title>Techie Thoughts</title>
	<atom:link href="http://blog.techieant.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.techieant.com</link>
	<description>Open Source, software, hardware, mobile tips and reviews.</description>
	<lastBuildDate>Mon, 12 Oct 2009 09:12:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Making GWT 1.5.x Hosted mode work in Ubuntu Karmic</title>
		<link>http://blog.techieant.com/2009/10/12/making-gwt-1-5-x-hosted-mode-work-in-ubuntu-karmic/</link>
		<comments>http://blog.techieant.com/2009/10/12/making-gwt-1-5-x-hosted-mode-work-in-ubuntu-karmic/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 09:12:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Tips&Tricks]]></category>
		<category><![CDATA[GWT]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.techieant.com/?p=25</guid>
		<description><![CDATA[Since my last post on making hosted mode work on Ubuntu, I had upgraded my laptop to Kubuntu Karmic ( in Beta 1 as of this writing ). While most things worked out of the box ( including wireless, mic / webcam, ZTE AC2726 modem ), I got a problem with a GWT 1.5.3 application [...]]]></description>
			<content:encoded><![CDATA[<p>Since my <a href="http://blog.techieant.com/2009/07/10/making-gwt-hosted-browser-work-in-eclipse-on-ubuntu/">last post on making hosted mode work on Ubuntu</a>, I had upgraded my laptop to Kubuntu Karmic ( in Beta 1 as of this writing ). While most things worked out of the box ( including wireless, mic / webcam, ZTE AC2726 modem ), I got a problem with a GWT 1.5.3 application again.</p>
<p>GWT 1.5.3 hosted mode requires libstdc++5. Kubuntu Karmic doesn&#8217;t ship libstdc++ 5 anymore. </p>
<p>Fortunately, the solution was simple.<br />
Download libstdc++5 package for your architecture from <a href="http://packages.ubuntu.com/jaunty/libstdc++5">Ubuntu Package Archives</a>.<br />
I used <a href="http://mirrors.kernel.org/ubuntu/pool/universe/g/gcc-3.3/libstdc++5_3.3.6-17ubuntu1_i386.deb">i386 version</a><br />
</p>
<p>Install the package</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">dpkg</span> <span style="color: #660033;">-i</span> libstdc++<span style="color: #000000;">5</span>_<span style="color: #000000; font-weight: bold;">*</span>.deb</pre></div></div>

<p>You should now be able to run GWT 1.5.x hosted mode browser running again. ( This might work for GWT 1.6.x as well considering that both use Mozilla 1.7.1x that depends on libstdc++5)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.techieant.com/2009/10/12/making-gwt-1-5-x-hosted-mode-work-in-ubuntu-karmic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Making GWT Hosted Browser work in Eclipse on Ubuntu</title>
		<link>http://blog.techieant.com/2009/07/10/making-gwt-hosted-browser-work-in-eclipse-on-ubuntu/</link>
		<comments>http://blog.techieant.com/2009/07/10/making-gwt-hosted-browser-work-in-eclipse-on-ubuntu/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 07:49:29 +0000</pubDate>
		<dc:creator>Vijayakumar K</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[GWT]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.techieant.com/?p=18</guid>
		<description><![CDATA[For sometime now, we&#8217;ve been having an issue with GWT Hosted browser not starting from Eclipse and Ubuntu / Kubuntu. 
The error that comes up is

1
2
3
4
5
6
7
8
9
10
11
12
13
** Unable to load Mozilla for hosted mode **
java.lang.UnsatisfiedLinkError: /opt/local/eclipse-3.4-SR2-jee/plugins/com.google.gwt.eclipse.sdkbundle.linux_1.6.4.v200904062334/gwt-linux-1.6.4/mozilla-1.7.12/libxpcom.so: libstdc++.so.5: cannot open shared object file: No such file or directory
    at java.lang.ClassLoader$NativeLibrary.load&#40;Native Method&#41;
    [...]]]></description>
			<content:encoded><![CDATA[<p>For sometime now, we&#8217;ve been having an issue with GWT Hosted browser not starting from Eclipse and Ubuntu / Kubuntu. </p>
<p>The error that comes up is</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
</pre></td><td class="code"><pre class="java" style="font-family:monospace;"><span style="color: #339933;">**</span> Unable to load Mozilla <span style="color: #000000; font-weight: bold;">for</span> hosted mode <span style="color: #339933;">**</span>
java.<span style="color: #006633;">lang</span>.<span style="color: #003399;">UnsatisfiedLinkError</span><span style="color: #339933;">:</span> <span style="color: #339933;">/</span>opt<span style="color: #339933;">/</span>local<span style="color: #339933;">/</span>eclipse<span style="color: #339933;">-</span><span style="color: #cc66cc;">3.4</span><span style="color: #339933;">-</span>SR2<span style="color: #339933;">-</span>jee<span style="color: #339933;">/</span>plugins<span style="color: #339933;">/</span>com.<span style="color: #006633;">google</span>.<span style="color: #006633;">gwt</span>.<span style="color: #006633;">eclipse</span>.<span style="color: #006633;">sdkbundle</span>.<span style="color: #006633;">linux_1</span>.6.4.<span style="color: #006633;">v200904062334</span><span style="color: #339933;">/</span>gwt<span style="color: #339933;">-</span>linux<span style="color: #339933;">-</span>1.6.4<span style="color: #339933;">/</span>mozilla<span style="color: #339933;">-</span>1.7.12<span style="color: #339933;">/</span>libxpcom.<span style="color: #006633;">so</span><span style="color: #339933;">:</span> libstdc<span style="color: #339933;">++</span>.<span style="color: #006633;">so</span>.5<span style="color: #339933;">:</span> cannot open shared object file<span style="color: #339933;">:</span> No such file or directory
    at java.<span style="color: #006633;">lang</span>.<span style="color: #003399;">ClassLoader</span>$NativeLibrary.<span style="color: #006633;">load</span><span style="color: #009900;">&#40;</span><span style="color: #000000; font-weight: bold;">Native</span> <span style="color: #003399;">Method</span><span style="color: #009900;">&#41;</span>
    at java.<span style="color: #006633;">lang</span>.<span style="color: #003399;">ClassLoader</span>.<span style="color: #006633;">loadLibrary0</span><span style="color: #009900;">&#40;</span><span style="color: #003399;">ClassLoader</span>.<span style="color: #006633;">java</span><span style="color: #339933;">:</span><span style="color: #cc66cc;">1767</span><span style="color: #009900;">&#41;</span>
    at java.<span style="color: #006633;">lang</span>.<span style="color: #003399;">ClassLoader</span>.<span style="color: #006633;">loadLibrary</span><span style="color: #009900;">&#40;</span><span style="color: #003399;">ClassLoader</span>.<span style="color: #006633;">java</span><span style="color: #339933;">:</span><span style="color: #cc66cc;">1663</span><span style="color: #009900;">&#41;</span>
    at java.<span style="color: #006633;">lang</span>.<span style="color: #003399;">Runtime</span>.<span style="color: #006633;">load0</span><span style="color: #009900;">&#40;</span><span style="color: #003399;">Runtime</span>.<span style="color: #006633;">java</span><span style="color: #339933;">:</span><span style="color: #cc66cc;">787</span><span style="color: #009900;">&#41;</span>
    at java.<span style="color: #006633;">lang</span>.<span style="color: #003399;">System</span>.<span style="color: #006633;">load</span><span style="color: #009900;">&#40;</span><span style="color: #003399;">System</span>.<span style="color: #006633;">java</span><span style="color: #339933;">:</span><span style="color: #cc66cc;">1022</span><span style="color: #009900;">&#41;</span>
    at com.<span style="color: #006633;">google</span>.<span style="color: #006633;">gwt</span>.<span style="color: #006633;">dev</span>.<span style="color: #006633;">shell</span>.<span style="color: #006633;">moz</span>.<span style="color: #006633;">MozillaInstall</span>.<span style="color: #006633;">load</span><span style="color: #009900;">&#40;</span>MozillaInstall.<span style="color: #006633;">java</span><span style="color: #339933;">:</span><span style="color: #cc66cc;">190</span><span style="color: #009900;">&#41;</span>
    at com.<span style="color: #006633;">google</span>.<span style="color: #006633;">gwt</span>.<span style="color: #006633;">dev</span>.<span style="color: #006633;">BootStrapPlatform</span>.<span style="color: #006633;">initHostedMode</span><span style="color: #009900;">&#40;</span>BootStrapPlatform.<span style="color: #006633;">java</span><span style="color: #339933;">:</span><span style="color: #cc66cc;">53</span><span style="color: #009900;">&#41;</span>
    at com.<span style="color: #006633;">google</span>.<span style="color: #006633;">gwt</span>.<span style="color: #006633;">dev</span>.<span style="color: #006633;">HostedModeBase</span>.<span style="color: #339933;">&lt;</span>init<span style="color: #339933;">&gt;</span><span style="color: #009900;">&#40;</span>HostedModeBase.<span style="color: #006633;">java</span><span style="color: #339933;">:</span><span style="color: #cc66cc;">362</span><span style="color: #009900;">&#41;</span>
    at com.<span style="color: #006633;">google</span>.<span style="color: #006633;">gwt</span>.<span style="color: #006633;">dev</span>.<span style="color: #006633;">SwtHostedModeBase</span>.<span style="color: #339933;">&lt;</span>init<span style="color: #339933;">&gt;</span><span style="color: #009900;">&#40;</span>SwtHostedModeBase.<span style="color: #006633;">java</span><span style="color: #339933;">:</span><span style="color: #cc66cc;">98</span><span style="color: #009900;">&#41;</span>
    at com.<span style="color: #006633;">google</span>.<span style="color: #006633;">gwt</span>.<span style="color: #006633;">dev</span>.<span style="color: #006633;">HostedMode</span>.<span style="color: #339933;">&lt;</span>init<span style="color: #339933;">&gt;</span><span style="color: #009900;">&#40;</span>HostedMode.<span style="color: #006633;">java</span><span style="color: #339933;">:</span><span style="color: #cc66cc;">271</span><span style="color: #009900;">&#41;</span>
    at com.<span style="color: #006633;">google</span>.<span style="color: #006633;">gwt</span>.<span style="color: #006633;">dev</span>.<span style="color: #006633;">HostedMode</span>.<span style="color: #006633;">main</span><span style="color: #009900;">&#40;</span>HostedMode.<span style="color: #006633;">java</span><span style="color: #339933;">:</span><span style="color: #cc66cc;">230</span><span style="color: #009900;">&#41;</span></pre></td></tr></table></div>

<p>It could be resolved by installing libstdc++5 library in Ubuntu. Ubuntu only has libstdc++6 installed by default.<br />
You can install the dependency by installing libstdc++5 package from your package manager (KPackagekit or Adept or Synaptic ) or by running the following command in a console</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> libstdc++<span style="color: #000000;">5</span></pre></div></div>

<p>Once the installation is complete, you should be able to launch the GWT Hosted mode browser just fine.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.techieant.com/2009/07/10/making-gwt-hosted-browser-work-in-eclipse-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to: Copy contents from file to file in VI editor</title>
		<link>http://blog.techieant.com/2008/04/10/how-to-copy-contents-from-file-to-file-in-vi-editor/</link>
		<comments>http://blog.techieant.com/2008/04/10/how-to-copy-contents-from-file-to-file-in-vi-editor/#comments</comments>
		<pubDate>Thu, 10 Apr 2008 14:11:13 +0000</pubDate>
		<dc:creator>Venkat</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Shell Scripting]]></category>
		<category><![CDATA[Tips&Tricks]]></category>
		<category><![CDATA[Shell Script]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Vi]]></category>

		<guid isPermaLink="false">http://blog.techieant.com/2008/04/10/how-to-copy-contents-from-file-to-file-in-vi-editor/</guid>
		<description><![CDATA[Here is the tip to copy contents from one file to another.
1. Press &#8216;ESC&#8217;.
2. Press Shift+&#8221; (double quote).
3. Press &#8216;a&#8217;.
4. Press number of lines you want to copy.
5. Press y followed by another y (yy).
6. Now press : (COLON) to get the vi prompt.
7. Hit e &#8220;destination file name&#8217;
8. Once you enter the destination file, [...]]]></description>
			<content:encoded><![CDATA[<p>Here is the tip to copy contents from one file to another.</p>
<p>1. Press &#8216;ESC&#8217;.<br />
2. Press Shift+&#8221; (double quote).<br />
3. Press &#8216;a&#8217;.<br />
4. Press number of lines you want to copy.<br />
5. Press y followed by another y (yy).<br />
6. Now press : (COLON) to get the vi prompt.<br />
7. Hit e &#8220;destination file name&#8217;<br />
8. Once you enter the destination file, go to the line where you want the copied lines to be inserted.<br />
9. Press &#8216;ESC&#8217;.<br />
10. Press Shift+&#8221;(double quote).<br />
11. Press &#8216;a&#8217;.<br />
12Â  Press &#8216;p&#8217;.</p>
<p>Happy editing <img src='http://blog.techieant.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.techieant.com/2008/04/10/how-to-copy-contents-from-file-to-file-in-vi-editor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ALEUTIA E1 portable desktop runs on solar power</title>
		<link>http://blog.techieant.com/2008/01/29/aleutia-e1-portable-desktop-runs-on-solar-power/</link>
		<comments>http://blog.techieant.com/2008/01/29/aleutia-e1-portable-desktop-runs-on-solar-power/#comments</comments>
		<pubDate>Tue, 29 Jan 2008 18:41:12 +0000</pubDate>
		<dc:creator>Venkat</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Linux News]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.techieant.com/2008/01/29/aleutia-e1-portable-desktop-runs-on-solar-power/</guid>
		<description><![CDATA[ Your standard 500VA UPS will run for 6.5 hours during power cut without any additional battery. Surprising!!! Yes, Its true.
Aleutia E1, a small, portable computer which consumes just 8W of power (4% of what a typical (200W) desktop uses) during peak performance.  Runs off a car battery or a cheap solar panel.
Powered with [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://farm3.static.flickr.com/2041/2228324105_73d5c3f93b_m.jpg" alt="ALEUTIA" align="left" height="216" width="250" /> Your standard 500VA UPS will run for 6.5 hours during power cut without any additional battery. Surprising!!! Yes, Its true.</p>
<p><strong>Aleutia E1</strong>, a small, portable computer which consumes just 8W of power (4% of what a typical (200W) desktop uses) during peak performance.  Runs off a car battery or a cheap solar panel.</p>
<p>Powered with 200MHz x86 CPU, 128MB SDRAM and  1GB (included Compact Flash card). Its pre-loaded with Puppy Linux. For more details, visit <a href="http://www.aleutia.com/products/e1specs.html" target="_blank">ALEUTIA website</a>. Watch the You tube <a href="http://www.youtube.com/watch?v=m6cRrhmv6aE" target="_blank">video</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.techieant.com/2008/01/29/aleutia-e1-portable-desktop-runs-on-solar-power/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Asus Eee PC &#8211; India launch on 29 Jan 2008</title>
		<link>http://blog.techieant.com/2008/01/28/asus-eee-pc-india-launch-on-29-jan-2008/</link>
		<comments>http://blog.techieant.com/2008/01/28/asus-eee-pc-india-launch-on-29-jan-2008/#comments</comments>
		<pubDate>Mon, 28 Jan 2008 18:37:47 +0000</pubDate>
		<dc:creator>Venkat</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Linux News]]></category>
		<category><![CDATA[Laptop]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.techieant.com/2008/01/28/asus-eee-pc-india-launch-on-29-jan-2008/</guid>
		<description><![CDATA[
Asus launching Eee PC on 29-Jan-2008 at Mumbai.
What is Eee PC and what it can do for you? 
Share photos of your travels without waiting till you get home. Shop the world wide web without attaching any lines or wires. Learn through the latest technology without a technical manual. Play, relax, and entertain on the [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://farm3.static.flickr.com/2030/2225862989_747f27cb2b_o.jpg" alt="Eee PC" align="left" height="216" width="250" /></p>
<p>Asus launching Eee PC on 29-Jan-2008 at Mumbai.</p>
<p><strong>What is Eee PC and what it can do for you? </strong></p>
<p>Share photos of your travels without waiting till you get home. Shop the world wide web without attaching any lines or wires. Learn through the latest technology without a technical manual. Play, relax, and entertain on the go with shock-proof design. Connect with friends and family with just a few clicks. More specification details about Eee PC are available <a href="http://eeepc.asus.com/in/product.htm" target="_blank">here</a>.</p>
<p><span class="style9">People interested in purchasing Eee PC should directly contact Asus Mumbai Headquarters. </span>You can book your PC at <a href="http://eeepc.in/OnlineBooking.php" target="_blank">Asus Website.</a>  A<span class="style9">sus does not hold the responsibility of sending across the product, customers will manually have to come and collect the Eee PC.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.techieant.com/2008/01/28/asus-eee-pc-india-launch-on-29-jan-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux kernel-2.6.24 released</title>
		<link>http://blog.techieant.com/2008/01/25/linux-kernel-2624-released/</link>
		<comments>http://blog.techieant.com/2008/01/25/linux-kernel-2624-released/#comments</comments>
		<pubDate>Fri, 25 Jan 2008 14:11:51 +0000</pubDate>
		<dc:creator>Venkat</dc:creator>
				<category><![CDATA[Linux News]]></category>
		<category><![CDATA[Kernel]]></category>

		<guid isPermaLink="false">http://blog.techieant.com/2008/01/25/linux-kernel-2624-released/</guid>
		<description><![CDATA[The Linux kernel version 2.6.24 has been released and available for download. You can grab the latest kernel from the official site.
&#8220;Linus Torvalds has released the 2.6.24 Linux Kernel, noting that he and most of the other key Linux developers will be flying to a conference in Australia for the next week. As the whole [...]]]></description>
			<content:encoded><![CDATA[<p>The Linux kernel version 2.6.24 has been released and available for download. You can grab the latest kernel from the <a href="http://kernel.org/" title="Linux Kernel Archives" target="_blank">official site</a>.</p>
<p>&#8220;Linus Torvalds has <a href="http://kerneltrap.org/mailarchive/linux-kernel/2008/1/24/603479">released the 2.6.24 Linux Kernel</a>, noting that he and most of the other key Linux developers will be flying to a conference in Australia for the next week. As the whole team will be down under while the kernel is being tested by the masses, Linus added, &#8220;<a href="http://kerneltrap.org/Linux/2.6.24_Kernel_Lets_Hope_Its_a_Good_One">Let&#8217;s hope it&#8217;s a good one</a>&#8220;. What&#8217;s new in the latest release includes an optimized CFQ scheduler, numerous new wireless drivers, tickless kernel support for the x86-64 and PPC architectures, and <a href="http://kernelnewbies.org/Linux_2_6_24">much more</a>.  Time to download and start compiling.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.techieant.com/2008/01/25/linux-kernel-2624-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Plugin: IM Online</title>
		<link>http://blog.techieant.com/2008/01/22/wordpress-plugin-im-online/</link>
		<comments>http://blog.techieant.com/2008/01/22/wordpress-plugin-im-online/#comments</comments>
		<pubDate>Tue, 22 Jan 2008 21:02:54 +0000</pubDate>
		<dc:creator>Venkat</dc:creator>
				<category><![CDATA[Tips&Tricks]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://blog.techieant.com/2008/01/22/wordpress-plugin-im-online/</guid>
		<description><![CDATA[Want to show your current online status on your blog&#8230; Its very simple&#8230;!!!
IM Online: A neat little Wordpress plugin will show your current online status. It supports most IM services including AOL, MSN, Yahoo, Jabber (inc. Google Talk), Skype and ICQ.
You can show as many or as few IM network icons as you like and [...]]]></description>
			<content:encoded><![CDATA[<p>Want to show your current online status on your blog&#8230; Its very simple&#8230;!!!</p>
<p><strong>IM Online:</strong> A neat little Wordpress plugin will show your current online status. It supports most IM services including AOL, MSN, Yahoo, Jabber (inc. Google Talk), Skype and ICQ.</p>
<p>You can show as many or as few IM network icons as you like and all options are configurable through the control panel.</p>
<p><a href="http://downloads.wordpress.org/plugin/im-online.4.4.zip" target="_blank">Download</a> IM Online</p>
<p><strong>Installation instructions</strong></p>
<ol>
<li>Unzip the downloaded package and drop the IM-Online folder in your Wordpress plugins folder</li>
<li>Log into your WordPress admin panel</li>
<li>Go to Plugins and â€œActivateâ€ the plugin</li>
<li>Go to Presentation, Widgets</li>
<li>Drag the IM Online widget onto your sidebar panel</li>
<li>Click the Widget-Options button (small blue-topped square)</li>
<li>Enter the title for your Widget</li>
<li>Return to the Widget panel and click â€œSave changes Â»â€</li>
<li>Go to Options, then IM Online</li>
<li>Enter your account details for each service you use</li>
<li>Click â€œSave changes Â»â€</li>
<li>Check your blog to see if itâ€™s working!</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://blog.techieant.com/2008/01/22/wordpress-plugin-im-online/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox tricks: Use keywords to speed up bookmarks</title>
		<link>http://blog.techieant.com/2007/12/21/firefox-tricks-use-keywords-to-speed-up-bookmarks/</link>
		<comments>http://blog.techieant.com/2007/12/21/firefox-tricks-use-keywords-to-speed-up-bookmarks/#comments</comments>
		<pubDate>Fri, 21 Dec 2007 18:47:28 +0000</pubDate>
		<dc:creator>Venkat</dc:creator>
				<category><![CDATA[Tips&Tricks]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://blog.techieant.com/2007/12/21/firefox-tricks-use-keywords-to-speed-up-bookmarks/</guid>
		<description><![CDATA[Visiting your favorite sites using Firefox&#8217;s bookmarks is far too much of a chore &#8212; do you really want to do all that mousing around? Instead, you can use keywords to instantly jump to any site you&#8217;ve bookmarked. To do it, after you bookmark a site, right-click on the bookmark, select Properties, type in a [...]]]></description>
			<content:encoded><![CDATA[<p>Visiting your favorite sites using Firefox&#8217;s bookmarks is far too much of a chore &#8212; do you really want to do all that mousing around? Instead, you can use keywords to instantly jump to any site you&#8217;ve bookmarked. To do it, after you bookmark a site, right-click on the bookmark, select Properties, type in a short keyword (or even just a letter or two) in the keyword field and click OK. Now, to visit the site, type in the keyword in Firefox&#8217;s address bar, and you&#8217;ll jump straight to the site.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.techieant.com/2007/12/21/firefox-tricks-use-keywords-to-speed-up-bookmarks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox tricks: Speed up Firefox with pipelining</title>
		<link>http://blog.techieant.com/2007/12/20/firefox-tricks-speed-up-firefox-with-pipelining/</link>
		<comments>http://blog.techieant.com/2007/12/20/firefox-tricks-speed-up-firefox-with-pipelining/#comments</comments>
		<pubDate>Thu, 20 Dec 2007 18:55:26 +0000</pubDate>
		<dc:creator>Venkat</dc:creator>
				<category><![CDATA[Tips&Tricks]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://blog.techieant.com/2007/12/20/firefox-tricks-speed-up-firefox-with-pipelining/</guid>
		<description><![CDATA[Here&#8217;s a simple way to speed up Web browsing with Firefox &#8212; turn on its hidden pipelining feature. When you turn on pipelining, you send several requests to a Web server at a time, rather than sending them one by one, so you can load multiple items on a page concurrently. By default, pipelining is [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a simple way to speed up Web browsing with Firefox &#8212; turn on its hidden pipelining feature. When you turn on pipelining, you send several requests to a Web server at a time, rather than sending them one by one, so you can load multiple items on a page concurrently. By default, pipelining is turned off in Firefox, but it&#8217;s easy to turn it on:</p>
<p>1. Type about:config into your address bar and hit Enter.</p>
<p>2. In the Filter text box, at the top of the page, type network.http. A list of settings appears, as you can see in the nearby                         figure.</p>
<p>3. Double-click the &#8220;network.http.pipelining&#8221; setting, to change it to true.</p>
<p>4. Double-click the &#8220;network.http.proxy.pipelining&#8221; setting, to change it to true.</p>
<p>5. Double-click the &#8220;network.http.pipelining.maxrequests&#8221; setting, and in the text box that appears, type in 8 and click OK.</p>
<p>Note that not all Web servers can handle pipelining. If for some reason, you find that your performance suffers with it turned                         on, reverse the above steps to turn it off.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.techieant.com/2007/12/20/firefox-tricks-speed-up-firefox-with-pipelining/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IBM joins OOo with full force</title>
		<link>http://blog.techieant.com/2007/10/12/ibm-joins-ooo-with-full-force/</link>
		<comments>http://blog.techieant.com/2007/10/12/ibm-joins-ooo-with-full-force/#comments</comments>
		<pubDate>Fri, 12 Oct 2007 23:23:07 +0000</pubDate>
		<dc:creator>Venkat</dc:creator>
				<category><![CDATA[Linux News]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Opensource]]></category>

		<guid isPermaLink="false">http://blog.techieant.com/2007/10/12/ibm-joins-ooo-with-full-force/</guid>
		<description><![CDATA[IBM has joined the OpenOffice.org community to collaborate on the development to OpenOffice.org software.  OOo now has the support of two industry giants, Sun and IBM.  IBM will make initial code contributions that it has been developing as part of its Lotus Notes product, including accessibility enhancements, and will also make ongoing contributions [...]]]></description>
			<content:encoded><![CDATA[<p>IBM has joined the OpenOffice.org community to collaborate on the development to OpenOffice.org software.  OOo now has the support of two industry giants, Sun and IBM.  IBM will make initial code contributions that it has been developing as part of its Lotus Notes product, including accessibility enhancements, and will also make ongoing contributions to the feature richness and code quality of OpenOffice.org.  Besides working with the community on the free productivity suite&#8217;s software, IBM will also leverage OpenOffice.org technology in its products.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.techieant.com/2007/10/12/ibm-joins-ooo-with-full-force/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
