<?xml 
version="1.0" encoding="utf-8"?>


<feed xmlns="http://www.w3.org/2005/Atom" xmlns:thr='http://purl.org/syndication/thread/1.0' >
	<title>industryterm:media queries - Seenthis</title>

	<link href="https://seenthis.net/tag/industryterm:media%20queries" />
        <id>https://seenthis.net/tag/industryterm:media%20queries</id>
        <updated>2026-08-09T19:06:35Z</updated>
        <link rel="self" href="https://seenthis.net/tag/industryterm%3Amedia%20queries/feed" />







	<entry>
	<id>urn:uuid:977c3453-1567-bf62-9bc7-ca150c6c3ce5</id>
	<title>Introducing Responsive react Components</title>
	<author>
		<name>Hacker Noon  (@hackernoon)</name>
		<uri>https://seenthis.net/people/hackernoon</uri>
		<email>hackernoon@seenthis.net</email>
		
	</author>
	<published>2018-11-25T23:57:54Z</published>
	<updated>2018-11-25T23:57:54Z</updated>
	
	 <link href="https://seenthis.net/messages/738545" />
	
	<link rel="edit" href="https://seenthis.net/api/messages/738545"/>
	<summary>Introducing Responsive #react Components 
https://hackernoon.com/introducing-responsive-react-components-f6cd14976570?source=rss----3a8144eabfe3---4

https://cdn-images-1.medium.com/max/880/0*XmXA0975oYQNDFwl.png

❝TL;DR — You can render viewport specific components in React with a one-linerReact is awesome and the whole world agrees to it unanimously. Development is a whole lot faster and easier when we look at everything as components. Since everything is #javascript driven, React renders only the code that is necessary based on application’s state. It doesn’t matter if you have over a thousand components and tens of thousands of lines of code. If you lazy load your components, you load only what’s necessary for the user and I think that is the biggest win with using React.That being said, have you ever wondered what happens when you write media queries in your React codebase?You render elements that’s not supposed to be in a particular viewport and hide it using css.In this exampleimport React from (...)❞
#reactjs #npm #npm-weekly</summary>
	<content type="html"><![CDATA[<div lang="en" dir="ltr"><p>Introducing Responsive <span class='lien_tag'>#<a rel='nofollow' href='https://seenthis.net/tag/react'>react</a></span> Components<br><span class='lien_lien'><span class='lien_lien_total'><a rel='nofollow' href='https://seenthis.net/sites/1537740'>▻</a></span><a rel='nofollow' href="https://hackernoon.com/introducing-responsive-react-components-f6cd14976570?source=rss----3a8144eabfe3---4" class='spip_out' title="Introducing Responsive React Components ? – Hacker Noon" hreflang="en"><span class='lien_court'><span class='lien_protocol'>https://</span><span class='lien_racine'><span class='lien_host'>hackernoon.com</span>/</span><span class='lien_fin'><span class='lien_fin_coupee'>introducing-responsive-reac</span><span class='lien_fin_cachee'>t-components-f6cd14976570?source=rss----3a814</span></span></span></a></span></p><p><div class='seenthis_pics seenthis_pics_1'><a onclick='return false;' href='https://cdn-images-1.medium.com/max/880/0*XmXA0975oYQNDFwl.png' class='display_box'><span class='image' style='padding-bottom:39.204545454545%'><img src='https://seenthis.net/local/cache-vignettes/L600xH235/0XmXA0975oYQNDFw-69d1daea-cdf51.png' alt='' data-photo='https://cdn-images-1.medium.com/max/880/0*XmXA0975oYQNDFwl.png' data-photo-h='345' data-photo-w='880' /></span><span class="lien_court"><span class="lien_off"> https://cdn-images-1.medium.com/max/880/0*XmXA0975oYQNDFwl.png </span></span></a></div></p><blockquote lang="en" dir="ltr"><p> TL;DR — You can render viewport specific components in React with a one-linerReact is awesome and the whole world agrees to it unanimously. Development is a whole lot faster and easier when we look at everything as components. Since everything is <span class='lien_tag'>#<a rel='nofollow' href='https://seenthis.net/tag/javascript'>javascript</a></span> driven, React renders only the code that is necessary based on application’s state. It doesn’t matter if you have over a thousand components and tens of thousands of lines of code. If you lazy load your components, you load only what’s necessary for the user and I think that is the biggest win with using&nbsp;React.That being said, have you ever wondered what happens when you write media queries in your React codebase?You render elements that’s not supposed to be in a particular viewport and hide it using&nbsp;css.In this&nbsp;exampleimport React from&nbsp;(...) </p></blockquote><p><span class='lien_tag'>#<a rel='nofollow' href='https://seenthis.net/tag/reactjs'>reactjs</a></span> <span class='lien_tag'>#<a rel='nofollow' href='https://seenthis.net/tag/npm'>npm</a></span> <span class='lien_tag'>#<a rel='nofollow' href='https://seenthis.net/tag/npm-weekly'>npm-weekly</a></span></p></div>]]></content>
	
	<link rel="related" href="https://hackernoon.com/introducing-responsive-react-components-f6cd14976570?source=rss----3a8144eabfe3---4" title="Introducing Responsive React Components ? &#8211; Hacker Noon" hreflang="en"/>
	
	<link rel="related" href="https://cdn-images-1.medium.com/max/880/0*XmXA0975oYQNDFwl.png" hreflang="fr"/>
	
	
	<category term="react" label="react" scheme="https://seenthis.net/tag/react"/>
	<category term="javascript" label="javascript" scheme="https://seenthis.net/tag/javascript"/>
	<category term="reactjs" label="reactjs" scheme="https://seenthis.net/tag/reactjs"/>
	<category term="npm" label="npm" scheme="https://seenthis.net/tag/npm"/>
	<category term="npm-weekly" label="npm-weekly" scheme="https://seenthis.net/tag/npm-weekly"/>
	<category term="IndustryTerm:media queries" label="media queries" scheme="https://seenthis.net/tag/industryterm:media%20queries"/>
</entry>

	<entry>
	<id>urn:uuid:5a7bf432-a3fc-43ee-9493-481db55b146a</id>
	<title>Des media queries pour savoir si l'usager en est r&#233;duit &#224; viser grossi&#232;rement avec ses gros doigts&#8230;</title>
	<author>
		<name>ARNO*  (@arno)</name>
		<uri>https://seenthis.net/people/arno</uri>
		<email>arno@seenthis.net</email>
		
	</author>
	<published>2018-02-08T06:54:42Z</published>
	<updated>2018-02-08T07:20:39Z</updated>
	
	 <link href="https://seenthis.net/messages/667234" />
	
	<link rel="edit" href="https://seenthis.net/api/messages/667234"/>
	<summary>Des media queries pour savoir si l’usager en est réduit à viser grossièrement avec ses gros doigts boudinés, ou s’il peut piquer précisément comme une abeille:

Using Media Queries For Responsive Design In 2018 — Smashing Magazine
https://www.smashingmagazine.com/2018/02/media-queries-responsive-design-2018/

```
@media (pointer:coarse) {
    .which-pointer::after {
        content: "You have a coarse pointer, are you on a touchscreen device?";    
    } 
}

@media (pointer:fine) {
    .which-pointer::after {
        content: "You have a fine pointer, are you using a mouse or trackpad?";    
    } 
}
```</summary>
	<content type="html"><![CDATA[<div lang="fr" dir="ltr"><p>Des media queries pour savoir si l’usager en est réduit à viser grossièrement avec ses gros doigts boudinés, ou s’il peut piquer précisément comme une abeille&nbsp;:</p><p>Using Media Queries For Responsive Design In 2018 &mdash; Smashing Magazine<br><span class='lien_lien'><span class='lien_lien_total'><a href='https://seenthis.net/sites/1358974'>▻</a></span><a href="https://www.smashingmagazine.com/2018/02/media-queries-responsive-design-2018" class='spip_out' title="Using Media Queries For Responsive Design In 2018 — Smashing Magazine" hreflang="en"><span class='lien_court'><span class='lien_protocol'>https://</span><span class='lien_racine'><span class='lien_host'><span class='lien_www'>www.</span>smashingmagazine.com</span>/</span><span class='lien_off'>2018/</span><span class='lien_off'>02/</span><span class='lien_fin'><span class='lien_fin_coupee'>media-queries-respons</span><span class='lien_fin_cachee'>ive-design-2018</span></span></span></a></span></p><div class="precode"><pre class='spip_code spip_code_block' dir='ltr' style='text-align:left;'><code>@media (pointer:coarse) {
    .which-pointer::after {
        content: &quot;You have a coarse pointer, are you on a touchscreen device?&quot;;    
    } 
}

@media (pointer:fine) {
    .which-pointer::after {
        content: &quot;You have a fine pointer, are you using a mouse or trackpad?&quot;;    
    } 
}</code></pre></div></div>]]></content>
	
	<link rel="related" href="https://www.smashingmagazine.com/2018/02/media-queries-responsive-design-2018" title="Using Media Queries For Responsive Design In 2018 &#8212; Smashing Magazine" hreflang="en"/>
	
	
	<category term="PublishedMedium:Smashing Magazine" label="Smashing Magazine" scheme="https://seenthis.net/tag/publishedmedium:smashing%20magazine"/>
	<category term="IndustryTerm:touchscreen device" label="touchscreen device" scheme="https://seenthis.net/tag/industryterm:touchscreen%20device"/>
	<category term="IndustryTerm:media queries" label="media queries" scheme="https://seenthis.net/tag/industryterm:media%20queries"/>
	<category term="IndustryTerm:@media" label="@media" scheme="https://seenthis.net/tag/industryterm:@media"/>
	<category term="Technology:HTML" label="HTML" scheme="https://seenthis.net/tag/technology:html"/>
</entry>

	<entry>
	<id>urn:uuid:57f76549-614c-45f6-8979-23fbdc2ad1a4</id>
	<title>Gmail Update : A Closer Look at Google's Rendering Refresh | Campaign Monitor</title>
	<author>
		<name>baroug  (@baroug)</name>
		<uri>https://seenthis.net/people/baroug</uri>
		<email>baroug@seenthis.net</email>
		
	</author>
	<published>2016-10-07T09:05:13Z</published>
	<updated>2016-10-07T09:05:13Z</updated>
	
	 <link href="https://seenthis.net/messages/531222" />
	
	<link rel="edit" href="https://seenthis.net/api/messages/531222"/>
	<summary>#Gmail Update: A Closer Look at Google’s Rendering Refresh | Campaign Monitor
https://www.campaignmonitor.com/blog/email-marketing/2016/10/gmail-update-googles-rendering-refresh/
https://www.campaignmonitor.com/assets/uploads/2016/10/Stocksy_txp8941bd1fdOB100_Medium_347003-2-1600x1066.jpg

❝#Google has started rolling out their recently announced updates to their range of #email clients. If you missed the big news, Google will now be supporting embedded stylesheets, including media queries, across all their clients, including Gmail on #Android, #iOS and #webmail, Inbox on Android, iOS and webmail, and Google Apps webmail (now renamed G Suite).❞

#web_design</summary>
	<content type="html"><![CDATA[<div lang="da" dir="ltr"><p><span class='lien_tag'>#<a rel='nofollow' href='https://seenthis.net/tag/gmail'>Gmail</a></span> Update: A Closer Look at Google’s Rendering Refresh | Campaign Monitor<br><span class='lien_lien'><span class='lien_lien_total'><a rel='nofollow' href='https://seenthis.net/sites/1037686'>▻</a></span><a rel='nofollow' href="https://www.campaignmonitor.com/blog/email-marketing/2016/10/gmail-update-googles-rendering-refresh" class='spip_out' title="Gmail Update: A Closer Look at Google’s Rendering Refresh" hreflang="en"><span class='lien_court'><span class='lien_protocol'>https://</span><span class='lien_racine'><span class='lien_host'><span class='lien_www'>www.</span>campaignmonitor.com</span>/</span><span class='lien_off'>blog/</span><span class='lien_off'>email-marketing/</span><span class='lien_off'>2016/</span><span class='lien_off'>10/</span><span class='lien_fin'><span class='lien_fin_coupee'>gmail-update-googles-r</span><span class='lien_fin_cachee'>endering-refresh</span></span></span></a></span><br><div class='seenthis_pics seenthis_pics_1'><a onclick='return false;' href='https://www.campaignmonitor.com/assets/uploads/2016/10/Stocksy_txp8941bd1fdOB100_Medium_347003-2-1600x1066.jpg' class='display_box'><span class='image' style='padding-bottom:66.625%'><img src='https://seenthis.net/local/cache-vignettes/L600xH400/Stocksy_txp8941b-04fc545c-57fa1.jpg' alt='' data-photo='https://www.campaignmonitor.com/assets/uploads/2016/10/Stocksy_txp8941bd1fdOB100_Medium_347003-2-1600x1066.jpg' data-photo-h='1066' data-photo-w='1600' /></span><span class="lien_court"><span class="lien_off"> https://www.campaignmonitor.com/assets/uploads/2016/10/Stocksy_txp8941bd1fdOB100_Medium_347003-2-1600x1066.jpg </span></span></a></div></p><blockquote lang="en" dir="ltr"><p> <span class='lien_tag'>#<a rel='nofollow' href='https://seenthis.net/tag/google'>Google</a></span> has started rolling out their recently announced updates to their range of <span class='lien_tag'>#<a rel='nofollow' href='https://seenthis.net/tag/email'>email</a></span> clients. If you missed the big news, Google will now be supporting embedded stylesheets, including media queries, across all their clients, including Gmail on <span class='lien_tag'>#<a rel='nofollow' href='https://seenthis.net/tag/android'>Android</a></span>, <span class='lien_tag'>#<a rel='nofollow' href='https://seenthis.net/tag/ios'>iOS</a></span> and <span class='lien_tag'>#<a rel='nofollow' href='https://seenthis.net/tag/webmail'>webmail</a></span>, Inbox on Android, iOS and webmail, and Google Apps webmail (now renamed G Suite). </p></blockquote><p><span class='lien_tag'>#<a rel='nofollow' href='https://seenthis.net/tag/web_design'>web_design</a></span></p></div>]]></content>
	
	<link rel="related" href="https://www.campaignmonitor.com/blog/email-marketing/2016/10/gmail-update-googles-rendering-refresh" title="Gmail Update : A Closer Look at Google's Rendering Refresh" hreflang="en"/>
	
	<link rel="related" href="https://www.campaignmonitor.com/assets/uploads/2016/10/Stocksy_txp8941bd1fdOB100_Medium_347003-2-1600x1066.jpg" hreflang="fr"/>
	
	
	<category term="Gmail" label="Gmail" scheme="https://seenthis.net/tag/gmail"/>
	<category term="Google" label="Google" scheme="https://seenthis.net/tag/google"/>
	<category term="email" label="email" scheme="https://seenthis.net/tag/email"/>
	<category term="Android" label="Android" scheme="https://seenthis.net/tag/android"/>
	<category term="iOS" label="iOS" scheme="https://seenthis.net/tag/ios"/>
	<category term="webmail" label="webmail" scheme="https://seenthis.net/tag/webmail"/>
	<category term="web_design" label="web_design" scheme="https://seenthis.net/tag/web_design"/>
	<category term="Company:Google" label="Google" scheme="https://seenthis.net/tag/company:google"/>
	<category term="IndustryTerm:media queries" label="media queries" scheme="https://seenthis.net/tag/industryterm:media%20queries"/>
	<category term="IndustryTerm:web_design" label="web_design" scheme="https://seenthis.net/tag/industryterm:#web_design"/>
	<category term="OperatingSystem:Android" label="Android" scheme="https://seenthis.net/tag/operatingsystem:android"/>
	<category term="Technology:Android" label="Android" scheme="https://seenthis.net/tag/technology:android"/>
</entry>

	<entry>
	<id>urn:uuid:109a8aa9-097f-b20d-e2a1-660e36882701</id>
	<title>Viewport Sized Typography with Minimum and Maximum Sizes</title>
	<author>
		<name>Nicolas Hoizey  (@nhoizey)</name>
		<uri>https://seenthis.net/people/nhoizey</uri>
		<email>nhoizey@seenthis.net</email>
		
	</author>
	<published>2016-07-28T21:34:00Z</published>
	<updated>2016-07-28T21:34:00Z</updated>
	
	 <link href="https://seenthis.net/messages/512610" />
	
	<link rel="edit" href="https://seenthis.net/api/messages/512610"/>
	<summary>Viewport Sized Typography with Minimum and Maximum Sizes
https://css-tricks.com/snippets/sass/viewport-sized-typography-minimum-maximum-sizes

❝This Sass mixin makes use of media queries to define a minimum and maximum size for the font, in pixels. It also supports an optional parameter to serve as a fallback to browsers that don't support viewport units.❞
#viewport_units_RWD_font_size_Sass_mixin_clevermarks</summary>
	<content type="html"><![CDATA[<div lang="en" dir="ltr"><p>Viewport Sized Typography with Minimum and Maximum Sizes<br><span class='lien_lien'><span class='lien_lien_total'><a rel='nofollow' href='https://seenthis.net/sites/996238'>▻</a></span><a rel='nofollow' href="https://css-tricks.com/snippets/sass/viewport-sized-typography-minimum-maximum-sizes" class='spip_out' title="Viewport Sized Typography with Minimum and Maximum Sizes" hreflang="en"><span class='lien_court'><span class='lien_protocol'>https://</span><span class='lien_racine'><span class='lien_host'>css-tricks.com</span>/</span><span class='lien_off'>snippets/</span><span class='lien_off'>sass/</span><span class='lien_fin'><span class='lien_fin_coupee'>viewport-sized-typography-m</span><span class='lien_fin_cachee'>inimum-maximum-sizes</span></span></span></a></span></p><blockquote lang="en" dir="ltr"><p> This Sass mixin makes use of media queries to define a minimum and maximum size for the font, in pixels. It also supports an optional parameter to serve as a fallback to browsers that don’t support viewport units. </p></blockquote><p><span class='lien_tag'>#<a rel='nofollow' href='https://seenthis.net/tag/viewport_units_rwd_font_size_sass_mixin_clevermarks'>viewport_units_RWD_font_size_Sass_mixin_clevermarks</a></span></p></div>]]></content>
	
	<link rel="related" href="https://css-tricks.com/snippets/sass/viewport-sized-typography-minimum-maximum-sizes" title="Viewport Sized Typography with Minimum and Maximum Sizes" hreflang="en"/>
	
	
	<category term="viewport_units_RWD_font_size_Sass_mixin_clevermarks" label="viewport_units_RWD_font_size_Sass_mixin_clevermarks" scheme="https://seenthis.net/tag/viewport_units_rwd_font_size_sass_mixin_clevermarks"/>
	<category term="City:Viewport" label="Viewport" scheme="https://seenthis.net/tag/city:viewport"/>
	<category term="IndustryTerm:media queries" label="media queries" scheme="https://seenthis.net/tag/industryterm:media%20queries"/>
</entry>

	<entry>
	<id>urn:uuid:50998e44-960f-c043-3b6a-eb75b83bd016</id>
	<title>Sass-mq/sass-mq &#183; GitHub</title>
	<author>
		<name>Nicolas Hoizey  (@nhoizey)</name>
		<uri>https://seenthis.net/people/nhoizey</uri>
		<email>nhoizey@seenthis.net</email>
		
	</author>
	<published>2014-12-24T11:24:59Z</published>
	<updated>2014-12-24T11:24:59Z</updated>
	
	 <link href="https://seenthis.net/messages/324687" />
	
	<link rel="edit" href="https://seenthis.net/api/messages/324687"/>
	<summary>#Sass-mq/sass-mq · GitHub
https://github.com/sass-mq/sass-mq

❝A Sass mixin that helps you compose #media_queries in an elegant way. 		 		 		 		Tags: 				 	 Sass 	 		 	 media_queries 	 		 	 #RWD 	 		 	 #clevermarks❞</summary>
	<content type="html"><![CDATA[<div><p><span class='lien_tag'>#<a rel='nofollow' href='https://seenthis.net/tag/sass-mq/sass-mq'>Sass-mq/sass-mq</a></span> · GitHub<br><span class='lien_lien'><span class='lien_lien_total'><a rel='nofollow' href='https://seenthis.net/sites/608693'>▻</a></span><a rel='nofollow' href="https://github.com/sass-mq/sass-mq" class='spip_out' title="sass-mq/sass-mq · GitHub" hreflang="en"><span class='lien_court'><span class='lien_protocol'>https://</span><span class='lien_racine'><span class='lien_host'>github.com</span>/</span>sass-mq/<span class='lien_fin'>sass-mq</span></span></a></span></p><blockquote lang="en" dir="ltr"><p> A Sass mixin that helps you compose <span class='lien_tag'>#<a rel='nofollow' href='https://seenthis.net/tag/media_queries'>media_queries</a></span> in an elegant way. 		 		 		 		Tags: 				 	 Sass 	 		 	 media_queries 	 		 	 <span class='lien_tag'>#<a rel='nofollow' href='https://seenthis.net/tag/rwd'>RWD</a></span> 	 		 	 <span class='lien_tag'>#<a rel='nofollow' href='https://seenthis.net/tag/clevermarks'>clevermarks</a></span> </p></blockquote></div>]]></content>
	
	<link rel="related" href="https://github.com/sass-mq/sass-mq" title="sass-mq/sass-mq &#183; GitHub" hreflang="en"/>
	
	
	<category term="Sass-mq/sass-mq" label="Sass-mq/sass-mq" scheme="https://seenthis.net/tag/sass-mq/sass-mq"/>
	<category term="media_queries" label="media_queries" scheme="https://seenthis.net/tag/media_queries"/>
	<category term="RWD" label="RWD" scheme="https://seenthis.net/tag/rwd"/>
	<category term="clevermarks" label="clevermarks" scheme="https://seenthis.net/tag/clevermarks"/>
	<category term="IndustryTerm:media queries" label="media queries" scheme="https://seenthis.net/tag/industryterm:media%20queries"/>
	<category term="Company:GitHub" label="GitHub" scheme="https://seenthis.net/tag/company:github"/>
</entry>

	<entry>
	<id>urn:uuid:5317332c-d494-4dc4-8725-332ca630e1f8</id>
	<title>CSS Media Queries for iPads &amp; iPhones | Stephen Gilbert</title>
	<author>
		<name>BoOz  (@booz)</name>
		<uri>https://seenthis.net/people/booz</uri>
		<email>booz@seenthis.net</email>
		
	</author>
	<published>2014-03-05T14:22:36Z</published>
	<updated>2014-03-05T14:22:36Z</updated>
	
	 <link href="https://seenthis.net/messages/234319" />
	
	<link rel="edit" href="https://seenthis.net/api/messages/234319"/>
	<summary><![CDATA[CSS Media Queries for iPads & iPhones | Stephen Gilbert
http://stephen.io/mediaqueries/

❝Many times I've had to design #responsive websites targeting specific devices with CSS media queries, and not just base the break points from the site's content. Because of this, I've ended up with a somewhat large list of CSS #media_queries for typical devices over the past year or two.

I've posted these media queries to help designers & developers save some time searching. I'll continue adding to the list as Apple (or another company that can sell a significant amount of products) releases them.❞

#rwd]]></summary>
	<content type="html"><![CDATA[<div lang="nb" dir="ltr"><p>CSS Media Queries for iPads &amp; iPhones | Stephen Gilbert<br><span class='lien_lien'><span class='lien_lien_total'><a rel='nofollow' href='https://seenthis.net/sites/430299'>▻</a></span><a rel='nofollow' href="http://stephen.io/mediaqueries" class='spip_out' title="CSS Media Queries for iPads &amp; iPhones" hreflang="en"><span class='lien_court'><span class='lien_protocol'>http://</span><span class='lien_racine'><span class='lien_host'>stephen.io</span>/</span><span class='lien_fin'>mediaqueries</span></span></a></span></p><blockquote lang="en" dir="ltr"><p> Many times I’ve had to design <span class='lien_tag'>#<a rel='nofollow' href='https://seenthis.net/tag/responsive'>responsive</a></span> websites targeting specific devices with CSS media queries, and not just base the break points from the site’s content. Because of this, I’ve ended up with a somewhat large list of CSS <span class='lien_tag'>#<a rel='nofollow' href='https://seenthis.net/tag/media_queries'>media_queries</a></span> for typical devices over the past year or two.</p><p>I’ve posted these media queries to help designers &amp; developers save some time searching. I’ll continue adding to the list as Apple (or another company that can sell a significant amount of products) releases them. </p></blockquote><p><span class='lien_tag'>#<a rel='nofollow' href='https://seenthis.net/tag/rwd'>rwd</a></span></p></div>]]></content>
	
	<link rel="related" href="http://stephen.io/mediaqueries" title="CSS Media Queries for iPads &amp; iPhones" hreflang="en"/>
	
	
	<category term="responsive" label="responsive" scheme="https://seenthis.net/tag/responsive"/>
	<category term="media_queries" label="media_queries" scheme="https://seenthis.net/tag/media_queries"/>
	<category term="rwd" label="rwd" scheme="https://seenthis.net/tag/rwd"/>
	<category term="IndustryTerm:typical devices" label="typical devices" scheme="https://seenthis.net/tag/industryterm:typical%20devices"/>
	<category term="IndustryTerm:media queries" label="media queries" scheme="https://seenthis.net/tag/industryterm:media%20queries"/>
	<category term="Product:iPads" label="iPads" scheme="https://seenthis.net/tag/product:ipads"/>
	<category term="IndustryTerm:responsive websites targeting specific devices" label="responsive websites targeting specific devices" scheme="https://seenthis.net/tag/industryterm:responsive%20websites%20targeting%20specific%20devices"/>
	<category term="Person:Stephen Gilbert" label="Stephen Gilbert" scheme="https://seenthis.net/tag/person:stephen%20gilbert"/>
</entry>

	<entry>
	<id>urn:uuid:e12838e0-027c-5a91-bf89-5dd4ae42a5cd</id>
	<title>Faut-il limiter le nombre de Media_Queries ? (Sass and Media Queries)</title>
	<author>
		<name>Nicolas Hoizey  (@nhoizey)</name>
		<uri>https://seenthis.net/people/nhoizey</uri>
		<email>nhoizey@seenthis.net</email>
		
	</author>
	<published>2014-01-15T07:08:09Z</published>
	<updated>2014-01-15T07:08:09Z</updated>
	
	 <link href="https://seenthis.net/messages/217513" />
	
	<link rel="edit" href="https://seenthis.net/api/messages/217513"/>
	<summary>Faut-il limiter le nombre de #Media_Queries ? (Sass and Media Queries)
http://sasscast.tumblr.com/post/38673939456/sass-and-media-queries

❝"Does combining the media queries have any actual performance improvements? Are people simply raising issue because they don’t like the way the output CSS looks? That’s a damn good question and one that Aaron also raised. As he put it, "Let’s ask science!"" 		 		 		 		Tags: 				 	 Media Queries 	 		 	 Responsive Web Design (RWD) 	 		 	 #Sass 	 		 	 #webperf❞
#Responsive_Web_Design_RWD_</summary>
	<content type="html"><![CDATA[<div lang="fr" dir="ltr"><p>Faut-il limiter le nombre de <span class='lien_tag'>#<a rel='nofollow' href='https://seenthis.net/tag/media_queries'>Media_Queries</a></span>&nbsp;? (Sass and Media Queries)<br><span class='lien_lien'><span class='lien_lien_total'><a rel='nofollow' href='https://seenthis.net/sites/396066'>▻</a></span><a rel='nofollow' href="http://sasscast.tumblr.com/post/38673939456/sass-and-media-queries" class='spip_out' title="Sass and Media Queries" hreflang="en"><span class='lien_court'><span class='lien_protocol'>http://</span><span class='lien_racine'><span class='lien_host'>sasscast.tumblr.com</span>/</span><span class='lien_off'>post/</span><span class='lien_off'>38673939456/</span><span class='lien_fin'>sass-and-media-queries</span></span></a></span></p><blockquote lang="en" dir="ltr"><p> "Does combining the media queries have any actual performance improvements? Are people simply raising issue because they don’t like the way the output CSS looks? That’s a damn good question and one that Aaron also raised. As he put it, &ldquo;Let’s ask science!&rdquo;" 		 		 		 		Tags: 				 	 Media Queries 	 		 	 Responsive Web Design (RWD) 	 		 	 <span class='lien_tag'>#<a rel='nofollow' href='https://seenthis.net/tag/sass'>Sass</a></span> 	 		 	 <span class='lien_tag'>#<a rel='nofollow' href='https://seenthis.net/tag/webperf'>webperf</a></span> </p></blockquote><p><span class='lien_tag'>#<a rel='nofollow' href='https://seenthis.net/tag/responsive_web_design_rwd_'>Responsive_Web_Design_RWD_</a></span></p></div>]]></content>
	
	<link rel="related" href="http://sasscast.tumblr.com/post/38673939456/sass-and-media-queries" title="Sass and Media Queries" hreflang="en"/>
	
	
	<category term="Media_Queries" label="Media_Queries" scheme="https://seenthis.net/tag/media_queries"/>
	<category term="Sass" label="Sass" scheme="https://seenthis.net/tag/sass"/>
	<category term="webperf" label="webperf" scheme="https://seenthis.net/tag/webperf"/>
	<category term="Responsive_Web_Design_RWD_" label="Responsive_Web_Design_RWD_" scheme="https://seenthis.net/tag/responsive_web_design_rwd_"/>
	<category term="IndustryTerm:media queries" label="media queries" scheme="https://seenthis.net/tag/industryterm:media%20queries"/>
</entry>

	<entry>
	<id>urn:uuid:6f30415e-bd3d-a979-3720-9f3accda56d9</id>
	<title>Essential considerations for crafting quality Media_Queries</title>
	<author>
		<name>Nicolas Hoizey  (@nhoizey)</name>
		<uri>https://seenthis.net/people/nhoizey</uri>
		<email>nhoizey@seenthis.net</email>
		
	</author>
	<published>2014-01-06T16:33:31Z</published>
	<updated>2014-01-06T16:33:31Z</updated>
	
	 <link href="https://seenthis.net/messages/214085" />
	
	<link rel="edit" href="https://seenthis.net/api/messages/214085"/>
	<summary>Essential considerations for crafting quality #Media_Queries
http://zomigi.com/blog/essential-considerations-for-crafting-quality-media-queries/

❝"Learn what you need to know to set up media queries that maximize efficiency and robustness for your particular project. There are pros and cons to making your media queries embedded versus external, overlapping versus stacking your media queries, starting with mobile versus desktop styles, and using conditional comments versus JavaScript to add support for IE 8 and earlier versions." 		 		 		 		Tags: 				 	 Responsive Web Design (RWD) 	 		 	 #bonne_pratique 	 		 	 Media Queries 	 		 	 #CSS❞
#Responsive_Web_Design_RWD_</summary>
	<content type="html"><![CDATA[<div lang="en" dir="ltr"><p>Essential considerations for crafting quality <span class='lien_tag'>#<a rel='nofollow' href='https://seenthis.net/tag/media_queries'>Media_Queries</a></span><br><span class='lien_lien'><span class='lien_lien_total'><a rel='nofollow' href='https://seenthis.net/sites/388562'>▻</a></span><a rel='nofollow' href="http://zomigi.com/blog/essential-considerations-for-crafting-quality-media-queries" class='spip_out' title="Essential considerations for crafting quality media queries" hreflang="en"><span class='lien_court'><span class='lien_protocol'>http://</span><span class='lien_racine'><span class='lien_host'>zomigi.com</span>/</span><span class='lien_off'>blog/</span><span class='lien_fin'><span class='lien_fin_coupee'>essential-considerations-for-cr</span><span class='lien_fin_cachee'>afting-quality-media-queries</span></span></span></a></span></p><blockquote lang="en" dir="ltr"><p> &ldquo;Learn what you need to know to set up media queries that maximize efficiency and robustness for your particular project. There are pros and cons to making your media queries embedded versus external, overlapping versus stacking your media queries, starting with mobile versus desktop styles, and using conditional comments versus JavaScript to add support for IE 8 and earlier versions.&rdquo; 		 		 		 		Tags: 				 	 Responsive Web Design (RWD) 	 		 	 <span class='lien_tag'>#<a rel='nofollow' href='https://seenthis.net/tag/bonne_pratique'>bonne_pratique</a></span> 	 		 	 Media Queries 	 		 	 <span class='lien_tag'>#<a rel='nofollow' href='https://seenthis.net/tag/css'>CSS</a></span> </p></blockquote><p><span class='lien_tag'>#<a rel='nofollow' href='https://seenthis.net/tag/responsive_web_design_rwd_'>Responsive_Web_Design_RWD_</a></span></p></div>]]></content>
	
	<link rel="related" href="http://zomigi.com/blog/essential-considerations-for-crafting-quality-media-queries" title="Essential considerations for crafting quality media queries" hreflang="en"/>
	
	
	<category term="Media_Queries" label="Media_Queries" scheme="https://seenthis.net/tag/media_queries"/>
	<category term="bonne_pratique" label="bonne_pratique" scheme="https://seenthis.net/tag/bonne_pratique"/>
	<category term="CSS" label="CSS" scheme="https://seenthis.net/tag/css"/>
	<category term="Responsive_Web_Design_RWD_" label="Responsive_Web_Design_RWD_" scheme="https://seenthis.net/tag/responsive_web_design_rwd_"/>
	<category term="Product:Sennheiser IE 8 Headphone/Headset" label="Sennheiser IE 8 Headphone/Headset" scheme="https://seenthis.net/tag/product:sennheiser%20ie%208%20headphone/headset"/>
	<category term="IndustryTerm:media queries" label="media queries" scheme="https://seenthis.net/tag/industryterm:media%20queries"/>
	<category term="ProgrammingLanguage:JavaScript" label="JavaScript" scheme="https://seenthis.net/tag/programminglanguage:javascript"/>
</entry>

	<entry>
	<id>urn:uuid:71a471c3-4d46-70e9-0191-71dacccca3ae</id>
	<title>Chrome Web Store - Responsive_Inspector</title>
	<author>
		<name>Nicolas Hoizey  (@nhoizey)</name>
		<uri>https://seenthis.net/people/nhoizey</uri>
		<email>nhoizey@seenthis.net</email>
		
	</author>
	<published>2013-11-18T12:02:45Z</published>
	<updated>2013-11-18T12:02:45Z</updated>
	
	 <link href="https://seenthis.net/messages/197622" />
	
	<link rel="edit" href="https://seenthis.net/api/messages/197622"/>
	<summary>#Chrome Web Store - #Responsive_Inspector
https://chrome.google.com/webstore/detail/responsive-inspector/memcdolmmnmnleeiodllgpibdjlkbpim

❝"Responsive Inspector is a simple Google Chrome #extension that allows viewing media queries of visited websites" 		 		 		 		Tags: 				 	 Responsive Web Design (RWD) 	 		 	 Responsive Inspector 	 		 	 Chrome 	 		 	 extension 	 		 	 #audit 	 		 	 #breakpoint❞
#Responsive_Web_Design_RWD_</summary>
	<content type="html"><![CDATA[<div><p><span class='lien_tag'>#<a rel='nofollow' href='https://seenthis.net/tag/chrome'>Chrome</a></span>&nbsp;Web&nbsp;Store - <span class='lien_tag'>#<a rel='nofollow' href='https://seenthis.net/tag/responsive_inspector'>Responsive_Inspector</a></span><br><span class='lien_lien'><span class='lien_lien_total'><a rel='nofollow' href='https://seenthis.net/sites/355183'>▻</a></span><a rel='nofollow' href="https://chrome.google.com/webstore/detail/responsive-inspector/memcdolmmnmnleeiodllgpibdjlkbpim" class='spip_out' title="Chrome Web Store - Responsive Inspector" hreflang="en"><span class='lien_court'><span class='lien_protocol'>https://</span><span class='lien_racine'><span class='lien_host'>chrome.google.com</span>/</span><span class='lien_off'>webstore/</span><span class='lien_off'>detail/</span><span class='lien_off'>responsive-inspector/</span><span class='lien_fin'><span class='lien_fin_coupee'>memcdolmmnmnleeiodllgpib</span><span class='lien_fin_cachee'>djlkbpim</span></span></span></a></span></p><blockquote lang="en" dir="ltr"><p> &ldquo;Responsive Inspector is a simple Google Chrome <span class='lien_tag'>#<a rel='nofollow' href='https://seenthis.net/tag/extension'>extension</a></span> that allows viewing media queries of visited websites&rdquo; 		 		 		 		Tags: 				 	 Responsive Web Design (RWD) 	 		 	 Responsive Inspector 	 		 	 Chrome 	 		 	 extension 	 		 	 <span class='lien_tag'>#<a rel='nofollow' href='https://seenthis.net/tag/audit'>audit</a></span> 	 		 	 <span class='lien_tag'>#<a rel='nofollow' href='https://seenthis.net/tag/breakpoint'>breakpoint</a></span> </p></blockquote><p><span class='lien_tag'>#<a rel='nofollow' href='https://seenthis.net/tag/responsive_web_design_rwd_'>Responsive_Web_Design_RWD_</a></span></p></div>]]></content>
	
	<link rel="related" href="https://chrome.google.com/webstore/detail/responsive-inspector/memcdolmmnmnleeiodllgpibdjlkbpim" title="Chrome Web Store - Responsive Inspector" hreflang="en"/>
	
	
	<category term="Chrome" label="Chrome" scheme="https://seenthis.net/tag/chrome"/>
	<category term="Responsive_Inspector" label="Responsive_Inspector" scheme="https://seenthis.net/tag/responsive_inspector"/>
	<category term="extension" label="extension" scheme="https://seenthis.net/tag/extension"/>
	<category term="audit" label="audit" scheme="https://seenthis.net/tag/audit"/>
	<category term="breakpoint" label="breakpoint" scheme="https://seenthis.net/tag/breakpoint"/>
	<category term="Responsive_Web_Design_RWD_" label="Responsive_Web_Design_RWD_" scheme="https://seenthis.net/tag/responsive_web_design_rwd_"/>
	<category term="Person:Chrome" label="Chrome" scheme="https://seenthis.net/tag/person:chrome"/>
	<category term="IndustryTerm:Web Design" label="Web Design" scheme="https://seenthis.net/tag/industryterm:web%20design"/>
	<category term="Position:Responsive Inspector" label="Responsive Inspector" scheme="https://seenthis.net/tag/position:responsive%20inspector"/>
	<category term="IndustryTerm:Web Design RWD" label="Web Design RWD" scheme="https://seenthis.net/tag/industryterm:web%20design%20rwd"/>
	<category term="IndustryTerm:media queries" label="media queries" scheme="https://seenthis.net/tag/industryterm:media%20queries"/>
	<category term="Company:Google" label="Google" scheme="https://seenthis.net/tag/company:google"/>
	<category term="IndustryTerm:Web Store" label="Web Store" scheme="https://seenthis.net/tag/industryterm:web%20store"/>
</entry>

	<entry>
	<id>urn:uuid:514865a3-5748-494b-81b1-04209315ecca</id>
	<title>css - Detecting iPad / iPhone using media_queries - Stack Overflow</title>
	<author>
		<name>BoOz  (@booz)</name>
		<uri>https://seenthis.net/people/booz</uri>
		<email>booz@seenthis.net</email>
		
	</author>
	<published>2013-03-19T13:18:27Z</published>
	<updated>2013-03-19T13:18:27Z</updated>
	
	 <link href="https://seenthis.net/messages/123191" />
	
	<link rel="edit" href="https://seenthis.net/api/messages/123191"/>
	<summary>css - Detecting #iPad / #iPhone using #media_queries - Stack Overflow
http://stackoverflow.com/questions/11680095/detecting-ipad-iphone-using-media-queries

❝I use the following media queries (defining splash images for web apps). It handles iPhone non-retina and iPhone 4/4s and both #non-retina iPad and #retina iPad (portrait and landscape).❞</summary>
	<content type="html"><![CDATA[<div lang="en" dir="ltr"><p>css - Detecting <span class='lien_tag'>#<a rel='nofollow' href='https://seenthis.net/tag/ipad'>iPad</a></span> / <span class='lien_tag'>#<a rel='nofollow' href='https://seenthis.net/tag/iphone'>iPhone</a></span> using <span class='lien_tag'>#<a rel='nofollow' href='https://seenthis.net/tag/media_queries'>media_queries</a></span> - Stack Overflow<br><span class='lien_lien'><span class='lien_lien_total'><a rel='nofollow' href='https://seenthis.net/sites/217974'>▻</a></span><a rel='nofollow' href="http://stackoverflow.com/questions/11680095/detecting-ipad-iphone-using-media-queries" class='spip_out' title="css - Detecting iPad / iPhone using media queries" hreflang="en"><span class='lien_court'><span class='lien_protocol'>http://</span><span class='lien_racine'><span class='lien_host'>stackoverflow.com</span>/</span><span class='lien_off'>questions/</span><span class='lien_off'>11680095/</span><span class='lien_fin'><span class='lien_fin_coupee'>detecting-ipad-iphone-us</span><span class='lien_fin_cachee'>ing-media-queries</span></span></span></a></span></p><blockquote lang="en" dir="ltr"><p> I use the following media queries (defining splash images for web apps). It handles iPhone non-retina and iPhone 4/4s and both <span class='lien_tag'>#<a rel='nofollow' href='https://seenthis.net/tag/non-retina'>non-retina</a></span> iPad and <span class='lien_tag'>#<a rel='nofollow' href='https://seenthis.net/tag/retina'>retina</a></span> iPad (portrait and landscape). </p></blockquote></div>]]></content>
	
	<link rel="related" href="http://stackoverflow.com/questions/11680095/detecting-ipad-iphone-using-media-queries" title="css - Detecting iPad / iPhone using media queries" hreflang="en"/>
	
	
	<category term="iPad" label="iPad" scheme="https://seenthis.net/tag/ipad"/>
	<category term="iPhone" label="iPhone" scheme="https://seenthis.net/tag/iphone"/>
	<category term="media_queries" label="media_queries" scheme="https://seenthis.net/tag/media_queries"/>
	<category term="non-retina" label="non-retina" scheme="https://seenthis.net/tag/non-retina"/>
	<category term="retina" label="retina" scheme="https://seenthis.net/tag/retina"/>
	<category term="Product:iPhone" label="iPhone" scheme="https://seenthis.net/tag/product:iphone"/>
	<category term="IndustryTerm:media queries" label="media queries" scheme="https://seenthis.net/tag/industryterm:media%20queries"/>
	<category term="Product:iPad" label="iPad" scheme="https://seenthis.net/tag/product:ipad"/>
	<category term="Product:Apple iPhone 4 Smartphone" label="Apple iPhone 4 Smartphone" scheme="https://seenthis.net/tag/product:apple%20iphone%204%20smartphone"/>
	<category term="IndustryTerm:web apps" label="web apps" scheme="https://seenthis.net/tag/industryterm:web%20apps"/>
</entry>

	<entry>
	<id>urn:uuid:508f9d6a-6824-4181-9c34-1822ecc31efb</id>
	<title>Content Choreography | Trent Walton</title>
	<author>
		<name>Stéphane Deschamps  (@notabene)</name>
		<uri>https://seenthis.net/people/notabene</uri>
		<email>notabene@seenthis.net</email>
		
	</author>
	<published>2012-10-30T09:27:06Z</published>
	<updated>2012-10-30T09:27:06Z</updated>
	
	 <link href="https://seenthis.net/messages/94632" />
	
	<link rel="edit" href="https://seenthis.net/api/messages/94632"/>
	<summary>Content Choreography | Trent Walton
http://trentwalton.com/2011/07/14/content-choreography/

❝Another thing I’ve noticed is that media queries are being used to significantly #redesign pages. I’ve seen background colors change and top-level elements move from left to right. If critical thought is applied here those choices may be spot on. But what happens if a user visits at full-width one afternoon and revisits your site in the evening on a tablet, and everything looks completely different? It’s annoying—like someone rearranging the groceries in your pantry every time you closed the door. The power of media queries can be intoxicating, but just because you can doesn’t mean you should.❞

Mouais. Il a raison sur le fond mais il faudra vraiment que les gens se rendent compte que tant qu'à faire du #responsive, il serait malin de virer les #webfonts pour des questions de bande passante, et forcer le #contraste pour des questions d'#accessibilité en mobilité notamment.

#mediaqueries #rwd</summary>
	<content type="html"><![CDATA[<div lang="fr" dir="ltr"><p>Content Choreography | Trent Walton<br><span class='lien_lien'><span class='lien_lien_total'><a rel='nofollow' href='https://seenthis.net/sites/166320'>►</a></span><a rel='nofollow' href="http://trentwalton.com/2011/07/14/content-choreography" class='spip_out' title="Content Choreography | Trent Walton" hreflang="en"><span class='lien_court'><span class='lien_protocol'>http://</span><span class='lien_racine'><span class='lien_host'>trentwalton.com</span>/</span><span class='lien_off'>2011/</span>07/14/<span class='lien_fin'>content-choreography</span></span></a></span></p><blockquote lang="en" dir="ltr"><p> Another thing I’ve noticed is that media queries are being used to significantly <span class='lien_tag'>#<a rel='nofollow' href='https://seenthis.net/tag/redesign'>redesign</a></span> pages. I’ve seen background colors change and top-level elements move from left to right. If critical thought is applied here those choices may be spot on. But what happens if a user visits at full-width one afternoon and revisits your site in the evening on a tablet, and everything looks completely different? It’s annoying—like someone rearranging the groceries in your pantry every time you closed the door. The power of media queries can be intoxicating, but just because you can doesn’t mean you should. </p></blockquote><p>Mouais. Il a raison sur le fond mais il faudra vraiment que les gens se rendent compte que tant qu’à faire du <span class='lien_tag'>#<a rel='nofollow' href='https://seenthis.net/tag/responsive'>responsive</a></span>, il serait malin de virer les <span class='lien_tag'>#<a rel='nofollow' href='https://seenthis.net/tag/webfonts'>webfonts</a></span> pour des questions de bande passante, et forcer le <span class='lien_tag'>#<a rel='nofollow' href='https://seenthis.net/tag/contraste'>contraste</a></span> pour des questions d’<span class='lien_tag'>#<a rel='nofollow' href='https://seenthis.net/tag/accessibilit%C3%A9'>accessibilité</a></span> en mobilité notamment.</p><p><span class='lien_tag'>#<a rel='nofollow' href='https://seenthis.net/tag/mediaqueries'>mediaqueries</a></span> <span class='lien_tag'>#<a rel='nofollow' href='https://seenthis.net/tag/rwd'>rwd</a></span></p></div>]]></content>
	
	<link rel="related" href="http://trentwalton.com/2011/07/14/content-choreography" title="Content Choreography | Trent Walton" hreflang="en"/>
	
	
	<category term="redesign" label="redesign" scheme="https://seenthis.net/tag/redesign"/>
	<category term="responsive" label="responsive" scheme="https://seenthis.net/tag/responsive"/>
	<category term="webfonts" label="webfonts" scheme="https://seenthis.net/tag/webfonts"/>
	<category term="contraste" label="contraste" scheme="https://seenthis.net/tag/contraste"/>
	<category term="accessibilit&#233;" label="accessibilit&#233;" scheme="https://seenthis.net/tag/accessibilit%C3%A9"/>
	<category term="mediaqueries" label="mediaqueries" scheme="https://seenthis.net/tag/mediaqueries"/>
	<category term="rwd" label="rwd" scheme="https://seenthis.net/tag/rwd"/>
	<category term="IndustryTerm:media queries" label="media queries" scheme="https://seenthis.net/tag/industryterm:media%20queries"/>
	<category term="Person:Trent Walton" label="Trent Walton" scheme="https://seenthis.net/tag/person:trent%20walton"/>
</entry>

	<entry>
	<id>urn:uuid:508ea5e7-49e8-48c1-bb68-49386e0ed3dd</id>
	<title>Using media queries from code | Document Object Model (DOM) | MDN</title>
	<author>
		<name>b_b  (@b_b)</name>
		<uri>https://seenthis.net/people/b_b</uri>
		<email>b_b@seenthis.net</email>
		
	</author>
	<published>2012-10-03T19:20:23Z</published>
	<updated>2015-12-10T16:04:11Z</updated>
	
	 <link href="https://seenthis.net/messages/90077" />
	
	<link rel="edit" href="https://seenthis.net/api/messages/90077"/>
	<summary><![CDATA[Using media queries from code | Document Object Model (DOM) | MDN
https://developer.mozilla.org/en-US/docs/DOM/Using_media_queries_from_code?redirectlocale=en-US&redirectslug=CSS%2FUsing_media_queries_from_code

Jouer avec les media queries depuis un script, par exemple :
```
var mq = window.matchMedia("(max-width: 640px)");
if (!mq.matches)
	alert('prout');
```
The DOM provides features that make it possible to test the results of a media query programmatically. This is done using the MediaQueryList interface and its methods and properties. Once you've created a MediaQueryList object, you can check the result of the query or, alternatively, receive notifications automatically when the result changes.

#css #media-queries #javascript #jquery]]></summary>
	<content type="html"><![CDATA[<div lang="en" dir="ltr"><p>Using media queries from code | Document Object Model (DOM) | MDN<br><span class='lien_lien'><span class='lien_lien_total'><a href='https://seenthis.net/sites/158831'>▻</a></span><a href="https://developer.mozilla.org/en-US/docs/DOM/Using_media_queries_from_code?redirectlocale=en-US&amp;redirectslug=CSS%2FUsing_media_queries_from_code" class='spip_out' title="Using media queries from code | Document Object Model (DOM)" hreflang="en"><span class='lien_court'><span class='lien_protocol'>https://</span><span class='lien_racine'><span class='lien_host'>developer.mozilla.org</span>/</span><span class='lien_off'>en-US/</span><span class='lien_off'>docs/</span><span class='lien_off'>DOM/</span><span class='lien_fin'><span class='lien_fin_coupee'>Using_media_queries_</span><span class='lien_fin_cachee'>from_code?redirectlocale=en-US&amp;redirectslug=C</span></span></span></a></span></p><p>Jouer avec les media queries depuis un script, par exemple :<br><div class="precode"><pre class='spip_code spip_code_block' dir='ltr' style='text-align:left;'><code>var mq = window.matchMedia(&quot;(max-width: 640px)&quot;);
if (!mq.matches)
	alert('prout');</code></pre></div><br>The DOM provides features that make it possible to test the results of a media query programmatically. This is done using the MediaQueryList interface and its methods and properties. Once you’ve created a MediaQueryList object, you can check the result of the query or, alternatively, receive notifications automatically when the result changes.</p><p><span class='lien_tag'>#<a href='https://seenthis.net/tag/css'>css</a></span> <span class='lien_tag'>#<a href='https://seenthis.net/tag/media-queries'>media-queries</a></span> <span class='lien_tag'>#<a href='https://seenthis.net/tag/javascript'>javascript</a></span> <span class='lien_tag'>#<a href='https://seenthis.net/tag/jquery'>jquery</a></span></p></div>]]></content>
	
	<link rel="related" href="https://developer.mozilla.org/en-US/docs/DOM/Using_media_queries_from_code?redirectlocale=en-US&amp;redirectslug=CSS%2FUsing_media_queries_from_code" title="Using media queries from code | Document Object Model (DOM)" hreflang="en"/>
	
	
	<category term="css" label="css" scheme="https://seenthis.net/tag/css"/>
	<category term="media-queries" label="media-queries" scheme="https://seenthis.net/tag/media-queries"/>
	<category term="javascript" label="javascript" scheme="https://seenthis.net/tag/javascript"/>
	<category term="jquery" label="jquery" scheme="https://seenthis.net/tag/jquery"/>
	<category term="IndustryTerm:avec les media queries" label="avec les media queries" scheme="https://seenthis.net/tag/industryterm:avec%20les%20media%20queries"/>
	<category term="IndustryTerm:media query" label="media query" scheme="https://seenthis.net/tag/industryterm:media%20query"/>
	<category term="Technology:Document Object Model" label="Document Object Model" scheme="https://seenthis.net/tag/technology:document%20object%20model"/>
	<category term="Technology:DOM" label="DOM" scheme="https://seenthis.net/tag/technology:dom"/>
	<category term="IndustryTerm:media queries" label="media queries" scheme="https://seenthis.net/tag/industryterm:media%20queries"/>
</entry>

	<entry>
	<id>urn:uuid:508ea5e6-c934-449e-9ff1-49384b86a385</id>
	<title>Combining meta viewport and media queries - QuirksBlog</title>
	<author>
		<name>BoOz  (@booz)</name>
		<uri>https://seenthis.net/people/booz</uri>
		<email>booz@seenthis.net</email>
		
	</author>
	<published>2012-09-26T13:29:57Z</published>
	<updated>2012-09-26T13:29:57Z</updated>
	
	 <link href="https://seenthis.net/messages/88728" />
	
	<link rel="edit" href="https://seenthis.net/api/messages/88728"/>
	<summary>Combining meta viewport and media queries - QuirksBlog
http://www.quirksmode.org/blog/archives/2010/09/combining_meta.html

"#mobile" "#webdev"</summary>
	<content type="html"><![CDATA[<div lang="nb" dir="ltr"><p>Combining meta viewport and media queries - QuirksBlog<br><span class='lien_lien'><span class='lien_lien_total'><a rel='nofollow' href='https://seenthis.net/sites/966'>►</a></span><a rel='nofollow' href="http://www.quirksmode.org/blog/archives/2010/09/combining_meta.html" class='spip_out' title="Combining meta viewport and media queries" hreflang="en"><span class='lien_court'><span class='lien_protocol'>http://</span><span class='lien_racine'><span class='lien_host'><span class='lien_www'>www.</span>quirksmode.org</span>/</span><span class='lien_off'>blog/</span><span class='lien_off'>archives/</span>2010/09/<span class='lien_fin'>combining_meta.html</span></span></a></span></p><p>&laquo;&nbsp;<span class='lien_tag'>#<a rel='nofollow' href='https://seenthis.net/tag/mobile'>mobile</a></span>&nbsp;&raquo; "<span class='lien_tag'>#<a rel='nofollow' href='https://seenthis.net/tag/webdev'>webdev</a></span>"</p></div>]]></content>
	
	<link rel="related" href="http://www.quirksmode.org/blog/archives/2010/09/combining_meta.html" title="Combining meta viewport and media queries" hreflang="en"/>
	
	
	<category term="mobile" label="mobile" scheme="https://seenthis.net/tag/mobile"/>
	<category term="webdev" label="webdev" scheme="https://seenthis.net/tag/webdev"/>
	<category term="IndustryTerm:media queries" label="media queries" scheme="https://seenthis.net/tag/industryterm:media%20queries"/>
</entry>

	<entry>
	<id>urn:uuid:508ea5d7-04ac-4345-a4e9-49382fea6681</id>
	<title>Device-Agnostic Approach To Responsive Web Design | Smashing Coding</title>
	<author>
		<name>Fil  (@fil)</name>
		<uri>https://seenthis.net/people/fil</uri>
		<email>fil@seenthis.net</email>
		
	</author>
	<published>2012-03-23T10:55:23Z</published>
	<updated>2012-03-23T10:56:23Z</updated>
	
	 <link href="https://seenthis.net/messages/62222" />
	
	<link rel="edit" href="https://seenthis.net/api/messages/62222"/>
	<summary>Device-Agnostic Approach To #Responsive #Web #Design | Smashing Coding
http://coding.smashingmagazine.com/2012/03/22/device-agnostic-approach-to-responsive-web-design/

❝how we can rely on media queries and breakpoints without any concern for devices.❞

plutôt convaincant comme approche</summary>
	<content type="html"><![CDATA[<div lang="fr" dir="ltr"><p>Device-Agnostic Approach To <span class='lien_tag'>#<a href='https://seenthis.net/tag/responsive'>Responsive</a></span> <span class='lien_tag'>#<a href='https://seenthis.net/tag/web'>Web</a></span> <span class='lien_tag'>#<a href='https://seenthis.net/tag/design'>Design</a></span> | Smashing Coding<br><span class='lien_lien'><span class='lien_lien_total'><a href='https://seenthis.net/sites/110788'>►</a></span><a href="http://coding.smashingmagazine.com/2012/03/22/device-agnostic-approach-to-responsive-web-design" class='spip_out' title="Device-Agnostic Approach To Responsive Web Design" hreflang="en"><span class='lien_court'><span class='lien_protocol'>http://</span><span class='lien_racine'><span class='lien_host'>coding.smashingmagazine.com</span>/</span><span class='lien_off'>2012/</span><span class='lien_off'>03/</span><span class='lien_off'>22/</span><span class='lien_fin'><span class='lien_fin_coupee'>device-agnosti</span><span class='lien_fin_cachee'>c-approach-to-responsive-web-design</span></span></span></a></span></p><blockquote lang="en" dir="ltr"><p> how we can rely on media queries and breakpoints without any concern for devices. </p></blockquote><p>plutôt convaincant comme approche</p></div>]]></content>
	
	<link rel="related" href="http://coding.smashingmagazine.com/2012/03/22/device-agnostic-approach-to-responsive-web-design" title="Device-Agnostic Approach To Responsive Web Design" hreflang="en"/>
	
	
	<category term="design" label="design" scheme="https://seenthis.net/tag/design"/>
	<category term="web" label="web" scheme="https://seenthis.net/tag/web"/>
	<category term="responsive" label="responsive" scheme="https://seenthis.net/tag/responsive"/>
	<category term="IndustryTerm:web design" label="web design" scheme="https://seenthis.net/tag/industryterm:web%20%20design"/>
	<category term="IndustryTerm:media queries" label="media queries" scheme="https://seenthis.net/tag/industryterm:media%20queries"/>
</entry>

	<entry>
	<id>urn:uuid:508ea5ca-5854-443f-83e6-4938e57552d0</id>
	<title>Boston Globe's Responsive Redesign. Discuss. &#8211; Jeffrey Zeldman Presents The Daily Report</title>
	<author>
		<name>Stéphane Deschamps  (@notabene)</name>
		<uri>https://seenthis.net/people/notabene</uri>
		<email>notabene@seenthis.net</email>
		
	</author>
	<published>2011-09-21T07:41:46Z</published>
	<updated>2011-09-21T07:41:46Z</updated>
	
	 <link href="https://seenthis.net/messages/35274" />
	
	<link rel="edit" href="https://seenthis.net/api/messages/35274"/>
	<summary>Boston Globe’s Responsive Redesign. Discuss. – Jeffrey Zeldman Presents The Daily Report
http://www.zeldman.com/2011/09/15/boston-globes-responsive-redesign-discuss/

❝#Responsive #design is not #CSS3 media queries, any more than “Hamlet” can be reduced to English grammar. (Yet without English grammar, there is no Hamlet.)❞

Citation mémorable, à graver dans le marbre.
#media-queries</summary>
	<content type="html"><![CDATA[<div lang="fr" dir="ltr"><p>Boston Globe’s Responsive Redesign. Discuss. – Jeffrey Zeldman Presents The Daily Report<br><span class='lien_lien'><span class='lien_lien_total'><a rel='nofollow' href='https://seenthis.net/sites/61805'>►</a></span><a rel='nofollow' href="http://www.zeldman.com/2011/09/15/boston-globes-responsive-redesign-discuss" class='spip_out' title="Boston Globe’s Responsive Redesign. Discuss. – Jeffrey Zeldman Presents The Daily Report" hreflang="en"><span class='lien_court'><span class='lien_protocol'>http://</span><span class='lien_racine'><span class='lien_host'><span class='lien_www'>www.</span>zeldman.com</span>/</span><span class='lien_off'>2011/</span><span class='lien_off'>09/</span><span class='lien_off'>15/</span><span class='lien_fin'><span class='lien_fin_coupee'>boston-globes-responsive-redes</span><span class='lien_fin_cachee'>ign-discuss</span></span></span></a></span></p><blockquote lang="en" dir="ltr"><p> <span class='lien_tag'>#<a rel='nofollow' href='https://seenthis.net/tag/responsive'>Responsive</a></span> <span class='lien_tag'>#<a rel='nofollow' href='https://seenthis.net/tag/design'>design</a></span> is not <span class='lien_tag'>#<a rel='nofollow' href='https://seenthis.net/tag/css3'>CSS3</a></span> media queries, any more than “Hamlet” can be reduced to English grammar. (Yet without English grammar, there is no Hamlet.) </p></blockquote><p>Citation mémorable, à graver dans le marbre.<br><span class='lien_tag'>#<a rel='nofollow' href='https://seenthis.net/tag/media-queries'>media-queries</a></span></p></div>]]></content>
	
	<link rel="related" href="http://www.zeldman.com/2011/09/15/boston-globes-responsive-redesign-discuss" title="Boston Globe's Responsive Redesign. Discuss. &#8211; Jeffrey Zeldman Presents The Daily Report" hreflang="en"/>
	
	
	<category term="media-queries" label="media-queries" scheme="https://seenthis.net/tag/media-queries"/>
	<category term="css3" label="css3" scheme="https://seenthis.net/tag/css3"/>
	<category term="design" label="design" scheme="https://seenthis.net/tag/design"/>
	<category term="responsive" label="responsive" scheme="https://seenthis.net/tag/responsive"/>
	<category term="PublishedMedium:Boston Globe" label="Boston Globe" scheme="https://seenthis.net/tag/publishedmedium:boston%20globe"/>
	<category term="IndustryTerm:media queries" label="media queries" scheme="https://seenthis.net/tag/industryterm:media%20queries"/>
	<category term="City:Hamlet" label="Hamlet" scheme="https://seenthis.net/tag/city:hamlet"/>
	<category term="Company:Boston Globe" label="Boston Globe" scheme="https://seenthis.net/tag/company:boston%20globe"/>
	<category term="Person:Jeffrey Zeldman" label="Jeffrey Zeldman" scheme="https://seenthis.net/tag/person:jeffrey%20zeldman"/>
</entry>

	<entry>
	<id>urn:uuid:508ea5c7-4748-4dad-8bc5-49388a0edd8b</id>
	<title>Create an adaptable website layout with CSS3 media queries</title>
	<author>
		<name>Hoʍlett  (@homlett)</name>
		<uri>https://seenthis.net/people/homlett</uri>
		<email>homlett@seenthis.net</email>
		
	</author>
	<published>2011-05-11T12:06:24Z</published>
	<updated>2011-05-11T12:06:24Z</updated>
	
	 <link href="https://seenthis.net/messages/21147" />
	
	<link rel="edit" href="https://seenthis.net/api/messages/21147"/>
	<summary>Create an adaptable website layout with CSS3 media queries
http://www.catswhocode.com/blog/create-an-adaptable-website-layout-with-css3-media-queries

#via_google_reader #css3 #webdesign #css #mobile #html5 #layout #tutorial</summary>
	<content type="html"><![CDATA[<div lang="en" dir="ltr"><p>Create an adaptable website layout with CSS3 media queries<br><span class='lien_lien'><span class='lien_lien_total'><a rel='nofollow' href='https://seenthis.net/sites/35884'>►</a></span><a rel='nofollow' href="http://www.catswhocode.com/blog/create-an-adaptable-website-layout-with-css3-media-queries" class='spip_out' title="Create an adaptable website layout with CSS3 media queries" hreflang="en"><span class='lien_court'><span class='lien_protocol'>http://</span><span class='lien_racine'><span class='lien_host'><span class='lien_www'>www.</span>catswhocode.com</span>/</span><span class='lien_off'>blog/</span><span class='lien_fin'><span class='lien_fin_coupee'>create-an-adaptable-websit</span><span class='lien_fin_cachee'>e-layout-with-css3-media-queries</span></span></span></a></span></p><p><span class='lien_tag'>#<a rel='nofollow' href='https://seenthis.net/tag/via_google_reader'>via_google_reader</a></span> <span class='lien_tag'>#<a rel='nofollow' href='https://seenthis.net/tag/css3'>css3</a></span> <span class='lien_tag'>#<a rel='nofollow' href='https://seenthis.net/tag/webdesign'>webdesign</a></span> <span class='lien_tag'>#<a rel='nofollow' href='https://seenthis.net/tag/css'>css</a></span> <span class='lien_tag'>#<a rel='nofollow' href='https://seenthis.net/tag/mobile'>mobile</a></span> <span class='lien_tag'>#<a rel='nofollow' href='https://seenthis.net/tag/html5'>html5</a></span> <span class='lien_tag'>#<a rel='nofollow' href='https://seenthis.net/tag/layout'>layout</a></span> <span class='lien_tag'>#<a rel='nofollow' href='https://seenthis.net/tag/tutorial'>tutorial</a></span></p></div>]]></content>
	
	<link rel="related" href="http://www.catswhocode.com/blog/create-an-adaptable-website-layout-with-css3-media-queries" title="Create an adaptable website layout with CSS3 media queries" hreflang="en"/>
	
	
	<category term="via_google_reader" label="via_google_reader" scheme="https://seenthis.net/tag/via_google_reader"/>
	<category term="css3" label="css3" scheme="https://seenthis.net/tag/css3"/>
	<category term="webdesign" label="webdesign" scheme="https://seenthis.net/tag/webdesign"/>
	<category term="css" label="css" scheme="https://seenthis.net/tag/css"/>
	<category term="mobile" label="mobile" scheme="https://seenthis.net/tag/mobile"/>
	<category term="html5" label="html5" scheme="https://seenthis.net/tag/html5"/>
	<category term="layout" label="layout" scheme="https://seenthis.net/tag/layout"/>
	<category term="tutorial" label="tutorial" scheme="https://seenthis.net/tag/tutorial"/>
	<category term="IndustryTerm:media queries" label="media queries" scheme="https://seenthis.net/tag/industryterm:media%20queries"/>
</entry>

</feed>
