<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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>Comments on: The 6 steps of creating a website</title>
	<atom:link href="http://www.ruelicke.net/2008/01/14/the-6-steps-of-creating-a-website/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ruelicke.net/2008/01/14/the-6-steps-of-creating-a-website/</link>
	<description>...when coding passion, gaming addiction, Internet surfing syndrome and the real life collide...</description>
	<lastBuildDate>Sat, 24 Jul 2010 14:05:48 +0200</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Marco</title>
		<link>http://www.ruelicke.net/2008/01/14/the-6-steps-of-creating-a-website/comment-page-1/#comment-149</link>
		<dc:creator>Marco</dc:creator>
		<pubDate>Sun, 27 Jan 2008 21:26:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.ruelicke.net/2008/01/the-6-steps-of-creating-a-website/#comment-149</guid>
		<description>haha, Slevi, I believe I finally got that bad bug and now it shouldn&#039;t swallow the line breaks anymore :)&lt;br&gt;&lt;br&gt;I also dared to add line breaks and I hope I got all of them :)&lt;br&gt;&lt;br&gt;back on topic:&lt;br&gt;&lt;br&gt;I also try to avoid adding features on a regular basis. First of all I believe in the saying: Never change a running system. But I also prefer testing the features on my local copy of a site to make sure that there are less issues when releasing it.&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>haha, Slevi, I believe I finally got that bad bug and now it shouldn&#8217;t swallow the line breaks anymore <img src='http://www.ruelicke.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I also dared to add line breaks and I hope I got all of them <img src='http://www.ruelicke.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>back on topic:</p>
<p>I also try to avoid adding features on a regular basis. First of all I believe in the saying: Never change a running system. But I also prefer testing the features on my local copy of a site to make sure that there are less issues when releasing it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Slevi</title>
		<link>http://www.ruelicke.net/2008/01/14/the-6-steps-of-creating-a-website/comment-page-1/#comment-148</link>
		<dc:creator>Slevi</dc:creator>
		<pubDate>Sun, 27 Jan 2008 17:51:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.ruelicke.net/2008/01/the-6-steps-of-creating-a-website/#comment-148</guid>
		<description>For me the steps are quite similar, my idea phase is quite lengthy though but that&#039;s mainly because I no longer do web design as a job on the side but merely as a hobby. This gives me months and months of brainstorming on a single site, just thinking about which changes I want to apply to the current, which new features I might desire to implant, etcetera.

A great thing which helps me with that is when I think the current is becoming &quot;old&quot; to start scrabbling interesting new features I come across on the net into a notebook, in case I come across interesting design print those out and tape them in the same little notebook.

It gives me the opportunity to brainstorm for quite a period of time till I reach that moment on which I&#039;d say now it&#039;s time to actually make something from this all.

Creation and testing for me is then the next phase in most cases, usually I simply use PHP MySQL anyway and in case of a blog wordpress as platform.

The creation and testing of course begins with the design, it&#039;s just much simpler to alter your design in the end to meet the possibilities of the coding part then do the initial coding first and try to hopelessly get your design right for it.

This phase is something which in case of a personal project can take up to a couple of weeks~month for me, it tends to be no more than a couple of hours a day if it even makes that. Around 2/3rd of this is creating the actual design, making it work as a webpage isn&#039;t too hard since I keep in mind what is possible and what works well when creating the initial design.

Final tweaking and optimization before release is something which can take a couple of days, especially to fix things so it works on older browsers, lower resolutions, etcetera. But usually I do set myself a limit on how much time to spend on this, after all you just can&#039;t make it compatible with everything.

Last but definitely not least of course maintenance, a phase which depending on the site can be huge or minor. In case of a blog it tends to be quite small, a little adjustment after a couple of months and some updates every now and then but that&#039;s it. In case of other projects it used to be something a lot more frequent since bugs showing up was just so much more common, also the demand for new features popped up a lot more.

Something which I tried to avoid though was implanting new features on a weekly or monthly basis, necessities were added more frequently but the rest was added to a to-do list and came in one of the next versions of the site, giving it more time to work on the feature.

&lt;em&gt;Slevi&#039;s last blog post..&lt;a href=&#039;http://feeds.feedburner.com/~r/Slevi/~3/224084867/&#039; rel=&quot;nofollow&quot;&gt;Cardiology in children’s hospital internship - II&lt;/a&gt;&lt;/em&gt;

Edit: Lol, something is still eating up my breaks :P.</description>
		<content:encoded><![CDATA[<p>For me the steps are quite similar, my idea phase is quite lengthy though but that&#8217;s mainly because I no longer do web design as a job on the side but merely as a hobby. This gives me months and months of brainstorming on a single site, just thinking about which changes I want to apply to the current, which new features I might desire to implant, etcetera.</p>
<p>A great thing which helps me with that is when I think the current is becoming &#8220;old&#8221; to start scrabbling interesting new features I come across on the net into a notebook, in case I come across interesting design print those out and tape them in the same little notebook.</p>
<p>It gives me the opportunity to brainstorm for quite a period of time till I reach that moment on which I&#8217;d say now it&#8217;s time to actually make something from this all.</p>
<p>Creation and testing for me is then the next phase in most cases, usually I simply use PHP MySQL anyway and in case of a blog wordpress as platform.</p>
<p>The creation and testing of course begins with the design, it&#8217;s just much simpler to alter your design in the end to meet the possibilities of the coding part then do the initial coding first and try to hopelessly get your design right for it.</p>
<p>This phase is something which in case of a personal project can take up to a couple of weeks~month for me, it tends to be no more than a couple of hours a day if it even makes that. Around 2/3rd of this is creating the actual design, making it work as a webpage isn&#8217;t too hard since I keep in mind what is possible and what works well when creating the initial design.</p>
<p>Final tweaking and optimization before release is something which can take a couple of days, especially to fix things so it works on older browsers, lower resolutions, etcetera. But usually I do set myself a limit on how much time to spend on this, after all you just can&#8217;t make it compatible with everything.</p>
<p>Last but definitely not least of course maintenance, a phase which depending on the site can be huge or minor. In case of a blog it tends to be quite small, a little adjustment after a couple of months and some updates every now and then but that&#8217;s it. In case of other projects it used to be something a lot more frequent since bugs showing up was just so much more common, also the demand for new features popped up a lot more.</p>
<p>Something which I tried to avoid though was implanting new features on a weekly or monthly basis, necessities were added more frequently but the rest was added to a to-do list and came in one of the next versions of the site, giving it more time to work on the feature.</p>
<p><em>Slevi&#8217;s last blog post..<a href='http://feeds.feedburner.com/~r/Slevi/~3/224084867/'>Cardiology in children’s hospital internship &#8211; II</a></em></p>
<p>Edit: Lol, something is still eating up my breaks <img src='http://www.ruelicke.net/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> .</p>
]]></content:encoded>
	</item>
</channel>
</rss>
