<?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/"
	>

<channel>
	<title>Skatingduck</title>
	<atom:link href="http://skatingduck.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://skatingduck.net</link>
	<description>Love, Live &#38; Quantum Physics</description>
	<pubDate>Tue, 02 Jun 2009 14:45:05 +0000</pubDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to jump to an anchor within an AJAX Area</title>
		<link>http://skatingduck.net/2009/06/02/how-to-jump-to-an-anchor-within-an-ajax-area/</link>
		<comments>http://skatingduck.net/2009/06/02/how-to-jump-to-an-anchor-within-an-ajax-area/#comments</comments>
		<pubDate>Tue, 02 Jun 2009 14:32:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[webdev]]></category>

		<category><![CDATA[ajax]]></category>

		<category><![CDATA[css]]></category>

		<category><![CDATA[howto]]></category>

		<category><![CDATA[html]]></category>

		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://skatingduck.net/?p=48</guid>
		<description><![CDATA[For a current web project I am using a div thats defined as overflow:auto; in css and is updated using AJAX. The problem is that after every update the box is still stuck at the same view position. So I was searching for a way to tell it to scroll to top. I archived it [...]]]></description>
			<content:encoded><![CDATA[<p>For a current web project I am using a div thats defined as <em><span class="cssPropName editable">overflow</span><span class="cssColon">:</span><span class="cssPropValue editable">auto</span><span class="cssSemi">;</span></em><span class="cssSemi"> in css and is updated using <em>AJAX</em></span><em><span class="cssSemi">.</span></em><span class="cssSemi"> The problem is that after every update the box is still stuck at the same view position. So I was searching for a way to tell it to scroll to top. I archived it with the following steps:<br />
</span></p>
<p><span class="cssSemi">1. Add an anchor to the top of the AJAX content.<br />
</span></p>
<pre>&lt;a id="topofpage"&gt;&amp;nbsp;&lt;/a&gt;</pre>
<p>2. Add this javascript to the bottom of the AJAX Content.</p>
<pre>&lt;script type="text/javascript"&gt;
//&lt;![CDATA[
$('topofpage').scrollIntoView();
//]]&gt;
&lt;/script&gt;</pre>
<p>Voila! Now after every reload the AJAX area should jump back to the top. Mozilla has some more <a title="element.scrollIntoView Gecko DOM Reference" href="https://developer.mozilla.org/En/DOM/Element.scrollIntoView">information and examples on the scrollIntoView Method</a>. This solution has been tested with FF3 IE7 and Safari4. It also requires <a title="Prototype JS Framework" href="http://www.prototypejs.org">Prototype</a> to work.</p>
]]></content:encoded>
			<wfw:commentRss>http://skatingduck.net/2009/06/02/how-to-jump-to-an-anchor-within-an-ajax-area/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Padlock widget is now known as Intic Lock</title>
		<link>http://skatingduck.net/2009/02/02/new-padlock-intic-lock-widget/</link>
		<comments>http://skatingduck.net/2009/02/02/new-padlock-intic-lock-widget/#comments</comments>
		<pubDate>Mon, 02 Feb 2009 11:46:13 +0000</pubDate>
		<dc:creator>paddy</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[software]]></category>

		<category><![CDATA[intic]]></category>

		<category><![CDATA[inticgear]]></category>

		<category><![CDATA[lock]]></category>

		<category><![CDATA[notebook]]></category>

		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://skatingduck.net/?p=44</guid>
		<description><![CDATA[
I just finished version 1.3 of my Intic Lock widget for Mac (used to be called Padlock). Firstly there is the name change that I decided to do because there was a naming collision with another project. Well&#8230; actually I was the first to release a widget called Padlock but this guy just registered the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://skatingduck.net/wp-content/uploads/2009/02/col_right_callout.png"><img class="alignnone size-full wp-image-45" style="border: 0pt none;" title="New Intic Lock Widget released" src="http://skatingduck.net/wp-content/uploads/2009/02/col_right_callout.png" alt="" width="195" height="147" /></a></p>
<p>I just finished version 1.3 of my<em> <a href="http://www.intic.de/intic-lock-dashboard-widget-fuer-mac/">Intic Lock</a></em> widget for Mac (used to be called <em>Padlock</em>). Firstly there is the name change that I decided to do because there was a naming collision with another <a href="http://legoboy.com/projects/widgets.php">project</a>. Well&#8230; actually I was the first to release a widget called <em>Padlock</em> but this guy just registered the name with more pages (eg. Apple) so I thought it&#8217;s not worth the hassle to argue with him. Eventually I came to the conclusion that a less generic name would be better anyway. Hence the baby is now called <em>Intic Lock</em>. Intic is my very own <a href="http://www.intic.de">webshop</a> that sells <a href="http://www.intic.de/ueber-intic-notebook-schloss/">designer notebook locks</a>. Apart from the <a href="http://www.intic.de/intic-lock-dashboard-widget-for-mac/">widget information page </a>the shop is currently german only. But you can still have a look at the <a href="http://www.intic.de/notebook-schloss/">products</a>.</p>
<p>Most other changes to the widget are minor ones like new colors added. Here is the <a href="http://www.intic.de/intic-lock-dashboard-widget-for-mac/version-history">changelog</a>.</p>
<p><em>Intic Lock</em> is not sending or collecting data in any way.</p>
<p><a href="http://www.intic.de/intic-lock-dashboard-widget-fuer-mac/">More Information and Download</a></p>
]]></content:encoded>
			<wfw:commentRss>http://skatingduck.net/2009/02/02/new-padlock-intic-lock-widget/feed/</wfw:commentRss>
		</item>
		<item>
		<title>My own Shop selling colorful Notebook Locks is finally online</title>
		<link>http://skatingduck.net/2008/11/07/my-shop-for-colourful-notebook-locks-is-finally-online/</link>
		<comments>http://skatingduck.net/2008/11/07/my-shop-for-colourful-notebook-locks-is-finally-online/#comments</comments>
		<pubDate>Fri, 07 Nov 2008 15:15:44 +0000</pubDate>
		<dc:creator>paddy</dc:creator>
		
		<category><![CDATA[internet]]></category>

		<category><![CDATA[lock]]></category>

		<category><![CDATA[notebook schloss]]></category>

		<category><![CDATA[security]]></category>

		<category><![CDATA[shop]]></category>

		<guid isPermaLink="false">http://skatingduck.net/?p=39</guid>
		<description><![CDATA[I&#8217;ve been working on it for a while and here it finally is: My own shop for colorful notebook locks (&#8221;Notebook Schloss&#8221; in german). Initially the series of products was developed as my final university project wich I handed in in July this year. Later I adapted it to be sold in an online shop. [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been working on it for a while and here it finally is: My own shop for <a href="http://shop.inticgear.com">colorful notebook locks</a> (&#8221;Notebook Schloss&#8221; in german). Initially the series of products was developed as my final university project wich I handed in in July this year. Later I adapted it to be sold in an online shop. At the moment it&#8217;s german language only but I&#8217;m planning to have an english Website running soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://skatingduck.net/2008/11/07/my-shop-for-colourful-notebook-locks-is-finally-online/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Awesome tie design</title>
		<link>http://skatingduck.net/2008/07/23/awesome-tie-design/</link>
		<comments>http://skatingduck.net/2008/07/23/awesome-tie-design/#comments</comments>
		<pubDate>Wed, 23 Jul 2008 08:09:30 +0000</pubDate>
		<dc:creator>paddy</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://skatingduck.net/2008/07/23/awesome-tie-design/</guid>
		<description><![CDATA[ For me it&#8217;s like this: I wear ties that seldom that I can never remember how to make the knot. So I always have to look it up on the internet.Now there is this awesome thing with the instructions printed right on it. How awesome is that? 








clipped from designyoutrust.com












Job Interview? Briss? Court Appearance? [...]]]></description>
			<content:encoded><![CDATA[<div > For me it&#8217;s like this: I wear ties that seldom that I can never remember how to make the knot. So I always have to look it up on the internet.<br/>Now there is this awesome thing with the instructions printed right on it. How awesome is that? </div>
<table cellpadding="0" cellspacing="0" width="100%" style="margin: 12px 0px; font-family: arial; color: #333333; background: #ffffff; border: solid 4px #e5e5e5; width: 100%; clear: left;">
<tr>
<td valign="top">
<table cellpadding="0" cellspacing="0" width="100%" class="CM_CTB_Content_Wrap" style="margin: 0px; padding: 0px;background-color: #ffffff;">
<tr>
<td valign="top">
<table cellpadding="0" cellspacing="0" width="100%" style="border-bottom: solid 1px #dcdcdc; white-space: nowrap; margin-bottom: 8px; background-color: #eeeeee ;background-image: url(http://clipmarks.com/images/source-bg.gif); background-repeat: repeat-x; height: 24px; line-height: 24px; vertical-align: middle; padding-bottom: 4px; color: #666666; font-size: 10px;">
<tr>
<td valign="top"><a href="http://clipmarks.com/clip-to-blog/" title="clipmarks' clip-to-blog"><img src="http://content.clipmarks.com/blog_icon/975ee527-f391-43ee-8be9-a91710601bae/DA191B08-81F4-4F9D-BFEE-438C103CBCE3/" alt="" width="19" height="19" border="0" style="vertical-align: middle; margin: 0px 4px; display: inline; border: none; float:none;" /></a>clipped from <a title="http://designyoutrust.com/2008/07/18/ow-fresh-and-creative-ideas-rules-the-world/" href="http://designyoutrust.com/2008/07/18/ow-fresh-and-creative-ideas-rules-the-world/" style="font-size: 11px;">designyoutrust.com</a></td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" width="100%" style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;">
<tr>
<td valign="top"><!-- CLIPPED FROM: http://designyoutrust.com/2008/07/18/ow-fresh-and-creative-ideas-rules-the-world/ -->
<div align="center"><img src="http://content7.clipmarks.com/blog_cache/designyoutrust.com/img/F031689F-FE74-4AF3-A3BA-9DCDBF526F85" alt="" /></div>
</td>
</tr>
</table>
<div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div>
<table cellpadding="0" cellspacing="0" width="100%" style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;">
<tr>
<td valign="top"><!-- CLIPPED FROM: http://designyoutrust.com/2008/07/18/ow-fresh-and-creative-ideas-rules-the-world/ --><P>Job Interview? Briss? Court Appearance? Yes, a necktie is definitely called for, and not a clip-on! No problem…relax, take a deep breath, remember your days in the boy scouts, and study the oh-so-easy knot-tying instructions printed right on Fred’s handy How Tie.</P></td>
</tr>
</table>
</td>
</tr>
</table>
<div style="margin: 0px 6px 6px 4px;">
<table style="font-size: 11px;border-spacing: 0px;padding: 0px;" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td style="background:transparent;border-width:0px;padding:0px;">&nbsp;</td>
<td align="right" style="background:transparent;border-width:0px;padding:0px;width:107px" width="107"><a href="http://clipmarks.com/share/DA191B08-81F4-4F9D-BFEE-438C103CBCE3/blog/" title="blog or email this clip"><img src="http://content8.clipmarks.com/images/c2b-foot.png" border="0" alt="blog it" width="107" height="17" style="border-width:0px;padding:0px;margin:0px;" /></a></td>
</tr>
</table>
</div>
</td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://skatingduck.net/2008/07/23/awesome-tie-design/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Climbing Gym Birthday Cake</title>
		<link>http://skatingduck.net/2008/07/12/climbing-gym-birthday-cake/</link>
		<comments>http://skatingduck.net/2008/07/12/climbing-gym-birthday-cake/#comments</comments>
		<pubDate>Sat, 12 Jul 2008 07:42:25 +0000</pubDate>
		<dc:creator>paddy</dc:creator>
		
		<category><![CDATA[art]]></category>

		<category><![CDATA[birthday]]></category>

		<category><![CDATA[cake]]></category>

		<category><![CDATA[climbing]]></category>

		<category><![CDATA[gym]]></category>

		<guid isPermaLink="false">http://skatingduck.net/2008/07/12/climbing-gym-birthday-cake/</guid>
		<description><![CDATA[This is a really cool cake my friend Patrick and his girlfriend Jaqueline made for my Birthday.



Tags: climbing, gym,  cake,  birthday

]]></description>
			<content:encoded><![CDATA[<p>This is a really cool cake my friend Patrick and his girlfriend Jaqueline made for my Birthday.</p>
<p><a title="Climbing Gym Cake 01 von heckp bei Flickr" href="http://www.flickr.com/photos/24886009@N04/2659169954/"><img src="http://farm4.static.flickr.com/3015/2659169954_32bb2221e5.jpg" alt="Climbing Gym Cake 01" width="500" height="333" /></a></p>
<p><a title="Climbing Gym Cake 02 von heckp bei Flickr" href="http://www.flickr.com/photos/24886009@N04/2659168022/"><img src="http://farm4.static.flickr.com/3185/2659168022_c19339764c.jpg" alt="Climbing Gym Cake 02" width="500" height="333" /></a></p>
<p><a title="Climbing Gym Cake 03 von heckp bei Flickr" href="http://www.flickr.com/photos/24886009@N04/2659165610/"><img src="http://farm4.static.flickr.com/3210/2659165610_5fd7fc88b0.jpg" alt="Climbing Gym Cake 03" width="500" height="333" /></a><!-- technorati tags begin --></p>
<p style="font-size:10px;text-align:right;">Tags: <a rel="tag" href="http://technorati.com/tag/climbing">climbing</a>, <a rel="tag" href="http://technorati.com/tag/gym">gym</a>, <a rel="tag" href="http://technorati.com/tag/%20cake"> cake</a>, <a rel="tag" href="http://technorati.com/tag/%20birthday"> birthday</a></p>
<p><!-- technorati tags end --></p>
]]></content:encoded>
			<wfw:commentRss>http://skatingduck.net/2008/07/12/climbing-gym-birthday-cake/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Censor Bar Art</title>
		<link>http://skatingduck.net/2008/06/28/censor-bar-art/</link>
		<comments>http://skatingduck.net/2008/06/28/censor-bar-art/#comments</comments>
		<pubDate>Sat, 28 Jun 2008 13:38:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[humor]]></category>

		<guid isPermaLink="false">http://skatingduck.net/2008/06/28/censor-bar-art/</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><object type="application/x-shockwave-flash" data="http://todaysbigthing.com/betamax/betamax.swf?item_id=236&amp;fullscreen=1&amp;autostart=true" height="360" width="480"><param name="allowfullscreen" value="true"><param name="movie" quality="best" value="http://todaysbigthing.com/betamax/betamax.swf?item_id=236&amp;fullscreen=1&amp;autostart=true"></object></p>
]]></content:encoded>
			<wfw:commentRss>http://skatingduck.net/2008/06/28/censor-bar-art/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Another awesome t-shirt design</title>
		<link>http://skatingduck.net/2008/06/24/another-awesome-t-shirt-design/</link>
		<comments>http://skatingduck.net/2008/06/24/another-awesome-t-shirt-design/#comments</comments>
		<pubDate>Tue, 24 Jun 2008 15:05:44 +0000</pubDate>
		<dc:creator>paddy</dc:creator>
		
		<category><![CDATA[design]]></category>

		<category><![CDATA[humor]]></category>

		<category><![CDATA[bunnies]]></category>

		<category><![CDATA[bunny]]></category>

		<category><![CDATA[clothing]]></category>

		<category><![CDATA[funny]]></category>

		<category><![CDATA[tshirt]]></category>

		<guid isPermaLink="false">http://skatingduck.net/2008/06/24/another-awesome-t-shirt-design/</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><img src="http://img.skitch.com/20080624-1bqw2ijir5aeugrfj27377r4jd.png" alt="NoiseBot.com - For Love Or Bunny T-Shirt, Hoodie, or Tote Bag" /></p>
]]></content:encoded>
			<wfw:commentRss>http://skatingduck.net/2008/06/24/another-awesome-t-shirt-design/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Wow - I love this song</title>
		<link>http://skatingduck.net/2008/06/24/wow-i-love-this-song/</link>
		<comments>http://skatingduck.net/2008/06/24/wow-i-love-this-song/#comments</comments>
		<pubDate>Tue, 24 Jun 2008 14:36:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[music]]></category>

		<category><![CDATA[amy winehouse]]></category>

		<category><![CDATA[mark ronson]]></category>

		<category><![CDATA[song]]></category>

		<category><![CDATA[valerie]]></category>

		<guid isPermaLink="false">http://skatingduck.net/2008/06/24/wow-i-love-this-song/</guid>
		<description><![CDATA[Valerie by Mark Ronson feat. Amy Winehouse is such a great song. Can&#8217;t get it out of my head.

]]></description>
			<content:encoded><![CDATA[<p>Valerie by Mark Ronson feat. Amy Winehouse is such a great song. Can&#8217;t get it out of my head.
<div class="youtube-video"><object height="114" width="425"><param name="movie" value="http://www.songza.com/e/listen"></param><embed src="http://www.songza.com/e/listen" type="application/x-shockwave-flash" flashvars="zName=Mark%20Ronson%20-%20Valerie%20feat.%20Amy%20Winehouse&#038;zId=j0k8-675941525C5C&amp;zAutostart=false&amp;zType=mp3" height="114" width="425"></embed><br /></object></div>
]]></content:encoded>
			<wfw:commentRss>http://skatingduck.net/2008/06/24/wow-i-love-this-song/feed/</wfw:commentRss>
		</item>
		<item>
		<title>A short article about Café Lala</title>
		<link>http://skatingduck.net/2008/06/23/a-shirt-article-about-cafe-lala/</link>
		<comments>http://skatingduck.net/2008/06/23/a-shirt-article-about-cafe-lala/#comments</comments>
		<pubDate>Mon, 23 Jun 2008 06:13:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[design]]></category>

		<category><![CDATA[blogs]]></category>

		<category><![CDATA[cafelala]]></category>

		<category><![CDATA[clothing]]></category>

		<category><![CDATA[screenprinting]]></category>

		<guid isPermaLink="false">http://skatingduck.net/2008/06/23/a-shirt-article-about-cafe-lala/</guid>
		<description><![CDATA[
The german language blog dienacht has a little article about my recent project Café Lala on his page.

Article about Café Lala

Technorati-Tags: cafelala, clothing, screenprinting, fairtrade
]]></description>
			<content:encoded><![CDATA[<p><img src="http://img.skitch.com/20080623-ddew4ks5eshd767b5u9n3kpeyd.png" alt="cafe lala at dienacht" /></p>
<p>The german language blog <a href="http://dienachtmagazin.blogspot.com/">dienacht</a> has a little article about my recent project <a href="http://cafe-lala.com/">Café Lala</a> on his page.<a class="performancingtags" rel="tag" href="http://technorati.com/tag/fairtrade"></a></p>
<ul>
<li><a href="http://dienachtmagazin.blogspot.com/2008/06/caf-lala-clothing-printart.html">Article about Café Lala</a></li>
</ul>
<p>Technorati-Tags: <a class="performancingtags" rel="tag" href="http://technorati.com/tag/cafelala">cafelala</a>, <a class="performancingtags" rel="tag" href="http://technorati.com/tag/clothing">clothing</a>, <a class="performancingtags" rel="tag" href="http://technorati.com/tag/screenprinting">screenprinting</a>, <a class="performancingtags" rel="tag" href="http://technorati.com/tag/fairtrade">fairtrade</a></p>
]]></content:encoded>
			<wfw:commentRss>http://skatingduck.net/2008/06/23/a-shirt-article-about-cafe-lala/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Café Lala is online!</title>
		<link>http://skatingduck.net/2008/06/14/cafe-lala-is-online/</link>
		<comments>http://skatingduck.net/2008/06/14/cafe-lala-is-online/#comments</comments>
		<pubDate>Sat, 14 Jun 2008 21:55:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[internet]]></category>

		<category><![CDATA[cafelala]]></category>

		<category><![CDATA[drupal]]></category>

		<category><![CDATA[ecommerce]]></category>

		<category><![CDATA[screenprinting]]></category>

		<category><![CDATA[t-shirts]]></category>

		<category><![CDATA[ubercart]]></category>

		<guid isPermaLink="false">http://skatingduck.net/2008/06/14/cafe-lala-is-online/</guid>
		<description><![CDATA[
Café Lala is a webshop of a friend that I&#8217;ve been working on for quite a while now. She&#8217;s selling really great looking t-shirts that are screenprinted in her own workshop. And aditionally it&#8217;s all fair trade and organic.The underlying software is Drupal with Ubercart as ecommerce module. The base is already multiligual and we [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://cafe-lala.com"><img src="http://img.skitch.com/20080614-r5xixspj86ak963a9frdmfe1ib.jpg" alt="Cafelala" /></a></p>
<p>Café Lala is a webshop of a friend that I&#8217;ve been working on for quite a while now. She&#8217;s selling really great looking t-shirts that are screenprinted in her own workshop. And aditionally it&#8217;s all fair trade and organic.<br />The underlying software is Drupal with Ubercart as ecommerce module. The base is already multiligual and we are planning to have the english version up and running soon.
<ul>
<li><a href="http://cafe-lala.com/">Café Lala</a></li>
</ul>
<p>Technorati-Tags: <a class="performancingtags" href="http://technorati.com/tag/cafelala" rel="tag">cafelala</a>, <a class="performancingtags" href="http://technorati.com/tag/t-shirts" rel="tag">t-shirts</a>, <a class="performancingtags" href="http://technorati.com/tag/drupal" rel="tag">drupal</a>, <a class="performancingtags" href="http://technorati.com/tag/ubercart" rel="tag">ubercart</a>, <a class="performancingtags" href="http://technorati.com/tag/ecommerce" rel="tag">ecommerce</a>, <a class="performancingtags" href="http://technorati.com/tag/screenprinting" rel="tag">screenprinting</a></p>
]]></content:encoded>
			<wfw:commentRss>http://skatingduck.net/2008/06/14/cafe-lala-is-online/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
