<?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"
	>
<channel>
	<title>Comments on: Media attribute - what have you done for me lately?</title>
	<atom:link href="http://friendlybit.com/css/media-attribute/feed/" rel="self" type="application/rss+xml" />
	<link>http://friendlybit.com/css/media-attribute/</link>
	<description>You have found Friendly Bit, a web development blog. I focus on client side technologies like CSS, HTML and Javascript. You find my articles below and categories to the right.</description>
	<pubDate>Fri, 04 Jul 2008 13:20:35 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Blog Surfer &#187; Media attribute - what have you done for me lately?</title>
		<link>http://friendlybit.com/css/media-attribute/#comment-30041</link>
		<dc:creator>Blog Surfer &#187; Media attribute - what have you done for me lately?</dc:creator>
		<pubDate>Mon, 31 Dec 2007 00:20:39 +0000</pubDate>
		<guid isPermaLink="false">http://friendlybit.com/css/media-attribute/#comment-30041</guid>
		<description>[...] Media attribute - what have you done for me lately? I&#8217;ve been thinking for a while about the media attribute on link tags. Some people might find that thinking deep thoughts about HTML attributes is kind of strange, but I know you, my dear readers, know the feeling  An example, just so I know we&#8217;re on the same page: [...]</description>
		<content:encoded><![CDATA[<p>[...] Media attribute - what have you done for me lately? I&#8217;ve been thinking for a while about the media attribute on link tags. Some people might find that thinking deep thoughts about HTML attributes is kind of strange, but I know you, my dear readers, know the feeling  An example, just so I know we&#8217;re on the same page: [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CSS3 Media queries instead of the media attribute - Friendly Bit</title>
		<link>http://friendlybit.com/css/media-attribute/#comment-29352</link>
		<dc:creator>CSS3 Media queries instead of the media attribute - Friendly Bit</dc:creator>
		<pubDate>Wed, 21 Nov 2007 17:21:56 +0000</pubDate>
		<guid isPermaLink="false">http://friendlybit.com/css/media-attribute/#comment-29352</guid>
		<description>[...] my previous post about the media attribute I talked about how strange the media attribute is, and that its usefulness isn&#8217;t that [...]</description>
		<content:encoded><![CDATA[<p>[...] my previous post about the media attribute I talked about how strange the media attribute is, and that its usefulness isn&#8217;t that [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emil Stenström</title>
		<link>http://friendlybit.com/css/media-attribute/#comment-28912</link>
		<dc:creator>Emil Stenström</dc:creator>
		<pubDate>Sun, 04 Nov 2007 15:45:12 +0000</pubDate>
		<guid isPermaLink="false">http://friendlybit.com/css/media-attribute/#comment-28912</guid>
		<description>@Andreas: As I wrote, "Sure, you might be able to use it for print with good results, but that’s not all it’s there for."

@Antoine: Yes, it's really a challenge to make that work well.</description>
		<content:encoded><![CDATA[<p>@Andreas: As I wrote, &#8220;Sure, you might be able to use it for print with good results, but that’s not all it’s there for.&#8221;</p>
<p>@Antoine: Yes, it&#8217;s really a challenge to make that work well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Antoine of MMM/Brighthand</title>
		<link>http://friendlybit.com/css/media-attribute/#comment-28899</link>
		<dc:creator>Antoine of MMM/Brighthand</dc:creator>
		<pubDate>Sun, 04 Nov 2007 01:38:50 +0000</pubDate>
		<guid isPermaLink="false">http://friendlybit.com/css/media-attribute/#comment-28899</guid>
		<description>You make a slew of good points but i'd like to throw another out there. If one does use the @media handheld they coyld also be taking the position that they can create a page with relevant enough content and navigibility for mobiles but still have design and content relative to larger screens. This what what I personally try on my personal site. and I think that challenge of designing for two media types is good for growth.</description>
		<content:encoded><![CDATA[<p>You make a slew of good points but i&#8217;d like to throw another out there. If one does use the @media handheld they coyld also be taking the position that they can create a page with relevant enough content and navigibility for mobiles but still have design and content relative to larger screens. This what what I personally try on my personal site. and I think that challenge of designing for two media types is good for growth.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas Ehn</title>
		<link>http://friendlybit.com/css/media-attribute/#comment-28882</link>
		<dc:creator>Andreas Ehn</dc:creator>
		<pubDate>Sat, 03 Nov 2007 11:03:59 +0000</pubDate>
		<guid isPermaLink="false">http://friendlybit.com/css/media-attribute/#comment-28882</guid>
		<description>For Wikipedia, though, having a style sheet for print media works really well.</description>
		<content:encoded><![CDATA[<p>For Wikipedia, though, having a style sheet for print media works really well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lewis litanzios</title>
		<link>http://friendlybit.com/css/media-attribute/#comment-28861</link>
		<dc:creator>lewis litanzios</dc:creator>
		<pubDate>Fri, 02 Nov 2007 21:25:30 +0000</pubDate>
		<guid isPermaLink="false">http://friendlybit.com/css/media-attribute/#comment-28861</guid>
		<description>ahh, this is quite relevant as i'm building an analytics system for logging site traffic this week. until now i didn't know what user agent strings were. nice one; i'm glad i commented now :) 

still... for someone less into server-stuff there is no other option but to use the media attribute, i take it?

i must admit i don't have every type of media end product (for the list: http://tinyurl.com/7llod) to experiment with so half the time i just take it for granted that  it will work - relying on standards to automate the leg work. not every client asks for their site to work on x end mediums though - how do you factor in this aspect in your projects, or do you treat it arbitrarily?</description>
		<content:encoded><![CDATA[<p>ahh, this is quite relevant as i&#8217;m building an analytics system for logging site traffic this week. until now i didn&#8217;t know what user agent strings were. nice one; i&#8217;m glad i commented now :) </p>
<p>still&#8230; for someone less into server-stuff there is no other option but to use the media attribute, i take it?</p>
<p>i must admit i don&#8217;t have every type of media end product (for the list: <a href="http://tinyurl.com/7llod" rel="nofollow">http://tinyurl.com/7llod</a>) to experiment with so half the time i just take it for granted that  it will work - relying on standards to automate the leg work. not every client asks for their site to work on x end mediums though - how do you factor in this aspect in your projects, or do you treat it arbitrarily?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emil Stenström</title>
		<link>http://friendlybit.com/css/media-attribute/#comment-28858</link>
		<dc:creator>Emil Stenström</dc:creator>
		<pubDate>Fri, 02 Nov 2007 17:52:46 +0000</pubDate>
		<guid isPermaLink="false">http://friendlybit.com/css/media-attribute/#comment-28858</guid>
		<description>@lewis: I don't advocate anything, very diplomatic, right? ;) Now, one way not to use the media attribute is to detect the browser on the User-agent string, and send then off to a custom page. You still need to do that to customize your content...</description>
		<content:encoded><![CDATA[<p>@lewis: I don&#8217;t advocate anything, very diplomatic, right? ;) Now, one way not to use the media attribute is to detect the browser on the User-agent string, and send then off to a custom page. You still need to do that to customize your content&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lewis</title>
		<link>http://friendlybit.com/css/media-attribute/#comment-28785</link>
		<dc:creator>lewis</dc:creator>
		<pubDate>Wed, 31 Oct 2007 05:43:21 +0000</pubDate>
		<guid isPermaLink="false">http://friendlybit.com/css/media-attribute/#comment-28785</guid>
		<description>hey emil,

'If you build a web development blog, you use an image of blueish sky' - lol, so true (not good). hope you're well.

so let me get this straight; are you advocating [no] media attributes whatsoever, or separate, conditional, styles aimed at specific browsers/hardware?

without using the media attribute i don't think i know of a way to specify a stylesheet for a device outright? - shed some light?</description>
		<content:encoded><![CDATA[<p>hey emil,</p>
<p>&#8216;If you build a web development blog, you use an image of blueish sky&#8217; - lol, so true (not good). hope you&#8217;re well.</p>
<p>so let me get this straight; are you advocating [no] media attributes whatsoever, or separate, conditional, styles aimed at specific browsers/hardware?</p>
<p>without using the media attribute i don&#8217;t think i know of a way to specify a stylesheet for a device outright? - shed some light?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trennung von Präsentation und Inhalt</title>
		<link>http://friendlybit.com/css/media-attribute/#comment-28749</link>
		<dc:creator>Trennung von Präsentation und Inhalt</dc:creator>
		<pubDate>Mon, 29 Oct 2007 09:45:53 +0000</pubDate>
		<guid isPermaLink="false">http://friendlybit.com/css/media-attribute/#comment-28749</guid>
		<description>[...] von Präsentation und InhaltMon, 29 Oct 2007 09:42:34 GMTEmil Stenström hat da einen interessanten Artikel über das media Attribut in html. Im Wesentlichen geht es dabei darum, bestimmte CSS-Stylesheets [...]</description>
		<content:encoded><![CDATA[<p>[...] von Präsentation und InhaltMon, 29 Oct 2007 09:42:34 GMTEmil Stenström hat da einen interessanten Artikel über das media Attribut in html. Im Wesentlichen geht es dabei darum, bestimmte CSS-Stylesheets [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
