<?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>Beerwin&#039;s blog</title>
	<atom:link href="http://www.blog.beerwin.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blog.beerwin.com</link>
	<description>Beerwin&#039;s World of Stuff blog - things that have no place on the main site</description>
	<lastBuildDate>Sat, 15 Oct 2011 00:49:39 +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>Ubuntu gotcha</title>
		<link>http://www.blog.beerwin.com/2011/10/15/ubuntu-gotcha/</link>
		<comments>http://www.blog.beerwin.com/2011/10/15/ubuntu-gotcha/#comments</comments>
		<pubDate>Sat, 15 Oct 2011 00:29:37 +0000</pubDate>
		<dc:creator>beerwin</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[problems]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.blog.beerwin.com/?p=374</guid>
		<description><![CDATA[  Today i updated my Ubuntu to the new 11.10 Oneiric&#8230; And i spent 3 hours to get it work again. The problem is, that the update is buggy. At least it was on my rig. But reading the forums, there were plenty of other people having the exactly same problem: You can&#8217;t go past [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="ubuntu" src="http://www.ubuntu.com/sites/default/themes/ubuntu10/images/footer_logo.png" alt="" width="118" height="27" />  Today i updated my Ubuntu to the new 11.10 Oneiric&#8230; And i spent 3 hours to get it work again.</p>
<p>The problem is, that the update is buggy. At least it was on my rig. But reading the forums, there were plenty of other people having the exactly same problem: You can&#8217;t go past the login screen. Or you can&#8217;t go past the startup screen.</p>
<p>The source of the problem is, that Ubuntu switched from gdm to lightdm, but somehow they forgot to completely get rid of gdm. And some other tiny problems.</p>
<p>After hours of struggle, i&#8217;ve found this: <a title="http://askubuntu.com/questions/66482/cant-login-after-installing-11-10" href="http://askubuntu.com/questions/66482/cant-login-after-installing-11-10">http://askubuntu.com/questions/66482/cant-login-after-installing-11-10</a>.</p>
<p>It solved my problem</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.beerwin.com/2011/10/15/ubuntu-gotcha/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Repair a crippled Joomla installation (for Joomla! 1.5)</title>
		<link>http://www.blog.beerwin.com/2010/01/04/repair-a-crippled-joomla-installation-for-joomla-15/</link>
		<comments>http://www.blog.beerwin.com/2010/01/04/repair-a-crippled-joomla-installation-for-joomla-15/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 08:22:45 +0000</pubDate>
		<dc:creator>beerwin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[problems]]></category>

		<guid isPermaLink="false">http://www.blog.beerwin.com/?p=353</guid>
		<description><![CDATA[For this post to have a meaning, you have to read the A method to repair a crippled Joomla! installation A joomla! 1.5 installation does not differ much from a 1.0 installation (for a non-programmer&#8217;s eye, the programming model is totally different), but the configuration file has been changed. Instead of a list of standalone [...]]]></description>
			<content:encoded><![CDATA[<p>For this post to have a meaning, you have to read the <a href="http://www.blog.beerwin.com/2008/11/05/a-method-to-repair-a-crippled-joomla-installation/">A method to repair a crippled Joomla! installation</a></p>
<p>A joomla! 1.5 installation does not differ much from a 1.0 installation (for a non-programmer&#8217;s eye, the programming model is totally different), but the configuration file has been changed. Instead of a list of standalone constants, everything is thrown into a class, and the mosConfig part from the variable names is missing.</p>
<p>Everything is working the same as in the Joomla! 1.0, except step 9., where you have to replace the following values:</p>
<p>a:)<br />
var $log_path = &#8216;yoursitemaindir/jxcms/logs&#8217;;<br />
to<br />
var $log_path = &#8216;yoursitemaindir/logs&#8217;;<br />
b:)<br />
var $tmp_path = &#8216;yoursitemaindir/jxcms/tmp&#8217;;<br />
to<br />
var $tmp_path = &#8216;yoursitemaindir/tmp&#8217;;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.beerwin.com/2010/01/04/repair-a-crippled-joomla-installation-for-joomla-15/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>For beginner forum admins, or what is the simplest method of checking an individual subscriber</title>
		<link>http://www.blog.beerwin.com/2009/12/26/for-beginner-forum-admins-or-what-is-the-simplest-method-of-checking-an-individual-subscriber/</link>
		<comments>http://www.blog.beerwin.com/2009/12/26/for-beginner-forum-admins-or-what-is-the-simplest-method-of-checking-an-individual-subscriber/#comments</comments>
		<pubDate>Sat, 26 Dec 2009 15:18:40 +0000</pubDate>
		<dc:creator>beerwin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[forum security]]></category>
		<category><![CDATA[registrations]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[spambots]]></category>

		<guid isPermaLink="false">http://www.blog.beerwin.com/?p=348</guid>
		<description><![CDATA[The good thing in collecting the e-mail address of the subscriber is, that you can check if that e-mail address is used by someone or it&#8217;s just an random string. How? Just google it, and there is near 80% chance to get some information about, or connected with the specific e-mail address, such as another [...]]]></description>
			<content:encoded><![CDATA[<p>The good thing in collecting the e-mail address of the subscriber is, that you can check if that e-mail address is used by someone or it&#8217;s just an random string.</p>
<p><span id="more-348"></span></p>
<p>How? Just google it, and there is near 80% chance to get some information about, or connected with the specific e-mail address, such as another blog post, or a public user listing, or a spambot catch page. If you can&#8217;t get any information about the subscriber, do&#8217;nt worry, there is another method to filter it(him/her) out. This latter method takes some time, as you have to check, if the subscriber is active or not, posting useful informations or valid questions on the forum. If the subscriber is not active (logged in a long time ago or never), posting nonsense, you can easily delete the related user account. This is why you have to keep your forum moderated.</p>
<p>If your forum is too large for one moderator already, choose the most active and most loyal users, and ask them if they are willing to moderate certain sections or the entire forum for you. Supervising 4 or 5 people instead of 400 is much easier, and they will do the rest of the job.</p>
<p>Returning to the googling method:</p>
<p>The method is not foolproof, but lets you filter out the most obvious and most known spam attempts, and that&#8217;s quiet enough. Be aware. As your site grows in content ands popularity, the chance to get spammed grows exponentially. Many good forum software has built-in capability to help in filtering out these scams, but human presence is always needed.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.beerwin.com/2009/12/26/for-beginner-forum-admins-or-what-is-the-simplest-method-of-checking-an-individual-subscriber/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Victims</title>
		<link>http://www.blog.beerwin.com/2009/11/24/victims/</link>
		<comments>http://www.blog.beerwin.com/2009/11/24/victims/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 14:09:43 +0000</pubDate>
		<dc:creator>beerwin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[greed]]></category>
		<category><![CDATA[personal security]]></category>
		<category><![CDATA[phishing]]></category>
		<category><![CDATA[stupidity]]></category>

		<guid isPermaLink="false">http://www.blog.beerwin.com/?p=343</guid>
		<description><![CDATA[Hi all! It&#8217;s been a long time since i wrote an article here. I&#8217;m observing a deep stupidity which sits somwhere behind desks and home computers. Many people are sending and forwarding some idiotic messages which are pretending, that well known and rich companies are giving away a lot of money for just forwarding that [...]]]></description>
			<content:encoded><![CDATA[<p>Hi all!</p>
<p>It&#8217;s been a long time since i wrote an article here.</p>
<p>I&#8217;m observing a deep stupidity which sits somwhere behind desks and home computers. Many people are sending and forwarding some idiotic messages which are pretending, that well known and rich companies are giving away a lot of money for just forwarding that message. And all that money for just an e-mail forwarding and several so-called non-relevant information: Your home address, and perhaps a little more.</p>
<p><span id="more-343"></span>The sad thing is, that ther are so many information sites, advises which are saying, please verify it before acting, but it seems that many people are unaware, or even not willing to hear them.</p>
<p>This is a greedy method of phishing, using social engineering techniques, since it reaches a large part of the society, and as internet reaches the farthest areas in the world, this part grows every day.</p>
<p>You may ask: what should i do if i got such a message? Just a few steps and you&#8217;ll be safer:</p>
<p>1. Check the sender of the message: if you don&#8217;t know the sender, just delete the message. It is 99% certain, that the message is spam.</p>
<p>2. If you know the sender: Just think about his/her habits, living conditions, etc. Check the message title. If it contains a Re, Fwd, etc. words, you can be certain, the sender of the message got it from someone else. Verdict: delete the message.</p>
<p>3. If  you aren&#8217;t certain yet: save the message, and ask the sender, what this message is. If the answer is like &#8220;you can get a lot of money if you will forward it &#8220;, &#8220;i was already contacted&#8221;, &#8220;i don&#8217;t know&#8221;, etc. the verdict is the same: delete the message.</p>
<p>Step 1, 2, 3, <strong>4</strong>: <strong>DON&#8217;T FORWARD THE MESSAGE.</strong></p>
<p>WHY?!!</p>
<p>Somehow (I just don&#8217;t wish to write how (due to lack of time)) this message will get back to the original sender, with a huge list of e-mail addresses. He will have a lot of useful and REAL e-mail addresses, which can be used for spamming, phishing(collecting sensitive informations, such as bank account authentication data &#8211; usernames, passwords, PIN codes, geographical addresses, habits, interests, etc.). By tese means, you can seriously compromise your personal security and financial independence, and you may get a lot of other problems.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.beerwin.com/2009/11/24/victims/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Content spammers</title>
		<link>http://www.blog.beerwin.com/2009/06/22/333/</link>
		<comments>http://www.blog.beerwin.com/2009/06/22/333/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 06:08:39 +0000</pubDate>
		<dc:creator>beerwin</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.blog.beerwin.com/?p=333</guid>
		<description><![CDATA[Today i decided to adopt a zero tolerance against spammers on this site. Their comments will not be even moderated, just dropped immediately, and their IP address will be banned here. The owners of these IP addresses will not have the right to post any comments, or use any services from BWS sites. Why? Many [...]]]></description>
			<content:encoded><![CDATA[<p>Today i decided to adopt a zero tolerance against spammers on this site. Their comments will not be even moderated, just dropped immediately, and their IP address will be banned here. The owners of these IP addresses will not have the right to post any comments, or use any services from BWS sites.</p>
<p>Why? Many spam comments are coming as legitimate ones, apparently with an acceptable content, but all of them are linking to som dubious sites with references and links to well known industry segments, who are ofte recurring to these methods of advertising.</p>
<p>Every comment or message of this kind will be reported, and these IP addresses, or even IP address groups may be banned or blacklisted worldwide.</p>
<p>PLEASE don&#8217;t bother me anymore!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.beerwin.com/2009/06/22/333/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Blog engine update</title>
		<link>http://www.blog.beerwin.com/2009/06/03/blog-engine-update/</link>
		<comments>http://www.blog.beerwin.com/2009/06/03/blog-engine-update/#comments</comments>
		<pubDate>Tue, 02 Jun 2009 21:27:31 +0000</pubDate>
		<dc:creator>beerwin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.blog.beerwin.com/?p=330</guid>
		<description><![CDATA[I have my blog engine updated yesterdays and i am very pleased wit this version of WordPress (2.7) and already waiting for the 2.8 edition. What i like in this release, that it easily updated it&#8217;s database without any problem. I just have overwritten the old installation&#8217;s files and voila. When i logged in, the [...]]]></description>
			<content:encoded><![CDATA[<p>I have my blog engine updated yesterdays and i am very pleased wit this version of WordPress (2.7) and already waiting for the 2.8 edition.</p>
<p>What i like in this release, that it easily updated it&#8217;s database without any problem. I just have overwritten the old installation&#8217;s files and voila. When i logged in, the installation system just updated my DB in a couple of seconds, and i had nothing to do, except of customizing the admin area. Drag&#8217;n'drop and many other nifty things are built into this new version.</p>
<p>What i don&#8217;t like, is that updating does&#8217;nt work at all. Hopefully it will be allright in the next release.</p>
<p>Summa summarum, WordPress is a very good and robust blogging software, and also looks great!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.beerwin.com/2009/06/03/blog-engine-update/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Bloody templates</title>
		<link>http://www.blog.beerwin.com/2009/05/14/bloody-templates/</link>
		<comments>http://www.blog.beerwin.com/2009/05/14/bloody-templates/#comments</comments>
		<pubDate>Thu, 14 May 2009 19:18:24 +0000</pubDate>
		<dc:creator>beerwin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[bloody]]></category>
		<category><![CDATA[donation]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[templates]]></category>

		<guid isPermaLink="false">http://www.blog.beerwin.com/?p=319</guid>
		<description><![CDATA[I&#8217;m already working in web design for two and a half years and my head is full with &#8220;use that and that template&#8221; and &#8220;use that and that from that and that template&#8221; so much, that i decided to write it somewhere. My blog was the most suitable place for this. Here are some expereience-born [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m already working in web design for two and a half years and my head is full with &#8220;use that and that template&#8221; and &#8220;use that and that from that and that template&#8221; so much, that i decided to write it somewhere. My blog was the most suitable place for this.</p>
<p>Here are some expereience-born rules which may be good for you too (These things are for developers who are just starting in this big internet-thing):</p>
<p><span id="more-319"></span></p>
<p>1. Never use templates (especially when using CMS systems)</p>
<p>Exception: when all the other ways are ran out.</p>
<p>Why? templates ar tending to encompass you. They are a major blocking factor in the way of developement, especially beauty and top-notch things. There are many good javascript tools that may break the template and vice-versa.</p>
<p>2. In the exception above: to find the best, always compare them with others. Use commercial ones and only the best. WARNING! may be quiet expensive.</p>
<p>3. Learn to the smallest details possible: If you get a CMS system, or you are using one, learn how to create a template for it, and do it yourself.</p>
<p>4. When i said never use templates, i did&#8217;nt mean technologies. Pick up any good technology from the template, check for compatibility and use it (but always check for alternatives first).</p>
<p>5. Consult templates, but only for colors, font sizes, typography, maybe layout, and built-in technology. Templates can learn you, but cannot take your place. What is done by you, is familiar to you. The worst thing is, to scavenge in someone&#8217;s work. I saw professional templates put together in a very poor manner. Of course, they fell apart for the first unconventional thing on the pages i aplied them for.</p>
<p>6. If you wish to get something, there are a lot of free and good alternatives, but they are&#8217;nt always the best ones. Afford some money to get really good or even exceptional commercial things. They are&#8217;nt always expensive. If you get a good freeware which gives opportunity to donate, if you can afford, help it&#8217;s developer by a few bucks (even 2 dollars or euros can make a difference). This is the top level of appreciation for freeware developers.</p>
<p>Donating money is not always the only solution for them. Test their software and report problems or suggestions frequently. This helps improving them and creating quality software. Poor quality, bad or useless softs will not survive anyway.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.beerwin.com/2009/05/14/bloody-templates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Commenting reenabled</title>
		<link>http://www.blog.beerwin.com/2009/05/14/commenting-reenabled/</link>
		<comments>http://www.blog.beerwin.com/2009/05/14/commenting-reenabled/#comments</comments>
		<pubDate>Thu, 14 May 2009 18:55:03 +0000</pubDate>
		<dc:creator>beerwin</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.blog.beerwin.com/?p=318</guid>
		<description><![CDATA[Sorry for writing so late, but my other tasks went much tootime-consuming as i got very little time for my spare-time things. I decided to reenable commenting after almost four months of inactivity. I&#8217;m waiting for fresh comments to read and &#8220;eat&#8221;]]></description>
			<content:encoded><![CDATA[<p>Sorry for writing so late, but my other tasks went much tootime-consuming as i got very little time for my spare-time things.</p>
<p>I decided to reenable commenting after almost four months of inactivity. I&#8217;m waiting for fresh comments to read and &#8220;eat&#8221; <img src='http://www.blog.beerwin.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.beerwin.com/2009/05/14/commenting-reenabled/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Commenting disabled</title>
		<link>http://www.blog.beerwin.com/2009/02/16/commenting-disabled/</link>
		<comments>http://www.blog.beerwin.com/2009/02/16/commenting-disabled/#comments</comments>
		<pubDate>Mon, 16 Feb 2009 13:02:11 +0000</pubDate>
		<dc:creator>beerwin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[beeerwin]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[comments]]></category>
		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://www.blog.beerwin.com/?p=317</guid>
		<description><![CDATA[Today i checked my comment list and got no less than 1200 pieces of spam messages, no &#8220;real ones&#8221; had been in the list. I got tired of this damnt shit, and decided to disable comments on this blog. I&#8217;m sorry, but this is the only way to get rid of them. However, if you [...]]]></description>
			<content:encoded><![CDATA[<p>Today i checked my comment list and got no less than 1200 pieces of spam messages, no &#8220;real ones&#8221; had been in the list.</p>
<p>I got tired of this damnt shit, and decided to disable comments on this blog. I&#8217;m sorry, but this is the only way to get rid of them.</p>
<p>However, if you wish to send me comments about this, you can send a message to the support ( at ) beerwin dot com e-mail address, with the following subject format:</p>
<p>Blog: &lt;article title&gt; : your name</p>
<p>Thank you for your underestanding,</p>
<p>Beerwin</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.beerwin.com/2009/02/16/commenting-disabled/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A method to repair a crippled Joomla! installation</title>
		<link>http://www.blog.beerwin.com/2008/11/05/a-method-to-repair-a-crippled-joomla-installation/</link>
		<comments>http://www.blog.beerwin.com/2008/11/05/a-method-to-repair-a-crippled-joomla-installation/#comments</comments>
		<pubDate>Wed, 05 Nov 2008 11:13:15 +0000</pubDate>
		<dc:creator>beerwin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[problems]]></category>

		<guid isPermaLink="false">http://www.blog.beerwin.com/?p=315</guid>
		<description><![CDATA[Today, i encountered a problem with a Joomla! 1.0.15 installation: everything seemed to be OK, BUT! the wysiwyg editors&#8217; (i installed more) plugins, and dialogs did not work at all, i could&#8217;nt work with them at all. That should&#8217;nt be a proble, but my client knows nuts about how to update a web page. The [...]]]></description>
			<content:encoded><![CDATA[<p>Today, i encountered a problem with a Joomla! 1.0.15 installation: everything seemed to be OK, BUT! the wysiwyg editors&#8217; (i installed more) plugins, and dialogs did not work at all, i could&#8217;nt work with them at all. That should&#8217;nt be a proble, but my client knows nuts about how to update a web page. The wysiwyg was for him.</p>
<p>Be careful, this is a quiet complicated procedure, always use it as a LAST RESORT. AND BACKUP YOUR DB AND SITE DIRECTORY FIRST!</p>
<p>So, let&#8217;s get into the middle of the thing</p>
<p><span id="more-315"></span></p>
<p>Very first: Leave your old Joomla! installation as is</p>
<ol>
<li>create a subfolder in your main site dir and name it &#8220;jxcms&#8221;. Copy a fresh Joomla! 1.0.15 installation in this new folder.</li>
<li>start the installation of the new Joomla!.</li>
<li>install it into the same DB, but with different table prefix.</li>
<li>when the installation is complete, delete the &#8220;/installation&#8221; folder.</li>
<li>Log in into the newly installed Joomla! backend, go to Site &gt; Global Configuration &#8211; Database tab, and replace the MySQL Database Prefix field value with your old Joomla&#8217;s table prefix.</li>
<li>compare all directories between the old and new joomla! installation and copy all extra files from your old joomla! installation to the new. DO NOT OVERWRITE ANYTHING!</li>
<li>When finished, back up your old joomla! installation, but leave files there.</li>
<li>Copy all the files from your new joomla! instrallation to the old one and NOW OVERWRITE EVERYTHING.</li>
<li>Open your configuration.php and update the following:<br />
a:)<br />
$mosConfig_absolute_path = &#8216;yoursitemaindir/jxcms&#8217;<br />
to<br />
$mosConfig_absolute_path = &#8216;yoursitemaindir&#8217;;<br />
b:)<br />
$mosConfig_cachepath = &#8216;yoursitemaindir/jxcms/cache&#8217;;<br />
to<br />
$mosConfig_cachepath = &#8216;yoursitemaindir/cache&#8217;;<br />
c:)<br />
$mosConfig_live_site = &#8216;<a class="linkification-ext" title="Linkification: http://yoursitename/jxcms" href="http://yoursitename/jxcms">http://yoursitename/jxcms</a>&#8216;;<br />
to<br />
$mosConfig_live_site = &#8216;<a class="linkification-ext" title="Linkification: http://yoursitename" href="http://yoursitename">http://yoursitename</a>&#8216;;</li>
<li>If you wish, delete the new installation directory and the extra db tables.</li>
</ol>
<p>And that&#8217;s it, now everything must work fine with your site.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.beerwin.com/2008/11/05/a-method-to-repair-a-crippled-joomla-installation/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
	</channel>
</rss>

