<?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>Edmonds Commerce &#187; web development</title>
	<atom:link href="http://www.edmondscommerce.co.uk/category/web-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.edmondscommerce.co.uk</link>
	<description>Freelance PHP Ecommerce and SEO Developer in the UK</description>
	<lastBuildDate>Tue, 07 Feb 2012 17:14:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Flash covers html menus +solution</title>
		<link>http://www.edmondscommerce.co.uk/web-development/flash-covers-html-menus-solution/</link>
		<comments>http://www.edmondscommerce.co.uk/web-development/flash-covers-html-menus-solution/#comments</comments>
		<pubDate>Fri, 02 Sep 2011 13:41:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[web development]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[drop-down]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[menus]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[z-index]]></category>

		<guid isPermaLink="false">http://www.edmondscommerce.co.uk/?p=2611</guid>
		<description><![CDATA[If you&#8217;ve ever had that annoying problem where someone has asked you to put a flash banner on a site and it covers up your nice dropdown or pop-out menus, you&#8217;ll be glad to know that the current versions of flash don&#8217;t do that if you set the right parameter! Yes that even includes flash [...]]]></description>
		<wfw:commentRss>http://www.edmondscommerce.co.uk/web-development/flash-covers-html-menus-solution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL Desc Table</title>
		<link>http://www.edmondscommerce.co.uk/mysql/mysql-desc-table/</link>
		<comments>http://www.edmondscommerce.co.uk/mysql/mysql-desc-table/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 15:22:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ecommerce]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[desc]]></category>
		<category><![CDATA[table]]></category>

		<guid isPermaLink="false">http://www.edmondscommerce.co.uk/blog/?p=138</guid>
		<description><![CDATA[If you are feeling lazy, or would like to build in some future proofness into your system, you can use the MySQL Desc query to get table column information and then use this information to create dynamic SQL insertion strings. For example: PLAIN TEXT PHP: $cols_query = db_query&#40;"desc table"&#41;; while&#40;$cq = mysql_fetch_assoc&#40;$cols_query&#41;&#41;&#123; &#160; &#160; $cols&#91;&#93;=$cq; [...]]]></description>
		<wfw:commentRss>http://www.edmondscommerce.co.uk/mysql/mysql-desc-table/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox Selective Cache Disable</title>
		<link>http://www.edmondscommerce.co.uk/firefox/firefox-selective-cache-disable/</link>
		<comments>http://www.edmondscommerce.co.uk/firefox/firefox-selective-cache-disable/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 14:28:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[firefox]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://www.edmondscommerce.co.uk/blog/?p=119</guid>
		<description><![CDATA[I have been looking for this for ages - A URL pattern matching cache controller to disable caching on local / dev sites whilst maintaining normal caching operations on the rest of the web. The solution is a Firefox addon called Johnny Cache (boom boom)! More Reading:]]></description>
		<wfw:commentRss>http://www.edmondscommerce.co.uk/firefox/firefox-selective-cache-disable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL Copy Table from One Database to Another</title>
		<link>http://www.edmondscommerce.co.uk/mysql/mysql-copy-table-from-one-database-to-another/</link>
		<comments>http://www.edmondscommerce.co.uk/mysql/mysql-copy-table-from-one-database-to-another/#comments</comments>
		<pubDate>Mon, 03 Mar 2008 13:51:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://www.edmondscommerce.co.uk/blog/mysql/mysql-copy-table-from-one-database-to-another/</guid>
		<description><![CDATA[Sometime in MySQL you want to copy an entire table from one database to a separate database. One example of when you would want to do this is if you are making a backup of a table before you apply some kind of processing to that table. There is nothing worse than ruining a database [...]]]></description>
		<wfw:commentRss>http://www.edmondscommerce.co.uk/mysql/mysql-copy-table-from-one-database-to-another/feed/</wfw:commentRss>
		<slash:comments>34</slash:comments>
		</item>
		<item>
		<title>Developing Web Applications in Windows</title>
		<link>http://www.edmondscommerce.co.uk/web-design/developing-web-applications-in-windows/</link>
		<comments>http://www.edmondscommerce.co.uk/web-design/developing-web-applications-in-windows/#comments</comments>
		<pubDate>Tue, 26 Feb 2008 13:58:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.edmondscommerce.co.uk/blog/web-design/developing-web-applications-in-windows/</guid>
		<description><![CDATA[My favourite platform for web development has to be Ubuntu Linux. As a desktop system to work on (rather than play) I think it is unsurpassed. However there are some times that you really need to use windows. For example my laptop seems to refuse to install Ubuntu which means that I am forced to [...]]]></description>
		<wfw:commentRss>http://www.edmondscommerce.co.uk/web-design/developing-web-applications-in-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>osCommerce Essential Modifications</title>
		<link>http://www.edmondscommerce.co.uk/search-engine-optimisation/oscommerce-essential-modifications/</link>
		<comments>http://www.edmondscommerce.co.uk/search-engine-optimisation/oscommerce-essential-modifications/#comments</comments>
		<pubDate>Thu, 21 Feb 2008 16:09:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[oscommerce]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[search engine optimisation]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[modifications]]></category>

		<guid isPermaLink="false">http://www.edmondscommerce.co.uk/blog/search-engine-optimisation/oscommerce-essential-modifications/</guid>
		<description><![CDATA[osCommerce is an awesome ecommerce package. It has many critics and this is mainly due to the fact that unlike many modern open source packages it is not really ready to run "out of the box". That is a drawback, however it is not really so much of a drawback when you take into account [...]]]></description>
		<wfw:commentRss>http://www.edmondscommerce.co.uk/search-engine-optimisation/oscommerce-essential-modifications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Running Internet Explorer under Ubuntu Linux</title>
		<link>http://www.edmondscommerce.co.uk/web-design/running-internet-explorer-under-ubuntu-linux/</link>
		<comments>http://www.edmondscommerce.co.uk/web-design/running-internet-explorer-under-ubuntu-linux/#comments</comments>
		<pubDate>Tue, 19 Feb 2008 16:20:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.edmondscommerce.co.uk/blog/web-design/running-internet-explorer-under-ubuntu-linux/</guid>
		<description><![CDATA[Ubuntu Linux is undoubtedly the most successful desktop version of linux available today. It has managed to tempt across many dedicated windows users with its easy installation procedure, comprehensive bundle of applications including open office and firefox, its greater security and reduced vulnerability to internet viruses and malware. And of course the fact that it [...]]]></description>
		<wfw:commentRss>http://www.edmondscommerce.co.uk/web-design/running-internet-explorer-under-ubuntu-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Developer Toolbar for Firefox</title>
		<link>http://www.edmondscommerce.co.uk/web-development/web-developer-toolbar-for-firefox/</link>
		<comments>http://www.edmondscommerce.co.uk/web-development/web-developer-toolbar-for-firefox/#comments</comments>
		<pubDate>Tue, 12 Feb 2008 13:02:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[web development]]></category>
		<category><![CDATA[addons]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web developer]]></category>

		<guid isPermaLink="false">http://www.edmondscommerce.co.uk/blog/search-engine-optimisation/web-developer-toolbar-for-firefox/</guid>
		<description><![CDATA[The web developer toolbar is an excellent addition to the great firefox web browser. It allows you ultimate control over the behaviour of your web browser and helps you to fine tune layouts. The toolbar has a real time html and css editor built in which is great for tweaking things. For those of you [...]]]></description>
		<wfw:commentRss>http://www.edmondscommerce.co.uk/web-development/web-developer-toolbar-for-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

