<?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>Shekhar Govindarajan's Blog &#187; Open Source</title>
	<atom:link href="http://www.shekhargovindarajan.com/category/open-source/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.shekhargovindarajan.com</link>
	<description>My Notepad on the Web</description>
	<lastBuildDate>Thu, 29 Jul 2010 05:58:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<atom:link rel="hub" href="http://pubsubhubbub.appspot.com/" />
			<item>
		<title>MySQL GUI Tools (Query Browser, Administrator) for Fedora 13</title>
		<link>http://www.shekhargovindarajan.com/open-source/mysql-gui-tools-query-browser-administrator-for-fedora-13/?&amp;owa_from=feed&amp;owa_sid=&amp;utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=mysql-gui-tools-query-browser-administrator-for-fedora-13</link>
		<comments>http://www.shekhargovindarajan.com/open-source/mysql-gui-tools-query-browser-administrator-for-fedora-13/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 04:10:06 +0000</pubDate>
		<dc:creator>Shekhar</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Fedora 13]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[mysql administrator]]></category>
		<category><![CDATA[mysql gui tools]]></category>
		<category><![CDATA[mysql query browser]]></category>
		<category><![CDATA[mysql workbench]]></category>
		<category><![CDATA[remi repository]]></category>

		<guid isPermaLink="false">http://www.shekhargovindarajan.com/?p=1604</guid>
		<description><![CDATA[In Fedora Linux, the mysql-gui-tools package provides the graphical (or GUI) clients to query and administer a MySQL database &#8211; useful alternatives to the command line client.
While I&#8217;m very comfortable with the mysql command line client, I do switch to the GUI query browser to add/edit stored procedures/functions.
&#8220;yum install mysql-gui-tools&#8221; was the simplest command to [...]]]></description>
			<content:encoded><![CDATA[<p>In <a href="http://fedoraproject.org/" target="_blank">Fedora Linux</a>, the mysql-gui-tools package provides the graphical (or GUI) clients to query and administer a MySQL database &#8211; useful alternatives to the command line client.</p>
<p>While I&#8217;m very comfortable with the mysql command line client, I do switch to the GUI query browser to add/edit stored procedures/functions.</p>
<p>&#8220;yum install mysql-gui-tools&#8221; was the simplest command to install the GUI tools for MySQL in Fedora Linux. But in Fedora 13, this results in &#8220;No package  mysql-gui-tools available&#8221;.</p>
<p>So what happened here?</p>
<p><span id="more-1604"></span><strong> </strong></p>
<p><strong>Why Fedora 13 repositories don&#8217;t have mysql-gui-tools package ?<br />
</strong>The reason for this is explained in a bug report <a href="https://bugzilla.redhat.com/show_bug.cgi?id=573405" target="_blank">here</a>. In a nutshell, the explanation is, the MySQL GUI tools is purposely removed from the Fedora 13 repositories because they have been buggy! Fair enough &#8211; it has crashed on me many a times.</p>
<p>But what is the alternative? The thread in the bug report suggests that it will be replaced with <a href="http://wb.mysql.com/" target="_blank">MySQL Workbench</a>. That&#8217;s great! MySQL Workbench has <a href="http://www.mysql.com/products/workbench/features.html" target="_blank">many more features</a>. So now can I issue a &#8216;yum-install mysql-workbench&#8217; to have it installed on Fedora 13? The answer is no. This is because the bug report sums up with the following note:</p>
<pre>mysql-workbench has not finished its review yet.  this is due to the enormous
amount of work needed as the mysql team follows lots of bad practices.

Until we can cleanly and sanely package mysql-workbench there will be nothing
available on fedora. 

<span style="font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif; line-height: 19px; white-space: normal; font-size: 13px;">The above reply is dated June 17, 2010. A 'no release date' left me desperate to look around (google).</span></pre>
<p><strong>The solution</strong><br />
There is always a solution and Google leads us to it. In a nutshell, I installed MySQL Workbench  from the <a href="http://rpms.famillecollet.com/" target="_blank">Remi repository</a>. A quick install of MySQL Workbench, on Fedora 13, is as follows:</p>
<ul>
<li>Login as root</li>
<li>Open a terminal window in GNOME/KDE or switch to the command line</li>
<li>Issue the command:<br />
<em>rpm &#8211;import http://rpms.famillecollet.com/RPM-GPG-KEY-remi </em></li>
<li>Next, issue the command:<br />
<em>yum install http://rpms.famillecollet.com/remi-release-13.rpm</em></li>
<li>Open the file named remi.repo, found in the directory /etc/yum.repos.d, in a text editor (say vi) and change line no. 5 from:<br />
<em> enabled=0 to enabled=1</em><br />
<span style="font-style: normal;">This will enable the [remi] repository. </span></li>
<li>Finally issue:<br />
<em>yum install mysql-workbench</em><br />
to install MySQL Workbench on Fedora 13.</li>
</ul>
<p>Henceforth, MySQL Workbench can be launched via a terminal window by issuing <em>mysql-workbench</em> or it can be found under Applications &gt;Programming in GNOME.</p>
<p><em> </em></p>
<img src="http://www.shekhargovindarajan.com/?ak_action=api_record_view&id=1604&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.shekhargovindarajan.com/open-source/mysql-gui-tools-query-browser-administrator-for-fedora-13/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drupal Views: Hide or display alternate text for 0 (zero) comments</title>
		<link>http://www.shekhargovindarajan.com/open-source/drupal-views-hide-or-display-alternate-text-for-0-zero-comments/?&amp;owa_from=feed&amp;owa_sid=&amp;utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=drupal-views-hide-or-display-alternate-text-for-0-zero-comments</link>
		<comments>http://www.shekhargovindarajan.com/open-source/drupal-views-hide-or-display-alternate-text-for-0-zero-comments/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 14:51:34 +0000</pubDate>
		<dc:creator>Shekhar</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[author]]></category>
		<category><![CDATA[Comment]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[View]]></category>
		<category><![CDATA[views]]></category>
		<category><![CDATA[views-view-field--comment-count.tpl]]></category>

		<guid isPermaLink="false">http://www.shekhargovindarajan.com/?p=1068</guid>
		<description><![CDATA[I have been playing with Drupal Views extensively for the last three months for a Website project. Whenever I overcome a hurdle with Views, I end up realizing how powerful and flexible is the Views module. It is just me who doesn&#8217;t know all the syntax to tap it&#8217;s power. Here is one such example. [...]]]></description>
			<content:encoded><![CDATA[<p>I have been playing with Drupal <a href="http://drupal.org/project/views" target="_blank">Views</a> extensively for the last three months for a Website project. Whenever I overcome a hurdle with Views, I end up realizing how powerful and flexible is the Views module. It is just me who doesn&#8217;t know all the syntax to tap it&#8217;s power. Here is one such example. With about four lines of code, I was able to get rid of an annoyance in an otherwise neat-looking View.</p>
<p>For the Website project, I built a View to show the recent blog posts along with their title, author, post date and the number of comments. All looked fine expect the comments. It pinched me to see &#8220;0 comments&#8221;, in the View, against the posts, which did not have a comment. <span id="more-1068"></span>Ideally, the View should have  hidden the comments count or displayed an alternate text like &#8220;Write a comment&#8221;. Further, I didn&#8217;t want to theme the comment count for each individual View. This is because I had many such Views across the site. I desired a global fix to the &#8220;0 comment&#8221; case. The solution turned out to be quite simple and is as follows:</p>
<p>Save the following code in a file named views-view-field&#8211;comment-count.tpl.php in the theme&#8217;s directory -  &lt;drupal-dir&gt;/themes/&lt;your-theme&gt; . Please note the double hyphen (&#8211;) between &#8220;field&#8221; and &#8220;comment&#8221;, in the file name:</p>
<pre>&lt;?php

$zeroCommentText="0 comment(s)";

if(stristr($output,$zeroCommentText))
  $output="";

echo $output;

?&gt;
</pre>
<p>The above code assumes that you have setup the View to display the comment count as &#8220;N comment(s)&#8221;. Here N is the number of comments. Change the $zeroCommentText variable to suit your display. The above code will not display the comment count when it is zero or no comments.</p>
<p>Following is the modified code, in case, you want to display some text, say, &#8220;Write a comment&#8221; in place of &#8220;0 comment(s)&#8221;:</p>
<pre>&lt;?php

$zeroCommentText="0 comment(s)";
$replaceWith = "Write a comment";   

if(stristr($output,$zeroCommentText))
  $output = str_ireplace($zeroCommentText,$replaceWith,$output);  

echo $output;

?&gt;
</pre>
<p>Modify the $replaceWith variable, with the alternate text that you want to display for zero or no comments. Drupal Views rocks!!!</p>
<img src="http://www.shekhargovindarajan.com/?ak_action=api_record_view&id=1068&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.shekhargovindarajan.com/open-source/drupal-views-hide-or-display-alternate-text-for-0-zero-comments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox 3.5 (Final) on Fedora 11</title>
		<link>http://www.shekhargovindarajan.com/open-source/firefox-3-5-final-on-fedora-11/?&amp;owa_from=feed&amp;owa_sid=&amp;utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=firefox-3-5-final-on-fedora-11</link>
		<comments>http://www.shekhargovindarajan.com/open-source/firefox-3-5-final-on-fedora-11/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 08:07:25 +0000</pubDate>
		<dc:creator>Shekhar</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[fedora 11]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[firefox 3.5]]></category>
		<category><![CDATA[firefox beta 4]]></category>
		<category><![CDATA[koji]]></category>
		<category><![CDATA[nspr]]></category>
		<category><![CDATA[official]]></category>
		<category><![CDATA[xulrunner]]></category>

		<guid isPermaLink="false">http://www.shekhargovindarajan.com/?p=739</guid>
		<description><![CDATA[Firefox 3.5, the final release, has made its debut and is ready for download from here. Typically (and unfortunately) it may take about a day or two for Firefox 3.5 final to appear in the Fedora 11 repositories and across all the mirrors. When it appears, upgrading from the current version (Beta 4) of FireFox [...]]]></description>
			<content:encoded><![CDATA[<p>Firefox 3.5, the final release, has made its debut and is ready for download from <a href="http://www.firefox.com" target="_blank">here</a>. Typically (and unfortunately) it may take about a day or two for Firefox 3.5 final to appear in the <a href="http://fedoraproject.org/index.html" target="_blank">Fedora 11</a> repositories and across all the mirrors. When it appears, upgrading from the current version (Beta 4) of FireFox to the final release would be a matter of issuing &#8216;yum install firefox&#8217;. But we may not have to wait!<span id="more-739"></span></p>
<p>In the meanwhile, issue the following commands in your Fedora 11 (32 bit) box to upgrade to the final release of Firefox. Note that we are installing the required packages from the <a href="http://koji.fedoraproject.org/koji/" target="_blank">Koji</a> repository:</p>
<ol>
<li>rpm -Uvh http://kojipkgs.fedoraproject.org/packages/nspr/4.8/1.fc11/i586/nspr-4.8-1.fc11.i586.rpm</li>
<li>rpm -Uvh http://kojipkgs.fedoraproject.org/packages/xulrunner/1.9.1/2.fc11/i586/xulrunner-1.9.1-2.fc11.i586.rpm</li>
<li>rpm -Uvh http://kojipkgs.fedoraproject.org/packages/firefox/3.5/1.fc11/i586/firefox-3.5-1.fc11.i586.rpm</li>
</ol>
<p>The above RPMs will need to be installed in the same order. If you are using 64 bit Fedora or are on other architecture (like ppc), download and install the packages named nspr, xulrunner and firefox from the following web pages:</p>
<ul>
<li>nspr: <a href="http://koji.fedoraproject.org/koji/buildinfo?buildID=112313" target="_blank">http://koji.fedoraproject.org/koji/buildinfo?buildID=112313</a></li>
<li>xulrunner: <a href="http://koji.fedoraproject.org/koji/buildinfo?buildID=112385" target="_blank">http://koji.fedoraproject.org/koji/buildinfo?buildID=112385</a></li>
<li>firefox: <a href="http://koji.fedoraproject.org/koji/buildinfo?buildID=112334" target="_blank">http://koji.fedoraproject.org/koji/buildinfo?buildID=112334</a></li>
</ul>
<p>Eventually these packages will be pushed and available through the official Fedora mirrors., but till that time, enjoy!</p>
<p><strong>Update (July 5, 2009):</strong> Firefox 3.5 Final has been available from the Fedora 11 repositories, as I <a href="http://twitter.com/shekharg/status/2436562818" target="_blank">mentioned</a> a few days back. A simple &#8216;yum update firefox&#8217; will do the update to the final version on Fedora 11. This makes <strong>the above content outdated. </strong></p>
<img src="http://www.shekhargovindarajan.com/?ak_action=api_record_view&id=739&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.shekhargovindarajan.com/open-source/firefox-3-5-final-on-fedora-11/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Fedora X</title>
		<link>http://www.shekhargovindarajan.com/open-source/fedora-x/?&amp;owa_from=feed&amp;owa_sid=&amp;utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=fedora-x</link>
		<comments>http://www.shekhargovindarajan.com/open-source/fedora-x/#comments</comments>
		<pubDate>Tue, 25 Nov 2008 17:18:09 +0000</pubDate>
		<dc:creator>Shekhar</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[cellular telephone]]></category>
		<category><![CDATA[connection sharing]]></category>
		<category><![CDATA[ext4]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Fedora 10]]></category>
		<category><![CDATA[fedora X]]></category>
		<category><![CDATA[Fedora X How]]></category>
		<category><![CDATA[i-mate Ultimate 8502 Cell Phone]]></category>
		<category><![CDATA[Internet connection]]></category>
		<category><![CDATA[Internet Connection Sharing]]></category>
		<category><![CDATA[Internet Sharing]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[mobinnova]]></category>
		<category><![CDATA[package/software selection]]></category>
		<category><![CDATA[PC Connection]]></category>
		<category><![CDATA[PDA]]></category>
		<category><![CDATA[plymouth]]></category>
		<category><![CDATA[redhat]]></category>
		<category><![CDATA[rndis]]></category>
		<category><![CDATA[usb-rndis]]></category>
		<category><![CDATA[windows mobile]]></category>
		<category><![CDATA[wireless connection]]></category>
		<category><![CDATA[Wow Factor   After installation]]></category>
		<category><![CDATA[YouTube]]></category>

		<guid isPermaLink="false">http://www.shekhargovindarajan.com/?p=497</guid>
		<description><![CDATA[How things change while on the move! I had been hitting the Fedora site constantly for the Fedora 10 download &#8211; last at around 20:30 hrs IST from a client&#8217;s office. While driving back, about 30 mins away from home, I checked the site on my Windows Mobile (ironic?) and I spotted &#8220;Fedora 10&#8243; written [...]]]></description>
			<content:encoded><![CDATA[<p>How things change while on the move! I had been hitting the <a href="http://fedoraproject.org/" target="_blank">Fedora</a> site constantly for the Fedora 10 download &#8211; last at around 20:30 hrs IST from a client&#8217;s office. While driving back, about 30 mins away from home, I checked the site on my Windows Mobile (ironic?) and I spotted &#8220;Fedora 10&#8243; written all over the site. Rushed home at double speed.</p>
<p>Fired the torrent as well as direct download. The latter because, saw only one peer @ 98.7% download. Let&#8217;s see who, direct or the torrent download, wins the race on my 2 Mbps connection at home. The torrent download is not giving me more than 3KBps whereas the direct download is dicey and swinging &#8211; at times from about 260 KBps to 40 KBps</p>
<p>Once downloaded I have to start thinking about backing up my laptop running Fedora 9 and installing the 10. This may happen tonight, if sleep does not take over the X.</p>
<p>Will update this post as I sail to X from IX.</p>
<p>And now (Nov 27, 2008 @ 16:30 IST), my laptop runs Fedora 10 <img src='http://www.shekhargovindarajan.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  Continuing to write from Fedora 10, about it. Following is the first glimpse, with the noteworthy new wallpaper,  of Fedora 10&#8217;s desktop, after the installation:</p>
<div id="attachment_505" class="wp-caption alignnone" style="width: 310px"><a href="http://www.shekhargovindarajan.com/wp-content/uploads/2008/11/fedora10-desktop.jpg"><img class="size-medium wp-image-505" title="fedora10-desktop" src="http://www.shekhargovindarajan.com/wp-content/uploads/2008/11/fedora10-desktop-300x187.jpg" alt="Fedora 10 Desktop" width="300" height="187" /></a><p class="wp-caption-text">Fedora 10 Desktop</p></div>
<p><span id="more-497"></span><strong>Installation</strong><br />
Didn&#8217;t find anything strikingly new in the installation. But worth mentioning is about <a href="http://en.wikipedia.org/wiki/Ext4" target="_blank">ext4</a> filesystem. Fedora 9 started supporting this new filesystem. I skipped using ext4 on Fedora 9 fearing that it is relatively new. With Fedora 10, I decided to go with it. But seems ext4 is still getting a newbie treatment. While partitioning ext4 does not show up until you type it in as a boot option.</p>
<p>That is, while booting from the Fedora 10 DVD, select &#8220;Install or upgrade an existing system&#8221; from the boot menu, press tab and append ext4 to the boot options such that the boot options look as follows:</p>
<p><em>vmlinuz initrd=initrd.img ext4</em></p>
<p>But then I got struck with a doubt while doing a custom partitioning. I recalled that when I used ext4 in Fedora 9 (just to experiment), I was not able to boot into the system because Grub (the Linux boot loader) did not like ext4 (/boot was ext4). I wondered whether this problem still existed with Fedora 10. Quick and impatient browsing did not help. So I decided to select ext4 even for the /boot partition, expecting that I may face a crash after installation. But thanks to Fedora 10&#8217;s installer. It prompted me (unlike Fedora 9) to not to use ext4 for the boot partition.</p>
<p>Bottom line: Don&#8217;t use ext4 for /boot or the boot partition. Those who are not in a habit to create a separate /boot partition will now have to create one, if they want to use ext4 for the root (/) partition.</p>
<p>Remaining installation was typical Fedora like. I was expecting but did not find <a href="http://www.netbeans.org/" target="_blank">Netbeans</a> during the package/software selection. Hoping that it will be available separately from the Fedora repositories.</p>
<p><strong>Booting: The Wow Factor<br />
</strong>After installation and during the boot up, we see the Fedora 10&#8217;s WOW Factor. Unlike most Linux distributions, including Fedora &lt; 10, no cryptic text saying &#8220;booting kernel&#8221;, &#8220;starting udev&#8221; etc. A straight jump to a graphical boot with a progress bar. Is this the Wow factor? No. Can&#8217;t explain it without a video While booting the animation of the shooting blue flairs from the blue Sun is really Wow. Thanks to the new boot system so called Plymouth. Following are the links to some YouTube videos which showcase the magnificent, new, animated boot screen:</p>
<p><a href="http://in.youtube.com/watch?v=A5aJyzgPAzo" target="_blank">Plymouth Solar Theme in Action</a></p>
<p>I think it is really a good move to hide those cryptic boot time messages. It scares a newbie and sometimes even me when I once saw a message as follows:</p>
<p><em>&#8220;Memory for crash kernel (0&#215;0 to 0&#215;0) not within permissible range&#8221;</em></p>
<p>during the boot process of <a href="http://www.centos.org/" target="_blank">CentOS</a> Linux. Upon read up, this message was claimed to be harmless despite talking about &#8220;crash kernel&#8221; <img src='http://www.shekhargovindarajan.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  Similarly it may be unnecessary to show the plethora of boot time messages, especially to a newbie and Fedora 10 does it well and even better with Plymouth. But, alas, shutdown of Fedora 10 still shows system messages on the screen.</p>
<p>As customary to Fedora, after the boot, I was greeted by the First Boot screen where I could setup a non-root user account, amongst others.</p>
<p>Finally I was dropped on the GNOME desktop (as shown in the screenshot above) and was greeted by 49 pending updates! This is something which used to surprise me before but humours me now, with all Fedoras. It has been just a day or two since the release of Fedora 10 and about 50 pending updates!. Either the releases are deadline driven or the Fedora community is indeed quite active. Anyways, being a long time Fedora user, this is just a rant.</p>
<p>Note: Fedora 10 does not even show the Grub menu while booting. As per Fedora 10&#8217;s release notes, the Grub menu is shown only if you have a dual boot (say with Windows and Fedora 10). Yet, to see the Grub menu, press any key after powering on your computer.</p>
<p><strong>Internet Connection Sharing with Windows Mobile<br />
</strong>One of the most talked about set of enhancements in Fedora 10 are those in the NetworkManager &#8211; a graphical applet which manages wired and wireless connection. One of the enhancements in NetworkManager is the connection sharing via WiFi ad-hoc which I will test and write about later.</p>
<p>This para is devoted to how easily I was able to connect my Windows Mobile (I-Mate Ultimate 8502 running Windows Mobile 6.0) via USB and was able to browse through its EDGE connection. One of the advantages of using USB to using Bluetooth is, the mobile keeps charging via USB while serving the Internet connection.</p>
<p>The general case is, if you are on the move and do not have access to an Internet connection (wired or WiFi), then one of the best ways is to connect your laptop via your GPRS/EDGE enabled mobile phone or PDA.</p>
<p>In Fedora 9, I could not get NetworkManager to work as easily for connection sharing with my mobile. I had to compile drivers (usb-rndis-lite), write configuration files and connect to the mobile from the commandline.</p>
<p>But with Fedora 10, its a breeze. Connect the mobile via USB, start &#8220;Internet Sharing&#8221; on the mobile and voila, you are connected! To launch &#8220;Internet Sharing&#8221; via USB on Windows Mobile 6, launch Start&gt;Programs&gt;Internet Sharing. Select &#8220;USB&#8221; from the &#8220;PC Connection&#8221; dropdown and for Network Connection, select your pr-configured GPRS/EDGE connection &#8211; &#8220;HUTCH (WEB)&#8221; in my case. Click on Connect. In seconds NetworkManager applet on the top right GNOME panel will show as connected to the mobile. Jet, set, browse!</p>
<p>Note: There are forum posts across the web which suggests to try permutations like click on the Connect (on the mobile) before connecting the mobile via USB or click on Connect after connecting the USB cable. I tried both and always found it to connect. Bottom line: whichever way, you should get connected instantly.</p>
<p>To be continued&#8230;</p>
<img src="http://www.shekhargovindarajan.com/?ak_action=api_record_view&id=497&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.shekhargovindarajan.com/open-source/fedora-x/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Chromified Firefox</title>
		<link>http://www.shekhargovindarajan.com/open-source/chromified-firefox/?&amp;owa_from=feed&amp;owa_sid=&amp;utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=chromified-firefox</link>
		<comments>http://www.shekhargovindarajan.com/open-source/chromified-firefox/#comments</comments>
		<pubDate>Sat, 25 Oct 2008 15:30:53 +0000</pubDate>
		<dc:creator>Shekhar</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[add-on site]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[chrome add-ons]]></category>
		<category><![CDATA[chrome package]]></category>
		<category><![CDATA[chromifox]]></category>
		<category><![CDATA[distrust]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[Firefox's status bar]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[incognito]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[look alike]]></category>
		<category><![CDATA[look like]]></category>
		<category><![CDATA[private browsing]]></category>
		<category><![CDATA[speed dial]]></category>
		<category><![CDATA[total rechrome]]></category>
		<category><![CDATA[visited site]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://www.shekhargovindarajan.com/?p=434</guid>
		<description><![CDATA[In a half an hour attempt to make Firefox look like Google Chrome with some similar functionality, I achieved the following:The Chromification was achieved with Firefox 3.0.2 (on my Fedora 9 laptop) with the following Firefox Add-ons:
Chrome Package (for Chrome look and feel)
Speed Dial (Chrome like most visited site)
Distrust (Private browsing or Incognito)
To download Chrome [...]]]></description>
			<content:encoded><![CDATA[<p>In a half an hour attempt to make Firefox look like Google Chrome with some similar functionality, I achieved the following:
<a href='http://www.shekhargovindarajan.com/open-source/chromified-firefox/attachment/firefox/' title='Firefox'><img width="150" height="150" src="http://www.shekhargovindarajan.com/wp-content/uploads/2008/10/firefox-150x150.jpg" class="attachment-thumbnail" alt="Firefox" title="Firefox" /></a>
<a href='http://www.shekhargovindarajan.com/open-source/chromified-firefox/attachment/chrome/' title='Chrome'><img width="150" height="150" src="http://www.shekhargovindarajan.com/wp-content/uploads/2008/10/chrome-150x150.jpg" class="attachment-thumbnail" alt="Google Chrome" title="Chrome" /></a>
<a href='http://www.shekhargovindarajan.com/open-source/chromified-firefox/attachment/chromified_firefox/' title='Chromified Firefox'><img width="150" height="150" src="http://www.shekhargovindarajan.com/wp-content/uploads/2008/10/chromified_firefox-150x150.jpg" class="attachment-thumbnail" alt="Chromified Firefox" title="Chromified Firefox" /></a>
<span id="more-434"></span>The Chromification was achieved with Firefox 3.0.2 (on my <a href="http://fedoraproject.org/" target="_blank">Fedora 9</a> laptop) with the following Firefox Add-ons:</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/8790" target="_blank">Chrome Package</a> (for Chrome look and feel)<br />
<a href="https://addons.mozilla.org/en-US/firefox/addon/4810" target="_blank">Speed Dial</a> (Chrome like most visited site)<br />
<a href="https://addons.mozilla.org/en-US/firefox/addon/1559" target="_blank">Distrust</a> (Private browsing or Incognito)</p>
<p>To download Chrome Package, you will need to register and login. After downloading, installing the add-ons and restarting Firefox, you will be greeted by the Chromified Firefox. Note that, in the &#8220;Chromified Firefox&#8221; screenshot, I have hidden the Firefox toolbars (like Google, Bookmark and other toolbars) to make Firefox look alike as much as Chrome <img src='http://www.shekhargovindarajan.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Note that these add-ons make Firefox look similar and function partially like Chrome. Do not expect the same look and feel and exact functionality/features.</p>
<p><strong>Chrome Package</strong><br />
This add-ons brings in the Chrome look and feel to Firefox. Note the tabs going above the location bar, change of icons and the + icon besides the latest tab to open a new tab.<strong><br />
Windows Vista users </strong>can try the <a href="https://addons.mozilla.org/en-US/firefox/addon/9322" target="_blank">Total ReChrome</a> addon, instead of Chrome Package. This add-on requires another add-on called <a href="https://addons.mozilla.org/en-US/firefox/addon/8782" target="_blank">Chromifox</a> to be pre-installed. I found it while searching for Chrome add-ons and I haven&#8217;t tried it myself. This add-on does not work in Linux.</p>
<p><strong>Speed Dial</strong><br />
This add-on shows the most visited site when a new Firefox window or tab is opened. After a Firefox restart, Speed Dial&#8217;s configuration pops up. On this, I checked/selected the following options:</p>
<ul>
<li>Load in blank new windows</li>
<li>Load in blank new tabs</li>
<li>Set Speed Dial as home page</li>
</ul>
<p>Note that unlike Google Chrome, Speed Dial does not automatically display the most visited site. You will need to bookmark your favourite sites via Bookmarks&gt;Set as Speed Dial.</p>
<p><strong>Distrust<br />
</strong>This facilitates the private browsing or the Incognito mode in Chrome. You may like to read about its functionality <a href="https://addons.mozilla.org/en-US/firefox/addon/1559" target="_blank">here</a>. It displays an &#8220;eye&#8221; like icon on the right side of the Firefox&#8217;s status bar. Clicking on the icon shows a green tick and starts the private browsing. From here on, any URL visits, form fillups, download history etc, are not stored. Note that, in Chrome the private browsing is started by launching a new window called the Incognito window. Hence Distrust gives similar features but not the same functionality.</p>
<p>I found the first two by searching for &#8220;chrome&#8221; on the <a href="https://addons.mozilla.org/en-US/firefox/" target="_blank">Firefox add-on site</a>. Found Distress by searching for &#8220;private browsing&#8221;. If you are able to find more, let me know <img src='http://www.shekhargovindarajan.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<img src="http://www.shekhargovindarajan.com/?ak_action=api_record_view&id=434&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.shekhargovindarajan.com/open-source/chromified-firefox/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Online storage for Linux</title>
		<link>http://www.shekhargovindarajan.com/open-source/online-storage-for-linux/?&amp;owa_from=feed&amp;owa_sid=&amp;utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=online-storage-for-linux</link>
		<comments>http://www.shekhargovindarajan.com/open-source/online-storage-for-linux/#comments</comments>
		<pubDate>Thu, 23 Oct 2008 12:55:33 +0000</pubDate>
		<dc:creator>Shekhar</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[adrive]]></category>
		<category><![CDATA[album]]></category>
		<category><![CDATA[drag-n-drop online storage]]></category>
		<category><![CDATA[dropbox]]></category>
		<category><![CDATA[Dropbox installation]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Fedora Core]]></category>
		<category><![CDATA[gmail drive]]></category>
		<category><![CDATA[gmailfs]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux      Dropbox installation]]></category>
		<category><![CDATA[live mesh]]></category>
		<category><![CDATA[Mac OS]]></category>
		<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[online album]]></category>
		<category><![CDATA[online backup]]></category>
		<category><![CDATA[online storage]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[photo]]></category>
		<category><![CDATA[RPM After installation]]></category>
		<category><![CDATA[SELinux Administration]]></category>
		<category><![CDATA[shared]]></category>
		<category><![CDATA[sharing]]></category>
		<category><![CDATA[sync]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[version]]></category>
		<category><![CDATA[www.dropbox.com/download?dl=packages/nautilus-dropbox-0.6.1-1.fc10.i386.rpm]]></category>
		<category><![CDATA[www.getdropbox.com]]></category>
		<category><![CDATA[xdrive]]></category>

		<guid isPermaLink="false">http://www.shekhargovindarajan.com/?p=418</guid>
		<description><![CDATA[I was looking for an online storage:

Which can work on Linux (on my Fedora 9 laptop)
Using which backing up files is quick &#8211; as easy as drag-n-drop or copy-n-paste (else I will be lazy to back up)
Free
Atleast a GB of space (if not more)

Optionally:

To be able to access the files from anywhere
To be able access [...]]]></description>
			<content:encoded><![CDATA[<p>I was looking for an online storage:</p>
<ul>
<li>Which can work on Linux (on my <a href="http://fedoraproject.org/" target="_blank">Fedora 9</a> laptop)</li>
<li>Using which backing up files is quick &#8211; as easy as drag-n-drop or copy-n-paste (else I will be lazy to back up)</li>
<li>Free</li>
<li>Atleast a GB of space (if not more)</li>
</ul>
<p>Optionally:</p>
<ul>
<li>To be able to access the files from anywhere</li>
<li>To be able access the files using my laptop, home desktop and office desktop running Windows/Linux</li>
<li>Offline access to files (for those rare occasions when I&#8217;m not connected to the Internet)</li>
</ul>
<p>I checked out Xdrive, Adrive, Gmail Drive and Live Mesh but none of these fit my mandatory requirements. Xdrive and Live Mesh are Windows only. Adrive&#8217;s <a href="http://en.wikipedia.org/wiki/WebDAV" target="_blank">WebDav</a> access is paid. Gmail Drive (tried using fuse-gmailfs on Fedora) was erratic.</p>
<p>The solution that worked for me was <a href="http://www.getdropbox.com" target="_blank">Dropbox</a> &#8211; 2 GB free space, works on Linux and drag-n-drop online storage. Dropbox is also available for Windows and Mac OS, besides Linux<span id="more-418"></span></p>
<p><strong>Dropbox installation on Linux:</strong></p>
<ol>
<li>Goto <a href="http://www.getdropbox.com" target="_blank">www.getdropbox.com</a></li>
<li>Click on &#8220;Download Dropbox&#8221; link</li>
<li>You may see a list of Dropbox installer(s) for your operating system (in case of Windows, a .exe installer is downloaded automatically).<br />
In my case (when I accessed from my Laptop running Fedora 9) I saw RPMs for Fedora 9, Deb for Ubuntu and the Dropbox source. I opted for <a href="https://www.getdropbox.com/download?dl=nautilus-dropbox-packages/0.4.1/nautilus-dropbox-0.4.1-1.fc9.i386.rpm" target="_blank">Fedora Core 9 (x86)</a>.</li>
<li>This RPM installs a Nautilus plugin/extension for Dropbox.</li>
<li>After installing this RPM, logout and re-login or reboot your computer.</li>
<li>You will see a Dropbox plugin icon <a href="http://www.shekhargovindarajan.com/wp-content/uploads/2008/10/dropbox.png"><img class="size-medium wp-image-422 alignnone" title="dropbox" src="http://www.shekhargovindarajan.com/wp-content/uploads/2008/10/dropbox.png" alt="The Dropbox icon" width="16" height="16" /></a> on the GNOME (I use GNOME in Fedora 9) panel.</li>
<li>Wait for sometime for plugin to download the Dropbox application.</li>
<li>Henceforth, a wizard will be launched. Follow the wizard to create a Dropbox account</li>
<li>Once done, the Dropbox folder will be launched, as shown below. To this folder, you can drag-n-drop files to sync &#8211; with the online storage.</li>
</ol>
<div id="attachment_427" class="wp-caption alignnone" style="width: 310px"><a href="http://www.shekhargovindarajan.com/wp-content/uploads/2008/10/dropbox-folder.png"><img class="size-medium wp-image-427" title="dropbox-folder" src="http://www.shekhargovindarajan.com/wp-content/uploads/2008/10/dropbox-folder-300x192.png" alt="Dropbox folder" width="300" height="192" /></a><p class="wp-caption-text">Dropbox folder</p></div>
<p>A blue icon besides the folders indicate that the folders and the files in them are not yet synced. After a couple of minutes, the folder and files are synced with some sample files and images from Dropbox. Upon sync the icon changes to green as shown below:</p>
<div id="attachment_426" class="wp-caption alignnone" style="width: 310px"><a href="http://www.shekhargovindarajan.com/wp-content/uploads/2008/10/dropbox-synced-folder.png"><img class="size-medium wp-image-426" title="dropbox-synced-folder" src="http://www.shekhargovindarajan.com/wp-content/uploads/2008/10/dropbox-synced-folder-300x192.png" alt="Fully synced Dropbox folder " width="300" height="192" /></a><p class="wp-caption-text">Fully synced Dropbox folder </p></div>
<p>You can drag-n-drop or copy-n-paste any file or folder to the Dropbox folder and after a while they will sync with the online storage. Since the Dropbox folder is a normal folder like any other folder/directory on Linux, you can edit files in place and the changed files will sync back to the online storage.</p>
<p>The Dropbox folder is created under your home directory (.e.g. /home/shekhar/Dropbox). It can also be launched by clicking on the Dropbox icon on the panel.</p>
<p>One nuisance though. Once installed, Dropbox is enabled for all the users (Linux user accounts). Hence when you login into the system as a different user you will again get to see the Dropbox wizard which can&#8217;t be closed. It will popup again, if closed. The way out seems to be to follow and complete the wizard even if that user account will not be using Dropbox.</p>
<p>My usage of Dropbox is limited to the above. I drag-n-drop important files (largely documents) into the Dropbox folder so that I have a reliable (I hope) online backup.</p>
<p>Following is an overview of other features of Dropbox which I&#8217;m not using, currently:</p>
<p><strong>Public and Photos Folder</strong></p>
<p>A file in the Public folder can be accessed by anyone who has a URL to the file. You can send a URL by right clicking on a file in the public folder and selecting Dropbox&gt;Copy public link. Henceforth you can paste and send the link to someone who can in turn download the file.</p>
<p>Folders with images dropped in the Dropbox&#8217;s Photos folder can become an online album.</p>
<p><strong>Versioning</strong></p>
<p>All files in the Dropbox are versioned. You can right click on a file, select Dropbox&gt;Revisions to see the earlier versions of the file. This will take you to the Getdropbox.com website, in your account. You can restore an earlier version of a file by clicking on the Restore link.</p>
<p>You can even see and restore deleted files by login to your Dropbox account online.</p>
<p><strong>Sharing</strong></p>
<p>You can share files in the non-Public folders (not files) by right clicking on them and selecting Dropbox&gt;Share. This will open a Getdropbox.com webpage. Here you can send E-mail invitations to people with whom you want to share the folders. The invitees will be able to access the folder by downloading Dropbox or via Getdropbox.com</p>
<p>The Dropbox <a href="http://www.getdropbox.com/faq/" target="_blank">FAQ</a> is a must read to understand its features.</p>
<p><strong>Update (November 3, 2008)</strong>: Updated to <a href="https://www.getdropbox.com/download?dl=packages/nautilus-dropbox-0.5.0-1.fc9.i386.rpm">DropBox 0.5.0</a> for Fedora 9 via updating the RPM. The version that I had been using was 0.4.1. After reboot, I had to right click and start DropBox by clicking on &#8220;Start Dropbox&#8221;. This was not required in the earlier version.</p>
<p>Hmm, upon the second reboot, I did not have to right click to start DropBox. I&#8217;m confused. As of now, will settle down to, all is well that ends well <img src='http://www.shekhargovindarajan.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><strong>Update (November 19, 2009)</strong>: Dropbox works on Fedora 12 (Constantine). Here is how I installed it and made it work:</p>
<ul>
<li>Had set SELinux in Permissive mode using the GNOME applet called SELinux Administration (System&gt;Administration&gt;SELinux Management). You may also opt to set it to Disabled, instead of Permissive.</li>
<li>Downloaded and installed the Fedora 10 RPM from <a href="https://www.dropbox.com/download?dl=packages/nautilus-dropbox-0.6.1-1.fc10.i386.rpm" target="_blank">https://www.dropbox.com/download?dl=packages/nautilus-dropbox-0.6.1-1.fc10.i386.rpm</a>. Note that this is the 32-Bit RPM</li>
<li>After installation, logged out and again logged into GNOME as a non-root user. Did not find a Dropbox icon on the panel (at the top right, by default).</li>
<li>Opened a terminal window (console) in GNOME and issued the following:<em>
<pre>
dropbox start -i </pre>
<p></em></li>
<li>This started downloading Dropbox and upon download, displayed the configuration wizard. Followed the on-screen instructions which prompted me for my Dropbox account credentials, location of Dropbox folder etc.</li>
<li>Upon subsequent logins, found Dropbox icon on the panel.</li>
<li>If Dropbox does not connect (i.e. when you do not see a green tick on the icon), right click on the icon and select &#8220;Stop Dropbox&#8221;. Next open a terminal window and type: <em>
<pre>
dropbox start </pre>
<p></em></li>
<li>It works!</li>
</ul>
<img src="http://www.shekhargovindarajan.com/?ak_action=api_record_view&id=418&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.shekhargovindarajan.com/open-source/online-storage-for-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fennec &#8211; Firefox for mobiles</title>
		<link>http://www.shekhargovindarajan.com/open-source/fennec-firefox-for-mobiles/?&amp;owa_from=feed&amp;owa_sid=&amp;utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=fennec-firefox-for-mobiles</link>
		<comments>http://www.shekhargovindarajan.com/open-source/fennec-firefox-for-mobiles/#comments</comments>
		<pubDate>Sat, 18 Oct 2008 10:48:27 +0000</pubDate>
		<dc:creator>Shekhar</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[2003]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Awesome Bar]]></category>
		<category><![CDATA[fennec]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[maemo]]></category>
		<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[minimo]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[mobile phones]]></category>
		<category><![CDATA[n810]]></category>
		<category><![CDATA[nokia]]></category>
		<category><![CDATA[Nokia N810]]></category>
		<category><![CDATA[output devices]]></category>
		<category><![CDATA[pocket pc]]></category>
		<category><![CDATA[Shekhar Govindarajan]]></category>
		<category><![CDATA[the Firefox]]></category>
		<category><![CDATA[typical web browser button]]></category>
		<category><![CDATA[typical web browsing]]></category>
		<category><![CDATA[United States]]></category>
		<category><![CDATA[web browser]]></category>
		<category><![CDATA[windows mobile]]></category>

		<guid isPermaLink="false">http://www.shekhargovindarajan.com/?p=392</guid>
		<description><![CDATA[We love Firefox on our desktops and now there is Firefox for our mobiles &#8211; called Fennec. Fennec is a web browser for mobiles (phones, PDAs and small screen tablets) released by Mozilla. As of this writing, it is in Alpha 1.
Fennec Alpha 1 is available only for Nokia N810 tablets running Maemo. But I [...]]]></description>
			<content:encoded><![CDATA[<p>We love Firefox on our desktops and now there is Firefox for our mobiles &#8211; called <a href="http://www.mozilla.org/projects/fennec/1.0a1/releasenotes/" target="_blank">Fennec</a>. Fennec is a web browser for mobiles (phones, PDAs and small screen tablets) released by Mozilla. As of this writing, it is in Alpha 1.</p>
<p>Fennec Alpha 1 is available only for Nokia N810 tablets running Maemo. But I own a Windows Mobile. Fortunately, Fennec is downloadable for Windows, Linux and Mac desktops &#8211; for users (like me) to see its glimpse, test it and give feedback.</p>
<p>I downloaded the Linux version from <a href="http://ftp.mozilla.org/pub/mozilla.org/mobile/fennec-1.0a1.en-US.linux-i686.tar.bz2" target="_blank">here</a>. Extracted the archive (tar -jxvf fennec-1.0a1.en-US.linux-i686.tar.bz2). This produced a directory named fennec.  Changed to this directory and launched Fennec by issuing ./fennec.</p>
<div id="attachment_395" class="wp-caption alignnone" style="width: 310px"><a href="http://www.shekhargovindarajan.com/wp-content/uploads/2008/10/fennec-first-launch.jpeg"><img class="size-medium wp-image-395" title="fennec-first-launch" src="http://www.shekhargovindarajan.com/wp-content/uploads/2008/10/fennec-first-launch-300x187.jpg" alt="Fennec - The first launch" width="300" height="187" /></a><p class="wp-caption-text">Fennec - The first launch</p></div>
<p><span id="more-392"></span>With the aim not being a full fledged review of Fennec (since it is in alpha), following are a few noteworthy features:</p>
<p><strong>Awesome bar:</strong> Like Firefox 3, Fennec shows the earlier visited sites as you start typing in a URL. It shows the URL and title of the sites. This allows you to quickly jump to the URL without much typing:</p>
<div id="attachment_396" class="wp-caption alignnone" style="width: 310px"><a href="http://www.shekhargovindarajan.com/wp-content/uploads/2008/10/fennec-awesomebar.jpeg"><img class="size-medium wp-image-396" title="fennec-awesomebar" src="http://www.shekhargovindarajan.com/wp-content/uploads/2008/10/fennec-awesomebar-300x180.jpg" alt="Awesome Bar" width="300" height="180" /></a><p class="wp-caption-text">Awesome Bar</p></div>
<p><strong>Optimizes Website&#8217;s dimension:</strong> Seems Fennec tries its best to horizontally fit a web page to the viewable area. A website can be scrolled vertically by dragging the mouse from bottom to top.  Following is how my Blog looks in Fennec:</p>
<div id="attachment_397" class="wp-caption alignnone" style="width: 310px"><a href="http://www.shekhargovindarajan.com/wp-content/uploads/2008/10/fennec-my-blog.jpeg"><img class="size-medium wp-image-397" title="fennec-my-blog" src="http://www.shekhargovindarajan.com/wp-content/uploads/2008/10/fennec-my-blog-300x180.jpg" alt="Shekhar Govindarajan's Blog in Fennec" width="300" height="180" /></a><p class="wp-caption-text">Shekhar Govindarajan&#39;s Blog in Fennec</p></div>
<p><strong>Tab browsing:</strong> As hinted on the first launch screen, drag the mouse, to the right, on the Fennec window and you will see the tabs panel. It shows the preview of all the currently open tabs as shown below:</p>
<div id="attachment_398" class="wp-caption alignnone" style="width: 310px"><a href="http://www.shekhargovindarajan.com/wp-content/uploads/2008/10/fennec-tabbed-browsing.jpeg"><img class="size-medium wp-image-398" title="fennec-tabbed-browsing" src="http://www.shekhargovindarajan.com/wp-content/uploads/2008/10/fennec-tabbed-browsing-300x187.jpg" alt="Tabbed browsing in Fennec" width="300" height="187" /></a><p class="wp-caption-text">Tabbed browsing in Fennec</p></div>
<p>You can launch a new tab by clicking on the + button or remove a launched tab by clicking on the &#8211; button on the tab preview. Fennec automatically launches a separate tab for links which open in a new Window.</p>
<p><strong>Back, forward and favourite buttons</strong>: Dragging the mouse towards the left reveals the typical web browser button for Back, Previous and Bookmark/Favourites.</p>
<div id="attachment_399" class="wp-caption alignnone" style="width: 310px"><a href="http://www.shekhargovindarajan.com/wp-content/uploads/2008/10/fennec-back-previous-favourites.jpeg"><img class="size-medium wp-image-399" title="fennec-back-previous-favourites" src="http://www.shekhargovindarajan.com/wp-content/uploads/2008/10/fennec-back-previous-favourites-300x180.jpg" alt="Drag the mouse to the left to see the typical web browsing buttons" width="300" height="180" /></a><p class="wp-caption-text">Drag the mouse to the left to see the typical web browsing buttons</p></div>
<p><strong>Configuration/Preferences: </strong>Clicking on the wheel button (at the bottom), shown in the above screenshot, reveals the browser&#8217;s configuration or preferences option. But I was not able to select or change any option. Either I&#8217;m doing something wrong or it is the Alpha factor.</p>
<div id="attachment_400" class="wp-caption alignnone" style="width: 310px"><a href="http://www.shekhargovindarajan.com/wp-content/uploads/2008/10/fennec-preferences.jpeg"><img class="size-medium wp-image-400" title="fennec-preferences" src="http://www.shekhargovindarajan.com/wp-content/uploads/2008/10/fennec-preferences-300x187.jpg" alt="The preferences window" width="300" height="187" /></a><p class="wp-caption-text">The preferences window</p></div>
<p><strong>Remember password:</strong> Fennec showcases the same non-intrusive remember password prompt &#8211; as in Firefox 3 and Google Chrome. The remember password prompt is displayed on the top without stopping the subsequent (to the login) page from opening:</p>
<div id="attachment_401" class="wp-caption alignnone" style="width: 310px"><a href="http://www.shekhargovindarajan.com/wp-content/uploads/2008/10/fennec-remember-password.jpeg"><img class="size-medium wp-image-401" title="fennec-remember-password" src="http://www.shekhargovindarajan.com/wp-content/uploads/2008/10/fennec-remember-password-300x187.jpg" alt="Remember password prompt" width="300" height="187" /></a><p class="wp-caption-text">Remember password prompt</p></div>
<p>I browsed through GMail (non mobile version) using Fennec and found it to working fine. This means Fennec will be supporting JavaScript and AJAX intensive sites.</p>
<p><strong>Miscellaneous: </strong></p>
<ul>
<li>Fennec claims to support plugins and addons with several plugins like that for Java, Quicktime and DivX listed. But even after enabling them I could not see Java applets or Quicktime videos.</li>
<li>It seems to remember the data filled in form fields too and displays a small popup above the fields to assist in prefilling</li>
<li>Flash based websites did not work. There were no Flash plugins listed</li>
<li>While not a Fennec&#8217;s issue, Websites (like mine) are not detecting Fennec as a mobile browser. The user agent string emitted by Fennec (while running on a Linux desktop) is as follows:<em><br />
</em></li>
</ul>
<p><em> Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1b2pre) Gecko/20081015 Fennec/1.0a1</em></p>
<p>Note that Fennec is not the first mobile browser from Mozilla. Earlier Mozilla had released a web browser called <a href="http://www-archive.mozilla.org/projects/minimo/" target="_blank">Minimo</a>. Minimo is now found in the Mozilla archives. This means Fennec is the way forward. I had used Minimo on my earlier mobile which was a Windows Pocket PC (running Windows Mobile 2003). Minimo also supports tab browsing.</p>
<p>Fennec is said to use the Firefox&#8217;s design principles and the Gecko engine and hence I&#8217;m calling it the Firefox for mobiles. I&#8217;m not sure if Fennec and Firefox share the same code base.</p>
<p>Last but not the least, I played with Fennec on a Linux laptop with a mouse, keyword and a large screen. How well it works with a phone&#8217;s input and output devices can be told by someone who owns a Nokia tablet. It will also be interesting to see how the future versions of Fennec behave on smaller screens of mobile phones and PDAs.</p>
<p>Waiting eagerly for the WIndows Mobile version of Fennec &#8230;</p>
<img src="http://www.shekhargovindarajan.com/?ak_action=api_record_view&id=392&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.shekhargovindarajan.com/open-source/fennec-firefox-for-mobiles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Office 2007 files in Linux</title>
		<link>http://www.shekhargovindarajan.com/open-source/open-office-2007-files-in-linux/?&amp;owa_from=feed&amp;owa_sid=&amp;utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=open-office-2007-files-in-linux</link>
		<comments>http://www.shekhargovindarajan.com/open-source/open-office-2007-files-in-linux/#comments</comments>
		<pubDate>Sat, 09 Aug 2008 17:37:46 +0000</pubDate>
		<dc:creator>Shekhar</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[doc]]></category>
		<category><![CDATA[docx]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Internet Mail Extensions]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[odfconvertor]]></category>
		<category><![CDATA[odt]]></category>
		<category><![CDATA[office]]></category>
		<category><![CDATA[office 2007]]></category>
		<category><![CDATA[Open Office]]></category>
		<category><![CDATA[openoffice]]></category>
		<category><![CDATA[ppt]]></category>
		<category><![CDATA[pptx]]></category>
		<category><![CDATA[tried and tested solution]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[xls]]></category>
		<category><![CDATA[xlsx]]></category>

		<guid isPermaLink="false">http://www.shekhargovindarajan.com/?p=79</guid>
		<description><![CDATA[Occasionally (or often), when one sends you Office 2007 files (docx, xlsx, pptx) and you are using OpenOffice, you wonder how to open it?  I can suggest, my tried and tested solution on OpenOffice, on Linux.

Earlier I had been converting Office 2007 on Linux command line using OdfConverter as per the instructions at http://www.oooninja.com/2008/01/convert-openxml-docx-etc-in-linux-using.html.
Today saw [...]]]></description>
			<content:encoded><![CDATA[<p>Occasionally (or often), when one sends you Office 2007 files (docx, xlsx, pptx) and you are using OpenOffice, you wonder how to open it?  I can suggest, my tried and tested solution on OpenOffice, on Linux.</p>
<p><span id="more-79"></span></p>
<p>Earlier I had been converting Office 2007 on Linux command line using OdfConverter as per the instructions at <a href="http://www.oooninja.com/2008/01/convert-openxml-docx-etc-in-linux-using.html" target="_blank">http://www.oooninja.com/2008/01/convert-openxml-docx-etc-in-linux-using.html</a>.</p>
<p>Today saw Ubuntu Linux opening Office 2007 files in OpenOffice 2.4. I have been using Fedora (as of this writing I&#8217;m running Fedora 9) on my laptop.Definitely there had to be something similar, for OpenOffice 2.4 in Fedora 9.</p>
<p>Found it at the following URL: <a href="http://katana.oooninja.com/w/odf-converter-integrator" target="_blank">http://katana.oooninja.com/w/odf-converter-integrator</a></p>
<ol>
<li>Fedora users can install the RPMs from <a href="http://katana.oooninja.com/f/software/odf-converter-integrator-0.1.5-1.i386.rpm" target="_blank">http://katana.oooninja.com/f/software/odf-converter-integrator-0.1.5-1.i386.rpm</a></li>
<li>Once this RPM is installed, double clicking any Office 2007 file will open the corresponding file in OpenOffice.</li>
</ol>
<p><strong>How it works</strong></p>
<ol>
<li>It basically registers a script &#8211; a python script &#8211; called odf-converter-integrator (found in /usr/bin directory) which is associated with the MIME (Multipurpose Internet Mail Extensions) types of Office 2007 files.</li>
<li>This script uses the same OdfConverter binary which I used before and converts the Office 2007 file on the fly.</li>
</ol>
<p><strong>Shortcomings</strong></p>
<ol>
<li>While this will open an Office 2007 file using double click, you cannot open an Office 2007 file using File-&gt;Open in OpenOffice.</li>
<li>Don&#8217;t expect to be able to save the file in Office 2007 format. You will have to choose one of the OpenOffice supported file formats (like ODT, DOC, ODS, XLS, ODP, PPT etc.).</li>
</ol>
<p><strong>Update (Oct 20, 2008)</strong>: The convertor documents do not show <a href="http://office.microsoft.com/en-us/help/HA012058671033.aspx" target="_blank">SmartArt</a> (if used) in the Office 2007 files, not even as an embedded image.</p>
<img src="http://www.shekhargovindarajan.com/?ak_action=api_record_view&id=79&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.shekhargovindarajan.com/open-source/open-office-2007-files-in-linux/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Clipart for OpenOffice Draw</title>
		<link>http://www.shekhargovindarajan.com/open-source/clipart-for-openoffice-draw/?&amp;owa_from=feed&amp;owa_sid=&amp;utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=clipart-for-openoffice-draw</link>
		<comments>http://www.shekhargovindarajan.com/open-source/clipart-for-openoffice-draw/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 21:15:20 +0000</pubDate>
		<dc:creator>Shekhar</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[clipart]]></category>
		<category><![CDATA[diagram]]></category>
		<category><![CDATA[diagram tool]]></category>
		<category><![CDATA[DONE]]></category>
		<category><![CDATA[draw]]></category>
		<category><![CDATA[GUI]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[openoffice]]></category>
		<category><![CDATA[openoffice draw]]></category>
		<category><![CDATA[visio]]></category>

		<guid isPermaLink="false">http://www.shekhargovindarajan.com/?p=64</guid>
		<description><![CDATA[The closest  to Visio in Linux is OpenOffice Draw. This is, going by the convention that a diagram tool is an integral part of an office or productivity suite.
I have myself done two comprehensive SRS (System Requirement Specification) documents &#8211; about 50 pages in length and full of UI diagrams &#8211; using OpenOffice Draw. The [...]]]></description>
			<content:encoded><![CDATA[<p>The closest  to Visio in Linux is OpenOffice Draw. This is, going by the convention that a diagram tool is an integral part of an office or productivity suite.</p>
<p>I have myself done two comprehensive SRS (System Requirement Specification) documents &#8211; about 50 pages in length and full of UI diagrams &#8211; using OpenOffice Draw. The connectors, the basic shapes and  numerous the export options (or file formats) are all indispensable. But what was missing was a clipart of common shapes and elements.</p>
<p><span id="more-64"></span></p>
<p>I myself made tini-mini ODG files (OpenOffice Draw files) for combo boxes, dialog boxes and scrollbars, and re-used them in my diagrams.</p>
<p>Then, discovered this link to <a href="http://www.lautman.net/mark/coo/index.html" target="_blank">Custom OO shapes</a>. Downloaded the .odg fies from this page and opened them in OpenOffice Draw Following is the screenshot of <a href="http://www.lautman.net/mark/coo/GUI_Elements.odg" target="_blank">basic UI</a> (user interface) elements like windows, dropdowns, frames, buttons, checkboxes etc.</p>
<div id="attachment_65" class="wp-caption alignnone" style="width: 310px"><a href="http://www.shekhargovindarajan.com/wp-content/uploads/2008/08/custom_oo_shapes.jpeg"><img class="size-medium wp-image-65" title="Custom OO Shapes" src="http://www.shekhargovindarajan.com/wp-content/uploads/2008/08/custom_oo_shapes-300x177.jpg" alt="Custom OO Shapes - GUI Elements and Controls" width="300" height="177" /></a><p class="wp-caption-text">Custom OO Shapes - GUI Elements and Controls</p></div>
<p>The way you can use them is:</p>
<ol>
<li>Open the downloaded .odg files in OpenOffice Draw</li>
<li>Select the shape/component/element</li>
<li>Copy and paste the shape in your own diagram</li>
<li>Edit the shape &#8211; for example, change the label of the button from &#8220;OK&#8221; to &#8220;DONE&#8221;</li>
</ol>
<p>Do not expect:</p>
<ol>
<li>A Visio like, always accessible, sidebar/menu links to the clipart.</li>
<li>Colorful shapes</li>
</ol>
<img src="http://www.shekhargovindarajan.com/?ak_action=api_record_view&id=64&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.shekhargovindarajan.com/open-source/clipart-for-openoffice-draw/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open source alternatives to Microsoft Products</title>
		<link>http://www.shekhargovindarajan.com/open-source/open-source-alternatives-to-microsoft-products/?&amp;owa_from=feed&amp;owa_sid=&amp;utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=open-source-alternatives-to-microsoft-products</link>
		<comments>http://www.shekhargovindarajan.com/open-source/open-source-alternatives-to-microsoft-products/#comments</comments>
		<pubDate>Thu, 31 Jul 2008 12:31:01 +0000</pubDate>
		<dc:creator>Shekhar</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[alfresco]]></category>
		<category><![CDATA[biztalk]]></category>
		<category><![CDATA[commerce server]]></category>
		<category><![CDATA[crm]]></category>
		<category><![CDATA[dynamics]]></category>
		<category><![CDATA[exchange]]></category>
		<category><![CDATA[jitterbit]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[microsoft alternatives]]></category>
		<category><![CDATA[microsoft products]]></category>
		<category><![CDATA[office]]></category>
		<category><![CDATA[open source alternatives]]></category>
		<category><![CDATA[oscommerce]]></category>
		<category><![CDATA[sharepoint]]></category>
		<category><![CDATA[sugarcrm]]></category>
		<category><![CDATA[zimbra]]></category>

		<guid isPermaLink="false">http://www.shekhargovindarajan.com/?p=60</guid>
		<description><![CDATA[Here is a list &#8211; based on my own compilation and personal xp (experience). Does not mean a feature comparison, which is better which is not and definitely not, Open Source vs Microsoft. Just a list, a mere informative list, to start looking:

Microsoft Biztalk: Jitterbit
Microsoft Commerce Server: osCommerce
Microsoft Dynamics CRM: SugarCRM
Microsoft Exchange Server: Zimbra
Microsoft Office [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a list &#8211; based on my own compilation and personal xp (experience). Does not mean a feature comparison, which is better which is not and definitely not, Open Source vs Microsoft. Just a list, a mere informative list, to start looking:</p>
<ul>
<li><a href="http://www.microsoft.com/biztalk/" target="_blank">Microsoft Biztalk</a>: <a href="http://www.jitterbit.com/" target="_blank">Jitterbit</a></li>
<li><a href="http://www.microsoft.com/commerceserver/" target="_blank">Microsoft Commerce Server</a>: <a href="http://www.oscommerce.com/" target="_blank">osCommerce</a></li>
<li><a href="http://www.microsoft.com/dynamics/crm/" target="_blank">Microsoft Dynamics CRM</a>: <a href="http://www.sugarcrm.com/" target="_blank">SugarCRM</a></li>
<li><a href="http://www.microsoft.com/EXCHANGE/" target="_blank">Microsoft Exchange Server</a>: <a href="http://www.zimbra.com/" target="_blank">Zimbra</a></li>
<li><a href="http://www.microsoft.com/Sharepoint/" target="_blank">Microsoft Office SharePoint Server</a>: <a href="http://www.alfresco.com/" target="_blank">Alfresco</a></li>
</ul>
<img src="http://www.shekhargovindarajan.com/?ak_action=api_record_view&id=60&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.shekhargovindarajan.com/open-source/open-source-alternatives-to-microsoft-products/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
	</channel>
</rss>
