<?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>Top Web Solutions. Hosting Solutions, Linux, Bash, SSH, Operation Systems. cPanel Control Panel, Fantastico Autoinstaller, Apache Web server, Gentoo Linux &#187; General</title>
	<atom:link href="http://www.top-web-solutions.com/cat/general/feed" rel="self" type="application/rss+xml" />
	<link>http://www.top-web-solutions.com</link>
	<description>cPanel Control Panel, Fantastico Autoinstaller, Apache Web server, Gentoo Linux</description>
	<lastBuildDate>Fri, 01 May 2009 13:22:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Magento: “Fatal error: Uncaught exception” erorr when trying to access Magento Connect manager</title>
		<link>http://www.top-web-solutions.com/magento-%e2%80%9cfatal-error-uncaught-exception%e2%80%9d-erorr-when-trying-to-access-magento-connect-manager.html</link>
		<comments>http://www.top-web-solutions.com/magento-%e2%80%9cfatal-error-uncaught-exception%e2%80%9d-erorr-when-trying-to-access-magento-connect-manager.html#comments</comments>
		<pubDate>Fri, 01 May 2009 13:22:35 +0000</pubDate>
		<dc:creator>Stan</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Hosting related]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.top-web-solutions.com/?p=272</guid>
		<description><![CDATA[That&#8217;s a known bug and is present in Magento since version 1.1.2 and still isn&#8217;t fixed. The solution is quite easy and takes less than 5 minutes :)
Simply edit the following file using cpanel&#8217;s file manager:
app/code/core/Mage/Core/Model/App.php
in it around line 558, you should find the following:
$id = $this-&#62;_currentStore;
which is the culprit. The solution is to chnage [...]]]></description>
		<wfw:commentRss>http://www.top-web-solutions.com/magento-%e2%80%9cfatal-error-uncaught-exception%e2%80%9d-erorr-when-trying-to-access-magento-connect-manager.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento &#8216;404 error: Page not found&#8217; fix</title>
		<link>http://www.top-web-solutions.com/magento-404-error-page-not-found-fix.html</link>
		<comments>http://www.top-web-solutions.com/magento-404-error-page-not-found-fix.html#comments</comments>
		<pubDate>Wed, 01 Apr 2009 11:41:52 +0000</pubDate>
		<dc:creator>Stan</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Hosting related]]></category>
		<category><![CDATA[Tips`n`Tricks]]></category>
		<category><![CDATA[Web Hosting]]></category>

		<guid isPermaLink="false">http://www.top-web-solutions.com/?p=259</guid>
		<description><![CDATA[The resons for this issue can be quite a few. The issue itself however has the same root in most of the cases. If this error appears, chances are you will nor have access to magento&#8217;s admin area either, so reverting the changes which lead to the problem is out of the question. This is [...]]]></description>
		<wfw:commentRss>http://www.top-web-solutions.com/magento-404-error-page-not-found-fix.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Types of DNS records</title>
		<link>http://www.top-web-solutions.com/types-of-dns-records.html</link>
		<comments>http://www.top-web-solutions.com/types-of-dns-records.html#comments</comments>
		<pubDate>Fri, 27 Mar 2009 10:52:31 +0000</pubDate>
		<dc:creator>Stan</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Hosting related]]></category>

		<guid isPermaLink="false">http://www.top-web-solutions.com/?p=248</guid>
		<description><![CDATA[If you have a website and often communicate with your host&#8217;s support/sales team, I bet you&#8217;ve been told at lest once to change some records for your domain. Since not many of you are familiar with the DNS system, I will try to briefly explain some common records, which you will most likely have/use for [...]]]></description>
		<wfw:commentRss>http://www.top-web-solutions.com/types-of-dns-records.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add form fields dynamically with JavaScript</title>
		<link>http://www.top-web-solutions.com/add-form-fields-dynamically-with-javascript.html</link>
		<comments>http://www.top-web-solutions.com/add-form-fields-dynamically-with-javascript.html#comments</comments>
		<pubDate>Tue, 03 Mar 2009 01:15:29 +0000</pubDate>
		<dc:creator>Stan</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[add]]></category>
		<category><![CDATA[dynamically]]></category>
		<category><![CDATA[fields]]></category>
		<category><![CDATA[Form]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://top-web-solutions.com/add-form-fields-dynamically-with-javascript/</guid>
		<description><![CDATA[If you have ever used GMail you have most probably already seen this at the attachments page, where you can dynamically add attachment slots without even refreshing the page. You can achieve this effect easily and I will just show you how to do it.
For the purpose of course, we will use JavaScript, so you [...]]]></description>
		<wfw:commentRss>http://www.top-web-solutions.com/add-form-fields-dynamically-with-javascript.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to find the exact domain name extension (in PHP)</title>
		<link>http://www.top-web-solutions.com/how-to-find-the-exact-domain-name-extension-in-php.html</link>
		<comments>http://www.top-web-solutions.com/how-to-find-the-exact-domain-name-extension-in-php.html#comments</comments>
		<pubDate>Tue, 17 Feb 2009 18:57:00 +0000</pubDate>
		<dc:creator>Stan</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[lookup]]></category>

		<guid isPermaLink="false">http://futurepages.net/how-to-find-the-exact-domain-name-extension-in-php/</guid>
		<description><![CDATA[For one of my projects I had to find the exact domain name extension using a php script. While, this doesn&#8217;t seems too hard to do for a simple domain name (i.e domain.com) by just exploding the domain string and separating the two arrays items by the dot character, I had to do it a [...]]]></description>
		<wfw:commentRss>http://www.top-web-solutions.com/how-to-find-the-exact-domain-name-extension-in-php.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Set default permissions for files with VSFTP</title>
		<link>http://www.top-web-solutions.com/set-default-permissions-for-files-with-vsftp.html</link>
		<comments>http://www.top-web-solutions.com/set-default-permissions-for-files-with-vsftp.html#comments</comments>
		<pubDate>Sun, 15 Feb 2009 18:42:54 +0000</pubDate>
		<dc:creator>Stan</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[755]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[FTP]]></category>
		<category><![CDATA[manual]]></category>
		<category><![CDATA[vsftp]]></category>

		<guid isPermaLink="false">http://geek.kockar.org/?p=75</guid>
		<description><![CDATA[
Today I had to configure my FTP server to apply 755 permissions to all newly uploaded files on the box. So, I am using VSFTP and referred to the online manual for more information regarding the exact directive that should be applied:
http://vsftpd.beasts.org/vsftpd_conf.html
Well, it is not the best manual ever, still, it gives most of the [...]]]></description>
		<wfw:commentRss>http://www.top-web-solutions.com/set-default-permissions-for-files-with-vsftp.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to encrypt your disk with TrueCrypt?</title>
		<link>http://www.top-web-solutions.com/how-to-encrypt-your-disk-with-truecrypt.html</link>
		<comments>http://www.top-web-solutions.com/how-to-encrypt-your-disk-with-truecrypt.html#comments</comments>
		<pubDate>Wed, 04 Feb 2009 13:34:49 +0000</pubDate>
		<dc:creator>Stan</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[internet security]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Recently I had to encrypt an entire partition to protected some sensitive data. I found out that TrueCrypt is quite easy to use and provide pretty good protection against attackers with physical access to your machine.
You can encrypt your data in two ways:
1) By creating an encrypted file which you then mount as a regular [...]]]></description>
		<wfw:commentRss>http://www.top-web-solutions.com/how-to-encrypt-your-disk-with-truecrypt.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
