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

<channel>
	<title>Bijay Rungta aka @rungss, Sharing Knowledge, Daring to Speak, Caring.. to nurture. and Living to Love.. &#187; Programming</title>
	<atom:link href="http://bijayrungta.com/category/technology/programming/feed" rel="self" type="application/rss+xml" />
	<link>http://bijayrungta.com</link>
	<description>Bijay Rungta aka @rungss, Sharing Knowledge, Daring to Speak and Caring(People) to nurture and Living to Love(Filmies, revise your understanding of Love) sharing his Experience on Web Development with LAMP and AJAX, Web 2.0, Programming, PHP, JavaScript, ActionScript, Flex, XML, XML Schema, XHTML, CSS, DocBook, AJAX, JSON, RSS, Atom, MySQL, Apache, Ubuntu, Seagull PHP Framework, Smarty, PEAR, Zend Studio, Eclipse PDT, Adobe Flex Builder, CVS, Subverson, SQLYog, Firebug , meld Diff Viewer, Annoyances, Social Bookmarking, Usability, Google, Knowledge Management, Productivity, vBulletin, Shell Scripting, rsync, scp and other Web related Technologies.</description>
	<lastBuildDate>Mon, 27 Jun 2011 10:32:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Force ssh to use Password instead of Public Key</title>
		<link>http://bijayrungta.com/force-ssh-to-use-password-instead-of-public-key</link>
		<comments>http://bijayrungta.com/force-ssh-to-use-password-instead-of-public-key#comments</comments>
		<pubDate>Mon, 27 Jun 2011 10:32:33 +0000</pubDate>
		<dc:creator>bijayrungta</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[How_To]]></category>
		<category><![CDATA[Shell]]></category>
		<category><![CDATA[SSH]]></category>

		<guid isPermaLink="false">http://bijayrungta.com/?p=932</guid>
		<description><![CDATA[This Blog Post describes How you can force ssh to use Password instead of Public Key. By passing the default behaviour of using Public Keys for Authentication.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fbijayrungta.com%2Fforce-ssh-to-use-password-instead-of-public-key"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fbijayrungta.com%2Fforce-ssh-to-use-password-instead-of-public-key" height="61" width="51" title="Force ssh to use Password instead of Public Key" alt=" Force ssh to use Password instead of Public Key" /></a></div><p>Here is what you should pass to <strong>ssh</strong> so that it doesn&#8217;t attempt to authenticate using a <strong>Public Key</strong>.</p>
<p><code lang="bash">ssh-o "PubkeyAuthentication no" user@server</code></p>
<p>I was getting the following error when trying to login to ssh to a Server.</p>
<p>Received disconnect from &lt;IP&gt;: 2: Too many authentication failures for root</p>
<p>I verbosed to see the errors and got the following:</p>
<p><code><br />
debug1: Authentications that can continue: publickey,password<br />
debug1: Next authentication method: publickey<br />
debug1: Offering RSA public key: bijay@bijay<br />
debug1: Authentications that can continue: publickey,password<br />
debug1: Offering RSA public key: bijay@bijay<br />
debug1: Authentications that can continue: publickey,password<br />
debug1: Offering RSA public key: bijay@bijay<br />
debug1: Authentications that can continue: publickey,password<br />
debug1: Offering RSA public key: bijay@bijay<br />
debug1: Authentications that can continue: publickey,password<br />
debug1: Offering RSA public key: bijay@bijay<br />
debug1: Authentications that can continue: publickey,password<br />
debug1: Offering RSA public key: bijay@bijay<br />
Received disconnect from : 2: Too many authentication failures for root<br />
</code></p>
<p>By Default because of the ssh config, it was trying to authenticate using <strong>Public Key</strong> (<strong>pubkey</strong>)</p>
<img src="http://bijayrungta.com/blog/?ak_action=api_record_view&id=932&type=feed" alt=" Force ssh to use Password instead of Public Key"  title="Force ssh to use Password instead of Public Key" />]]></content:encoded>
			<wfw:commentRss>http://bijayrungta.com/force-ssh-to-use-password-instead-of-public-key/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Over 50 Payment Gateways Now Supported in Magento</title>
		<link>http://bijayrungta.com/over-50-payment-gateways-now-supported-in-magento</link>
		<comments>http://bijayrungta.com/over-50-payment-gateways-now-supported-in-magento#comments</comments>
		<pubDate>Fri, 26 Mar 2010 05:00:03 +0000</pubDate>
		<dc:creator>bijayrungta</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web_2.0]]></category>
		<category><![CDATA[2Checkout]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[E Commerce]]></category>
		<category><![CDATA[Extensions]]></category>
		<category><![CDATA[Google Checkout]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[Magento Connect]]></category>
		<category><![CDATA[Moneybookers]]></category>
		<category><![CDATA[Payment Gateways]]></category>
		<category><![CDATA[Paypal]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Resources]]></category>

		<guid isPermaLink="false">http://bijayrungta.com/?p=785</guid>
		<description><![CDATA[
The Magento ecosystem continues to grow with support for over 50 payment gateways now available. The Magento community has taken an active role and contributions account for the bulk of the extensions (as listed below). In addition to the core bundled support for Authorize.net, Paypal (various products), Google Checkout and Check/Money Orders, you can find the following extensions on Magento Connect:

Fontis Australia
Cybersource
Protx
Tweakmag Payment
SPPLUS
Fontis New Zealand
eWAY
ChronoPay
ePay
Paybox
iDEAL
Flo2Cash Web Service
Protx Direct Payment Module
PagSeguro Payment Module
CyberMUT Paiement / Paiement CIC
Modu? platnosci.pl dla Lento
Payone
PaySimple
UOS Paymentmodule
Fontis Paymate
Fontis Payment Express
Dibs Payment
WorldPay
Bank Prepayment
VCS
Saferpay
Datarans Paymentgateway
SecureTrading XPay Module
Ogone Payment
Payment Module: ...]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fbijayrungta.com%2Fover-50-payment-gateways-now-supported-in-magento"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fbijayrungta.com%2Fover-50-payment-gateways-now-supported-in-magento" height="61" width="51" title="Over 50 Payment Gateways Now Supported in Magento" alt=" Over 50 Payment Gateways Now Supported in Magento" /></a></div><p><a title="Magento Connect, A Marketplace for the exchange of Community Resources" href="http://www.magentocommerce.com/magento-connect" target="_blank"><img style="border: 0;" src="http://www.magentocommerce.com/images/uploads/magento-connect-fade.jpg" alt="Magento Connect, A Marketplace for the exchange of Community Resources" width="402" height="79" title="Over 50 Payment Gateways Now Supported in Magento" /></a></p>
<p>The <a title="Magento" href="http://www.magentocommerce.com/">Magento</a> ecosystem continues to grow with support for over <strong>50 payment gateways</strong> now available. The Magento community has taken an active role and contributions account for the bulk of the extensions (as listed below). In addition to the core bundled support for Authorize.net, Paypal (various products), Google Checkout and Check/Money Orders, you can find the following extensions on <a title="Magento Connect" href="http://www.magentocommerce.com/magento-connect">Magento Connect</a>:</p>
<ul class="disc">
<li><a href="http://www.magentocommerce.com/extension/141/magento-australia-extension/" target="_blank">Fontis Australia</a></li>
<li><a href="http://www.magentocommerce.com/extension/142/cybersource-extension/" target="_blank">Cybersource</a></li>
<li><a href="http://www.magentocommerce.com/extension/143/protx-extension/" target="_blank">Protx</a></li>
<li><a href="http://www.magentocommerce.com/extension/149/tweakmag-payment/" target="_blank">Tweakmag Payment</a></li>
<li><a href="http://www.magentocommerce.com/extension/151/spplus-extension/" target="_blank">SPPLUS</a></li>
<li><a href="http://www.magentocommerce.com/extension/154/magento-new-zealand-extension/" target="_blank">Fontis New Zealand</a></li>
<li><a href="http://www.magentocommerce.com/extension/155/eway-extension/" target="_blank">eWAY</a></li>
<li><a href="http://www.magentocommerce.com/extension/156/chronopay-extension/" target="_blank">ChronoPay</a></li>
<li><a href="http://www.magentocommerce.com/extension/157/epay/" target="_blank">ePay</a></li>
<li><a href="http://www.magentocommerce.com/extension/158/paybox-extension/" target="_blank">Paybox</a></li>
<li><a href="http://www.magentocommerce.com/extension/159/ideal-extension/" target="_blank">iDEAL</a></li>
<li><a href="http://www.magentocommerce.com/extension/160/flo2cash-web-service-extension/" target="_blank">Flo2Cash Web Service</a></li>
<li><a href="http://www.magentocommerce.com/extension/163/protx-direct-payment-module/" target="_blank">Protx Direct Payment Module</a></li>
<li><a href="http://www.magentocommerce.com/extension/170/pagseguro-payment-module/" target="_blank">PagSeguro Payment Module</a></li>
<li><a href="http://www.magentocommerce.com/extension/190/cybermut-extension/" target="_blank">CyberMUT Paiement / Paiement CIC</a></li>
<li><a href="http://www.magentocommerce.com/extension/233/lento_platnosci/" target="_blank">Modu? platnosci.pl dla Lento</a></li>
<li><a href="http://www.magentocommerce.com/extension/235/payone-extension/" target="_blank">Payone</a></li>
<li><a href="http://www.magentocommerce.com/extension/277/paysimple/" target="_blank">PaySimple</a></li>
<li><a href="http://www.magentocommerce.com/extension/279/uos-paymentmodule/" target="_blank">UOS Paymentmodule</a></li>
<li><a href="http://www.magentocommerce.com/extension/280/fontis-paymate/" target="_blank">Fontis Paymate</a></li>
<li><a href="http://www.magentocommerce.com/extension/281/fontis-payment-express/" target="_blank">Fontis Payment Express</a></li>
<li><a href="http://www.magentocommerce.com/extension/299/dibs-payment/" target="_blank">Dibs Payment</a></li>
<li><a href="http://www.magentocommerce.com/extension/302/worldpay-extension/" target="_blank">WorldPay</a></li>
<li><a href="http://www.magentocommerce.com/extension/304/bank-prepayment-vorkasse-/" target="_blank">Bank Prepayment</a></li>
<li><a href="http://www.magentocommerce.com/extension/418/vcs/" target="_blank">VCS</a></li>
<li><a href="http://www.magentocommerce.com/extension/419/saferpay/" target="_blank">Saferpay</a></li>
<li><a href="http://www.magentocommerce.com/extension/422/datarans-paymentgateway/" target="_blank">Datarans Paymentgateway</a></li>
<li><a href="http://www.magentocommerce.com/extension/427/securetrading-xpay-module/" target="_blank">SecureTrading XPay Module</a></li>
<li><a href="http://www.magentocommerce.com/extension/428/ogone-payment/" target="_blank">Ogone Payment</a></li>
<li><a href="http://www.magentocommerce.com/extension/435/payment-module-ecs-clearing-interface/" target="_blank">Payment Module: ECS Clearing Interface</a></li>
<li><a href="http://www.magentocommerce.com/extension/441/modulo-banca-sella/" target="_blank">Modulo Banca Sella 1.1</a></li>
<li><a href="http://www.magentocommerce.com/extension/449/magento-linkpoint-api-payment-module/" target="_blank">Magento LinkPoint API Payment Module</a></li>
<li><a href="http://www.magentocommerce.com/extension/450/linkpoint-api-payment-module-for-magento/" target="_blank">LinkPoint API Payment Module for Magento</a></li>
<li><a href="http://www.magentocommerce.com/extension/452/fontis-securepay/" target="_blank">Fontis SecurePay</a></li>
<li><a href="http://www.magentocommerce.com/extension/454/cash-on-delivery/" target="_blank">Cash On Delivery</a></li>
<li><a href="http://www.magentocommerce.com/extension/456/psigate-api-payment-module/" target="_blank">PSiGate API Payment Module</a></li>
<li><a href="http://www.magentocommerce.com/extension/461/nedbank-iveri-paygate/" target="_blank">Nedbank iVeri Paygate</a></li>
<li><a href="http://www.magentocommerce.com/extension/463/paypoint-secpay-professional-payment-module/" target="_blank">PayPoint.net (SECPay) Payment Gateway Module</a></li>
<li><a href="http://www.magentocommerce.com/extension/464/metodo-de-pago-servired/" target="_blank">Metodo de pago Servired</a></li>
<li><a href="http://www.magentocommerce.com/extension/467/servired/" target="_blank">Servired</a></li>
<li><a href="http://www.magentocommerce.com/extension/481/2checkout.com-payment-module/" target="_blank">2Checkout.com payment module</a></li>
<li><a href="http://www.magentocommerce.com/extension/486/fasttransact-integration-module/" target="_blank">Fast Transact Integration module</a></li>
<li><a href="http://www.magentocommerce.com/extension/491/bbs-payment-gateway/" target="_blank">BBS Payment Gateway</a></li>
<li><a href="http://www.magentocommerce.com/extension/506/westpac-payway/" target="_blank">Fontis Westpac PayWay</a></li>
<li><a href="http://www.magentocommerce.com/extension/512/fontis-nab-transact/" target="_blank">Fontis NAB Transact</a></li>
<li><a href="http://www.magentocommerce.com/extension/530/barclays-epdq/" target="_blank">Barclays ePDQ</a></li>
<li><a href="http://www.magentocommerce.com/extension/531/clickandbuy/" target="_blank">ClickandBuy</a></li>
<li><a href="http://www.magentocommerce.com/extension/542/optimal-payments-firepay/" target="_blank">Optimal Payments Firepay</a></li>
</ul>
<p>Source: <a title="50+ Payment Gateways Now Supported in Magento" href="http://www.eshopforums.com/f48/50-payment-gateways-now-supported-magento-2163/" target="_blank">http://www.eshopforums.com/f48/50-payment-gateways-now-supported-magento-2163/</a></p>
<img src="http://bijayrungta.com/blog/?ak_action=api_record_view&id=785&type=feed" alt=" Over 50 Payment Gateways Now Supported in Magento"  title="Over 50 Payment Gateways Now Supported in Magento" />]]></content:encoded>
			<wfw:commentRss>http://bijayrungta.com/over-50-payment-gateways-now-supported-in-magento/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Detect Language of a certain Text using Language Detection Tool from Google</title>
		<link>http://bijayrungta.com/detect-language-of-a-certain-text-using-language-detection-tool-from-google</link>
		<comments>http://bijayrungta.com/detect-language-of-a-certain-text-using-language-detection-tool-from-google#comments</comments>
		<pubDate>Thu, 18 Mar 2010 06:40:06 +0000</pubDate>
		<dc:creator>bijayrungta</dc:creator>
				<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[Language]]></category>
		<category><![CDATA[Online]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://bijayrungta.com/?p=778</guid>
		<description><![CDATA[So, OK Google Provides you a Tool to Translate a text from certain language into another.

But what if you don't even know what language the Original Text is in.

Take a Scenario, You received a Comment on your Blog or saw a Wall Post/Status Message of a Friend in Facebook. What do you do then?

Here is the Answer, Use Google's Own Tool to detect the Language based on words.

Its not 100% reliabele, but can still help.]]></description>
			<content:encoded><![CDATA[<div class="sticky_post"><div class="tweetmeme_button" style="float: right; margin: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fbijayrungta.com%2Fdetect-language-of-a-certain-text-using-language-detection-tool-from-google"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fbijayrungta.com%2Fdetect-language-of-a-certain-text-using-language-detection-tool-from-google" height="61" width="51" title="Detect Language of a certain Text using Language Detection Tool from Google" alt=" Detect Language of a certain Text using Language Detection Tool from Google" /></a></div><p>So, OK Google Provides you a Tool to Translate a text from certain language into another.</p>
<p>But what if you don;t even know what language the Original Text is in.</p>
<p>Take a Scenario,</p>
<p>You received a Comment on your Blog or saw a Wall Post/Status Message of a Friend in Facebook. The Text is in a language you don;t understand, forget that, you can&#8217;t even make out which language the text is written in.</p>
<p>What do you do then?</p>
<p>Here is the Answer, Use Google&#8217;s Own <a title="Google AJAX Language API - Language Detection" href="http://www.google.com/uds/samples/language/detect.html" target="_blank">Language Detection Tool</a> to detect the Language based on words.</p>
<p>Just enter few of the Words from the Text and enter it into the Text Box in the above Tool, then Press Detect.</p>
<p>You will see the detected Language which is an approximation with a reliability factor attached with it.</p>
<p>Its not 100% reliabele, but can still help.</p>
<p><a title="Google AJAX Language API - Language Detection" href="http://www.google.com/uds/samples/language/detect.html" target="_blank">Language Detection Tool</a> <a title="Google AJAX Language API - Language Detection" href="http://www.google.com/uds/samples/language/detect.html" target="_blank">http://www.google.com/uds/samples/language/detect.html</a></p>
</div>
<img src="http://bijayrungta.com/blog/?ak_action=api_record_view&id=778&type=feed" alt=" Detect Language of a certain Text using Language Detection Tool from Google"  title="Detect Language of a certain Text using Language Detection Tool from Google" />]]></content:encoded>
			<wfw:commentRss>http://bijayrungta.com/detect-language-of-a-certain-text-using-language-detection-tool-from-google/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>FBMeme plugin for Wordpress to show Count of Facebook Shares and to Share</title>
		<link>http://bijayrungta.com/fbmeme-plugin-for-wordpress-to-show-count-of-facebook-shares-and-to-share</link>
		<comments>http://bijayrungta.com/fbmeme-plugin-for-wordpress-to-show-count-of-facebook-shares-and-to-share#comments</comments>
		<pubDate>Thu, 11 Feb 2010 05:59:35 +0000</pubDate>
		<dc:creator>bijayrungta</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Idea]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Web_2.0]]></category>
		<category><![CDATA[button]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[fbmeme]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[rungss]]></category>
		<category><![CDATA[Share]]></category>
		<category><![CDATA[social]]></category>
		<category><![CDATA[voting]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress_Plugin]]></category>

		<guid isPermaLink="false">http://bijayrungta.com/?p=767</guid>
		<description><![CDATA[The FBMeme button easily allows your blog to be shared on Facebook. The button also provides a current count of how many times your story has been shared throughout facebook.]]></description>
			<content:encoded><![CDATA[<div class="sticky_post"><div class="tweetmeme_button" style="float: right; margin: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fbijayrungta.com%2Ffbmeme-plugin-for-wordpress-to-show-count-of-facebook-shares-and-to-share"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fbijayrungta.com%2Ffbmeme-plugin-for-wordpress-to-show-count-of-facebook-shares-and-to-share" height="61" width="51" title="FBMeme plugin for Wordpress to show Count of Facebook Shares and to Share" alt=" FBMeme plugin for Wordpress to show Count of Facebook Shares and to Share" /></a></div><p>Here is a Wordpress Plugin I made <a href="http://bijayrungta.com/blog/wp-content/uploads/2010/02/fbmeme.zip">FBMeme plugin for Wordpress to show Count of Facebook Shares and to Share the Post</a></p>
<p>You can Download the Plugin from here.</p>
<p><a href="http://bijayrungta.com/blog/wp-content/uploads/2010/02/fbmeme.zip">FBMeme plugin for Wordpress to show Count of Facebook Shares and to Share the Post</a></p>
<p><strong>FBMeme Button</strong><br />
Contributors: Bijay Rungta <a title="Bijay Rungta AKA @rungss Spreading Knowledge" href="http://bijayrungta.com">http://bijayrungta.com</a><br />
Tags: facebook, voting, button, fbtmeme, share, social<br />
Requires at least: 2.7<br />
Tested up to: 2.8<br />
Stable tag: 1.0.0</p>
<p><strong>Description</strong></p>
<p>The FBMeme button easily allows your blog to be shared on Facebook. The button also provides a current count of how many times your story has been shared throughout facebook.</p>
<p>The Plugin is Inspired from the TweetMeme Plugin. It has also used the code that TweetMeme Plugin has.</p>
<p><strong>Features</strong></p>
<p>* Shows the current number of times your post has been shared on Facebook.<br />
* Allows your User to Share a Post on Facebook easily.<br />
* Easily installed.<br />
* Allows you to specify when the button should go (e.g. top or bottom or both)</p>
<p><strong>Installation</strong></p>
<p><strong>Follow the steps below to install the plugin.</strong></p>
<p>1. Upload the fbmeme directory to the /wp-content/plugins/ directory<br />
2. Activate the plugin through the &#8216;Plugins&#8217; menu in WordPress<br />
3. Go to Settings/fbmeme to configure the button</p>
<p>Short Link: http://wp.me/pAiAy-cn</p>
</div>
<img src="http://bijayrungta.com/blog/?ak_action=api_record_view&id=767&type=feed" alt=" FBMeme plugin for Wordpress to show Count of Facebook Shares and to Share"  title="FBMeme plugin for Wordpress to show Count of Facebook Shares and to Share" />]]></content:encoded>
			<wfw:commentRss>http://bijayrungta.com/fbmeme-plugin-for-wordpress-to-show-count-of-facebook-shares-and-to-share/feed</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Will Google notify webmasters of violations of the webmaster guidelines? @mattcutts explains the Possibilities, Problems and the efforts being taken..</title>
		<link>http://bijayrungta.com/will-google-notify-webmasters-of-violations-of-the-webmaster-guidelines-mattcutts-explains-the-possibilities-problems-and-the-efforts-being-taken</link>
		<comments>http://bijayrungta.com/will-google-notify-webmasters-of-violations-of-the-webmaster-guidelines-mattcutts-explains-the-possibilities-problems-and-the-efforts-being-taken#comments</comments>
		<pubDate>Wed, 16 Sep 2009 06:44:22 +0000</pubDate>
		<dc:creator>rungss</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Idea]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web_2.0]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Matt Cutt]]></category>
		<category><![CDATA[Pulkit Agarwal]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Webmasters]]></category>

		<guid isPermaLink="false">http://bijayrungta.com/will-google-notify-webmasters-of-violations-of-the-webmaster-guidelines-mattcutts-explains-the-possibilities-problems-and-the-efforts-being-taken</guid>
		<description><![CDATA[Will Google notify webmasters of violations of the webmaster guidelines?
@mattcutts explains the Possibilities, Problems and the Efforts being taken by Google
Will Google notify webmasters of violations of the webmaster guidelines?

]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fbijayrungta.com%2Fwill-google-notify-webmasters-of-violations-of-the-webmaster-guidelines-mattcutts-explains-the-possibilities-problems-and-the-efforts-being-taken"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fbijayrungta.com%2Fwill-google-notify-webmasters-of-violations-of-the-webmaster-guidelines-mattcutts-explains-the-possibilities-problems-and-the-efforts-being-taken" height="61" width="51" title="Will Google notify webmasters of violations of the webmaster guidelines? @mattcutts explains the Possibilities, Problems and the efforts being taken.." alt=" Will Google notify webmasters of violations of the webmaster guidelines? @mattcutts explains the Possibilities, Problems and the efforts being taken.." /></a></div><p>Will Google notify webmasters of violations of the webmaster guidelines?</p>
<p>@mattcutts explains the <strong>Possibilities</strong>, <strong>Problems</strong> and the <strong>Efforts</strong> being taken by <strong>Google</strong></p>
<p><a title="Will Google notify webmasters of violations of the webmaster guidelines?, mattcutts explains the Possibilities, Problems and the Efforts being taken by Google" href="http://www.youtube.com/watch?v=hTI1TSmKmps">Will Google notify webmasters of violations of the webmaster guidelines?</a></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/hTI1TSmKmps&amp;hl=en&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/hTI1TSmKmps&amp;hl=en&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<img src="http://bijayrungta.com/blog/?ak_action=api_record_view&id=618&type=feed" alt=" Will Google notify webmasters of violations of the webmaster guidelines? @mattcutts explains the Possibilities, Problems and the efforts being taken.."  title="Will Google notify webmasters of violations of the webmaster guidelines? @mattcutts explains the Possibilities, Problems and the efforts being taken.." />]]></content:encoded>
			<wfw:commentRss>http://bijayrungta.com/will-google-notify-webmasters-of-violations-of-the-webmaster-guidelines-mattcutts-explains-the-possibilities-problems-and-the-efforts-being-taken/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Prompt is the word for Bijay, says Juhi Khanna at LinkedIn and Recommends him</title>
		<link>http://bijayrungta.com/prompt-is-the-word-for-bijay-says-juhi-khanna-at-linkedin-and-recommends-him</link>
		<comments>http://bijayrungta.com/prompt-is-the-word-for-bijay-says-juhi-khanna-at-linkedin-and-recommends-him#comments</comments>
		<pubDate>Mon, 14 Sep 2009 15:12:25 +0000</pubDate>
		<dc:creator>rungss</dc:creator>
				<category><![CDATA[Best_Practices]]></category>
		<category><![CDATA[Idea]]></category>
		<category><![CDATA[India]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Jhalda]]></category>
		<category><![CDATA[Kolkata]]></category>
		<category><![CDATA[Memory]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Personality]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Purulia]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Web_2.0]]></category>
		<category><![CDATA[West Bengal]]></category>
		<category><![CDATA[Achievements]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[LinkedIn]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[PaGaLGuY]]></category>
		<category><![CDATA[Testimonials]]></category>

		<guid isPermaLink="false">http://bijayrungta.com/prompt-is-the-word-for-bijay-says-juhi-khanna-at-linkedin-and-recommends-him</guid>
		<description><![CDATA[Prompt is the word for Bijay. I had a major issue to be fixed on PaGaLGuY Website (Inzane Labs) and had approached several people regarding that. The issue remained unsolved for months. But when Bijay joined the firm, and I approached him with the matter, He jumped into it and got this Sorted out for which I assume he had to do a lot of R&#38;D too. He is very dedicated, committed to his work and certainly knows his work very well. Technically sounds and very helpful.
Visit http://www.linkedin.com/in/bijayrungta to Connect ...]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fbijayrungta.com%2Fprompt-is-the-word-for-bijay-says-juhi-khanna-at-linkedin-and-recommends-him"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fbijayrungta.com%2Fprompt-is-the-word-for-bijay-says-juhi-khanna-at-linkedin-and-recommends-him" height="61" width="51" title="Prompt is the word for Bijay, says Juhi Khanna at LinkedIn and Recommends him" alt=" Prompt is the word for Bijay, says Juhi Khanna at LinkedIn and Recommends him" /></a></div><p>Prompt is the word for Bijay. I had a major issue to be fixed on PaGaLGuY Website (Inzane Labs) and had approached several people regarding that. The issue remained unsolved for months. But when Bijay joined the firm, and I approached him with the matter, He jumped into it and got this Sorted out for which I assume he had to do a lot of R&amp;D too. He is very dedicated, committed to his work and certainly knows his work very well. Technically sounds and very helpful.</p>
<p>Visit <a href="http://www.linkedin.com/in/bijayrungta" target="_blank">http://www.linkedin.com/in/bijayrungta</a> to Connect with Bijay Rungta</p>
<p>Or follow @rungss for updates @Twitter <a href="http://twitter.com/rungss" target="_blank">http://twitter.com/rungss</a></p>
<p>Juhi Khanna<br />
Associate Analyst at  UBS Investment Bank<br />
<a href="http://www.linkedin.com/pub/juhi-khanna/6/526/186" target="_blank">http://www.linkedin.com/pub/juhi-khanna/6/526/186</a></p>
<img src="http://bijayrungta.com/blog/?ak_action=api_record_view&id=612&type=feed" alt=" Prompt is the word for Bijay, says Juhi Khanna at LinkedIn and Recommends him"  title="Prompt is the word for Bijay, says Juhi Khanna at LinkedIn and Recommends him" />]]></content:encoded>
			<wfw:commentRss>http://bijayrungta.com/prompt-is-the-word-for-bijay-says-juhi-khanna-at-linkedin-and-recommends-him/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Just believe in yourself, Work real Hard, Ignnore the World that 	laughs at your stupid Ideas, Come out of the Box, See for yourself</title>
		<link>http://bijayrungta.com/just-believe-in-yourself-work-real-hard-ignnore-the-world-that-laughs-at-your-stupid-ideas-come-out-of-the-box-see-for-yourself</link>
		<comments>http://bijayrungta.com/just-believe-in-yourself-work-real-hard-ignnore-the-world-that-laughs-at-your-stupid-ideas-come-out-of-the-box-see-for-yourself#comments</comments>
		<pubDate>Sun, 13 Sep 2009 02:53:26 +0000</pubDate>
		<dc:creator>rungss</dc:creator>
				<category><![CDATA[Best_Practices]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Idea]]></category>
		<category><![CDATA[India]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Jhalda]]></category>
		<category><![CDATA[Kolkata]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Memory]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Personality]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Training]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Web_2.0]]></category>
		<category><![CDATA[West Bengal]]></category>
		<category><![CDATA[Communication]]></category>
		<category><![CDATA[Discovery]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Got get it]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[Knowledge Management]]></category>
		<category><![CDATA[Self Help]]></category>
		<category><![CDATA[Soft Skills]]></category>

		<guid isPermaLink="false">http://bijayrungta.com/just-believe-in-yourself-work-real-hard-ignnore-the-world-that-laughs-at-your-stupid-ideas-come-out-of-the-box-see-for-yourself</guid>
		<description><![CDATA[I will put more to this Story..
for the time being lets keep it as much as I can Write at the moment&#8230;
Ok, you come from a Poor Background, or lets say a Slum in Mumbai, and The Mumbai Police, The Riches of Mumbai or People around the World who take pleasure in insulting you and maybe call your a SlumDog now that the Word has become so famous, and you can&#8217;t pronounce a certain word in English, or lets say you have some regional/mother tounge influence when you speak&#8230; and ...]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fbijayrungta.com%2Fjust-believe-in-yourself-work-real-hard-ignnore-the-world-that-laughs-at-your-stupid-ideas-come-out-of-the-box-see-for-yourself"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fbijayrungta.com%2Fjust-believe-in-yourself-work-real-hard-ignnore-the-world-that-laughs-at-your-stupid-ideas-come-out-of-the-box-see-for-yourself" height="61" width="51" title="Just believe in yourself, Work real Hard, Ignnore the World that 	laughs at your stupid Ideas, Come out of the Box, See for yourself" alt=" Just believe in yourself, Work real Hard, Ignnore the World that 	laughs at your stupid Ideas, Come out of the Box, See for yourself" /></a></div><p>I will put more to this Story..</p>
<p>for the time being lets keep it as much as I can Write at the moment&#8230;</p>
<p>Ok, you come from a Poor Background, or lets say a Slum in Mumbai, and The Mumbai Police, The Riches of Mumbai or People around the World who take pleasure in insulting you and maybe call your a SlumDog now that the Word has become so famous, and you can&#8217;t pronounce a certain word in English, or lets say you have some regional/mother tounge influence when you speak&#8230; and feel that you can not match up to the Riches&#8230;.</p>
<p>Internet is at your Rescue&#8230;</p>
<p>Everyone knows, Internet is a huge thing..</p>
<p>Look at the following example and see How People collect the Courage and dare to ask Questions which many would call idiotic.</p>
<p>And that there are People who actually Answer the Question..</p>
<p><a href="http://www.englishforums.com/English/Hiya/blwnk/post.htm" target="_blank">http://www.englishforums.com/English/Hiya/blwnk/post.htm</a></p>
<p>I don&#8217;t want to say more&#8230;</p>
<p>I think that speaks for themselves, the Power of Social Media, Internet, Willingness to go get it&#8230;. and the list goes on, I could keep typing some keys here&#8230;</p>
<img src="http://bijayrungta.com/blog/?ak_action=api_record_view&id=596&type=feed" alt=" Just believe in yourself, Work real Hard, Ignnore the World that 	laughs at your stupid Ideas, Come out of the Box, See for yourself"  title="Just believe in yourself, Work real Hard, Ignnore the World that 	laughs at your stupid Ideas, Come out of the Box, See for yourself" />]]></content:encoded>
			<wfw:commentRss>http://bijayrungta.com/just-believe-in-yourself-work-real-hard-ignnore-the-world-that-laughs-at-your-stupid-ideas-come-out-of-the-box-see-for-yourself/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>posterous, the most Innovative thing in Social Media Space In my 	Opinion has an Indian Founder, soo freaking Proud of it.</title>
		<link>http://bijayrungta.com/posterous-the-most-innovative-thing-in-social-media-space-in-my-opinion-has-an-indian-founder-soo-freaking-proud-of-it</link>
		<comments>http://bijayrungta.com/posterous-the-most-innovative-thing-in-social-media-space-in-my-opinion-has-an-indian-founder-soo-freaking-proud-of-it#comments</comments>
		<pubDate>Sun, 13 Sep 2009 02:38:52 +0000</pubDate>
		<dc:creator>rungss</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Idea]]></category>
		<category><![CDATA[India]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Web_2.0]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[Information Technology]]></category>
		<category><![CDATA[Knowledge Management]]></category>
		<category><![CDATA[Memory]]></category>
		<category><![CDATA[Nerd]]></category>
		<category><![CDATA[Philosophy]]></category>
		<category><![CDATA[Seeders]]></category>
		<category><![CDATA[Startup]]></category>
		<category><![CDATA[Success]]></category>
		<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://bijayrungta.com/posterous-the-most-innovative-thing-in-social-media-space-in-my-opinion-has-an-indian-founder-soo-freaking-proud-of-it</guid>
		<description><![CDATA[Wowwwwwwww..
One of the two CO Founders of @posterous is an Indian
I am feeling so Proud&#8230;
I got some real Competitors now.
The Founders of posterous:
Sachin Agarwal
http://sachin.posterous.com
http://twitter.com/a4agarwal
Before Posterous, Sachin worked at Apple for six years on Final Cut Pro. He likes making cool products for normal people says his Twitter Profile @a4agarwal
Garry Tan
Cofounder of posterous.com &#8211; He likes to code and draw boxes. stresses his Twitter Profile @garrytan
http://garry.posterous.com
I am just loving it&#8230;
Thanks Gurus&#8230;
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fbijayrungta.com%2Fposterous-the-most-innovative-thing-in-social-media-space-in-my-opinion-has-an-indian-founder-soo-freaking-proud-of-it"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fbijayrungta.com%2Fposterous-the-most-innovative-thing-in-social-media-space-in-my-opinion-has-an-indian-founder-soo-freaking-proud-of-it" height="61" width="51" title="posterous, the most Innovative thing in Social Media Space In my 	Opinion has an Indian Founder, soo freaking Proud of it." alt=" posterous, the most Innovative thing in Social Media Space In my 	Opinion has an Indian Founder, soo freaking Proud of it." /></a></div><p>Wowwwwwwww..</p>
<p>One of the two CO Founders of <a href="http://posterous.com/" target="_blank">@posterous</a> is an <strong>Indian</strong></p>
<p>I am feeling so Proud&#8230;</p>
<p>I got some real Competitors now.</p>
<p>The Founders of posterous:</p>
<p><a href="http://sachin.posterous.com/" target="_blank"><span>Sachin Agarwal</span></a><br />
<a href="http://sachin.posterous.com/" target="_blank">http://sachin.posterous.com</a><br />
<a href="http://twitter.com/a4agarwal" target="_blank">http://twitter.com/a4agarwal</a><br />
<span>Before Posterous, Sachin worked at Apple for six years on Final Cut Pro. He likes making cool products for normal people</span> says his Twitter Profile <a href="http://twitter.com/a4agarwal" target="_blank">@a4agarwal</a></p>
<p><a href="http://garry.posterous.com/" target="_blank"><span>Garry Tan</span></a><br />
<span>Cofounder of <a href="http://posterous.com/" target="_blank">posterous.com</a> &#8211; He likes to code and draw boxes.</span> stresses his Twitter Profile <a href="http://twitter.com/garrytan" target="_blank">@garrytan</a><br />
<a href="http://garry.posterous.com/" target="_blank">http://garry.posterous.com</a></p>
<p>I am just loving it&#8230;<br />
Thanks Gurus&#8230;</p>
<img src="http://bijayrungta.com/blog/?ak_action=api_record_view&id=595&type=feed" alt=" posterous, the most Innovative thing in Social Media Space In my 	Opinion has an Indian Founder, soo freaking Proud of it."  title="posterous, the most Innovative thing in Social Media Space In my 	Opinion has an Indian Founder, soo freaking Proud of it." />]]></content:encoded>
			<wfw:commentRss>http://bijayrungta.com/posterous-the-most-innovative-thing-in-social-media-space-in-my-opinion-has-an-indian-founder-soo-freaking-proud-of-it/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Latest Delicious Toolbar for Firefox includes option to share on Twitter</title>
		<link>http://bijayrungta.com/latest-delicious-toolbar-for-firefox-includes-option-to-share-on-twitter</link>
		<comments>http://bijayrungta.com/latest-delicious-toolbar-for-firefox-includes-option-to-share-on-twitter#comments</comments>
		<pubDate>Fri, 07 Aug 2009 05:02:45 +0000</pubDate>
		<dc:creator>bijayrungta</dc:creator>
				<category><![CDATA[Best_Practices]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Idea]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web_2.0]]></category>
		<category><![CDATA[AddOn]]></category>
		<category><![CDATA[del.icio.us]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://bijayrungta.com/?p=538</guid>
		<description><![CDATA[Wow This should be Cool..
Although I couldn&#8217;t use it yet, coz the Authorization didn&#8217;t work.
Delicious is my most used real Productivity Social Media Application..
Sharing the Same without EXtra efforts will be real Cool&#8230;
I guess It includes the Text Description I write and the Tags in the Twitter Update.
Cheers,
LAMP Geek
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fbijayrungta.com%2Flatest-delicious-toolbar-for-firefox-includes-option-to-share-on-twitter"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fbijayrungta.com%2Flatest-delicious-toolbar-for-firefox-includes-option-to-share-on-twitter" height="61" width="51" title="Latest Delicious Toolbar for Firefox includes option to share on Twitter" alt=" Latest Delicious Toolbar for Firefox includes option to share on Twitter" /></a></div><p>Wow This should be Cool..</p>
<p>Although I couldn&#8217;t use it yet, coz the Authorization didn&#8217;t work.</p>
<p>Delicious is my most used real Productivity Social Media Application..</p>
<p>Sharing the Same without EXtra efforts will be real Cool&#8230;</p>
<p>I guess It includes the Text Description I write and the Tags in the Twitter Update.</p>
<p>Cheers,</p>
<p>LAMP Geek</p>
<img src="http://bijayrungta.com/blog/?ak_action=api_record_view&id=538&type=feed" alt=" Latest Delicious Toolbar for Firefox includes option to share on Twitter"  title="Latest Delicious Toolbar for Firefox includes option to share on Twitter" />]]></content:encoded>
			<wfw:commentRss>http://bijayrungta.com/latest-delicious-toolbar-for-firefox-includes-option-to-share-on-twitter/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Developing/Browsing Your Website when its still blacklisted by Google Safe Browsing</title>
		<link>http://bijayrungta.com/developing-browsing-your-website-when-its-still-blacklisted-by-google-safe-browsing</link>
		<comments>http://bijayrungta.com/developing-browsing-your-website-when-its-still-blacklisted-by-google-safe-browsing#comments</comments>
		<pubDate>Thu, 30 Jul 2009 08:27:33 +0000</pubDate>
		<dc:creator>bijayrungta</dc:creator>
				<category><![CDATA[Best_Practices]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Idea]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web_2.0]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[Annoyance]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Web_Development]]></category>

		<guid isPermaLink="false">http://bijayrungta.com/?p=515</guid>
		<description><![CDATA[In your Browser open a new Tab
Type "about:config" in the address bar and press Enter
Search for
"browser.safebrowsing" or simply "safebrowsing"
Set the value of the following settings to false

browser.safebrowsing.enabled
browser.safebrowsing.malware.enabled

By clicking on Toggle after right Clicking...

And move on...
Whitelisting In Google will take time...]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fbijayrungta.com%2Fdeveloping-browsing-your-website-when-its-still-blacklisted-by-google-safe-browsing"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fbijayrungta.com%2Fdeveloping-browsing-your-website-when-its-still-blacklisted-by-google-safe-browsing" height="61" width="51" title="Developing/Browsing Your Website when its still blacklisted by Google Safe Browsing" alt=" Developing/Browsing Your Website when its still blacklisted by Google Safe Browsing" /></a></div><p>In your <strong>Browser</strong> open a new Tab<br />
Type &#8220;<strong>about:config</strong>&#8221; in the <strong>address bar</strong> and press Enter<br />
Search for<br />
&#8220;<strong>browser.safebrowsing</strong>&#8221; or simply &#8220;<strong>safebrowsing</strong>&#8221;<br />
Set the value of the following settings to <strong>false</strong></p>
<p><strong>browser.safebrowsing.enabled</strong><br />
<strong>browser.safebrowsing.malware.enabled</strong></p>
<p>By clicking on Toggle after right Clicking&#8230;</p>
<p>And move on&#8230;<br />
Whitelisting In <strong>Google</strong> will take time&#8230;</p>
<p>PS:</p>
<p>This is for the moment when you see a warning message like the followings:</p>
<blockquote>
<h3>Reported Attack Site!</h3>
<p>This web site at contentmixi.com has been reported as an attack site and has been blocked based on your security preferences.</p>
<p>Attack sites try to install programs that steal private information, use your computer to attack others, or damage your system.</p>
<p>Some attack sites intentionally distribute harmful software, but many are compromised without the knowledge or permission of their owners.</p></blockquote>
<img src="http://bijayrungta.com/blog/?ak_action=api_record_view&id=515&type=feed" alt=" Developing/Browsing Your Website when its still blacklisted by Google Safe Browsing"  title="Developing/Browsing Your Website when its still blacklisted by Google Safe Browsing" />]]></content:encoded>
			<wfw:commentRss>http://bijayrungta.com/developing-browsing-your-website-when-its-still-blacklisted-by-google-safe-browsing/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Google Code Jam is back!</title>
		<link>http://bijayrungta.com/google-code-jam-is-back</link>
		<comments>http://bijayrungta.com/google-code-jam-is-back#comments</comments>
		<pubDate>Tue, 21 Jul 2009 23:59:26 +0000</pubDate>
		<dc:creator>bijayrungta</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Idea]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[PDT]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Web_2.0]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://bijayrungta.com/?p=499</guid>
		<description><![CDATA[Google Code Jam 2009, this year's iteration
of Google's annual programming competition, which offers coders from
around the world an opportunity to solve complex algorithmic problems
under time pressure, using the programming languages and tools of
their choice Announced.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fbijayrungta.com%2Fgoogle-code-jam-is-back"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fbijayrungta.com%2Fgoogle-code-jam-is-back" height="61" width="51" title="Google Code Jam is back!" alt=" Google Code Jam is back!" /></a></div><p>Just received an Email from The <strong>Google Code Jam</strong> Team. for this Year&#8217;s Google&#8217;s annual programming competition.</p>
<p>I had Passed the First Two Rounds last Year but missed the following Rounds due to lack of Time/Unavailablity of a Computer System/Internet Connection on a Sunday.</p>
<p>Hope this Time I don&#8217;t loose without being Knocked out of it based purely on my Competence. <img src='http://bijayrungta.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' title="Google Code Jam is back!" /> </p>
<p>Here is the whole Email Content for your Information.</p>
<p>If you are a Geek, Maths/Algorithm Design or <strong>Programming</strong> enthusiast, I suggest you also Participate.</p>
<p>You do not really need high Programming skills.</p>
<p>The Problems are more of <strong>Algorithm</strong>, Logical and <strong>Mathematical</strong> than <strong>Programming</strong>.</p>
<blockquote><p>
We&#8217;re excited to announce Google Code Jam 2009, this year&#8217;s iteration<br />
of Google&#8217;s annual programming competition, which offers coders from<br />
around the world an opportunity to solve complex algorithmic problems<br />
under time pressure, using the programming languages and tools of<br />
their choice.</p>
<p>The contest will have a new format this year, starting with online<br />
rounds and ending in a 25-person final in our Mountain View,<br />
California headquarters. We&#8217;re still choosing exact times for<br />
everything, but for planning purposes we wanted to give you this<br />
tentative schedule. Please note that the timing may change:</p>
<p>Early-Mid August: Registration will open.<br />
+4 Weeks: Qualification round<br />
+1 Week: Rounds 1A, 1B, 1C<br />
+1 Week: Round 2<br />
+1 Week: Round 3<br />
November: World Finals in Mountain View</p>
<p>Online rounds begin soon, so start practicing!</p>
<p>The Google Code Jam Team</p>
<p>http://code.google.com/codejam</p>
</blockquote>
<p>Cheers..</p>
<img src="http://bijayrungta.com/blog/?ak_action=api_record_view&id=499&type=feed" alt=" Google Code Jam is back!"  title="Google Code Jam is back!" />]]></content:encoded>
			<wfw:commentRss>http://bijayrungta.com/google-code-jam-is-back/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facebook Developer Garage in Pune on 25th July</title>
		<link>http://bijayrungta.com/facebook-developer-garage-in-pune-on-25th-july</link>
		<comments>http://bijayrungta.com/facebook-developer-garage-in-pune-on-25th-july#comments</comments>
		<pubDate>Wed, 15 Jul 2009 16:59:24 +0000</pubDate>
		<dc:creator>bijayrungta</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Idea]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web_2.0]]></category>

		<guid isPermaLink="false">http://bijayrungta.com/?p=478</guid>
		<description><![CDATA[On Saturday, July 25th, there will be a Facebook Developer Garage in Pune adjacent to the Proto.in conference. Please come out for a deep dive into Facebook Platform. Share ideas, find partners for your latest project, check out app demonstrations, seek technical support, or just socialize and network with people like you.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fbijayrungta.com%2Ffacebook-developer-garage-in-pune-on-25th-july"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fbijayrungta.com%2Ffacebook-developer-garage-in-pune-on-25th-july" height="61" width="51" title="Facebook Developer Garage in Pune on 25th July" alt=" Facebook Developer Garage in Pune on 25th July" /></a></div><p>Just Received a message at <a href="http://facebook.com/bijay.rungta">Facebook</a> from the <a href="http://www.facebook.com/group.php?gid=2205007948">Facebook Developers Group</a>. There is going to be a Garage. I wish I was there&#8230;</p>
<p>If you are a Web Developer or Designer live near to <strong>Pune</strong> and have interest the <strong>Social Media</strong> space, I encourage you to attend the event.</p>
<p>Here is the detail. with the message that I got.</p>
<blockquote><p>
Hey Developers!</p>
<p>On Saturday, July 25th, there will be a Facebook Developer Garage in Pune adjacent to the Proto.in conference. Please come out for a deep dive into Facebook Platform. Share ideas, find partners for your latest project, check out app demonstrations, seek technical support, or just socialize and network with people like you.<br />
<br />
RSVP for the event here:<br />
<a href="http://www.facebook.com/event.php?eid=106717216884" rel="event" title="RSVP for the Facebook Developer Garage in Pune on 25th July"><strike>http://www.facebook.com/event.php?eid=106717216884</strike></a><br />
<br />
<a href="http://www.facebook.com/event.php?eid=100577106558" rel="event" title="RSVP for the Facebook Developer Garage in Pune on 25th July">http://www.facebook.com/event.php?eid=100577106558</a><br />
<br />
Cost to attend Garage: <strong>Free</strong><br />
<br />
-Brought to you by Proto.in
</p></blockquote>
<p>
Don&#8217;t forget to share your Experience with me.<br />
<br />
Update:<br />
Received another message from Facebook Developer Group.<br />
Correction on event link &#8211; <a href="http://www.facebook.com/event.php?eid=100577106558"><strong>Facebook Developer Garage Pune</strong></a><br />
Below is the correct event link for the Facebook Developer Garage Pune.</p>
<p>The event can be found at: http://www.facebook.com/event.php?eid=100577106558</p>
<img src="http://bijayrungta.com/blog/?ak_action=api_record_view&id=478&type=feed" alt=" Facebook Developer Garage in Pune on 25th July"  title="Facebook Developer Garage in Pune on 25th July" />]]></content:encoded>
			<wfw:commentRss>http://bijayrungta.com/facebook-developer-garage-in-pune-on-25th-july/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Reaction to Website Marketing Turn-Offs by Guy Kawasaki</title>
		<link>http://bijayrungta.com/reaction-to-website-marketing-turn-offs-by-guy-kawaski</link>
		<comments>http://bijayrungta.com/reaction-to-website-marketing-turn-offs-by-guy-kawaski#comments</comments>
		<pubDate>Wed, 08 Jul 2009 22:09:47 +0000</pubDate>
		<dc:creator>bijayrungta</dc:creator>
				<category><![CDATA[Best_Practices]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Idea]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Personality]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Training]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Web_2.0]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[(X)HTML]]></category>
		<category><![CDATA[Atom]]></category>
		<category><![CDATA[Knowledge Management]]></category>
		<category><![CDATA[Microformats]]></category>
		<category><![CDATA[Nerd]]></category>
		<category><![CDATA[Philosophy]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Structured Data]]></category>
		<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Web_Development]]></category>
		<category><![CDATA[XFN]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[XOXO]]></category>

		<guid isPermaLink="false">http://bijayrungta.com/?p=453</guid>
		<description><![CDATA[
In his article titled
        Website Marketing Turn-offs
        Guy Kawasaki
        whose mantra is Empower people
        and is co-founder of
        Alltop.com,
        a managing director of Garage Technology Ventures, former chief
        evangelist for Apple Inc. and author of nine books&#8211;most recently,
    ...]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fbijayrungta.com%2Freaction-to-website-marketing-turn-offs-by-guy-kawaski"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fbijayrungta.com%2Freaction-to-website-marketing-turn-offs-by-guy-kawaski" height="61" width="51" title="A Reaction to Website Marketing Turn Offs by Guy Kawasaki" alt=" A Reaction to Website Marketing Turn Offs by Guy Kawasaki" /></a></div><p class="hcitation">
<h3>In his article titled<br />
        <a class="overalltitle" href="http://www.entrepreneur.com/magazine/entrepreneur/2009/june/201614.html#ixzz0KhOhvWbS&#038;D">Website Marketing Turn-offs</a></h3>
<p>        <em class="author firstauthor"><span class="given-name">Guy</span> <span class="family-name">Kawasaki</span></em><br />
        whose mantra is <em>Empower people</em><br />
        and is co-founder of<br />
        <a target="_blank" href="http://www.alltop.com/"><em>Alltop.com</em></a>,<br />
        a managing director of <em>Garage Technology Ventures</em>, former chief<br />
        evangelist for <em>Apple Inc.</em> and author of nine books&#8211;most recently,<br />
        <a target="_blank" href="http://www.smallbusiness.alltop.com/"><em>Reality Check</em><br />
        at <em>smallbusiness.alltop.com</em></a><em>.</em><br />
        .</p>
<p>        has done</p>
<blockquote><p>a compilation of 13 silly and even stupid ways some<br />
            companies are hindering adoption of their products and services.<br />
            and suggests you to avoid if you are doing any of them.</p></blockquote>
<p>        at <span class="edition">Entrepreneur Magazine</span>. by<br />
        <a class="publisher" href="http://www.entrepreneur.com/magazine/entrepreneur">Entrepreneur Media Inc.</a><br />
        from <span class="place">Irvine, <span class="region">CA</span></span> :</p>
<p class="hcitation">
<h2 class="title">A review, Comments, Suggestions, Feedbacks, Ideas which is Perfect but NOT Feasible </h2>
<p> by<br />
      <span class="author"><br />
          <span class="given-name">Bijay</span><br />
          <span class="family-name">Rungta</span><br />
          aka<br />
          <span class="additional-name">rungss</span><br />
      </span></p>
<ul>
<li>
<h3><a href="http://www.entrepreneur.com/magazine/entrepreneur/2009/june/201614.html#ixzz0Kh672ZgI&#038;D">The long URL:</a></h3>
<blockquote><p>Say a site generates a URL that&#8217;s 70 characters long or more. When you copy, paste and e-mail this URL, a line break is added. Then, people can&#8217;t click on the link or it only links to the first part of the URL.</p></blockquote>
<h3>Besides that rungss suggests Avoiding Special Characters in Urls. Include Only ([0-9a-zA-Z_-]*) and the slash <em>/</em> if needed</h3>
<h3>A Featured Example</h3>
<h3><a href="http://www.templatekingdom.com/" title="Purchase Ready made Web Templates after seeing a HTML, JS, CSS, a working Demo with Full Resolution">Template Kingdom</a></h3>
<ul class="block-list" style="">
<li class="block-list-item cloud-weight-9"><a rel="tag" href="http://www.templatekingdom.com/Web-Templates/tag/business-administration-template/" title="138 Website Templates tagged “Business Administration Template”">Business Administration Template</a></li>
<li class="block-list-item cloud-weight-9"><a rel="tag" href="http://www.templatekingdom.com/Web-Templates/tag/business-entrepreneur-web-template/" title="144 Website Templates tagged “Business Entrepreneur Web Template”">Business Entrepreneur Web Template</a></li>
<li class="block-list-item cloud-weight-9"><a rel="tag" href="http://www.templatekingdom.com/Web-Templates/tag/business-plan-template/" title="106 Website Templates tagged “Business Plan Template”">Business Plan Template</a></li>
<li class="block-list-item cloud-weight-8"><a rel="tag" href="http://www.templatekingdom.com/Web-Templates/tag/business-web-site-template/" title="65 Website Templates tagged “Business Web Site Template”">Business Web Site Template</a></li>
<li class="block-list-item cloud-weight-7"><a rel="tag" href="http://www.templatekingdom.com/Web-Templates/tag/css-website-template/" title="44 Website Templates tagged “Css Website Template”">Css Website Template</a></li>
<li class="block-list-item cloud-weight-7"><a rel="tag" href="http://www.templatekingdom.com/Web-Templates/tag/dating-community-web-template/" title="54 Website Templates tagged “Dating Community Web Template”">Dating Community Web Template</a></li>
<li class="block-list-item cloud-weight-7"><a rel="tag" href="http://www.templatekingdom.com/Web-Templates/tag/home-buyer-service-web-template/" title="36 Website Templates tagged “Home Buyer Service Web Template”">Home Buyer Service Web Template</a></li>
<li class="block-list-item cloud-weight-7"><a rel="tag" href="http://www.templatekingdom.com/Web-Templates/tag/hotel-website-template/" title="39 Website Templates tagged “Hotel Website Template”">Hotel Website Template</a></li>
<li class="block-list-item cloud-weight-7"><a rel="tag" href="http://www.templatekingdom.com/Web-Templates/tag/professional-corporate-business-website-template/" title="54 Website Templates tagged “Professional Corporate Business Website Template”">Professional Corporate Business Website Template</a></li>
<li class="block-list-item cloud-weight-7"><a rel="tag" href="http://www.templatekingdom.com/Web-Templates/tag/real-estate-website-development-template/" title="51 Website Templates tagged “Real Estate Website Development Template”">Real Estate Website Development Template</a></li>
<li class="block-list-item cloud-weight-8"><a rel="tag" href="http://www.templatekingdom.com/Web-Templates/tag/real-estate-website-template/" title="56 Website Templates tagged “Real Estate Website Template”">Real Estate Website Template</a></li>
<li class="block-list-item cloud-weight-8"><a rel="tag" href="http://www.templatekingdom.com/Web-Templates/tag/social-networking-web-design-template/" title="58 Website Templates tagged “Social Networking Web Design Template”">Social Networking Web Design Template</a></li>
<li class="block-list-item cloud-weight-7"><a rel="tag" href="http://www.templatekingdom.com/Web-Templates/tag/web-design-template/" title="52 Website Templates tagged “Web Design Template”">Web Design Template</a></li>
<li class="block-list-item cloud-weight-7"><a rel="tag" href="http://www.templatekingdom.com/Web-Templates/tag/art-and-photography-template/" title="53 Website Templates tagged “art and photography template”">art and photography template</a></li>
<li class="block-list-item cloud-weight-7"><a rel="tag" href="http://www.templatekingdom.com/Web-Templates/tag/art-photography-website-template/" title="45 Website Templates tagged “art photography website template”">art photography website template</a></li>
<li class="block-list-item cloud-weight-7"><a rel="tag" href="http://www.templatekingdom.com/Web-Templates/tag/beauty-web-design-template/" title="43 Website Templates tagged “beauty web design template”">beauty web design template</a></li>
<li class="block-list-item cloud-weight-9"><a rel="tag" href="http://www.templatekingdom.com/Web-Templates/tag/business-career-web-template/" title="167 Website Templates tagged “business career web template”">business career web template</a></li>
<li class="block-list-item cloud-weight-9"><a rel="tag" href="http://www.templatekingdom.com/Web-Templates/tag/business-development-web-template/" title="105 Website Templates tagged “business development web template”">business development web template</a></li>
<li class="block-list-item cloud-weight-7"><a rel="tag" href="http://www.templatekingdom.com/Web-Templates/tag/business-documentation-web-template/" title="41 Website Templates tagged “business documentation web template”">business documentation web template</a></li>
<li class="block-list-item cloud-weight-8"><a rel="tag" href="http://www.templatekingdom.com/Web-Templates/tag/business-ethics-web-template/" title="76 Website Templates tagged “business ethics web template”">business ethics web template</a></li>
<li class="block-list-item cloud-weight-9"><a rel="tag" href="http://www.templatekingdom.com/Web-Templates/tag/business-events-web-template/" title="111 Website Templates tagged “business events web template”">business events web template</a></li>
<li class="block-list-item cloud-weight-7"><a rel="tag" href="http://www.templatekingdom.com/Web-Templates/tag/business-finance-web-template/" title="48 Website Templates tagged “business finance web template”">business finance web template</a></li>
<li class="block-list-item cloud-weight-9"><a rel="tag" href="http://www.templatekingdom.com/Web-Templates/tag/business-growth-web-template/" title="122 Website Templates tagged “business growth web template”">business growth web template</a></li>
<li class="block-list-item cloud-weight-7"><a rel="tag" href="http://www.templatekingdom.com/Web-Templates/tag/business-ideas-web-template/" title="40 Website Templates tagged “business ideas web template”">business ideas web template</a></li>
<li class="block-list-item cloud-weight-7"><a rel="tag" href="http://www.templatekingdom.com/Web-Templates/tag/business-marketing-web-template/" title="50 Website Templates tagged “business marketing web template”">business marketing web template</a></li>
<li class="block-list-item cloud-weight-8"><a rel="tag" href="http://www.templatekingdom.com/Web-Templates/tag/business-meeting-web-template/" title="57 Website Templates tagged “business meeting web template”">business meeting web template</a></li>
<li class="block-list-item cloud-weight-9"><a rel="tag" href="http://www.templatekingdom.com/Web-Templates/tag/business-news-web-template/" title="153 Website Templates tagged “business news web template”">business news web template</a></li>
<li class="block-list-item cloud-weight-7"><a rel="tag" href="http://www.templatekingdom.com/Web-Templates/tag/business-partners-web-template/" title="36 Website Templates tagged “business partners web template”">business partners web template</a></li>
<li class="block-list-item cloud-weight-8"><a rel="tag" href="http://www.templatekingdom.com/Web-Templates/tag/business-seminars-web-template/" title="79 Website Templates tagged “business seminars web template”">business seminars web template</a></li>
<li class="block-list-item cloud-weight-9"><a rel="tag" href="http://www.templatekingdom.com/Web-Templates/tag/business-services-web-template/" title="155 Website Templates tagged “business services web template”">business services web template</a></li>
<li class="block-list-item cloud-weight-8"><a rel="tag" href="http://www.templatekingdom.com/Web-Templates/tag/business-solution-web-template/" title="73 Website Templates tagged “business solution web template”">business solution web template</a></li>
<li class="block-list-item cloud-weight-8"><a rel="tag" href="http://www.templatekingdom.com/Web-Templates/tag/business-solutions-web-template/" title="87 Website Templates tagged “business solutions web template”">business solutions web template</a></li>
<li class="block-list-item cloud-weight-8"><a rel="tag" href="http://www.templatekingdom.com/Web-Templates/tag/business-strategies-web-template/" title="81 Website Templates tagged “business strategies web template”">business strategies web template</a></li>
<li class="block-list-item cloud-weight-8"><a rel="tag" href="http://www.templatekingdom.com/Web-Templates/tag/business-support-web-template/" title="79 Website Templates tagged “business support web template”">business support web template</a></li>
<li class="block-list-item cloud-weight-7"><a rel="tag" href="http://www.templatekingdom.com/Web-Templates/tag/business-trends-web-template/" title="48 Website Templates tagged “business trends web template”">business trends web template</a></li>
<li class="block-list-item cloud-weight-9"><a rel="tag" href="http://www.templatekingdom.com/Web-Templates/tag/business-website-template/" title="123 Website Templates tagged “business website template”">business website template</a></li>
<li class="block-list-item cloud-weight-8"><a rel="tag" href="http://www.templatekingdom.com/Web-Templates/tag/creative-web-design-template/" title="94 Website Templates tagged “creative web design template”">creative web design template</a></li>
<li class="block-list-item cloud-weight-7"><a rel="tag" href="http://www.templatekingdom.com/Web-Templates/tag/creativity-web-template/" title="39 Website Templates tagged “creativity web template”">creativity web template</a></li>
<li class="block-list-item cloud-weight-7"><a rel="tag" href="http://www.templatekingdom.com/Web-Templates/tag/dating-portfolio-web-template/" title="46 Website Templates tagged “dating portfolio web template”">dating portfolio web template</a></li>
<li class="block-list-item cloud-weight-7"><a rel="tag" href="http://www.templatekingdom.com/Web-Templates/tag/dating-site-web-template/" title="40 Website Templates tagged “dating site web template”">dating site web template</a></li>
<li class="block-list-item cloud-weight-7"><a rel="tag" href="http://www.templatekingdom.com/Web-Templates/tag/dating-tips-web-template/" title="45 Website Templates tagged “dating tips web template”">dating tips web template</a></li>
<li class="block-list-item cloud-weight-7"><a rel="tag" href="http://www.templatekingdom.com/Web-Templates/tag/estate-real-template/" title="45 Website Templates tagged “estate real template”">estate real template</a></li>
<li class="block-list-item cloud-weight-7"><a rel="tag" href="http://www.templatekingdom.com/Web-Templates/tag/photography-web-design-template/" title="46 Website Templates tagged “photography web design template”">photography web design template</a></li>
<li class="block-list-item cloud-weight-7"><a rel="tag" href="http://www.templatekingdom.com/Web-Templates/tag/property-sale-web-template/" title="43 Website Templates tagged “property sale web template”">property sale web template</a></li>
<li class="block-list-item cloud-weight-7"><a rel="tag" href="http://www.templatekingdom.com/Web-Templates/tag/property-web-design-template/" title="48 Website Templates tagged “property web design template”">property web design template</a></li>
<li class="block-list-item cloud-weight-7"><a rel="tag" href="http://www.templatekingdom.com/Web-Templates/tag/real-estate-markets-web-template/" title="41 Website Templates tagged “real estate markets web template”">real estate markets web template</a></li>
<li class="block-list-item cloud-weight-7"><a rel="tag" href="http://www.templatekingdom.com/Web-Templates/tag/web-design-company-template/" title="49 Website Templates tagged “web design company template”">web design company template</a></li>
<li class="block-list-item cloud-weight-7"><a rel="tag" href="http://www.templatekingdom.com/Web-Templates/tag/wedding-bouquet-web-template/" title="41 Website Templates tagged “wedding bouquet web template”">wedding bouquet web template</a></li>
<li class="block-list-item cloud-weight-7"><a rel="tag" href="http://www.templatekingdom.com/Web-Templates/tag/wedding-flowers-web-template/" title="39 Website Templates tagged “wedding flowers web template”">wedding flowers web template</a></li>
<li class="block-list-item cloud-weight-7"><a rel="tag" href="http://www.templatekingdom.com/Web-Templates/tag/wedding-gown-web-template/" title="42 Website Templates tagged “wedding gown web template”">wedding gown web template</a></li>
</ul>
</li>
</ul>
<li>
<h3>3) Directory Structure</h3>
<blockquote cite="http://www.entrepreneur.com/magazine/entrepreneur/2009/june/201614.html#ixzz0KhZjDnNj&#038;D"><p>
    Windows that don&#8217;t generate URLs: Have you ever wanted to point people<br />
    to a page, but the page has no URL?<br />
    Did the company decide it didn&#8217;t want referrals,<br />
    links and additional traffic?</p></blockquote>
<h3><em>rungss</em> suggests making it the way Microsoft intended you to organize <strong>My Documents</strong></h3>
<ul>
<li><strong>Music</strong>
<ul>
<li>Audio</li>
<li>Video</li>
</ul>
</li>
<li><strong>Pictures</strong>
<ul>
<li>Family</li>
<li>Colleagues
<ul>
<li><a href="http://PaGaLGuY.com/forum">PaGaLGuY.com</a><br />
              <a href="http://picasaweb.google.com/bijay.rungta/PGTripAlongKokan">Friends</a></li>
<li><a href="http://picasaweb.google.com/bijay.rungta/INT_Picnic_Dec_2008_By_Tapas_Da">Picnic</a><br />
              with <a href="http://indusnet.co.in">Indus Net Technologies</a> guys.</li>
</ul>
</li>
<li>Crushes</li>
</ul>
</li>
</ul>
<h3><a href="http://www.templatekingdom.com" title="Purchase Ready made Web Templates after seeing a HTML, JS, CSS, a working Demo with Full Resolution"><br />
        Template Kingdom</a> an ECommerce Site which showcases various kind of<br />
        Templates from where one can Purchase Ready made Web Templates after<br />
        seeing the HTML, JS, CSS, a working Demo with Full Resolution<br />
        or <a href="http://www.templatekingdom.com/special/Free">Download a<br />
         few for Free</a> has the following <em>Site Map/Structure</em></h3>
<ul class="sitemap">
<li class="level-1">
        <a href="http://www.templatekingdom.com/Web-Templates/">Web Templates</a></p>
<ul>
<li class="first"><a title="Website Templates" href="http://www.templatekingdom.com/Website-Templates/">Website Templates</a><br />
<h3>Categories</h3>
<ul class="category-list" style="overflow:hide;">
<li class="level-3">
                  <a href="http://www.templatekingdom.com/Web-Templates/adult/">Adult</a>
          </li>
<li class="level-3">
                  <a href="http://www.templatekingdom.com/Web-Templates/Agriculture/">Agriculture</a>
          </li>
<li class="level-3">
<p>                  <a href="http://www.templatekingdom.com/Web-Templates/Animals-And-Pets/">Animals &amp; Pets</a>
          </li>
<li class="level-3">
                  <a href="http://www.templatekingdom.com/Web-Templates/Architecture/">Architecture</a>
          </li>
<li class="level-3">
                  <a href="http://www.templatekingdom.com/Web-Templates/Art-And-Photography/">Art &amp; Photography</a>
          </li>
<li class="level-3">
                  <a href="http://www.templatekingdom.com/Web-Templates/Beauty/">Beauty</a>
          </li>
<li class="level-3">
<p>                  <a href="http://www.templatekingdom.com/Web-Templates/Books/">Books</a>
          </li>
<li class="level-3">
                  <a href="http://www.templatekingdom.com/Web-Templates/Business/">Business</a>
          </li>
<li class="level-3">
                  <a href="http://www.templatekingdom.com/Web-Templates/Car/">Car</a>
          </li>
<li class="level-3">
                  <a href="http://www.templatekingdom.com/Web-Templates/Christmas/">Christmas</a>
          </li>
<li class="level-3">
                  <a href="http://www.templatekingdom.com/Web-Templates/Communications/">Communications</a>
          </li>
<li class="level-3">
<p>                  <a href="http://www.templatekingdom.com/Web-Templates/Computers/">Computers</a>
          </li>
<li class="level-3">
                  <a href="http://www.templatekingdom.com/Web-Templates/Dating-And-Wedding/">Dating &amp; Wedding</a>
          </li>
<li class="level-3">
                  <a href="http://www.templatekingdom.com/Web-Templates/designing/">Designing</a>
          </li>
<li class="level-3">
                  <a href="http://www.templatekingdom.com/Web-Templates/Education/">Education</a>
          </li>
<li class="level-3">
<p>                  <a href="http://www.templatekingdom.com/Web-Templates/Electronics/">Electronics</a>
          </li>
<li class="level-3">
                  <a href="http://www.templatekingdom.com/Web-Templates/Entertainment/">Entertainment</a>
          </li>
<li class="level-3">
                  <a href="http://www.templatekingdom.com/Web-Templates/Exterior-Design/">Exterior Design</a>
          </li>
<li class="level-3">
                  <a href="http://www.templatekingdom.com/Web-Templates/Family/">Family</a>
          </li>
<li class="level-3">
                  <a href="http://www.templatekingdom.com/Web-Templates/Fashion/">Fashion</a>
          </li>
<li class="level-3">
<p>                  <a href="http://www.templatekingdom.com/Web-Templates/Flowers/">Flowers</a>
          </li>
<li class="level-3">
                  <a href="http://www.templatekingdom.com/Web-Templates/Food-And-Restaurant/">Food &amp; Restaurant</a>
          </li>
<li class="level-3">
                  <a href="http://www.templatekingdom.com/Web-Templates/Games/">Games</a>
          </li>
<li class="level-3">
                  <a href="http://www.templatekingdom.com/Web-Templates/Gifts/">Gifts</a>
          </li>
<li class="level-3">
<p>                  <a href="http://www.templatekingdom.com/Web-Templates/Halloween/">Halloween</a>
          </li>
<li class="level-3">
                  <a href="http://www.templatekingdom.com/Web-Templates/Health-And-Fitness/">Health and Fitness</a>
          </li>
<li class="level-3">
                  <a href="http://www.templatekingdom.com/Web-Templates/horoscope/">Horoscope</a>
          </li>
<li class="level-3">
                  <a href="http://www.templatekingdom.com/Web-Templates/Hosting/">Hosting</a>
          </li>
<li class="level-3">
                  <a href="http://www.templatekingdom.com/Web-Templates/Hotels/">Hotels</a>
          </li>
<li class="level-3">
<p>                  <a href="http://www.templatekingdom.com/Web-Templates/Industrial/">Industrial</a>
          </li>
<li class="level-3">
                  <a href="http://www.templatekingdom.com/Web-Templates/Interior-And-Furniture/">Interior &amp; Furniture</a>
          </li>
<li class="level-3">
                  <a href="http://www.templatekingdom.com/Web-Templates/Internet/">Internet</a>
          </li>
<li class="level-3">
                  <a href="http://www.templatekingdom.com/Web-Templates/Jewelry/">Jewelry</a>
          </li>
<li class="level-3">
<p>                  <a href="http://www.templatekingdom.com/Web-Templates/jobs/">Jobs</a>
          </li>
<li class="level-3">
                  <a href="http://www.templatekingdom.com/Web-Templates/Law/">Law</a>
          </li>
<li class="level-3">
                  <a href="http://www.templatekingdom.com/Web-Templates/matrimonial/">Matrimonial</a>
          </li>
<li class="level-3">
                  <a href="http://www.templatekingdom.com/Web-Templates/Media/">Media</a>
          </li>
<li class="level-3">
                  <a href="http://www.templatekingdom.com/Web-Templates/Medical/">Medical</a>
          </li>
<li class="level-3">
<p>                  <a href="http://www.templatekingdom.com/Web-Templates/Music/">Music</a>
          </li>
<li class="level-3">
                  <a href="http://www.templatekingdom.com/Web-Templates/Night-Club/">Night Club</a>
          </li>
<li class="level-3">
                  <a href="http://www.templatekingdom.com/Web-Templates/Online-Store-And-Shop/">Online Store &amp; Shop</a>
          </li>
<li class="level-3">
                  <a href="http://www.templatekingdom.com/Web-Templates/Personal-Pages/">Personal Pages</a>
          </li>
<li class="level-3">
<p>                  <a href="http://www.templatekingdom.com/Web-Templates/Real-Estate/">Real Estate</a>
          </li>
<li class="level-3">
                  <a href="http://www.templatekingdom.com/Web-Templates/Religious/">Religious</a>
          </li>
<li class="level-3">
                  <a href="http://www.templatekingdom.com/Web-Templates/Science/">Science</a>
          </li>
<li class="level-3">
                  <a href="http://www.templatekingdom.com/Web-Templates/Security/">Security</a>
          </li>
<li class="level-3">
                  <a href="http://www.templatekingdom.com/Web-Templates/shopping-deals/">Shopping Deals</a>
          </li>
<li class="level-3">
<p>                  <a href="http://www.templatekingdom.com/Web-Templates/Society-And-Culture/">Society &amp; Culture</a>
          </li>
<li class="level-3">
                  <a href="http://www.templatekingdom.com/Web-Templates/Sport/">Sport</a>
          </li>
<li class="level-3">
                  <a href="http://www.templatekingdom.com/Web-Templates/Thanksgiving/">Thanksgiving</a>
          </li>
<li class="level-3">
                  <a href="http://www.templatekingdom.com/Web-Templates/Transportation/">Transportation</a>
          </li>
<li class="level-3">
<p>                  <a href="http://www.templatekingdom.com/Web-Templates/Travel/">Travel</a>
          </li>
<li class="level-3">
                  <a href="http://www.templatekingdom.com/Web-Templates/Web-Design/">Web Design</a>
          </li>
</ul>
</li>
<li><a title="CSS Templates" href="http://www.templatekingdom.com/CSS-Templates/">CSS             Templates</a></li>
<li><a title="Full Websites" href="http://www.templatekingdom.com/Full-Websites/">Full Websites</a></li>
<li><a title="Joomla Templates" href="http://www.templatekingdom.com/Joomla-Templates/">Joomla          Templates</a></li>
<li><a title="WordPress Themes" href="http://www.templatekingdom.com/WordPress-Themes/">WordPress           Themes</a></li>
<li><a title="Newsletter Templates" href="http://www.templatekingdom.com/Newsletter-Templates/">Newsletter Templates</a></li>
</ul>
</li>
<li>
<h3>4. The unsearchable website:</h3>
<p>    <a href="http://wordpress.org" rel="parent">Wordpress has a table named terms Both Tag and Category go to the Same Table. Why??</a></p>
<p>Have Keywords<br />
        Have everything, keyword, Word, Terms, Tags, Products and Authors whatever you can think of in a Single Database Table<br />
        And then relate with Items.<br />
        <br />Search Result Displays all Entries that has any remotely possible<br />
        Context, Type or WhatEver, with the Keyword the end User typed in<br />
        the Search Field</p>
<h4>Featured Example at <a href="http://www.templatekingdom.com/q/Business" title="Items for everything Business">Items for everything<br />
        <strong>Business</strong> at Template Kingdom</a></h4>
</li>
<li>
<h3>8. Making users retype e-mail addresses:</h3>
<blockquote><p>How about the patent-pending, curve-jumping Web 2.0 company that wants you to share<br />
      content but requires you to retype your friends&#8217; e-mail addresses? I have 7,703 e-mail addresses in Microsoft Entourage.<br />
      I&#8217;m not going to retype them into some done-as-an-afterthought address book.</p></blockquote>
<h4>Add to that the following Tweet by rungss</h4>
<p>    Where he <a href="http://twitter.com/rungss/statuses/2487485886">points out</a></p>
<blockquote cite="http://twitter.com/rungss/statuses/2487485886"><p>Repeat Password is ok, but Repeat Email??? Thanks to People who copy paste and set it as a General Practice..<br />
    <a class="tag hashtag" title="#Music" href="http://twitter.com/search?q=%23Music">#Music</a><br />
    <a class="tag hashtag" title="#Internet" href="http://twitter.com/search?q=%23Internet">#Internet</a><br />
    <a class="tag hashtag" title="#Usability" href="/search?q=%23Usability">#Usability</a></p></blockquote>
</li>
</ul>
</li>
<img src="http://bijayrungta.com/blog/?ak_action=api_record_view&id=453&type=feed" alt=" A Reaction to Website Marketing Turn Offs by Guy Kawasaki"  title="A Reaction to Website Marketing Turn Offs by Guy Kawasaki" />]]></content:encoded>
			<wfw:commentRss>http://bijayrungta.com/reaction-to-website-marketing-turn-offs-by-guy-kawaski/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>rungss on Wakoopa</title>
		<link>http://bijayrungta.com/rungss-on-wakoopa</link>
		<comments>http://bijayrungta.com/rungss-on-wakoopa#comments</comments>
		<pubDate>Mon, 06 Jul 2009 20:48:33 +0000</pubDate>
		<dc:creator>bijayrungta</dc:creator>
				<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Idea]]></category>
		<category><![CDATA[India]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Kolkata]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Personality]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Rock]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[The_Hobos_India]]></category>
		<category><![CDATA[Training]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Web_2.0]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[Network]]></category>

		<guid isPermaLink="false">http://bijayrungta.com/?p=440</guid>
		<description><![CDATA[rungss
… a 29 year old guy from India

The Software he uses...

Check the interesting freaking Pglami 

]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fbijayrungta.com%2Frungss-on-wakoopa"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fbijayrungta.com%2Frungss-on-wakoopa" height="61" width="51" title="rungss on Wakoopa" alt=" rungss on Wakoopa" /></a></div><p>meta name=&#8221;keywords&#8221; content=&#8221;wakoopa, rungss, user, profile&#8221;<br />
meta name=&#8221;description&#8221; content=&#8221;Wakoopa software profile for rungss. Wakoopa tracks what kind of software or games you use. Check rungss&#8217;s profile and discover new software!&#8221;</p>
<p>|<br />
\ \  \   / _` | |  / _ \  _ \  __ \   _` |<br />
\ \  \ / (   |   &lt; (  | (   | |   | (   |<br />
\_/\_/ \__,_|_|\_\___/\___/  .__/ \__,_|<br />
_|</p>
<div id="level"><img src="http://wakoopa.com/images/nozzman_level_devotee.png?1246905711" alt="Nozzman_level_devotee" title="rungss on Wakoopa" /></p>
<h3 id="rank"><a href="http://wakoopa.com/about/reputation">Level</a>: Devotee</h3>
<h4>589 points needed to level up (<a style="font-weight: normal;" href="http://wakoopa.com/about/reputation#awards">how?</a>)</h4>
</div>
<div id="user_favorites">
<h3>Favorites</h3>
<p><img style="padding: 5px 10px; float: left;" src="http://wakoopa.com/images/icon_empty_software.gif" alt="icon empty software rungss on Wakoopa"  title="rungss on Wakoopa" /> <strong>No favorites yet <img src='http://bijayrungta.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' title="rungss on Wakoopa" /> &#8230;</strong> You can add your favorites via the &#8216;favorite&#8217; button on software pages.         <a href="http://wakoopa.com/software/mozilla-firefox">Try it out with Mozilla Firefox</a></div>
<div id="recent">
<div>
<h3>Top 10 software</h3>
</div>
<div>
<table border="0">
<tbody>
<tr id="recent_header">
<td colspan="2">Last week</td>
<td colspan="2">Last month</td>
<td>Newcomers</td>
</tr>
<tr>
<td id="wakoopa:software/mozilla-firefox"><a href="http://wakoopa.com/software/mozilla-firefox"><img longdesc="http://mallow.wakoopa.com/avatars/000/088/905/normal.png?1245805845" src="http://mallow.wakoopa.com/avatars/000/088/905/thumb.png?1245805845" alt="Mozilla Firefox" title="rungss on Wakoopa" /> <span>Mozilla Firefox</span></a></td>
<td title="Same position">-</td>
<td><a href="http://wakoopa.com/software/mozilla-firefox"><img longdesc="http://mallow.wakoopa.com/avatars/000/088/905/normal.png?1245805845" src="http://mallow.wakoopa.com/avatars/000/088/905/thumb.png?1245805845" alt="Mozilla Firefox" title="rungss on Wakoopa" /> <span>Mozilla Firefox</span></a></td>
<td title="Same position">-</td>
<td><a href="http://wakoopa.com/software/stumbleupon"><img longdesc="http://mallow.wakoopa.com/avatars/000/094/728/normal.png?1246541681" src="http://mallow.wakoopa.com/avatars/000/094/728/thumb.png?1246541681" alt="Stumbleupon" title="rungss on Wakoopa" /> <span>Stumbleupon</span></a></td>
</tr>
<tr>
<td id="wakoopa:software/zendstudio"><a href="http://wakoopa.com/software/zendstudio"><img longdesc="http://mallow.wakoopa.com/avatars/000/006/686/normal.png?1238577859" src="http://mallow.wakoopa.com/avatars/000/006/686/thumb.png?1238577859" alt="Zend Studio Client" title="rungss on Wakoopa" /> <span>Zend Studio Client</span></a></td>
<td title="Same position">-</td>
<td><a href="http://wakoopa.com/software/zendstudio"><img longdesc="http://mallow.wakoopa.com/avatars/000/006/686/normal.png?1238577859" src="http://mallow.wakoopa.com/avatars/000/006/686/thumb.png?1238577859" alt="Zend Studio Client" title="rungss on Wakoopa" /> <span>Zend Studio Client</span></a></td>
<td title="Same position">-</td>
<td><a href="http://wakoopa.com/software/twittercounter"><img longdesc="http://mallow.wakoopa.com/avatars/000/087/499/normal.png?1245661288" src="http://mallow.wakoopa.com/avatars/000/087/499/thumb.png?1245661288" alt="TwitterCounter" title="rungss on Wakoopa" /> <span>TwitterCounter</span></a></td>
</tr>
<tr>
<td id="wakoopa:software/konsole"><a href="http://wakoopa.com/software/konsole"><img longdesc="http://mallow.wakoopa.com/avatars/000/070/956/normal.png?1243784458" src="http://mallow.wakoopa.com/avatars/000/070/956/thumb.png?1243784458" alt="Konsole" title="rungss on Wakoopa" /> <span>Konsole</span></a></td>
<td title="Same position">-</td>
<td><a href="http://wakoopa.com/software/konsole"><img longdesc="http://mallow.wakoopa.com/avatars/000/070/956/normal.png?1243784458" src="http://mallow.wakoopa.com/avatars/000/070/956/thumb.png?1243784458" alt="Konsole" title="rungss on Wakoopa" /> <span>Konsole</span></a></td>
<td title="Same position">-</td>
<td><a href="http://wakoopa.com/software/twitterholic"><img longdesc="http://mallow.wakoopa.com/avatars/000/092/136/normal.png?1246173129" src="http://mallow.wakoopa.com/avatars/000/092/136/thumb.png?1246173129" alt="Twitterholic" title="rungss on Wakoopa" /> <span>Twitterholic</span></a></td>
</tr>
<tr>
<td id="wakoopa:software/google-chromium"><a href="http://wakoopa.com/software/google-chromium"><img longdesc="http://mallow.wakoopa.com/avatars/000/011/562/normal.png?1238591067" src="http://mallow.wakoopa.com/avatars/000/011/562/thumb.png?1238591067" alt="Google Chromium" title="rungss on Wakoopa" /> <span>Google Chromium</span></a></td>
<td title="Same position">-</td>
<td><a href="http://wakoopa.com/software/google-chromium"><img longdesc="http://mallow.wakoopa.com/avatars/000/011/562/normal.png?1238591067" src="http://mallow.wakoopa.com/avatars/000/011/562/thumb.png?1238591067" alt="Google Chromium" title="rungss on Wakoopa" /> <span>Google Chromium</span></a></td>
<td title="Same position">-</td>
<td><a href="http://wakoopa.com/software/kwallet"><img longdesc="http://mallow.wakoopa.com/avatars/000/069/013/normal.png?1243520006" src="http://mallow.wakoopa.com/avatars/000/069/013/thumb.png?1243520006" alt="KWallet" title="rungss on Wakoopa" /> <span>KWallet</span></a></td>
</tr>
<tr>
<td id="wakoopa:software/gmail"><a href="http://wakoopa.com/software/gmail"><img longdesc="http://mallow.wakoopa.com/avatars/000/021/246/normal.png?1240401769" src="http://mallow.wakoopa.com/avatars/000/021/246/thumb.png?1240401769" alt="Gmail" title="rungss on Wakoopa" /> <span>Gmail</span></a></td>
<td title="Same position">-</td>
<td><a href="http://wakoopa.com/software/pidgin"><img longdesc="http://mallow.wakoopa.com/avatars/000/063/106/normal.png?1242828256" src="http://mallow.wakoopa.com/avatars/000/063/106/thumb.png?1242828256" alt="Pidgin" title="rungss on Wakoopa" /> <span>Pidgin</span></a></td>
<td title="Same position">-</td>
<td><a href="http://wakoopa.com/software/tumblr"><img longdesc="http://mallow.wakoopa.com/avatars/000/086/632/normal.png?1245591864" src="http://mallow.wakoopa.com/avatars/000/086/632/thumb.png?1245591864" alt="Tumblr" title="rungss on Wakoopa" /> <span>Tumblr</span></a></td>
</tr>
<tr>
<td id="wakoopa:software/eclipse"><a href="http://wakoopa.com/software/eclipse"><img longdesc="http://mallow.wakoopa.com/avatars/000/002/729/normal.png?1238516270" src="http://mallow.wakoopa.com/avatars/000/002/729/thumb.png?1238516270" alt="Eclipse" title="rungss on Wakoopa" /> <span>Eclipse</span></a></td>
<td title="Up 4 position(s)">+4</td>
<td><a href="http://wakoopa.com/software/konqueror"><img longdesc="http://mallow.wakoopa.com/avatars/000/082/464/normal.png?1245056353" src="http://mallow.wakoopa.com/avatars/000/082/464/thumb.png?1245056353" alt="Konqueror" title="rungss on Wakoopa" /> <span>Konqueror</span></a></td>
<td title="Up 1 position(s)">+1</td>
<td><a href="http://wakoopa.com/software/xanga"><img longdesc="http://mallow.wakoopa.com/avatars/000/012/516/normal.png?1238593726" src="http://mallow.wakoopa.com/avatars/000/012/516/thumb.png?1238593726" alt="Xanga" title="rungss on Wakoopa" /> <span>Xanga</span></a></td>
</tr>
<tr>
<td id="wakoopa:software/konqueror"><a href="http://wakoopa.com/software/konqueror"><img longdesc="http://mallow.wakoopa.com/avatars/000/082/464/normal.png?1245056353" src="http://mallow.wakoopa.com/avatars/000/082/464/thumb.png?1245056353" alt="Konqueror" title="rungss on Wakoopa" /> <span>Konqueror</span></a></td>
<td title="Down 1 position(s)">-1</td>
<td><a href="http://wakoopa.com/software/kate"><img longdesc="http://mallow.wakoopa.com/avatars/000/060/470/normal.png?1242464804" src="http://mallow.wakoopa.com/avatars/000/060/470/thumb.png?1242464804" alt="Kate" title="rungss on Wakoopa" /> <span>Kate</span></a></td>
<td title="Down 1 position(s)">-1</td>
<td><a href="http://wakoopa.com/software/twitscoop"><img longdesc="http://mallow.wakoopa.com/avatars/000/086/684/normal.png?1245594718" src="http://mallow.wakoopa.com/avatars/000/086/684/thumb.png?1245594718" alt="Twitscoop" title="rungss on Wakoopa" /> <span>Twitscoop</span></a></td>
</tr>
<tr>
<td id="wakoopa:software/hootsuite"><a href="http://wakoopa.com/software/hootsuite"><img longdesc="http://mallow.wakoopa.com/avatars/000/095/487/normal.png?1246661607" src="http://mallow.wakoopa.com/avatars/000/095/487/thumb.png?1246661607" alt="Hootsuite" title="rungss on Wakoopa" /> <span>Hootsuite</span></a></td>
<td title="Down 1 position(s)">-1</td>
<td><a href="http://wakoopa.com/software/nautilus"><img longdesc="http://mallow.wakoopa.com/avatars/000/057/378/normal.png?1242242624" src="http://mallow.wakoopa.com/avatars/000/057/378/thumb.png?1242242624" alt="Nautilus" title="rungss on Wakoopa" /> <span>Nautilus</span></a></td>
<td title="Same position">-</td>
<td><a href="http://wakoopa.com/software/socialmedian"><img longdesc="http://mallow.wakoopa.com/avatars/000/090/327/normal.png?1246002828" src="http://mallow.wakoopa.com/avatars/000/090/327/thumb.png?1246002828" alt="socialmedian" title="rungss on Wakoopa" /> <span>socialmedian</span></a></td>
</tr>
<tr>
<td id="wakoopa:software/facebook-web"><a href="http://wakoopa.com/software/facebook-web"><img longdesc="http://mallow.wakoopa.com/avatars/000/089/316/normal.png?1245868252" src="http://mallow.wakoopa.com/avatars/000/089/316/thumb.png?1245868252" alt="Facebook" title="rungss on Wakoopa" /> <span>Facebook</span></a></td>
<td title="Same position">-</td>
<td><a href="http://wakoopa.com/software/gmail"><img longdesc="http://mallow.wakoopa.com/avatars/000/021/246/normal.png?1240401769" src="http://mallow.wakoopa.com/avatars/000/021/246/thumb.png?1240401769" alt="Gmail" title="rungss on Wakoopa" /> <span>Gmail</span></a></td>
<td title="Same position">-</td>
<td><a href="http://wakoopa.com/software/technorati"><img longdesc="http://mallow.wakoopa.com/avatars/000/095/985/normal.png?1246749877" src="http://mallow.wakoopa.com/avatars/000/095/985/thumb.png?1246749877" alt="Technorati" title="rungss on Wakoopa" /> <span>Technorati</span></a></td>
</tr>
<tr>
<td id="wakoopa:software/kate"><a href="http://wakoopa.com/software/kate"><img longdesc="http://mallow.wakoopa.com/avatars/000/060/470/normal.png?1242464804" src="http://mallow.wakoopa.com/avatars/000/060/470/thumb.png?1242464804" alt="Kate" title="rungss on Wakoopa" /> <span>Kate</span></a></td>
<td title="Down 2 position(s)">-2</td>
<td><a href="http://wakoopa.com/software/eclipse"><img longdesc="http://mallow.wakoopa.com/avatars/000/002/729/normal.png?1238516270" src="http://mallow.wakoopa.com/avatars/000/002/729/thumb.png?1238516270" alt="Eclipse" title="rungss on Wakoopa" /> <span>Eclipse</span></a></td>
<td title="Same position">-</td>
<td><a href="http://wakoopa.com/software/musicapplet"><img longdesc="http://wakoopa.com/images/avatar_software.gif" src="http://wakoopa.com/images/avatar_software_thumb.gif" alt="music-applet" title="rungss on Wakoopa" /> <span>music-applet</span></a></td>
</tr>
</tbody>
</table>
</div>
</div>
<p>Software discovery is social &#8211; by Robert, Wouter, Menno, Justin, Coen &amp; Kilian (assisted by Peter, Ruben, Kars, Bram, Arjan, Mark, Marten, Bor &amp; Mindy)<br />
(if you have any questions regarding our source code, contact us: info at [their domain i.e, wakoopa])</p>
<div id="system"><span>Operating on</span> <a href="http://wakoopa.com/web"><img src="http://wakoopa.com/images/icon_webapps.png?1246905711" alt=" rungss on Wakoopa"  title="rungss on Wakoopa" /></a> <a href="http://wakoopa.com/linux"><img src="http://wakoopa.com/images/icon_linux.png?1246905711" alt="Linux" title="rungss on Wakoopa" /></a></div>
<p><a rel="nofollow" href="http://wakoopa.com/rungss"><img longdesc="http://www.gravatar.com/avatar/b821ee1231994faa5a6259818e1ec0f8?d=http%3A%2F%2Fwakoopa.com%2Fimages%2Favatar_people.gif&amp;s=48" src="http://www.gravatar.com/avatar/b821ee1231994faa5a6259818e1ec0f8?d=http%3A%2F%2Fwakoopa.com%2Fimages%2Favatar_people.gif&amp;s=48" alt="rungss" title="rungss on Wakoopa" /></a></p>
<h2 style="padding: 0pt;"><a style="font-weight: normal;" href="http://wakoopa.com/rungss">rungss</a></h2>
<div id="subtitle">… a 29 year old guy from India</div>
<table border="0">
<tbody>
<tr>
<td>Member since:</td>
<td>29 May 2009</td>
</tr>
<tr>
<td>Software:</td>
<td>153 different applications used</td>
</tr>
<tr>
<td>Usage:</td>
<td>2 weeks, 21 hours, 33 minutes and 15 seconds</td>
</tr>
<tr>
<td>Platform Usage:</td>
<td>
<div id="os_bar">
<div id="os_bar_web" style="width: 22%;"><span>Web<br />
(22%)</span></div>
<div id="os_bar_linux" style="width: 78%;"><span>Linux<br />
(78%)</span></div>
</div>
</td>
</tr>
</tbody>
</table>
<div>
<h3>Type of usage <small>(in the last hour)</small></h3>
</div>
<p>Platform Usage:</p>
<div id="os_bar">
<div id="os_bar_web" style="width: 22%;"><span>Web<br />
(22%)</span></div>
<div id="os_bar_linux" style="width: 78%;"><span>Linux<br />
(78%)</span></div>
</div>
<div>
<div>
<h3>Recently used</h3>
</div>
<ul>
<li id="wakoopa:mozilla-firefox" style="position: relative;"> <a href="http://wakoopa.com/software/mozilla-firefox"><img longdesc="http://mallow.wakoopa.com/avatars/000/088/905/normal.png?1245805845" src="http://mallow.wakoopa.com/avatars/000/088/905/thumb.png?1245805845" alt="Mozilla Firefox" title="rungss on Wakoopa" /> <span>Mozilla Firefox</span></a> <span>about 5 hours ago</span></li>
<li id="wakoopa:konqueror" style="position: relative;"> <a href="http://wakoopa.com/software/konqueror"><img longdesc="http://mallow.wakoopa.com/avatars/000/082/464/normal.png?1245056353" src="http://mallow.wakoopa.com/avatars/000/082/464/thumb.png?1245056353" alt="Konqueror" title="rungss on Wakoopa" /> <span>Konqueror</span></a> <span>about 5 hours ago</span></li>
<li id="wakoopa:nautilus" style="position: relative;"> <a href="http://wakoopa.com/software/nautilus"><img longdesc="http://mallow.wakoopa.com/avatars/000/057/378/normal.png?1242242624" src="http://mallow.wakoopa.com/avatars/000/057/378/thumb.png?1242242624" alt="Nautilus" title="rungss on Wakoopa" /> <span>Nautilus</span></a> <span>about 5 hours ago</span></li>
<li id="wakoopa:network-manager-applet" style="position: relative;"> <a href="http://wakoopa.com/software/network-manager-applet"><img longdesc="http://mallow.wakoopa.com/avatars/000/059/633/normal.png?1242406758" src="http://mallow.wakoopa.com/avatars/000/059/633/thumb.png?1242406758" alt="Network Manager Applet" title="rungss on Wakoopa" /> <span>Network Manager Applet</span></a> <span>about 5 hours ago</span></li>
<li id="wakoopa:kate" style="position: relative;"> <a href="http://wakoopa.com/software/kate"><img longdesc="http://mallow.wakoopa.com/avatars/000/060/470/normal.png?1242464804" src="http://mallow.wakoopa.com/avatars/000/060/470/thumb.png?1242464804" alt="Kate" title="rungss on Wakoopa" /> <span>Kate</span></a> <span>about 5 hours ago</span></li>
</ul>
</div>
<div id="awards">
<div id="awards">
<div>
<h3>Awards</h3>
</div>
<ul>
<li> <span> <strong>5 points</strong> — </span> Started using <a href="http://wakoopa.com/software/kdebaseruntime">kdebase-runtime</a></li>
<li> <span> <strong>5 points</strong> — </span> Started using <a href="http://wakoopa.com/software/tumblr">Tumblr</a></li>
<li> <span> <strong>5 points</strong> — </span> Started using <a href="http://wakoopa.com/software/kwallet">KWallet</a></li>
<li> <span> <strong>5 points</strong> — </span> Started using <a href="http://wakoopa.com/software/compizconfig-settings-manager">CompizConfig Settings &#8230;</a></li>
<li> <span> <strong>5 points</strong> — </span> Started using <a href="http://wakoopa.com/software/seesmic-desktop">Seesmic Desktop</a></li>
</ul>
</div>
</div>
<div>
<div id="contacts">
<div>
<h3><a rel="nofollow" href="http://wakoopa.com/rungss/contacts">Contacts</a> <em>0 in total</em></h3>
<p><a href="http://wakoopa.com/rungss/contacts">More</a></div>
<p>Nobody yet <img src='http://bijayrungta.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' title="rungss on Wakoopa" /> </p>
<p>Doesn&#8217;t have any Contact, in a Social Networking Site.</p>
<p>Keeep checking They will follow&#8230;</p></div>
</div>
<div>
<h3>Top 10 software</h3>
</div>
<p>No favorites yet <img src='http://bijayrungta.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' title="rungss on Wakoopa" /> &#8230; You can add your favorites via the &#8216;favorite&#8217; button on software pages. Try it out with Mozilla Firefox</p>
<table id="id" border="0">
<tbody>
<tr class="dark">
<td id="wakoopa:software/mozilla-firefox" class="leftname"><a class="imagelink" href="http://wakoopa.com/software/mozilla-firefox"><img class="avatar_small iconlink" longdesc="http://mallow.wakoopa.com/avatars/000/088/905/normal.png?1245805845" src="http://mallow.wakoopa.com/avatars/000/088/905/thumb.png?1245805845" alt="Mozilla Firefox" title="rungss on Wakoopa" /> <span>Mozilla Firefox</span></a></td>
<td class="same" title="Same position">-</td>
<td class="name"><a class="imagelink" href="http://wakoopa.com/software/mozilla-firefox"><img class="avatar_small iconlink" longdesc="http://mallow.wakoopa.com/avatars/000/088/905/normal.png?1245805845" src="http://mallow.wakoopa.com/avatars/000/088/905/thumb.png?1245805845" alt="Mozilla Firefox" title="rungss on Wakoopa" /> <span>Mozilla Firefox</span></a></td>
<td class="same" title="Same position">-</td>
<td class="rightname"><a class="imagelink" href="http://wakoopa.com/software/stumbleupon"><img class="avatar_small iconlink" longdesc="http://mallow.wakoopa.com/avatars/000/094/728/normal.png?1246541681" src="http://mallow.wakoopa.com/avatars/000/094/728/thumb.png?1246541681" alt="Stumbleupon" title="rungss on Wakoopa" /> <span>Stumbleupon</span></a></td>
</tr>
<tr>
<td id="wakoopa:software/zendstudio" class="leftname"><a class="imagelink" href="http://wakoopa.com/software/zendstudio"><img class="avatar_small iconlink" longdesc="http://mallow.wakoopa.com/avatars/000/006/686/normal.png?1238577859" src="http://mallow.wakoopa.com/avatars/000/006/686/thumb.png?1238577859" alt="Zend Studio Client" title="rungss on Wakoopa" /> <span>Zend Studio Client</span></a></td>
<td class="same" title="Same position">-</td>
<td class="name"><a class="imagelink" href="http://wakoopa.com/software/zendstudio"><img class="avatar_small iconlink" longdesc="http://mallow.wakoopa.com/avatars/000/006/686/normal.png?1238577859" src="http://mallow.wakoopa.com/avatars/000/006/686/thumb.png?1238577859" alt="Zend Studio Client" title="rungss on Wakoopa" /> <span>Zend Studio Client</span></a></td>
<td class="same" title="Same position">-</td>
<td class="rightname"><a class="imagelink" href="http://wakoopa.com/software/twittercounter"><img class="avatar_small iconlink" longdesc="http://mallow.wakoopa.com/avatars/000/087/499/normal.png?1245661288" src="http://mallow.wakoopa.com/avatars/000/087/499/thumb.png?1245661288" alt="TwitterCounter" title="rungss on Wakoopa" /> <span>TwitterCounter</span></a></td>
</tr>
<tr class="dark">
<td id="wakoopa:software/konsole" class="leftname"><a class="imagelink" href="http://wakoopa.com/software/konsole"><img class="avatar_small iconlink" longdesc="http://mallow.wakoopa.com/avatars/000/070/956/normal.png?1243784458" src="http://mallow.wakoopa.com/avatars/000/070/956/thumb.png?1243784458" alt="Konsole" title="rungss on Wakoopa" /> <span>Konsole</span></a></td>
<td class="same" title="Same position">-</td>
<td class="name"><a class="imagelink" href="http://wakoopa.com/software/konsole"><img class="avatar_small iconlink" longdesc="http://mallow.wakoopa.com/avatars/000/070/956/normal.png?1243784458" src="http://mallow.wakoopa.com/avatars/000/070/956/thumb.png?1243784458" alt="Konsole" title="rungss on Wakoopa" /> <span>Konsole</span></a></td>
<td class="same" title="Same position">-</td>
<td class="rightname"><a class="imagelink" href="http://wakoopa.com/software/twitterholic"><img class="avatar_small iconlink" longdesc="http://mallow.wakoopa.com/avatars/000/092/136/normal.png?1246173129" src="http://mallow.wakoopa.com/avatars/000/092/136/thumb.png?1246173129" alt="Twitterholic" title="rungss on Wakoopa" /> <span>Twitterholic</span></a></td>
</tr>
<tr>
<td id="wakoopa:software/google-chromium" class="leftname"><a class="imagelink" href="http://wakoopa.com/software/google-chromium"><img class="avatar_small iconlink" longdesc="http://mallow.wakoopa.com/avatars/000/011/562/normal.png?1238591067" src="http://mallow.wakoopa.com/avatars/000/011/562/thumb.png?1238591067" alt="Google Chromium" title="rungss on Wakoopa" /> <span>Google Chromium</span></a></td>
<td class="same" title="Same position">-</td>
<td class="name"><a class="imagelink" href="http://wakoopa.com/software/google-chromium"><img class="avatar_small iconlink" longdesc="http://mallow.wakoopa.com/avatars/000/011/562/normal.png?1238591067" src="http://mallow.wakoopa.com/avatars/000/011/562/thumb.png?1238591067" alt="Google Chromium" title="rungss on Wakoopa" /> <span>Google Chromium</span></a></td>
<td class="same" title="Same position">-</td>
<td class="rightname"><a class="imagelink" href="http://wakoopa.com/software/kwallet"><img class="avatar_small iconlink" longdesc="http://mallow.wakoopa.com/avatars/000/069/013/normal.png?1243520006" src="http://mallow.wakoopa.com/avatars/000/069/013/thumb.png?1243520006" alt="KWallet" title="rungss on Wakoopa" /> <span>KWallet</span></a></td>
</tr>
<tr class="dark">
<td id="wakoopa:software/gmail" class="leftname"><a class="imagelink" href="http://wakoopa.com/software/gmail"><img class="avatar_small iconlink" longdesc="http://mallow.wakoopa.com/avatars/000/021/246/normal.png?1240401769" src="http://mallow.wakoopa.com/avatars/000/021/246/thumb.png?1240401769" alt="Gmail" title="rungss on Wakoopa" /> <span>Gmail</span></a></td>
<td class="same" title="Same position">-</td>
<td class="name"><a class="imagelink" href="http://wakoopa.com/software/pidgin"><img class="avatar_small iconlink" longdesc="http://mallow.wakoopa.com/avatars/000/063/106/normal.png?1242828256" src="http://mallow.wakoopa.com/avatars/000/063/106/thumb.png?1242828256" alt="Pidgin" title="rungss on Wakoopa" /> <span>Pidgin</span></a></td>
<td class="same" title="Same position">-</td>
<td class="rightname"><a class="imagelink" href="http://wakoopa.com/software/tumblr"><img class="avatar_small iconlink" longdesc="http://mallow.wakoopa.com/avatars/000/086/632/normal.png?1245591864" src="http://mallow.wakoopa.com/avatars/000/086/632/thumb.png?1245591864" alt="Tumblr" title="rungss on Wakoopa" /> <span>Tumblr</span></a></td>
</tr>
<tr>
<td id="wakoopa:software/eclipse" class="leftname"><a class="imagelink" href="http://wakoopa.com/software/eclipse"><img class="avatar_small iconlink" longdesc="http://mallow.wakoopa.com/avatars/000/002/729/normal.png?1238516270" src="http://mallow.wakoopa.com/avatars/000/002/729/thumb.png?1238516270" alt="Eclipse" title="rungss on Wakoopa" /> <span>Eclipse</span></a></td>
<td class="up" title="Up 4 position(s)">+4</td>
<td class="name"><a class="imagelink" href="http://wakoopa.com/software/konqueror"><img class="avatar_small iconlink" longdesc="http://mallow.wakoopa.com/avatars/000/082/464/normal.png?1245056353" src="http://mallow.wakoopa.com/avatars/000/082/464/thumb.png?1245056353" alt="Konqueror" title="rungss on Wakoopa" /> <span>Konqueror</span></a></td>
<td class="up" title="Up 1 position(s)">+1</td>
<td class="rightname"><a class="imagelink" href="http://wakoopa.com/software/xanga"><img class="avatar_small iconlink" longdesc="http://mallow.wakoopa.com/avatars/000/012/516/normal.png?1238593726" src="http://mallow.wakoopa.com/avatars/000/012/516/thumb.png?1238593726" alt="Xanga" title="rungss on Wakoopa" /> <span>Xanga</span></a></td>
</tr>
<tr class="dark">
<td id="wakoopa:software/konqueror" class="leftname"><a class="imagelink" href="http://wakoopa.com/software/konqueror"><img class="avatar_small iconlink" longdesc="http://mallow.wakoopa.com/avatars/000/082/464/normal.png?1245056353" src="http://mallow.wakoopa.com/avatars/000/082/464/thumb.png?1245056353" alt="Konqueror" title="rungss on Wakoopa" /> <span>Konqueror</span></a></td>
<td class="down" title="Down 1 position(s)">-1</td>
<td class="name"><a class="imagelink" href="http://wakoopa.com/software/kate"><img class="avatar_small iconlink" longdesc="http://mallow.wakoopa.com/avatars/000/060/470/normal.png?1242464804" src="http://mallow.wakoopa.com/avatars/000/060/470/thumb.png?1242464804" alt="Kate" title="rungss on Wakoopa" /> <span>Kate</span></a></td>
<td class="down" title="Down 1 position(s)">-1</td>
<td class="rightname"><a class="imagelink" href="http://wakoopa.com/software/twitscoop"><img class="avatar_small iconlink" longdesc="http://mallow.wakoopa.com/avatars/000/086/684/normal.png?1245594718" src="http://mallow.wakoopa.com/avatars/000/086/684/thumb.png?1245594718" alt="Twitscoop" title="rungss on Wakoopa" /> <span>Twitscoop</span></a></td>
</tr>
<tr>
<td id="wakoopa:software/hootsuite" class="leftname"><a class="imagelink" href="http://wakoopa.com/software/hootsuite"><img class="avatar_small iconlink" longdesc="http://mallow.wakoopa.com/avatars/000/095/487/normal.png?1246661607" src="http://mallow.wakoopa.com/avatars/000/095/487/thumb.png?1246661607" alt="Hootsuite" title="rungss on Wakoopa" /> <span>Hootsuite</span></a></td>
<td class="down" title="Down 1 position(s)">-1</td>
<td class="name"><a class="imagelink" href="http://wakoopa.com/software/nautilus"><img class="avatar_small iconlink" longdesc="http://mallow.wakoopa.com/avatars/000/057/378/normal.png?1242242624" src="http://mallow.wakoopa.com/avatars/000/057/378/thumb.png?1242242624" alt="Nautilus" title="rungss on Wakoopa" /> <span>Nautilus</span></a></td>
<td class="same" title="Same position">-</td>
<td class="rightname"><a class="imagelink" href="http://wakoopa.com/software/socialmedian"><img class="avatar_small iconlink" longdesc="http://mallow.wakoopa.com/avatars/000/090/327/normal.png?1246002828" src="http://mallow.wakoopa.com/avatars/000/090/327/thumb.png?1246002828" alt="socialmedian" title="rungss on Wakoopa" /> <span>socialmedian</span></a></td>
</tr>
<tr class="dark">
<td id="wakoopa:software/facebook-web" class="leftname"><a class="imagelink" href="http://wakoopa.com/software/facebook-web"><img class="avatar_small iconlink" longdesc="http://mallow.wakoopa.com/avatars/000/089/316/normal.png?1245868252" src="http://mallow.wakoopa.com/avatars/000/089/316/thumb.png?1245868252" alt="Facebook" title="rungss on Wakoopa" /> <span>Facebook</span></a></td>
<td class="same" title="Same position">-</td>
<td class="name"><a class="imagelink" href="http://wakoopa.com/software/gmail"><img class="avatar_small iconlink" longdesc="http://mallow.wakoopa.com/avatars/000/021/246/normal.png?1240401769" src="http://mallow.wakoopa.com/avatars/000/021/246/thumb.png?1240401769" alt="Gmail" title="rungss on Wakoopa" /> <span>Gmail</span></a></td>
<td class="same" title="Same position">-</td>
<td class="rightname"><a class="imagelink" href="http://wakoopa.com/software/technorati"><img class="avatar_small iconlink" longdesc="http://mallow.wakoopa.com/avatars/000/095/985/normal.png?1246749877" src="http://mallow.wakoopa.com/avatars/000/095/985/thumb.png?1246749877" alt="Technorati" title="rungss on Wakoopa" /> <span>Technorati</span></a></td>
</tr>
<tr>
<td id="wakoopa:software/kate" class="leftname"><a class="imagelink" href="http://wakoopa.com/software/kate"><img class="avatar_small iconlink" longdesc="http://mallow.wakoopa.com/avatars/000/060/470/normal.png?1242464804" src="http://mallow.wakoopa.com/avatars/000/060/470/thumb.png?1242464804" alt="Kate" title="rungss on Wakoopa" /> <span>Kate</span></a></td>
<td class="down" title="Down 2 position(s)">-2</td>
<td class="name"><a class="imagelink" href="http://wakoopa.com/software/eclipse"><img class="avatar_small iconlink" longdesc="http://mallow.wakoopa.com/avatars/000/002/729/normal.png?1238516270" src="http://mallow.wakoopa.com/avatars/000/002/729/thumb.png?1238516270" alt="Eclipse" title="rungss on Wakoopa" /> <span>Eclipse</span></a></td>
<td class="same" title="Same position">-</td>
<td class="rightname"><a class="imagelink" href="http://wakoopa.com/software/musicapplet"><img class="avatar_small iconlink" longdesc="http://wakoopa.com/images/avatar_software.gif" src="http://wakoopa.com/images/avatar_software_thumb.gif" alt="music-applet" title="rungss on Wakoopa" /> <span>music-applet</span></a></td>
</tr>
</tbody>
</table>
<img src="http://bijayrungta.com/blog/?ak_action=api_record_view&id=440&type=feed" alt=" rungss on Wakoopa"  title="rungss on Wakoopa" />]]></content:encoded>
			<wfw:commentRss>http://bijayrungta.com/rungss-on-wakoopa/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Top Clicks on Tweets to my Stories this Month</title>
		<link>http://bijayrungta.com/the-top-clicks-on-tweets-to-my-stories-this-month</link>
		<comments>http://bijayrungta.com/the-top-clicks-on-tweets-to-my-stories-this-month#comments</comments>
		<pubDate>Mon, 06 Jul 2009 10:23:35 +0000</pubDate>
		<dc:creator>bijayrungta</dc:creator>
				<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Training]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Web_2.0]]></category>
		<category><![CDATA[Bijay]]></category>
		<category><![CDATA[rungss]]></category>
		<category><![CDATA[Rungta]]></category>

		<guid isPermaLink="false">http://bijayrungta.com/?p=437</guid>
		<description><![CDATA[The Top Clicks on my Tweets on my Stories this Month(June 2009):

Do companies which sell anti virus software create more of them to stay in business
Do you believe in Matt Cutts's Claim that CSS based Layouts and Table Based ones are the Same
Getting Semantic With Microformats, Part 2: XFN: dealing with Putting a Human Face on Links
SCORE a US based Organization mentoring Businesses free of charge
Peshawar Blast, BBC News
30 most influential people in Web Design
last.fm Founders call it Quits
Bijay Rungta's Blog on Web Development with LAMP (My Blog)
Reliance Netconnect Broadband v/s TATA Indicom Photon USB Modem v/s BSNL EVDO DATA Card]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fbijayrungta.com%2Fthe-top-clicks-on-tweets-to-my-stories-this-month"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fbijayrungta.com%2Fthe-top-clicks-on-tweets-to-my-stories-this-month" height="61" width="51" title="The Top Clicks on Tweets to my Stories this Month" alt=" The Top Clicks on Tweets to my Stories this Month" /></a></div><h3>The Top Clicks on my Tweets on my Stories this Month</h3>
<dl>
<dt>Do companies which sell anti virus software create more of them to stay in business: <br /> <a href="http://bijayrungta.com/do-companies-which-sell-anti-virus-software-create-more-of-them-to-stay-in-business" title="Bijay Rungta, @rungss at Twitter, India-s Best Programmer attempts to figure out if companies which sell anti virus software create more of them to stay in business" rel="me article">http://bijayrungta.com/do-companies-which-sell-anti-virus-software-create-more-of-them-to-stay-in-business</a></dt>
<dd>25 Clicks</dd>
<dt>Do you believe in Matt Cutts&#8217;s Claim that CSS based Layouts and Table Based ones are the Same:<br /><a href="http://www.vbseo.com/f104/video-matt-cutts-css-based-layouts-better-than-tables-seo-34827/#post219928" title="Do you believe in Matt Cutts's Claim that CSS based Layouts and Table Based ones are the Same" rel="me article">http://www.vbseo.com/f104/video-matt-cutts-css-based-layouts-better-than-tables-seo-34827/#post219928</a></dt>
<dd>8 Clicks</dd>
<dt>Getting Semantic With Microformats, Part 2: XFN: dealing with <strong>Putting a Human Face on Links</strong>:<br /><a href="http://ablognotlimited.com/s/32" title="Getting Semantic With Microformats, Part 2: XFN:: Putting a Human Face on Links" rel="">http://ablognotlimited.com/articles/getting-semantic-with-microformats-part-2-xfn</a></dt>
<dd>8 Clicks</dd>
<dt>SCORE a US based Organization mentoring Businesses free of charge:< <br /><a href="http://www.score.org/counseling_training.html" title="SCORE a US based Organization mentoring Businesses free of charge"  el="article">http://www.score.org/counseling_training.html</a></dt>
<dd>5 Clicks</dd>
<dt>Peshawar Blast, BBC News:<br /><a href="http://news.bbc.co.uk/2/hi/south_asia/8092371.stm" title="Peshawar Blast" rel="me article">http://news.bbc.co.uk/2/hi/south_asia/8092371.stm</a></dt>
<dd>5 Clicks</dd>
<dt>30 most influential people in <strong>Web Design</strong>:<br /><a href="http://www.webdesigndev.com/roundups/30-most-influential-people-in-web-design" title="30 most influential people in Web Design" rel="me article">http://www.webdesigndev.com/roundups/30-most-influential-people-in-web-design</a></dt>
<dd>4 Clicks</dd>
<dt><a href="http://last.fm">last.fm</a> Founders call it Quits:<br /><a href="http://www.techcrunch.com/2009/06/10/lastfm-founders-call-it-quits/#comment-2794184" title="last.fm Founders call it Quits" rel="me article">http://www.techcrunch.com/2009/06/10/lastfm-founders-call-it-quits/#comment-2794184</a></dt>
<dd>4 Clicks</dd>
<dt>Bijay Rungta&#8217;s Blog on Web Development with LAMP:<br /><a href="http://bijayrungta.com" title="Bijay Rungta's Blog on Web Development with LAMP" rel="me article">http://bijayrungta.com</a></dt>
<dd>4 Clicks</dd>
<dt>Reliance Netconnect Broadband v/s TATA Indicom Photon USB Modem v/s BSNL EVDO DATA Card:<br /><a href="http://forums.techarena.in/polls-voting/1139721.htm" title="Reliance Netconnect Broadband v/s TATA Indicom Photon USB Modem v/s BSNL EVDO DATA Card " rel="me article">http://forums.techarena.in/polls-voting/1139721.htm</a></dt>
<dd>3 Clicks</dd>
</dl>
<p><strong>URL Shorteners</strong> suck..</p>
<p>Wrote the following JS to generate the HTML out of it..</p>
<p><code class="js javascript"><br />
str = '&lt;dl&gt;';<br />
a = document.getElementById('u').rows;<br />
for(var i=0; i &lt; a .length; i++) {<br />
    url = a[i].cells[0].getElementsByTagName('a')[0].title;<br />
    str += ' &lt;dt&gt;&lt;/a&gt;&lt;a href="'+ url + '" title="Bijay Rungta, @rungss at Twitter, India-s Best Programmer attempts to figure out ' + url.replace('-', ' ') + '" rel="me article"&gt;' + url + '&lt;/a&gt;';<br />
    strClicks = a[i].cells[2].innerHTML;<br />
    str += ' &lt;dd&gt;' + strClicks + '&lt;/dd&gt;';<br />
}</p>
<p>alert(str+'&lt;/dl&gt;');<br />
</code></p>
<p>In all used #Javascript, #Firebug #Kate on #KUbuntu lots of Copy Paste, Lots of Switching between Apps.and&#8230;</p>
<p>#Social Media, #Publish Yourself, #Marketing #Self_Help</p>
<img src="http://bijayrungta.com/blog/?ak_action=api_record_view&id=437&type=feed" alt=" The Top Clicks on Tweets to my Stories this Month"  title="The Top Clicks on Tweets to my Stories this Month" />]]></content:encoded>
			<wfw:commentRss>http://bijayrungta.com/the-top-clicks-on-tweets-to-my-stories-this-month/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do people make money with free software?</title>
		<link>http://bijayrungta.com/how-do-people-make-money-with-free-software</link>
		<comments>http://bijayrungta.com/how-do-people-make-money-with-free-software#comments</comments>
		<pubDate>Tue, 16 Jun 2009 20:27:00 +0000</pubDate>
		<dc:creator>bijayrungta</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Open_Source]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://bijayrungta.com/?p=417</guid>
		<description><![CDATA[If you are curious to know what makes People offer Softwares for free, this archived thread at the Ubuntu Forum provides some views from various people.
How do people make money with free software?
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fbijayrungta.com%2Fhow-do-people-make-money-with-free-software"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fbijayrungta.com%2Fhow-do-people-make-money-with-free-software" height="61" width="51" title="How do people make money with free software?" alt=" How do people make money with free software?" /></a></div><p>If you are curious to know what makes People offer Softwares for free, this archived thread at the Ubuntu Forum provides some views from various people.</p>
<h3><a href="http://ubuntuforums.org/showthread.php?t=95025">How do people make money with free software?</a></h3>
<img src="http://bijayrungta.com/blog/?ak_action=api_record_view&id=417&type=feed" alt=" How do people make money with free software?"  title="How do people make money with free software?" />]]></content:encoded>
			<wfw:commentRss>http://bijayrungta.com/how-do-people-make-money-with-free-software/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Minimal Eclipse PDT Preferences for Web Development on LAMP</title>
		<link>http://bijayrungta.com/minimal-eclipse-pdt-preferences-for-web-development-on-lamp</link>
		<comments>http://bijayrungta.com/minimal-eclipse-pdt-preferences-for-web-development-on-lamp#comments</comments>
		<pubDate>Wed, 31 Dec 2008 19:14:22 +0000</pubDate>
		<dc:creator>rungss</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[PDT]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[How_To]]></category>
		<category><![CDATA[Knowledge Management]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Settings]]></category>
		<category><![CDATA[WST]]></category>

		<guid isPermaLink="false">http://bijayrungta.com/?p=330</guid>
		<description><![CDATA[Here is my Eclipse PDT Preferences file which can be imported in Eclipse.
The settings are the minimal that I need in order to work.
Download The Minimal Eclipse PDT Preferences for Web Development on LAMP
Related Links:
PHP Development Tool (PDT) Downloads from Zend: http://downloads.zend.com/pdt/all-in-one/
Workaround for Heap Space Problem in Eclipse
Getting Eclipse to Work on Ubuntu
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fbijayrungta.com%2Fminimal-eclipse-pdt-preferences-for-web-development-on-lamp"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fbijayrungta.com%2Fminimal-eclipse-pdt-preferences-for-web-development-on-lamp" height="61" width="51" title="Minimal Eclipse PDT Preferences for Web Development on LAMP" alt=" Minimal Eclipse PDT Preferences for Web Development on LAMP" /></a></div><p>Here is my Eclipse PDT Preferences file which can be imported in Eclipse.<br />
The settings are the minimal that I need in order to work.</p>
<h3><a href="http://bijayrungta.com/wp-content/uploads/2009/01/minimal-eclipse-pdt-preferences-for-web-development-on-lamp.epf" title="Download The Minimal Eclipse PDT Preferences for Web Development on LAMP">Download The Minimal Eclipse PDT Preferences for Web Development on LAMP</a></h3>
<p>Related Links:</p>
<h3><a href="http://downloads.zend.com/pdt/all-in-one/">PHP Development Tool (PDT) Downloads from Zend</a>: http://downloads.zend.com/pdt/all-in-one/</h3>
<h3><a rel="bookmark" href="http://bijayrungta.com/workaround-for-heap-space-problem-in-eclipse">Workaround for Heap Space Problem in Eclipse</a></h3>
<h3><a rel="bookmark" href="http://bijayrungta.com/getting-eclipse-to-work-on-ubuntu">Getting Eclipse to Work on Ubuntu</a></h3>
<img src="http://bijayrungta.com/blog/?ak_action=api_record_view&id=330&type=feed" alt=" Minimal Eclipse PDT Preferences for Web Development on LAMP"  title="Minimal Eclipse PDT Preferences for Web Development on LAMP" />]]></content:encoded>
			<wfw:commentRss>http://bijayrungta.com/minimal-eclipse-pdt-preferences-for-web-development-on-lamp/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Maximum Productivity With The Ultimate WinSCP Toolbar Preference</title>
		<link>http://bijayrungta.com/maximum-productivity-with-the-ultimate-winscp-toolbar-preference</link>
		<comments>http://bijayrungta.com/maximum-productivity-with-the-ultimate-winscp-toolbar-preference#comments</comments>
		<pubDate>Wed, 24 Dec 2008 21:46:42 +0000</pubDate>
		<dc:creator>rungss</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Best_Practices]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[Knowledge Management]]></category>
		<category><![CDATA[Solution]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[WinSCP]]></category>

		<guid isPermaLink="false">http://bijayrungta.com/?p=323</guid>
		<description><![CDATA[I have always maintained an incremental Copy for my Preferences for the Applications that I use  very often and which(The Settings) improves with time for the most Productive Environment experienced by me.
I also keep the backup copy of them in a Universally accessible Location on the World Wide Web. What better way then publishing in my own Blog.
I am uploading the File with the Preferences settings.
maximum-productivity-with-the-ultimate-winscp-toolbar-preference.ini
You will need to make a small modification though, That is the Local Path which is set to D:\bijay\Suite in my case.
Here is the ...]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fbijayrungta.com%2Fmaximum-productivity-with-the-ultimate-winscp-toolbar-preference"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fbijayrungta.com%2Fmaximum-productivity-with-the-ultimate-winscp-toolbar-preference" height="61" width="51" title="Maximum Productivity With The Ultimate WinSCP Toolbar Preference" alt=" Maximum Productivity With The Ultimate WinSCP Toolbar Preference" /></a></div><p>I have always maintained an incremental Copy for my Preferences for the Applications that I use  very often and which(The Settings) improves with time for the most Productive Environment experienced by me.</p>
<p>I also keep the backup copy of them in a Universally accessible Location on the World Wide Web. What better way then publishing in my own Blog.</p>
<p>I am uploading the File with the Preferences settings.</p>
<p><a href="http://bijayrungta.com/wp-content/uploads/2008/12/maximum-productivity-with-the-ultimate-winscp-toolbar-preference.ini" title="Maximum Productivity With The Ultimate WinSCP Toolbar Preference">maximum-productivity-with-the-ultimate-winscp-toolbar-preference.ini</a></p>
<p>You will need to make a small modification though, That is the Local Path which is set to D:\bijay\Suite in my case.</p>
<p>Here is the Code for the Preferences.</p>
<pre>[Configuration]

[Configuration\CustomCommands]
&amp;Execute="./!"
&amp;Touch=touch%20"!"
Ta&amp;r/GZip...=tar%20-cz%20%20-f%20"!%3F&amp;Archive%20Name:%3Farchive.tgz!"%20!&amp;
&amp;UnTar/GZip...=tar%20-xz%20--directory="!%3F&amp;Extract%20to%20directory:%3F.!"%20-f%20"!"
&amp;Grep...=grep%20"!%3F&amp;Search%20for%20pattern:%3F!"%20!&amp;
&amp;File Compare=cmd%20/c%20fc%20"!"%20"!^!"%20|%20more%20&amp;&amp;%20pause
&amp;Print=notepad.exe%20/p%20"!"

[Configuration\CustomCommandsParams]
&amp;Execute=512
&amp;Touch=3
Ta&amp;r/GZip...=1
&amp;UnTar/GZip...=0
&amp;Grep...=512
&amp;File Compare=256
&amp;Print=256

[Configuration\History\Commands]
0=ls%20-la
1=ls
2=chmod%20777%20
3=mv%20template_working.ini%20coolccrea_core.ini
5=cp%20/home/template/Seagull/var/cache/entities/%2A.ini%20./
6=cp%20/home/template/Seagull/var/cache/entities/Sgl_l%2A.php%20./

[Configuration\History\CustomCommand]
0="./!"
1=touch%20"!"
2=tar%20-cz%20%20-f%20"!%3F&amp;Archive%20Name:%3Farchive.tgz!"%20!&amp;
3=tar%20-xz%20--directory="!%3F&amp;Extract%20to%20directory:%3F.!"%20-f%20"!"
4=grep%20"!%3F&amp;Search%20for%20pattern:%3F!"%20!&amp;
5=cmd%20/c%20fc%20"!"%20"!^!"%20|%20more%20&amp;&amp;%20pause
6=notepad.exe%20/p%20"!"

[Configuration\History\CustomCommandParam]
0=archive.tgz

[Configuration\History\ExternalEditor]
0=D:%5Cbijay%5CPortableApps%5CNotepad++%5CNotepad++Portable.exe%20!.!

[Configuration\History\LocalTarget]
0=D:%5Cbijay%5C%2A.%2A
1=D:%5Cbijay%5CSuite%5C%2A.%2A
2=D:%5Cbijay%5CSuite%5CProtableApps%5C%2A.%2A

[Configuration\History\Mask]
0=%2A.%2Ahtml;%20%2A.htm;%20%2A.txt;%20%2A.php;%20%2A.php3;%20%2A.cgi;%20%2A.c;%20%2A.cpp;%20%2A.h;%20%2A.pas;%20%2A.bas;%20%2A.tex;%20%2A.pl;%20.htaccess;%20%2A.xtml;%20%2A.css;%20%2A.cfg;%20%2A.ini;%20%2A.sh;%20%2A.xml

[Configuration\History\RemoteTarget]
0=/home/%2A.%2A

[Configuration\History\SpeedLimit]
0=Unlimited
1=1024
2=512
3=256
4=128
5=64
6=32
7=16
8=8

[Configuration\HistoryParams\CustomCommand]
0=00020080
1=00000000
2=00000000
3=00000000
4=00000000
5=00000000
6=00000000

[Configuration\Interface]
RandomSeedFile=%2E%5Cwinscp.rnd
DDTemporaryDirectory=%2E%5C
PuttySession=WinSCP%20Portable%20Temporary%20Session
PuttyPath=D:%5Cbijay%5CSuite%5CPortableApps%5C01WinSCPPortable%5CApp%5CWinSCP%5CPuTTYPortableLinker.exe
PuttyRegistryStorageKey=Software%5CSimonTatham%5CPuTTY
ConfirmOverwriting=0
ConfirmResume=0
AutoReadDirectoryAfterOp=1
SessionReopenAuto=5000
SessionReopenBackground=2000
TunnelLocalPortNumberLow=50000
TunnelLocalPortNumberHigh=50099
CacheDirectoryChangesMaxSize=100
ShowFtpWelcomeMessage=0
CopyParamDialogExpanded=0
ErrorDialogExpanded=1
ContinueOnError=0
ConfirmCommandSession=0
SynchronizeParams=66
SynchronizeOptions=5
SynchronizeModeAuto=-1
SynchronizeMode=0
MaxWatchDirectories=500
QueueTransfersLimit=2
QueueAutoPopup=1
QueueRememberPassword=1
PuttyPassword=1
TelnetForFtpInPutty=1
IgnoreCancelBeforeFinish=DFBC9A785634023F
BeepOnFinish=0
BeepOnFinishAfter=176CC1166CC1363F
SynchronizeBrowsing=0
KeepUpToDateChangeDelay=500
ChecksumAlg=md5
Interface=0
ShowAdvancedLoginOptions=1
CopyOnDoubleClick=2
CopyOnDoubleClickConfirmation=0
DDAllowMove=0
DDAllowMoveInit=0
DDTransferConfirmation=0
DDTemporaryDirectory=D:%5Cbijay%5CSuite
DDWarnLackOfTempSpace=1

DDWarnLackOfTempSpaceRatio=9A9999999999F13F
DeleteToRecycleBin=0
DimmHiddenFiles=1
SelectDirectories=0
SelectMask=%2A.%2A
ShowHiddenFiles=1
ShowInaccesibleDirectories=1
ConfirmTransferring=0
ConfirmDeleting=1
ConfirmRecycling=0
ConfirmClosingSession=0
ConfirmExitOnCompletion=1
AutoStartSession=
UseLocationProfiles=1
LocaleSafe=1033
DDExtEnabled=0
DDExtTimeout=1000
DefaultDirIsHome=1
TemporaryDirectoryCleanup=1
ConfirmTemporaryDirectoryCleanup=1
PreservePanelState=1
Theme=OfficeXP
PathInCaption=1
MinimizeToTray=0
BalloonNotifications=0
NotificationsTimeout=10
NotificationsStickTime=2
CopyParamAutoSelectNotice=1
SessionToolbarAutoShown=1
LockToolbars=1
AutoOpenInPutty=0
LastMonitor=0

[Configuration\Interface\Commander]
ToolbarsLayout=Queue_Visible=1,Queue_LastDock=QueueDock,Queue_DockRow=0,Queue_DockPos=-1,Queue_FloatLeft=0,Queue_FloatTop=0,Queue_FloatRightX=0,Menu_Visible=1,Menu_DockedTo=TopDock,Menu_LastDock=TopDock,Menu_DockRow=0,Menu_DockPos=0,Menu_FloatLeft=0,Menu_FloatTop=0,Menu_FloatRightX=0,Selection_Visible=1,Selection_DockedTo=TopDock,Selection_LastDock=TopDock,Selection_DockRow=1,Selection_DockPos=257,Selection_FloatLeft=0,Selection_FloatTop=0,Selection_FloatRightX=0,Preferences_Visible=1,Preferences_DockedTo=TopDock,Preferences_LastDock=TopDock,Preferences_DockRow=1,Preferences_DockPos=0,Preferences_FloatLeft=0,Preferences_FloatTop=0,Preferences_FloatRightX=0,Session_Visible=1,Session_DockedTo=TopDock,Session_LastDock=TopDock,Session_DockRow=1,Session_DockPos=602,Session_FloatLeft=380,Session_FloatTop=197,Session_FloatRightX=0,Command_Visible=0,Command_DockedTo=TopDock,Command_LastDock=TopDock,Command_DockRow=2,Command_DockPos=0,Command_FloatLeft=0,Command_FloatTop=0,Command_FloatRightX=0,Sort_Visible=0,Sort_DockedTo=TopDock,Sort_LastDock=TopDock,Sort_DockRow=3,Sort_DockPos=0,Sort_FloatLeft=0,Sort_FloatTop=0,Sort_FloatRightX=0,Commands_Visible=1,Commands_DockedTo=TopDock,Commands_LastDock=TopDock,Commands_DockRow=1,Commands_DockPos=97,Commands_FloatLeft=0,Commands_FloatTop=0,Commands_FloatRightX=0,Updates_Visible=1,Updates_DockedTo=TopDock,Updates_LastDock=TopDock,Updates_DockRow=1,Updates_DockPos=557,Updates_FloatLeft=0,Updates_FloatTop=0,Updates_FloatRightX=0,Transfer_Visible=1,Transfer_DockedTo=TopDock,Transfer_LastDock=TopDock,Transfer_DockRow=1,Transfer_DockPos=411,Transfer_FloatLeft=0,Transfer_FloatTop=0,Transfer_FloatRightX=0,UploadDownload_Visible=0,UploadDownload_DockedTo=TopDock,UploadDownload_LastDock=TopDock,UploadDownload_DockRow=4,UploadDownload_DockPos=0,UploadDownload_FloatLeft=0,UploadDownload_FloatTop=0,UploadDownload_FloatRightX=0,CustomCommands_Visible=0,CustomCommands_DockedTo=TopDock,CustomCommands_LastDock=TopDock,CustomCommands_DockRow=5,CustomCommands_DockPos=0,CustomCommands_FloatLeft=0,CustomCommands_FloatTop=0,CustomCommands_FloatRightX=0,RemoteHistory_Visible=1,RemoteHistory_DockedTo=RemoteTopDock,RemoteHistory_LastDock=RemoteTopDock,RemoteHistory_DockRow=0,RemoteHistory_DockPos=208,RemoteHistory_FloatLeft=0,RemoteHistory_FloatTop=0,RemoteHistory_FloatRightX=0,RemoteNavigation_Visible=1,RemoteNavigation_DockedTo=RemoteTopDock,RemoteNavigation_LastDock=RemoteTopDock,RemoteNavigation_DockRow=0,RemoteNavigation_DockPos=288,RemoteNavigation_FloatLeft=0,RemoteNavigation_FloatTop=0,RemoteNavigation_FloatRightX=0,RemotePath_Visible=1,RemotePath_DockedTo=RemoteTopDock,RemotePath_LastDock=RemoteTopDock,RemotePath_DockRow=0,RemotePath_DockPos=0,RemotePath_FloatLeft=0,RemotePath_FloatTop=0,RemotePath_FloatRightX=0,LocalHistory_Visible=1,LocalHistory_DockedTo=LocalTopDock,LocalHistory_LastDock=LocalTopDock,LocalHistory_DockRow=0,LocalHistory_DockPos=207,LocalHistory_FloatLeft=0,LocalHistory_FloatTop=0,LocalHistory_FloatRightX=0,LocalNavigation_Visible=1,LocalNavigation_DockedTo=LocalTopDock,LocalNavigation_LastDock=LocalTopDock,LocalNavigation_DockRow=0,LocalNavigation_DockPos=287,LocalNavigation_FloatLeft=0,LocalNavigation_FloatTop=0,LocalNavigation_FloatRightX=0,LocalPath_Visible=1,LocalPath_DockedTo=LocalTopDock,LocalPath_LastDock=LocalTopDock,LocalPath_DockRow=0,LocalPath_DockPos=0,LocalPath_FloatLeft=0,LocalPath_FloatTop=0,LocalPath_FloatRightX=0,Toolbar_Visible=1,Toolbar_DockedTo=BottomDock,Toolbar_LastDock=BottomDock,Toolbar_DockRow=1,Toolbar_DockPos=0,Toolbar_FloatLeft=0,Toolbar_FloatTop=0,Toolbar_FloatRightX=1,CommandLine_Visible=0,CommandLine_DockedTo=BottomDock,CommandLine_LastDock=BottomDock,CommandLine_DockRow=0,CommandLine_DockPos=0,CommandLine_FloatLeft=0,CommandLine_FloatTop=0,CommandLine_FloatRightX=0
CurrentPanel=0
LocalPanelWidth=000000000000E03F
SwappedPanels=0
StatusBar=1
WindowParams=-4;-4;1028;744;2
ExplorerStyleSelection=0
PreserveLocalDirectory=1
CompareByTime=1
CompareBySize=1
FullRowSelect=1

[Configuration\Interface\Commander\LocalPanel]
DirViewParams=3;0;0|192,1;70,1;101,1;118,1;62,1;55,0|0;1;2;3;4;5
StatusBar=1
DriveView=1
DriveViewHeight=147

[Configuration\Interface\Commander\RemotePanel]
DirViewParams=0;1;0|254,1;70,1;131,1;79,1;62,1;55,0;20,0;150,0;125,0|0;1;8;2;3;4;5;6;7
StatusBar=1
DriveView=1
DriveViewHeight=213

[Configuration\Interface\ConsoleWin]
WindowSize=772,606

[Configuration\Interface\CopyParam]
AddXToDirectories=1
Masks=%2A.%2Ahtml;%20%2A.htm;%20%2A.txt;%20%2A.php;%20%2A.php3;%20%2A.cgi;%20%2A.c;%20%2A.cpp;%20%2A.h;%20%2A.pas;%20%2A.bas;%20%2A.tex;%20%2A.pl;%20.htaccess;%20%2A.xtml;%20%2A.css;%20%2A.cfg;%20%2A.ini;%20%2A.sh;%20%2A.xml
FileNameCase=0
PreserveReadOnly=0
PreserveTime=1
PreserveRights=1
IgnorePermErrors=1
Text=rw-r--r--
TransferMode=2
ResumeSupport=1
ResumeThreshold=102400
ReplaceInvalidChars=1
LocalInvalidChars=/%5C:%2A%3F"&lt;&gt;|
CalculateSize=1
ExcludeFileMask=
NegativeExclude=0
ClearArchive=1
CPSLimit=0
Queue=1
QueueNoConfirmation=0
NewerOnly=0
CopyParamList=3

[Configuration\Interface\CopyParam\0]
Name=&amp;Text
AddXToDirectories=1
Masks=%2A.%2Ahtml;%20%2A.htm;%20%2A.txt;%20%2A.php;%20%2A.php3;%20%2A.cgi;%20%2A.c;%20%2A.cpp;%20%2A.h;%20%2A.pas;%20%2A.bas;%20%2A.tex;%20%2A.pl;%20.htaccess;%20%2A.xtml;%20%2A.css;%20%2A.cfg;%20%2A.ini;%20%2A.sh;%20%2A.xml
FileNameCase=0
PreserveReadOnly=0
PreserveTime=1
PreserveRights=1
IgnorePermErrors=1
Text=rw-r--r--
TransferMode=1
ResumeSupport=1
ResumeThreshold=102400
ReplaceInvalidChars=1
LocalInvalidChars=/%5C:%2A%3F"&lt;&gt;|
CalculateSize=1
ExcludeFileMask=
NegativeExclude=0
ClearArchive=1
CPSLimit=0
HasRule=0

[Configuration\Interface\CopyParam\1]
Name=&amp;Binary
AddXToDirectories=1
Masks=%2A.%2Ahtml;%20%2A.htm;%20%2A.txt;%20%2A.php;%20%2A.php3;%20%2A.cgi;%20%2A.c;%20%2A.cpp;%20%2A.h;%20%2A.pas;%20%2A.bas;%20%2A.tex;%20%2A.pl;%20.htaccess;%20%2A.xtml;%20%2A.css;%20%2A.cfg;%20%2A.ini;%20%2A.sh;%20%2A.xml
FileNameCase=0
PreserveReadOnly=0
PreserveTime=1
PreserveRights=0
IgnorePermErrors=0
Text=rw-r--r--
TransferMode=0
ResumeSupport=1
ResumeThreshold=102400
ReplaceInvalidChars=1
LocalInvalidChars=/%5C:%2A%3F"&lt;&gt;|
CalculateSize=1
ExcludeFileMask=
NegativeExclude=0
ClearArchive=0
CPSLimit=0
HasRule=0

[Configuration\Interface\CopyParam\2]
Name=&amp;Exclude%20temporaries
AddXToDirectories=1
Masks=%2A.%2Ahtml;%20%2A.htm;%20%2A.txt;%20%2A.php;%20%2A.php3;%20%2A.cgi;%20%2A.c;%20%2A.cpp;%20%2A.h;%20%2A.pas;%20%2A.bas;%20%2A.tex;%20%2A.pl;%20.htaccess;%20%2A.xtml;%20%2A.css;%20%2A.cfg;%20%2A.ini;%20%2A.sh;%20%2A.xml
FileNameCase=0
PreserveReadOnly=0
PreserveTime=1
PreserveRights=0
IgnorePermErrors=0
Text=rw-r--r--
TransferMode=2
ResumeSupport=1
ResumeThreshold=102400
ReplaceInvalidChars=1
LocalInvalidChars=/%5C:%2A%3F"&lt;&gt;|
CalculateSize=1
ExcludeFileMask=%2A.bak;%20%2A.tmp;%20~$%2A;%20%2A.wbk;%20%2A~;%20#%2A;%20.#%2A
NegativeExclude=0
ClearArchive=0
CPSLimit=0
HasRule=0

[Configuration\Interface\Editor]
FontName=Courier%20New
FontHeight=-12
FontStyle=0
FontCharset=1
WordWrap=0
FindTextA=
ReplaceTextA=
FindMatchCase=0
FindWholeWord=0
FindDown=1
TabSize=7
MaxEditors=500
EarlyClose=2

[Configuration\Interface\Editor\0]
FileMask=%2A.%2A
Editor=0
ExternalEditor=
ExternalEditorText=1
MDIExternalEditor=0
DetectMDIExternalEditor=1

[Configuration\Interface\Editor\1]
FileMask=%2A.%2A
Editor=1
ExternalEditor=D:%5Cbijay%5CPortableApps%5CNotepad++%5CNotepad++Portable.exe%20!.!
ExternalEditorText=1
MDIExternalEditor=1
DetectMDIExternalEditor=1

[Configuration\Interface\Editor\2]
FileMask=%2A.%2A
Editor=1
ExternalEditor=notepad.exe
ExternalEditorText=1
MDIExternalEditor=0
DetectMDIExternalEditor=1

[Configuration\Interface\Explorer]
ToolbarsLayout=Queue_Visible=1,Queue_LastDock=QueueDock,Queue_DockRow=0,Queue_DockPos=-1,Queue_FloatLeft=0,Queue_FloatTop=0,Queue_FloatRightX=0,Menu_Visible=1,Menu_DockedTo=TopDock,Menu_LastDock=TopDock,Menu_DockRow=0,Menu_DockPos=0,Menu_FloatLeft=0,Menu_FloatTop=0,Menu_FloatRightX=0,Buttons_Visible=1,Buttons_DockedTo=TopDock,Buttons_LastDock=TopDock,Buttons_DockRow=2,Buttons_DockPos=0,Buttons_FloatLeft=0,Buttons_FloatTop=0,Buttons_FloatRightX=0,Selection_Visible=0,Selection_DockedTo=TopDock,Selection_LastDock=TopDock,Selection_DockRow=3,Selection_DockPos=0,Selection_FloatLeft=227,Selection_FloatTop=445,Selection_FloatRightX=0,Session_Visible=0,Session_DockedTo=TopDock,Session_LastDock=TopDock,Session_DockRow=6,Session_DockPos=0,Session_FloatLeft=39,Session_FloatTop=160,Session_FloatRightX=0,Preferences_Visible=1,Preferences_DockedTo=TopDock,Preferences_LastDock=TopDock,Preferences_DockRow=4,Preferences_DockPos=0,Preferences_FloatLeft=0,Preferences_FloatTop=0,Preferences_FloatRightX=0,Sort_Visible=0,Sort_DockedTo=TopDock,Sort_LastDock=TopDock,Sort_DockRow=5,Sort_DockPos=0,Sort_FloatLeft=0,Sort_FloatTop=0,Sort_FloatRightX=0,Address_Visible=1,Address_DockedTo=TopDock,Address_LastDock=TopDock,Address_DockRow=1,Address_DockPos=0,Address_FloatLeft=0,Address_FloatTop=0,Address_FloatRightX=0,Updates_Visible=1,Updates_DockedTo=TopDock,Updates_LastDock=TopDock,Updates_DockRow=4,Updates_DockPos=302,Updates_FloatLeft=0,Updates_FloatTop=0,Updates_FloatRightX=0,Transfer_Visible=1,Transfer_DockedTo=TopDock,Transfer_LastDock=TopDock,Transfer_DockRow=4,Transfer_DockPos=155,Transfer_FloatLeft=0,Transfer_FloatTop=0,Transfer_FloatRightX=0CustomCommands_Visible=0,CustomCommands_DockedTo=TopDock,CustomCommands_LastDock=TopDock,CustomCommands_DockRow=7,CustomCommands_DockPos=0,CustomCommands_FloatLeft=0,CustomCommands_FloatTop=0,CustomCommands_FloatRightX=0
DirViewParams=0;1;0|150,1;70,1;101,1;79,1;62,1;55,1;20,0;150,0;125,0|0;1;8;2;3;4;5;6;7
LastLocalTargetDirectory=D:%5Cbijay%5CSuite
StatusBar=1
WindowParams=-1;-1;600;400;0
ViewStyle=0
ShowFullAddress=1
DriveView=1
DriveViewWidth=180

[Configuration\Interface\NewDirectory]
Valid=00

[Configuration\Interface\SynchronizeChecklist]
WindowParams=0;-1;-1;600;450;0
ListParams=1;1|150,1;100,1;80,1;130,1;25,1;100,1;80,1;130,1|0;1;2;3;4;5;6;7

[Configuration\Interface\QueueView]
Height=70
Layout=70,326,160,80,80,113
Show=0
LastHideShow=1
ToolBar=0

[Configuration\Interface\Updates]
Period=0
LastCheck=000000000000F03F
HaveResults=0
ShownResults=0
ConnectionType=1
ProxyHost=
ProxyPort=8080
ForVersion=0
Version=0
Message=
Critical=0
Release=
Disabled=0
Url=
UrlButton=

[Configuration\Logging]
Logging=0
LogFileName=
LogFileAppend=1
LogWindowLines=100
LogProtocol=0
LogView=0
LogWindowOnStartup=1
LogWindowParams=-1;-1;500;400</pre>
<p>PS: I will update this Page when I get time.</p>
<img src="http://bijayrungta.com/blog/?ak_action=api_record_view&id=323&type=feed" alt=" Maximum Productivity With The Ultimate WinSCP Toolbar Preference"  title="Maximum Productivity With The Ultimate WinSCP Toolbar Preference" />]]></content:encoded>
			<wfw:commentRss>http://bijayrungta.com/maximum-productivity-with-the-ultimate-winscp-toolbar-preference/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Toolbar Button for PHP Reference</title>
		<link>http://bijayrungta.com/google-toolbar-button-for-php-reference</link>
		<comments>http://bijayrungta.com/google-toolbar-button-for-php-reference#comments</comments>
		<pubDate>Wed, 16 Apr 2008 07:39:00 +0000</pubDate>
		<dc:creator>bijayrungta</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Toolbar Button]]></category>
		<category><![CDATA[Knowledge Management]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[Reference]]></category>

		<guid isPermaLink="false">http://bijayrungta.com/google-toolbar-button-for-php-reference</guid>
		<description><![CDATA[Here is a Google Toolbar Custom Button to Search php.net for all LAMP Developers
Its a Button which you can add to your Google Toolbar.
It makes your life easy by enabling you to highlight text on a web page and search for that text on php.net. with ease.

select a text in a web page.
Right click for the popup menu
Click on the label send to PHP Reference

It will search the entire php.net site for the selected text (can be a function name, class name, news or just about anything PHP) and show ...]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fbijayrungta.com%2Fgoogle-toolbar-button-for-php-reference"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fbijayrungta.com%2Fgoogle-toolbar-button-for-php-reference" height="61" width="51" title="Google Toolbar Button for PHP Reference" alt=" Google Toolbar Button for PHP Reference" /></a></div><p>Here is a <a href="http://bijayrungta.com/tag/google-toolbar-button">Google Toolbar Custom Button</a> to Search php.net for all LAMP Developers</p>
<p><span>Its a Button which you can add to your Google Toolbar.</span></p>
<p>It makes your life easy by enabling you to highlight text on a web page and search for that text on <a href="http://php.net/" target="_blank">php.net</a>. with ease.</p>
<ul>
<li>select a text in a web page.</li>
<li>Right click for the popup menu</li>
<li>Click on the label <strong>send to PHP Reference</strong></li>
</ul>
<p>It will search the entire php.net site for the selected text (can be a function name, class name, news or just about anything <strong>PHP</strong>) and show you a comprehensive results page.</p>
<p>You can also type the function name or a keyword in the Google Toolbar Search Box and click on the button for quick Search. If the keyword entered is a valid function name or keyword for php it will take you directly to the Documentation page for the entered keyword.</p>
<p>Requirements:</p>
<p>1) <strong>Google Toolbar</strong> must be installed in your Browser. Google has Toolbar for Internet Explorer and Mozilla Firefox. There could be Toolbars for other Browsers also.<br />
You can check and install Google Toolbar from <a href="http://toolbar.google.com/">http://toolbar.google.com</a></p>
<p><a href="http://toolbar.google.com/buttons/add?url=http://sites.google.com/site/bijayrungta/GTButtonPHPReference.xml">Click here</a> to add the Button to your <strong>Google Toolbar</strong><br />
Its a single XML file and you can <a href="http://sites.google.com/site/bijayrungta/GTButtonPHPReference.xml">download</a> the XML file and view its source.</p>
<p><a href="http://toolbar.google.com/buttons/add?url=http://sites.google.com/site/bijayrungta/GTButtonPHPReference.xml">Install</a><br />
<a href="http://sites.google.com/site/bijayrungta/GTButtonPHPReference.xml">Download</a></p>
<p>Related Posts:</p>
<ul>
<li><a href="http://bijayrungta.com/google-toolbar-custom-button-to-search-your-web-history-through-google">Google Toolbar Custom Button to Search your Web History through Google</a></li>
<li><a href="http://bijayrungta.com/google-customized-search-engine">Google Customized Search Engine</a></li>
<li><a href="http://bijayrungta.com/tag/google-toolbar-button"> All Google Toolbar Buttons Created by me</a></li>
<li><a href="http://toolbar.google.com/buttons/add?url=http://sites.google.com/site/bijayrungta/WebDevelopmentOnLAMP.xml">Install</a> or <a href="http://sites.google.com/site/bijayrungta/WebDevelopmentOnLAMP.xml">Download</a> Google toolbar button to Search through a Google customized Search Engine by me specifically for the domain <a href="http://bijayrungta.com/author/lamp-ajax"><strong>Web Development on LAMP Platform</strong></a></li>
<li><a href="http://toolbar.google.com/buttons/add?url=http://sites.google.com/site/bijayrungta/GTButtonSearchWebHistoryGoogle.xml">Install</a> or <a href="http://sites.google.com/site/bijayrungta/GTButtonSearchWebHistoryGoogle.xml">Download</a> Google Toolbar Custom Button to search your <a href="http://google.com/history">Google Web History</a></li>
</ul>
<img src="http://bijayrungta.com/blog/?ak_action=api_record_view&id=148&type=feed" alt=" Google Toolbar Button for PHP Reference"  title="Google Toolbar Button for PHP Reference" />]]></content:encoded>
			<wfw:commentRss>http://bijayrungta.com/google-toolbar-button-for-php-reference/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Alias Directive in Apache HTTP Server</title>
		<link>http://bijayrungta.com/alias-directive-in-apache-http-server-2</link>
		<comments>http://bijayrungta.com/alias-directive-in-apache-http-server-2#comments</comments>
		<pubDate>Sat, 27 Oct 2007 03:04:00 +0000</pubDate>
		<dc:creator>lamp-ajax</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://bijayrungta.com/alias-directive-in-apache-http-server-2</guid>
		<description><![CDATA[ http://httpd.apache.org/docs/2.2/mod/mod_alias.html#alias
The Alias directive allows documents to be stored in the local filesystem other than under the DocumentRoot. URLs with a (%-decoded) path beginning with url-path will be mapped to local files beginning with directory-path.  The url-path is case-sensitive, even on case-insenitive file systems.

Example:
       Alias /image /ftp/pub/image     

A request for http://myserver/image/foo.gif would cause the server to return the file /ftp/pub/image/foo.gif. Only complete path segments are matched, so the above alias would not match a request for http://myserver/imagefoo.gif. For more ...]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fbijayrungta.com%2Falias-directive-in-apache-http-server-2"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fbijayrungta.com%2Falias-directive-in-apache-http-server-2" height="61" width="51" title="Alias Directive in Apache HTTP Server" alt=" Alias Directive in Apache HTTP Server" /></a></div><p><a href="http://httpd.apache.org/docs/2.2/mod/mod_alias.html#alias"> http://httpd.apache.org/docs/2.2/mod/mod_alias.html#alias</a></p>
<p>The <code class="directive">Alias</code> directive allows documents to be stored in the local filesystem other than under the <code class="directive">DocumentRoot</code>. URLs with a (%-decoded) path beginning with <var>url-path</var> will be mapped to local files beginning with <var>directory-path</var>.  The <var>url-path</var> is case-sensitive, even on case-insenitive file systems.</p>
<div class="example">
<h3>Example:</h3>
<p><code>       Alias /image /ftp/pub/image     </code></p>
</div>
<p>A request for http://myserver/image/foo.gif would cause the server to return the file /ftp/pub/image/foo.gif. Only complete path segments are matched, so the above alias would not match a request for http://myserver/imagefoo.gif. For more complex matching using regular expressions, see the <code class="directive"><a href="http://httpd.apache.org/docs/2.2/mod/mod_alias.html#aliasmatch">AliasMatch</a></code> directive.</p>
<p>Note that if you include a trailing / on the     <var>url-path</var> then the server will require a trailing / in     order to expand the alias. That is, if you use <code>Alias     /icons/ /usr/local/apache/icons/</code> then the url     <code>/icons</code> will not be aliased.</p>
<p>Note that you may need to specify additional <code class="directive">&lt;directory&gt;</code> sections which     cover the <em>destination</em> of aliases.  Aliasing occurs before     <code class="directive">&lt;directory&gt;</code> sections     are checked, so only the destination of aliases are affected.     (Note however <code class="directive">&lt;location&gt;</code>     sections are run through once before aliases are performed, so     they will apply.)</p>
<p>In particular, if you are creating an <code>Alias</code> to a     directory outside of your <code class="directive"><b>DocumentRoot</b></code>, you may need to explicitly     permit access to the target directory.</p>
<div class="example">
<h3>Example:</h3>
<p><code>         Alias /image /ftp/pub/image<br />&lt;directory&gt;<br /><span class="indent">             Order allow,deny<br />Allow from all<br /></span>         &lt;/directory&gt;</code></p>
<p><code></code></p>
<p><code><span style="font-weight: bold;">PS: </span>The directive Alias should be inside the tag as in the following example<br /></code></p>
<p>&lt;IfModule alias_module&gt;</p>
<blockquote><p>Alias /seagull E:\rungta\workspaces\Eclipse_PDT_Europa\Seagull\www<br />Alias /project1 E:\rungta\workspaces\Eclipse_PDT_Europa\Project1</p></blockquote>
<p>&lt;/IfModule&gt;
<p>Then set the Target Directory Access permission outside the ifModule Tag</p>
<p>&lt;Directory E:\rungta\workspaces\Eclipse_PDT_Europa\Seagull\www&gt;<br /> Order allow,deny<br /> Allow from all<br />&lt;/Directory&gt;</p>
<p>&lt;Directory E:\rungta\workspaces\Eclipse_PDT_Europa\Project1&gt;<br /> Order allow,deny<br /> Allow from all<br />&lt;/Directory&gt;</p>
</div>
<img src="http://bijayrungta.com/blog/?ak_action=api_record_view&id=299&type=feed" alt=" Alias Directive in Apache HTTP Server"  title="Alias Directive in Apache HTTP Server" />]]></content:encoded>
			<wfw:commentRss>http://bijayrungta.com/alias-directive-in-apache-http-server-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Alias Directive in Apache HTTP Server</title>
		<link>http://bijayrungta.com/alias-directive-in-apache-http-server</link>
		<comments>http://bijayrungta.com/alias-directive-in-apache-http-server#comments</comments>
		<pubDate>Sat, 31 Mar 2007 07:29:00 +0000</pubDate>
		<dc:creator>bijayrungta</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://bijayrungta.com/alias-directive-in-apache-http-server</guid>
		<description><![CDATA[ http://httpd.apache.org/docs/2.2/mod/mod_alias.html#alias
The Alias directive allows documents to be stored in the local filesystem other than under the DocumentRoot. URLs with a (%-decoded) path beginning with url-path will be mapped to local files beginning with directory-path.  The url-path is case-sensitive, even on case-insenitive file systems.

Example:
       Alias /image /ftp/pub/image     

A request for http://myserver/image/foo.gif would cause the     server to return the file /ftp/pub/image/foo.gif.  Only complete     path segments are matched, so the above alias ...]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fbijayrungta.com%2Falias-directive-in-apache-http-server"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fbijayrungta.com%2Falias-directive-in-apache-http-server" height="61" width="51" title="Alias Directive in Apache HTTP Server" alt=" Alias Directive in Apache HTTP Server" /></a></div><p><a href="http://httpd.apache.org/docs/2.2/mod/mod_alias.html#alias"> http://httpd.apache.org/docs/2.2/mod/mod_alias.html#alias</a></p>
<p>The <code class="directive">Alias</code> directive allows documents to be stored in the local filesystem other than under the <code class="directive">DocumentRoot</code>. URLs with a (%-decoded) path beginning with <var>url-path</var> will be mapped to local files beginning with <var>directory-path</var>.  The <var>url-path</var> is case-sensitive, even on case-insenitive file systems.</p>
<div class="example">
<h3>Example:</h3>
<p><code>       Alias /image /ftp/pub/image     </code></p>
</div>
<p>A request for http://myserver/image/foo.gif would cause the     server to return the file /ftp/pub/image/foo.gif.  Only complete     path segments are matched, so the above alias would not match a     request for http://myserver/imagefoo.gif.  For more complex     matching using regular expressions, see the <code class="directive"><a href="http://httpd.apache.org/docs/2.2/mod/mod_alias.html#aliasmatch">AliasMatch</a></code> directive.</p>
<p>Note that if you include a trailing / on the     <var>url-path</var> then the server will require a trailing / in     order to expand the alias. That is, if you use <code>Alias     /icons/ /usr/local/apache/icons/</code> then the url     <code>/icons</code> will not be aliased.</p>
<p>Note that you may need to specify additional <code class="directive">&lt;directory&gt;</code> sections which     cover the <em>destination</em> of aliases.  Aliasing occurs before     <code class="directive">&lt;directory&gt;</code> sections     are checked, so only the destination of aliases are affected.     (Note however <code class="directive">&lt;location&gt;</code>     sections are run through once before aliases are performed, so     they will apply.)</p>
<p>In particular, if you are creating an <code>Alias</code> to a     directory outside of your <code class="directive"><b>DocumentRoot</b></code>, you may need to explicitly     permit access to the target directory.</p>
<div class="example">
<h3>Example:</h3>
<p><code>         Alias /image /ftp/pub/image<br />&lt;directory&gt;<br /><span class="indent">             Order allow,deny<br />Allow from all<br /></span>         &lt;/directory&gt;</code></p>
<p><code></code></p>
<p><code><span style="font-weight: bold;">PS: </span>The directive Alias should be inside the tag as in the following example<br /></code></p>
<p>&lt;IfModule alias_module&gt;</p>
<blockquote><p>Alias /seagull E:\rungta\workspaces\Eclipse_PDT_Europa\Seagull\www<br />Alias /project1 E:\rungta\workspaces\Eclipse_PDT_Europa\Project1</p></blockquote>
<p>&lt;/IfModule&gt;
<p>Then set the Target Directory Access permission outside the ifModule Tag</p>
<p>&lt;Directory E:\rungta\workspaces\Eclipse_PDT_Europa\Seagull\www&gt;<br />  Order allow,deny<br />  Allow from all<br />&lt;/Directory&gt;</p>
<p>&lt;Directory E:\rungta\workspaces\Eclipse_PDT_Europa\Project1&gt;<br />  Order allow,deny<br />  Allow from all<br />&lt;/Directory&gt;</p>
</div>
<img src="http://bijayrungta.com/blog/?ak_action=api_record_view&id=11&type=feed" alt=" Alias Directive in Apache HTTP Server"  title="Alias Directive in Apache HTTP Server" />]]></content:encoded>
			<wfw:commentRss>http://bijayrungta.com/alias-directive-in-apache-http-server/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL AB :: MySQL 5.0 Reference Manual :: 12.7 Full-Text Search Functions</title>
		<link>http://bijayrungta.com/mysql-ab-mysql-50-reference-manual-127-full-text-search-functions</link>
		<comments>http://bijayrungta.com/mysql-ab-mysql-50-reference-manual-127-full-text-search-functions#comments</comments>
		<pubDate>Fri, 16 Mar 2007 07:44:00 +0000</pubDate>
		<dc:creator>bijayrungta</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://bijayrungta.com/mysql-ab-mysql-50-reference-manual-127-full-text-search-functions</guid>
		<description><![CDATA[MySQL AB :: MySQL 5.0 Reference Manual :: 12.7 Full-Text Search Functions
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fbijayrungta.com%2Fmysql-ab-mysql-50-reference-manual-127-full-text-search-functions"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fbijayrungta.com%2Fmysql-ab-mysql-50-reference-manual-127-full-text-search-functions" height="61" width="51" title="MySQL AB :: MySQL 5.0 Reference Manual :: 12.7 Full Text Search Functions" alt=" MySQL AB :: MySQL 5.0 Reference Manual :: 12.7 Full Text Search Functions" /></a></div><p><a href="http://dev.mysql.com/doc/refman/5.0/en/fulltext-search.html">MySQL AB :: MySQL 5.0 Reference Manual :: 12.7 Full-Text Search Functions</a></p>
<img src="http://bijayrungta.com/blog/?ak_action=api_record_view&id=7&type=feed" alt=" MySQL AB :: MySQL 5.0 Reference Manual :: 12.7 Full Text Search Functions"  title="MySQL AB :: MySQL 5.0 Reference Manual :: 12.7 Full Text Search Functions" />]]></content:encoded>
			<wfw:commentRss>http://bijayrungta.com/mysql-ab-mysql-50-reference-manual-127-full-text-search-functions/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

