<?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; LAMP</title>
	<atom:link href="http://bijayrungta.com/category/technology/development/lamp/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>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>I want to learn bit of HTML And PHP Where do I Start?</title>
		<link>http://bijayrungta.com/i-want-to-learn-bit-of-html-and-php-where-do-i-start</link>
		<comments>http://bijayrungta.com/i-want-to-learn-bit-of-html-and-php-where-do-i-start#comments</comments>
		<pubDate>Tue, 22 Sep 2009 07:29:26 +0000</pubDate>
		<dc:creator>rungss</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[Productivity]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web_2.0]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[Best_Practices]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Knowledge Management]]></category>
		<category><![CDATA[Nerd]]></category>
		<category><![CDATA[rungss]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Web_Development]]></category>

		<guid isPermaLink="false">http://bijayrungta.com/i-want-to-learn-bit-of-html-and-php-where-do-i-start</guid>
		<description><![CDATA[
(12:53:34  IST) Abhishek Shah: bijay i want to learn bit of html n php&#8230;whr do i start
(12:54:08  IST) Gmail Primary: Google
(12:54:14  IST) Abhishek Shah:   
(12:54:22  IST) Abhishek Shah: html is baisc right
(12:54:24  IST) Abhishek Shah: bfre php
(12:54:31  IST) Gmail Primary: http://delicious.com/rungss/html
http://w3schools.com/
(12:55:07  IST) Abhishek Shah: hmm ill try
(12:55:11  IST) Gmail Primary: http://w3schools.com/html/
(12:55:32  IST) Abhishek Shah: cool
(12:55:38  IST) Abhishek Shah: this is wht im looking for
(01:00:40  IST) Abhishek Shah: hehe u blogged it
(01:01:05  IST) Gmail Primary: yep
(01:01:18  ...]]></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%2Fi-want-to-learn-bit-of-html-and-php-where-do-i-start"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fbijayrungta.com%2Fi-want-to-learn-bit-of-html-and-php-where-do-i-start" height="61" width="51" title="I want to learn bit of HTML And PHP Where do I Start?" alt=" I want to learn bit of HTML And PHP Where do I Start?" /></a></div><div>
<div><span style="font-weight: normal;"><span style="color: #cc0000;"><span style="font-size: x-small;">(12:53:34  IST) </span></span></span><span style="font-weight: bold; color: #cc0000;"><span style="font-size: small;">Abhishek Shah: </span></span><span style="font-size: small;">bijay i want to learn bit of html n php&#8230;whr do i start</span><br />
<span style="font-weight: normal;"><span style="font-size: x-small;"><span style="color: #204a87;">(12:54:08  IST) </span></span></span><span style="font-weight: bold; color: #204a87;"><span style="font-size: small;">Gmail Primary: </span></span><span style="font-size: small;">Google</span><br />
<span style="font-weight: normal;"><span style="color: #cc0000;"><span style="font-size: x-small;">(12:54:14  IST) </span></span></span><span style="font-weight: bold; color: #cc0000;"><span style="font-size: small;">Abhishek Shah: </span></span><span style="font-size: small;"> <img src='http://bijayrungta.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' title="I want to learn bit of HTML And PHP Where do I Start?" /> </span><br />
<span style="font-weight: normal;"><span style="color: #cc0000;"><span style="font-size: x-small;">(12:54:22  IST) </span></span></span><span style="font-weight: bold; color: #cc0000;"><span style="font-size: small;">Abhishek Shah: </span></span><span style="font-size: small;">html is baisc right</span><br />
<span style="font-weight: normal;"><span style="color: #cc0000;"><span style="font-size: x-small;">(12:54:24  IST) </span></span></span><span style="font-weight: bold; color: #cc0000;"><span style="font-size: small;">Abhishek Shah: </span></span><span style="font-size: small;">bfre php</span><br />
<span style="font-weight: normal;"><span style="font-size: x-small;"><span style="color: #204a87;">(12:54:31  IST) </span></span></span><span style="font-weight: bold; color: #204a87;"><span style="font-size: small;">Gmail Primary: </span></span><span style="font-size: small;"><a href="http://delicious.com/rungss/html">http://delicious.com/rungss/html</a><br />
<a href="http://w3schools.com/">http://w3schools.com/</a></span><br />
<span style="font-weight: normal;"><span style="color: #cc0000;"><span style="font-size: x-small;">(12:55:07  IST) </span></span></span><span style="font-weight: bold; color: #cc0000;"><span style="font-size: small;">Abhishek Shah: </span></span><span style="font-size: small;">hmm ill try</span><br />
<span style="font-weight: normal;"><span style="font-size: x-small;"><span style="color: #204a87;">(12:55:11  IST) </span></span></span><span style="font-weight: bold; color: #204a87;"><span style="font-size: small;">Gmail Primary: </span></span><span style="font-size: small;"><a href="http://w3schools.com/html/">http://w3schools.com/html/</a></span><br />
<span style="font-weight: normal;"><span style="color: #cc0000;"><span style="font-size: x-small;">(12:55:32  IST) </span></span></span><span style="font-weight: bold; color: #cc0000;"><span style="font-size: small;">Abhishek Shah: </span></span><span style="font-size: small;">cool</span><br />
<span style="font-weight: normal;"><span style="color: #cc0000;"><span style="font-size: x-small;">(12:55:38  IST) </span></span></span><span style="font-weight: bold; color: #cc0000;"><span style="font-size: small;">Abhishek Shah: </span></span><span style="font-size: small;">this is wht im looking for</span><br />
<span style="font-weight: normal;"><span style="color: #cc0000;"><span style="font-size: x-small;">(01:00:40  IST) </span></span></span><span style="font-weight: bold; color: #cc0000;"><span style="font-size: small;">Abhishek Shah: </span></span><span style="font-size: small;">hehe u blogged it</span><br />
<span style="font-weight: normal;"><span style="font-size: x-small;"><span style="color: #204a87;">(01:01:05  IST) </span></span></span><span style="font-weight: bold; color: #204a87;"><span style="font-size: small;">Gmail Primary: </span></span><span style="font-size: small;">yep</span><br />
<span style="font-weight: normal;"><span style="color: #cc0000;"><span style="font-size: x-small;">(01:01:18  IST) </span></span></span><span style="font-weight: bold; color: #cc0000;"><span style="font-size: small;">Abhishek Shah: </span></span><span style="font-size: small;"> <img src='http://bijayrungta.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' title="I want to learn bit of HTML And PHP Where do I Start?" /> </span><span style="font-size: small;"></span></div>
</div>
<img src="http://bijayrungta.com/blog/?ak_action=api_record_view&id=643&type=feed" alt=" I want to learn bit of HTML And PHP Where do I Start?"  title="I want to learn bit of HTML And PHP Where do I Start?" />]]></content:encoded>
			<wfw:commentRss>http://bijayrungta.com/i-want-to-learn-bit-of-html-and-php-where-do-i-start/feed</wfw:commentRss>
		<slash:comments>1</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>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>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>Introduction to LAMP and AJAX for Web Development</title>
		<link>http://bijayrungta.com/introduction-to-lamp-and-ajax-for-web-development</link>
		<comments>http://bijayrungta.com/introduction-to-lamp-and-ajax-for-web-development#comments</comments>
		<pubDate>Sun, 31 Aug 2008 16:51:00 +0000</pubDate>
		<dc:creator>bijayrungta</dc:creator>
				<category><![CDATA[LAMP]]></category>
		<category><![CDATA[Web_2.0]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Career]]></category>
		<category><![CDATA[Passion]]></category>
		<category><![CDATA[Web_Development]]></category>

		<guid isPermaLink="false">http://bijayrungta.com/introduction-to-lamp-and-ajax-for-web-development</guid>
		<description><![CDATA[For those who don&#8217;t know what LAMP and AJAX is, here is a quick introduction.
LAMP stands for Linux, Apache, MySQL and PHP (Palso stands for Perl and Python but I am into PHP only at present) all of which are open source technologies therefore very suitable for small organizations. As the only resources needed is the development and hosting of the application. Generally, This combination of Techniques can solve all your computing, automation and communication needs.
AJAX stands for Asynchronous JavaScript And XML.This allows you to Communicate between a Web browser ...]]></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%2Fintroduction-to-lamp-and-ajax-for-web-development"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fbijayrungta.com%2Fintroduction-to-lamp-and-ajax-for-web-development" height="61" width="51" title="Introduction to LAMP and AJAX for Web Development" alt=" Introduction to LAMP and AJAX for Web Development" /></a></div><p>For those who don&#8217;t know what LAMP and AJAX is, here is a quick introduction.</p>
<p>LAMP stands for <span class="Apple-style-span" style="font-weight: bold;">L</span>inux, <span class="Apple-style-span" style="font-weight: bold;">A</span>pache, <span class="Apple-style-span" style="font-weight: bold;">M</span>ySQL and <span class="Apple-style-span" style="font-weight: bold;">P</span>HP (Palso stands for Perl and Python but I am into PHP only at present) all of which are open source technologies therefore very suitable for small organizations. As the only resources needed is the development and hosting of the application. Generally, This combination of Techniques can solve all your computing, automation and communication needs.</p>
<p>AJAX stands for <span class="Apple-style-span" style="font-weight: bold;">A</span>synchronous <span class="Apple-style-span" style="font-weight: bold;">J</span>avaScript <span class="Apple-style-span" style="font-weight: bold;">A</span>nd <span class="Apple-style-span" style="font-weight: bold;">X</span>ML.<br />This allows you to Communicate between a Web browser and the Server in the background and change the content of the page, or take actions in the server.</p>
<p>Web 2.0 generation web Applications are achieved through AJAX.</p>
<p>Gmail is one such Application which uses AJAX extensively to provide services for all kind of users.</p>
<img src="http://bijayrungta.com/blog/?ak_action=api_record_view&id=236&type=feed" alt=" Introduction to LAMP and AJAX for Web Development"  title="Introduction to LAMP and AJAX for Web Development" />]]></content:encoded>
			<wfw:commentRss>http://bijayrungta.com/introduction-to-lamp-and-ajax-for-web-development/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Automating Processes by observing the Pattern</title>
		<link>http://bijayrungta.com/automating-processes-by-observing-the-pattern</link>
		<comments>http://bijayrungta.com/automating-processes-by-observing-the-pattern#comments</comments>
		<pubDate>Wed, 14 May 2008 16:06:00 +0000</pubDate>
		<dc:creator>bijayrungta</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Pattern]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Seagull Framework]]></category>

		<guid isPermaLink="false">http://bijayrungta.com/automating-processes-by-observing-the-pattern</guid>
		<description><![CDATA[It&#8217;s been said time and again that The REAL Programmer automates his job that they are Long Term Life Planners and have Attention to Detail
Here is just an example of ways in which one can automate processes.
I use Seagull Framework for developing faster, secure and feature rich Web based Applications Today, I had to update the Database to fill some blank columns in a table named sgl_permision
I first tried to edit them through the Seagull&#8217;s Web based Admin Front end It was taking too long.Then I tried to edit 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%2Fautomating-processes-by-observing-the-pattern"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fbijayrungta.com%2Fautomating-processes-by-observing-the-pattern" height="61" width="51" title="Automating Processes by observing the Pattern" alt=" Automating Processes by observing the Pattern" /></a></div><p>It&#8217;s been said time and again that <a href="http://www.abhishekrungta.com/the-real-programmer-automates-his-job/114/">The REAL Programmer automates his job</a> that <a title="Personality Traits of the Best Software Developers" href="http://www.softwarebyrob.com/2006/08/20/personality-traits-of-the-best-software-developers/">they are Long Term Life Planners and have Attention to Detail</a></p>
<p>Here is just an example of ways in which one can automate processes.</p>
<p>I use <a href="http://seagullproject.org/">Seagull Framework</a> for developing <a href="http://bijay.rungta.googlepages.com/resume.html">faster, secure and feature rich Web based Applications</a> Today, I had to update the Database to fill some blank columns in a table named sgl_permision</p>
<p>I first tried to edit them through the Seagull&#8217;s Web based Admin Front end It was taking too long.<br />Then I tried to edit the same using phpMyAdmin setting the result to go to edit the next page instead of going back to the listing Page still it was very time consuming..</p>
<p>Then I decided to write SQL Queries by <a href="http://bijayrungta.blogspot.com/2008/05/observe-pattern-spot-deviation-follow.html">Observing the Pattern</a> and using that to my rescue.</p>
<p>Here is the SQL Queries that I wrote to solve the Problem and am documenting so that it can be used in future.
<pre class="code">/* To use a Manager */UPDATE `sgl_permission`SET `description` = CONCAT('Permission to use ', TRIM(TRAILING 'mgr' FROM `name`), ' Manager')WHERE (`description` = '' OR `description` IS NULL)AND `name` LIKE '%mgr'

/* To add a new entity */UPDATE `sgl_permission`SET `description` = CONCAT('Permission to add a new ', TRIM(LEADING 'admin' FROM TRIM(TRAILING 'mgr_cmd_add' FROM `name`)), ' through ', TRIM(TRAILING 'mgr_cmd_add' FROM `name`), ' Manager')WHERE (`description` = '' OR `description` IS NULL)AND `name` LIKE '%mgr\_cmd\_add'

/* To view the listing of entities */UPDATE `sgl_permission`SET `description` = CONCAT('Permission to view the listing of ', TRIM(LEADING 'admin' FROM TRIM(TRAILING 'mgr_cmd_list' FROM `name`)), '(s) through ', TRIM(TRAILING 'mgr_cmd_list' FROM `name`), ' Manager')WHERE (`description` = '' OR `description` IS NULL)AND `name` LIKE '%mgr\_cmd\_list'

/* To insert a new entity */UPDATE `sgl_permission`SET `description` = CONCAT('Permission to insert new ', TRIM(LEADING 'admin' FROM TRIM(TRAILING 'mgr_cmd_insert' FROM `name`)), ' through ', TRIM(TRAILING 'mgr_cmd_insert' FROM `name`), ' Manager in the Database')WHERE (`description` = '' OR `description` IS NULL)AND `name` LIKE '%mgr\_cmd\_insert'

/* To edit an existing entity */UPDATE `sgl_permission`SET `description` = CONCAT('Permission to edit an existing ', TRIM(LEADING 'admin' FROM TRIM(TRAILING 'mgr_cmd_edit' FROM `name`)), ' through ', TRIM(TRAILING 'mgr_cmd_edit' FROM `name`), ' Manager')WHERE (`description` = '' OR `description` IS NULL)AND `name` LIKE '%mgr\_cmd\_edit'

/* To update an existing entity in the database */UPDATE `sgl_permission`SET `description` = CONCAT('Permission to update an existing ', TRIM(LEADING 'admin' FROM TRIM(TRAILING 'mgr_cmd_update' FROM `name`)), ' through ', TRIM(TRAILING 'mgr_cmd_update' FROM `name`), ' Manager in the Database')WHERE (`description` = '' OR `description` IS NULL)AND `name` LIKE '%mgr\_cmd\_update'

/* To delete an entity */UPDATE `sgl_permission`SET `description` = CONCAT('Permission to delete ', TRIM(LEADING 'admin' FROM TRIM(TRAILING 'mgr_cmd_delete' FROM `name`)), '(s) through ', TRIM(TRAILING 'mgr_cmd_delete' FROM `name`), ' Manager from the Database')WHERE (`description` = '' OR `description` IS NULL)AND `name` LIKE '%mgr\_cmd\_delete'

/* To archive an entity */UPDATE `sgl_permission`SET `description` = CONCAT('Permission to archive ', TRIM(LEADING 'admin' FROM TRIM(TRAILING 'mgr_cmd_archive' FROM `name`)), '(s) through ', TRIM(TRAILING 'mgr_cmd_archive' FROM `name`), ' Manager in the Database')WHERE (`description` = '' OR `description` IS NULL)AND `name` LIKE '%mgr\_cmd\_archive'

/* To View an entity in detail */UPDATE `sgl_permission`SET `description` = CONCAT('Permission to view ', TRIM(LEADING 'admin' FROM TRIM(TRAILING 'mgr_cmd_view' FROM `name`)), ' through ', TRIM(TRAILING 'mgr_cmd_view' FROM `name`), ' Manager')WHERE (`description` = '' OR `description` IS NULL)AND `name` LIKE '%mgr\_cmd\_view'

/* To create a duplicate of an entity */UPDATE `sgl_permission`SET `description` = CONCAT('Permission to create a duplicate of ', TRIM(LEADING 'admin' FROM TRIM(TRAILING 'mgr_cmd_duplicate' FROM `name`)), ' through ', TRIM(TRAILING 'mgr_cmd_duplicate' FROM `name`), ' Manager')WHERE (`description` = '' OR `description` IS NULL)AND `name` LIKE '%mgr\_cmd\_duplicate'

/* To reorder entities */UPDATE `sgl_permission`SET `description` = CONCAT('Permission to reorder ', TRIM(LEADING 'admin' FROM TRIM(TRAILING 'mgr_cmd_reorder' FROM `name`)), '(s) through ', TRIM(TRAILING 'mgr_cmd_reorder' FROM `name`), ' Manager')WHERE (`description` = '' OR `description` IS NULL)AND `name` LIKE '%mgr\_cmd\_reorder'

/* To view an overview of an entities */UPDATE `sgl_permission`SET `description` = CONCAT('Permission to view an overview of ', TRIM(LEADING 'admin' FROM TRIM(TRAILING 'mgr_cmd_overview' FROM `name`)), '(s) through ', TRIM(TRAILING 'mgr_cmd_overview' FROM `name`), ' Manager')WHERE (`description` = '' OR `description` IS NULL)AND `name` LIKE '%mgr\_cmd\_overview'

/* To view a summary of an entity */UPDATE `sgl_permission`SET `description` = CONCAT('Permission to view an summary of ', TRIM(LEADING 'admin' FROM TRIM(TRAILING 'mgr_cmd_summary' FROM `name`)), '(s) through ', TRIM(TRAILING 'mgr_cmd_summary' FROM `name`), ' Manager')WHERE (`description` = '' OR `description` IS NULL)AND `name` LIKE '%mgr\_cmd\_summary'

/* To edit all entities */UPDATE `sgl_permission`SET `description` = CONCAT('Permission to edit all ', TRIM(LEADING 'admin' FROM TRIM(TRAILING 'mgr_cmd_editAll' FROM `name`)), '(s) through ', TRIM(TRAILING 'mgr_cmd_editAll' FROM `name`), ' Manager')WHERE (`description` = '' OR `description` IS NULL)AND `name` LIKE '%mgr\_cmd\_editAll'

/* To Update all entities */UPDATE `sgl_permission`SET `description` = CONCAT('Permission to update all ', TRIM(LEADING 'admin' FROM TRIM(TRAILING 'mgr_cmd_updateAll' FROM `name`)), '(s) through ', TRIM(TRAILING 'mgr_cmd_updateAll' FROM `name`), ' Manager')WHERE (`description` = '' OR `description` IS NULL)AND `name` LIKE '%mgr\_cmd\_updateAll'

/* Scan all Orphaned entities */UPDATE `sgl_permission`SET `description` = CONCAT('Permission to scan all Orphaned ', TRIM(LEADING 'admin' FROM TRIM(TRAILING 'mgr_cmd_scanOrphaned' FROM `name`)), '(s) through ', TRIM(TRAILING 'mgr_cmd_scanOrphaned' FROM `name`), ' Manager')WHERE (`description` = '' OR `description` IS NULL)AND `name` LIKE '%mgr\_cmd\_scanOrphaned'

/* Delete all Orphaned entities */UPDATE `sgl_permission`SET `description` = CONCAT('Permission to delete all Orphaned ', TRIM(LEADING 'admin' FROM TRIM(TRAILING 'mgr_cmd_deleteOrphaned' FROM `name`)), '(s) through ', TRIM(TRAILING 'mgr_cmd_deleteOrphaned' FROM `name`), ' Manager')WHERE (`description` = '' OR `description` IS NULL)AND `name` LIKE '%mgr\_cmd\_deleteOrphaned'

/* Scan to detect new Entities */UPDATE `sgl_permission`SET `description` = CONCAT('Permission to scan and detect for new ', TRIM(LEADING 'admin' FROM TRIM(TRAILING 'mgr_cmd_scanNew' FROM `name`)), '(s) through ', TRIM(TRAILING 'mgr_cmd_scanNew' FROM `name`), ' Manager')WHERE (`description` = '' OR `description` IS NULL)AND `name` LIKE '%mgr\_cmd\_scanNew'

/* To insert newly detected Entities */UPDATE `sgl_permission`SET `description` = CONCAT('Permission to insert new ', TRIM(LEADING 'admin' FROM TRIM(TRAILING 'mgr_cmd_insertNew' FROM `name`)), '(s) through ', TRIM(TRAILING 'mgr_cmd_insertNew' FROM `name`), ' Manager')WHERE (`description` = '' OR `description` IS NULL)AND `name` LIKE '%mgr\_cmd\_insertNew'</pre>
<img src="http://bijayrungta.com/blog/?ak_action=api_record_view&id=164&type=feed" alt=" Automating Processes by observing the Pattern"  title="Automating Processes by observing the Pattern" />]]></content:encoded>
			<wfw:commentRss>http://bijayrungta.com/automating-processes-by-observing-the-pattern/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>1</slash:comments>
		</item>
		<item>
		<title>Google Experimental Search Refinement Bar LHS Gradient Preview Toolbar Custom Button</title>
		<link>http://bijayrungta.com/google-experimental-search-refinement-bar-lhs-gradient-preview-toolbar-custom-button</link>
		<comments>http://bijayrungta.com/google-experimental-search-refinement-bar-lhs-gradient-preview-toolbar-custom-button#comments</comments>
		<pubDate>Thu, 29 Nov 2007 21:37:00 +0000</pubDate>
		<dc:creator>bijayrungta</dc:creator>
				<category><![CDATA[LAMP]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Toolbar Button]]></category>
		<category><![CDATA[Knowledge Management]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://bijayrungta.com/google-experimental-search-refinement-bar-lhs-gradient-preview-toolbar-custom-button</guid>
		<description><![CDATA[Here is another Google Toolbar Custom Button to Search with the Google Experimental Search Left Hand Search Navigation enabled.
This experimental Search enables you with the following as documented in Google Experimental Search Home Page
Search deeper in a particular type of content—patents, products or news,           for example. Google searches across all kinds of content, then ranks results           by relevance.
         If you want to ...]]></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-experimental-search-refinement-bar-lhs-gradient-preview-toolbar-custom-button"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fbijayrungta.com%2Fgoogle-experimental-search-refinement-bar-lhs-gradient-preview-toolbar-custom-button" height="61" width="51" title="Google Experimental Search Refinement Bar LHS Gradient Preview Toolbar Custom Button" alt=" Google Experimental Search Refinement Bar LHS Gradient Preview Toolbar Custom Button" /></a></div><p>Here is another Google Toolbar Custom Button to Search with the <a href="http://www.google.com/experimental/">Google Experimental Search</a> <a href="http://www.google.com/experimental/#RefinementBarLhsGradientPreview">Left Hand Search Navigation</a> enabled.</p>
<p>This exp<span style="font-size:100%;">erim</span>ental Search enables you with the following as documented in <a href="http://www.google.com/experimental/">Google Experimental Search Home Page</a></p>
<blockquote><p><span style="font-size:85%;">Search deeper in a particular type of content—patents, products or news,           for example. Google searches across all kinds of content, then ranks results           by relevance.</p>
<p>         If you want to see additional results of a particular content type, just click           a link in the left-hand search navigation.</p>
<p>         You can also refine your results by clicking on related search terms.</span></p></blockquote>
<p>Requirements:</p>
<p>1) <span style=""><b>Google Toolbar</b></span> 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://bijay.rungta.googlepages.com/GTButtonRefinementBarLhsGradientPrev.xml">Click here</a> to add the Button to your <span style="font-weight: bold;">Google Toolbar</span><br />Its a single XML file and you can <a href="http://bijay.rungta.googlepages.com/GTButtonRefinementBarLhsGradientPrev.xml">download</a> the XML file and view its source.</p>
<p><a href="http://toolbar.google.com/buttons/add?url=http://bijay.rungta.googlepages.com/GTButtonRefinementBarLhsGradientPrev.xml">Install</a><br /><a href="http://bijay.rungta.googlepages.com/GTButtonSearchWebHistoryGoogle.xml">Download</a></p>
<p>Related Posts:<br /><a href="http://bijayrungta.blogspot.com/2007/09/google-customized-search-engine.html">Google Customized Search Engine</a><br /><a href="http://bijayrungta.blogspot.com/search/label/Google%20Toolbar%20Button"> All Google Toolbar Buttons Created by me</a></p>
<p><a href="http://toolbar.google.com/buttons/add?url=http://bijay.rungta.googlepages.com/WebDevelopmentOnLAMP.xml">Install</a> or <a href="http://bijay.rungta.googlepages.com/WebDevelopmentOnLAMP.xml">Download</a> Google toolbar button to Search through a Google customized Search Engine by me specifically for the domain <a href="http://lamp-ajax.blogspot.com/"><span style="font-weight: bold;">Web Development on LAMP Platform</span></a></p>
<p><a href="http://toolbar.google.com/buttons/add?url=http://bijay.rungta.googlepages.com/GTButtonSearchWebHistoryGoogle.xml">Install</a> or <a href="http://bijay.rungta.googlepages.com/GTButtonSearchWebHistoryGoogle.xml">Download</a> Google Toolbar Custom Button to search your <a href="http://google.com/history">Google Web History</a>.<span style="text-decoration: underline;"><span style="font-weight: bold;"></span></span></p>
<img src="http://bijayrungta.com/blog/?ak_action=api_record_view&id=80&type=feed" alt=" Google Experimental Search Refinement Bar LHS Gradient Preview Toolbar Custom Button"  title="Google Experimental Search Refinement Bar LHS Gradient Preview Toolbar Custom Button" />]]></content:encoded>
			<wfw:commentRss>http://bijayrungta.com/google-experimental-search-refinement-bar-lhs-gradient-preview-toolbar-custom-button/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Toolbar Custom Button to Search your Web History through Google</title>
		<link>http://bijayrungta.com/google-toolbar-custom-button-to-search-your-web-history-through-google</link>
		<comments>http://bijayrungta.com/google-toolbar-custom-button-to-search-your-web-history-through-google#comments</comments>
		<pubDate>Tue, 13 Nov 2007 22:02:00 +0000</pubDate>
		<dc:creator>bijayrungta</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[Google Toolbar Button]]></category>
		<category><![CDATA[Knowledge Management]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://bijayrungta.com/google-toolbar-custom-button-to-search-your-web-history-through-google</guid>
		<description><![CDATA[Here is a Google Toolbar Custom Button to search your Web History through Google.
Requirements:
Google Toolbar must be installed in your Browser with the PageRank feature activated and Web History in your Google Account enabled. Google has Toolbar for Internet Explorer and Mozilla Firefox. Therecould be Toolbars for other Browsers also.
You can check and install Google Toolbar from http://toolbar.google.com
You can learn more about Google Web History from here
Click here to Add the Button to your Google Toolbar
Its a single XML file and you can download the XML file and view its ...]]></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-custom-button-to-search-your-web-history-through-google"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fbijayrungta.com%2Fgoogle-toolbar-custom-button-to-search-your-web-history-through-google" height="61" width="51" title="Google Toolbar Custom Button to Search your Web History through Google" alt=" Google Toolbar Custom Button to Search your Web History through Google" /></a></div><p>Here is a Google Toolbar Custom Button to search your Web History through Google.</p>
<p>Requirements:</p>
<p><strong>Google Toolbar</strong> must be installed in your Browser with the <em>PageRank</em> feature activated and <em><a href="http://www.google.com/history">Web History</a></em> in your Google Account enabled. Google has Toolbar for Internet Explorer and Mozilla Firefox. Therecould be Toolbars for other Browsers also.</p>
<p>You can check and install Google Toolbar from <a href="http://toolbar.google.com/" target="_blank">http://toolbar.google.com</a></p>
<p>You can learn more about Google Web History from <a href="http://googlesystem.blogspot.com/2007/04/google-web-history.html">here</a></p>
<p><a href="http://toolbar.google.com/buttons/add?url=http://sites.google.com/site/bijayrungta/GTButtonSearchWebHistoryGoogle.xml">Click here</a> to Add the Button to your <em>Google Toolbar</em></p>
<p>Its a single XML file and you can <a href="http://sites.google.com/site/bijayrungta/GTButtonSearchWebHistoryGoogle.xml">download</a> the XML file and view its source.</p>
<p>You can Search your History by entering keywords in your Google Toolbar Search/Query Box and choose the Button from the drop down menu by clicking on the down arrow button besides the Search Button.</p>
<p>I need to put up an icon.</p>
<p>Please do get in touch if you can provide an icon.</p>
<p>If I have an icon I can enlist it in the <a href="http://www.google.com/ig/directory?synd=toolbar&amp;sourceid=navclient-ff&amp;hl=en&amp;frontpage=1">Google Button gallery</a></p>
<p><a href="http://toolbar.google.com/buttons/add?url=http://sites.google.com/site/bijayrungta/GTButtonSearchWebHistoryGoogle.xml">Install</a></p>
<p><a href="http://sites.google.com/site/bijayrungta/GTButtonSearchWebHistoryGoogle.xml">Download</a></p>
<p>Related Posts:</p>
<ul>
<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=62&type=feed" alt=" Google Toolbar Custom Button to Search your Web History through Google"  title="Google Toolbar Custom Button to Search your Web History through Google" />]]></content:encoded>
			<wfw:commentRss>http://bijayrungta.com/google-toolbar-custom-button-to-search-your-web-history-through-google/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Getting Eclipse to Work on Ubuntu</title>
		<link>http://bijayrungta.com/getting-eclipse-to-work-on-ubuntu-2</link>
		<comments>http://bijayrungta.com/getting-eclipse-to-work-on-ubuntu-2#comments</comments>
		<pubDate>Mon, 05 Nov 2007 15:25:00 +0000</pubDate>
		<dc:creator>lamp-ajax</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[PDT]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[Subclipse]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[WST]]></category>

		<guid isPermaLink="false">http://bijayrungta.com/getting-eclipse-to-work-on-ubuntu-2</guid>
		<description><![CDATA[Getting Eclipse to wiork on Ubuntu for all my Development Work  proved to be very  tricky.There are issues related to permission compatibility and what not.
Here is what worked for me.After installing and uninstalling Eclipse and deleting the Workspace for quite a few times, I first removed all the Packages with the search term eclipse from the Synaptic Package Manager (Top Bar -> System Menu -> Administration -> Synaptic Package Manager)
Then I used the steps as explained in the iteratively documented tutorial at Ubuntuforum in the following url
http://ubuntuforums.org/showthread.php?t=201378
After doing ...]]></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%2Fgetting-eclipse-to-work-on-ubuntu-2"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fbijayrungta.com%2Fgetting-eclipse-to-work-on-ubuntu-2" height="61" width="51" title="Getting Eclipse to Work on Ubuntu" alt=" Getting Eclipse to Work on Ubuntu" /></a></div><p>Getting Eclipse to wiork on Ubuntu for all my Development Work  proved to be very  tricky.<br />There are issues related to permission compatibility and what not.</p>
<p>Here is what worked for me.<br />After installing and uninstalling Eclipse and deleting the Workspace for quite a few times, I first removed all the Packages with the search term eclipse from the Synaptic Package Manager (Top Bar -> System Menu -> Administration -> Synaptic Package Manager)</p>
<p>Then I used the steps as explained in the iteratively documented tutorial at Ubuntuforum in the following url</p>
<p><a href="http://ubuntuforums.org/showthread.php?t=201378">http://ubuntuforums.org/showthread.php?t=201378</a></p>
<p>After doing this, the first time I run the Editor from the terminal with the following command<br />rungss@rungss-ubuntu: eclipse -clean</p>
<p>then I included the following Update sites<br />name=&#8221;Subclipse Subversion Plugin&#8221; url=&#8221;<a href="http://subclipse.tigris.org/update_1.2.x">http://subclipse.tigris.org/update_1.2.x</a>&#8220;<br />name=&#8221;The Eclipse 3.3 Project Updates&#8221; url=&#8221;<a href="http://update.eclipse.org/updates/3.3">http://update.eclipse.org/updates/3.3</a>&#8220;<br />name=&#8221;Europa Discovery Site&#8221; url=&#8221;<a href="http://download.eclipse.org/releases/europa">http://download.eclipse.org/releases/europa</a>&#8220;<br />name=&#8221;PDT Updates&#8221; url=&#8221;<a href="http://download.eclipse.org/tools/pdt/updates/">http://download.eclipse.org/tools/pdt/updates/</a>&#8220;<br />name=&#8221;Web Tools Platform (WTP) Updates&#8221; url=&#8221;<a href="http://download.eclipse.org/webtools/updates">http://download.eclipse.org/webtools/updates</a>&#8220;</p>
<p>By default there were two sites</p>
<p>name=&#8221;The Eclipse Project Updates&#8221; url=&#8221;<a href="http://update.eclipse.org/updates/3.2">http://update.eclipse.org/updates/3.2</a>&#8220;<br />name=&#8221;Callisto Discovery Site&#8221; url=&#8221;<a href="http://download.eclipse.org/callisto/releases">http://download.eclipse.org/callisto/releases</a>&#8220;</p>
<p>Here is the link of Update Site Bookmarks which you can import through the Eclipse Update manager.<br /><a href="http://bijay.rungta.googlepages.com/ubuntu-lamp-eclipse-update-sites-boo.xml">http://bijay.rungta.googlepages.com/ubuntu-lamp-eclipse-update-sites-boo.xml</a></p>
<p><b>Note</b>: be careful with the ending /(slash) for the site urls enter them as is in the above list. Its strange that for some sites the end &#8220;/&#8221; is valid while not for others.</p>
<p>Then I searched for Updates..</p>
<p>Upon the listing of all available features I selected a few based on my preferences. The following is the list of them
<ul>
<li>Subclipse Plugin from Subclipse Update site</li>
<li>PDT features and PDT SDK features from the PDT Update Site</li>
<li>Eclipse 3.3 from the Eclipse 3.3 Project Update Site.(I like the view in 3.3 where you can minimize all panels and view any one of them as you wish irrespective of the Perspective you are viewing the Editor)</li>
<li>WTP from Europa Site and some other CVS related features.</li>
</ul>
<p>While selecting these features I clicked on the <b>Select Required</b> button when I saw any error for incompatibility in selected features.</p>
<p>Next I signed the Agreements and when Saving them I selected the folder &#8220;/usr/local/lib/eclipse&#8221; to install features where it was in any other Directory than the base installation location (Basically wherever it permitted to do so.)<br />This is done so that other users can also use them. Advise taken from the article at <a href="https://help.ubuntu.com/community/EclipseWebTools">https://help.ubuntu.com/community/EclipseWebTools</a></p>
<p>That is all This seems to work for me.<br />Here are the various webpages that I reviewed many a times during the whole process</p>
<p><a href="http://ubuntuforums.org/showthread.php?t=201378">http://ubuntuforums.org/showthread.php?t=201378</a><br /><a href="https://help.ubuntu.com/community/EclipseWebTools">https://help.ubuntu.com/community/EclipseWebTools</a><br /><a href="https://help.ubuntu.com/community/EclipseIDE">https://help.ubuntu.com/community/EclipseIDE</a></p>
<p><a href="https://bugs.launchpad.net/ubuntu/+source/eclipse/+bug/68053">https://bugs.launchpad.net/ubuntu/+source/eclipse/+bug/68053</a><br /><a href="https://bugs.launchpad.net/ubuntu/+source/eclipse/+bug/68053">https://bugs.launchpad.net/ubuntu/+source/eclipse/+bug/68053</a><br /><a href="http://flurdy.com/docs/eclipse/install.html">http://flurdy.com/docs/eclipse/install.html</a><br /><a href="http://ubuntuforums.org/showthread.php?p=3177266">http://ubuntuforums.org/showthread.php?p=3177266</a><br /><a href="http://www.eclipseplugincentral.com/PNphpBB2-printview-t-2556-start-0.html">http://www.eclipseplugincentral.com/PNphpBB2-printview-t-2556-start-0.html</a><br /><a href="http://www.eclipse.org/eclipse/development/readme_eclipse_3.3.1.1.html">http://www.eclipse.org/eclipse/development/readme_eclipse_3.3.1.1.html</a><br /><a href="http://ubuntuforums.org/archive/index.php/t-436316.html">http://ubuntuforums.org/archive/index.php/t-436316.html</a></p>
<p>PS: The strategy to install plugins in the directory /usr/local/lib/eclipse again had some problems. Was getting an error message saying conflict entries..<br />I guess what happened is some of the files(a part of some plugin was exisitng in both the directory usr/lib/eclipse and usr/local/lib/eclipse) or may be because i installed Eclipse 3.3 on Eclipse 3.2 I have started the Eclipse 3.3 updation right now and wil realize if thats what the problem was in some time. Will update the post.</p>
<p>So I had to uninstall the Eclipse again and then I reinstalled. But to my Surprise I got the same error again(Conflict..)<br />I later realized that this was because when I installed it after uninstalling it&#8230; It was basically installed from the cache on the Local Computer..</p>
<p>So I run the following command to first clear the cache<br /><tt><br />apt-get clean</p>
<p></tt>Thanks to teh article at https://help.ubuntu.com/community/AptGetHowto</p>
<p>And then I reinstalled eclipse with the following the steps at the Page<br /><a href="http://ubuntuforums.org/showthread.php?t=201378">http://ubuntuforums.org/showthread.php?t=201378</a></p>
<p>Lets see how it goes now&#8230;</p>
<img src="http://bijayrungta.com/blog/?ak_action=api_record_view&id=352&type=feed" alt=" Getting Eclipse to Work on Ubuntu"  title="Getting Eclipse to Work on Ubuntu" />]]></content:encoded>
			<wfw:commentRss>http://bijayrungta.com/getting-eclipse-to-work-on-ubuntu-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting Eclipse to Work on Ubuntu</title>
		<link>http://bijayrungta.com/getting-eclipse-to-work-on-ubuntu</link>
		<comments>http://bijayrungta.com/getting-eclipse-to-work-on-ubuntu#comments</comments>
		<pubDate>Mon, 05 Nov 2007 15:24:00 +0000</pubDate>
		<dc:creator>bijayrungta</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[PDT]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[Subclipse]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[WST]]></category>

		<guid isPermaLink="false">http://bijayrungta.com/getting-eclipse-to-work-on-ubuntu</guid>
		<description><![CDATA[Getting Eclipse to wiork on Ubuntu for all my Development Work  proved to be very  tricky.There are issues related to permission compatibility and what not.
Here is what worked for me.After installing and uninstalling Eclipse and deleting the Workspace for quite a few times, I first removed all the Packages with the search term eclipse from the Synaptic Package Manager (Top Bar -> System Menu -> Administration -> Synaptic Package Manager)
Then I used the steps as explained in the iteratively documented tutorial at Ubuntuforum in the following url
http://ubuntuforums.org/showthread.php?t=201378
After doing ...]]></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%2Fgetting-eclipse-to-work-on-ubuntu"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fbijayrungta.com%2Fgetting-eclipse-to-work-on-ubuntu" height="61" width="51" title="Getting Eclipse to Work on Ubuntu" alt=" Getting Eclipse to Work on Ubuntu" /></a></div><p>Getting Eclipse to wiork on Ubuntu for all my Development Work  proved to be very  tricky.<br />There are issues related to permission compatibility and what not.</p>
<p>Here is what worked for me.<br />After installing and uninstalling Eclipse and deleting the Workspace for quite a few times, I first removed all the Packages with the search term eclipse from the Synaptic Package Manager (Top Bar -> System Menu -> Administration -> Synaptic Package Manager)</p>
<p>Then I used the steps as explained in the iteratively documented tutorial at Ubuntuforum in the following url</p>
<p><a href="http://ubuntuforums.org/showthread.php?t=201378">http://ubuntuforums.org/showthread.php?t=201378</a></p>
<p>After doing this, the first time I run the Editor from the terminal with the following command<br />rungss@rungss-ubuntu: eclipse -clean</p>
<p>then I included the following Update sites<br />name=&#8221;Subclipse Subversion Plugin&#8221; url=&#8221;<a href="http://subclipse.tigris.org/update_1.2.x">http://subclipse.tigris.org/update_1.2.x</a>&#8220;<br />name=&#8221;The Eclipse 3.3 Project Updates&#8221; url=&#8221;<a href="http://update.eclipse.org/updates/3.3">http://update.eclipse.org/updates/3.3</a>&#8220;<br />name=&#8221;Europa Discovery Site&#8221; url=&#8221;<a href="http://download.eclipse.org/releases/europa">http://download.eclipse.org/releases/europa</a>&#8220;<br />name=&#8221;PDT Updates&#8221; url=&#8221;<a href="http://download.eclipse.org/tools/pdt/updates/">http://download.eclipse.org/tools/pdt/updates/</a>&#8220;<br />name=&#8221;Web Tools Platform (WTP) Updates&#8221; url=&#8221;<a href="http://download.eclipse.org/webtools/updates">http://download.eclipse.org/webtools/updates</a>&#8220;</p>
<p>By default there were two sites</p>
<p>name=&#8221;The Eclipse Project Updates&#8221; url=&#8221;<a href="http://update.eclipse.org/updates/3.2">http://update.eclipse.org/updates/3.2</a>&#8220;<br />name=&#8221;Callisto Discovery Site&#8221; url=&#8221;<a href="http://download.eclipse.org/callisto/releases">http://download.eclipse.org/callisto/releases</a>&#8220;</p>
<p>Here is the link of Update Site Bookmarks which you can import through the Eclipse Update manager.<br /><a href="http://bijay.rungta.googlepages.com/ubuntu-lamp-eclipse-update-sites-boo.xml">http://bijay.rungta.googlepages.com/ubuntu-lamp-eclipse-update-sites-boo.xml</a></p>
<p><b>Note</b>: be careful with the ending /(slash) for the site urls enter them as is in the above list. Its strange that for some sites the end &#8220;/&#8221; is valid while not for others.</p>
<p>Then I searched for Updates..</p>
<p>Upon the listing of all available features I selected a few based on my preferences. The following is the list of them
<ul>
<li>Subclipse Plugin from Subclipse Update site</li>
<li>PDT features and PDT SDK features from the PDT Update Site</li>
<li>Eclipse 3.3 from the Eclipse 3.3 Project Update Site.(I like the view in 3.3 where you can minimize all panels and view any one of them as you wish irrespective of the Perspective you are viewing the Editor)</li>
<li>WTP from Europa Site and some other CVS related features.</li>
</ul>
<p>While selecting these features I clicked on the <b>Select Required</b> button when I saw any error for incompatibility in selected features.</p>
<p>Next I signed the Agreements and when Saving them I selected the folder &#8220;/usr/local/lib/eclipse&#8221; to install features where it was in any other Directory than the base installation location (Basically wherever it permitted to do so.)<br />This is done so that other users can also use them. Advise taken from the article at <a href="https://help.ubuntu.com/community/EclipseWebTools">https://help.ubuntu.com/community/EclipseWebTools</a></p>
<p>That is all This seems to work for me.<br />Here are the various webpages that I reviewed many a times during the whole process</p>
<p><a href="http://ubuntuforums.org/showthread.php?t=201378">http://ubuntuforums.org/showthread.php?t=201378</a><br /><a href="https://help.ubuntu.com/community/EclipseWebTools">https://help.ubuntu.com/community/EclipseWebTools</a><br /><a href="https://help.ubuntu.com/community/EclipseIDE">https://help.ubuntu.com/community/EclipseIDE</a></p>
<p><a href="https://bugs.launchpad.net/ubuntu/+source/eclipse/+bug/68053">https://bugs.launchpad.net/ubuntu/+source/eclipse/+bug/68053</a><br /><a href="https://bugs.launchpad.net/ubuntu/+source/eclipse/+bug/68053">https://bugs.launchpad.net/ubuntu/+source/eclipse/+bug/68053</a><br /><a href="http://flurdy.com/docs/eclipse/install.html">http://flurdy.com/docs/eclipse/install.html</a><br /><a href="http://ubuntuforums.org/showthread.php?p=3177266">http://ubuntuforums.org/showthread.php?p=3177266</a><br /><a href="http://www.eclipseplugincentral.com/PNphpBB2-printview-t-2556-start-0.html">http://www.eclipseplugincentral.com/PNphpBB2-printview-t-2556-start-0.html</a><br /><a href="http://www.eclipse.org/eclipse/development/readme_eclipse_3.3.1.1.html">http://www.eclipse.org/eclipse/development/readme_eclipse_3.3.1.1.html</a><br /><a href="http://ubuntuforums.org/archive/index.php/t-436316.html">http://ubuntuforums.org/archive/index.php/t-436316.html</a></p>
<p>PS: The strategy to install plugins in the directory /usr/local/lib/eclipse again had some problems. Was getting an error message saying conflict entries..<br />I guess what happened is some of the files(a part of some plugin was exisitng in both the directory usr/lib/eclipse and usr/local/lib/eclipse) or may be because i installed Eclipse 3.3 on Eclipse 3.2 I have started the Eclipse 3.3 updation right now and wil realize if thats what the problem was in some time. Will update the post.</p>
<p>So I had to uninstall the Eclipse again and then I reinstalled. But to my Surprise I got the same error again(Conflict..)<br />I later realized that this was because when I installed it after uninstalling it&#8230; It was basically installed from the cache on the Local Computer..</p>
<p>So I run the following command to first clear the cache<br /><tt><br />apt-get clean</p>
<p></tt>Thanks to teh article at https://help.ubuntu.com/community/AptGetHowto</p>
<p>And then I reinstalled eclipse with the following the steps at the Page<br /><a href="http://ubuntuforums.org/showthread.php?t=201378">http://ubuntuforums.org/showthread.php?t=201378</a></p>
<p>Lets see how it goes now&#8230;</p>
<img src="http://bijayrungta.com/blog/?ak_action=api_record_view&id=50&type=feed" alt=" Getting Eclipse to Work on Ubuntu"  title="Getting Eclipse to Work on Ubuntu" />]]></content:encoded>
			<wfw:commentRss>http://bijayrungta.com/getting-eclipse-to-work-on-ubuntu/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Setting up XAMPP for LAMP Development on Windows</title>
		<link>http://bijayrungta.com/setting-up-xampp-for-lamp-development-on-windows</link>
		<comments>http://bijayrungta.com/setting-up-xampp-for-lamp-development-on-windows#comments</comments>
		<pubDate>Fri, 26 Oct 2007 22:31:00 +0000</pubDate>
		<dc:creator>bijayrungta</dc:creator>
				<category><![CDATA[LAMP]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[FileZilla]]></category>
		<category><![CDATA[Mercury Mail]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[WAMP]]></category>
		<category><![CDATA[XAMPP]]></category>

		<guid isPermaLink="false">http://bijayrungta.com/setting-up-xampp-for-lamp-development-on-windows</guid>
		<description><![CDATA[Out of several LAMP/WAMP stack packages available in the market I prefer XAMPP from http://apachefriends.org when Working on a Windows machine for my Development Environment.
The XAMPP for Windows can be downloaded from the following linkhttp://www.apachefriends.org/en/xampp-windows.html
I download/keep the zip archive of  the  Basic package  XAMPP Windows 1.6.4 which has the following components
Apache HTTPD 2.2.6, MySQL 5.0.45, PHP 5.2.4 + 4.4.7 + PEAR + Switch, MiniPerl 5.8.7, Openssl 0.9.8e, PHPMyAdmin 2.11.1, XAMPP Control Panel 2.5, Webalizer 2.01-10, Mercury Mail Transport System v4.01a, FileZilla FTP Server 0.9.23, SQLite 2.8.15, ADODB ...]]></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%2Fsetting-up-xampp-for-lamp-development-on-windows"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fbijayrungta.com%2Fsetting-up-xampp-for-lamp-development-on-windows" height="61" width="51" title="Setting up XAMPP for LAMP Development on Windows" alt=" Setting up XAMPP for LAMP Development on Windows" /></a></div><p>Out of several LAMP/WAMP stack packages available in the market I prefer XAMPP from <a href="http://apachefriends.org/">http://apachefriends.org</a> when Working on a Windows machine for my Development Environment.</p>
<p>The XAMPP for Windows can be downloaded from the following link<br /><a href="http://www.apachefriends.org/en/xampp-windows.html">http://www.apachefriends.org/en/xampp-windows.html</a></p>
<p>I download/keep the <a href="http://www.apachefriends.org/download.php?xampp-win32-1.6.4.zip">zip archive</a> of  the  Basic package  <b>XAMPP Windows 1.6.4</b> which has the following components</p>
<p>Apache HTTPD 2.2.6, MySQL 5.0.45, PHP 5.2.4 + 4.4.7 + PEAR + Switch, MiniPerl 5.8.7, Openssl 0.9.8e, PHPMyAdmin 2.11.1, XAMPP Control Panel 2.5, Webalizer 2.01-10, Mercury Mail Transport System v4.01a, FileZilla FTP Server 0.9.23, SQLite 2.8.15, ADODB 4.94, Zend Optimizer 3.3.0, XAMPP Security, Ming. For Windows 98, 2000, XP.</p>
<p>After downloading it if you unzip the archive you will get a folder structure something like the following<br />&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />./xampp<br />./xampp/apache<br />./xampp/php<br />./xampp/mysql<br />./xampp/perl<br />&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />Copy the XAMPP folder to the root of any Drive (Its not really required but to avoid any hassle I recommend that you copy it to the Local Drive root and avoid spaces in any of the paths to all executables)</p>
<p>You can run the Server in many ways. I am going to describe some of them here.</p>
<p><a name="checklist-ports"></a><br />Note: Before proceeding you need to make sure that the default Ports for the Servers that you wish to run or install are free. You can check this by running the Executable file ./xampp/xampp-portcheck.exe This will tell you whether the ports are free or not. if any of the port numbers 80(for HTTP Server) and 443(for HTTPS Server) is not free you will either need to stop/disable the Application that is running on this port or you will need to configure the Apache Server to run on some other port.</p>
<p>To change the default HTTP Port 80 for Apache open the config file ./xampp/apache/conf/httpd.conf in a text editor and replace all occurrences of 80 to the new Port (Which should again obviously be free).<br />If you need to change the port 443 then open the file ./xampp/apache/conf/extra/httpd-ssl.conf and replace the occurrences of 443 with the new port.</p>
<p>Similarly to run MySQL on a different port you will need to make changes in the file ./xampp/my.ini by replacing the default Port number 3306 with some other free valid port number.</p>
<p>If you are not a hard core LAMP Developer and going to have to run the server only occasionally You can start the Apache Server by executing the Batch file <span style="font-weight: bold;">./xampp/apache_start.bat</span> in the root XAMPP folder. and to run the MySQL server run the Batch file <span style="font-weight: bold;">./xampp/mysql_start.bat</p>
<p></span>You should be all set to run your applications. Copy Your Applications directory to ./xampp/htdocs/MyAPP/* and you can access the Application with a url http://localhost/MyApp and http://localhost/MyApp/*</p>
<p>But this scheme has a drawback that you cat close the dos window unless you want to stop the Servers. To do so you have to run the Batch files ./xampp/apache_stop.bat<br />and ./xampp/mysql_stop.bat to stop them.</p>
<p>XAMPP Provides a Control Panel which is a file named ./xampp/xampp-control.exe if you run it you will get a User interface as in the following screen shot<br /><img src="http://lh4.google.com/bijay.rungta/RyJd9ps_KmI/AAAAAAAABMM/w1hOP_bHnPQ/xampp-control-screenshot.jpg" style="" title="" alt="xampp control screenshot Setting up XAMPP for LAMP Development on Windows"  /></p>
<p>You can simply Start and Stop by clicking the button with appropriate label beside each service. Both the Servers are in running mode in the above Screen shot. so you don&#8217;t see the Button labeled Start here.</p>
<p>This scheme is very cool but if you are a hard code developer and will need the Server running all the time then probably you wouldn&#8217;t want to have to start the Servers manually each time you boot your System.</p>
<p>You can install the Servers as a Windows Server by clicking on the check box beside the respective Server. Make sure to stop the Server you are installing as a Service before checking the checkbox to install it.You will be prompted to confirm if you really want to install it as a service. It will be installed if you confirm by clicking the button labeled <span style="font-weight: bold;">&#8220;OK&#8221; </span>Once the Service is installed you can start the Servers manually by clicking on the Start button here for the first and last time.</p>
<p><a name="checklist-filepath"></a><br />Note: If you have the XAMPP folder in D and select the Service option then you will have to run the Script .xampp/setup_xampp.bat before proceeding because of some bug in this version (not sure about other versions.).</p>
<p>You should be all set now. next time you boot the System both the Servers will be started automatically.</p>
<p>Checklists:<br /><a href="http://www.blogger.com/post-edit.g?blogID=2345481992963445139&amp;postID=5261803044450226488#checklist-port">Ports</a><br /><a href="http://www.blogger.com/post-edit.g?blogID=2345481992963445139&amp;postID=5261803044450226488#checklist-filepath">XAMPP Path</a></p>
<p>Happy Developing on LAMP&#8230;<br /> 
<p style="text-align: right; font-size: 8px;">Blogged with <a href="http://www.flock.com/blogged-with-flock" title="Flock" target="_new">Flock</a></p>
<img src="http://bijayrungta.com/blog/?ak_action=api_record_view&id=40&type=feed" alt=" Setting up XAMPP for LAMP Development on Windows"  title="Setting up XAMPP for LAMP Development on Windows" />]]></content:encoded>
			<wfw:commentRss>http://bijayrungta.com/setting-up-xampp-for-lamp-development-on-windows/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

