<?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>Ruelicke.net &#187; Advice</title>
	<atom:link href="http://www.ruelicke.net/tag/advice/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ruelicke.net</link>
	<description>...when coding passion, gaming addiction, Internet surfing syndrome and the real life collide...</description>
	<lastBuildDate>Mon, 05 Apr 2010 17:11:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>The 6 steps of creating a website</title>
		<link>http://www.ruelicke.net/2008/01/14/the-6-steps-of-creating-a-website/</link>
		<comments>http://www.ruelicke.net/2008/01/14/the-6-steps-of-creating-a-website/#comments</comments>
		<pubDate>Mon, 14 Jan 2008 21:00:38 +0000</pubDate>
		<dc:creator>Marco</dc:creator>
				<category><![CDATA[General Tips]]></category>
		<category><![CDATA[Advice]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[Webmaster]]></category>
		<category><![CDATA[Websites]]></category>

		<guid isPermaLink="false">http://www.ruelicke.net/2008/01/the-6-steps-of-creating-a-website/</guid>
		<description><![CDATA[One of my hobbies, actually my favorite hobby, is to write HTML, CSS and PHP code. Or better: creating websites.
If I&#8217;m not working on an existing website, I like to think about creating a new one. Based on that, I thought it would be interesting to share my personal steps in creating websites, ranging from [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/aaroscape/455035074/" title="The 6 steps of creating a website"><img src="http://www.ruelicke.net/wp-content/uploads/2008/01/6-steps-of-creating-a-website.jpg" alt="The 6 steps of creating a website" title="The 6 steps of creating a website" class="alignleft" /></a><span class="c_letter">O</span>ne of my hobbies, actually my favorite hobby, is to write HTML, CSS and PHP code. Or better: creating websites.</p>
<p>If I&#8217;m not working on an existing website, I like to think about creating a new one. Based on that, I thought it would be interesting to share my personal steps in creating websites, ranging from the first idea to the boredom of just maintaining the final page.</p>
<p>You can devide the whole process in 6 steps:</p>
<ol>
<li>The Idea</li>
<li>Evaluation and Preparation</li>
<li>Creation and Testing</li>
<li>Reviewing and Optimizing</li>
<li>Release</li>
<li>Maintenance</li>
</ol>
<p><span id="more-163"></span></p>
<h3>The Idea</h3>
<p>Before you can start your work you need an idea, if possible a good and unique idea.</p>
<p>If you have no idea, think about what would be useful for you and other people. Have look at existing pages and try to figure out what you would do different, or what you would add/remove to increase the user experience.</p>
<p><strong>I don&#8217;t want to make you copy an existing page</strong>, just try to get an own idea based on an existing website.</p>
<p>Now get the idea on paper and we proceed to step 2:</p>
<h3>Evaluation and Preparation</h3>
<p>Use paper to arrange your idea. Make notes on what you&#8217;ll need when you start working on the new website.<br />
Also, try to come up with a good name and after you got the name have a look for the proper domain. If you have bad luck the domain of your choice is already in use, so make sure you have a few alternatives at the ready.</p>
<p>Then have a look at the exact requirements for your page. Do you need a database? Will it be done using PHP, ASP or any other server side programming language? How much space and traffic will you need? Based on your answers to these questions you may look for a hosting company which offers what you need at a reasonable price (and with a good service).</p>
<p>Maybe you own already a website and intend to use your current web space for the new website. In this case have a look if you need to upgrade to meet the requirements of your new website.</p>
<p>Now get into details of the techniques used. Are there any open source / freeware solutions which can be used and may reduce your own development process?</p>
<p><a href="http://www.flickr.com/photos/shockie/156713983/" title="The 6 steps of creating a website"><img src="http://www.ruelicke.net/wp-content/uploads/2008/01/6-steps-of-creating-a-website-2.jpg" alt="The 6 steps of creating a website" title="The 6 steps of creating a website" class="alignright" /></a>I prefer writing everything on my own, but I slowly get myself to the point where I say &#8220;Why do I have to spent hours to code my feature X while said feature is already available for free?&#8221; Decide on your own if it is better to find an own solution or to use an existing one.</p>
<h3>Creation and Testing</h3>
<p>After you finished your preparation you are good to start writing the page. Usually it is better to have a design right from the beginning. So if you have already a design in mind, create the design before you start coding the back-end of your website.</p>
<p>If you have no real idea I suggest you create at least a developer design and while you are working on the page you also create the final design.</p>
<p>During your work on the website make sure you test it on a regular base or you may have a harder time finding the bugs in your code. I usually test my code as soon as one essential code block is finished. Depending on my speed I&#8217;d say I test it every hour.</p>
<h3>Reviewing and Optimizing</h3>
<p>Actually this runs hand in hand with the previous step, but I separated it to get a little bit more into detail about the meaning of &#8220;reviewing&#8221; and &#8220;optimizing&#8221;.</p>
<p>It is proved that when you are working on a website you will have additional ideas. Maybe you even decide to drop the one or the other part. That&#8217;s where the &#8220;reviewing&#8221; occurs:</p>
<ul>
<li>You learn that idea X sounded great but is not possible to implement.</li>
<li>You learn that idea Y could be changed a little bit.</li>
<li>You have another, additional idea to make your website even better.</li>
</ul>
<p>While you are working on a site you may also learn new things about the coding language you are using. So it is natural that there are things you can (and shall) change to increase the overall performance of the page.</p>
<p>Last but not least, under optimizing I also understand &#8220;SEO&#8221;. Yes, it is a good idea to apply your Search Engine Optimization knowledge to the new website. The new site will definitely have a better start once it is released.</p>
<h3>Release</h3>
<p>Everything is working, there are no bugs left and the design is finished. I guess now it is time to allow the public access the new website.<br />
When I&#8217;m releasing a new website, I tell friends about it. I also make posts on forums and if it fits, as comments on blogs. Sometimes I also write an article on my own blog to raise attention.</p>
<p>Additionally I submit the website to all major search engines.</p>
<h3>Maintenance</h3>
<p>Everything is done. The website is up and running. Only one thing remains: Maintenance.<a href="http://mufflershopinc.e-siteworks.com/nss-folder/pictures/MufflerSHopMaintenanceColor.jpg" title="The 6 steps of creating a website"><img src="http://www.ruelicke.net/wp-content/uploads/2008/01/6-steps-of-creating-a-website-3.png" alt="The 6 steps of creating a website" title="The 6 steps of creating a website" class="alignleft" /></a></p>
<p>Yes, it is probably the most boring if not annoying part but it still has to be done.</p>
<p>Any website needs small, regular updates as previously unknown bugs are discovered, parts of the website get broken or used techniques can be optimized. So here is a list of possible maintenance actions you should take care of regularly:</p>
<ul>
<li><strong>Design Update</strong> &#8211; Any design gets boring after a while. So try to have a new design every 6 months. Depending on the page it may also be enough to change the design once a year.</li>
<li><strong>Bug Fixing</strong> &#8211; Not much to say about it. Just listen to any bug reports and get the bugs out of your code.</li>
<li><strong>Optimization</strong> &#8211; If the site seems to slow down, have a look if there is a section you can optimize. Also, if you learn something new, see if you can apply it to the website</li>
<li><strong>Updates</strong> &#8211; If it is new content or new features, see what you can do to keep your visitors interested</li>
</ul>
<p>My list is far away from being complete but I believe I covered the most essential parts of the maintenance section.<br />
If everything turned out well, your website should be up and running and hopefully you have many visitors. Who knows, maybe it becomes as famous as one of the other big sites on the Internet?</p>
<h3>Wrap Up</h3>
<p>These are my 6 steps. I hope they are somewhat helpful for those who want to create an own website but have no real idea about what the website could be. Keep in mind, these steps work for me and in the basics they reflect standard procedures all designer and programmer go through.</p>
<p>And how do you approach the process of creating a website?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ruelicke.net/2008/01/14/the-6-steps-of-creating-a-website/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Useful Tools for validating HTML, CSS and Accessibility</title>
		<link>http://www.ruelicke.net/2007/09/15/useful-tools-for-validating-html-css-and-accessibility/</link>
		<comments>http://www.ruelicke.net/2007/09/15/useful-tools-for-validating-html-css-and-accessibility/#comments</comments>
		<pubDate>Sat, 15 Sep 2007 08:00:39 +0000</pubDate>
		<dc:creator>Marco</dc:creator>
				<category><![CDATA[General Tips]]></category>
		<category><![CDATA[Advice]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Webmaster]]></category>
		<category><![CDATA[Websites]]></category>

		<guid isPermaLink="false">http://www.ruelicke.net/2007/09/useful-tools-for-validating-html-css-and-accessibility/</guid>
		<description><![CDATA[Who doesn&#8217;t know the situation when you release a website and within a short time you get complaints of users with browser X who say that xyz doesn&#8217;t work on the page.
These days there are many browsers out there and of course you can test your page on them if you have the time. Even [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/herbet/16237678/"><img src="http://www.ruelicke.net/wp-content/uploads/2007/09/accessibility.png" alt="Useful Tools for validating HTML, CSS and Accessibility" title="Useful Tools for validating HTML, CSS and Accessibility" class="alignleft" /></a><span class="c_letter">W</span>ho doesn&#8217;t know the situation when you release a website and within a short time you get complaints of users with browser X who say that xyz doesn&#8217;t work on the page.</p>
<p><span class="c_letter">T</span>hese days there are many browsers out there and of course you can test your page on them if you have the time. Even then there is the chance you missed one or two and then you are back at zero. Also, it is possible that a design doesn&#8217;t allow users with a disability to use the page.</p>
<p><strong>So what to do?</strong></p>
<p><span class="c_letter">F</span>irst of all it is a good advise to use valid HTML and CSS. Also make sure you don&#8217;t abuse JavaScript, Flash and Gifs. If you are reading this article, I assume I don&#8217;t have to tell you about these things&#8230;</p>
<p><strong>But how can you validate your HTML, CSS and Accessibility?</strong></p>
<p><span class="c_letter">W</span>ell, I will tell you which tools I&#8217;m using to validate my websites. These tools are not perfect, but if you use them properly you make sure that they cover each others weakness and leaving you with a valid website at the end. Also, there are some things you can&#8217;t validate by using a tool. You need to know the guidelines for <a href="http://www.w3.org/TR/xhtml1/">HTML</a>, <a href="http://www.w3.org/TR/REC-CSS2/">CSS</a> and <a href="http://www.w3.org/TR/WAI-WEBCONTENT/">Accessibility</a> (<a href="http://www.w3.org/TR/WAI-WEBCONTENT/">WCAG</a>)<span id="more-130"></span></p>
<p><img src="http://www.ruelicke.net/wp-content/themes/ruelicke/images/icon-html.png" alt="HTML Validation" title="HTML Validation" class="alignright" /><br />
<h3 style="margin-top:0;padding-top:0;">HTML Validation</h3>
<p><span class="c_letter">M</span>y major validator is the official <a href="http://validator.w3.org/">W3C validator</a>. It is always up-to-date to the latest spec&#8217;s and allows you to either test a page directly if said page is online or you upload/copy the page to the validator. You can reach the validator from any location as long as you are online, which can be very handy.</p>
<p><span class="c_letter">A</span>dditionally I&#8217;m using my Firefox for testing my websites. I have two very powerful extensions installed:</p>
<ul>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/249">HTML Validator</a> by Marc Gueury</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/60">Web Developer</a> by Chris Pederick</li>
</ul>
<p><strong><span class="c_letter">T</span>he HTML Validator by Marc Gueury</strong> allows you to validate the page inside the browser without the need to visit a validator page like the W3C validator. The extension has 3 algorithm to validate the page.</p>
<ul>
<li>The &#8220;<em>HTML Tidy</em>&#8221; algorithm is based on the <a href="http://www.w3.org/People/Raggett/tidy/">HTML Tidy from W3C</a></li>
<li>The &#8220;<em>SGML Parser</em>&#8221; is based on the <a href="http://www.w3.org/TR/html4/sgml/intro.html">SGML reference information for HTML</a></li>
<li>The &#8220;Serial&#8221; uses both validator algorithms one after the other.</li>
</ul>
<p><span class="c_letter">T</span>he first algorithm is recommended for all while the other two are recommended for professionals. I myself prefer the Serial algorithm, but I believe you need to test which one works best for you.</p>
<p><strong><span class="c_letter">T</span>he Web Developer tool by Chris Pederick</strong> does not have a built in validator, but it allows you to easily check a page with the W3C validator. Also it allows you to easily disable scripting or it outlines your HTML elements. It has many more options and is also useful for validating your CSS or W3C.</p>
<p><img src="http://www.ruelicke.net/wp-content/themes/ruelicke/images/icon-css.png" alt="CSS Validation" title="CSS Validation" class="alignright" /><br />
<h3 style="margin-top:0;padding-top:0;">CSS Validation</h3>
<p><span class="c_letter">I</span>&#8216;m using the official <a href="http://jigsaw.w3.org/css-validator/">W3C validator</a> for validating my CSS code. It is always up-to-date to the latest spec&#8217;s and allows you to either test a page directly if said page is online or you upload/copy the page to the validator. You can reach the validator from any location as long as you are online, which can be very handy.</p>
<p><span class="c_letter">A</span>dditionally I&#8217;m using the <a href="https://addons.mozilla.org/en-US/firefox/addon/60">Web Developer toolbar</a>. It allows you to disable CSS if you want to. You can edit the CSS code and see the result without having to edit the original file and upload it again. You can even resize your browser window to test your layout for different resolutions.</p>
<h3 style="margin-top:0;padding-top:0;">Accessibility Validation</h3>
<p><span class="c_letter">W</span>hen writing a website I always rely on the <a href="https://addons.mozilla.org/en-US/firefox/addon/249">HTML Validator</a> extension. It tells you almost everything you need to know.</p>
<p><span class="c_letter">T</span>here are also online validators available, one of them you can easily access with the Web Developer toolbar. If it is not enough, you can always Google for other <a href="http://www.google.com/search?hl=en&#038;q=accessibility+validator&#038;btnG=Google+Search">accessibility validators</a>.</p>
<p><strong>Wrap Up</strong></p>
<p><span class="c_letter">N</span>ow you know which tools I&#8217;m using. I hope these tools will also help you. Or are you using them already? Do you know other tools you can recommend?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ruelicke.net/2007/09/15/useful-tools-for-validating-html-css-and-accessibility/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Google Webmaster Tools&#8217; New Look</title>
		<link>http://www.ruelicke.net/2007/09/14/google-webmaster-tools-new-look/</link>
		<comments>http://www.ruelicke.net/2007/09/14/google-webmaster-tools-new-look/#comments</comments>
		<pubDate>Fri, 14 Sep 2007 16:13:46 +0000</pubDate>
		<dc:creator>Marco</dc:creator>
				<category><![CDATA[General Tips]]></category>
		<category><![CDATA[Advertising]]></category>
		<category><![CDATA[Advice]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Search]]></category>

		<guid isPermaLink="false">http://www.ruelicke.net/2007/09/google-webmaster-tools-new-look/</guid>
		<description><![CDATA[
Finally the announced new look for Google Webmaster Central is live. I visited Webmaster Central yesterday and it wasn&#8217;t updated, so please don&#8217;t punish me if this is &#8220;old&#8221; news&#8230;
The Webmaster Central Homepage
I am not sure, but I believe they didn&#8217;t only add new icons and changed the overall design, but also added one or [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.google.com/webmasters/"><img src="http://www.ruelicke.net/wp-content/uploads/2007/09/google-webmaster-central.png" alt="Google's Webmaster Central" title="Google's Webmaster Central" class="centered" /></a></p>
<p><span class="c_letter">F</span>inally the <a href="http://googlewebmastercentral.blogspot.com/2007/09/webmaster-central-gets-new-look.html">announced new look for Google Webmaster Central</a> is live. I visited <a href="http://www.google.com/webmasters/">Webmaster Central</a> yesterday and it wasn&#8217;t updated, so please don&#8217;t punish me if this is &#8220;old&#8221; news&#8230;</p>
<h3>The <a href="http://www.google.com/webmasters/">Webmaster Central Homepage</a></h3>
<p><span class="c_letter">I</span> am not sure, but I believe they didn&#8217;t only add new icons and changed the overall design, but also added one or two more options. I don&#8217;t recall seeing a link to <a href="http://www.google.com/webmasters/gadgets/foryourpage/#utm_campaign=gg4yp-us-webc&#038;utm_source=EM&#038;utm_medium=link">gadgets for your website</a> but maybe it was just hidden in a sub menu.</p>
<p><span class="c_letter">O</span>verall it makes a really clean and easy to use look. I&#8217;m really tempted to try one or two of the new things I see on there&#8230;</p>
<h3>What&#8217;s new on <a href="http://www.ruelicke.net/2007/09/webmaster-tools-by-google/">the Tools page</a>?</h3>
<p><span class="c_letter">F</span>irst of all of course the look. They got rid of the greenish design and moved to the &#8220;Google Standard Blue&#8221; as I like to call it. It looks pretty now.</p>
<p><span class="c_letter">T</span>hey also changed the navigation and it is way more intuitive now. However, they didn&#8217;t add any new features. They only removed the tool rating options and the improved the overview for each category.</p>
<p><strong><span class="c_letter">W</span>hat do you think</strong> about the new <a href="http://www.google.com/webmasters/">Google Webmaster Central</a> page? Are you using it?</p>
<p><em>Further Reading:</em> <a href="http://www.ruelicke.net/2007/09/webmaster-tools-by-google/">Webmaster Tools by Google</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ruelicke.net/2007/09/14/google-webmaster-tools-new-look/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Act 4 Trees &#8211; Take part in the reforestation of Amazonia</title>
		<link>http://www.ruelicke.net/2007/09/04/act4trees-reforestation-of-amazonia/</link>
		<comments>http://www.ruelicke.net/2007/09/04/act4trees-reforestation-of-amazonia/#comments</comments>
		<pubDate>Tue, 04 Sep 2007 18:16:59 +0000</pubDate>
		<dc:creator>Marco</dc:creator>
				<category><![CDATA[Others]]></category>
		<category><![CDATA[Advice]]></category>
		<category><![CDATA[Health]]></category>
		<category><![CDATA[Nature]]></category>

		<guid isPermaLink="false">http://www.ruelicke.net/2007/09/act4trees-reforestation-of-amazonia/</guid>
		<description><![CDATA[Kristarella wrote an article about the &#8220;Act4trees&#8221; project and I decided to also get on the train.
The project run by prizee.com has the astonishing goal of receiving 100 million visits. Once this goal is reached, prizee.com will put back 10,000 Euro (approx. 13,612 USD) to the environmental organization AQUAVERDE.
AQUAVERDE is a non-profit association founded in [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.kristarella.com"><span class="c_letter">K</span>ristarella</a> wrote an <a href="http://www.kristarella.com/blog/2007/09/support-the-earth/">article about the &#8220;Act4trees&#8221; project</a> and I decided to also get on the train.</p>
<p><img src="http://www.ruelicke.net/wp-content/uploads/2007/09/aquaverde-logo.thumbnail.png" alt="AQUAVERDE Logo" title="AQUAVERDE Logo" class="alignleft" /><span class="c_letter">T</span>he project run by <a href="http://www.prizee.com">prizee.com</a> has the astonishing goal of receiving 100 million visits. Once this goal is reached, <a href="http://www.prizee.com">prizee.com</a> will put back 10,000 Euro (approx. 13,612 USD) to the environmental organization <a href="http://www.aquaverde.org/">AQUAVERDE</a>.</p>
<p><span class="c_letter">A</span>QUAVERDE is a non-profit association founded in Geneva, Switzerland, in 2002.</p>
<p><span class="c_letter">I</span>ts goal is to promote and support all initiatives thriving to bring a new dimension to the interaction between human society and environement, in the perspective of sustainable development and dignity of People.</p>
<p><span class="c_letter">T</span>he association concentrates its efforts in priority to the safeguard of water ressources in the Amazon region, which constitute today one fourth of the fresh water reserves of our planet.</p>
<p><span class="c_letter">I</span> believe we should support this project, either by donating to the association or by supporting the <a href="http://marcor.act4trees.com/">Ace4trees website</a> and <a href="http://marcor.act4trees.com/">getting them their 100 million visits</a>.</p>
<p><strong><span class="c_letter">S</span>o what are you waiting for?</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ruelicke.net/2007/09/04/act4trees-reforestation-of-amazonia/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Webmaster Tools by Google</title>
		<link>http://www.ruelicke.net/2007/09/02/webmaster-tools-by-google/</link>
		<comments>http://www.ruelicke.net/2007/09/02/webmaster-tools-by-google/#comments</comments>
		<pubDate>Sun, 02 Sep 2007 08:00:49 +0000</pubDate>
		<dc:creator>Marco</dc:creator>
				<category><![CDATA[General Tips]]></category>
		<category><![CDATA[Advertising]]></category>
		<category><![CDATA[Advice]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Search]]></category>
		<category><![CDATA[Webmaster]]></category>

		<guid isPermaLink="false">http://www.ruelicke.net/2007/09/webmaster-tools-by-google/</guid>
		<description><![CDATA[Kristarella at &#8220;This and that&#8221; had an interesting article about Google&#8217;s Analytics tool.
Although I use my Analytics account on a regular basis, I used it as a reason to have a closer look at my stats. While doing so, I remembered that I also have an account for Google&#8217;s Webmaster Tools (including Sitemaps). So I [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.kristarella.com/blog/">Kristarella at &#8220;This and that&#8221;</a> had an interesting <a href="http://www.kristarella.com/blog/2007/08/google-highly-analytical/">article about Google&#8217;s Analytics tool</a>.</p>
<p>Although I use my Analytics account on a regular basis, I used it as a reason to have a closer look at my stats. While doing so, I remembered that I also have an account for <a href="http://www.google.com/webmasters/sitemaps/">Google&#8217;s Webmaster Tools (including Sitemaps)</a>. So I went there and discovered that I forgot to maintain it for quite some while. As I dug through the options and information provided I discovered a lot of useful options and features a webmaster should use.</p>
<p><a href="http://www.google.com/webmasters/"><img src="http://www.ruelicke.net/wp-content/uploads/2007/09/google-webmaster-tools.png" alt="Google Webmaster Tools" title="Google Webmaster Tools" class="centered" /></a></p>
<h3>The Overview</h3>
<p>The sitemap overview, or dashboard as Google calls it, shows you a list of the domains you added for monitoring.<br />
If you have no domains listed, add one.</p>
<p>When adding one you will have to verify that your are really the webmaster of that site.<br />
There are two methods to verify:<span id="more-110"></span></p>
<ul>
<li>upload a special named html file</li>
<li>add a special meta tag</li>
</ul>
<p>However you decide, the decision is period and you need to keep the file or the meta tag online.</p>
<h3>Diagnostic View</h3>
<p>After you selected a domain you want to have more information about, you will navigate to the diagnostic view with the summary page as the index page.</p>
<p>It provides you with basic information like</p>
<ul>
<li>Was your page crawled by the googlebot?</li>
<li>Is your site listed in the Google Index?</li>
<li>Are there any crawl errors?</li>
</ul>
<p>The Summary is self-explanatory and easy to use. Just click on the &#8220;Details&#8221; link if there are any errors or whatever and you will know what is wrong and how to fix it.<br />
In the Diagnostic View you have a few more tools you can use, I will explain them later because I consider them as &#8220;advanced&#8221; and very useful.</p>
<p>Beside the Diagnostic View or category, you have Statistics, Links and Sitemaps.</p>
<h3>Statistics</h3>
<p>The Statistics View is in my opinion a very great tool. It gives you information about Crawl Stats, Query Stats, Page Analysis and Index Stats.</p>
<p><a href="http://www.ruelicke.net/wp-content/uploads/2007/09/google-wt-crawl-stats.png"><img src="http://www.ruelicke.net/wp-content/uploads/2007/09/google-wt-crawl-stats.thumbnail.png" alt="Google Webmaster Tools - Crawl Stats" title="Google Webmaster Tools - Crawl Stats" class="alignright" /></a><strong>The Crawl Stats</strong> could need a few more upgrades because at first you don&#8217;t understand the PageRank information, or at least I need a bit time to come behind it. The PageRank shows four bars, with order from a high page rank to no page rank.</p>
<p>These bars are grey and depending on the percentage of the ranked pages they will be filled with a green color. At first glance you have no real idea how this works until you discover that that green represents the percentage of pages for PageRank X. However, you don&#8217;t have an exact percentage amount nor do you know which pages have which rank.<br />
Hopefully Google will change it soon because it would make things a bit easier.</p>
<p><strong>Query Stats</strong> are like the keywords list in <a href="http://www.google.com/analytics/">Google Analytics</a> although the list is less powerful. If you don&#8217;t want to use Google Analytics, maybe this is enough for you although I highly recommend Google Analytics.</p>
<p><strong>Page analysis</strong> shows you how the Googlebot sees your website. I didn&#8217;t see much sense in this so far. If you know how this can be useful, please let me know in a comment <img src='http://www.ruelicke.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>Index stats</strong> gives you a few links to special searches from Google. Not really that interesting, but maybe it is just because some of those links return no result for me&#8230;</p>
<h3>Links</h3>
<p>Behaves like the <a href="http://www.google.com/analytics/">Google Analytics</a> link referrer tracking at least for the <strong>External links</strong> option. Again, not really useful if you are using Google Analytics. <strong>Internal links</strong> on the other are somewhat interesting because you can see how your pages are cross linking to each other. I just wish Google&#8217;s Webmaster tools would draw some kind of a map, visualizing the cross linking.</p>
<h3>Sitemaps</h3>
<p>This one is really useful. You can submit the location of a XML sitemap to Google and make sure that Google uses the sitemap for indexing your page. Also, it checks your sitemap for errors and tells you what you need to fix to have a valid xml sitemap. This is really handy!</p>
<h3>Advanced and especially Useful</h3>
<p><img src="http://www.ruelicke.net/wp-content/uploads/2007/09/google-wt-diagnostic-menu.png" alt="Google Webmaster Tools - Diagnostic View Menu" title="Google Webmaster Tools - Diagnostic View Menu" class="alignleft" />I skipped a few tools in the <strong>Diagnostic View</strong> earlier for a reason. I want to pay more attention to the &#8220;robots.txt analysis&#8221;, &#8220;Crawl rate&#8221;, &#8220;Preferred domain&#8221;, &#8220;Enhanced image search&#8221; and &#8220;URL Removals&#8221; tools.</p>
<p><strong>robots.txt analysis</strong><br />
This tool allows you to test a robots.txt configuration before you use it on the live site. If you are already using a robots.txt it will show the current setup.<br />
If you have a lot of errors reported, you can use this tool to modify and test the robots.txt until it works as you want it. As soon as it works, copy it into the actual robots.txt and update it. Next time you get crawled it should work as intended. That way you reduce the risk of blocking the indexing of your page by accident which can result in a worse position on the Google Index. Handy, isn&#8217;t it?</p>
<p><strong>Crawl rate</strong><br />
If your server is under a heavy load you can use it to reduce the crawl rate from the Googlebot. It also has a dark side because your site will be less often crawled. I think a better server performance is more useful than a high crawl rate.<br />
If you are lucky, you will also have a very nice option unlocked. Depending on how often you add new content to the page you are able to tell Googlebot to crawl your page more often. I happened to unlock this option earlier of this article and enabled to see if it is useful or not. Unfortunately it also has a dark side because it puts more load on the server. It is your decision if you have the capacity to have some more load or not.</p>
<p><strong>Preferred domain</strong><br />
You are using the www prefix for your site? Set it as your preference. You are not using the www? Tell google that you prefer not using it.<br />
Google don&#8217;t promise that your preference will show up on the google search results, but they use it also recommendation. I played with it a while ago and for my pages it did show my preference on the results. Maybe it was because of my keywords, maybe not. Try it and you will know how it works for you.</p>
<p><strong>Enhanced image search</strong><br />
I don&#8217;t know exactly what it does, but I&#8217;m using it.<br />
As I understand it, Google crawls the images on your website and if you opt-in to the enhanced image search it will assign labels to the images. These labels <cite>will improve the indexing and search quality of those images</cite><br />
For more details about this option read the corresponding <a href="http://www.google.com/support/webmasters/bin/answer.py?answer=48367&#038;hl=en">Google Webmaster Help Center entry</a>.</p>
<p><strong>URL Removals</strong><br />
This possibly the best tool available! You use Google and find pages shown as search result you no longer provide? Send a removal request to google. Within 48 hours these pages will be removed from the index.<br />
Actually it would be enough to give the Googlebot a 404 (page not found) or 410 (gone) error, but depending on your server configuration and some other factors, it can be that the Googlebot sees a 200 (Ok) and that means it won&#8217;t remove the non existing pages. If you have such a case, use the URL Removal tool.<br />
I assume you could even use it as you delete the pages, ensuring that the pages are gone already before your page is crawled the next time.</p>
<h3>Back to the Dashboard</h3>
<p><img src="http://www.ruelicke.net/wp-content/uploads/2007/09/google-wt-dashboard-tools.png" alt="Google Webmaster Tools - Dashboard tools" title="Google Webmaster Tools - Dashboard tools" class="alignright" />Last but not least I want to you tell you about 3 tools located on the dashboard which could be useful for you.</p>
<p><strong>Report spam in our index</strong><br />
You use Google Search and the results your receive look like they are spam? Tell Google! The thing they can do is using the information your provide to improve their search algorithm and filters to ignore such spam.</p>
<p><strong>Submit a reconsideration request</strong><br />
If your website violated <a href="http://www.google.com/support/webmasters/bin/answer.py?answer=35769">Google&#8217;s webmaster guidelines</a> and you made changes to your site so that it adheres to the guidelines, inform Google by using this tool.<br />
Also, if you suspect that your recently acquired domain may have previously violated our webmaster guidelines, use the tool to tell Google that the owner and the site changed.</p>
<p><strong>Report paid links</strong><br />
Most of us webmasters know how Search Engine Optimization (SEO) works and are aware that &#8220;paid links&#8221; won&#8217;t help increasing your website&#8217;s pagerank. However, there are black sheep and they try to use paid links to increase traffic to their pages in an attempt to increase their pagerank.<br />
You know a website that buys or sells links, inform Google. They are always welcome information from their users because they use this information to increase the quality of their search results.</p>
<h3>Wrap up</h3>
<p>I think the <a href="http://www.google.com/webmasters/sitemaps/">Google Webmaster tools</a> are very useful. However, I don&#8217;t rely on them alone. As I said earlier, I&#8217;m also using <a href="http://www.google.com/analytics/">Google Analytics</a> and in combination with the Webmaster tools I&#8217;m able to receive a lot of information I can use to optimize my websites.</p>
<p>What about you? Are you using <a href="http://www.google.com/webmasters/">Google Webmaster tools</a>? Do you think I missed something or should explain something more detailed?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ruelicke.net/2007/09/02/webmaster-tools-by-google/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Web Standards and Accessibility Guidelines used in a Blog?</title>
		<link>http://www.ruelicke.net/2007/08/29/web-standards-and-accessibility-guidelines-used-in-a-blog/</link>
		<comments>http://www.ruelicke.net/2007/08/29/web-standards-and-accessibility-guidelines-used-in-a-blog/#comments</comments>
		<pubDate>Wed, 29 Aug 2007 18:18:52 +0000</pubDate>
		<dc:creator>Marco</dc:creator>
				<category><![CDATA[General Tips]]></category>
		<category><![CDATA[Advice]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Webmaster]]></category>
		<category><![CDATA[Websites]]></category>

		<guid isPermaLink="false">http://www.ruelicke.net/2007/08/web-standards-and-accessibility-guidelines-used-in-a-blog/</guid>
		<description><![CDATA[The majority of the Internet users should have heard about the World Wide Web Consortium or better known as W3C.
The W3C is the main international standards organization for the World Wide Web (W3). It is arranged as a consortium where member organizations maintain full-time staff for the purpose of working together in the development of [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.w3c.org"><img src="http://www.ruelicke.net/wp-content/uploads/2007/08/w3c_home_nb.png" alt="Web 3 Consortium" title="Web 3 Consortium" class="alignleft" /></a>The majority of the Internet users should have heard about the <a href="http://www.w3c.org">World Wide Web Consortium</a> or better known as W3C.<br />
The W3C is the main international standards organization for the World Wide Web (W3). It is arranged as a consortium where member organizations maintain full-time staff for the purpose of working together in the development of standards for the W3.</p>
<p>Or as <a href="http://www.problogdesign.com/">Michael Martin from ProBlogDesign.com</a> described it in his article <a href="http://www.problogdesign.com/general-tips/does-valid-code-help-your-blog/">&#8220;Does Valid Code Help Your Blog?&#8221;</a>:</p>
<blockquote><p>The W3C is the internet’s daddy. They created HTML, CSS, and dozens of other specifications that govern the use of the technologies that makes the internet thrive today. Valid code is code which meets their guidelines, and can be tested in a validator, such as the <a href="http://validator.w3.org/">HTML</a> and <a href="http://jigsaw.w3.org/css-validator/">CSS</a> ones.</p></blockquote>
<p>I don&#8217;t want to discuss if using valid code should be used in a blog or if it is actually helpful for a blog. To be honest, I had it in mind, but somehow <a href="http://www.problogdesign.com">ProBlogDesign.com</a> beat me to it, which is actually helpful because I can skip this part <img src='http://www.ruelicke.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>To sum <a href="http://www.problogdesign.com/general-tips/does-valid-code-help-your-blog/">Michael Martin&#8217;s article</a> up I dare to say that it is useful to use valid code, or better: Web Standards, in a blog.<br />
His reasons are all great, but I have to add one more reason why you should use Web Standards: chances are higher that your blog is accessible by all humans, especially those with disabilities.</p>
<p>Less known among the Internet users is the Web Accessibility Initiative (<a href="http://www.w3.org/WAI/">WAI</a>) of the W3C. Although some webmaster and &#8220;webcoder&#8221; know and follow the <a href="http://www.w3.org/WAI/intro/wcag.php">Web Content Accessibility Guidelines</a> (WCAG) put together by the staff of the WAI there are way more webmaster / &#8220;webcoder&#8221; who are not following these guidelines.<span id="more-91"></span></p>
<p>I&#8217;m aware that these guidelines are not a must have for a website, however I try to write templates and websites following the WCAG as closely as possible. I&#8217;m not perfect on this part and I know that my blog template still needs to adjusted to follow the WCAG, but I&#8217;m working on it and I&#8217;m using one of the many <a href="http://www.w3.org/WAI/ER/tools/complete">WAI validators</a>.</p>
<h3>So, why I am talking about the whole accessibility thing?</h3>
<p><a href="http://www.ruelicke.net/2007/08/web-standards-and-accessibility-guidelines-used-in-a-blog/text-only-browser/" rel="attachment wp-att-92" title="Lynx - a Text-Only browser"><img src="http://www.ruelicke.net/wp-content/uploads/2007/08/lynx.thumbnail.png" alt="Lynx - a Text-Only browser" title="Lynx - a Text-Only browser" class="alignright" /></a>As you know, there are many different browsers out there. Most of them showing the nice designed content of your website, however, there are <a href="http://www.google.com/search?q=text+only+browser">text-only browsers</a> like <a href="http://lynx.browser.org/">Lynx</a>. These users won&#8217;t be able to appreciate your nice layout, but they are able to either enjoy your website or just ignore it because of it&#8217;s structure. Have a look at your website without the usage of images and CSS, does the &#8220;layout&#8221; show up in an order which allows you to easily navigate through your page? If not, I&#8217;d guess that text-only browser user will ignore your website.</p>
<p>I&#8217;m aware of the fact that text-only browser users are a minority, on most page statistics they won&#8217;t even show up, but do you really want to loose the  few percent of possible customers?</p>
<p>Aside the text-only browser users there is a minority which most people tend to ignore if not forget. I believe it is really sad and of course wrong.<br />
I&#8217;m talking about people with a disability. Yes, believe me or not, there are people browsing the Internet who are suffering from blindness or they are deaf or they have epilepsy&#8230;I could go on, but I think you get the idea.</p>
<p><img src="http://www.ruelicke.net/wp-content/uploads/2007/08/disabled_blue_badge.thumbnail.png" alt="Disabled People Sign" title="Disabled People Sign" class="alignleft" />It doesn&#8217;t require much additional time to make your template more friendly for this target group. For instance, you can avoid using animated gifs so a visitor with epilepsy can enjoy your website. Also, you can avoid the excessive usage of Flash. I know, there are people who would like to lynch me, but be honest. Can you easily navigate through a flash animation without the usage of a mouse? Not really, additionally the animation could prevent the visitor with epilepsy to visit your website at all. Last but not least, (<em>I&#8217;m pretty sure that I missed many examples</em>) are the people with some kind of color blindness, like the Red-Green-Blindness. If you use a red-green template you should make sure that either the colors are ok for people with red-green blindness or that you have at least an alternate design available.</p>
<p>Everything I mentioned here is my personal opinion. I know that it can be difficult to maintain a accessibility friendly website and I&#8217;m also aware that many major websites like <a href="http://www.amazon.com">Amazon</a> or <a href="http://www.microsoft.com">Microsoft</a> are not accessibility friendly, but maybe you can make a change.</p>
<p>Whenever I discuss this topic with other people, I hear many excuses for not following the WAI. In return, I always have a solid argument against the excuse.</p>
<h3>Bad vs. Good &#8211; The Accessibility Discussion</h3>
<ul>
<li><strong>It will take more time to finish my site!</strong><br />
<em>Not really, if you follow the WCAG right from the beginning, you will be done at the same time as you would without following it.</em></li>
<li><strong>It will make the page more ugly.</strong><br />
<em>Sorry, but you are wrong here. Actually even the average visitor can benefit from the accessibility optimized website because of the clearer navigation and so on&#8230;</em></li>
<li><strong>Those disabled don&#8217;t have to visit my site and/or shouldn&#8217;t use the Internet.</strong><br />
<em>Ignoring the fact that this is really racist, you should keep in mind that one day you could also suffer from some kind of disability. Of course, it is up</em></li>
<li><strong>Major websites like <a href="http://www.amazon.com">Amazon</a> or <a href="http://www.microsoft.com">Microsoft</a> are not following the WCAG either, so why bothering?</strong><br />
<em>True, but you know you could make a change? Just because &#8220;famous&#8221; websites are not following the WCAG doesn&#8217;t mean your website wouldn&#8217;t help to spread the word and encourage other people to optimize their own websites.</em></li>
</ul>
<p>Of course at the end it is your own decision if you try to follow <a href="http://www.w3.org/WAI/intro/wcag.php">the guidelines</a> or not. I myself will continue to optimize my website(s) into this direction.</p>
<p><strong>What about you?</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ruelicke.net/2007/08/29/web-standards-and-accessibility-guidelines-used-in-a-blog/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>How I deal with the aftermaths of a car accident</title>
		<link>http://www.ruelicke.net/2007/08/24/how-i-deal-with-the-aftermaths-of-a-car-accident/</link>
		<comments>http://www.ruelicke.net/2007/08/24/how-i-deal-with-the-aftermaths-of-a-car-accident/#comments</comments>
		<pubDate>Fri, 24 Aug 2007 16:00:55 +0000</pubDate>
		<dc:creator>Marco</dc:creator>
				<category><![CDATA[Blog News]]></category>
		<category><![CDATA[2007]]></category>
		<category><![CDATA[Advice]]></category>
		<category><![CDATA[Health]]></category>

		<guid isPermaLink="false">http://blog.ruelicke.net/2007/08/24/how-i-deal-with-the-aftermaths-of-a-car-accident/</guid>
		<description><![CDATA[Only a few friends of mine know about what happened on Sunday the 12th. Now, almost 2 weeks after, I decided to write an article about it. Mainly to share my thoughts and feelings, but also to revise what happened&#8230;
Well, let&#8217;s start at the beginning. On that day my parents drove to Lübeck which is [...]]]></description>
			<content:encoded><![CDATA[<p>Only a few friends of mine know about what happened on Sunday the 12th. Now, almost 2 weeks after, I decided to write an article about it. Mainly to share my thoughts and feelings, but also to revise what happened&#8230;</p>
<p>Well, let&#8217;s start at the beginning. On that day my parents drove to <a href="http://maps.google.com/maps?f=q&amp;hl=en&amp;q=L%C3%BCbeck+Germany&amp;ie=UTF8&#038;ll=53.869534,10.686951&amp;spn=0.422679,1.505127&amp;t=h&amp;z=10&amp;om=1">Lübeck which is at the Baltic Sea in the northern parts of Germany</a> as they spent their vacations there, traveling by tandem bicycle to Bansin, that&#8217;s about 455km away. I traveled with them to Lübeck as I had to drive the car back home and pick them up again a week later after they reached Bansin.</p>
<p>So my parents went off for their vacation trip and I drove home. Everything was cool and I had quite some fun. It was my first time that I made such a long trip alone <img src='http://www.ruelicke.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I made a stop in <a href="http://maps.google.com/maps?f=q&amp;hl=en&amp;q=Marienborn+Germany&amp;sll=53.869534,10.686951&amp;sspn=0.422679,1.505127&amp;ie=UTF8&amp;ll=52.214878,11.083832&amp;spn=0.006863,0.023518&amp;t=h&amp;z=16&amp;om=1">Marienborn</a> to have a short look at the memorial of the division of Germany because Marienborn was one of the crossings one could travel to the &#8220;<a href="http://en.wikipedia.org/wiki/German_Democratic_Republic">German Democratic Republic</a>&#8221; (DDR) and the &#8220;<a href="http://en.wikipedia.org/wiki/Federal_Republic_of_Germany">Federal Republic of Germany</a>&#8221; (<a href="http://en.wikipedia.org/wiki/BRD">BRD</a>) back before 1990.</p>
<p>I continued my way home as it was about one hour away from there. Unfortunately, or depending on the point of view fortunately, things got&#8230;uhm&#8230;bad after I passed the exit to <a href="http://maps.google.com/maps?f=q&amp;hl=en&amp;q=Marienborn+Germany&amp;sll=53.869534,10.686951&amp;sspn=0.422679,1.505127&amp;ie=UTF8&amp;ll=52.208369,11.151102&amp;spn=0.003432,0.011759&amp;t=h&amp;z=17&amp;om=1">Alleringersleben</a>.</p>
<p>The car in front on me came to an emergency halt, so I had to hit the brakes. Luckily I got to a halt on time, same for the cars behind me. Since I was on the middle lane of the three lane highway, I pulled over to the left lane because it was free. I parked my car, grabbed my mobile phone as I saw smoke about 100m in front of me. I jumped out of the car, had a short look and saw fire. Without thinking I called 112 which is the German equivalent for 911 and reported the accident. I then grabbed the first aid box, locked the car and rushed for the accident to provide first aid.<span id="more-68"></span></p>
<p>As I arrived at the scene I saw already other people providing first aid. There were two unconscious persons on the ground, with two burning cars in the background. I approached the helpers trying to revive the unconscious persons and helped with the <a href="http://en.wikipedia.org/wiki/Cardiopulmonary_resuscitation">Cardiopulmonary resuscitation (CPR)</a> on one of the unconscious  persons. </p>
<p>Meanwhile the cars kept burning and you could hear how the tires explode. I also learned some details about the accident and it turned out that the other helpers were quick enough to evacuate both cars before it was too late.</p>
<p>Soon paramedics, fire department, police and an emergency doctor arrived, taking over while we helper kept some distance, hanging on our own thoughts and talking with each other to make sure that everyone is fine. After maybe 20 minutes or so we were sure that the person I helped with the <abbr title="Cardiopulmonary resuscitation">CPR</abbr> didn&#8217;t survive. The other person was transported to a hospital by helicopter.</p>
<p>By then I also saw the other involved persons who had only minor injuries. They were also transported to a hospital.</p>
<p>I then asked a police officer if he needs me for something, like for a report or so. As I didn&#8217;t see how the accident happened, I could leave. The police officer said &#8220;thank you&#8221; before I could turn around and had for my car. After what just happened it cheered me up a little bit.<br />
The police allowed us to turn around and drive the wrong direction to the previous (or &#8220;next&#8221;) exit and I headed home.</p>
<p>Back home I called my parents, telling them more detailed about what happened because I called them earlier so they won&#8217;t wonder why I&#8217;m later than expected at home. I also called my grandparents&#8230;which I regret a bit because my grandpa didn&#8217;t really listen to me and 5 minutes later he called me again just to tell me that the accident was on TV and they reported that one person died&#8230;.hello? I know about it. I was there. Please, I don&#8217;t need to know about it, I have to deal with myself now&#8230;</p>
<p>As you can imagine I was a bit shocked after this and it took me a week to get over it. The first night I couldn&#8217;t sleep much, the next night was better, but it took me a bit to fall asleep as I still saw the scene in front of me.<br />
Today I&#8217;m fine, although I &#8220;smell&#8221; the accident every now and then, like as I write this article, other than that&#8230;of course I think about it every now and then, but most of the time I forget about it and continue my life. After all I&#8217;m happy that I was able to provide help, even if it was unsuccessful in one case. I&#8217;m also glad that my reactions were fast enough that I didn&#8217;t crash into the car in front of me and that the driver behind me was as quick.</p>
<p>After thinking about what happened, I&#8217;m glad that every owner of a driver license in Germany must provide first aid. That&#8217;s why you have to attend a first aid course before you can get your license. Also, all cars must have a first aid box and I can tell it is a good thing. I just wish it was mandatory that all cars have a fire extinguisher. Unfortunately only some cars have them and only certain cars are forced to have one.</p>
<p>As I had to buy a new first aid box on Monday, I also bought a fire extinguisher. I think, after what I saw, it is not a mistake to have one in the car. Although chances are low that this happens to me again, I like the idea to be prepared.</p>
<p>What do you think? Did something like that happen to you? How are the regulations on first aid and fire extinguishers in your country, or what is your opinion? I think talking about this and sharing the thoughts and feelings helps a lot to deal with it. <img src='http://www.ruelicke.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.ruelicke.net/2007/08/24/how-i-deal-with-the-aftermaths-of-a-car-accident/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Help, I&#8217;m melting! &#8211; 5 Ways to stay cool on a hot day</title>
		<link>http://www.ruelicke.net/2007/07/16/ways-to-stay-cool/</link>
		<comments>http://www.ruelicke.net/2007/07/16/ways-to-stay-cool/#comments</comments>
		<pubDate>Mon, 16 Jul 2007 18:49:55 +0000</pubDate>
		<dc:creator>Marco</dc:creator>
				<category><![CDATA[Others]]></category>
		<category><![CDATA[Advice]]></category>
		<category><![CDATA[Health]]></category>

		<guid isPermaLink="false">http://blog.ruelicke.net/2007/07/16/ways-to-stay-cool/</guid>
		<description><![CDATA[I&#8217;m not really melting, but it was a very hot today with a maximum of 45°C/113°F in the sun.
I assume I had less problems with the heat than anyone else around me, that&#8217;s why I decided to tell you my secrets to stay cool and survive the day.
5 ways to stay cool on a hot [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m not really melting, but it was a very hot today with a maximum of 45°C/113°F in the sun.</p>
<p>I assume I had less problems with the heat than anyone else around me, that&#8217;s why I decided to tell you my secrets to stay cool and survive the day.</p>
<h3>5 ways to stay cool on a hot day</h3>
<p><span id="more-37"></span></p>
<h4>1. Don&#8217;t drink cold or chilled drinks</h4>
<p>Yes, you read it right. It is the worst thing you can do. If you drink something chilled, your body produces more heat to warm you up again.<br />
It is better to drink something hot or at least at room temperature. That way you will sweat more which will keep you cool.</p>
<h4>2. Drink a lot</h4>
<p>You loose a lot of water because of sweating, so you need to fill your reserves up. Drinking about 3 liters a day is the best thing you can do, BUT don&#8217;t drink alcohol, coffee or tea as they prevent the body from storing the water.</p>
<h4>3. Don&#8217;t eat heavy food</h4>
<p>While digesting food, your body creates heat&#8230;which we don&#8217;t want, do we? Instead eat fresh stuff like fruits or salads. You can even eat the one or the other ice, but not en mass as my first point also applies for ice.</p>
<h4>4. Stay in the shadow&#8230;</h4>
<p>&#8230;or inside. If you are directly in the sun, you will transpire more sweat, loosing more water&#8230;which sums up to something not healthy for you <img src='http://www.ruelicke.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
You also reduce the possibility to get skin cancer.</p>
<h4>5. Only move as much as you have to</h4>
<p>My favorite method. If you have work to do, only do the important work. See which work you can do later, when it is cooler.<br />
Moving/working creates heat and we don&#8217;t want to get heated up more than we are already.</p>
<p>That&#8217;s it. I hope my tips are helpful.</p>
<p>Stay cool and be safe <img src='http://www.ruelicke.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.ruelicke.net/2007/07/16/ways-to-stay-cool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
