<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="http://feedproxy.google.com/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feedproxy.google.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Geekish</title>
	
	<link>http://www.geekishblog.com</link>
	<description>For All The Geekish Stuff</description>
	<pubDate>Tue, 04 Nov 2008 17:46:42 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feedproxy.google.com/Geekish" type="application/rss+xml" /><feedburner:emailServiceId>Geekish</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Remotely Control your Torrents on Linux</title>
		<link>http://feedproxy.google.com/~r/Geekish/~3/86aVaW_y5HI/</link>
		<comments>http://www.geekishblog.com/2008/09/remotely-control-your-torrents-in-linux/#comments</comments>
		<pubDate>Sun, 14 Sep 2008 22:34:27 +0000</pubDate>
		<dc:creator>Ruhaan Ahmed</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[seedbox]]></category>

		<category><![CDATA[Torrent]]></category>

		<category><![CDATA[torrentflux]]></category>

		<category><![CDATA[Torrentflux-b4rt]]></category>

		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://www.geekishblog.com/?p=840</guid>
		<description><![CDATA[<!-- Powered by Shantz WP Prefix Suffix. Tech Blog: http://tech.shantanugoel.com/ Secure Programming Blog: http://www.safercode.com/blog/ Blog: http://blog.shantanugoel.com/ -->You have a spare PC lying around or you travel a lot and want to monitor your Bitorrent downloads. Well then what you could do is make yourself a mini seedbox, essentially what a seedbox is a spare computer that you use for torrent downloads now I am going to show you how to create [...]]]></description>
			<content:encoded><![CDATA[<!-- Powered by Shantz WP Prefix Suffix. Tech Blog: http://tech.shantanugoel.com/ Secure Programming Blog: http://www.safercode.com/blog/ Blog: http://blog.shantanugoel.com/ --><p>You have a spare PC lying around or you travel a lot and want to monitor your Bitorrent downloads. Well then what you could do is make yourself a mini seedbox, essentially what a seedbox is a spare computer that you use for torrent downloads now I am going to show you how to create one so that it may be easy for you to monitor your Bittorrent downloads on the go.</p>
<p>First thing&#8217;s first we need a torrent client in this case we will be using a modified version of Torrent Flux ( which is a php torrent client) called <a href="http://tf-b4rt.berlios.de/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://tf-b4rt.berlios.de/');">Torrentflux-b4rt</a>. I choose the modified version because it has more features and also the option to use different back ends. you must be wondering why not just use the uTorrent with its webUI, let me tell you that utorrent webUI has very limited set of features as opposed to TorrentFlux and utorrent webUI cant be accessed from your cellphone if you decide to control it on the go and last but not the least torrentflux is very customizable as you can install plugins and theme to either change the look or to add more features.</p>
<p><span id="more-840"></span></p>
<p>Now first we need to install Xampp which will act as a way to execute the php scripts that make torrentflux. First download Xampp from <a href="http://www.apachefriends.org/download.php?xampp-linux-1.6.7.tar.gz" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.apachefriends.org/download.php?xampp-linux-1.6.7.tar.gz');">here</a> and make sure to download it into your home folder. Now execute these commands step by step</p>
<blockquote>
<pre>su</pre>
</blockquote>
<blockquote><p><tt>tar xvfz xampp-linux-1.6.7.tar.gz -C /opt</tt></p></blockquote>
<p>Xampp has been installed into your computers /opt directory.</p>
<p>Now to start Xampp enter this:<br />
<code><br />
</code></p>
<blockquote><p><tt>/opt/lampp/lampp start</tt></p></blockquote>
<p>once you are done you should see some conformation messages telling you that Xampp has started successfully. To test enter this URL into a browser http://127.0.0.1 .Before you start doing anything else i suggest you make your xampp installation secure. to do so enter this command.</p>
<blockquote>
<pre>/opt/lampp/lampp security</pre>
</blockquote>
<p>Remember the passwords that you set in this configuration because we will require them later on. Now get the files for Torrentflux-b4rt from the link mentioned above. Now extract the content of the zipped file that has been downloaded. Copy all of the contents in the directory /opt/lampp/htdocs directory. But there is one problem as a normal user you cant change any of the contents of that folder so you need to go into super user mode to edit that.</p>
<p>To do so For GNOME enter this:</p>
<blockquote>
<pre>sudo Nautilus</pre>
</blockquote>
<p>Or for KDE enter this:</p>
<blockquote>
<pre>sudo Konqueror</pre>
</blockquote>
<p>This will open up the respective file managers for each of the desktop environments in super user mode, with this you will be able to copy the torrentflux files into the xampp htdocs folder.</p>
<p>Once all the contents are copied point your web browser to the following URL http://127.0.0.1. This will start the the torrentflux installation.</p>
<p>The first step is selection of the database type, since we are using xampp the database type will be MySQL, since this is the default configuration you don&#8217;t need to change it</p>
<p><a href="http://www.geekishblog.com/wp-content/uploads/2008/09/1.png" ><img class="aligncenter size-medium wp-image-858" src="http://www.geekishblog.com/wp-content/uploads/2008/09/1-300x108.png" alt="" width="300" height="108" /></a></p>
<p>The second step is telling torrent flux how your SQL server is setup. Leave the host as localhost, in name enter the name of the database that you would like torrentflux to use, you do not need to create this database because torrent flux will create it for you. Next is the user name and password, this is the user name and password that you choose during the security script so enter that, then click continue</p>
<p><a href="http://www.geekishblog.com/wp-content/uploads/2008/09/2.png" ><img class="aligncenter size-medium wp-image-859" src="http://www.geekishblog.com/wp-content/uploads/2008/09/2-300x186.png" alt="" width="300" height="186" /></a></p>
<p>Before continuing to the next step, we need to make the config folder of torrent flux writable by the web server user, to do that enter this command:</p>
<blockquote>
<pre>sudo chmod 777 /opt/lampp/htdocs/inc/config</pre>
</blockquote>
<p>Once that is done click continue and torrentflux will save the provided SQL information into a file. Now for the next 2 or 3 steps just keep clicking continue because it is all automated. Once you reach the step where torrentflux asks you for the download location stop clicking continue.</p>
<p>Here is what you need to do first in the htdocs folder of xampp create a folder called downloads. Then enter this command:</p>
<blockquote>
<pre>sudo chmod 777 /opt/lampp/htdocs/downloads</pre>
</blockquote>
<p>Then in the user downloads path in the setup of torrent flux enter this:</p>
<blockquote>
<pre>/opt/lampp/htdocs/downloads</pre>
</blockquote>
<p><a href="http://www.geekishblog.com/wp-content/uploads/2008/09/3.png" ><img class="aligncenter size-medium wp-image-861" src="http://www.geekishblog.com/wp-content/uploads/2008/09/3-300x155.png" alt="" width="300" height="155" /></a></p>
<p>Now click continue and torrentflux will check for the third party utilities that are available</p>
<p><a href="http://www.geekishblog.com/wp-content/uploads/2008/09/4.png" ><img class="aligncenter size-medium wp-image-862" src="http://www.geekishblog.com/wp-content/uploads/2008/09/4-300x119.png" alt="" width="300" height="119" /></a></p>
<p>Torrentflux will report to you that some requirements where not found do not be alarmed by this as torrentflux functions just fine without these and so click Continue and do so for the next 2 steps once your finished you will be prompted with the torrentflux login screen:</p>
<p><a href="http://www.geekishblog.com/wp-content/uploads/2008/09/5.png" ><img class="aligncenter size-medium wp-image-863" src="http://www.geekishblog.com/wp-content/uploads/2008/09/5-300x115.png" alt="" width="300" height="115" /></a></p>
<p>Now in this login screen whatever user name and password you type will become your Administrator user name and password for torrentflux.</p>
<p><a href="http://www.geekishblog.com/wp-content/uploads/2008/09/2du013l.png" ><img class="aligncenter size-medium wp-image-886" title="2du013l" src="http://www.geekishblog.com/wp-content/uploads/2008/09/2du013l-300x178.png" alt="" width="300" height="178" /></a></p>
<p>Your finished now upload torrent to the torrentflux interface and start downloading them <img src="../wp-includes/images/smilies/icon_smile.gif" alt="" /></p>
<p><em>This is a guest post by Ruhaan Ahmed who is a hardcore linux fan and likes trying out different linux distros . Check out <a title="Ruhaan Ahmed's Website" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://waleed.doubleudesigns.com/');" href="http://www.linuxprimetime.com" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.linuxprimetime.com');" target="_blank">his Blog.</a></em></p>
<div style="font-size:8px"><i><a href="http://tech.shantanugoel.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://tech.shantanugoel.com/');">powered by shantz-wp-prefix-suffix</a></i></div>Similar Posts:<ul><li><a href="http://www.geekishblog.com/2008/06/start-a-full-fledged-torrent-tracker-on-your-pc-easily/"  rel="bookmark" title="June 24, 2008">Start a full fledged torrent tracker on your PC easily</a></li>

<li><a href="http://www.geekishblog.com/2008/06/install-kde-41-in-ubuntukubuntu/"  rel="bookmark" title="June 30, 2008">Install KDE 4.1 in Ubuntu/Kubuntu</a></li>

<li><a href="http://www.geekishblog.com/2008/08/control-another-computer-over-a-network-in-linux/"  rel="bookmark" title="August 14, 2008">Control Another Computer Over A Network In Linux</a></li>

<li><a href="http://www.geekishblog.com/2008/07/use-utorrent-and-many-other-windows-application-in-linux/"  rel="bookmark" title="July 8, 2008">Use Utorrent or any other windows application in Linux</a></li>

<li><a href="http://www.geekishblog.com/2008/06/connecting-to-the-internet-via-your-cellphone-in-linux/"  rel="bookmark" title="June 22, 2008">Connecting To The Internet Via Your Cellphone in Linux</a></li>
</ul><!-- Similar Posts took 6.032 ms -->
<p><a href="http://feedads.googleadservices.com/~a/azZVW8Q6bpa-PHFGP_SVI-OOQ68/a"><img src="http://feedads.googleadservices.com/~a/azZVW8Q6bpa-PHFGP_SVI-OOQ68/i" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feedproxy.google.com/~f/Geekish?a=hiUedvuD"><img src="http://feedproxy.google.com/~f/Geekish?i=hiUedvuD" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Geekish?a=PKKeAZfF"><img src="http://feedproxy.google.com/~f/Geekish?i=PKKeAZfF" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Geekish?a=US92wWW7"><img src="http://feedproxy.google.com/~f/Geekish?i=US92wWW7" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Geekish?a=ZJvAiSap"><img src="http://feedproxy.google.com/~f/Geekish?d=43" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Geekish?a=tv8XHTjQ"><img src="http://feedproxy.google.com/~f/Geekish?d=52" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Geekish?a=Vospnnmk"><img src="http://feedproxy.google.com/~f/Geekish?d=129" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Geekish?a=BYnWJUNi"><img src="http://feedproxy.google.com/~f/Geekish?d=41" border="0"></img></a>
</div><img src="http://feedproxy.google.com/~r/Geekish/~4/86aVaW_y5HI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.geekishblog.com/2008/09/remotely-control-your-torrents-in-linux/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.geekishblog.com/2008/09/remotely-control-your-torrents-in-linux/</feedburner:origLink></item>
		<item>
		<title>Make Firefox open new tabs next to current tab instead of last tab</title>
		<link>http://feedproxy.google.com/~r/Geekish/~3/26SZUahlKbU/</link>
		<comments>http://www.geekishblog.com/2008/09/make-firefox-open-new-tabs-next-to-current-tab-instead-of-last-tab/#comments</comments>
		<pubDate>Sat, 13 Sep 2008 18:10:31 +0000</pubDate>
		<dc:creator>Saad Ibrahim</dc:creator>
		
		<category><![CDATA[Firefox]]></category>

		<category><![CDATA[addons]]></category>

		<category><![CDATA[firefox tab behaviour]]></category>

		<category><![CDATA[next tab]]></category>

		<category><![CDATA[tabs open relative]]></category>

		<guid isPermaLink="false">http://www.geekishblog.com/?p=818</guid>
		<description><![CDATA[<!-- Powered by Shantz WP Prefix Suffix. Tech Blog: http://tech.shantanugoel.com/ Secure Programming Blog: http://www.safercode.com/blog/ Blog: http://blog.shantanugoel.com/ -->Mozilla Firefox by default opens links in the last tab in the tab bar if you open a link in a new tab  and if you have too many tabs open then it could be really annoying to browse to the end of the tab bar, I came across two Firefox extensions for changing this [...]]]></description>
			<content:encoded><![CDATA[<!-- Powered by Shantz WP Prefix Suffix. Tech Blog: http://tech.shantanugoel.com/ Secure Programming Blog: http://www.safercode.com/blog/ Blog: http://blog.shantanugoel.com/ --><p>Mozilla Firefox by default opens links in the last tab in the tab bar if you open a link in a new tab  and if you have too many tabs open then it could be really annoying to browse to the end of the tab bar, I came across two Firefox extensions for changing this behavior and both are compatible with Firefox 3.0.1</p>
<p>First is called <a href="https://addons.mozilla.org/en-US/firefox/addon/5484" onclick="javascript:pageTracker._trackPageview('/outbound/article/https://addons.mozilla.org/en-US/firefox/addon/5484');" target="_blank">Next Tab</a> which adds a &#8220;Open link next to current tab&#8221; option to your right click context menu so that you can easily open your desired link in a new tab next to the current tab, this is a very small and simple extension which gets the job done.</p>
<p><a href="http://www.geekishblog.com/wp-content/uploads/2008/09/sshot-8.png" ><img class="alignnone size-medium wp-image-819" title="sshot-8" src="http://www.geekishblog.com/wp-content/uploads/2008/09/sshot-8.png" alt="" width="233" height="77" /></a></p>
<p>The second one is called <a href="https://addons.mozilla.org/en-US/firefox/addon/1956" onclick="javascript:pageTracker._trackPageview('/outbound/article/https://addons.mozilla.org/en-US/firefox/addon/1956');" target="_blank">Tabs Open Relative </a>which changes the default behavior of firefox so that it opens every link in a new tab next to the current tab so that in can work with the links you open with the middle click but that isn&#8217;t what you always want to do.</p>
<p>It also changes the behavior for new tabs so that they open next to current tab but if you want to disable that the extension developer has given the instructions for that:</p>
<blockquote><p>If you don&#8217;t want new tabs to be affected, go to about:config (see http://kb.mozillazine.org/About:config for more info) and disable the preference &#8220;extensions.tabsopenrelative.includenewtabs&#8221;.</p></blockquote>
<div style="font-size:8px"><i><a href="http://tech.shantanugoel.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://tech.shantanugoel.com/');">powered by shantz-wp-prefix-suffix</a></i></div>Similar Posts:<ul><li><a href="http://www.geekishblog.com/2008/08/modify-incompatible-firefox-extensions-to-make-them-work-with-firefox-3/"  rel="bookmark" title="August 10, 2008">Modify Incompatible Firefox Extensions to make them work with Firefox 3</a></li>

<li><a href="http://www.geekishblog.com/2008/06/increase-the-number-of-addons-firefox-3-recommends/"  rel="bookmark" title="June 1, 2008">Increase The Number Of Addons Firefox 3 Recommends</a></li>

<li><a href="http://www.geekishblog.com/2008/06/two-extensions-that-you-wont-need-with-firefox-3/"  rel="bookmark" title="June 6, 2008">Two Extensions that you won&#8217;t need with Firefox 3</a></li>

<li><a href="http://www.geekishblog.com/2008/07/backup-your-firefox-profile-with-febe/"  rel="bookmark" title="July 14, 2008">Backup Your Firefox Profile With FEBE</a></li>

<li><a href="http://www.geekishblog.com/2008/07/see-your-gmail-unread-mail-count-on-the-favicon/"  rel="bookmark" title="July 24, 2008">See your Gmail Unread Mail Count on the favicon</a></li>
</ul><!-- Similar Posts took 6.030 ms -->
<p><a href="http://feedads.googleadservices.com/~a/bJU174gbLs78mggKse_BrrU9nJU/a"><img src="http://feedads.googleadservices.com/~a/bJU174gbLs78mggKse_BrrU9nJU/i" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feedproxy.google.com/~f/Geekish?a=Zh1MA9d2"><img src="http://feedproxy.google.com/~f/Geekish?i=Zh1MA9d2" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Geekish?a=VATnQrZT"><img src="http://feedproxy.google.com/~f/Geekish?i=VATnQrZT" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Geekish?a=yBG2z2ts"><img src="http://feedproxy.google.com/~f/Geekish?i=yBG2z2ts" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Geekish?a=xMZksmGX"><img src="http://feedproxy.google.com/~f/Geekish?d=43" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Geekish?a=jZtFP3WY"><img src="http://feedproxy.google.com/~f/Geekish?d=52" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Geekish?a=po5DNqs8"><img src="http://feedproxy.google.com/~f/Geekish?d=129" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Geekish?a=E0YRRm4j"><img src="http://feedproxy.google.com/~f/Geekish?d=41" border="0"></img></a>
</div><img src="http://feedproxy.google.com/~r/Geekish/~4/26SZUahlKbU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.geekishblog.com/2008/09/make-firefox-open-new-tabs-next-to-current-tab-instead-of-last-tab/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.geekishblog.com/2008/09/make-firefox-open-new-tabs-next-to-current-tab-instead-of-last-tab/</feedburner:origLink></item>
		<item>
		<title>Easily Download Youtube Videos Using Flashgot</title>
		<link>http://feedproxy.google.com/~r/Geekish/~3/PmqXkrgEblw/</link>
		<comments>http://www.geekishblog.com/2008/09/easily-download-youtube-videos-using-flashgot/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 21:28:38 +0000</pubDate>
		<dc:creator>Saad Ibrahim</dc:creator>
		
		<category><![CDATA[Firefox]]></category>

		<category><![CDATA[addons]]></category>

		<category><![CDATA[download youtube videos]]></category>

		<category><![CDATA[flashgot]]></category>

		<category><![CDATA[Youtube]]></category>

		<guid isPermaLink="false">http://www.geekishblog.com/?p=791</guid>
		<description><![CDATA[<!-- Powered by Shantz WP Prefix Suffix. Tech Blog: http://tech.shantanugoel.com/ Secure Programming Blog: http://www.safercode.com/blog/ Blog: http://blog.shantanugoel.com/ -->FlashGot is one of the most popular Firefox extension which allows you to seamlessly integrate your download manager with Firefox, by adding a new option to the Firefox download window and when you select that option it adds the download link in your favorite download manager.

I have been using flashgot since Firefox 1.5 and it [...]]]></description>
			<content:encoded><![CDATA[<!-- Powered by Shantz WP Prefix Suffix. Tech Blog: http://tech.shantanugoel.com/ Secure Programming Blog: http://www.safercode.com/blog/ Blog: http://blog.shantanugoel.com/ --><p>FlashGot is one of the most popular Firefox extension which allows you to seamlessly integrate your download manager with Firefox, by adding a new option to the Firefox download window and when you select that option it adds the download link in your favorite download manager.</p>
<p><a href="http://www.geekishblog.com/wp-content/uploads/2008/09/sshot-1.png" ><img class="alignnone size-medium wp-image-792" title="Firefox Download Windows With Flashgot Extension" src="http://www.geekishblog.com/wp-content/uploads/2008/09/sshot-1-300x193.png" alt="" width="300" height="193" /></a></p>
<p>I have been using flashgot since Firefox 1.5 and it keeps on getting better and better and this time the flashgot developers have added an exciting new feature to flashgot called &#8220;FlashGot Media&#8221; which adds a new item to the right click context menu of Firefox (this only shows up whenever a video is playing) so that you can easily download Youtube videos from inside Firefox without installing any separate software&#8217;s and it is the easiest and the quickest way to download Youtube videos, here&#8217;s how it works:</p>
<p>open any Youtube video and right click on an empty area (not the Youtube player) and click on &#8220;FlashGot Media&#8221; or just press Ctrl+F7 and it will detect the the embedded video in that page and it will start downloading that video in your default download manager (chosen in flashgot settings) ,that&#8217;s it once your download manager finishes downloading the video file you can watch it.</p>
<p><a href="http://www.geekishblog.com/wp-content/uploads/2008/09/sshot-2.png" ><img class="alignnone size-medium wp-image-793" title="sshot-2" src="http://www.geekishblog.com/wp-content/uploads/2008/09/sshot-2-300x92.png" alt="" width="300" height="92" /></a></p>
<p>Get the latest version of flashgot (v1.1) from <a href="https://addons.mozilla.org/en-US/firefox/addon/220" onclick="javascript:pageTracker._trackPageview('/outbound/article/https://addons.mozilla.org/en-US/firefox/addon/220');" target="_blank">here</a></p>
<p>Edit: This doesnt only works with youtube!</p>
<div style="font-size:8px"><i><a href="http://tech.shantanugoel.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://tech.shantanugoel.com/');">powered by shantz-wp-prefix-suffix</a></i></div>Similar Posts:<ul><li><a href="http://www.geekishblog.com/2008/06/download-embedded-videos-from-any-site-using-grab-orbit-downloader-extension/"  rel="bookmark" title="June 6, 2008">Download embedded videos from any site using GRAB (Orbit Downloader Extension)</a></li>

<li><a href="http://www.geekishblog.com/2008/07/mozilla-firefox-31-alpha-1-released/"  rel="bookmark" title="July 27, 2008">Mozilla Firefox 3.1 Alpha 1 Released</a></li>

<li><a href="http://www.geekishblog.com/2008/08/add-a-clear-list-and-close-window-button-to-firefox-download-manager/"  rel="bookmark" title="August 5, 2008">Add a &#8220;Clear list and close Window&#8221; button to Firefox download manager</a></li>

<li><a href="http://www.geekishblog.com/2008/08/modify-incompatible-firefox-extensions-to-make-them-work-with-firefox-3/"  rel="bookmark" title="August 10, 2008">Modify Incompatible Firefox Extensions to make them work with Firefox 3</a></li>

<li><a href="http://www.geekishblog.com/2008/06/mozilla-firefox-30-final-released/"  rel="bookmark" title="June 18, 2008">Mozilla Firefox 3.0 Final Released</a></li>
</ul><!-- Similar Posts took 6.035 ms -->
<p><a href="http://feedads.googleadservices.com/~a/z4gJ3i1JFremad-pi2vdf2h3zn4/a"><img src="http://feedads.googleadservices.com/~a/z4gJ3i1JFremad-pi2vdf2h3zn4/i" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feedproxy.google.com/~f/Geekish?a=ZzvhWExD"><img src="http://feedproxy.google.com/~f/Geekish?i=ZzvhWExD" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Geekish?a=lZbmj0On"><img src="http://feedproxy.google.com/~f/Geekish?i=lZbmj0On" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Geekish?a=b4eXhjHb"><img src="http://feedproxy.google.com/~f/Geekish?i=b4eXhjHb" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Geekish?a=fkobUdxn"><img src="http://feedproxy.google.com/~f/Geekish?d=43" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Geekish?a=i0p0PUab"><img src="http://feedproxy.google.com/~f/Geekish?d=52" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Geekish?a=pbChEy5N"><img src="http://feedproxy.google.com/~f/Geekish?d=129" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Geekish?a=iUJGR25T"><img src="http://feedproxy.google.com/~f/Geekish?d=41" border="0"></img></a>
</div><img src="http://feedproxy.google.com/~r/Geekish/~4/PmqXkrgEblw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.geekishblog.com/2008/09/easily-download-youtube-videos-using-flashgot/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.geekishblog.com/2008/09/easily-download-youtube-videos-using-flashgot/</feedburner:origLink></item>
		<item>
		<title>How to perfectly Integrate Google Custom Search in your Wordpress blog</title>
		<link>http://feedproxy.google.com/~r/Geekish/~3/U6VVj3T9CT0/</link>
		<comments>http://www.geekishblog.com/2008/09/how-to-perfectly-integrate-google-custom-search-in-your-wordpress-blog/#comments</comments>
		<pubDate>Sun, 31 Aug 2008 21:19:26 +0000</pubDate>
		<dc:creator>Saad Ibrahim</dc:creator>
		
		<category><![CDATA[Blogging]]></category>

		<category><![CDATA[adsense for search]]></category>

		<category><![CDATA[google]]></category>

		<category><![CDATA[google CSE]]></category>

		<category><![CDATA[google custom search]]></category>

		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.geekishblog.com/?p=738</guid>
		<description><![CDATA[<!-- Powered by Shantz WP Prefix Suffix. Tech Blog: http://tech.shantanugoel.com/ Secure Programming Blog: http://www.safercode.com/blog/ Blog: http://blog.shantanugoel.com/ -->I wanted to replace the default Wordpress search with Google Custom Search because replacing the WordPress&#8217;s default search feature with Google Search allows you to use the years of search experience and power of Google. Besides, it also lets you earn from the sponsored results.
I found this guide on Dosh Dosh but it is quite [...]]]></description>
			<content:encoded><![CDATA[<!-- Powered by Shantz WP Prefix Suffix. Tech Blog: http://tech.shantanugoel.com/ Secure Programming Blog: http://www.safercode.com/blog/ Blog: http://blog.shantanugoel.com/ --><p>I wanted to replace the default Wordpress search with Google Custom Search because replacing the WordPress&#8217;s default search feature with Google Search allows you to use the years of search experience and power of Google. Besides, it also lets you earn from the sponsored results.</p>
<p>I found <a href="http://www.doshdosh.com/how-to-set-up-google-custom-search-and-make-money/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.doshdosh.com/how-to-set-up-google-custom-search-and-make-money/');" target="_blank">this</a> guide on Dosh Dosh but it is quite basic and doesn&#8217;t have all the details that are required to integrate Google Custom Search to your Wordpress blog properly, I will tell you the proper way to integrate Google Custom Search with your Wordpress Blog like I did mine (you can try it from top right search box)</p>
<p>First you need to create a WordPress page where your search results will show, to do that go to your Wordpress dashboard and then go to write–&gt;Page</p>
<p><a href="http://www.geekishblog.com/wp-content/uploads/2008/08/sshot-92.png" ><img class="alignnone size-medium wp-image-739" title="Create Page Wordpress" src="http://www.geekishblog.com/wp-content/uploads/2008/08/sshot-92-300x97.png" alt="" width="300" height="97" /></a></p>
<p><span id="more-738"></span></p>
<p>Type “Search” in title tab and save it (don’t publish it yet) and now copy the permalink/URL of this page as you will need this later ,in my case the permalink is &#8220;<a href="../search/">http://www.geekishblog.com/search/</a>&#8220;, scroll down a bit and uncheck &#8220;Allow Comments and &#8220;Allow Pings&#8221; check boxes, leave the contents of the page for now we will add this later</p>
<p>Now you need to create a Google custom search engine</p>
<p>Assuming you have a Google Adsense Account, Goto <a href="https://www.google.com/adsense/login/en_US/" onclick="javascript:pageTracker._trackPageview('/outbound/article/https://www.google.com/adsense/login/en_US/');" target="_blank">Google Adsense</a>, Sign In using Your Adsense Account (which is same as your Google Account), Once you sign in You will be see your Adsense reports</p>
<p><a href="http://www.geekishblog.com/wp-content/uploads/2008/08/sshot-210.png" ><img class="alignnone size-medium wp-image-740" title="Adsense Report Manager Tab bar" src="http://www.geekishblog.com/wp-content/uploads/2008/08/sshot-210-300x71.png" alt="" width="300" height="71" /></a></p>
<p>Click on the Adsense Setup tab on the top</p>
<p><a href="http://www.geekishblog.com/wp-content/uploads/2008/08/sshot-33.png" ><img class="alignnone size-medium wp-image-741" title="Adsense Setup Tab" src="http://www.geekishblog.com/wp-content/uploads/2008/08/sshot-33-300x154.png" alt="" width="300" height="154" /></a></p>
<p>Now click on Adsense For Search</p>
<p><a href="http://www.geekishblog.com/wp-content/uploads/2008/08/sshot-42.png" ><img class="alignnone size-medium wp-image-743" title="Setup Google Custom Serach From Adsense" src="http://www.geekishblog.com/wp-content/uploads/2008/08/sshot-42-300x197.png" alt="" width="300" height="197" /></a></p>
<p><a href="http://www.geekishblog.com/wp-content/uploads/2008/08/sshot-52.png" ><img class="alignnone size-medium wp-image-744" title="Setup Google Custom Search From Adsense" src="http://www.geekishblog.com/wp-content/uploads/2008/08/sshot-52-300x168.png" alt="" width="300" height="168" /></a></p>
<p>Now Fill in the required Info As Shown in the above screen shots</p>
<p>Here&#8217;s What you need to fill in those fields</p>
<p><strong>Search Type:</strong> here you will select &#8220;Only sites I select&#8221; radio button because we want to search only our wordpress blog</p>
<p><strong>Selected sites:</strong> here you will put the URL of your wordpress blog</p>
<p><strong>Optional Keywords: </strong>here you will put some keyword about your blog like what your blog is about</p>
<p><strong>Site language: </strong>Select your blog&#8217;s language</p>
<p><strong>Your site encoding: </strong>you wont need to change this</p>
<p><strong>Country or territory for Google domain: </strong>you wont need to change this too</p>
<p><strong>Custom channel: </strong>here you will need to add a channel so that you can easily track your custom search earnings, to do that click on &#8220;add new channel&#8221; and then put something approriate like &#8220;Search Ads in the text box that shows</p>
<p><strong>SafeSearch: </strong>uncheck<strong> </strong>Use SafeSearch check box here otherwise it will show a annoying safe search ON message on the top when anyone performs a search on your blog</p>
<p>Now when you are done with filling all the feilds click on continue button at the bottom</p>
<p><a href="http://www.geekishblog.com/wp-content/uploads/2008/08/sshot-61.png" ><img class="alignnone size-medium wp-image-745" title="sshot-61" src="http://www.geekishblog.com/wp-content/uploads/2008/08/sshot-61-300x240.png" alt="" width="300" height="240" /></a></p>
<p>now it will give you a page where you will setup the search form for your blog, select the second option in the &#8220;look and feel&#8221; field like in the above screen shot and leave other things alone and click continue</p>
<p><a href="http://www.geekishblog.com/wp-content/uploads/2008/08/sshot-83.png" ><img class="alignnone size-medium wp-image-749" title="sshot-73" src="http://www.geekishblog.com/wp-content/uploads/2008/08/sshot-73-300x76.png" alt="" width="300" height="76" /></a></p>
<p><a href="http://www.geekishblog.com/wp-content/uploads/2008/08/sshot-83.png" ><img class="alignnone size-medium wp-image-747" title="sshot-83" src="http://www.geekishblog.com/wp-content/uploads/2008/08/sshot-83-300x199.png" alt="" width="300" height="150" /></a></p>
<p>Now it will present you with a page where you will configure the Ads on the result page</p>
<p>Here In the &#8220;Opening of search results page&#8221; field select &#8220;<label for="targetIframe">Open results within my own site</label>&#8221; and put the url of the page we created in the first step in the text box</p>
<p>now select the &#8220;<label for="adLocationTopAndBottom">Top and Bottom</label>&#8221; in the ad location field (you need to this before specifying the page width otherwise it will give you an error)</p>
<p>now enter the width of the content area of your your theme in &#8220;Enter width of results area:&#8221; field in my theme it is around 550 pixels so i put 550 in that field so check what’s the width of the content area of your wordpress theme and put the value according to that otherwise the results wont show up properly or just experiment with this value until you get your optimum result</p>
<p>You can also customize the ads that show up in your search results here so that they blend with your blog theme</p>
<p>Once you are done click continue</p>
<p><a href="http://www.geekishblog.com/wp-content/uploads/2008/08/sshot-94.png" ><img class="alignnone size-medium wp-image-751" title="sshot-94" src="http://www.geekishblog.com/wp-content/uploads/2008/08/sshot-94-300x166.png" alt="" width="300" height="166" /></a></p>
<p>Now it will tell you to name your search engine, put something like <em>Yourblogname</em> Search and tick the checkbox next to the terms of usage and click on submit and get code button</p>
<p><a href="http://www.geekishblog.com/wp-content/uploads/2008/08/sshot-102.png" ><img class="alignnone size-medium wp-image-754" title="sshot-102" src="http://www.geekishblog.com/wp-content/uploads/2008/08/sshot-102-300x243.png" alt="" width="300" height="243" /></a></p>
<p>Now you will get a page with two codes copy the second that is for search result page to the wordpress page we created in first step to do that goto wordpress dashboard–&gt;manage–&gt;pages–&gt;click on the page name (Search), now switch to the HTML tab and paste the code here</p>
<p><a href="http://www.geekishblog.com/wp-content/uploads/2008/09/sshot-12.png" ><img class="alignnone size-medium wp-image-769" title="sshot-12" src="http://www.geekishblog.com/wp-content/uploads/2008/09/sshot-12-300x120.png" alt="" width="300" height="120" /></a></p>
<p>now publish this page , don’t only save as the dosh dosh’s tutorial says otherwise no one except you the editor would be able to access it and they will get a 404 page, now the problem is that when you publish it ,it will start showing up in the navigation bar of your blog which you don&#8217;t want to because when someone clicks it he will get an empty page, so to hide that first you need the page id of that page for that goto your wordpress dashboard–&gt;manage pages and now click on the the page you created for search results and now when the edit page opens up see the address in the address bar in your browser it would be something like this:</p>
<blockquote><p><a title="http://www.geekishblog.com/wp-admin/page.php?action=edit&amp;post=523" href="page.php?action=edit&amp;post=523">http://www.yourblogname.com/wp-admin/page.php?action=edit&amp;post=<strong>523</strong></a></p></blockquote>
<p>in the above link the page id of this page is 523, so now figure out the post id for that page and move to the next step</p>
<p>now that you have the page ID you need to edit the header.php file in your wordpress template to exclude this search ID from showing up in the navigation bar</p>
<p>now that you have the page id you need to add this line in your header.php file to the “wp_list_pages();”  function:</p>
<blockquote><p><code>(exclude=<em>PageID here</em>) (e.g in my case: (exclude=<em>523))</em></code><em></em></p></blockquote>
<p><em>so the final output is something like this:</em></p>
<blockquote><p><code>&lt;?php wp_list_pages('exclude=17,38' ); ?&gt;</code></p></blockquote>
<p>though wp_list_pages function code may vary from theme to theme</p>
<p>like in my theme the wp_list_pages code was this:</p>
<blockquote><p><code>&lt;?php wp_list_pages(’depth=1&amp;sort_column=menu_order&amp;title_li=’ . (”) . ” ); ?&gt;</code></p></blockquote>
<p>so I changed it to this:<br />
<code><br />
</code></p>
<blockquote><p><code>&lt;?php wp_list_pages('sort_column=menu_order&amp;depth=1&amp;title_li=&amp;exclude= 523); ?&gt;</code></p></blockquote>
<p>In the above code,</p>
<p><strong>exclude</strong> is used to hide Pages with IDs of 561, 587, 590, 491 and 650 from the list. Please note that excluding a Page will also exclude all of its sub-pages from the list.</p>
<p><strong>sort_column=menu_order </strong>is used to list the Pages in the order defined by the <strong>Page Order</strong> settings</p>
<p><strong>depth=1</strong> is used to show only the top level Pages and</p>
<p><strong>title_li=</strong> is used to prevent displaying the default heading text above the list</p>
<p>Thanks To <a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.johntp.com/2007/09/13/how-to-hide-pages-from-showing-up-in-your-main-menu/');" href="http://www.johntp.com/2007/09/13/how-to-hide-pages-from-showing-up-in-your-main-menu/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.johntp.com/2007/09/13/how-to-hide-pages-from-showing-up-in-your-main-menu/');">JohnTP</a></p>
<p>Update: if you don&#8217;t want to go through all that hassle you can use <a href="http://wordpress.org/extend/plugins/exclude-pages/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://wordpress.org/extend/plugins/exclude-pages/');" target="_blank">this</a> plugin for wordpress</p>
<p>Now we are done with it, we now need to add the search form code to our existing search box</p>
<p>this is how to do that<span style="font-family: Courier New;"><br />
</span></p>
<p><a href="http://www.geekishblog.com/wp-content/uploads/2008/08/sshot-161.png" ><img class="alignnone size-medium wp-image-756" title="sshot-161" src="http://www.geekishblog.com/wp-content/uploads/2008/08/sshot-161-300x147.png" alt="" width="300" height="147" /></a></p>
<p>go to your wordpress dashboard–&gt;design–&gt;theme editor and now click the search form file (usually searchform.php) of your theme on the right</p>
<p>Now copy the the first code from that Adsense page and paste it here replacing the default code (remember: backup the code somewhere else)</p>
<p>That&#8217;s it! I wanted my new Google CSE search box to look just like my theme’s default search box so I had to experiment with it a bit and the outcome was perfect, this is what i did<span style="font-family: Courier New;"><br />
</span></p>
<p>from Adsense search form code i removed these lines from the top of the code</p>
<blockquote><p><code>&lt;style type="text/css"&gt;<br />
@import url(http://www.google.com/cse/api/branding.css);<br />
&lt;/style&gt;<br />
&lt;div class="cse-branding-right" style="background-color:#FFFFFF;color:#000000"&gt;<br />
&lt;div class="cse-branding-form"&gt;</code></p></blockquote>
<p>and these line from the bottom</p>
<blockquote><p><code>&lt;/div&gt;<br />
&lt;div class="cse-branding-logo"&gt;<br />
&lt;img src="http://www.google.com/images/poweredby_transparent/poweredby_FFFFFF.gif" alt="Google" /&gt;<br />
&lt;/div&gt;<br />
&lt;div class="cse-branding-text"&gt;<br />
Custom Search<br />
&lt;/div&gt;<br />
&lt;/div&gt;</code></p></blockquote>
<p>so I was left with this:</p>
<blockquote><p><code>&lt;form action="http://www.geekishblog.com/search/" id="cse-search-box"&gt;<br />
&lt;div&gt;<br />
&lt;input type="hidden" name="cx" value="partner-pub-xxxxxxxxxxxxxxxx:wbmpkx-sc3q" /&gt;<br />
&lt;input type="hidden" name="cof" value="FORID:11" /&gt;<br />
&lt;input type="hidden" name="ie" value="ISO-8859-1" /&gt;<br />
&lt;input type="text" name="q" size="31" /&gt;<br />
&lt;input type="submit" name="sa" value="Search" /&gt;<br />
&lt;/div&gt;<br />
&lt;/form&gt;</code></p></blockquote>
<p>then I replaced this line which is for the submit button:</p>
<blockquote><p><code>&lt;input type="submit" name="sa" value="Search" /&gt;</code></p></blockquote>
<p>with your themes submit button&#8217;s code if its there or otherwise leave this alone, for me it was there so i replaced it with this:</p>
<blockquote><p><code>&lt;input type="image" class="sgo" src="&lt;?php bloginfo('template_url'); ?&gt;/images/b_go.png" alt="Submit button" /&gt;</code></p></blockquote>
<p>my theme also had a css class for the search box so i replaced the size=&#8221;31&#8243; with class=&#8221;s&#8221; because the css class s has the size for the search box</p>
<p>my theme also shows &#8220;search here&#8230;&#8221; in the search box and when you click the it clears the box, so i had to add the onfocus element of my default search box to the new code to the sixth line</p>
<p>that&#8217;s it now my code looks like this:</p>
<blockquote><p><code>&lt;form action="http://www.geekishblog.com/search/" id="cse-search-box"&gt;<br />
&lt;div&gt;<br />
&lt;input type="hidden" name="cx" value="partner-pub-xxxxxxxxxxxxxxx:wbmpkx-sc3q" /&gt;<br />
&lt;input type="hidden" name="cof" value="FORID:11" /&gt;<br />
&lt;input type="hidden" name="ie" value="ISO-8859-1" /&gt;<br />
&lt;input type="text" value="Search here..." onfocus="if (this.value == 'Search here...') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Search here...';}" name="q" class="s"/&gt;<br />
&lt;input type="image" class="sgo" src="&lt;?php bloginfo('template_url'); ?&gt;/images/b_go.png" alt="Submit button" /&gt;<br />
&lt;/div&gt;<br />
&lt;/form&gt;</code></p></blockquote>
<p>here&#8217;s the default code of my theme if you want to see it for reference:</p>
<blockquote><p><code>&lt;form method="get" id="searchform" action="&lt;?php bloginfo('home'); ?&gt;"&gt;<br />
&lt;input type="text" value="Search here..." name="s" class="s" onfocus="if (this.value == 'Search here...') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Search here...';}"/&gt;<br />
&lt;input type="image" class="sgo" src="&lt;?php bloginfo('template_url'); ?&gt;/images/b_go.png" alt="Submit button" /&gt;<br />
&lt;/form&gt;</code></p></blockquote>
<p>this wont be same for you so you have to experiment with it a bit if you don&#8217;t know php or css like me <img src='http://www.geekishblog.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>That&#8217;s It Congrats you have integrated Google custom search with your Wordpress blog, now try it out</p>
<p><a href="http://www.geekishblog.com/wp-content/uploads/2008/09/sshot-11.png" ><img class="alignnone size-medium wp-image-764" title="sshot-11" src="http://www.geekishblog.com/wp-content/uploads/2008/09/sshot-11-300x145.png" alt="" width="300" height="145" /></a></p>
<p style="text-align: left;">To customize your newly created Google Custom search like changing the colors of the search result text goto <a href="http://www.google.com/cse" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.google.com/cse');" target="_blank">Google CSE Homepage</a>, now click on <a href="http://www.google.com/coop/manage/cse/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.google.com/coop/manage/cse/');">&#8220;manage your existing search engines</a>&#8220;, then log in using your google account that you use for Adsense, now click on control panel link next to your newly created Google CSE<span style="white-space: nowrap;">.<br />
</span></p>
<p style="text-align: left;">
<p>If you encounter any problems or need any help just leave a comment below!</p>
<div style="font-size:8px"><i><a href="http://tech.shantanugoel.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://tech.shantanugoel.com/');">powered by shantz-wp-prefix-suffix</a></i></div>Similar Posts:<ul><li><a href="http://www.geekishblog.com/2008/08/exclude-your-own-visits-from-google-analytics-on-your-wordpress-blog/"  rel="bookmark" title="August 19, 2008">Exclude Your own visits from Google analytics on your WordPress Blog</a></li>

<li><a href="http://www.geekishblog.com/2008/07/wow-google-now-indexing-one-trillion-web-pages/"  rel="bookmark" title="July 27, 2008">Wow! Google now indexing One Trillion Web pages</a></li>

<li><a href="http://www.geekishblog.com/2008/08/exciting-new-feature-added-to-google-search/"  rel="bookmark" title="August 28, 2008">Exciting new feature added to Google search</a></li>

<li><a href="http://www.geekishblog.com/2008/07/wordpress-26-final-released/"  rel="bookmark" title="July 15, 2008">WordPress 2.6 Final Released</a></li>

<li><a href="http://www.geekishblog.com/2008/07/changes-to-gmail-contacts-manager/"  rel="bookmark" title="July 19, 2008">Changes to GMail Contacts Manager</a></li>
</ul><!-- Similar Posts took 6.551 ms -->
<p><a href="http://feedads.googleadservices.com/~a/EFpCKdJQbwu0tgWGAqY-qV-Fgog/a"><img src="http://feedads.googleadservices.com/~a/EFpCKdJQbwu0tgWGAqY-qV-Fgog/i" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feedproxy.google.com/~f/Geekish?a=VxBYgWvz"><img src="http://feedproxy.google.com/~f/Geekish?i=VxBYgWvz" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Geekish?a=g9BuZe3Y"><img src="http://feedproxy.google.com/~f/Geekish?i=g9BuZe3Y" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Geekish?a=I1ciP6nk"><img src="http://feedproxy.google.com/~f/Geekish?i=I1ciP6nk" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Geekish?a=JAApkMNO"><img src="http://feedproxy.google.com/~f/Geekish?d=43" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Geekish?a=DvGNd5hO"><img src="http://feedproxy.google.com/~f/Geekish?d=52" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Geekish?a=Drxu5k90"><img src="http://feedproxy.google.com/~f/Geekish?d=129" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Geekish?a=bYXopwV6"><img src="http://feedproxy.google.com/~f/Geekish?d=41" border="0"></img></a>
</div><img src="http://feedproxy.google.com/~r/Geekish/~4/U6VVj3T9CT0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.geekishblog.com/2008/09/how-to-perfectly-integrate-google-custom-search-in-your-wordpress-blog/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.geekishblog.com/2008/09/how-to-perfectly-integrate-google-custom-search-in-your-wordpress-blog/</feedburner:origLink></item>
		<item>
		<title>Exciting new feature added to Google search</title>
		<link>http://feedproxy.google.com/~r/Geekish/~3/FYyxeldd5OM/</link>
		<comments>http://www.geekishblog.com/2008/08/exciting-new-feature-added-to-google-search/#comments</comments>
		<pubDate>Thu, 28 Aug 2008 09:10:35 +0000</pubDate>
		<dc:creator>Saad Ibrahim</dc:creator>
		
		<category><![CDATA[Websites]]></category>

		<category><![CDATA[google]]></category>

		<category><![CDATA[google search]]></category>

		<category><![CDATA[keyword suggestions]]></category>

		<guid isPermaLink="false">http://www.geekishblog.com/?p=717</guid>
		<description><![CDATA[<!-- Powered by Shantz WP Prefix Suffix. Tech Blog: http://tech.shantanugoel.com/ Secure Programming Blog: http://www.safercode.com/blog/ Blog: http://blog.shantanugoel.com/ -->Google Search keeps on getting better and better and this time the Google team has added a cool feature to Google search which shows suggestions in the drop down box as you type in real time.
To try it out Open Google.com and type few letters and you will see suggestions related to your typed query [...]]]></description>
			<content:encoded><![CDATA[<!-- Powered by Shantz WP Prefix Suffix. Tech Blog: http://tech.shantanugoel.com/ Secure Programming Blog: http://www.safercode.com/blog/ Blog: http://blog.shantanugoel.com/ --><p>Google Search keeps on getting better and better and this time the Google team has added a cool feature to Google search which shows suggestions in the drop down box as you type in real time.</p>
<p>To try it out Open Google.com and type few letters and you will see suggestions related to your typed query in the drop down box, if you cant decide the right keywords to search for or if you don&#8217;t know the correct spelling of what you are looking for then this comes handy and this also saves you a bit of typing, the suggestions also show the number of results for that specific keyword in the drop down box.</p>
<p><img class="size-medium wp-image-719 alignnone" title="Google Keyword Suggestions Feature" src="http://www.geekishblog.com/wp-content/uploads/2008/08/sshot-110-300x196.png" alt="" width="300" height="196" /></p>
<p><span id="more-717"></span></p>
<p>The suggestions feature isn&#8217;t working with some localized versions of Google Like Google.com.pk yet, it will be added to all localized versions of Google search in the coming weeks</p>
<p><a href="http://www.geekishblog.com/wp-content/uploads/2008/08/sshot-21.png" ><img class="size-medium wp-image-722 alignnone" title="Keywod Suggestion Feature In Firefox" src="http://www.geekishblog.com/wp-content/uploads/2008/08/sshot-21.png" alt="" width="166" height="151" /></a></p>
<p>This suggestion isn&#8217;t something new, this feature was there in the past but it was part of the <a href="http://labs.google.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://labs.google.com/');" target="_blank">Google Labs</a> under the Search Experimental Category and If you use Firefox you must have already used this feature in Firefox search box. A similar kind of suggestion feature can also be seen in youtube search box.</p>
<div style="font-size:8px"><i><a href="http://tech.shantanugoel.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://tech.shantanugoel.com/');">powered by shantz-wp-prefix-suffix</a></i></div>Similar Posts:<ul><li><a href="http://www.geekishblog.com/2008/07/changes-to-gmail-contacts-manager/"  rel="bookmark" title="July 19, 2008">Changes to GMail Contacts Manager</a></li>

<li><a href="http://www.geekishblog.com/2008/06/open-search-result-using-your-keyboard-in-firefox/"  rel="bookmark" title="June 1, 2008">Open Search Result using Your Keyboard In Firefox</a></li>

<li><a href="http://www.geekishblog.com/2008/09/how-to-perfectly-integrate-google-custom-search-in-your-wordpress-blog/"  rel="bookmark" title="September 1, 2008">How to perfectly Integrate Google Custom Search in your Wordpress blog</a></li>

<li><a href="http://www.geekishblog.com/2008/07/wow-google-now-indexing-one-trillion-web-pages/"  rel="bookmark" title="July 27, 2008">Wow! Google now indexing One Trillion Web pages</a></li>
</ul><!-- Similar Posts took 5.182 ms -->
<p><a href="http://feedads.googleadservices.com/~a/dp934rrQx7CRP37Jxs8mcMjFGsE/a"><img src="http://feedads.googleadservices.com/~a/dp934rrQx7CRP37Jxs8mcMjFGsE/i" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feedproxy.google.com/~f/Geekish?a=f2TrMTWf"><img src="http://feedproxy.google.com/~f/Geekish?i=f2TrMTWf" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Geekish?a=BEZl6xAu"><img src="http://feedproxy.google.com/~f/Geekish?i=BEZl6xAu" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Geekish?a=sb12k6SM"><img src="http://feedproxy.google.com/~f/Geekish?i=sb12k6SM" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Geekish?a=AVC94hYH"><img src="http://feedproxy.google.com/~f/Geekish?d=43" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Geekish?a=WQjgzSMZ"><img src="http://feedproxy.google.com/~f/Geekish?d=52" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Geekish?a=5N2KAtSr"><img src="http://feedproxy.google.com/~f/Geekish?d=129" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Geekish?a=a6Z6lNND"><img src="http://feedproxy.google.com/~f/Geekish?d=41" border="0"></img></a>
</div><img src="http://feedproxy.google.com/~r/Geekish/~4/FYyxeldd5OM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.geekishblog.com/2008/08/exciting-new-feature-added-to-google-search/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.geekishblog.com/2008/08/exciting-new-feature-added-to-google-search/</feedburner:origLink></item>
		<item>
		<title>How to Enable extra compiz fusion effects in Mandriva Linux One Spring 2008</title>
		<link>http://feedproxy.google.com/~r/Geekish/~3/wnS00WhgBiw/</link>
		<comments>http://www.geekishblog.com/2008/08/how-to-enable-extra-compiz-fusion-effects-in-mandriva-linux-one-spring-2008/#comments</comments>
		<pubDate>Sat, 23 Aug 2008 21:52:47 +0000</pubDate>
		<dc:creator>Saad Ibrahim</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[compiz config]]></category>

		<category><![CDATA[compiz fusion]]></category>

		<category><![CDATA[mandriva]]></category>

		<category><![CDATA[mandriva linux one spring 2008]]></category>

		<guid isPermaLink="false">http://www.geekishblog.com/?p=673</guid>
		<description><![CDATA[<!-- Powered by Shantz WP Prefix Suffix. Tech Blog: http://tech.shantanugoel.com/ Secure Programming Blog: http://www.safercode.com/blog/ Blog: http://blog.shantanugoel.com/ -->I have always used windows infact ever since I started using computer and honestly I have never been a fan of Linux but Mandriva Linux One has changed my opinion about Linux, it has been called &#8220;almost perfect Linux distro&#8221; by many and rightly so. It is the easiest to use Linux distro i have [...]]]></description>
			<content:encoded><![CDATA[<!-- Powered by Shantz WP Prefix Suffix. Tech Blog: http://tech.shantanugoel.com/ Secure Programming Blog: http://www.safercode.com/blog/ Blog: http://blog.shantanugoel.com/ --><p>I have always used windows infact ever since I started using computer and honestly I have never been a fan of Linux but Mandriva Linux One has changed my opinion about Linux, it has been called &#8220;almost perfect Linux distro&#8221; by many and rightly so. It is the easiest to use Linux distro i have ever came across and I have started recommending it to every person that wants to switch to Linux from windows.</p>
<p>Now back to compiz fusion, well enabling compiz fusion effects in Mandriva Linux One was a no brainer and easiest to do compared to other Linux distros like ubuntu, when you are done installing Mandriva Linux one it asks you whether you want to use Metisse (that is the 3d desktop effect manager that comes with Mandriva which doesn&#8217;t have all the features that compiz has) , Compiz Fusion or no 3d effect at all, just select compiz fusion or if you missed that you can manually select compiz fusion by clicking on the Configure Your Computer icon in the panel (near the show desktop icon) and goto hardware tab and click on Configure 3D desktop effects under the Configure graphics heading. When Mandriva loads up for the first time you will immediately start seeing compiz fusion effects if you chose it. Mandriva installs CompizConfig by default so that you can configure compiz fusion easily, to access compiz config goto menu&#8211;&gt;Tools&#8211;&gt;CompizConfig Settings Manager.</p>
<p>Now there is a problem Mandriva by default doesn&#8217;t have some cool extra compiz fusion plugins like &#8220;3D windows&#8221; plugin which presents open windows in 3D way by elevating them from the desktop, &#8220;Paint Fire on the screen&#8221; plugin allow you to write on your screen with fire text which looks uber cool, &#8220;Snow&#8221; plugin which shows snow on your desktop and few more.</p>
<p><span id="more-673"></span></p>
<p>now its time to install those extra plugins, here&#8217;s how to install the extra plugins:</p>
<p><a href="http://www.geekishblog.com/wp-content/uploads/2008/08/snapshot43.png" ><img class="alignnone size-medium wp-image-682" title="Menu" src="http://www.geekishblog.com/wp-content/uploads/2008/08/snapshot43-183x300.png" alt="" width="183" height="300" /></a></p>
<p>Goto Menu and click on Install &amp; Remove Software</p>
<p>it will now ask you for root password enter it</p>
<p><a href="http://www.geekishblog.com/wp-content/uploads/2008/08/snapshot52.png" ><img class="alignnone size-medium wp-image-683" title="Software manager in Mandriva Linux One" src="http://www.geekishblog.com/wp-content/uploads/2008/08/snapshot52-300x219.png" alt="" width="300" height="219" /></a></p>
<p>Now the software management window will open up search for compiz here using the search box and now you have to install two packages here by ticking the check boxes next to these two packages:</p>
<p>1. compiz-fusion-plugins-extra</p>
<p>2. compiz-fusion-plugins-unsupported</p>
<p>now click apply and let it download the packages from internet once its installed you can goto compiz config again and you will see some new effects there, enable them and enjoy the eye candy <img src='http://www.geekishblog.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>remember: make sure you have updates all the packages and have selected &#8220;all&#8221; in the drop down menu next on left of the search box</p>
<p>Yeah that&#8217;s it you are done!</p>
<p>here are the screenshots of the plugins that i mentioned above</p>
<div id="attachment_676" class="wp-caption alignnone" style="width: 310px"><a href="http://www.geekishblog.com/wp-content/uploads/2008/08/snapshot13.png" ><img class="size-medium wp-image-676" title="Compiz Fusion Snow Effect in Mandriva Linux One" src="http://www.geekishblog.com/wp-content/uploads/2008/08/snapshot13-300x225.png" alt="Compiz Fusion Snow Effect in Mandriva Linux One" width="300" height="225" /></a><p class="wp-caption-text">Compiz Fusion Snow Effect in Mandriva Linux One</p></div>
<div id="attachment_679" class="wp-caption alignnone" style="width: 310px"><a href="http://www.geekishblog.com/wp-content/uploads/2008/08/snapshot23.png" ><img class="size-medium wp-image-679" title="Compiz Fusion Paint Fire on the screen effect in Mandriva Linux One" src="http://www.geekishblog.com/wp-content/uploads/2008/08/snapshot23-300x225.png" alt="Compiz Fusion Paint Fire on the screen effect in Mandriva Linux One" width="300" height="225" /></a><p class="wp-caption-text">Compiz Fusion Paint Fire on the screen effect in Mandriva Linux One</p></div>
<div id="attachment_680" class="wp-caption alignnone" style="width: 310px"><a href="http://www.geekishblog.com/wp-content/uploads/2008/08/snapshot33.png" ><img class="size-medium wp-image-680" title="Compiz Fusion 3D Windows Effect In Mandriva Linux One" src="http://www.geekishblog.com/wp-content/uploads/2008/08/snapshot33-300x225.png" alt="Compiz Fusion 3D Windows Effect In Mandriva Linux One" width="300" height="225" /></a><p class="wp-caption-text">Compiz Fusion 3D Windows Effect In Mandriva Linux One</p></div>
<p>Well these were just few examples, there will be many more plugins for you to select when you are done with this guide.</p>
<p>remember some plugins are in experimental mode so you should know what you are doing!</p>
<div style="font-size:8px"><i><a href="http://tech.shantanugoel.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://tech.shantanugoel.com/');">powered by shantz-wp-prefix-suffix</a></i></div>Similar Posts:<ul><li><a href="http://www.geekishblog.com/2008/07/different-3d-effects-in-ubuntu/"  rel="bookmark" title="July 26, 2008">Customize Compiz Fusion effects In Ubuntu</a></li>
</ul><!-- Similar Posts took 4.181 ms -->
<p><a href="http://feedads.googleadservices.com/~a/zLui0jWQwOZ70pKDduNvSwC4hV8/a"><img src="http://feedads.googleadservices.com/~a/zLui0jWQwOZ70pKDduNvSwC4hV8/i" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feedproxy.google.com/~f/Geekish?a=9ay4iRSk"><img src="http://feedproxy.google.com/~f/Geekish?i=9ay4iRSk" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Geekish?a=gTwrJJjg"><img src="http://feedproxy.google.com/~f/Geekish?i=gTwrJJjg" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Geekish?a=cgLH79FS"><img src="http://feedproxy.google.com/~f/Geekish?i=cgLH79FS" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Geekish?a=3pU3dl0G"><img src="http://feedproxy.google.com/~f/Geekish?d=43" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Geekish?a=wo7PRrn8"><img src="http://feedproxy.google.com/~f/Geekish?d=52" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Geekish?a=Ew6OOhmj"><img src="http://feedproxy.google.com/~f/Geekish?d=129" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Geekish?a=oqnpwxtY"><img src="http://feedproxy.google.com/~f/Geekish?d=41" border="0"></img></a>
</div><img src="http://feedproxy.google.com/~r/Geekish/~4/wnS00WhgBiw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.geekishblog.com/2008/08/how-to-enable-extra-compiz-fusion-effects-in-mandriva-linux-one-spring-2008/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.geekishblog.com/2008/08/how-to-enable-extra-compiz-fusion-effects-in-mandriva-linux-one-spring-2008/</feedburner:origLink></item>
		<item>
		<title>Exclude Your own visits from Google analytics on your WordPress Blog</title>
		<link>http://feedproxy.google.com/~r/Geekish/~3/o9xpAY5808M/</link>
		<comments>http://www.geekishblog.com/2008/08/exclude-your-own-visits-from-google-analytics-on-your-wordpress-blog/#comments</comments>
		<pubDate>Mon, 18 Aug 2008 21:42:28 +0000</pubDate>
		<dc:creator>Saad Ibrahim</dc:creator>
		
		<category><![CDATA[Blogging]]></category>

		<category><![CDATA[exclude visits]]></category>

		<category><![CDATA[google analytics]]></category>

		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.geekishblog.com/?p=654</guid>
		<description><![CDATA[<!-- Powered by Shantz WP Prefix Suffix. Tech Blog: http://tech.shantanugoel.com/ Secure Programming Blog: http://www.safercode.com/blog/ Blog: http://blog.shantanugoel.com/ -->Google Analytics is the most popular web analytics software and no doubt the best out there and many blogger&#8217;s use it for tracking thier visitors but many blogger&#8217;s complain that their own visits are counted in their Google Analytic&#8217;s report and that is annoying if your blog in new because sometimes you are going to [...]]]></description>
			<content:encoded><![CDATA[<!-- Powered by Shantz WP Prefix Suffix. Tech Blog: http://tech.shantanugoel.com/ Secure Programming Blog: http://www.safercode.com/blog/ Blog: http://blog.shantanugoel.com/ --><p>Google Analytics is the most popular web analytics software and no doubt the best out there and many blogger&#8217;s use it for tracking thier visitors but many blogger&#8217;s complain that their own visits are counted in their Google Analytic&#8217;s report and that is annoying if your blog in new because sometimes you are going to be the only one visiting your blog, I will show you three ways to exclude your own visits from Google Analytic&#8217;s Reports:</p>
<p><strong>First Method:</strong> Exclude your IP by creating a filter in Google analytics</p>
<p>to do that open Google analytics , click on access analytics button and sign in</p>
<p><a href="http://www.geekishblog.com/wp-content/uploads/2008/08/sshot-222.png" ><img src="http://www.geekishblog.com/wp-content/uploads/2008/08/sshot-22-thumb2.png" border="0" alt="sshot-22" width="333" height="167" /></a></p>
<p><span id="more-654"></span></p>
<p>now you will get the analytic&#8217;s settings page, click on filter manager</p>
<p><a href="http://www.geekishblog.com/wp-content/uploads/2008/08/sshot-232.png" ><img src="http://www.geekishblog.com/wp-content/uploads/2008/08/sshot-23-thumb2.png" border="0" alt="sshot-23" width="333" height="72" /></a></p>
<p>now click on add filter</p>
<p><a href="http://www.geekishblog.com/wp-content/uploads/2008/08/sshot-243.png" ><img src="http://www.geekishblog.com/wp-content/uploads/2008/08/sshot-24-thumb3.png" border="0" alt="sshot-24" width="333" height="200" /></a></p>
<p>now on the page that shows up put the information required to make the filter, the information will be as follows:</p>
<p>Filter Name: put anything you like like My IP or Myself</p>
<p>Filter Type: &#8220;Exclude all traffic from an IP address&#8221;</p>
<p>IP Address: Put your IP Address here (find it on whatismyipaddress.com)</p>
<p>Apply Filter to Website Profiles: Select your Website in the left pane and click add</p>
<p>And now click save changes button</p>
<p>*remember this tip doesn&#8217;t only works with WordPress it works with every kind of site</p>
<p>That&#8217;s it from now on traffic from your IP wont be counted, but if you have a dynamic IP this thing wont work as your IP will change when you restart your Internet connection, or even if you have a shared IP on a big network because other users from your network aren&#8217;t going to be counted so if you are either of the two then you should try other methods</p>
<p><strong>Second Method</strong>: Add a PHP code around your Google analytics tracking code (in the footer.php file of your theme) which identifies if a user is logged in and it wont load the tracking code for that user</p>
<p>here is the php code:</p>
<blockquote><p><code>&lt;?php if (!$user_ID) { ?&gt;<br />
your Google Analytics code here<br />
&lt;?php } ?&gt;</code></p></blockquote>
<p>you will implement this in a way that your code looks something like this:</p>
<blockquote><p><code>&lt;?php if (!$user_ID) { ?&gt;<br />
</code>&lt;script type=&#8221;text/javascript&#8221;&gt;<br />
var gaJsHost = ((&#8221;https:&#8221; == document.location.protocol) ? &#8220;https://ssl.&#8221; : &#8220;http://www.&#8221;);<br />
document.write(unescape(&#8221;%3Cscript src=&#8217;&#8221; + gaJsHost + &#8220;google-analytics.com/ga.js&#8217; type=&#8217;text/javascript&#8217;%3E%3C/script%3E&#8221;));<br />
&lt;/script&gt;<br />
&lt;script type=&#8221;text/javascript&#8221;&gt;<br />
var pageTracker = _gat._getTracker(&#8221;UA-XXXXXXX-X&#8221;);<br />
pageTracker._trackPageview();<br />
&lt;/script&gt;<br />
&lt;?php } ?&gt;</p></blockquote>
<p>The above is an example of the new ga.js code</p>
<p>that&#8217;s it you are done now  with the help of this code google analytics will not load for logged in users but from what I see it will not track any kind of logged in user including your blog subscriber/commenter&#8217;s which maybe bad if you have lots of subscribers/registered commenter&#8217;s</p>
<p>Source For this Code: <a title="JohnTP" href="http://www.johntp.com/2008/08/08/exclude-your-visits-in-google-analytics/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.johntp.com/2008/08/08/exclude-your-visits-in-google-analytics/');" target="_blank">JohnTP</a></p>
<p><strong>Third Method:</strong> Using the <a href="http://yoast.com/wordpress/analytics/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://yoast.com/wordpress/analytics/');" target="_blank">Google Analytics For WordPress</a> Plugin instead of manually adding the google analytics code to your footer.php file, I too am using this Plugin and it has some cool features that includes excluding the administrator from Google Analytics Stats</p>
<p><a href="http://www.geekishblog.com/wp-content/uploads/2008/08/sshot-26.png" ><img src="http://www.geekishblog.com/wp-content/uploads/2008/08/sshot-26-thumb.png" border="0" alt="sshot-26" width="254" height="215" /></a></p>
<p>Once you install this Plugin you just have to enter your unique Google Analytics User Account string that can be found in your tracking code for google analytics like the one above. you can get more information on how to get your user account <a href="https://www.google.com/support/googleanalytics/bin/answer.py?answer=81977&amp;ctx=sibling" onclick="javascript:pageTracker._trackPageview('/outbound/article/https://www.google.com/support/googleanalytics/bin/answer.py?answer=81977&amp;ctx=sibling');" target="_blank">here</a>.</p>
<p>to exclude your own visits just uncheck &#8220;Track The administrator too&#8221; which is the default behavior of the plugin</p>
<p>that&#8217;s it save settings and you are done and as I mentioned earlier this Plugin has few other options too that you can see in the above screens  like tracking Adsense clicks which isn&#8217;t too accurate but still good enough to track click bombing and it does it without modifying the Google Adsense code</p>
<div style="font-size:8px"><i><a href="http://tech.shantanugoel.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://tech.shantanugoel.com/');">powered by shantz-wp-prefix-suffix</a></i></div>Similar Posts:<ul><li><a href="http://www.geekishblog.com/2008/09/how-to-perfectly-integrate-google-custom-search-in-your-wordpress-blog/"  rel="bookmark" title="September 1, 2008">How to perfectly Integrate Google Custom Search in your Wordpress blog</a></li>

<li><a href="http://www.geekishblog.com/2008/07/wordpress-26-final-released/"  rel="bookmark" title="July 15, 2008">WordPress 2.6 Final Released</a></li>
</ul><!-- Similar Posts took 4.820 ms -->
<p><a href="http://feedads.googleadservices.com/~a/a9wmVg2YcYzZEGcyzfQc7aN7hZ0/a"><img src="http://feedads.googleadservices.com/~a/a9wmVg2YcYzZEGcyzfQc7aN7hZ0/i" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feedproxy.google.com/~f/Geekish?a=yIRpIB0Q"><img src="http://feedproxy.google.com/~f/Geekish?i=yIRpIB0Q" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Geekish?a=8EePoO5u"><img src="http://feedproxy.google.com/~f/Geekish?i=8EePoO5u" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Geekish?a=GMQsRhLn"><img src="http://feedproxy.google.com/~f/Geekish?i=GMQsRhLn" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Geekish?a=RKloNhF8"><img src="http://feedproxy.google.com/~f/Geekish?d=43" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Geekish?a=jRYMr6Io"><img src="http://feedproxy.google.com/~f/Geekish?d=52" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Geekish?a=vQd4O9GN"><img src="http://feedproxy.google.com/~f/Geekish?d=129" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Geekish?a=6GHfAZKw"><img src="http://feedproxy.google.com/~f/Geekish?d=41" border="0"></img></a>
</div><img src="http://feedproxy.google.com/~r/Geekish/~4/o9xpAY5808M" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.geekishblog.com/2008/08/exclude-your-own-visits-from-google-analytics-on-your-wordpress-blog/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.geekishblog.com/2008/08/exclude-your-own-visits-from-google-analytics-on-your-wordpress-blog/</feedburner:origLink></item>
		<item>
		<title>Dragon Multimedia Player For Linux</title>
		<link>http://feedproxy.google.com/~r/Geekish/~3/tJnI3YW9uqo/</link>
		<comments>http://www.geekishblog.com/2008/08/dragon-multimedia-player-for-linux/#comments</comments>
		<pubDate>Mon, 18 Aug 2008 19:38:14 +0000</pubDate>
		<dc:creator>Ruhaan Ahmed</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[dragon multimedia player]]></category>

		<category><![CDATA[linux multimedia player]]></category>

		<category><![CDATA[linux softwares]]></category>

		<guid isPermaLink="false">http://www.geekishblog.com/?p=630</guid>
		<description><![CDATA[<!-- Powered by Shantz WP Prefix Suffix. Tech Blog: http://tech.shantanugoel.com/ Secure Programming Blog: http://www.safercode.com/blog/ Blog: http://blog.shantanugoel.com/ -->There are many Multimedia applications available for various linux distro each one of them provide very exciting and unique features. But what sets VLC( which is the most used media player) apart from the rest is that it has built in codec support which is why most people use it, even though its feature set [...]]]></description>
			<content:encoded><![CDATA[<!-- Powered by Shantz WP Prefix Suffix. Tech Blog: http://tech.shantanugoel.com/ Secure Programming Blog: http://www.safercode.com/blog/ Blog: http://blog.shantanugoel.com/ --><p>There are many Multimedia applications available for various linux distro each one of them provide very exciting and unique features. But what sets VLC( which is the most used media player) apart from the rest is that it has built in codec support which is why most people use it, even though its feature set is not as comprehensive as the other media players. To try and compete with VLC media player dragon player was created. It like VLC is a simple media player that comes with support for many different codecs.</p>
<p>When you first launch dragon player its the simplicity that hits most people</p>
<p><a href="http://www.geekishblog.com/wp-content/uploads/2008/08/1.png" ><img class="aligncenter size-full wp-image-631" src="http://www.geekishblog.com/wp-content/uploads/2008/08/1.png" alt="" width="398" height="154" /></a></p>
<p><span id="more-630"></span></p>
<p>Dragon player has large and easy to understand media control buttons. One thing which Dragon player has is an video interface where dragon player overlays playback controls on ur full screen video</p>
<p><a href="http://www.geekishblog.com/wp-content/uploads/2008/08/2.png" ><img class="aligncenter size-thumbnail wp-image-632" src="http://www.geekishblog.com/wp-content/uploads/2008/08/2-150x150.png" alt="" width="150" height="150" /></a></p>
<p>An intresting Feature of Dragon Player is that it remembers your last played media files and then the next time you start Dragon Player it will prompt you to select your previosuly played media files.</p>
<p><a href="http://www.geekishblog.com/wp-content/uploads/2008/08/3.png" ><img class="aligncenter size-thumbnail wp-image-633" src="http://www.geekishblog.com/wp-content/uploads/2008/08/3-150x150.png" alt="" width="150" height="150" /></a></p>
<p>One other thing about Dragon Player is that it can resize the video file bein played to fit your screen automatically rather then you havin to set the aspect ratio manually. To enable this click on Settings, then click on Aspect Ratio and select Window Size</p>
<p>Hope you enjoy using dragon player.</p>
<p><em>This is a guest post by Ruhaan Ahmed who is a hardcore linux fan and likes trying out different linux distros . Check out <a title="Ruhaan Ahmed's Website" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://waleed.doubleudesigns.com/');" href="http://www.linuxprimetime.com" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.linuxprimetime.com');" target="_blank">his Blog.</a></em></p>
<div style="font-size:8px"><i><a href="http://tech.shantanugoel.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://tech.shantanugoel.com/');">powered by shantz-wp-prefix-suffix</a></i></div>Similar Posts:<ul><li><a href="http://www.geekishblog.com/2008/06/how-to-take-screencasts-of-your-linux-desktop/"  rel="bookmark" title="June 26, 2008">How To: Take Screencasts Of Your Linux Desktop</a></li>

<li><a href="http://www.geekishblog.com/2008/07/use-utorrent-and-many-other-windows-application-in-linux/"  rel="bookmark" title="July 8, 2008">Use Utorrent or any other windows application in Linux</a></li>

<li><a href="http://www.geekishblog.com/2008/06/connecting-to-the-internet-via-your-cellphone-in-linux/"  rel="bookmark" title="June 22, 2008">Connecting To The Internet Via Your Cellphone in Linux</a></li>

<li><a href="http://www.geekishblog.com/2008/08/visual-walkthrough-of-kde-41/"  rel="bookmark" title="August 11, 2008">Visual Walkthrough Of KDE 4.1</a></li>

<li><a href="http://www.geekishblog.com/2008/08/control-another-computer-over-a-network-in-linux/"  rel="bookmark" title="August 14, 2008">Control Another Computer Over A Network In Linux</a></li>
</ul><!-- Similar Posts took 6.439 ms -->
<p><a href="http://feedads.googleadservices.com/~a/7N-i2lfANEd6ytF3Hw0faIpDFKY/a"><img src="http://feedads.googleadservices.com/~a/7N-i2lfANEd6ytF3Hw0faIpDFKY/i" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feedproxy.google.com/~f/Geekish?a=VPHGaLNK"><img src="http://feedproxy.google.com/~f/Geekish?i=VPHGaLNK" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Geekish?a=KovxSqMG"><img src="http://feedproxy.google.com/~f/Geekish?i=KovxSqMG" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Geekish?a=4KbVXn2q"><img src="http://feedproxy.google.com/~f/Geekish?i=4KbVXn2q" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Geekish?a=GbtgekaX"><img src="http://feedproxy.google.com/~f/Geekish?d=43" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Geekish?a=WLv33ZTV"><img src="http://feedproxy.google.com/~f/Geekish?d=52" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Geekish?a=BypD6Sfv"><img src="http://feedproxy.google.com/~f/Geekish?d=129" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Geekish?a=uniH8vnJ"><img src="http://feedproxy.google.com/~f/Geekish?d=41" border="0"></img></a>
</div><img src="http://feedproxy.google.com/~r/Geekish/~4/tJnI3YW9uqo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.geekishblog.com/2008/08/dragon-multimedia-player-for-linux/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.geekishblog.com/2008/08/dragon-multimedia-player-for-linux/</feedburner:origLink></item>
		<item>
		<title>How to Make Firefox Use Windows Vista theme in Windows XP</title>
		<link>http://feedproxy.google.com/~r/Geekish/~3/iieHmK_8xYI/</link>
		<comments>http://www.geekishblog.com/2008/08/how-to-make-firefox-use-windows-vista-theme-in-windows-xp/#comments</comments>
		<pubDate>Mon, 18 Aug 2008 09:26:26 +0000</pubDate>
		<dc:creator>Saad Ibrahim</dc:creator>
		
		<category><![CDATA[Firefox]]></category>

		<category><![CDATA[classic.manifest]]></category>

		<category><![CDATA[firefox theme]]></category>

		<category><![CDATA[firefox vista theme]]></category>

		<guid isPermaLink="false">http://www.geekishblog.com/?p=626</guid>
		<description><![CDATA[<!-- Powered by Shantz WP Prefix Suffix. Tech Blog: http://tech.shantanugoel.com/ Secure Programming Blog: http://www.safercode.com/blog/ Blog: http://blog.shantanugoel.com/ -->I Personally don&#8217;t like the Firefox 3 theme for Windows XP in fact the windows vista&#8217;s Firefox theme looks much better and I badly wanted to change my theme to that of vista&#8217;s but I don&#8217;t like to use third party themes with my browser as they can slow down my browser, I came across [...]]]></description>
			<content:encoded><![CDATA[<!-- Powered by Shantz WP Prefix Suffix. Tech Blog: http://tech.shantanugoel.com/ Secure Programming Blog: http://www.safercode.com/blog/ Blog: http://blog.shantanugoel.com/ --><p>I Personally don&#8217;t like the Firefox 3 theme for Windows XP in fact the windows vista&#8217;s Firefox theme looks much better and I badly wanted to change my theme to that of vista&#8217;s but I don&#8217;t like to use third party themes with my browser as they can slow down my browser, I came across <a href="http://www.howtogeek.com/howto/internet/firefox/force-firefox-3-to-use-the-vista-theme-in-windows-xp/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.howtogeek.com/howto/internet/firefox/force-firefox-3-to-use-the-vista-theme-in-windows-xp/');" target="_blank">this</a> post on how-to geek and ever since I have been using the vista theme in Firefox and it looks just great and doesn&#8217;t slows down the browser unlike other third party themes because this theme is integrated in Firefox by default and you just need to activate it.</p>
<p>To use this theme you just have to copy paste a file in your Firefox&#8217;s application data folder and restart Firefox that&#8217;s it</p>
<p>Complete Steps:</p>
<p>Close Firefox Completely and make sure that it is properly closed by looking up Firefox.exe in the Task Manager</p>
<p><span id="more-626"></span></p>
<p>Then download <a href="http://www.geekishblog.com/wp-content/uploads/2008/08/Firefox3WindowsThemes.zip" onclick="javascript:pageTracker._trackPageview('/downloads/wp-content/uploads/2008/08/Firefox3WindowsThemes.zip');" target="_blank">this</a> zip archive and extract it</p>
<p>Now open the folder where you extracted the files and browse to Strata\Aero</p>
<p>copy the classic.manifest file from here and paste in the X:\\Program Files\Mozilla Firefox\chrome (X is the drive where windows is installed) either by manually browsing to that folder or by Going to start&#8211;&gt;run and typing:</p>
<blockquote><p>%programfiles%\Mozilla Firefox\chrome</p></blockquote>
<p>*remember to backup the current classic.manifest file by renaming it to something like classic.manifest.bak</p>
<p>That&#8217;s it, You are done!</p>
<p>Now Open Firefox and feel the freshness <img src='http://www.geekishblog.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Some of the Changes that you will see After changing the theme:</p>
<p><a href="http://www.geekishblog.com/wp-content/uploads/2008/08/sshot-22.png" ><img src="http://www.geekishblog.com/wp-content/uploads/2008/08/sshot-22-thumb.png" border="0" alt="sshot-22" width="230" height="37" /></a></p>
<p>The vista like back/forward buttons, bookmark button and few new buttons</p>
<p><a href="http://www.geekishblog.com/wp-content/uploads/2008/08/sshot-23.png" ><img src="http://www.geekishblog.com/wp-content/uploads/2008/08/sshot-23-thumb.png" border="0" alt="sshot-23" width="251" height="28" /></a></p>
<p>vista like close tab button</p>
<p><a href="http://www.geekishblog.com/wp-content/uploads/2008/08/sshot-241.png" ><img src="http://www.geekishblog.com/wp-content/uploads/2008/08/sshot-24-thumb1.png" border="0" alt="sshot-24" width="307" height="167" /></a></p>
<p>bookmark dialogue with a yellowish background</p>
<p><a href="http://www.geekishblog.com/wp-content/uploads/2008/08/sshot-25.png" ><img src="http://www.geekishblog.com/wp-content/uploads/2008/08/sshot-25-thumb.png" border="0" alt="sshot-25" width="169" height="77" /></a></p>
<p>Glowing arrows in bookmark menu</p>
<p>To revert back to The default theme (arghh) close Firefox completely and delete the new classic.manifest file and restore the backup you created by renaming it back to classic.manifest</p>
<div style="font-size:8px"><i><a href="http://tech.shantanugoel.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://tech.shantanugoel.com/');">powered by shantz-wp-prefix-suffix</a></i></div>Similar Posts:<ul><li><a href="http://www.geekishblog.com/2008/08/modify-incompatible-firefox-extensions-to-make-them-work-with-firefox-3/"  rel="bookmark" title="August 10, 2008">Modify Incompatible Firefox Extensions to make them work with Firefox 3</a></li>

<li><a href="http://www.geekishblog.com/2008/06/firefox-3-release-candidate-3-appears-on-the-official-mozilla-ftp-site/"  rel="bookmark" title="June 12, 2008">Firefox 3 Release Candidate 3 appears on the Official Mozilla FTP site</a></li>

<li><a href="http://www.geekishblog.com/2008/07/mozilla-firefox-31-alpha-1-released/"  rel="bookmark" title="July 27, 2008">Mozilla Firefox 3.1 Alpha 1 Released</a></li>

<li><a href="http://www.geekishblog.com/2008/08/add-a-clear-list-and-close-window-button-to-firefox-download-manager/"  rel="bookmark" title="August 5, 2008">Add a &#8220;Clear list and close Window&#8221; button to Firefox download manager</a></li>

<li><a href="http://www.geekishblog.com/2008/07/mozilla-firefox-301-released-fixes-two-severe-security-flaws/"  rel="bookmark" title="July 17, 2008">Mozilla Firefox 3.0.1 Released Fixes Two Severe Security Flaws</a></li>
</ul><!-- Similar Posts took 6.616 ms -->
<p><a href="http://feedads.googleadservices.com/~a/rU10J5Cq9WKey8sZ4AevqbUFf1E/a"><img src="http://feedads.googleadservices.com/~a/rU10J5Cq9WKey8sZ4AevqbUFf1E/i" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feedproxy.google.com/~f/Geekish?a=r4EhncTk"><img src="http://feedproxy.google.com/~f/Geekish?i=r4EhncTk" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Geekish?a=Us7ltJFo"><img src="http://feedproxy.google.com/~f/Geekish?i=Us7ltJFo" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Geekish?a=xgxWnmRO"><img src="http://feedproxy.google.com/~f/Geekish?i=xgxWnmRO" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Geekish?a=K4ZNsw83"><img src="http://feedproxy.google.com/~f/Geekish?d=43" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Geekish?a=jjcugRnC"><img src="http://feedproxy.google.com/~f/Geekish?d=52" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Geekish?a=wvbghwRX"><img src="http://feedproxy.google.com/~f/Geekish?d=129" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Geekish?a=cWtIi1tb"><img src="http://feedproxy.google.com/~f/Geekish?d=41" border="0"></img></a>
</div><img src="http://feedproxy.google.com/~r/Geekish/~4/iieHmK_8xYI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.geekishblog.com/2008/08/how-to-make-firefox-use-windows-vista-theme-in-windows-xp/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.geekishblog.com/2008/08/how-to-make-firefox-use-windows-vista-theme-in-windows-xp/</feedburner:origLink></item>
		<item>
		<title>Google Introduces Adsense For Feeds</title>
		<link>http://feedproxy.google.com/~r/Geekish/~3/1nQ7zqc5lg4/</link>
		<comments>http://www.geekishblog.com/2008/08/google-introduces-adsense-for-feeds/#comments</comments>
		<pubDate>Sun, 17 Aug 2008 12:07:04 +0000</pubDate>
		<dc:creator>Saad Ibrahim</dc:creator>
		
		<category><![CDATA[Blogging]]></category>

		<category><![CDATA[adsense]]></category>

		<category><![CDATA[adsense for feeds screenshots]]></category>

		<category><![CDATA[feeds]]></category>

		<guid isPermaLink="false">http://www.geekishblog.com/?p=616</guid>
		<description><![CDATA[<!-- Powered by Shantz WP Prefix Suffix. Tech Blog: http://tech.shantanugoel.com/ Secure Programming Blog: http://www.safercode.com/blog/ Blog: http://blog.shantanugoel.com/ -->Today when I opened my Adsense account to check my earnings, I saw a new tab in the earning sections for Adsense For Feeds and I was quite excited because I was looking for a way to monetize my feeds and what could be better than Adsense ;), actually one could see it coming earlier.

Once [...]]]></description>
			<content:encoded><![CDATA[<!-- Powered by Shantz WP Prefix Suffix. Tech Blog: http://tech.shantanugoel.com/ Secure Programming Blog: http://www.safercode.com/blog/ Blog: http://blog.shantanugoel.com/ --><p>Today when I opened my Adsense account to check my earnings, I saw a new tab in the earning sections for Adsense For Feeds and I was quite excited because I was looking for a way to monetize my feeds and what could be better than Adsense ;), actually one could <a href="http://blogs.feedburner.com/feedburner/archives/2008/05/into_the_wild_adsense_for_feed_1.php" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://blogs.feedburner.com/feedburner/archives/2008/05/into_the_wild_adsense_for_feed_1.php');">see it coming</a> earlier.</p>
<p><a href="http://www.geekishblog.com/wp-content/uploads/2008/08/sshot-24.png" ><img src="http://www.geekishblog.com/wp-content/uploads/2008/08/sshot-24-thumb.png" border="0" alt="sshot-24" width="333" height="54" /></a></p>
<p>Once you login to your Adsense account you will see a new column in your earning&#8217;s report with a link to &#8220;Get Started&#8221;<br />
click on it and you will be taken to the setup page for Adsense for feeds which looks like this:</p>
<p><a href="http://www.geekishblog.com/wp-content/uploads/2008/08/sshot-28.png" ><img src="http://www.geekishblog.com/wp-content/uploads/2008/08/sshot-28-thumb.png" border="0" alt="sshot-28" width="393" height="303" /></a></p>
<p><span id="more-616"></span></p>
<p>or alternatively you can access it by going to Adsense setup page</p>
<p><a href="http://www.geekishblog.com/wp-content/uploads/2008/08/sshot-27.png" ><img src="http://www.geekishblog.com/wp-content/uploads/2008/08/sshot-27-thumb.png" border="0" alt="sshot-27" width="416" height="230" /></a></p>
<p>To apply for Adsense for feeds you have to transfer your feeds from FeedBurner to your Google account or burn a new feed by clicking the burn a feed button link on the Adsense for feed setup page</p>
<p>for transferring your feeds from FeedBurner to your Google account you have to email at <a href="mailto:adsense-support-aff@google.com">adsense-support-aff@google.com</a> with your Your FeedBurner account username and The Google Account email address you use to sign in to Adsense, that&#8217;s it<br />
<!-- adman --><br />
when your feeds are transferred you can then setup your feeds the way you want</p>
<p>I Tried It and the Ads don&#8217;t show up in FeedDemon but they show up fine in Google Reader, I Hope the Google guys fix this</p>
<p>here are some screenshots:</p>
<p><a href="http://www.geekishblog.com/wp-content/uploads/2008/08/sshot-29.png" ><img src="http://www.geekishblog.com/wp-content/uploads/2008/08/sshot-29-thumb.png" border="0" alt="sshot-29" width="333" height="52" /></a></p>
<p><a href="http://www.geekishblog.com/wp-content/uploads/2008/08/sshot-30.png" ><img src="http://www.geekishblog.com/wp-content/uploads/2008/08/sshot-30-thumb.png" border="0" alt="sshot-30" width="333" height="120" /></a></p>
<p>They look much similar to Adsense for content Ads</p>
<p>Read More <a href="http://adsense.blogspot.com/2008/08/i-feel-need-need-for-feeds.html" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://adsense.blogspot.com/2008/08/i-feel-need-need-for-feeds.html');">Here</a></p>
<p>Update: Google is no more taking feed migration request on that email address above. Read More <a href="http://www.google.com/support/feedburner/bin/answer.py?answer=99648" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.google.com/support/feedburner/bin/answer.py?answer=99648');" target="_blank">here</a></p>
<div style="font-size:8px"><i><a href="http://tech.shantanugoel.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://tech.shantanugoel.com/');">powered by shantz-wp-prefix-suffix</a></i></div>Similar Posts:<ul><li><a href="http://www.geekishblog.com/2008/08/monitor-your-adsense-earnings-from-your-windows-taskbar/"  rel="bookmark" title="August 2, 2008">Monitor Your Adsense earnings from your windows taskbar</a></li>
</ul><!-- Similar Posts took 5.336 ms -->
<p><a href="http://feedads.googleadservices.com/~a/kzKruzoxHLsjMK63-08tydxxZx8/a"><img src="http://feedads.googleadservices.com/~a/kzKruzoxHLsjMK63-08tydxxZx8/i" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feedproxy.google.com/~f/Geekish?a=xDuSm739"><img src="http://feedproxy.google.com/~f/Geekish?i=xDuSm739" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Geekish?a=ZTfXwnhA"><img src="http://feedproxy.google.com/~f/Geekish?i=ZTfXwnhA" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Geekish?a=8x1bV7px"><img src="http://feedproxy.google.com/~f/Geekish?i=8x1bV7px" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Geekish?a=T4loY8Bq"><img src="http://feedproxy.google.com/~f/Geekish?d=43" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Geekish?a=qSa2kj47"><img src="http://feedproxy.google.com/~f/Geekish?d=52" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Geekish?a=uW5xbS2D"><img src="http://feedproxy.google.com/~f/Geekish?d=129" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Geekish?a=zwNt7Fuv"><img src="http://feedproxy.google.com/~f/Geekish?d=41" border="0"></img></a>
</div><img src="http://feedproxy.google.com/~r/Geekish/~4/1nQ7zqc5lg4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.geekishblog.com/2008/08/google-introduces-adsense-for-feeds/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.geekishblog.com/2008/08/google-introduces-adsense-for-feeds/</feedburner:origLink></item>
		<item>
		<title>Rescue Your Time With RescueTime</title>
		<link>http://feedproxy.google.com/~r/Geekish/~3/hUJPZ8S5Huk/</link>
		<comments>http://www.geekishblog.com/2008/08/rescue-time/#comments</comments>
		<pubDate>Sun, 17 Aug 2008 11:31:08 +0000</pubDate>
		<dc:creator>Waleed Zuberi</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<category><![CDATA[rescuetime]]></category>

		<category><![CDATA[software review]]></category>

		<category><![CDATA[time management]]></category>

		<guid isPermaLink="false">http://www.geekishblog.com/?p=586</guid>
		<description><![CDATA[On the internet, losing all sense of time isn't that hard. One link leads to another and suddenly we realize that we've spent an hour killing little stick figures in a flash game on some ad-laden site. Hey, a good bout of violence once in a while helps exercise the heart!

When I finally do get off and into the 'real world,' I'm asked—and wonder myself—what I was doing all that time. And frankly, the answer is – I don't know. The interwebs are just that kind of place.


And that is where RescueTime comes in. RescueTime is free time management software that lets you see how much time you spend on the computer and internet, and where you spend it. It logs the time and places you visit on the internet, and can also record usage of regular programs such as a music player or word processor.]]></description>
			<content:encoded><![CDATA[<!-- Powered by Shantz WP Prefix Suffix. Tech Blog: http://tech.shantanugoel.com/ Secure Programming Blog: http://www.safercode.com/blog/ Blog: http://blog.shantanugoel.com/ --><p>On the internet, losing all sense of time isn&#8217;t that hard. One link leads to another and suddenly we realize that we&#8217;ve spent an hour killing little stick figures in a flash game on some ad-laden site. Hey, a good bout of violence once in a while helps exercise the heart!</p>
<p>When I finally do get off and into the &#8216;real world,&#8217; I&#8217;m asked&#8211;and wonder myself&#8211;how time passes so quickly. And frankly, the answer is – I don&#8217;t know. The interwebs are just that kind of place.</p>
<p><img class="size-full wp-image-590 alignright" style="margin: 10px;" src="http://www.geekishblog.com/wp-content/uploads/2008/08/logo_white.gif" alt="RescueTime logo" width="213" height="60" /></p>
<p>And that is where <a href="http://www.rescuetime.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.rescuetime.com/');">RescueTime</a> comes in. RescueTime is free time management software that lets you see <em>how</em> much time you spend on the computer and internet, including <em>where</em> you spend it. It logs the time and places you visit on the internet, and can also record usage of regular programs such as a music player or word processor.<br />
<span id="more-586"></span></p>
<p>For example, it can show me how much time I spent on Gmail or that flash games site I was talking about. It can also log other computer activity so I can see how much time I spend writing or listening to music by recording how long these programs are active.</p>
<p>The logger stops recording when the computer is inactive, so I don&#8217;t have to worry about the time I&#8217;m away from the computer still being logged and counted in my total.</p>
<p>Although RescueTime cannot force you to spend less time on anything, it can give you pretty graphs and charts showing you exactly how you spend your time on the computer and online. For some responsible folks, a straight hard look at this information can be enough to make them think about cutting back on their dosage.</p>
<p>For the rest of us, looking at our computer usage like RescueTime presents it is actually pretty cool!</p>
<p><img class="size-full wp-image-592 alignleft" style="margin: 10px;" src="http://www.geekishblog.com/wp-content/uploads/2008/08/rescuetime-week.gif" alt="Graph showing a week's worth of usage data" width="380" height="278" /></p>
<p>To get RescueTime up and running you&#8217;ll need their data collector (which needs to be installed, download from <a href="http://www.rescuetime.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.rescuetime.com/');">their website</a>), and a user account at their website which will allow you to see all the collected data. The data collector is a small download of less than a megabyte in size and installation takes only a few seconds. There are no browser plug-ins or toolbars needed for this to work as all logging is done by the collector and works across all browsers on Windows, Mac, and a third-party Linux version is also available. Setting up an account at rescuetime.com is completely free and very easy to do as well. Of course, an internet connection is required for the collector to send the information in the first place. The data collector runs at just 2MB of memory, which isn&#8217;t much considering some of the memory hogs we&#8217;re used to running these days (*wink, wink*).</p>
<p>The RescueTime website is where you can see and manage all the data that is recorded. It can take a couple of days for the recorder to gather enough information to make an interesting first look, so I recommend you install it and then forget for 2-3 days. Believe me, its worth it looking at those graphs populated with data!</p>
<p><img class="size-full wp-image-591 alignright" style="margin: 5px;" src="http://www.geekishblog.com/wp-content/uploads/2008/08/rescuetime-effeciency.gif" alt="Graph showing efficiency score" width="197" height="103" /></p>
<p>The main page of your user account (or Dashboard) presents a weekly overview of activity in terms of hours spent each day and highlights the most used program for the week. For every piece of information (ie. website or program logged), you can set up tags that can help bunch different programs together as one purpose and so have them shown under one category in a graph. So for example, if I do my writing both online and off, I could tag MS Word and Google Docs as &#8216;writing&#8217; to generalize their function. Similarly, Gmail and Yahoo! Mail along with my POP email client can be tagged as &#8216;email&#8217; so I can see the total time spent on email in a day or week, or if I&#8217;ve been using it long enough, a year. The site also gives the ability to rate each tag as being positively or negatively productive or effectiveness on a scale of -2 to +2.</p>
<p>So MS Word gets a productive rating of 2 and that flash games site gets a negative 2 (well, of course!). A weekly score is calculated based on these ratings to give an overview of generally what&#8217;s being done, with the productive ratings taking it up, and the negative bringing it down.<br />
<!-- adman --><br />
You can also set Goals and Alerts based on the tags for your logged programs and sites. A goal, for example would be that I want to spend less than an hour on Facebook everyday. The site can also alert you via SMS or RSS feeds on completion or failure of the goals you specify, so it’s a great way of rubbing in the fact that you exceeded your daily allotted time for time-wasting!</p>
<p><img class="size-full wp-image-593 alignleft" style="margin: 10px;" src="http://www.geekishblog.com/wp-content/uploads/2008/08/rescuetime-group-efficiency.gif" alt="Graph showing group efficiency score" width="235" height="225" /></p>
<p>A feature recently rolled out is called Groups, which allows you to set up a group of people whose data is logged as a team. This is especially useful for small business teams and allows managers to see what is being done in their team. It works on the same basis of productivity and effectiveness points albeit in a more general way in the sense that members of a group can only see how their time compares to an average of their team and not with individuals. Groups of up to 5 people are free but cost $12.95/mo (per user) for larger groups.</p>
<p>RescueTime is essentially software that sits in your system tray and logs online activity, and then uploads to the RescueTime website for you to sign in and see later.</p>
<p>For the privacy buffs who may be squirming in their chairs with uneasiness, remember that this is strictly opt-in software. It can be seen by anyone in the sense that it does not attempt to conceal itself in the system processes, and can be seen as a prominent <span style="line-through;">red</span> white plus sign (ie. their logo) in the system tray. The data recorder is not capable of stealing any passwords or key strokes either, and can only look at running processes. Logging can be disabled for any length of time in the program preferences, and the whole program can be uninstalled completely very easily. The RescueTime website even gives you the option of deleting data from your account, selectively or completely, that will remove all your data from their server.</p>
<p>The logger can also use a Secure Socket Layer (SSL) connection to transmit the data, which is an option in the logger preferences I recommend you enable so that your information cannot be intercepted on its way to the servers.</p>
<p><a href="http://www.geekishblog.com/wp-content/uploads/2008/08/rescuetime-loggingoptions.gif" ><img class="size-thumbnail wp-image-594 alignright" style="margin: 10px;" src="http://www.geekishblog.com/wp-content/uploads/2008/08/rescuetime-loggingoptions-150x150.gif" alt="" width="150" height="150" /></a></p>
<p>For added privacy, there is also a website whitelist option that, when enabled, will only let the collector log the sites you specifically tell it to log. All other websites will be seen as &#8220;other unknown website&#8221; in your logs and will be unknown to RescueTime as well.</p>
<p>RescueTime is a great free way to look at your computer usage trends. For corporate and personal use customers, it offers the possibility of an effective time management aide and a fun way of looking at what we do on the computer. The developers have done a great job of making a simple, easy to use app that does its job well. RescueTime runs in the background and only notifies you if an update is available, and with its 2MB memory footprint, it is basically an install-and-forget program. It&#8217;s a great app that can help you and your business become more productive with time management, and I recommend you at least give a try to see what it can do and how it can help in day to day use.</p>
<p><em>This is a guest post by Waleed Zuberi, who juggles his time between being a student, a freelance web developer and a writer &#8212; but most of the time, he&#8217;s just a geek. Check out <a title="Waleed Zuberi's website" href="http://waleed.doubleudesigns.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://waleed.doubleudesigns.com/');">his website</a>, or <a title="follow Waleed on twitter" href="http://twitter.com/wzub/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://twitter.com/wzub/');">follow him on Twitter</a>!</em></p>
<p><em>This Article Was also published in october issue of Spider Magazine.</em></p>
<div style="font-size:8px"><i><a href="http://tech.shantanugoel.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://tech.shantanugoel.com/');">powered by shantz-wp-prefix-suffix</a></i></div>Similar Posts:<ul>None Found
</ul><!-- Similar Posts took 2.409 ms -->
<p><a href="http://feedads.googleadservices.com/~a/3ArBJIYkXpA4tWEMHQNyMKsgJcU/a"><img src="http://feedads.googleadservices.com/~a/3ArBJIYkXpA4tWEMHQNyMKsgJcU/i" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feedproxy.google.com/~f/Geekish?a=zcrjehcA"><img src="http://feedproxy.google.com/~f/Geekish?i=zcrjehcA" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Geekish?a=ePp4xK26"><img src="http://feedproxy.google.com/~f/Geekish?i=ePp4xK26" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Geekish?a=AKVWcdv5"><img src="http://feedproxy.google.com/~f/Geekish?i=AKVWcdv5" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Geekish?a=4rcOlKbb"><img src="http://feedproxy.google.com/~f/Geekish?d=43" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Geekish?a=MuzxgPSP"><img src="http://feedproxy.google.com/~f/Geekish?d=52" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Geekish?a=WW9BSZiz"><img src="http://feedproxy.google.com/~f/Geekish?d=129" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Geekish?a=XNnenLn0"><img src="http://feedproxy.google.com/~f/Geekish?d=41" border="0"></img></a>
</div><img src="http://feedproxy.google.com/~r/Geekish/~4/hUJPZ8S5Huk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.geekishblog.com/2008/08/rescue-time/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.geekishblog.com/2008/08/rescue-time/</feedburner:origLink></item>
		<item>
		<title>Control Another Computer Over A Network In Linux</title>
		<link>http://feedproxy.google.com/~r/Geekish/~3/GkuxloIERj4/</link>
		<comments>http://www.geekishblog.com/2008/08/control-another-computer-over-a-network-in-linux/#comments</comments>
		<pubDate>Thu, 14 Aug 2008 08:52:16 +0000</pubDate>
		<dc:creator>Ruhaan Ahmed</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[how-to]]></category>

		<category><![CDATA[remote desktop sharing]]></category>

		<category><![CDATA[vnc]]></category>

		<guid isPermaLink="false">http://www.geekishblog.com/?p=202</guid>
		<description><![CDATA[<!-- Powered by Shantz WP Prefix Suffix. Tech Blog: http://tech.shantanugoel.com/ Secure Programming Blog: http://www.safercode.com/blog/ Blog: http://blog.shantanugoel.com/ -->Ever wanted to get help from your friends or wanted to help some friend in doing some specific task, and you wished you could do that using a remote desktop connection but you don&#8217;t know how to remotely control a PC, doing so is very easy in Linux I will show you how to do [...]]]></description>
			<content:encoded><![CDATA[<!-- Powered by Shantz WP Prefix Suffix. Tech Blog: http://tech.shantanugoel.com/ Secure Programming Blog: http://www.safercode.com/blog/ Blog: http://blog.shantanugoel.com/ --><p>Ever wanted to get help from your friends or wanted to help some friend in doing some specific task, and you wished you could do that using a remote desktop connection but you don&#8217;t know how to remotely control a PC, doing so is very easy in Linux I will show you how to do that in this tutorial</p>
<p>We will use two programs for this purpose the first is called KRFB which allows you to create a VNC server so that others can control your computer remotely and the other one is called KRDC which is a VNC client which allows you to control someone&#8217;s computer remotely. Both KRFB and KRDC are easily found in the repositories of almost all Linux distro&#8217;s so installing them isn&#8217;t too much of a hassle</p>
<p>Now if you want someone to control your computer remotely start up krfb and you will get a windows similar to this:</p>
<p><a href="http://www.geekishblog.com/wp-content/uploads/2008/08/snapshot32.png" ><img src="http://www.geekishblog.com/wp-content/uploads/2008/08/snapshot3-thumb1.png" border="0" alt="snapshot3" width="446" height="268" /></a></p>
<p><span id="more-202"></span></p>
<p>There are two ways in which you can assign a remote desktop session to a person the first is that you click on New Personal Invitation and KRFB will generate a random password and assign a random port and then you can email this info to the person who needs to access your computer remotely. If you don&#8217;t want to go through the hassle of having to remember a random password and port you can assign a permanent password and port so that you don&#8217;t need to create invitations every time. To do that click on configure and you will get a dialogue box similar to this:</p>
<p><a href="http://www.geekishblog.com/wp-content/uploads/2008/08/snapshot42.png" ><img src="http://www.geekishblog.com/wp-content/uploads/2008/08/snapshot4-thumb1.png" border="0" alt="snapshot4" width="479" height="282" /></a></p>
<p>Click on Security and you will get this window:</p>
<p><!-- adman --></p>
<p><a href="http://www.geekishblog.com/wp-content/uploads/2008/08/snapshot6.png" ><img src="http://www.geekishblog.com/wp-content/uploads/2008/08/snapshot6-thumb.png" border="0" alt="snapshot6" width="477" height="272" /></a></p>
<p>check allow uninvited connections and the password field will be now writable. Type the password you would like for this demo I am using &#8220;mushroomhead&#8221; as the password. Click OK and your done, now anyone with your can connect to your computer with any VNC client software they like as long as they have your IP address, port and the password you set.</p>
<p>That&#8217;s it you are done with this part now off to controlling someone else&#8217;s PC</p>
<p>Now if you want to control another computer remotely you can use KRDC as mentioned earlier when you open up KRDC you will get a windows similar to this:</p>
<p><a href="http://www.geekishblog.com/wp-content/uploads/2008/08/snapshot7.png" ><img src="http://www.geekishblog.com/wp-content/uploads/2008/08/snapshot7-thumb.png" border="0" alt="snapshot7" width="466" height="290" /></a></p>
<p>To connect to a VNC server click on &#8220;Connect to a VNC Remote Desktop&#8221; and then in the address bar at the top enter the IP followed by the port of the computer you want to control remotely in the following way</p>
<blockquote><p>192.168.15.248:5900</p></blockquote>
<p>On pressing enter you will prompted to select the type of connection you are doing the VNC session over.</p>
<p><a href="http://www.geekishblog.com/wp-content/uploads/2008/08/snapshot8.png" ><img src="http://www.geekishblog.com/wp-content/uploads/2008/08/snapshot8-thumb.png" border="0" alt="snapshot8" width="479" height="240" /></a></p>
<p>Select the one you think is correct. Once you click OK you will be asked to enter the password of the VNC server we set this earlier as &#8220;mushroomhead&#8221;</p>
<p><a href="http://www.geekishblog.com/wp-content/uploads/2008/08/snapshot9.png" ><img src="http://www.geekishblog.com/wp-content/uploads/2008/08/snapshot9-thumb.png" border="0" alt="snapshot9" width="463" height="255" /></a></p>
<p>Once you enter the correct password you will be authenticated and will be able to control the other computer remotely.</p>
<p>Remember: If you are behind a firewall or a router you need to forward the designated port in your firewall/router so that other people can connect to you, You can find easy to follow guides on how to forward ports on <a href="http://www.portforward.com" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.portforward.com');" target="_blank">PortForward.com</a></p>
<div style="font-size:8px"><i><a href="http://tech.shantanugoel.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://tech.shantanugoel.com/');">powered by shantz-wp-prefix-suffix</a></i></div>Similar Posts:<ul><li><a href="http://www.geekishblog.com/2008/06/connecting-to-the-internet-via-your-cellphone-in-linux/"  rel="bookmark" title="June 22, 2008">Connecting To The Internet Via Your Cellphone in Linux</a></li>

<li><a href="http://www.geekishblog.com/2008/09/remotely-control-your-torrents-in-linux/"  rel="bookmark" title="September 15, 2008">Remotely Control your Torrents on Linux</a></li>

<li><a href="http://www.geekishblog.com/2008/06/install-kde-41-in-ubuntukubuntu/"  rel="bookmark" title="June 30, 2008">Install KDE 4.1 in Ubuntu/Kubuntu</a></li>

<li><a href="http://www.geekishblog.com/2008/07/use-utorrent-and-many-other-windows-application-in-linux/"  rel="bookmark" title="July 8, 2008">Use Utorrent or any other windows application in Linux</a></li>

<li><a href="http://www.geekishblog.com/2008/07/different-3d-effects-in-ubuntu/"  rel="bookmark" title="July 26, 2008">Customize Compiz Fusion effects In Ubuntu</a></li>
</ul><!-- Similar Posts took 6.266 ms -->
<p><a href="http://feedads.googleadservices.com/~a/LMitq1rqtH3hp6qavmEXeq2NbeA/a"><img src="http://feedads.googleadservices.com/~a/LMitq1rqtH3hp6qavmEXeq2NbeA/i" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feedproxy.google.com/~f/Geekish?a=cwSTRn0o"><img src="http://feedproxy.google.com/~f/Geekish?i=cwSTRn0o" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Geekish?a=KVk4MU2O"><img src="http://feedproxy.google.com/~f/Geekish?i=KVk4MU2O" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Geekish?a=iKrj9Xvk"><img src="http://feedproxy.google.com/~f/Geekish?i=iKrj9Xvk" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Geekish?a=gaSqDQvN"><img src="http://feedproxy.google.com/~f/Geekish?d=43" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Geekish?a=FiAv9Z4C"><img src="http://feedproxy.google.com/~f/Geekish?d=52" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Geekish?a=IvCFG3cK"><img src="http://feedproxy.google.com/~f/Geekish?d=129" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Geekish?a=oRjqHX1m"><img src="http://feedproxy.google.com/~f/Geekish?d=41" border="0"></img></a>
</div><img src="http://feedproxy.google.com/~r/Geekish/~4/GkuxloIERj4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.geekishblog.com/2008/08/control-another-computer-over-a-network-in-linux/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.geekishblog.com/2008/08/control-another-computer-over-a-network-in-linux/</feedburner:origLink></item>
		<item>
		<title>Visual Walkthrough Of KDE 4.1</title>
		<link>http://feedproxy.google.com/~r/Geekish/~3/ecW8Gmvu8F8/</link>
		<comments>http://www.geekishblog.com/2008/08/visual-walkthrough-of-kde-41/#comments</comments>
		<pubDate>Sun, 10 Aug 2008 18:31:53 +0000</pubDate>
		<dc:creator>Ruhaan Ahmed</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Kde]]></category>

		<category><![CDATA[kde 4.1]]></category>

		<category><![CDATA[kde 4.1 screenshots]]></category>

		<guid isPermaLink="false">http://www.geekishblog.com/?p=411</guid>
		<description><![CDATA[<!-- Powered by Shantz WP Prefix Suffix. Tech Blog: http://tech.shantanugoel.com/ Secure Programming Blog: http://www.safercode.com/blog/ Blog: http://blog.shantanugoel.com/ -->The KDE 4 desktop environment was released to much criticism many of which said that it was severely limited, to face those criticisms the KDE organisation worked on KDE 4.1 to battle many of the problems,  I will take you through the new features in KDE 4.1
(click on thumbnails to see larger version of images)
1)Upon [...]]]></description>
			<content:encoded><![CDATA[<!-- Powered by Shantz WP Prefix Suffix. Tech Blog: http://tech.shantanugoel.com/ Secure Programming Blog: http://www.safercode.com/blog/ Blog: http://blog.shantanugoel.com/ --><p>The KDE 4 desktop environment was released to much criticism many of which said that it was severely limited, to face those criticisms the KDE organisation worked on KDE 4.1 to battle many of the problems,  I will take you through the new features in KDE 4.1</p>
<p><em>(click on thumbnails to see larger version of images)</em></p>
<p>1)Upon first boot up of KDE 4.1 the first most prominent feature is the inclusion of a new desktop management widget</p>
<p><a href="http://www.geekishblog.com/wp-content/uploads/2008/08/1-thumb2.png" ><img src="http://www.geekishblog.com/wp-content/uploads/2008/08/1-thumb2-thumb.png" border="0" alt="1_thumb[2]" width="324" height="215" /></a></p>
<p><span id="more-411"></span></p>
<p>When hovering over the left or right side of the widget clear navigation options can be seen to resize and option for the widget.</p>
<p>2) One new addition is the option to resize the panels which previously was not possible because many distro&#8217;s did not integrate the feature.</p>
<p><a href="http://www.geekishblog.com/wp-content/uploads/2008/08/2-thumb2.png" ><img src="http://www.geekishblog.com/wp-content/uploads/2008/08/2-thumb2-thumb.png" border="0" alt="2_thumb[2]" width="333" height="42" /></a><br />
<!-- adman --><br />
Resizing the panel is very easy simply moving the arrows resizes it</p>
<p>3) The functionality of widgets was planned to be released in KDE 4 but it wasn&#8217;t but now it has been included in KDE 4.1 and no compiling is required to install new widgets simply click install new widgets and new widgets can easily be downloaded from KDE-look.org</p>
<p><a href="http://www.geekishblog.com/wp-content/uploads/2008/08/4-thumb1.png" ><img src="http://www.geekishblog.com/wp-content/uploads/2008/08/4-thumb1-thumb.png" border="0" alt="4_thumb[1]" width="333" height="198" /></a></p>
<p>4) On the release of KDE 4 the first complaint people had was that the default theme could not be changed without tweaks in the root folder this problem was eliminated in KDE 4.1 and an automatic theme installer has been added</p>
<p><a href="http://www.geekishblog.com/wp-content/uploads/2008/08/5-thumb1.png" ><img src="http://www.geekishblog.com/wp-content/uploads/2008/08/5-thumb1-thumb.png" border="0" alt="5_thumb[1]" width="333" height="198" /></a></p>
<p>5) KDE 4.1 now includes an improved version of the sound management application called KMix</p>
<p><a href="http://www.geekishblog.com/wp-content/uploads/2008/08/51-thumb.png" ><img src="http://www.geekishblog.com/wp-content/uploads/2008/08/51-thumb-thumb.png" border="0" alt="51_thumb" width="241" height="215" /></a></p>
<p>6) To create further competition in the desktop effects markets KDE 4.1 includes its own native desktop effects engine</p>
<p><a href="http://www.geekishblog.com/wp-content/uploads/2008/08/6-thumb1.png" ><img src="http://www.geekishblog.com/wp-content/uploads/2008/08/6-thumb1-thumb.png" border="0" alt="6_thumb[1]" width="333" height="208" /></a></p>
<p>7) To Improve file management a new application called Dolphin was created which focuses mainly on file management.</p>
<p><a href="http://www.geekishblog.com/wp-content/uploads/2008/08/7-thumb3.png" ><img src="http://www.geekishblog.com/wp-content/uploads/2008/08/7-thumb3-thumb.png" border="0" alt="7_thumb[3]" width="333" height="198" /></a></p>
<div style="font-size:8px"><i><a href="http://tech.shantanugoel.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://tech.shantanugoel.com/');">powered by shantz-wp-prefix-suffix</a></i></div>Similar Posts:<ul><li><a href="http://www.geekishblog.com/2008/06/install-kde-41-in-ubuntukubuntu/"  rel="bookmark" title="June 30, 2008">Install KDE 4.1 in Ubuntu/Kubuntu</a></li>

<li><a href="http://www.geekishblog.com/2008/07/use-utorrent-and-many-other-windows-application-in-linux/"  rel="bookmark" title="July 8, 2008">Use Utorrent or any other windows application in Linux</a></li>

<li><a href="http://www.geekishblog.com/2008/07/different-3d-effects-in-ubuntu/"  rel="bookmark" title="July 26, 2008">Customize Compiz Fusion effects In Ubuntu</a></li>

<li><a href="http://www.geekishblog.com/2008/06/how-to-take-screencasts-of-your-linux-desktop/"  rel="bookmark" title="June 26, 2008">How To: Take Screencasts Of Your Linux Desktop</a></li>

<li><a href="http://www.geekishblog.com/2008/08/advanced-power-management-in-ubuntu/"  rel="bookmark" title="August 5, 2008">Advanced Power Management in Ubuntu</a></li>
</ul><!-- Similar Posts took 6.209 ms -->
<p><a href="http://feedads.googleadservices.com/~a/ONEC8ScOSWrERHIAG5q5Y9SyKnk/a"><img src="http://feedads.googleadservices.com/~a/ONEC8ScOSWrERHIAG5q5Y9SyKnk/i" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feedproxy.google.com/~f/Geekish?a=fC8Ox8Rm"><img src="http://feedproxy.google.com/~f/Geekish?i=fC8Ox8Rm" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Geekish?a=LgBg9ySk"><img src="http://feedproxy.google.com/~f/Geekish?i=LgBg9ySk" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Geekish?a=TDeBOW5m"><img src="http://feedproxy.google.com/~f/Geekish?i=TDeBOW5m" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Geekish?a=nvp84vI9"><img src="http://feedproxy.google.com/~f/Geekish?d=43" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Geekish?a=Pujo2NSx"><img src="http://feedproxy.google.com/~f/Geekish?d=52" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Geekish?a=BrdhKigt"><img src="http://feedproxy.google.com/~f/Geekish?d=129" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Geekish?a=1R9JsHXu"><img src="http://feedproxy.google.com/~f/Geekish?d=41" border="0"></img></a>
</div><img src="http://feedproxy.google.com/~r/Geekish/~4/ecW8Gmvu8F8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.geekishblog.com/2008/08/visual-walkthrough-of-kde-41/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.geekishblog.com/2008/08/visual-walkthrough-of-kde-41/</feedburner:origLink></item>
		<item>
		<title>Modify Incompatible Firefox Extensions to make them work with Firefox 3</title>
		<link>http://feedproxy.google.com/~r/Geekish/~3/M8WlrGNV924/</link>
		<comments>http://www.geekishblog.com/2008/08/modify-incompatible-firefox-extensions-to-make-them-work-with-firefox-3/#comments</comments>
		<pubDate>Sun, 10 Aug 2008 16:29:31 +0000</pubDate>
		<dc:creator>Saad Ibrahim</dc:creator>
		
		<category><![CDATA[Firefox]]></category>

		<category><![CDATA[addons]]></category>

		<category><![CDATA[minimize to tray for firefox 3.0]]></category>

		<guid isPermaLink="false">http://www.geekishblog.com/?p=392</guid>
		<description><![CDATA[<!-- Powered by Shantz WP Prefix Suffix. Tech Blog: http://tech.shantanugoel.com/ Secure Programming Blog: http://www.safercode.com/blog/ Blog: http://blog.shantanugoel.com/ -->Ever came across an extension that you badly want to run with Firefox 3 and are in no mood to downgrade to earlier versions of Firefox, and you aren&#8217;t comfortable with modifying about:config, the other day I came across this extension called minimize to tray and I badly wanted it to run with Firefox 3 [...]]]></description>
			<content:encoded><![CDATA[<!-- Powered by Shantz WP Prefix Suffix. Tech Blog: http://tech.shantanugoel.com/ Secure Programming Blog: http://www.safercode.com/blog/ Blog: http://blog.shantanugoel.com/ --><p>Ever came across an extension that you badly want to run with Firefox 3 and are in no mood to downgrade to earlier versions of Firefox, and you aren&#8217;t comfortable with <a href="http://lifehacker.com/355973/make-your-extensions-work-with-the-firefox-3-beta" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://lifehacker.com/355973/make-your-extensions-work-with-the-firefox-3-beta');" target="_blank">modifying about:config</a>, the other day I came across this extension called <a href="https://addons.mozilla.org/en-US/firefox/addon/2110?application=firefox&amp;id=2110" onclick="javascript:pageTracker._trackPageview('/outbound/article/https://addons.mozilla.org/en-US/firefox/addon/2110?application=firefox&amp;id=2110');">minimize to tray</a> and I badly wanted it to run with Firefox 3 ,actually what it does is that it minimizes Firefox to tray when you press CTRL+SHIFT+M, now whenever I am done with with Firefox I don&#8217;t close it instead I minimize it, it is working great so far in Firefox 3.0.1, I am using the same extension as an reference in this post:</p>
<p>first step is to get the .xpi file of the addon you want to make compatible with Firefox 3.0.1, to do that go to Mozilla addons site and open the page of your desired extension, now the problem is that the add to Firefox button is greyed out because its not compatible otherwise we would have right clicked it and chosen &#8220;save link as&#8221; option but now you  can get xpi file by changing your browser e.g Internet Explorer (you can use IE tab too) as it will turn the add to Firefox button to download now button and then you can easily save the xpi file to your hard disk<br />
<span id="more-392"></span></p>
<p><a href="http://www.geekishblog.com/wp-content/uploads/2008/08/sshot-31.png" ><img src="http://www.geekishblog.com/wp-content/uploads/2008/08/sshot-3-thumb1.png" border="0" alt="sshot-3" width="322" height="72" /></a></p>
<p>there are two other methods but this is the easiest <img src='http://www.geekishblog.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>once you are done with saving the extension&#8217;s XPI file you need a compression software like Winrar, you can also you 7zip but I haven&#8217;t tried it and I am only going to use winrar as reference in this post<br />
<!-- adman --><br />
once you are ready with the compression software right click the xpi file and click on &#8220;open with&#8221;, now in the window that shows up select winrar</p>
<p><a href="http://www.geekishblog.com/wp-content/uploads/2008/08/sshot-5.png" ><img src="http://www.geekishblog.com/wp-content/uploads/2008/08/sshot-5-thumb.png" border="0" alt="sshot-5" width="333" height="188" /></a></p>
<p>when this xpi file opens in winrar, now just click on extract to and extract using the default setting (this will extract the file in the same folder where the xpi file is)</p>
<p><a href="http://www.geekishblog.com/wp-content/uploads/2008/08/sshot-71.png" ><img src="http://www.geekishblog.com/wp-content/uploads/2008/08/sshot-7-thumb1.png" border="0" alt="sshot-7" width="333" height="206" /></a></p>
<p>now open the the install.rdf file from the extracted files in a word editor like notepad and you will see the code similar to that above</p>
<p>now you need to edit the code that is highlighted in the screenshot above, change the line &lt;em:maxVersion&gt;2.0.0.*&lt;/em:maxVersion&gt;  to  &lt;em:maxVersion&gt;3.0.*&lt;/em:maxVersion&gt;, to make it compatible with Firefox 3.0.0 onwards</p>
<p>that&#8217;s it! now save the file and close it</p>
<p>now repeat the second step that is opening the xpi file in winrar</p>
<p>once you have opened it drag and drop the install.rdf file we just edited to the winrar archive</p>
<p><a href="http://www.geekishblog.com/wp-content/uploads/2008/08/sshot-81.png" ><img src="http://www.geekishblog.com/wp-content/uploads/2008/08/sshot-8-thumb1.png" border="0" alt="sshot-8" width="225" height="215" /></a></p>
<p>now it will show you a window click on OK and you are done you have just modified the extension</p>
<p>now to install this newly modified extension you just have to drag and drop this XPI file to Firefox addons manager window and it will install it without giving you any incompatibility error</p>
<p>actually the advantage of using this method instead of using that about:config hack is that you have a ready to use XPI file that you can use the next time you want to install this extension</p>
<p>Bonus: <a href="http://www.geekishblog.com/wp-content/uploads/2008/08/minimizetotray-0.0.1.2006102615+-fx+zm+sb+tb.xpi" >Here&#8217;s</a> the Modified XPI file of MinimizeToTray Firefox extension</p>
<div style="font-size:8px"><i><a href="http://tech.shantanugoel.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://tech.shantanugoel.com/');">powered by shantz-wp-prefix-suffix</a></i></div>Similar Posts:<ul><li><a href="http://www.geekishblog.com/2008/07/see-your-gmail-unread-mail-count-on-the-favicon/"  rel="bookmark" title="July 24, 2008">See your Gmail Unread Mail Count on the favicon</a></li>

<li><a href="http://www.geekishblog.com/2008/07/backup-your-firefox-profile-with-febe/"  rel="bookmark" title="July 14, 2008">Backup Your Firefox Profile With FEBE</a></li>

<li><a href="http://www.geekishblog.com/2008/08/add-a-clear-list-and-close-window-button-to-firefox-download-manager/"  rel="bookmark" title="August 5, 2008">Add a &#8220;Clear list and close Window&#8221; button to Firefox download manager</a></li>

<li><a href="http://www.geekishblog.com/2008/09/make-firefox-open-new-tabs-next-to-current-tab-instead-of-last-tab/"  rel="bookmark" title="September 14, 2008">Make Firefox open new tabs next to current tab instead of last tab</a></li>

<li><a href="http://www.geekishblog.com/2008/08/how-to-make-firefox-use-windows-vista-theme-in-windows-xp/"  rel="bookmark" title="August 18, 2008">How to Make Firefox Use Windows Vista theme in Windows XP</a></li>
</ul><!-- Similar Posts took 6.420 ms -->
<p><a href="http://feedads.googleadservices.com/~a/bV-dR9_t5ROZTXxg2p4DlgrtSv4/a"><img src="http://feedads.googleadservices.com/~a/bV-dR9_t5ROZTXxg2p4DlgrtSv4/i" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feedproxy.google.com/~f/Geekish?a=xlZsTZsy"><img src="http://feedproxy.google.com/~f/Geekish?i=xlZsTZsy" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Geekish?a=XU8cSvC6"><img src="http://feedproxy.google.com/~f/Geekish?i=XU8cSvC6" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Geekish?a=wIkmW4rO"><img src="http://feedproxy.google.com/~f/Geek