<?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: Episode Three: Mark it up!</title>
	<atom:link href="http://www.maratz.com/blog/archives/2008/12/11/episode-three-mark-it-up/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.maratz.com/blog/archives/2008/12/11/episode-three-mark-it-up/</link>
	<description>Hypertext rulez™</description>
	<lastBuildDate>Fri, 16 Jul 2010 19:33:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Marko</title>
		<link>http://www.maratz.com/blog/archives/2008/12/11/episode-three-mark-it-up/#comment-11549</link>
		<dc:creator>Marko</dc:creator>
		<pubDate>Mon, 15 Dec 2008 14:47:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.maratz.com/blog/?p=792#comment-11549</guid>
		<description>Restrained? Well in some cases, yes. I could talk now about that a lot here but I wont. It&#039;s not that I think about markup all the time, it&#039;s just simply that in the design process I make some compromises on behalf of better or should I say easier to make markup and css, for me of course :). Those compromises never  interfere with my overall design.</description>
		<content:encoded><![CDATA[<p>Restrained? Well in some cases, yes. I could talk now about that a lot here but I wont. It&#8217;s not that I think about markup all the time, it&#8217;s just simply that in the design process I make some compromises on behalf of better or should I say easier to make markup and css, for me of course :). Those compromises never  interfere with my overall design.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marko</title>
		<link>http://www.maratz.com/blog/archives/2008/12/11/episode-three-mark-it-up/#comment-11548</link>
		<dc:creator>marko</dc:creator>
		<pubDate>Mon, 15 Dec 2008 11:53:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.maratz.com/blog/?p=792#comment-11548</guid>
		<description>@Marko: Do you feel restrained in the design phase if you have to think about markup and CSS all the time.

@Ivan: Using tables is appropriate markup for calendar, especially if you think of rows as weeks and days as columns. If written in full, such table would have starting cell in a rows marked-up as
&lt;code&gt;&lt;th scope=&quot;row&quot;&gt;Week 01&lt;/th&gt;&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>@Marko: Do you feel restrained in the design phase if you have to think about markup and CSS all the time.</p>
<p>@Ivan: Using tables is appropriate markup for calendar, especially if you think of rows as weeks and days as columns. If written in full, such table would have starting cell in a rows marked-up as<br />
<code>&#60;th scope="row">Week 01&#60;/th></code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivan Nikolic</title>
		<link>http://www.maratz.com/blog/archives/2008/12/11/episode-three-mark-it-up/#comment-11547</link>
		<dc:creator>Ivan Nikolic</dc:creator>
		<pubDate>Sun, 14 Dec 2008 22:39:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.maratz.com/blog/?p=792#comment-11547</guid>
		<description>I also use &quot;layering method&quot; - XHTML markup first, CSS styling second, then JavaScript behavior last. Of course, most of the time there are some changes to be made to the markup/styling/behavior, be it some necessary workarounds or fresh new ideas :).

Marko, what do you think about using lists for calendar representation? Common practice is to use tables for this things, but since calendar is list of dates, is it correct to use them as calendar alternative? I&#039;ve seen some examples, but don&#039;t think there are too much pros to using them.

Also, naming conventions in CSS: using header and footer IDs for XHTML elements, for example. They all describe where the elements are placed, but not what information they actually contain or represent. Some other semantically correct alternatives?</description>
		<content:encoded><![CDATA[<p>I also use &#8220;layering method&#8221; &#8211; XHTML markup first, CSS styling second, then JavaScript behavior last. Of course, most of the time there are some changes to be made to the markup/styling/behavior, be it some necessary workarounds or fresh new ideas :).</p>
<p>Marko, what do you think about using lists for calendar representation? Common practice is to use tables for this things, but since calendar is list of dates, is it correct to use them as calendar alternative? I&#8217;ve seen some examples, but don&#8217;t think there are too much pros to using them.</p>
<p>Also, naming conventions in CSS: using header and footer IDs for XHTML elements, for example. They all describe where the elements are placed, but not what information they actually contain or represent. Some other semantically correct alternatives?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marko</title>
		<link>http://www.maratz.com/blog/archives/2008/12/11/episode-three-mark-it-up/#comment-11546</link>
		<dc:creator>Marko</dc:creator>
		<pubDate>Sat, 13 Dec 2008 11:14:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.maratz.com/blog/?p=792#comment-11546</guid>
		<description>As a designer I must say that for me thinking about markup starts already when designing a layout. I draw first everything on paper and before that I make a clear structure of the site. When thinking about some elements on the site in a way how they will look like I also think about how will the markup look like. 

Maybe this is not the right way, correct me, bit it works for me. 

After I&#039;m done with designing I already know how to code it and if something doesn&#039;t go by plan (meaning markup) I make some alternatives.</description>
		<content:encoded><![CDATA[<p>As a designer I must say that for me thinking about markup starts already when designing a layout. I draw first everything on paper and before that I make a clear structure of the site. When thinking about some elements on the site in a way how they will look like I also think about how will the markup look like. </p>
<p>Maybe this is not the right way, correct me, bit it works for me. </p>
<p>After I&#8217;m done with designing I already know how to code it and if something doesn&#8217;t go by plan (meaning markup) I make some alternatives.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marko</title>
		<link>http://www.maratz.com/blog/archives/2008/12/11/episode-three-mark-it-up/#comment-11545</link>
		<dc:creator>marko</dc:creator>
		<pubDate>Sat, 13 Dec 2008 03:54:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.maratz.com/blog/?p=792#comment-11545</guid>
		<description>Matthew, thanks for sharing — breaking the design into sections is great approach indeed.</description>
		<content:encoded><![CDATA[<p>Matthew, thanks for sharing — breaking the design into sections is great approach indeed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Knight</title>
		<link>http://www.maratz.com/blog/archives/2008/12/11/episode-three-mark-it-up/#comment-11544</link>
		<dc:creator>Matthew Knight</dc:creator>
		<pubDate>Fri, 12 Dec 2008 13:54:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.maratz.com/blog/?p=792#comment-11544</guid>
		<description>Great article - code semantics are so important these days and are a good indication of the difference between a novice and experienced web developer. Clouds are, as you say, quite clearly a list of items and hence should be coded as such.

For me, the easiest way to tackle something like this when you have a design is to ignore the graphical side of the design altogether.

Instead, break the design down into sections - header, main body, footer. Then break each of these down further still - logo, page title, main navigation, etc. Often I code all the XHTML without even thinking about the CSS, then style it at the end. This way I only have to concentrate on making the XHTML semantically correct at first, and I can worry about the visual appearance later. As you said in the article, if there is something you really can&#039;t do purely with CSS, then you can always tweak the XHTML mark-up if you have to.</description>
		<content:encoded><![CDATA[<p>Great article &#8211; code semantics are so important these days and are a good indication of the difference between a novice and experienced web developer. Clouds are, as you say, quite clearly a list of items and hence should be coded as such.</p>
<p>For me, the easiest way to tackle something like this when you have a design is to ignore the graphical side of the design altogether.</p>
<p>Instead, break the design down into sections &#8211; header, main body, footer. Then break each of these down further still &#8211; logo, page title, main navigation, etc. Often I code all the XHTML without even thinking about the CSS, then style it at the end. This way I only have to concentrate on making the XHTML semantically correct at first, and I can worry about the visual appearance later. As you said in the article, if there is something you really can&#8217;t do purely with CSS, then you can always tweak the XHTML mark-up if you have to.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
