<?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>sdm networks weblog &#187; design</title>
	<atom:link href="http://sdm-net.org/tag/design/feed/" rel="self" type="application/rss+xml" />
	<link>http://sdm-net.org</link>
	<description>The web and other things</description>
	<lastBuildDate>Mon, 21 Jun 2010 08:20:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Website redesign</title>
		<link>http://sdm-net.org/2005/08/website-redesign/</link>
		<comments>http://sdm-net.org/2005/08/website-redesign/#comments</comments>
		<pubDate>Mon, 29 Aug 2005 14:14:31 +0000</pubDate>
		<dc:creator>René Samselnig</dc:creator>
				<category><![CDATA[About]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[dev]]></category>

		<guid isPermaLink="false">http://www.sdm-net.org/wordpress/?p=2</guid>
		<description><![CDATA[<p>This week I had the feeling of redesigning my website. Two columns and a fixed width was what I wanted to have. I&#8217;ve seen this layout on many other pages and I feel like this is the way. Altough I now have to deal with a fixed (smaller) width reading the content is now more [...]</p>
]]></description>
			<content:encoded><![CDATA[<p>This week I had the feeling of redesigning my website. Two columns and a fixed width was what I wanted to have. I&#8217;ve seen this layout on many other pages and I feel like this is the way. Altough I now have to deal with a fixed (smaller) width reading the content is now more comfortable.
<span id="more-2"></span></p>

<div class="left"><img src="/content/sdmlayout.png" alt="Image showing two column layout with header and footer." /><div style="text-align: center;">Image 1: Container Layer</div></div>

<h6>Layout</h6>

<p>The layout is now based on a container layer (see Image 1), containing the header layer, the navigation layer, the main layer and the footer layer. The main layer consists of the content layer and the modules layer. This way I have a lot of control on the layout with Cascading Style Sheets, which means the amount of styling is reduced and made more clear to me (and to you, if you&#8217;re interested in HTML/CSS). When complexity is low, everyone/everything benefits from it.</p>

<h6>Problems</h6>

<p>I still have problems related to other browsers than Firefox/Mozilla based (like Internet Explorer), that don&#8217;t like this markup that well. But this is a learning process, and I&#8217;m working around the lacks more and more. I&#8217;ve found some inspiration and solutions to this at <a href="http://www.456bereastreet.com">456 Berea Street</a>, which is a great site for CSS and HTML related issues.</p>

<h6>Modifications</h6>

<p>There has been a few modifications to a small part of Mambo and a bigger part of the zOOm Gallery. The Mambo modification was just that I needed an unordered list of menu items in the top menu. Internet Explorer doesn&#8217;t like to make html-table-cells inline, though it has no problems with ul/li elements. The zOOm modifications are such that I don&#8217;t need the overlib div (overDiv) when I turned overlib off &#8211; it confuses the content layer and didn&#8217;t show everything in it. I also put the title in a special element, so I could style it accordingly. I&#8217;ll make a diff so you can reproduce those.</p>

<h6>Feedback</h6>

<p>If you like, please tell me what you think about this design (drop me a line at the comment box). I&#8217;ll make it available as a WordPress Theme if there exists such a request.</p>
]]></content:encoded>
			<wfw:commentRss>http://sdm-net.org/2005/08/website-redesign/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My fotoalbum</title>
		<link>http://sdm-net.org/2005/08/my-fotoalbum/</link>
		<comments>http://sdm-net.org/2005/08/my-fotoalbum/#comments</comments>
		<pubDate>Tue, 23 Aug 2005 23:06:12 +0000</pubDate>
		<dc:creator>René Samselnig</dc:creator>
				<category><![CDATA[About]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[fotoalbum]]></category>

		<guid isPermaLink="false">http://www.sdm-net.org/wordpress/?p=5</guid>
		<description><![CDATA[<p>Not long ago I was bored &#8211; I was thinking about something to code. I had a talk about a fotoalbum with my girlfriend &#8211; written in PHP(PHP Hypertext Preprocessor) -, so we could share some fotos. There are a lot of them out there, sure, but they all had some limitations, bad layout, etc. [...]</p>
]]></description>
			<content:encoded><![CDATA[<p>Not long ago I was bored &#8211; I was thinking about something to code. I had a talk about a fotoalbum with my girlfriend &#8211; written in PHP(PHP Hypertext Preprocessor) -, so we could share some fotos. There are a lot of them out there, sure, but they all had some limitations, bad layout, etc. that made us think about it. Even the gallery I use right now is not what I really wanted to have. So I build my own.
<span id="more-5"></span></p>

<h6>Templates</h6>

<p>The main goal was to use templates. Templates are kind of easy: you can imagine it as a simple html-page with a template language where you need it (like when you want to have a variable title or you want to iterate through guestbook entries). I like templates, I often work with them and I really think you should use them wherever you can. So let&#8217;s use templates.</p>

<p><h7>Mambo, HTML and CSS</h7></p>

<p>Another thing that came to my mind was using it with <a href="http://www.mamboserver.com/">Mambo</a>. This is not as easy as I thought because with Mambo you can&#8217;t use your own stylesheet and have correct html code. And I wanted it to validate as strict HTML 4.01. With <a href="http://www.w3c.org/Style/CSS">Cascading Style Sheets</a>. Which should also validate. This is a problem not solved so far (except when using the Mambo wrapper).</p>

<h6>Sessions and Databases</h6>

<p>Using sessions and a database today is kind of &#8220;state of the art&#8221;. I wouldn&#8217;t want to work without these nowadays, these mechanisms are really handy and make a programmers live easier.</p>

<h6>Tables or divs?</h6>

<p>When I came to designing I thought about a layout for displaying thumbnails &#8211; how much columns, should I use slow tables or fast divs? It uses divs, as you might have thought. But &#8211; which is really great I believe &#8211; it has no fixed columns. This means if you resize your browser window the thumbnails wrap to fit width. That way you &#8211; as the user &#8211; can control how much images you want to be displayed on screen. No more large white space between images &#8211; no more expanding websites where you have to scroll vertically (though there are mice out there that are able to do that). Isn&#8217;t that great?</p>

<h6>View fotoalbum</h6>

<p>I hope you got curious :) If so, then visit my <a href="http://www.sdm-net.org/fotoalbum">beta version of fotoalbum</a>. Tell me if you like it through the contact form in the menu or <a href="http://www.sdm-net.org/data/fotoalbum">download fotoalbum</a> to test it on your own. Have fun!</p>
]]></content:encoded>
			<wfw:commentRss>http://sdm-net.org/2005/08/my-fotoalbum/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
