<?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>Auro Infotech &#187; Website Recommendations</title>
	<atom:link href="http://blogs.auroinfotech.com/category/website-recommendations/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.auroinfotech.com</link>
	<description>Cost Effective High Quality Results On Time</description>
	<lastBuildDate>Fri, 23 Dec 2011 23:33:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Knowledge tree installation in CentOS 5</title>
		<link>http://blogs.auroinfotech.com/2010/08/21/knowledge-tree-installation-in-centos-5/</link>
		<comments>http://blogs.auroinfotech.com/2010/08/21/knowledge-tree-installation-in-centos-5/#comments</comments>
		<pubDate>Sat, 21 Aug 2010 10:31:25 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Auro News]]></category>
		<category><![CDATA[Auro Team]]></category>
		<category><![CDATA[Auro Technology Research Program]]></category>
		<category><![CDATA[eCommerce]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[Website Recommendations]]></category>
		<category><![CDATA[Aravind]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Knowledge Tree]]></category>

		<guid isPermaLink="false">http://blogs.auroinfotech.com/?p=712</guid>
		<description><![CDATA[by Aravind This blog explains the steps to install Knowledge Tree on a Cent OS server. We were asked to install a Knowledge Management System called Knowledge Tree for one of our shared hosting clients, whose website is hosted in Centos 5.5 server. Once we got this requirement I went through knowledgetree web site and [...]]]></description>
			<content:encoded><![CDATA[<p>by Aravind</p>
<p>This blog explains the steps to install Knowledge Tree on a Cent OS server.</p>
<p>We were asked to install a Knowledge Management System called Knowledge Tree for one of our shared hosting clients, whose website is hosted in Centos 5.5 server.<br />
Once we got this requirement I went through knowledgetree web site and I found that they do not provide the documentation for the installation in Centos server but they support RedHat Linux 5 and it is clearly explained in their <a title="Platform Requirements Page for Knowledge Tree" href="http://wiki.knowledgetree.org/Platform_Requirements" target="_blank">Platform Requirements page</a>.  So I decided to try it out on my own and once got it installed successfully, am sharing the steps with you.</p>
<p><span id="more-712"></span></p>
<p>I downloaded the community edition from their <a title="Knowledge Tree Community Downloads Page" href="http://www.knowledgetree.com/products/community/download" target="_blank">Knowledge Tree Community downloads page</a> using the install from source code option.</p>
<p>Here is the installation steps I did</p>
<p>1. After downloading, untar the compressed file and open the folder through browser (i.e., http://yoursite.com/knowledgetree/) which goes through a series of steps for installation. These steps are very straight forward like checking installation requirements, database username and password etc..,</p>
<p>2. Once I completed the installation without any errors, I got the following error when I opened the installed knowledgetree site using a web browser<br />
i.e., http://yoursitename.com/knowledgetree/</p>
<blockquote><p>Fatal error: Cannot use object of type DB_Error as array in /var/www/knowledgeTree/lib/session/Session.inc on line 252</p></blockquote>
<p>This error is because that there is no contents in the database which should have been created by the Knowledge Tree installation process during installation. I don&#8217;t know why this was not done automatically when we installed even though we provide database username and password.</p>
<p>In any case, I went to the  knowledgetree/sql/mysql/install/ folder and found the data.sql and structure.sql files. I downloaded both the files and imported structure.sql and then data.sql</p>
<p>3. Now, when I checked the site http://yoursite.com/knowledgetree/</p>
<p>I got a new error</p>
<blockquote><p>
Fatal error: Call to a member function getPath() on a non-object in /var/www/knowledgeTree/lib/plugins/pluginutil.inc.php on line 597</p></blockquote>
<p>This error can be fixed by truncating the two tables in database. I truncated them using phpmyadmin and opened the database and ran the following two SQL statements.</p>
<blockquote><p>truncate plugins;<br />
truncate plugin_helper;</p></blockquote>
<p>4. Now, I got the following error when I accessed the site http://yoursite.com/knowledgetree/</p>
<blockquote><p>
[db_error: message="DB Error: connect failed" code=-24 mode=return level=notice prefix="" info="Array"]</p></blockquote>
<p>I fixed it by verifying the database credentials in /var/www/knowledgeTree/config/config.ini</p>
<p>dbHost = localhost<br />
dbName = database name<br />
dbUser = database username<br />
dbPass = database password<br />
dbPort = 3306</p>
<p>dbAdminUser = database username<br />
dbAdminPass = database password</p>
<p>Please remember to change &#8220;dbAdminUser&#8221; and &#8220;dbAdminPass&#8221; which I forgot earlier.</p>
<p>Thus completed by installation after my tough fight with it, but at the end it worth it as it took care of the client&#8217;s need.</p>
<p>Hope someone will find this information useful if you are looking to install Knowledge Tree on Cent OS.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.auroinfotech.com/2010/08/21/knowledge-tree-installation-in-centos-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Squareup &#8211; Site to watch</title>
		<link>http://blogs.auroinfotech.com/2010/02/08/squareup-site-to-watch/</link>
		<comments>http://blogs.auroinfotech.com/2010/02/08/squareup-site-to-watch/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 08:17:33 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[eCommerce]]></category>
		<category><![CDATA[General News]]></category>
		<category><![CDATA[Website Recommendations]]></category>
		<category><![CDATA[Payment Gateway]]></category>
		<category><![CDATA[Squareup]]></category>

		<guid isPermaLink="false">http://blogs.auroinfotech.com/?p=607</guid>
		<description><![CDATA[Square up is a new website that has been launched by one of the founders of Twitter. This site is gaining a lot of public attention, not only for its high profile founder, but also for the fact that it satisfies a need in the market today. Squareup allows payments to be accepted from mobile [...]]]></description>
			<content:encoded><![CDATA[<p>Square up is a new website that has been launched by one of the founders of Twitter.</p>
<p>This site is gaining a lot of public attention, not only for its high profile founder, but also for the fact that it satisfies a need in the market today.</p>
<p>Squareup allows payments to be accepted from mobile devices and a device like iPhone can become the credit card processing machine with the addition of a small hardware to it. Receipts are instantly sent to email id or even can be printed from Squareup website.</p>
<p>This is now creating a new opportunity for everyone to use a payment mechanism that virtually did not exist before. Because of this reason, we are closely following Squareup and are waiting for its public launch. (Currently the site is only open to a few invited merchants who are using it in California.)</p>
<p>Stay tuned for more updates on this.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.auroinfotech.com/2010/02/08/squareup-site-to-watch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Website Recommendation &#8211; whois.sc</title>
		<link>http://blogs.auroinfotech.com/2009/07/30/website-recommendation-whois-sc/</link>
		<comments>http://blogs.auroinfotech.com/2009/07/30/website-recommendation-whois-sc/#comments</comments>
		<pubDate>Thu, 30 Jul 2009 09:58:42 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Website Recommendations]]></category>
		<category><![CDATA[domaintools]]></category>
		<category><![CDATA[whois.sc]]></category>

		<guid isPermaLink="false">http://auroinfotech.com/blogs/?p=447</guid>
		<description><![CDATA[whois.sc is one of the most popular online sites that provides valuable information about any domain &#8211; this task is also know as Whois Lookup. I have used whois.sc for over five years now and they provide the information in one click for almost all the third level domains available in the world. The simplicity [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Domain Tools - Whois.sc" href="http://www.whois.sc" target="_blank">whois.sc</a> is one of the most popular online sites that provides valuable information about any domain &#8211; this task is also know as Whois Lookup.</p>
<p>I have used whois.sc for over five years now and they provide the information in one click for almost all the third level domains available in the world. The simplicity and easy of use is what has attracted me to the site as it gives exactly what I am looking for, with minimum interaction.</p>
<p><span id="more-447"></span></p>
<p>This site was later changed to domaintools.com and that happened over two years ago. Until today, the only link I remember is whois.sc and have never been able to memorize domaintools.com. I am sure they are aware of this, because they even have their redirects going to whois.domaintools.com. Inspite of this, even today, when I have to do a whois lookup, i simply type whois.sc  &#8211; I heard the same feedback from other people who use whois.sc.</p>
<p>This fact also teaches a good point: People get used to specific names and specific patterns of doing a task &#8211; after their brain is tuned to doing the task that way, it is very difficult to make them change it. This is an important point that I want to discuss with our team also, as we work on many client websites and user interaction is a primary element in all these sites.</p>
<p>Please do share your thoughts on the same.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.auroinfotech.com/2009/07/30/website-recommendation-whois-sc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Website Recommendations &#8211; Tech Crunch</title>
		<link>http://blogs.auroinfotech.com/2009/07/14/website-recommendations-tech-crunch/</link>
		<comments>http://blogs.auroinfotech.com/2009/07/14/website-recommendations-tech-crunch/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 10:03:39 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Auro News]]></category>
		<category><![CDATA[General News]]></category>
		<category><![CDATA[Website Recommendations]]></category>
		<category><![CDATA[TechCrunch]]></category>

		<guid isPermaLink="false">http://auroinfotech.com/blogs/?p=391</guid>
		<description><![CDATA[Tech Crunch is a popular online technology news site that provides the latest news primarily from the US. Tech Crunch is quite useful to learn about the recent innovations, developments, mergers, fundings, etc. It was founded by an individual called Michael Arrington, who is quite popular in online world. Though Tech Crunch started as a [...]]]></description>
			<content:encoded><![CDATA[<p>Tech Crunch is a popular online technology news site that provides the latest news primarily from the US.</p>
<p>Tech Crunch is quite useful to learn about the recent innovations, developments, mergers, fundings, etc. It was founded by an individual called Michael Arrington, who is quite popular in online world. </p>
<p>Though Tech Crunch started as a technology blog, they have now diversified into many different verticals and have a sub section for Mobile Gadgets related news, one section for latest gadgets (they are also trying their own version of tablet pc for the internet), database of investors, startups, etc.</p>
<p>For any non-technical news about the latest happenings in the startup world online, Tech Crunch is highly recommended. </p>
<p>Tech Crunch Website Link is available <a href="http://www.techcrunch.com" target="_new">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.auroinfotech.com/2009/07/14/website-recommendations-tech-crunch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Website Recommendations &#8211; Web Hosting Talk</title>
		<link>http://blogs.auroinfotech.com/2009/05/15/website-recommendations-web-hosting-talk/</link>
		<comments>http://blogs.auroinfotech.com/2009/05/15/website-recommendations-web-hosting-talk/#comments</comments>
		<pubDate>Fri, 15 May 2009 11:56:34 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[General News]]></category>
		<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[Website Recommendations]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[microsoft]]></category>

		<guid isPermaLink="false">http://auroinfotech.com/blogs/?p=303</guid>
		<description><![CDATA[Web Hosting Talk is a leading discussion forum for web hosts around the world. We recommend Web Hosting Talk website to any one with interests or inclination towards learning the latest aspects in web hosting industry. We hang out on web hosting talk quite often as it provides the latest scoop on all the things [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Web Hosting Talk" href="http://www.webhostingtalk.com" target="_blank">Web Hosting Talk</a> is a leading discussion forum for web hosts around the world.</p>
<p>We recommend Web Hosting Talk website to any one with interests or inclination towards learning the latest aspects in web hosting industry. We hang out on web hosting talk quite often as it provides the latest scoop on all the things that happen in this industry.</p>
<p>Various aspects of web hosting are discussed on this site such as shared hosting, VPS, dedicated hosting, etc. I have seen experts in each area such as Payment Gateways, SSLs, eCommerce, Bandwidth providers, etc share their thoughts on relevant fields.</p>
<p>The nature of the audience to this site is small and medium web hosts with a huge number of new entrants coming into web hosting industry, hanging out there quite often. The exponential growth of web hosting industry around the world is primarily due to the proportionate growth in internet broadband usage and spread around the world, thus resulting in more and more businesses trying to establish a online presence. The industry is considered to grow to a multi-billion dollar one in the near future and that is one reason why big players like Amazon, Microsoft, etc are trying to get their hand on this pie using the cloud computing model, which is a logical extension of today&#8217;s web hosting models.</p>
<p>We have also spent some time on Web Hosting Talk in the past and believe that it is one of the ideal forum models for any business trying to build a forum based community online.</p>
<p>Do check it out and share your views here.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.auroinfotech.com/2009/05/15/website-recommendations-web-hosting-talk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Website Recommendations &#8211; High Scalability</title>
		<link>http://blogs.auroinfotech.com/2009/05/13/website-recommendation-high-scalability/</link>
		<comments>http://blogs.auroinfotech.com/2009/05/13/website-recommendation-high-scalability/#comments</comments>
		<pubDate>Thu, 14 May 2009 03:03:36 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[General News]]></category>
		<category><![CDATA[Website Recommendations]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[plentyoffish]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[YouTube]]></category>

		<guid isPermaLink="false">http://auroinfotech.com/blogs/?p=289</guid>
		<description><![CDATA[Scalability is a very important aspect of any website that caters to or plans to cater to a large audience. High Scalability is one website we would like to recommend to all our readers as this website focuses on providing specific details about how top websites in the world handled their scalability related requirements. Some [...]]]></description>
			<content:encoded><![CDATA[<p>Scalability is a very important aspect of any website that caters to or plans to cater to a large audience.</p>
<p><a title="High Scalability Recommendations for websites" href="http://highscalability.com/" target="_blank">High Scalability</a> is one website we would like to recommend to all our readers as this website focuses on providing specific details about how top websites in the world handled their scalability related requirements.</p>
<p>Some of the top rated articles on High Scalability website are the ones about You Tube, PlentyOfFish, Google, Flickr, Amazon and Twitter.</p>
<p>If you have visited this site earlier, let us know what you think about it. If you have not visited it before, please do add it to your daily reading list as it will help you in your understanding of any high performance website.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.auroinfotech.com/2009/05/13/website-recommendation-high-scalability/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

