<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.code4lib.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=66.205.170.54</id>
		<title>Code4Lib - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.code4lib.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=66.205.170.54"/>
		<link rel="alternate" type="text/html" href="https://wiki.code4lib.org/Special:Contributions/66.205.170.54"/>
		<updated>2026-06-25T10:53:54Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.26.2</generator>

	<entry>
		<id>https://wiki.code4lib.org/index.php?title=Mobile_Devices&amp;diff=5970</id>
		<title>Mobile Devices</title>
		<link rel="alternate" type="text/html" href="https://wiki.code4lib.org/index.php?title=Mobile_Devices&amp;diff=5970"/>
				<updated>2010-06-11T20:01:50Z</updated>
		
		<summary type="html">&lt;p&gt;66.205.170.54: /* Basic techniques */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;stuff we talked about at [[Midwest]] 2010.&lt;br /&gt;
&lt;br /&gt;
==Basic techniques==&lt;br /&gt;
* choose device-specific CSS based on screen width:&lt;br /&gt;
  &amp;lt;LINK REL=StyleSheet HREF=&amp;quot;desktop.css&amp;quot; TYPE=&amp;quot;text/css&amp;quot; media=&amp;quot;screen,projection,tv and (min-width: 501px)&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;link rel=&amp;quot;stylesheet&amp;quot; media=&amp;quot;handheld, screen and (max-width: 500px)&amp;quot; href=&amp;quot;smallscreen.css&amp;quot; type=&amp;quot;text/css&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* or put the query in your css file;&lt;br /&gt;
  @media screen and (min-width: 400px) and (max-width: 700px) { ... }&lt;br /&gt;
&lt;br /&gt;
* set the &amp;quot;viewport&amp;quot; on the device so the page scales to an appropriate size&lt;br /&gt;
  &amp;lt;meta name=&amp;quot;viewport&amp;quot; content=&amp;quot;width=device-width&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==OPACs==&lt;br /&gt;
* ''Notre Dame's mobile library interface'' from Boopsie ($$). Download free app:&lt;br /&gt;
http://hesburgh.boopsie.com&lt;br /&gt;
* ''Wittenberg's CSS-driven mobile-friendly web'' (test-port only right now):&lt;br /&gt;
http://ezra.wittenberg.edu:2082&lt;br /&gt;
&lt;br /&gt;
==other sites==&lt;br /&gt;
* [http://m.infomotions.com/ Eric's mobile-friendly site] using webkit&lt;br /&gt;
&lt;br /&gt;
==Resources==&lt;br /&gt;
* Stark, Jonathan. '''Building iPhone Apps with HTML, CSS, and JavaScript'''. O'Reilley (2009).&lt;br /&gt;
** some good info on general mobile web design techniques&lt;br /&gt;
* iPhone emulator online: http://testiphone.com/&lt;br /&gt;
* [http://sourceforge.net/projects/mitmobileweb/ MIT Mobile Framework]&lt;br /&gt;
* Webkit&lt;br /&gt;
* Drupal &amp;quot;Sections&amp;quot;: different themes based on URL (e.g. &amp;quot;m.drupalsite.com&amp;quot; gets a different theme)&lt;/div&gt;</summary>
		<author><name>66.205.170.54</name></author>	</entry>

	</feed>