<?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>Skylight Studios &#187; website</title>
	<atom:link href="http://www.skylight-studios.co.uk/blog/tag/website/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.skylight-studios.co.uk/blog</link>
	<description>A Web Developer&#039;s Life</description>
	<lastBuildDate>Tue, 24 Aug 2010 11:51:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Best free webdev software day</title>
		<link>http://www.skylight-studios.co.uk/blog/best-free-webdev-software-day/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=best-free-webdev-software-day</link>
		<comments>http://www.skylight-studios.co.uk/blog/best-free-webdev-software-day/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 20:51:42 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[heidiSQL]]></category>
		<category><![CDATA[mySQL]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.skylight-studios.co.uk/blog/?p=88</guid>
		<description><![CDATA[Cheap and cheerful software, did I also say free? We all know that great tools help make harder tasks easier, Visual Studio, Dreamweaver, Photoshop? But we are talking free here&#8230;.right? Then one day there is a tool which just shines. It is free, there nothing else quite like it and it makes my job a [...]]]></description>
			<content:encoded><![CDATA[<h1>Cheap and cheerful software, did I also say free?</h1>
<p>We all know that great tools help make harder tasks easier, Visual Studio, Dreamweaver, Photoshop? But we are talking free here&#8230;.right?</p>
<p>Then one day there is a tool which just shines. It is free, there nothing else quite like it and it makes my job a hell of a lot easier. This is <strong>HeidiSQL</strong>.</p>
<p><span id="more-88"></span></p>
<p><a title="heidiSQL" href="http://www.heidisql.com/">HeidiSQL</a> is free database development software that allows you to manage your databases online from your computer. I know we have mySQL tools from the mySQL dev website but this tool really shines because not only its free and full of features, it is so easy to use. Its still being improved and on version 5 beta at the moment.</p>
<p>If you have time give this piece of software a go and tell me what you think. Trust me if you deal with database driven websites with mySQL this is the tool for you.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.skylight-studios.co.uk/blog/best-free-webdev-software-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Website file structure</title>
		<link>http://www.skylight-studios.co.uk/blog/website-file-structure/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=website-file-structure</link>
		<comments>http://www.skylight-studios.co.uk/blog/website-file-structure/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 20:34:41 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Helpful Tips]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[structure]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.skylight-studios.co.uk/blog/?p=77</guid>
		<description><![CDATA[Your file structure is important for maintaining a clean working system. How the w3c standard always say that a website structure should be in 3 parts. Information (XML) Layout (HTML) Design (CSS) For me it is important to keep this information seperate, though XML is a bit more complicated we focus more on keeping design [...]]]></description>
			<content:encoded><![CDATA[<p>Your file structure is important for maintaining a clean working system.<br />
How the w3c standard always say that a website structure should be in 3 parts.</p>
<ul>
<li>Information (XML)</li>
<li>Layout (HTML)</li>
<li>Design (CSS)</li>
</ul>
<p>For me it is important to keep this information seperate, though XML is a bit more complicated we focus more on keeping design and information away from each other.</p>
<p>My website file structure&#8230;</p>
<p><strong>Folders:</strong><br />
images<br />
javascript<br />
css<br />
scripts / codebase<br />
includes</p>
<p>All styles are included within the css stylesheet and code if possible is kept seperate. This is important to maintain code and help reduce repeating code.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.skylight-studios.co.uk/blog/website-file-structure/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

