<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Basic Joomla installation tutorial</title>
	<atom:link href="http://www.online-tech-tips.com/web-site-tips/how-to-install-joomla/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.online-tech-tips.com/web-site-tips/how-to-install-joomla/</link>
	<description></description>
	<lastBuildDate>Mon, 23 Jan 2012 22:28:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Karen</title>
		<link>http://www.online-tech-tips.com/web-site-tips/how-to-install-joomla/comment-page-1/#comment-37227</link>
		<dc:creator>Karen</dc:creator>
		<pubDate>Wed, 12 May 2010 09:01:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.online-tech-tips.com/?p=11257#comment-37227</guid>
		<description>Thanks a lot. This very helpful. :)</description>
		<content:encoded><![CDATA[<p>Thanks a lot. This very helpful. <img src='http://www.online-tech-tips.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eDesign</title>
		<link>http://www.online-tech-tips.com/web-site-tips/how-to-install-joomla/comment-page-1/#comment-36048</link>
		<dc:creator>eDesign</dc:creator>
		<pubDate>Wed, 21 Apr 2010 22:20:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.online-tech-tips.com/?p=11257#comment-36048</guid>
		<description>Great step by step tutorial.thanks for the nice instructions, this is best for beginers who are new in learning Joomla and web design and development.

Another related tutorials:
techadi.com/joomla-howtos/55-how-to-install-joomla-on-local-computer.html

Transfer Joomla site from local to host server:
techadi.com/joomla-howtos/34-how-to-transfer-joomla-site-from-local-to-host-server.html</description>
		<content:encoded><![CDATA[<p>Great step by step tutorial.thanks for the nice instructions, this is best for beginers who are new in learning Joomla and web design and development.</p>
<p>Another related tutorials:<br />
techadi.com/joomla-howtos/55-how-to-install-joomla-on-local-computer.html</p>
<p>Transfer Joomla site from local to host server:<br />
techadi.com/joomla-howtos/34-how-to-transfer-joomla-site-from-local-to-host-server.html</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Miriane</title>
		<link>http://www.online-tech-tips.com/web-site-tips/how-to-install-joomla/comment-page-1/#comment-35897</link>
		<dc:creator>Miriane</dc:creator>
		<pubDate>Mon, 19 Apr 2010 19:43:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.online-tech-tips.com/?p=11257#comment-35897</guid>
		<description>O tutorial que me ajudou de verdade!

Muito bom, obrigada pela explicação simples e eficiente.</description>
		<content:encoded><![CDATA[<p>O tutorial que me ajudou de verdade!</p>
<p>Muito bom, obrigada pela explicação simples e eficiente.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nano</title>
		<link>http://www.online-tech-tips.com/web-site-tips/how-to-install-joomla/comment-page-1/#comment-30443</link>
		<dc:creator>nano</dc:creator>
		<pubDate>Thu, 14 Jan 2010 04:37:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.online-tech-tips.com/?p=11257#comment-30443</guid>
		<description>after database configuration step, this is what i got. i am using windows vista..i have no idea why did i get this query like structure instead of the next step..

BLOB/TEXT column &#039;name&#039; can&#039;t have a default value SQL=CREATE TABLE `jos_banner` ( `bid` int(11) NOT NULL auto_increment, `cid` int(11) NOT NULL default &#039;0&#039;, `type` varchar(90) NOT NULL default &#039;banner&#039;, `name` TEXT NOT NULL default &#039;&#039;, `alias` varchar(255) NOT NULL default &#039;&#039;, `imptotal` int(11) NOT NULL default &#039;0&#039;, `impmade` int(11) NOT NULL default &#039;0&#039;, `clicks` int(11) NOT NULL default &#039;0&#039;, `imageurl` varchar(100) NOT NULL default &#039;&#039;, `clickurl` varchar(200) NOT NULL default &#039;&#039;, `date` datetime default NULL, `showBanner` tinyint(1) NOT NULL default &#039;0&#039;, `checked_out` tinyint(1) NOT NULL default &#039;0&#039;, `checked_out_time` datetime NOT NULL default &#039;0000-00-00 00:00:00&#039;, `editor` varchar(150) default NULL, `custombannercode` text, `catid` INTEGER UNSIGNED NOT NULL DEFAULT 0, `description` TEXT NOT NULL DEFAULT &#039;&#039;, `sticky` TINYINT(1) UNSIGNED NOT NULL DEFAULT 0, `ordering` INTEGER NOT NULL DEFAULT 0, `publish_up` datetime NOT NULL default &#039;0000-00-00 00:00:00&#039;, `publish_down` datetime NOT NULL default &#039;0000-00-00 00:00:00&#039;, `tags` TEXT NOT NULL DEFAULT &#039;&#039;, `params` TEXT NOT NULL DEFAULT &#039;&#039;, PRIMARY KEY (`bid`), KEY `viewbanner` (`showBanner`), INDEX `idx_banner_catid`(`catid`) ) TYPE=MyISAM

help!</description>
		<content:encoded><![CDATA[<p>after database configuration step, this is what i got. i am using windows vista..i have no idea why did i get this query like structure instead of the next step..</p>
<p>BLOB/TEXT column &#8216;name&#8217; can&#8217;t have a default value SQL=CREATE TABLE `jos_banner` ( `bid` int(11) NOT NULL auto_increment, `cid` int(11) NOT NULL default &#8217;0&#8242;, `type` varchar(90) NOT NULL default &#8216;banner&#8217;, `name` TEXT NOT NULL default &#8221;, `alias` varchar(255) NOT NULL default &#8221;, `imptotal` int(11) NOT NULL default &#8217;0&#8242;, `impmade` int(11) NOT NULL default &#8217;0&#8242;, `clicks` int(11) NOT NULL default &#8217;0&#8242;, `imageurl` varchar(100) NOT NULL default &#8221;, `clickurl` varchar(200) NOT NULL default &#8221;, `date` datetime default NULL, `showBanner` tinyint(1) NOT NULL default &#8217;0&#8242;, `checked_out` tinyint(1) NOT NULL default &#8217;0&#8242;, `checked_out_time` datetime NOT NULL default &#8217;0000-00-00 00:00:00&#8242;, `editor` varchar(150) default NULL, `custombannercode` text, `catid` INTEGER UNSIGNED NOT NULL DEFAULT 0, `description` TEXT NOT NULL DEFAULT &#8221;, `sticky` TINYINT(1) UNSIGNED NOT NULL DEFAULT 0, `ordering` INTEGER NOT NULL DEFAULT 0, `publish_up` datetime NOT NULL default &#8217;0000-00-00 00:00:00&#8242;, `publish_down` datetime NOT NULL default &#8217;0000-00-00 00:00:00&#8242;, `tags` TEXT NOT NULL DEFAULT &#8221;, `params` TEXT NOT NULL DEFAULT &#8221;, PRIMARY KEY (`bid`), KEY `viewbanner` (`showBanner`), INDEX `idx_banner_catid`(`catid`) ) TYPE=MyISAM</p>
<p>help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jens</title>
		<link>http://www.online-tech-tips.com/web-site-tips/how-to-install-joomla/comment-page-1/#comment-29569</link>
		<dc:creator>Jens</dc:creator>
		<pubDate>Mon, 28 Dec 2009 12:54:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.online-tech-tips.com/?p=11257#comment-29569</guid>
		<description>I&#039;m not such a big fan of blogs, but after reading your article on Joomla, I am more interested. </description>
		<content:encoded><![CDATA[<p>I&#8217;m not such a big fan of blogs, but after reading your article on Joomla, I am more interested.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mukunda</title>
		<link>http://www.online-tech-tips.com/web-site-tips/how-to-install-joomla/comment-page-1/#comment-29441</link>
		<dc:creator>Mukunda</dc:creator>
		<pubDate>Fri, 25 Dec 2009 10:58:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.online-tech-tips.com/?p=11257#comment-29441</guid>
		<description>Hi there,
I have downloaded Joomla and got the zip file in the htdocs folder and named it as myjoomla. I have only tried to paste the URL http://localhost/myJoomla. I get an error message saying 

&quot; Object not found!

The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again.

If you think this is a server error, please contact the webmaster.
Error 404
localhost
12/25/09 16:23:44
Apache/2.2.11 (Win32) DAV/2 mod_ssl/2.2.11 OpenSSL/0.9.8i mod_autoindex_color PHP/5.2.8.

Could you let me know how I can install Joomla if this is the case. I have XAMPP open and downloaded Joomla 1.5.15 version (latest).

Kindly assist and this would be of great help as we are trying to save a river bed and a timely response would greatly help our cause.

Many Thanks.</description>
		<content:encoded><![CDATA[<p>Hi there,<br />
I have downloaded Joomla and got the zip file in the htdocs folder and named it as myjoomla. I have only tried to paste the URL <a href="http://localhost/myJoomla" rel="nofollow">http://localhost/myJoomla</a>. I get an error message saying </p>
<p>&#8221; Object not found!</p>
<p>The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again.</p>
<p>If you think this is a server error, please contact the webmaster.<br />
Error 404<br />
localhost<br />
12/25/09 16:23:44<br />
Apache/2.2.11 (Win32) DAV/2 mod_ssl/2.2.11 OpenSSL/0.9.8i mod_autoindex_color PHP/5.2.8.</p>
<p>Could you let me know how I can install Joomla if this is the case. I have XAMPP open and downloaded Joomla 1.5.15 version (latest).</p>
<p>Kindly assist and this would be of great help as we are trying to save a river bed and a timely response would greatly help our cause.</p>
<p>Many Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rasoul</title>
		<link>http://www.online-tech-tips.com/web-site-tips/how-to-install-joomla/comment-page-1/#comment-29287</link>
		<dc:creator>rasoul</dc:creator>
		<pubDate>Tue, 22 Dec 2009 13:44:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.online-tech-tips.com/?p=11257#comment-29287</guid>
		<description>Hi, 

I have 3 problems when installing Joomla on Fedora11:

1 - in second step of install my configuration.php is NO and i dont understand its problem
2 - in install information ... when i click the button this message is shown:Error: the XML response that was returned from the server is invalid
3 - when i delete installation folder and run joomla in browser I get a lot of errors which in first line is:

Strict Standards: Non-static method JLoader::import() should not be called statically in /opt/lampp/htdocs/joomla/libraries/joomla/import.php on line 29</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>I have 3 problems when installing Joomla on Fedora11:</p>
<p>1 &#8211; in second step of install my configuration.php is NO and i dont understand its problem<br />
2 &#8211; in install information &#8230; when i click the button this message is shown:Error: the XML response that was returned from the server is invalid<br />
3 &#8211; when i delete installation folder and run joomla in browser I get a lot of errors which in first line is:</p>
<p>Strict Standards: Non-static method JLoader::import() should not be called statically in /opt/lampp/htdocs/joomla/libraries/joomla/import.php on line 29</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: www.isupportguy.com</title>
		<link>http://www.online-tech-tips.com/web-site-tips/how-to-install-joomla/comment-page-1/#comment-23242</link>
		<dc:creator>www.isupportguy.com</dc:creator>
		<pubDate>Tue, 04 Aug 2009 11:35:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.online-tech-tips.com/?p=11257#comment-23242</guid>
		<description>Get professional Joomla Installation for $49.
Visit www.isupportguy.com for quick installation.</description>
		<content:encoded><![CDATA[<p>Get professional Joomla Installation for $49.<br />
Visit <a href="http://www.isupportguy.com" rel="nofollow">http://www.isupportguy.com</a> for quick installation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to create web pages in Joomla!</title>
		<link>http://www.online-tech-tips.com/web-site-tips/how-to-install-joomla/comment-page-1/#comment-19158</link>
		<dc:creator>How to create web pages in Joomla!</dc:creator>
		<pubDate>Wed, 08 Apr 2009 21:09:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.online-tech-tips.com/?p=11257#comment-19158</guid>
		<description>[...] have shown you how to install Joolma and how to customize Joomla templates.  Now I will show you how to actually add content to a [...]</description>
		<content:encoded><![CDATA[<p>[...] have shown you how to install Joolma and how to customize Joomla templates.  Now I will show you how to actually add content to a [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to change a Joomla site template</title>
		<link>http://www.online-tech-tips.com/web-site-tips/how-to-install-joomla/comment-page-1/#comment-18978</link>
		<dc:creator>How to change a Joomla site template</dc:creator>
		<pubDate>Fri, 03 Apr 2009 10:41:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.online-tech-tips.com/?p=11257#comment-18978</guid>
		<description>[...] on Friday, April 3rd 2009&#160;&#160;&#160;  3Apr         Previously we have shown you how to install Joomla!, a free CMS web application that you can use for your own site.  By default it has a basic Joomla! [...]</description>
		<content:encoded><![CDATA[<p>[...] on Friday, April 3rd 2009&nbsp;&nbsp;&nbsp;  3Apr         Previously we have shown you how to install Joomla!, a free CMS web application that you can use for your own site.  By default it has a basic Joomla! [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amrinder</title>
		<link>http://www.online-tech-tips.com/web-site-tips/how-to-install-joomla/comment-page-1/#comment-18973</link>
		<dc:creator>amrinder</dc:creator>
		<pubDate>Fri, 03 Apr 2009 09:54:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.online-tech-tips.com/?p=11257#comment-18973</guid>
		<description>Thanks for your help on installing Joomla! Please write a post on how to create a website with Joomla also! </description>
		<content:encoded><![CDATA[<p>Thanks for your help on installing Joomla! Please write a post on how to create a website with Joomla also!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sayde</title>
		<link>http://www.online-tech-tips.com/web-site-tips/how-to-install-joomla/comment-page-1/#comment-18673</link>
		<dc:creator>sayde</dc:creator>
		<pubDate>Wed, 25 Mar 2009 10:49:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.online-tech-tips.com/?p=11257#comment-18673</guid>
		<description>Thanks for helping me install Joomla!</description>
		<content:encoded><![CDATA[<p>Thanks for helping me install Joomla!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)
Database Caching 2/20 queries in 0.005 seconds using disk
Object Caching 437/445 objects using disk

Served from: www.online-tech-tips.com @ 2012-02-13 08:23:49 -->
