<?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>the fancy part of the web &#187; javascript</title>
	<atom:link href="http://blog.tolleiv.de/tag/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.tolleiv.de</link>
	<description>is elsewhere - this is just about all sorts of web related work with a small factor of fanciness</description>
	<lastBuildDate>Fri, 03 Sep 2010 15:52:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>optimize CSS and JS on the fly</title>
		<link>http://blog.tolleiv.de/2009/06/optimize-css-and-js-on-the-fly/</link>
		<comments>http://blog.tolleiv.de/2009/06/optimize-css-and-js-on-the-fly/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 23:00:33 +0000</pubDate>
		<dc:creator>tolleiv</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://blog.tolleiv.de/?p=150</guid>
		<description><![CDATA[Today I got the hint from a colleague that there's some [...]]]></description>
			<content:encoded><![CDATA[<p>Today I got the hint from a colleague that there&#8217;s some app from RockstarApps which enables to optimize CSS and JS in Eclipse on the fly. I just did some work on my<a href="http://forge.typo3.org/projects/show/extension-imagemap_wizard"> imagemap_wizard</a> <a href="http://www.typo3.org">TYPO3</a> extension and it seems to work pretty well &#8211; therefore I highly recommed to checkout the <a href="http://www.rockstarapps.com/joomla-1.5.8/products/jslex-web-optimizer/css-a-javascript-optimization.html">Rockstar WebOptimizer</a> if you&#8217;re developing Javascript applications.</p>
<p>It seems that it also supports CSS sprite generation &#8211; this might be a followup tomorrow <img src='http://blog.tolleiv.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
 <p>Feel free to Flattr this post at <a href="http://flattr.com/" title="Flattr" target="_blank">flattr.com</a>, if you like it.</p> <p><a href="http://flattr.com/" title="Flattr" target="_blank"><img src="http://blog.tolleiv.de/wp-content/plugins/flattrss/button-compact-static-100x17.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.tolleiv.de/2009/06/optimize-css-and-js-on-the-fly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>my jQuery 1.3.2 update experience</title>
		<link>http://blog.tolleiv.de/2009/06/my-jquery-132-update-experience/</link>
		<comments>http://blog.tolleiv.de/2009/06/my-jquery-132-update-experience/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 07:27:34 +0000</pubDate>
		<dc:creator>tolleiv</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://blog.tolleiv.de/?p=113</guid>
		<description><![CDATA[Over the last days I did some small steps to clean up t [...]]]></description>
			<content:encoded><![CDATA[<p>Over the last days I did some small steps to clean up the code of my <a href="http://forge.typo3.org/projects/show/extension-imagemap_wizard">TYPO3 imagemap extension</a>. During that process I wanted to update jQuery from 1.2.6 to 1.3.2. Initially this went fine but after some testing I found this strange error:</p>
<p><code style="overflow:scroll">[Exception... "'Syntax error, unrecognized expression: #' when calling method: [nsIDOMEventListener::handleEvent]"  nsresult: "0x8057001e (NS_ERROR_XPC_JS_THREW_STRING)"  location: "&lt;unknown&gt;"</code></p>
<p>Due to the *verbosity* of the message (location &#8220;&lt;unknown&gt;&#8221; ) it wasn&#8217;t obvious for me that what&#8217;s going wrong. But right after I found the <a href="http://dev.jquery.com/ticket/4323">jQuery-bugtracker log #4323</a> <em>($(&#8216;#&#8217; + myID) throws an exception in version 1.3.1 and 1.3.2 if myID is a zero length string)</em> everything was clear. For some reason they&#8217;ve made the decission to add some strictness to their API so for the future always validate your selectors before you ask jQuery <img src='http://blog.tolleiv.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<script type="text/javascript">
var flattr_wp_ver = '0.9.14';
var flattr_uid = '23199';
var flattr_url = 'http://blog.tolleiv.de';
var flattr_lng = 'en_GB';
var flattr_cat = 'text';
var flattr_tag = 'blog,wordpress,rss,feed';
var flattr_btn = 'large';
var flattr_tle = 'the fancy part of the web';
var flattr_dsc = 'is elsewhere - this is just about all sorts of web related work with a small factor of fanciness';
</script>
<script src="https://api.flattr.com/js/0.5.0/load.js?mode=auto" type="text/javascript"></script> <p>Feel free to Flattr this post at <a href="http://flattr.com/" title="Flattr" target="_blank">flattr.com</a>, if you like it.</p> <p><a href="http://flattr.com/" title="Flattr" target="_blank"><img src="http://blog.tolleiv.de/wp-content/plugins/flattrss/button-compact-static-100x17.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.tolleiv.de/2009/06/my-jquery-132-update-experience/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
