<?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/"
	>

<channel>
	<title>Blogicia</title>
	<atom:link href="http://www.logicia.co.uk/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.logicia.co.uk/blog</link>
	<description>Where technology meets business</description>
	<pubDate>Mon, 09 Jan 2012 00:14:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Copy SQL Server database on same server</title>
		<link>http://www.logicia.co.uk/blog/2012/01/copy-sql-server-database-on-same-server/</link>
		<comments>http://www.logicia.co.uk/blog/2012/01/copy-sql-server-database-on-same-server/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 00:14:29 +0000</pubDate>
		<dc:creator>Pritesh</dc:creator>
		
		<category><![CDATA[Software Development]]></category>

		<category><![CDATA[System Admin]]></category>

		<category><![CDATA[sql server]]></category>

		<guid isPermaLink="false">http://www.logicia.co.uk/blog/?p=330</guid>
		<description><![CDATA[Use the following instructions when you need to create a copy of an existing database on the same server.
- Create a backup of the existing database.
- Create the new database and select the task &#8216;Restore&#8217;
- Select the db backup file to restore, however as the backup is for another database on the existing server the [...]]]></description>
			<content:encoded><![CDATA[<p>Use the following instructions when you need to create a copy of an existing database on the same server.</p>
<p>- Create a backup of the existing database.<br />
- Create the new database and select the task &#8216;Restore&#8217;<br />
- Select the db backup file to restore, however as the backup is for another database on the existing server the option &#8216;Overwrite the existing database (WITH REPLACE)&#8217; must be selected<br />
- Before restoring the database, just check the filepaths where the database is being restored too!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.logicia.co.uk/blog/2012/01/copy-sql-server-database-on-same-server/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Magento file and directory permissions</title>
		<link>http://www.logicia.co.uk/blog/2011/11/magento-file-and-directory-permissions/</link>
		<comments>http://www.logicia.co.uk/blog/2011/11/magento-file-and-directory-permissions/#comments</comments>
		<pubDate>Tue, 29 Nov 2011 12:01:29 +0000</pubDate>
		<dc:creator>Pritesh</dc:creator>
		
		<category><![CDATA[Web Development]]></category>

		<category><![CDATA[magento]]></category>

		<guid isPermaLink="false">http://www.logicia.co.uk/blog/?p=328</guid>
		<description><![CDATA[Make sure file and directory permissions are set correctly for a magento installation - check here http://www.magentocommerce.com/wiki/groups/227/resetting_file_permissions
]]></description>
			<content:encoded><![CDATA[<p>Make sure file and directory permissions are set correctly for a magento installation - check here <a href="http://www.magentocommerce.com/wiki/groups/227/resetting_file_permissions">http://www.magentocommerce.com/wiki/groups/227/resetting_file_permissions</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.logicia.co.uk/blog/2011/11/magento-file-and-directory-permissions/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Magento - Call to undefined method Mage_Adminhtml_Block_Widget::getrowurl()</title>
		<link>http://www.logicia.co.uk/blog/2011/11/magento-call-to-undefined-method-mage_adminhtml_block_widgetgetrowurl/</link>
		<comments>http://www.logicia.co.uk/blog/2011/11/magento-call-to-undefined-method-mage_adminhtml_block_widgetgetrowurl/#comments</comments>
		<pubDate>Wed, 23 Nov 2011 13:24:15 +0000</pubDate>
		<dc:creator>Pritesh</dc:creator>
		
		<category><![CDATA[Web Development]]></category>

		<category><![CDATA[magento]]></category>

		<guid isPermaLink="false">http://www.logicia.co.uk/blog/?p=326</guid>
		<description><![CDATA[This error occurred when navigating to &#8216;Catalog&#8217; -> &#8216;Manage Categories&#8217;.  The page did not display correctly and this error could be found in the page by using &#8216;view source&#8217;.
A temporary &#8216;hack&#8217; fix was found here: http://www.naveenos.com/2011/01/fatal-error-call-to-undefined-method-mage_adminhtml_block_widgetgetrowurl-in-magneto-1-4-2.html
]]></description>
			<content:encoded><![CDATA[<p>This error occurred when navigating to &#8216;Catalog&#8217; -> &#8216;Manage Categories&#8217;.  The page did not display correctly and this error could be found in the page by using &#8216;view source&#8217;.</p>
<p>A temporary &#8216;hack&#8217; fix was found here: <a href="http://www.naveenos.com/2011/01/fatal-error-call-to-undefined-method-mage_adminhtml_block_widgetgetrowurl-in-magneto-1-4-2.html">http://www.naveenos.com/2011/01/fatal-error-call-to-undefined-method-mage_adminhtml_block_widgetgetrowurl-in-magneto-1-4-2.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.logicia.co.uk/blog/2011/11/magento-call-to-undefined-method-mage_adminhtml_block_widgetgetrowurl/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Use a secure password people!</title>
		<link>http://www.logicia.co.uk/blog/2011/11/use-a-secure-password-people/</link>
		<comments>http://www.logicia.co.uk/blog/2011/11/use-a-secure-password-people/#comments</comments>
		<pubDate>Wed, 23 Nov 2011 11:28:16 +0000</pubDate>
		<dc:creator>Pritesh</dc:creator>
		
		<category><![CDATA[System Admin]]></category>

		<category><![CDATA[secure passwords]]></category>

		<guid isPermaLink="false">http://www.logicia.co.uk/blog/?p=324</guid>
		<description><![CDATA[http://www.smartplanet.com/blog/business-brains/the-25-worst-passwords-of-2011-8216password-8216123456-8242/20065?tag=nl.e098
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.smartplanet.com/blog/business-brains/the-25-worst-passwords-of-2011-8216password-8216123456-8242/20065?tag=nl.e098">http://www.smartplanet.com/blog/business-brains/the-25-worst-passwords-of-2011-8216password-8216123456-8242/20065?tag=nl.e098</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.logicia.co.uk/blog/2011/11/use-a-secure-password-people/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Adding items to a databound DropDownList</title>
		<link>http://www.logicia.co.uk/blog/2011/11/adding-items-to-a-databound-dropdownlist/</link>
		<comments>http://www.logicia.co.uk/blog/2011/11/adding-items-to-a-databound-dropdownlist/#comments</comments>
		<pubDate>Wed, 23 Nov 2011 11:17:49 +0000</pubDate>
		<dc:creator>Pritesh</dc:creator>
		
		<category><![CDATA[Web Development]]></category>

		<category><![CDATA[asp.net]]></category>

		<category><![CDATA[dropdownlist]]></category>

		<guid isPermaLink="false">http://www.logicia.co.uk/blog/?p=322</guid>
		<description><![CDATA[Use the AppendDataBoundItems property - see http://weblogs.asp.net/andrewrea/archive/2008/01/23/test-post.aspx
]]></description>
			<content:encoded><![CDATA[<p>Use the AppendDataBoundItems property - see <a href="http://weblogs.asp.net/andrewrea/archive/2008/01/23/test-post.aspx">http://weblogs.asp.net/andrewrea/archive/2008/01/23/test-post.aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.logicia.co.uk/blog/2011/11/adding-items-to-a-databound-dropdownlist/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to install magento extensions</title>
		<link>http://www.logicia.co.uk/blog/2011/11/how-to-install-magento-extension-using-ftp/</link>
		<comments>http://www.logicia.co.uk/blog/2011/11/how-to-install-magento-extension-using-ftp/#comments</comments>
		<pubDate>Thu, 03 Nov 2011 15:29:41 +0000</pubDate>
		<dc:creator>Pritesh</dc:creator>
		
		<category><![CDATA[Web Development]]></category>

		<category><![CDATA[magento]]></category>

		<guid isPermaLink="false">http://www.logicia.co.uk/blog/?p=318</guid>
		<description><![CDATA[How to install a magento extension using FTP or SSH:
http://www.aschroder.com/2010/05/installing-a-magento-extension-manually-via-ftp-or-ssh/
How to install using Magento Connect Manager or PEAR:
http://blog.magikcommerce.com/how-to-install-magento-extensions-magento-extension-installation-guide/
]]></description>
			<content:encoded><![CDATA[<p>How to install a magento extension using FTP or SSH:</p>
<p><a href="http://www.aschroder.com/2010/05/installing-a-magento-extension-manually-via-ftp-or-ssh/">http://www.aschroder.com/2010/05/installing-a-magento-extension-manually-via-ftp-or-ssh/</a></p>
<p>How to install using Magento Connect Manager or PEAR:<br />
<a href="http://blog.magikcommerce.com/how-to-install-magento-extensions-magento-extension-installation-guide/">http://blog.magikcommerce.com/how-to-install-magento-extensions-magento-extension-installation-guide/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.logicia.co.uk/blog/2011/11/how-to-install-magento-extension-using-ftp/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Upgrade from wordpress 2.x to 3.x</title>
		<link>http://www.logicia.co.uk/blog/2011/11/upgrade-from-wordpress-2x-to-3x/</link>
		<comments>http://www.logicia.co.uk/blog/2011/11/upgrade-from-wordpress-2x-to-3x/#comments</comments>
		<pubDate>Tue, 01 Nov 2011 19:25:01 +0000</pubDate>
		<dc:creator>Pritesh</dc:creator>
		
		<category><![CDATA[System Admin]]></category>

		<category><![CDATA[Web Development]]></category>

		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.logicia.co.uk/blog/?p=316</guid>
		<description><![CDATA[Its actually quite simple to upgrade to wordpress 3.x.  Here&#8217;s a step-by-step guide&#8230;
Just a small note, to disable plugins add define('DISALLOW_FILE_MODS',true); to your config file.
http://wordpress.ralfengel.com/mu-upgrading/upgrade-wp-mu-2-6-5-to-new-wordpress-3-0
]]></description>
			<content:encoded><![CDATA[<p>Its actually quite simple to upgrade to wordpress 3.x.  Here&#8217;s a step-by-step guide&#8230;</p>
<p>Just a small note, to disable plugins add <code>define('DISALLOW_FILE_MODS',true);</code> to your config file.</p>
<p>http://wordpress.ralfengel.com/mu-upgrading/upgrade-wp-mu-2-6-5-to-new-wordpress-3-0</p>
]]></content:encoded>
			<wfw:commentRss>http://www.logicia.co.uk/blog/2011/11/upgrade-from-wordpress-2x-to-3x/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Running magento 1.3.x on PHP 5.3.x</title>
		<link>http://www.logicia.co.uk/blog/2011/10/running-magento-on-php-53/</link>
		<comments>http://www.logicia.co.uk/blog/2011/10/running-magento-on-php-53/#comments</comments>
		<pubDate>Fri, 21 Oct 2011 14:58:09 +0000</pubDate>
		<dc:creator>Pritesh</dc:creator>
		
		<category><![CDATA[Web Development]]></category>

		<category><![CDATA[magento]]></category>

		<guid isPermaLink="false">http://www.logicia.co.uk/blog/?p=310</guid>
		<description><![CDATA[If you hit the error message - Unknown error (8192): Function split() is deprecated in   /app/code/core/&#8230;.
take a look at this&#8230;
http://www.geekieblog.com/2011/03/magento-1-3-x-environment-won%E2%80%99t-run-on-php-5-3/
]]></description>
			<content:encoded><![CDATA[<p>If you hit the error message - Unknown error (8192): Function split() is deprecated in   /app/code/core/&#8230;.</p>
<p>take a look at this&#8230;</p>
<p><a href="http://www.geekieblog.com/2011/03/magento-1-3-x-environment-won%E2%80%99t-run-on-php-5-3/">http://www.geekieblog.com/2011/03/magento-1-3-x-environment-won%E2%80%99t-run-on-php-5-3/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.logicia.co.uk/blog/2011/10/running-magento-on-php-53/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Magento database maintenance - large db tables</title>
		<link>http://www.logicia.co.uk/blog/2011/10/magento-database-maintenance-large-db-tables/</link>
		<comments>http://www.logicia.co.uk/blog/2011/10/magento-database-maintenance-large-db-tables/#comments</comments>
		<pubDate>Wed, 19 Oct 2011 12:41:44 +0000</pubDate>
		<dc:creator>Pritesh</dc:creator>
		
		<category><![CDATA[Web Development]]></category>

		<category><![CDATA[magento]]></category>

		<guid isPermaLink="false">http://www.logicia.co.uk/blog/?p=308</guid>
		<description><![CDATA[If you&#8217;re noticing your magento site database has grown to become very large take a look at this article on magento database maintenance&#8230;
http://docs.nexcess.net/magento-database-maintenance
]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re noticing your magento site database has grown to become very large take a look at this article on magento database maintenance&#8230;</p>
<p><a href="http://docs.nexcess.net/magento-database-maintenance">http://docs.nexcess.net/magento-database-maintenance</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.logicia.co.uk/blog/2011/10/magento-database-maintenance-large-db-tables/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Magento - Setting free delivery by product or category</title>
		<link>http://www.logicia.co.uk/blog/2011/09/magento-setting-free-delivery-by-product-or-category/</link>
		<comments>http://www.logicia.co.uk/blog/2011/09/magento-setting-free-delivery-by-product-or-category/#comments</comments>
		<pubDate>Fri, 16 Sep 2011 01:45:41 +0000</pubDate>
		<dc:creator>Pritesh</dc:creator>
		
		<category><![CDATA[Web]]></category>

		<category><![CDATA[free delivery]]></category>

		<category><![CDATA[magento]]></category>

		<guid isPermaLink="false">http://www.logicia.co.uk/blog/?p=300</guid>
		<description><![CDATA[http://www.ankitsharma.info/blog/magento-free-shipping-on-specific-category-product
]]></description>
			<content:encoded><![CDATA[<p>http://www.ankitsharma.info/blog/magento-free-shipping-on-specific-category-product</p>
]]></content:encoded>
			<wfw:commentRss>http://www.logicia.co.uk/blog/2011/09/magento-setting-free-delivery-by-product-or-category/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

