<?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 &#187; javascript</title>
	<atom:link href="http://www.asgeirhoem.no/tag/javascript/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>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>
		<item>
		<title>Interactive floor plan</title>
		<link>http://www.asgeirhoem.no/2010/02/interactive-floor-plan/</link>
		<comments>http://www.asgeirhoem.no/2010/02/interactive-floor-plan/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 22:17:37 +0000</pubDate>
		<dc:creator>Asgeir</dc:creator>
				<category><![CDATA[User Interface]]></category>
		<category><![CDATA[Web design]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.asgeirhoem.no/?p=771</guid>
		<description><![CDATA[This is the first of two interactive floor plans that I&#8217;m developing for a local building project. I&#8217;ll be using an image map and coordinates to define the clickable areas, and the Maphilight javascript by David Lynch to get some neat mouseover indicators. The light blue area around half of the building is meant to represent [...]

<em>Found no related posts.</em>]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-770" title="3etg" src="http://www.asgeirhoem.no/wp-content/uploads/2010/02/3etg-asgeir.jpg" alt="" width="670" height="425" /></p>
<p>This is the first of two interactive floor plans that I&#8217;m developing for a local building project. I&#8217;ll be using an image map and coordinates to define the clickable areas, and the <em>Maphilight</em> javascript by David Lynch to get some neat mouseover indicators. The light blue area around half of the building is meant to represent a glass façade, seen from above but on a slight angle. This is a vector file exported as a PNG with transparency, so it has a slightly different effect on a darker/textured background.</p>
<p>The website is still in the early stages of development, but we&#8217;re getting there.</p>
<p><img title="interactivemap" src="http://www.asgeirhoem.no/wp-content/uploads/2010/02/interactivemap.jpg" alt="" width="670" height="429" /></p>


<em>Found no related posts.</em>]]></content:encoded>
			<wfw:commentRss>http://www.asgeirhoem.no/2010/02/interactive-floor-plan/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
