<?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>Asgeir Hoem</title>
	<atom:link href="http://www.asgeirhoem.no/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.asgeirhoem.no</link>
	<description>Visual communicator / logbook &#38; brain bin</description>
	<lastBuildDate>Fri, 27 Aug 2010 05:49:52 +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>Google &#8216;Streaming&#8217; search</title>
		<link>http://www.asgeirhoem.no/2010/08/google-streaming-search/</link>
		<comments>http://www.asgeirhoem.no/2010/08/google-streaming-search/#comments</comments>
		<pubDate>Tue, 24 Aug 2010 08:38:28 +0000</pubDate>
		<dc:creator>Asgeir</dc:creator>
				<category><![CDATA[Web development]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[search]]></category>

		<guid isPermaLink="false">http://www.asgeirhoem.no/?p=952</guid>
		<description><![CDATA[Search results updated by the key stroke. (via The Register) Related posts:Google Image Swirl has eyes


Related posts:<ol><li><a href='http://www.asgeirhoem.no/2010/01/google-image-swirl-has-eyes/' rel='bookmark' title='Permanent Link: Google Image Swirl has eyes'>Google Image Swirl has eyes</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="511" height="308" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://www.youtube.com/v/Ty71OxyQKKc&amp;color1=0xb1b1b1&amp;color2=0xd0d0d0&amp;hl=en_US&amp;feature=player_embedded&amp;fs=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="511" height="308" src="http://www.youtube.com/v/Ty71OxyQKKc&amp;color1=0xb1b1b1&amp;color2=0xd0d0d0&amp;hl=en_US&amp;feature=player_embedded&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Search results updated by the key stroke. (<a title="Google streaming search test" href="http://www.theregister.co.uk/2010/08/23/google_streaming_search_test/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.theregister.co.uk');">via The Register</a>)</p>


<p>Related posts:<ol><li><a href='http://www.asgeirhoem.no/2010/01/google-image-swirl-has-eyes/' rel='bookmark' title='Permanent Link: Google Image Swirl has eyes'>Google Image Swirl has eyes</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.asgeirhoem.no/2010/08/google-streaming-search/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New type attributes in HTML5 forms</title>
		<link>http://www.asgeirhoem.no/2010/08/new-type-attributes-in-html5-forms/</link>
		<comments>http://www.asgeirhoem.no/2010/08/new-type-attributes-in-html5-forms/#comments</comments>
		<pubDate>Fri, 20 Aug 2010 09:32:18 +0000</pubDate>
		<dc:creator>Asgeir</dc:creator>
				<category><![CDATA[HTML5]]></category>
		<category><![CDATA[forms]]></category>
		<category><![CDATA[input types]]></category>

		<guid isPermaLink="false">http://www.asgeirhoem.no/?p=943</guid>
		<description><![CDATA[Another extremely handy feature introduced in HTML5, is the ability to more specifically define what kind of information is expected in an input, so that in turn, your handheld device can display the appropriate keyboard. In previous versions of HTML, you were restricted to the text input type for written information. However, you were not [...]


Related posts:<ol><li><a href='http://www.asgeirhoem.no/2010/08/placeholder-text-in-html5-forms/' rel='bookmark' title='Permanent Link: Placeholder text in HTML5 forms'>Placeholder text in HTML5 forms</a></li>
<li><a href='http://www.asgeirhoem.no/2010/02/custom-radio-inputs-using-pure-css/' rel='bookmark' title='Permanent Link: Custom radio inputs using pure CSS'>Custom radio inputs using pure CSS</a></li>
<li><a href='http://www.asgeirhoem.no/2010/01/wrapping-my-head-around-html5/' rel='bookmark' title='Permanent Link: Wrapping my &lt;head&gt; around HTML5'>Wrapping my &lt;head&gt; around HTML5</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Another extremely handy feature introduced in HTML5, is the ability to more specifically define what kind of information is expected in an input, so that in turn, your handheld device can display the appropriate keyboard.</p>
<p>In previous versions of HTML, you were restricted to the text input type for written information. However, you were not able to define <em>what kind</em> of information a text field was expecting.</p>
<h2>HTML5 introduces 13-ish new input types</h2>
<p>With <a title="HTML5 input types" href="http://dev.w3.org/html5/markup/input.html#input" onclick="javascript:pageTracker._trackPageview('/outbound/article/dev.w3.org');">the new input types</a>, you can define that aparticular input is expecting a phone number, or an email address, or a URL, or a date, et cetera. The most practical use of the new values, beside the fact that it <em>makes more sense</em>, is that user agents can display the most useful keyboard for the input.</p>
<p><img class="alignnone size-full wp-image-944" title="iphone-keypads" src="http://www.asgeirhoem.no/wp-content/uploads/2010/08/iphone-keypads.png" alt="" width="465" height="328" /></p>
<h2>Full list of HTML5 input types (as of 20. August 2010)</h2>
<p>*   input type=text<br />
*  input type=password<br />
*  input type=checkbox<br />
*  input type=radio<br />
*  input type=button<br />
*  input type=submit<br />
*  input type=reset<br />
*  input type=file<br />
*  input type=hidden<br />
*  input type=image<br />
*  input type=datetime <strong>NEW</strong><br />
*  input type=datetime-local <strong>NEW</strong><br />
*  input type=date <strong>NEW</strong><br />
*  input type=month <strong>NEW</strong><br />
*  input type=time <strong>NEW</strong><br />
*  input type=week <strong>NEW</strong><br />
*  input type=number <strong>NEW</strong><br />
*  input type=range <strong>NEW</strong><br />
*  input type=email <strong>NEW</strong><br />
*  input type=url <strong>NEW</strong><br />
*  input type=search <strong>NEW</strong><br />
*  input type=tel <strong>NEW</strong><br />
*  input type=color <strong>NEW</strong></p>


<p>Related posts:<ol><li><a href='http://www.asgeirhoem.no/2010/08/placeholder-text-in-html5-forms/' rel='bookmark' title='Permanent Link: Placeholder text in HTML5 forms'>Placeholder text in HTML5 forms</a></li>
<li><a href='http://www.asgeirhoem.no/2010/02/custom-radio-inputs-using-pure-css/' rel='bookmark' title='Permanent Link: Custom radio inputs using pure CSS'>Custom radio inputs using pure CSS</a></li>
<li><a href='http://www.asgeirhoem.no/2010/01/wrapping-my-head-around-html5/' rel='bookmark' title='Permanent Link: Wrapping my &lt;head&gt; around HTML5'>Wrapping my &lt;head&gt; around HTML5</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.asgeirhoem.no/2010/08/new-type-attributes-in-html5-forms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Placeholder text in HTML5 forms</title>
		<link>http://www.asgeirhoem.no/2010/08/placeholder-text-in-html5-forms/</link>
		<comments>http://www.asgeirhoem.no/2010/08/placeholder-text-in-html5-forms/#comments</comments>
		<pubDate>Thu, 19 Aug 2010 12:13:59 +0000</pubDate>
		<dc:creator>Asgeir</dc:creator>
				<category><![CDATA[HTML5]]></category>
		<category><![CDATA[forms]]></category>
		<category><![CDATA[placeholder]]></category>

		<guid isPermaLink="false">http://www.asgeirhoem.no/?p=937</guid>
		<description><![CDATA[One of the many improvements in HTML5, is the input placeholder attribute. Instead of using javascript to achieve this functionality, you can now specify the placeholder directly in the input tag. Whenever the input is empty and not in focus, the placeholder text will be displayed. Related posts:New type attributes in HTML5 forms Custom radio [...]


Related posts:<ol><li><a href='http://www.asgeirhoem.no/2010/08/new-type-attributes-in-html5-forms/' rel='bookmark' title='Permanent Link: New type attributes in HTML5 forms'>New type attributes in HTML5 forms</a></li>
<li><a href='http://www.asgeirhoem.no/2010/02/custom-radio-inputs-using-pure-css/' rel='bookmark' title='Permanent Link: Custom radio inputs using pure CSS'>Custom radio inputs using pure CSS</a></li>
<li><a href='http://www.asgeirhoem.no/2010/01/wrapping-my-head-around-html5/' rel='bookmark' title='Permanent Link: Wrapping my &lt;head&gt; around HTML5'>Wrapping my &lt;head&gt; around HTML5</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>One of the many improvements in HTML5, is the input <a title="The Placeholder attribute" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-input-element-attributes.html#the-placeholder-attribute" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.whatwg.org');">placeholder attribute</a>. Instead of using javascript to achieve this functionality, you can now specify the placeholder directly in the input tag. Whenever the input is empty and not in focus, the placeholder text will be displayed.</p>
<form style="text-align:center; background:#ccc; padding:2em;">
<input type="text" placeholder="Placeholder text" /></form>
<p><img class="alignnone size-full wp-image-938" title="placeholder-html5" src="http://www.asgeirhoem.no/wp-content/uploads/2010/08/placeholder-html5.jpg" alt="" width="572" height="600" /></p>


<p>Related posts:<ol><li><a href='http://www.asgeirhoem.no/2010/08/new-type-attributes-in-html5-forms/' rel='bookmark' title='Permanent Link: New type attributes in HTML5 forms'>New type attributes in HTML5 forms</a></li>
<li><a href='http://www.asgeirhoem.no/2010/02/custom-radio-inputs-using-pure-css/' rel='bookmark' title='Permanent Link: Custom radio inputs using pure CSS'>Custom radio inputs using pure CSS</a></li>
<li><a href='http://www.asgeirhoem.no/2010/01/wrapping-my-head-around-html5/' rel='bookmark' title='Permanent Link: Wrapping my &lt;head&gt; around HTML5'>Wrapping my &lt;head&gt; around HTML5</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.asgeirhoem.no/2010/08/placeholder-text-in-html5-forms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Comic Sans, scooch over, we have Rosewood!</title>
		<link>http://www.asgeirhoem.no/2010/08/comic-sans-scooch-over-we-have-rosewood/</link>
		<comments>http://www.asgeirhoem.no/2010/08/comic-sans-scooch-over-we-have-rosewood/#comments</comments>
		<pubDate>Tue, 17 Aug 2010 09:01:23 +0000</pubDate>
		<dc:creator>Asgeir</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[typography]]></category>
		<category><![CDATA[webfonts]]></category>

		<guid isPermaLink="false">http://www.asgeirhoem.no/?p=930</guid>
		<description><![CDATA[Adobe and Typekit are teaming up to bring some of the world’s most popular, recognizable, and respected fonts to the web. Starting today, you’ll be able to use classics like Adobe Garamond, News Gothic, Myriad, and Minion plus many more on your website — all of them newly optimized and hinted for the screen. I [...]


Related posts:<ol><li><a href='http://www.asgeirhoem.no/2010/01/it-is-the-actual-settings-manager/' rel='bookmark' title='Permanent Link: &#8220;It is the actual settings manager!&#8221;'>&#8220;It is the actual settings manager!&#8221;</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a title="Typekit and Adobe" href="http://blog.typekit.com/2010/08/16/typekit-and-adobe/" onclick="javascript:pageTracker._trackPageview('/outbound/article/blog.typekit.com');"><img class="alignnone size-full wp-image-931" title="Adobe + Typekit = Coolio" src="http://www.asgeirhoem.no/wp-content/uploads/2010/08/adobe-preview-blog1.gif" alt="" width="550" height="418" /></a></p>
<blockquote><p><a title="Typekit and Adobe teaming up" href="http://blog.typekit.com/2010/08/16/typekit-and-adobe/" onclick="javascript:pageTracker._trackPageview('/outbound/article/blog.typekit.com');">Adobe and Typekit are teaming up</a> to bring some of the world’s most popular, recognizable, and respected fonts to the web. Starting today, you’ll be able to use classics like Adobe Garamond, News Gothic, Myriad, and Minion plus many more on your website — all of them newly optimized and hinted for the screen.</p></blockquote>
<p>I can not wait to see the personal weblogs about food and babies, with body copy set in Bickham Script with negative leading.</p>
<p>(But seriously, we get Myriad!)</p>


<p>Related posts:<ol><li><a href='http://www.asgeirhoem.no/2010/01/it-is-the-actual-settings-manager/' rel='bookmark' title='Permanent Link: &#8220;It is the actual settings manager!&#8221;'>&#8220;It is the actual settings manager!&#8221;</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.asgeirhoem.no/2010/08/comic-sans-scooch-over-we-have-rosewood/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS3 media queries in older browsers</title>
		<link>http://www.asgeirhoem.no/2010/08/css3-media-queries-in-older-browsers/</link>
		<comments>http://www.asgeirhoem.no/2010/08/css3-media-queries-in-older-browsers/#comments</comments>
		<pubDate>Wed, 04 Aug 2010 18:36:31 +0000</pubDate>
		<dc:creator>Asgeir</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[media queries]]></category>

		<guid isPermaLink="false">http://www.asgeirhoem.no/?p=922</guid>
		<description><![CDATA[css3-mediaqueries-js is a small javascript library that gives you support for CSS3 media queries in older browsers, including IE5+, Firefox 1+ and Safari. Newer versions of Firefox, Opera, Safari and Chrome already offer native support. If you are unfamiliar with media queries, I suggest reading Ethan Marcotte&#8217;s article in a recent issue of A List [...]


Related posts:<ol><li><a href='http://www.asgeirhoem.no/2010/02/dom-scripting-by-jeremy-keith/' rel='bookmark' title='Permanent Link: DOM Scripting by Jeremy Keith'>DOM Scripting by Jeremy Keith</a></li>
<li><a href='http://www.asgeirhoem.no/2010/07/slug-as-string-in-wordpress-the_slug/' rel='bookmark' title='Permanent Link: Slug as string in WordPress &#8211; the_slug();'>Slug as string in WordPress &#8211; the_slug();</a></li>
<li><a href='http://www.asgeirhoem.no/2010/01/post-100/' rel='bookmark' title='Permanent Link: Post #100'>Post #100</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-924" style="border: 10px solid #eee;" title="CSS3 media queries" src="http://www.asgeirhoem.no/wp-content/uploads/2010/08/mediaqueries.jpg" alt="" width="500" height="200" /></p>
<p><a title="CSS3 media queries javascript library" href="http://code.google.com/p/css3-mediaqueries-js/" onclick="javascript:pageTracker._trackPageview('/outbound/article/code.google.com');">css3-mediaqueries-js</a> is a small javascript library that gives you support for CSS3 media queries in older browsers, including IE5+, Firefox 1+ and Safari. Newer versions of Firefox, Opera, Safari and Chrome already offer native support.</p>
<p>If you are unfamiliar with media queries, I suggest reading <a title="Responsive Web Design" href="http://www.alistapart.com/articles/responsive-web-design/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.alistapart.com');">Ethan Marcotte&#8217;s article in a recent issue of A List Apart</a>. Speaking of which, I just finished the first A Book Apart by Jeremy Keith. It is a short read, clearly explaining the most important aspects of HTML5.</p>


<p>Related posts:<ol><li><a href='http://www.asgeirhoem.no/2010/02/dom-scripting-by-jeremy-keith/' rel='bookmark' title='Permanent Link: DOM Scripting by Jeremy Keith'>DOM Scripting by Jeremy Keith</a></li>
<li><a href='http://www.asgeirhoem.no/2010/07/slug-as-string-in-wordpress-the_slug/' rel='bookmark' title='Permanent Link: Slug as string in WordPress &#8211; the_slug();'>Slug as string in WordPress &#8211; the_slug();</a></li>
<li><a href='http://www.asgeirhoem.no/2010/01/post-100/' rel='bookmark' title='Permanent Link: Post #100'>Post #100</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.asgeirhoem.no/2010/08/css3-media-queries-in-older-browsers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Slug as string in WordPress &#8211; the_slug();</title>
		<link>http://www.asgeirhoem.no/2010/07/slug-as-string-in-wordpress-the_slug/</link>
		<comments>http://www.asgeirhoem.no/2010/07/slug-as-string-in-wordpress-the_slug/#comments</comments>
		<pubDate>Thu, 15 Jul 2010 13:47:11 +0000</pubDate>
		<dc:creator>Asgeir</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[page slug]]></category>
		<category><![CDATA[the_slug]]></category>

		<guid isPermaLink="false">http://www.asgeirhoem.no/?p=917</guid>
		<description><![CDATA[A quick function for Wordpress that lets you call 'the_slug()' in your template files.


Related posts:<ol><li><a href='http://www.asgeirhoem.no/2009/02/eightysixkillers-the-wordpress-epiphany/' rel='bookmark' title='Permanent Link: EightySixKillers &#038; the WordPress Epiphany'>EightySixKillers &#038; the WordPress Epiphany</a></li>
<li><a href='http://www.asgeirhoem.no/2009/08/theme-wordpress-portfolio-project/' rel='bookmark' title='Permanent Link: THEME WordPress Portfolio Project'>THEME WordPress Portfolio Project</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I needed a way to replace the default page ID in WordPress with the page slug, and discovered <a href="http://wordpress.org/support/topic/128046?replies=9" onclick="javascript:pageTracker._trackPageview('/outbound/article/wordpress.org');">this two year old post</a> in the support forums.</p>
<p>Put this function in your functions.php:</p>
<pre>function the_slug() {
	$post_data = get_post($post-&gt;ID, ARRAY_A);
	$slug = $post_data['post_name'];
	return $slug;
}</pre>
<p>And call it in your template file like this:</p>
<pre>&lt;article id="&lt;?php echo the_slug(); ?&gt;"&gt;</pre>
<p>Simple as that; saves you from writing CSS for randomly numbered IDs.</p>


<p>Related posts:<ol><li><a href='http://www.asgeirhoem.no/2009/02/eightysixkillers-the-wordpress-epiphany/' rel='bookmark' title='Permanent Link: EightySixKillers &#038; the WordPress Epiphany'>EightySixKillers &#038; the WordPress Epiphany</a></li>
<li><a href='http://www.asgeirhoem.no/2009/08/theme-wordpress-portfolio-project/' rel='bookmark' title='Permanent Link: THEME WordPress Portfolio Project'>THEME WordPress Portfolio Project</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.asgeirhoem.no/2010/07/slug-as-string-in-wordpress-the_slug/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>List titles within the list element</title>
		<link>http://www.asgeirhoem.no/2010/06/list-titles-within-the-list-element/</link>
		<comments>http://www.asgeirhoem.no/2010/06/list-titles-within-the-list-element/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 11:15:31 +0000</pubDate>
		<dc:creator>Asgeir</dc:creator>
				<category><![CDATA[HTML5]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://www.asgeirhoem.no/?p=901</guid>
		<description><![CDATA[Why don&#8217;t lists allow a list title child element? It makes perfect sense semantically, and it would save the extra wrapper &#60;div&#62; every time the designer needs to position a titled list. Valid HTML, with the title separated from the list element: &#60;div class="mylist"&#62; &#60;h2&#62;List title&#60;/h2&#62; &#60;ul&#62; &#60;li&#62;Proin convallis fermentum leo, at elementum enim dapibus [...]

<em>Found no related posts.</em>]]></description>
			<content:encoded><![CDATA[<p>Why don&#8217;t lists allow a <em>list title</em> child element? It makes perfect sense semantically, and it would save the extra wrapper &lt;div&gt; every time the designer needs to position a titled list.</p>
<p><strong>Valid HTML, with the title separated from the list element:</strong></p>
<pre>&lt;div class="mylist"&gt;
&lt;h2&gt;List title&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Proin convallis fermentum leo, at elementum enim dapibus sed.&lt;/li&gt;
&lt;li&gt;Quisque dictum ligula massa, eget convallis tellus.&lt;/li&gt;
&lt;li&gt;Nulla et purus ut nisi cursus posuere nec pretium elit.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</pre>
<p><strong>My suggestion, with a new<em> list title </em>child element:</strong></p>
<pre>&lt;ul class="mylist"&gt;
<strong>&lt;lt&gt;List title&lt;/lt&gt;</strong>
&lt;li&gt;Nunc aliquam nunc quis turpis laoreet pretium.&lt;/li&gt;
&lt;li&gt;Aliquam et tortor quis massa rutrum commodo.&lt;/li&gt;
&lt;li&gt;Donec quis sapien ac justo fringilla fermentum cursus sit amet velit.&lt;/li&gt;
&lt;li&gt;Aliquam pulvinar rutrum nisi, a congue lacus blandit quis.&lt;/li&gt;
&lt;/ul&gt;</pre>
<p><strong>Why not?</strong></p>


<em>Found no related posts.</em>]]></content:encoded>
			<wfw:commentRss>http://www.asgeirhoem.no/2010/06/list-titles-within-the-list-element/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>I might be inactive, but sand maker is not!</title>
		<link>http://www.asgeirhoem.no/2010/04/i-might-be-inactive-but-sand-maker-is-not/</link>
		<comments>http://www.asgeirhoem.no/2010/04/i-might-be-inactive-but-sand-maker-is-not/#comments</comments>
		<pubDate>Mon, 19 Apr 2010 19:51:46 +0000</pubDate>
		<dc:creator>Asgeir</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[comments]]></category>

		<guid isPermaLink="false">http://www.asgeirhoem.no/?p=896</guid>
		<description><![CDATA[The few times that I log in to this thing, I find myself enjoying the increasing amount of great comments. Sand maker thinks that the.. ..Permalink Article write great, I think all read this article people would think so. I from China, I seen article, really beautiful, great. I like article feeling good. I will [...]


Related posts:<ol><li><a href='http://www.asgeirhoem.no/2009/12/only-on-the-internet/' rel='bookmark' title='Permanent Link: Only on the internet'>Only on the internet</a></li>
<li><a href='http://www.asgeirhoem.no/2009/07/ha-ha-google-said-promplur/' rel='bookmark' title='Permanent Link: Ha, ha, Google Said Promplur'>Ha, ha, Google Said Promplur</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>The few times that I log in to this thing, I find myself enjoying the increasing amount of great comments. S<em>and maker </em>thinks that the..</p>
<blockquote><p><em><span style="font-style: normal;">..Permalink Article write great, I think all read this article people would think so. I from China, I seen article, really beautiful, great. I like article feeling good. I will continue concern here.</span></em></p></blockquote>
<p><em><span style="font-style: normal;">..as opposed to my good friend </span><span style="font-style: normal;">Daniel Depp</span><span style="font-style: normal;">, who is unhappy with my tone, and is yet to durchgerungen:</span></em></p>
<blockquote><p>I can only speak for myself: I find your articles are packed too sober and too long. When I had seen it, I had no desire to read it (but I’ve yet to durchgerungen). Furthermore, I am interested in the topics of your article is not particularly. Too bad. Nevertheless, I hope for you, of course, to more comments. Besides that, this is also one!</p></blockquote>
<p>And, my other friend <em>funny</em>, knows where to get CSS classes on DVD:</p>
<blockquote><p>i do not know much about CSS ,but i learnt some in my collegeTv series on DVD ,i think it is very difficult to learn it well .it is so hard .And i am poor in learning computerDVD Collection too .It is my pity i did not grasp the computer skills before .</p></blockquote>


<p>Related posts:<ol><li><a href='http://www.asgeirhoem.no/2009/12/only-on-the-internet/' rel='bookmark' title='Permanent Link: Only on the internet'>Only on the internet</a></li>
<li><a href='http://www.asgeirhoem.no/2009/07/ha-ha-google-said-promplur/' rel='bookmark' title='Permanent Link: Ha, ha, Google Said Promplur'>Ha, ha, Google Said Promplur</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.asgeirhoem.no/2010/04/i-might-be-inactive-but-sand-maker-is-not/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Custom radio inputs using pure CSS</title>
		<link>http://www.asgeirhoem.no/2010/02/custom-radio-inputs-using-pure-css/</link>
		<comments>http://www.asgeirhoem.no/2010/02/custom-radio-inputs-using-pure-css/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 14:26:41 +0000</pubDate>
		<dc:creator>Asgeir</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Web design]]></category>
		<category><![CDATA[CSS3]]></category>

		<guid isPermaLink="false">http://www.asgeirhoem.no/?p=881</guid>
		<description><![CDATA[Ryan Seddon, also referred to as the CSS Ninja, has created some impressive custom radio and checkbox inputs with pure CSS. The technique, which he posted late last week, is using some nifty selectors and pseudo-madness to detect input state, and swap the original inputs with images from a sprite. The new inputs are actually [...]


Related posts:<ol><li><a href='http://www.asgeirhoem.no/2010/08/new-type-attributes-in-html5-forms/' rel='bookmark' title='Permanent Link: New type attributes in HTML5 forms'>New type attributes in HTML5 forms</a></li>
<li><a href='http://www.asgeirhoem.no/2010/08/placeholder-text-in-html5-forms/' rel='bookmark' title='Permanent Link: Placeholder text in HTML5 forms'>Placeholder text in HTML5 forms</a></li>
<li><a href='http://www.asgeirhoem.no/2010/08/css3-media-queries-in-older-browsers/' rel='bookmark' title='Permanent Link: CSS3 media queries in older browsers'>CSS3 media queries in older browsers</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p class="leadin"><a title="Ryan Seddon" href="http://www.ryanseddon.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.ryanseddon.com');">Ryan Seddon</a>, also referred to as the CSS Ninja, has created some impressive <a title="Custom inputs using CSS" href="http://www.thecssninja.com/css/custom-inputs-using-css" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.thecssninja.com');">custom radio and checkbox inputs with pure CSS</a>. The technique, which he posted late last week, is using some nifty selectors and pseudo-madness to detect input state, and swap the original inputs with images from a sprite.</p>
<p>The new inputs are actually attached to the label tag, rather than to the input itself, using the :before pseudo-class. The :hover, :focus, :active, and the :disabled classes are all used, in order to achieve full control over all possible states. So far, it looks like it degrades nicely in older browsers, falling back to the default inputs. It doesn&#8217;t require any additional markup, and it even lets you navigate the forms with the keyboard.</p>
<p>The only thing I noticed is that it seems like the bottom third or so of the checkbox doesn&#8217;t actually respond to a click, and the click zone stretches above the input correspondingly.</p>
<p>Have a look at <a title="Custom inputs with pure CSS" href="http://www.thecssninja.com/demo/css_custom-forms/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.thecssninja.com');">the demo</a>.</p>
<p>Well done!</p>


<p>Related posts:<ol><li><a href='http://www.asgeirhoem.no/2010/08/new-type-attributes-in-html5-forms/' rel='bookmark' title='Permanent Link: New type attributes in HTML5 forms'>New type attributes in HTML5 forms</a></li>
<li><a href='http://www.asgeirhoem.no/2010/08/placeholder-text-in-html5-forms/' rel='bookmark' title='Permanent Link: Placeholder text in HTML5 forms'>Placeholder text in HTML5 forms</a></li>
<li><a href='http://www.asgeirhoem.no/2010/08/css3-media-queries-in-older-browsers/' rel='bookmark' title='Permanent Link: CSS3 media queries in older browsers'>CSS3 media queries in older browsers</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.asgeirhoem.no/2010/02/custom-radio-inputs-using-pure-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DOM Scripting by Jeremy Keith</title>
		<link>http://www.asgeirhoem.no/2010/02/dom-scripting-by-jeremy-keith/</link>
		<comments>http://www.asgeirhoem.no/2010/02/dom-scripting-by-jeremy-keith/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 13:22:59 +0000</pubDate>
		<dc:creator>Asgeir</dc:creator>
				<category><![CDATA[Web design]]></category>
		<category><![CDATA[DOM]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.asgeirhoem.no/?p=874</guid>
		<description><![CDATA[I have been dabbling with Javascript a few times, but only at the level where I was stoked when I could create a function to convert fahrenheit to celsius. I was going to try to make a slightly more serious attempt at learning it, and bought DOM Scripting: Web Design with Javascript and the Document [...]


Related posts:<ol><li><a href='http://www.asgeirhoem.no/2010/08/css3-media-queries-in-older-browsers/' rel='bookmark' title='Permanent Link: CSS3 media queries in older browsers'>CSS3 media queries in older browsers</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p class="leadin">I have been dabbling with Javascript a few times, but only at the level where I was stoked when I could create a function to convert fahrenheit to celsius. I was going to try to make a slightly more serious attempt at learning it, and bought <a title="DOM Scripting" href="http://domscripting.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/domscripting.com');">DOM Scripting: Web Design with Javascript and the Document Object Model</a> by <a title="Jeremy Keith" href="http://clearleft.com/is/jeremykeith/" onclick="javascript:pageTracker._trackPageview('/outbound/article/clearleft.com');">Jeremy Keith</a> of Clearleft.</p>
<p>Javascript has restored its name the last few years, after having lost all credibility as a serious tool due to browser wars, the DHTML disaster, pop-up dialogues and open-CD-tray scripts. Jeremy Keith sees javascript as a necessary scripting language that completes the front-end development toolkit, together with CSS and (X)HTML. Unobtrusive javascripting, <em>unobtrusive</em> being the keyword, offers an equal level of power to what CSS once did, when used correctly.</p>
<p>As for the target audience, this book was exactly what I was after:</p>
<p style="padding-left: 30px;">The book is aimed at designers rather than programmers. If you&#8217;ve learned the benefits of Web Standards through CSS and you&#8217;re now ready to move on to the next level, this is the book for you.</p>
<p><em>DOM Scripting</em> clearly introduces all the concepts that would be unfamiliar to a a non-programmer, and provides a solid history of the developments the last 10-or-so years, before diving into any scripting. Chapter two is a thorough explanation of the javascript syntax, with some half-practical examples. Next is the Document Object Model, and that&#8217;s where I&#8217;m at.</p>


<p>Related posts:<ol><li><a href='http://www.asgeirhoem.no/2010/08/css3-media-queries-in-older-browsers/' rel='bookmark' title='Permanent Link: CSS3 media queries in older browsers'>CSS3 media queries in older browsers</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.asgeirhoem.no/2010/02/dom-scripting-by-jeremy-keith/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
