<?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>2020Media.com Blog &#187; joomla</title>
	<atom:link href="http://www.2020media.com/blog/tags/joomla/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.2020media.com/blog</link>
	<description>News, tips and reviews from one of Britain's leading hosting companies</description>
	<lastBuildDate>Tue, 24 Aug 2010 15:07:25 +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>Joomla News</title>
		<link>http://www.2020media.com/blog/2010/07/joomla-tips/</link>
		<comments>http://www.2020media.com/blog/2010/07/joomla-tips/#comments</comments>
		<pubDate>Fri, 23 Jul 2010 11:44:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[extensions]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[joomla]]></category>

		<guid isPermaLink="false">http://www.2020media.com/blog/?p=246</guid>
		<description><![CDATA[Here&#8217;s a few extensions for Joomla CMS that we&#8217;ve found very useful so we thought&#8217;d we&#8217;d share them with you.

jLoginAlert Emails you when someone tries to login to your site.
Mobile Joomla Reformats your site to fit mobiles
JoomArt Extensions Manager Centralised management and updating of extensions
Docman document/download manager with user login, notifications and a big supporting [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_248" class="wp-caption alignright" style="width: 247px"><a href="http://www.2020media.com/content/view/184/27/"><img class="size-full wp-image-248" title="joomla-hosting" src="http://www.2020media.com/blog/wp-content/uploads/2010/07/joomla-hosting.gif" alt="Joomla logo" width="237" height="95" /></a><p class="wp-caption-text">Joomla Hosting</p></div>
<p>Here&#8217;s a few extensions for <a href="http://www.2020media.com/content/view/184/27/" target="_blank">Joomla CMS</a> that we&#8217;ve found very useful so we thought&#8217;d we&#8217;d share them with you.</p>
<ul>
<li><a href="http://extensions.joomla.org/extensions/access-a-security/site-security/9491" target="_blank">jLoginAlert</a> Emails you when someone tries to login to your site.</li>
<li><a href="http://www.mobilejoomla.com/" target="_blank">Mobile Joomla</a> Reformats your site to fit mobiles</li>
<li><a href="http://wiki.joomlart.com/wiki/JA_Extensions_Manager/Overview" target="_blank">JoomArt Extensions Manager</a> Centralised management and updating of extensions</li>
<li><a href="http://www.joomlatools.eu/products/docman.html" target="_blank">Docman</a> document/download manager with user login, notifications and a big supporting community.</li>
<li><a href="http://virtuemart.net/" target="_blank">VirtueMart</a> free ecommerce extension that can also be used as a catalogue.</li>
<li><a href="http://extensions.joomla.org/extensions/site-management/url-redirection/7189" target="_blank">ReDJ</a> allows you to create short urls on your site that redirect to actual pages. See <a href="http://www.2020media.com/contact" target="_blank">www.2020media.com/contact</a> for an example.</li>
</ul>
<p>Coming soon for Joomla fans is going to be the release of <a href="http://www.joomla.org/component/content/article/5252.html" target="_blank">Joomla 1.6</a>. This is actually quite a major update, the current 1.5 release has been going for around 3 years and the release of 1.6 will open up Joomla far more to integrate with other services. This is an approach the <a href="http://www.2020media.com/content/view/204/27/" target="_blank">Drupal</a> has used very successfully so its a case of Joomla catching up with how the web is developing now.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.2020media.com/blog/2010/07/joomla-tips/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to reset Joomla and Wordpress passwords</title>
		<link>http://www.2020media.com/blog/2009/07/how-to-reset-joomla-and-wordpress-passwords/</link>
		<comments>http://www.2020media.com/blog/2009/07/how-to-reset-joomla-and-wordpress-passwords/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 14:06:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.2020media.com/blog/?p=58</guid>
		<description><![CDATA[Joomla
Using any MySQL admin tool, (PHPMyAdmin), run the following query, entering your own choice of password:
UPDATE jos_users SET password = MD5("new-password") WHERE  jos_users.username = "admin"; 
If you&#8217;re using a different username to admin, change as appropriate.
If this doesn&#8217;t work, try changing jos_users to mos_users.
Wordpress
If you know your username and the email account in your profile, [...]]]></description>
			<content:encoded><![CDATA[<h3>Joomla</h3>
<p>Using any MySQL admin tool, (PHPMyAdmin), run the following query, entering your own choice of password:</p>
<pre><span style="color: #0000ff;">UPDATE jos_users SET password = MD5("new-password") WHERE  jos_users.username = "admin"; </span></pre>
<p>If you&#8217;re using a different username to admin, change as appropriate.</p>
<p><em>If this doesn&#8217;t work, try changing <span style="color: #0000ff;">jos_users</span> to <span style="color: #ff0000;">mos_users</span>.</em></p>
<h3>Wordpress</h3>
<p>If you know your username and the email account in your profile, you can use the &#8220;lost password&#8221; function -</p>
<ul>
<li>Go to your Wordpress Login page (something like <a title="http://codex.wordpress.org/Resetting_your_password" href="http://codex.wordpress.org/Resetting_your_password">http://yoursite.com/wordpress/wp-login.php</a>)</li>
<li>Click on lost password</li>
</ul>
<p>If you can&#8217;t use this method, here&#8217;s how to do it in MySQL.</p>
<p>Using any MySQL admin tool, (PHPMyAdmin), run the following query, entering your own choice of password.</p>
<pre><span style="color: #0000ff;">UPDATE wp_users SET user_pass = MD5("new-password") WHERE wp_users.user_login = "admin";</span></pre>
<p>Notes: You must have access to your database.  If you don&#8217;t, pass these instructions on to someone that does.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.2020media.com/blog/2009/07/how-to-reset-joomla-and-wordpress-passwords/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
