<?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>dpwolf/blog</title>
	<atom:link href="http://dpwolf.net/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://dpwolf.net/blog</link>
	<description>Web developer. Art/Tech hacker. I â™¥ music, film, live video, art and the social web. By David Wolf</description>
	<lastBuildDate>Sun, 14 Aug 2011 22:12:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Send to Receive</title>
		<link>http://dpwolf.net/blog/2011/08/send-to-receive/</link>
		<comments>http://dpwolf.net/blog/2011/08/send-to-receive/#comments</comments>
		<pubDate>Sun, 14 Aug 2011 22:11:56 +0000</pubDate>
		<dc:creator>David Wolf</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Hackathon]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[Eyebeam]]></category>
		<category><![CDATA[SMS]]></category>
		<category><![CDATA[The Creators Project]]></category>
		<category><![CDATA[Twilio]]></category>
		<category><![CDATA[WebGL]]></category>

		<guid isPermaLink="false">http://dpwolf.net/blog/?p=726</guid>
		<description><![CDATA[Send to Receive is a WebGL particle animation that responds to SMS. You can see it running live here (you&#8217;ll need a WebGL capable browser such as Chrome). It uses text messages to generate pseudo-random combinations of particle colour, background colour, size and speed to change the animation. It also uses a dictionary of colour [...]]]></description>
			<content:encoded><![CDATA[<p>Send to Receive is a WebGL particle animation that responds to SMS.</p>
<p><a href="http://severe-earth-129.herokuapp.com"><img width="500px" src="https://github.com/dpwolf/Send-to-Receive/raw/master/public/images/send-to-receive.jpg" alt="screen shot"></a></p>
<p><a href="http://severe-earth-129.herokuapp.com">You can see it running live here</a> (you&#8217;ll need a WebGL capable browser such as <a href="http://www.google.com/chrome/">Chrome</a>).</p>
<p>It uses text messages to generate pseudo-random combinations of particle colour, background colour, size and speed to change the animation. It also uses a <a href="http://xkcd.com/color/rgb.txt">dictionary of colour words</a> found via <a href="http://blog.xkcd.com/2010/05/03/color-survey-results/">XKCD</a> to find matching words in the text messages and use them to colour the particles.</p>
<p>The animation is based on a <a href="https://github.com/mrdoob/three.js/">THREE.js</a> demo <a href="http://aerotwist.com/lab/creating-particles-with-three-js/">project</a> by <a href="http://aerotwist.com/">Paul Lewis / @aerotwist</a>.</p>
<p><a href="http://www.flickr.com/photos/eyebeam/6019487074/" title="DSC_0291 by eyebeam, on Flickr"><img src="http://farm7.static.flickr.com/6147/6019487074_9eb84828e1.jpg" width="500" height="334" alt="DSC_0291"></a></p>
<p><a href="https://github.com/dpwolf/Send-to-Receive">Send to Receive</a> was created over two days at <a href="http://www.thecreatorsproject.com/">The Creators Project</a> / <a href="http://eyebeam.org/">Eyebeam</a> #arthack hackathon. Read more about <a href="http://www.thecreatorsproject.com/blog/meet-the-winners-of-art-hack-weekend">the other arthack projects and winners here</a>.</p>
<p>By <a href="http://dpwolf.net/">David Wolf</a> with <a href="http://www.twilio.com">Twilio</a> SMS integration &amp; Sinatra backend by <a href="http://jonathanvingiano.com/">Jonathan Vingiano</a> based on an idea by Crystal Butler.</p>
<p><a href="https://github.com/dpwolf/Send-to-Receive">You can download the source and fork it on GitHub here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://dpwolf.net/blog/2011/08/send-to-receive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML5 Audio Bubble Shooter</title>
		<link>http://dpwolf.net/blog/2011/08/html5-audio-bubble-shooter/</link>
		<comments>http://dpwolf.net/blog/2011/08/html5-audio-bubble-shooter/#comments</comments>
		<pubDate>Fri, 05 Aug 2011 00:29:43 +0000</pubDate>
		<dc:creator>David Wolf</dc:creator>
				<category><![CDATA[Hackathon]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://dpwolf.net/blog/?p=712</guid>
		<description><![CDATA[Click on the image to play (requires the latest Chrome Beta) This game/demo was created in an afternoon at the Google HTML5 Hackathon NYC on Monday August 1st 2011 by Du Hoang (design), Michael Yin (game programming) and me (audio api integration). Using the new HTML5 Audio API, the game does real-time audio analysis and [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://dpwolf.net/html5-audio-bubble-shooter/"><img class="alignnone size-full wp-image-713" title="html5 audio bubble shooter" src="http://dpwolf.net/blog/wp-content/uploads/2011/08/tumblr_lpa0cjWDAD1qzvztyo3_1280.jpg" alt="screenshot" width="500" /></a></p>
<p>Click on the image to play (requires the latest <a href="http://www.google.com/landing/chrome/beta/">Chrome Beta</a>)</p>
<p>This game/demo was created in an afternoon at the Google HTML5 Hackathon NYC on Monday August 1st 2011 by Du Hoang (design), Michael Yin (game programming) and me (audio api integration).</p>
<p>Using the new HTML5 Audio API, the game does real-time audio analysis and beat detection on an mp3 file playing in the browser, triggering music bubbles on the beat and changing the game background gradients.</p>
<p>It&#8217;s pretty crazy what you can achieve in a few hours of hacking! It was lots of fun.</p>
<p>It requires the latest <a href="http://www.google.com/landing/chrome/beta/">Chrome Beta</a>. You will also need to enalble the Web Audio API by going to about:flags. <a href="http://chromium.googlecode.com/svn/trunk/samples/audio/index.html">See instructions and more examples here.</a></p>
<p>Based on <a href="http://www.propulsionjs.com/">http://www.propulsionjs.com/</a> and the <a href="http://code.google.com/p/html5wow/source/browse/src/demos/hal/index.html?spec=svn5ec30be0d40caa55b89f434967fc3e35f8f0ae41&amp;r=5ec30be0d40caa55b89f434967fc3e35f8f0ae41">HTML5wow GAL 9000 demo</a>.
</p>
<p>Audio: Show My Ass by Dominique Young Unique (<a href="http://pitchfork.com/reviews/tracks/11855-show-my-ass/">via Pitchfork</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://dpwolf.net/blog/2011/08/html5-audio-bubble-shooter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TechCrunch Disrupt NYC Hackathon</title>
		<link>http://dpwolf.net/blog/2011/05/techcrunch-disrupt-nyc-hackathon/</link>
		<comments>http://dpwolf.net/blog/2011/05/techcrunch-disrupt-nyc-hackathon/#comments</comments>
		<pubDate>Fri, 27 May 2011 04:12:56 +0000</pubDate>
		<dc:creator>David Wolf</dc:creator>
				<category><![CDATA[Hackathon]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://dpwolf.net/blog/?p=702</guid>
		<description><![CDATA[Last weekend I participated in the TechCrunch Disrupt NYC Hackathon. Starting at 12.30pm on Saturday and working through until 9.30am on Sunday I worked with Jonathan Dahan on a prototype ofÂ Soundscape. We were interviewed by TechCrunch at that special hour of the morning when we were totally manic and couldn&#8217;t stand still! See the video [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-703" title="TechCrunch logo" src="http://dpwolf.net/blog/wp-content/uploads/2011/05/techcrunch2.png" alt="TechCrunch logo" width="231" height="34" /><br />
<a href="http://techcrunch.com/2011/05/22/hackathon-day2-vid/"><img class="alignnone size-full wp-image-704" title="Hackathon Day Two: The Apps Are In! (TCTV)" src="http://dpwolf.net/blog/wp-content/uploads/2011/05/tc-screenshot.jpg" alt="Hackathon Day Two: The Apps Are In! (TCTV) In the early hours of Hackathon day two, bleary-eyed hax0rz roamed the conference hall, checking out each othersâ€™ apps. TCTV caught up with a few who were still standing to see how they fared after twenty-four hours, heads down in the code and designâ€¦ (video)" width="501" height="242" /></a></p>
<p>Last weekend I participated in the <a href="http://disrupt.techcrunch.com/hackathon/">TechCrunch Disrupt NYC Hackathon</a>. Starting at 12.30pm on Saturday and working through until 9.30am on Sunday I worked with <a href="http://jedahan.com/">Jonathan Dahan</a> on a prototype ofÂ <a href="http://www.soundscapeapp.com/">Soundscape</a>. We were interviewed by TechCrunch at that special hour of the morning when we were totally manic and couldn&#8217;t stand still! <a href="http://techcrunch.com/2011/05/22/hackathon-day2-vid/">See the video here</a>.</p>
<p>The mobile app we built lets you tag and identify songs when you&#8217;re out at a cafÃ©, a bar or a club. It links the song information to the venue as well as whether you like or dislike the song.</p>
<p><img class="alignnone size-full wp-image-708" title="Soundscape" src="http://dpwolf.net/blog/wp-content/uploads/2011/05/soundscape.jpg" alt="Soundscape " width="333" height="499" /></p>
<p>The idea is to build up a musical map of what is being played where, so you can choose where to go based on your musical tastes and give feedback to the venue owners and DJs.</p>
<p>The prototype app was built using HTML5/JS/CSS through Phonegap with a server running Node.js and MongoDB. We used The Echonest for track information and foursquare for venue information.</p>
<p>The app was designed by <a href="http://courtneyetc.com/">Courtney Christopher</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://dpwolf.net/blog/2011/05/techcrunch-disrupt-nyc-hackathon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Back and Forth</title>
		<link>http://dpwolf.net/blog/2011/03/back-and-forth/</link>
		<comments>http://dpwolf.net/blog/2011/03/back-and-forth/#comments</comments>
		<pubDate>Wed, 30 Mar 2011 21:17:52 +0000</pubDate>
		<dc:creator>David Wolf</dc:creator>
				<category><![CDATA[Vidget - Download]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[quartz]]></category>
		<category><![CDATA[quartzcomposer]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://dpwolf.net/blog/?p=680</guid>
		<description><![CDATA[This is a simple Mac App which lets you play a movie both forward and backwards simultaneously to Â explore the serendipitous relationships between different parts of the film, the framing and editing. There are no controls other than loading, starting and stopping the movie. It was inspired by a post on Tomorrow Museum which describes [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Download app from GitHub" href="https://github.com/downloads/dpwolf/backandforth/backandforth.zip" target="_blank"><img class="alignnone" title="Back and Forth screenshot" src="http://dpwolf.net/images/kanye_backandforth_screenshot.jpg" alt="Back and Forth screenshot" width="500" /></a></p>
<p>This is a simple Mac App which lets you play a movie both forward and backwards simultaneously to Â explore the serendipitous relationships between different parts of the film, the framing and editing. There are no controls other than loading, starting and stopping the movie.</p>
<p>It was inspired by <a title="The Shining screened backward &amp; forward" href="http://tomorrowmuseum.com/2011/03/28/the-shining-screened-backwardforward/">a post on Tomorrow Museum</a> which describes a screening of The Shining where the film was projected both forward and backwards on top of one another.</p>
<blockquote><p>Itâ€™s not just for purpose of spectacle that this film was projected this way; it seems that Kubrick filmed (and edited) with an intuitive balance and geometry. Objects in the two layers of projections routinely matched up with each other, characters were positioned in similar places far too often to be chalked up as odd coincidence. The film is a mirror, and to appreciate it one must first determine on what side of the mirror a particular scene is taking place.</p></blockquote>
<p>The app was built using Quartz Composer and Xcode and requires MacOS 10.6.</p>
<p>It&#8217;s been a long time, but I used to make these things all the time when I was working on my <a href="http://dpwolf.net/blog/ma-exegesis-vidgets/" target="_blank">Masters project</a>, I called them &#8216;Vidgets&#8217;.</p>
<p>You canÂ <a title="Download from GitHub" href="https://github.com/downloads/dpwolf/backandforth/backandforth.zip">download the app here</a>. I&#8217;ve also put theÂ <a title="Source files on GitHub" href="https://github.com/dpwolf/backandforth">source files up on GitHub here</a>.</p>
<p>Let me know what movies you find which work well played back and forth.</p>
<p>Disclaimer: HD movies tend to take a lot of CPU/GPU, especially when playing backwards and may not run smoothly. Also,Â I made this in an afternoon/evening with minimal testing so it&#8217;s not guaranteed to work or to not blow up your computer. Probably best to save what you&#8217;re doing before you try it!</p>
]]></content:encoded>
			<wfw:commentRss>http://dpwolf.net/blog/2011/03/back-and-forth/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bookmarks for December 15th</title>
		<link>http://dpwolf.net/blog/2010/12/bookmarks-for-december-15th/</link>
		<comments>http://dpwolf.net/blog/2010/12/bookmarks-for-december-15th/#comments</comments>
		<pubDate>Wed, 15 Dec 2010 13:00:24 +0000</pubDate>
		<dc:creator>David Wolf</dc:creator>
				<category><![CDATA[del.icio.us links]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[webkit]]></category>

		<guid isPermaLink="false">http://dpwolf.net/blog/2010/12/bookmarks-for-december-15th/</guid>
		<description><![CDATA[These are my links for December 15th: 24 ways: An Introduction to CSS 3-D Transforms &#8211; Good introduction to CSS 3D transforms and animation. For more of my links see delicious.com/dpwolf (1)]]></description>
			<content:encoded><![CDATA[<p>These are my links for December 15th:</p>
<ul>
<li><a href="http://24ways.org/2010/intro-to-css-3d-transforms">24 ways: An Introduction to CSS 3-D Transforms</a> &#8211; Good introduction to CSS 3D transforms and animation.</li>
</ul>
<p>For more of my links see <a href="http://delicious.com/dpwolf">delicious.com/dpwolf</a></p>
<a href="http://dpwolf.net/blog/2010/12/bookmarks-for-december-15th/" rel="bookmark" class="asides-permalink" title="Permanent Link to Bookmarks for December 15th">(1)</a>]]></content:encoded>
			<wfw:commentRss>http://dpwolf.net/blog/2010/12/bookmarks-for-december-15th/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Bookmarks for December 8th</title>
		<link>http://dpwolf.net/blog/2010/12/bookmarks-for-december-8th/</link>
		<comments>http://dpwolf.net/blog/2010/12/bookmarks-for-december-8th/#comments</comments>
		<pubDate>Wed, 08 Dec 2010 11:00:29 +0000</pubDate>
		<dc:creator>David Wolf</dc:creator>
				<category><![CDATA[del.icio.us links]]></category>
		<category><![CDATA[kinect]]></category>
		<category><![CDATA[multi-touch]]></category>
		<category><![CDATA[OSC]]></category>
		<category><![CDATA[tracking]]></category>

		<guid isPermaLink="false">http://dpwolf.net/blog/2010/12/bookmarks-for-december-8th/</guid>
		<description><![CDATA[These are my links for December 8th: TUIO &#8211; TuioKinect is a free proof-of-concept TUIO hand gesture tracker for the popular Microsoft Kinect controller. This application allows the rapid creation of gesture enabled applications within any platform or environment that supports the TUIO protocol For more of my links see delicious.com/dpwolf (0)]]></description>
			<content:encoded><![CDATA[<p>These are my links for December 8th:</p>
<ul>
<li><a href="http://tuio.org/">TUIO</a> &#8211; TuioKinect is a free proof-of-concept TUIO hand gesture tracker for the popular Microsoft Kinect controller. This application allows the rapid creation of gesture enabled applications within any platform or environment that supports the TUIO protocol</li>
</ul>
<p>For more of my links see <a href="http://delicious.com/dpwolf">delicious.com/dpwolf</a></p>
<a href="http://dpwolf.net/blog/2010/12/bookmarks-for-december-8th/" rel="bookmark" class="asides-permalink" title="Permanent Link to Bookmarks for December 8th">(0)</a>]]></content:encoded>
			<wfw:commentRss>http://dpwolf.net/blog/2010/12/bookmarks-for-december-8th/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bookmarks for December 7th</title>
		<link>http://dpwolf.net/blog/2010/12/bookmarks-for-december-7th/</link>
		<comments>http://dpwolf.net/blog/2010/12/bookmarks-for-december-7th/#comments</comments>
		<pubDate>Mon, 06 Dec 2010 23:00:28 +0000</pubDate>
		<dc:creator>David Wolf</dc:creator>
				<category><![CDATA[del.icio.us links]]></category>
		<category><![CDATA[analogue]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[modular]]></category>
		<category><![CDATA[retro]]></category>
		<category><![CDATA[synthesizer]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[vj]]></category>

		<guid isPermaLink="false">http://dpwolf.net/blog/2010/12/bookmarks-for-december-7th/</guid>
		<description><![CDATA[These are my links for December 7th: LZX Industries &#8211; The LZX Visionary is a line of EuroRack format synthesizer modules designed for creating and manipulating video and images. Pretty cool to see new analogue video effects hardware in 2010! For more of my links see delicious.com/dpwolf (0)]]></description>
			<content:encoded><![CDATA[<p>These are my links for December 7th:</p>
<ul>
<li><a href="http://www.lzxindustries.net/">LZX Industries</a> &#8211; The LZX Visionary is a line of EuroRack format synthesizer modules designed for creating and manipulating video and images.
<p>Pretty cool to see new analogue video effects hardware in 2010!</li>
</ul>
<p>For more of my links see <a href="http://delicious.com/dpwolf">delicious.com/dpwolf</a></p>
<a href="http://dpwolf.net/blog/2010/12/bookmarks-for-december-7th/" rel="bookmark" class="asides-permalink" title="Permanent Link to Bookmarks for December 7th">(0)</a>]]></content:encoded>
			<wfw:commentRss>http://dpwolf.net/blog/2010/12/bookmarks-for-december-7th/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bookmarks for December 6th</title>
		<link>http://dpwolf.net/blog/2010/12/bookmarks-for-december-6th/</link>
		<comments>http://dpwolf.net/blog/2010/12/bookmarks-for-december-6th/#comments</comments>
		<pubDate>Sun, 05 Dec 2010 21:04:06 +0000</pubDate>
		<dc:creator>David Wolf</dc:creator>
				<category><![CDATA[del.icio.us links]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://dpwolf.net/blog/2010/12/bookmarks-for-december-6th/</guid>
		<description><![CDATA[These are my links for December 6th: RequireJS &#8211; RequireJS loads plain JavaScript files as well as more defined modules. For more of my links see delicious.com/dpwolf (0)]]></description>
			<content:encoded><![CDATA[<p>These are my links for December 6th:</p>
<ul>
<li><a href="http://requirejs.org/">RequireJS</a> &#8211; RequireJS loads plain JavaScript files as well as more defined modules.</li>
</ul>
<p>For more of my links see <a href="http://delicious.com/dpwolf">delicious.com/dpwolf</a></p>
<a href="http://dpwolf.net/blog/2010/12/bookmarks-for-december-6th/" rel="bookmark" class="asides-permalink" title="Permanent Link to Bookmarks for December 6th">(0)</a>]]></content:encoded>
			<wfw:commentRss>http://dpwolf.net/blog/2010/12/bookmarks-for-december-6th/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bookmarks for November 24th</title>
		<link>http://dpwolf.net/blog/2010/11/bookmarks-for-november-24th-3/</link>
		<comments>http://dpwolf.net/blog/2010/11/bookmarks-for-november-24th-3/#comments</comments>
		<pubDate>Thu, 25 Nov 2010 07:00:40 +0000</pubDate>
		<dc:creator>David Wolf</dc:creator>
				<category><![CDATA[del.icio.us links]]></category>
		<category><![CDATA[kineme]]></category>
		<category><![CDATA[openkinect]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[quartzcomposer]]></category>

		<guid isPermaLink="false">http://dpwolf.net/blog/2010/11/bookmarks-for-november-24th-3/</guid>
		<description><![CDATA[These are my links for November 24th: Release: KinectTools, v0.2 &#124; Kineme &#8211; This Quartz Composer plugin gives you direct access to both the RGB colour image and depth image from the XBOX Kinect. No additional drivers required. Let the hacking begin. For more of my links see delicious.com/dpwolf (0)]]></description>
			<content:encoded><![CDATA[<p>These are my links for November 24th:</p>
<ul>
<li><a href="https://kineme.net/release/KinectTools/02">Release: KinectTools, v0.2 | Kineme</a> &#8211; This Quartz Composer plugin gives you direct access to both the RGB colour image and depth image from the XBOX Kinect. No additional drivers required. Let the hacking begin.</li>
</ul>
<p>For more of my links see <a href="http://delicious.com/dpwolf">delicious.com/dpwolf</a></p>
<a href="http://dpwolf.net/blog/2010/11/bookmarks-for-november-24th-3/" rel="bookmark" class="asides-permalink" title="Permanent Link to Bookmarks for November 24th">(0)</a>]]></content:encoded>
			<wfw:commentRss>http://dpwolf.net/blog/2010/11/bookmarks-for-november-24th-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bookmarks for November 24th</title>
		<link>http://dpwolf.net/blog/2010/11/bookmarks-for-november-24th-2/</link>
		<comments>http://dpwolf.net/blog/2010/11/bookmarks-for-november-24th-2/#comments</comments>
		<pubDate>Wed, 24 Nov 2010 07:00:40 +0000</pubDate>
		<dc:creator>David Wolf</dc:creator>
				<category><![CDATA[del.icio.us links]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[multitouch]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[touch]]></category>

		<guid isPermaLink="false">http://dpwolf.net/blog/2010/11/bookmarks-for-november-24th-2/</guid>
		<description><![CDATA[These are my links for November 24th: Safari CSS Visual Effects Guide: Interactive Visual Effects &#8211; Mobile Safari Touch Events guide For more of my links see delicious.com/dpwolf (0)]]></description>
			<content:encoded><![CDATA[<p>These are my links for November 24th:</p>
<ul>
<li><a href="http://developer.apple.com/library/safari/#documentation/InternetWeb/Conceptual/SafariVisualEffectsProgGuide/InteractiveVisualEffects/InteractiveVisualEffects.html%23//apple_ref/doc/uid/TP40008032-CH3-SW3">Safari CSS Visual Effects Guide: Interactive Visual Effects</a> &#8211; Mobile Safari Touch Events guide</li>
</ul>
<p>For more of my links see <a href="http://delicious.com/dpwolf">delicious.com/dpwolf</a></p>
<a href="http://dpwolf.net/blog/2010/11/bookmarks-for-november-24th-2/" rel="bookmark" class="asides-permalink" title="Permanent Link to Bookmarks for November 24th">(0)</a>]]></content:encoded>
			<wfw:commentRss>http://dpwolf.net/blog/2010/11/bookmarks-for-november-24th-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bookmarks for November 17th</title>
		<link>http://dpwolf.net/blog/2010/11/bookmarks-for-november-17th/</link>
		<comments>http://dpwolf.net/blog/2010/11/bookmarks-for-november-17th/#comments</comments>
		<pubDate>Wed, 17 Nov 2010 03:10:18 +0000</pubDate>
		<dc:creator>David Wolf</dc:creator>
				<category><![CDATA[del.icio.us links]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[multitouch]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[via:buttergod]]></category>

		<guid isPermaLink="false">http://dpwolf.net/blog/2010/11/bookmarks-for-november-17th/</guid>
		<description><![CDATA[These are my links for November 17th: lericson/code/ &#8211; MacBook Multitouch &#8211; in Python &#8211; For more of my links see delicious.com/dpwolf (0)]]></description>
			<content:encoded><![CDATA[<p>These are my links for November 17th:</p>
<ul>
<li><a href="http://blog.sendapatch.se/2009/november/macbook-multitouch-in-python.html">lericson/code/ &#8211; MacBook Multitouch &#8211; in Python</a> &#8211; </li>
</ul>
<p>For more of my links see <a href="http://delicious.com/dpwolf">delicious.com/dpwolf</a></p>
<a href="http://dpwolf.net/blog/2010/11/bookmarks-for-november-17th/" rel="bookmark" class="asides-permalink" title="Permanent Link to Bookmarks for November 17th">(0)</a>]]></content:encoded>
			<wfw:commentRss>http://dpwolf.net/blog/2010/11/bookmarks-for-november-17th/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bookmarks for September 2nd</title>
		<link>http://dpwolf.net/blog/2010/09/bookmarks-for-september-2nd/</link>
		<comments>http://dpwolf.net/blog/2010/09/bookmarks-for-september-2nd/#comments</comments>
		<pubDate>Thu, 02 Sep 2010 03:01:35 +0000</pubDate>
		<dc:creator>David Wolf</dc:creator>
				<category><![CDATA[del.icio.us links]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[user-agent]]></category>
		<category><![CDATA[webkit]]></category>

		<guid isPermaLink="false">http://dpwolf.net/blog/2010/09/bookmarks-for-september-2nd/</guid>
		<description><![CDATA[These are my links for September 2nd: Changing Safari&#8217;s User Agent &#124; one digital life &#8211; In the terminal, type defaults write com.apple.safari IncludeDebugMenu 1 to enable the debug menu in Safari/Webkit For more of my links see delicious.com/dpwolf (0)]]></description>
			<content:encoded><![CDATA[<p>These are my links for September 2nd:</p>
<ul>
<li><a href="http://www.onedigitallife.com/2005/08/03/changing-safaris-user-agent/">Changing Safari&rsquo;s User Agent | one digital life</a> &#8211; In the terminal, type<br />
defaults write com.apple.safari IncludeDebugMenu 1<br />
to enable the debug menu in Safari/Webkit</li>
</ul>
<p>For more of my links see <a href="http://delicious.com/dpwolf">delicious.com/dpwolf</a></p>
<a href="http://dpwolf.net/blog/2010/09/bookmarks-for-september-2nd/" rel="bookmark" class="asides-permalink" title="Permanent Link to Bookmarks for September 2nd">(0)</a>]]></content:encoded>
			<wfw:commentRss>http://dpwolf.net/blog/2010/09/bookmarks-for-september-2nd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bookmarks for July 20th</title>
		<link>http://dpwolf.net/blog/2010/07/bookmarks-for-july-20th/</link>
		<comments>http://dpwolf.net/blog/2010/07/bookmarks-for-july-20th/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 06:00:25 +0000</pubDate>
		<dc:creator>David Wolf</dc:creator>
				<category><![CDATA[del.icio.us links]]></category>
		<category><![CDATA[expressions]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[regex]]></category>
		<category><![CDATA[regular]]></category>

		<guid isPermaLink="false">http://dpwolf.net/blog/2010/07/bookmarks-for-july-20th/</guid>
		<description><![CDATA[These are my links for July 20th: The absolute bare minimum every programmer should know about regular expressions &#8211; I&#8217;m Mike &#8211; Handy guide to regular expressions. Learn to be like this guy http://xkcd.com/208/ For more of my links see delicious.com/dpwolf (0)]]></description>
			<content:encoded><![CDATA[<p>These are my links for July 20th:</p>
<ul>
<li><a href="http://immike.net/blog/2007/04/06/the-absolute-bare-minimum-every-programmer-should-know-about-regular-expressions/">The absolute bare minimum every programmer should know about regular expressions &#8211; I&rsquo;m Mike</a> &#8211; Handy guide to regular expressions. Learn to be like this guy <a href='http://xkcd.com/208/'>http://xkcd.com/208/</a></li>
</ul>
<p>For more of my links see <a href="http://delicious.com/dpwolf">delicious.com/dpwolf</a></p>
<a href="http://dpwolf.net/blog/2010/07/bookmarks-for-july-20th/" rel="bookmark" class="asides-permalink" title="Permanent Link to Bookmarks for July 20th">(0)</a>]]></content:encoded>
			<wfw:commentRss>http://dpwolf.net/blog/2010/07/bookmarks-for-july-20th/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bookmarks for July 15th</title>
		<link>http://dpwolf.net/blog/2010/07/bookmarks-for-july-15th/</link>
		<comments>http://dpwolf.net/blog/2010/07/bookmarks-for-july-15th/#comments</comments>
		<pubDate>Thu, 15 Jul 2010 07:05:17 +0000</pubDate>
		<dc:creator>David Wolf</dc:creator>
				<category><![CDATA[del.icio.us links]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[reference]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[webkit]]></category>

		<guid isPermaLink="false">http://dpwolf.net/blog/2010/07/bookmarks-for-july-15th/</guid>
		<description><![CDATA[These are my links for July 15th: HTMLMediaElement Class Reference &#8211; Complete list of attributes, events and methods for dealing with audio and video in HTML5 via Safari/WebKit. For more of my links see delicious.com/dpwolf (0)]]></description>
			<content:encoded><![CDATA[<p>These are my links for July 15th:</p>
<ul>
<li><a href="http://developer.apple.com/safari/library/documentation/AudioVideo/Reference/HTMLMediaElementClassReference/HTMLMediaElement/HTMLMediaElement.html">HTMLMediaElement Class Reference</a> &#8211; Complete list of attributes, events and methods for dealing with audio and video in HTML5 via Safari/WebKit.</li>
</ul>
<p>For more of my links see <a href="http://delicious.com/dpwolf">delicious.com/dpwolf</a></p>
<a href="http://dpwolf.net/blog/2010/07/bookmarks-for-july-15th/" rel="bookmark" class="asides-permalink" title="Permanent Link to Bookmarks for July 15th">(0)</a>]]></content:encoded>
			<wfw:commentRss>http://dpwolf.net/blog/2010/07/bookmarks-for-july-15th/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bookmarks for July 8th</title>
		<link>http://dpwolf.net/blog/2010/07/bookmarks-for-july-8th/</link>
		<comments>http://dpwolf.net/blog/2010/07/bookmarks-for-july-8th/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 00:00:37 +0000</pubDate>
		<dc:creator>David Wolf</dc:creator>
				<category><![CDATA[del.icio.us links]]></category>
		<category><![CDATA[commandline]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[reference]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://dpwolf.net/blog/2010/07/bookmarks-for-july-8th/</guid>
		<description><![CDATA[These are my links for July 8th: Terminal Tips and Tricks For Mac OS X &#8211; Super User &#8211; Some very handy commands for the MacOS command line. For more of my links see delicious.com/dpwolf (0)]]></description>
			<content:encoded><![CDATA[<p>These are my links for July 8th:</p>
<ul>
<li><a href="http://superuser.com/questions/52483/terminal-tips-and-tricks-for-mac-os-x">Terminal Tips and Tricks For Mac OS X &#8211; Super User</a> &#8211; Some very handy commands for the MacOS command line.</li>
</ul>
<p>For more of my links see <a href="http://delicious.com/dpwolf">delicious.com/dpwolf</a></p>
<a href="http://dpwolf.net/blog/2010/07/bookmarks-for-july-8th/" rel="bookmark" class="asides-permalink" title="Permanent Link to Bookmarks for July 8th">(0)</a>]]></content:encoded>
			<wfw:commentRss>http://dpwolf.net/blog/2010/07/bookmarks-for-july-8th/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bookmarks for June 22nd</title>
		<link>http://dpwolf.net/blog/2010/06/bookmarks-for-june-22nd/</link>
		<comments>http://dpwolf.net/blog/2010/06/bookmarks-for-june-22nd/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 09:01:26 +0000</pubDate>
		<dc:creator>David Wolf</dc:creator>
				<category><![CDATA[del.icio.us links]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[creativecommons]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[reference]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://dpwolf.net/blog/2010/06/bookmarks-for-june-22nd/</guid>
		<description><![CDATA[These are my links for June 22nd: jQuery Fundamentals &#8211; An excellent jQuery reference book. The project is also hosted on GitHub where all contributions and translations are tracked. A pdf version is also available there. CC licensed. For more of my links see delicious.com/dpwolf (0)]]></description>
			<content:encoded><![CDATA[<p>These are my links for June 22nd:</p>
<ul>
<li><a href="http://www.rebeccamurphey.com/jqfundamentals/">jQuery Fundamentals</a> &#8211; An excellent jQuery reference book. The project is also hosted on GitHub where all contributions and translations are tracked. A pdf version is also available there. CC licensed.</li>
</ul>
<p>For more of my links see <a href="http://delicious.com/dpwolf">delicious.com/dpwolf</a></p>
<a href="http://dpwolf.net/blog/2010/06/bookmarks-for-june-22nd/" rel="bookmark" class="asides-permalink" title="Permanent Link to Bookmarks for June 22nd">(0)</a>]]></content:encoded>
			<wfw:commentRss>http://dpwolf.net/blog/2010/06/bookmarks-for-june-22nd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bookmarks for June 21st</title>
		<link>http://dpwolf.net/blog/2010/06/bookmarks-for-june-21st/</link>
		<comments>http://dpwolf.net/blog/2010/06/bookmarks-for-june-21st/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 09:01:26 +0000</pubDate>
		<dc:creator>David Wolf</dc:creator>
				<category><![CDATA[del.icio.us links]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[reference]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://dpwolf.net/blog/2010/06/bookmarks-for-june-21st/</guid>
		<description><![CDATA[These are my links for June 21st: Safari HTML5 Audio and Video Guide: Controlling Media with JavaScript &#8211; How to build custom HTML5 video controls with javascript and get information such as percentage downloaded. For more of my links see delicious.com/dpwolf (0)]]></description>
			<content:encoded><![CDATA[<p>These are my links for June 21st:</p>
<ul>
<li><a href="http://developer.apple.com/safari/library/documentation/AudioVideo/Conceptual/Using_HTML5_Audio_Video/ControllingMediaWithJavaScript/ControllingMediaWithJavaScript.html">Safari HTML5 Audio and Video Guide: Controlling Media with JavaScript</a> &#8211; How to build custom HTML5 video controls with javascript and get information such as percentage downloaded.</li>
</ul>
<p>For more of my links see <a href="http://delicious.com/dpwolf">delicious.com/dpwolf</a></p>
<a href="http://dpwolf.net/blog/2010/06/bookmarks-for-june-21st/" rel="bookmark" class="asides-permalink" title="Permanent Link to Bookmarks for June 21st">(0)</a>]]></content:encoded>
			<wfw:commentRss>http://dpwolf.net/blog/2010/06/bookmarks-for-june-21st/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bookmarks for June 15th</title>
		<link>http://dpwolf.net/blog/2010/06/bookmarks-for-june-15th/</link>
		<comments>http://dpwolf.net/blog/2010/06/bookmarks-for-june-15th/#comments</comments>
		<pubDate>Tue, 15 Jun 2010 08:05:56 +0000</pubDate>
		<dc:creator>David Wolf</dc:creator>
				<category><![CDATA[del.icio.us links]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[time]]></category>

		<guid isPermaLink="false">http://dpwolf.net/blog/2010/06/bookmarks-for-june-15th/</guid>
		<description><![CDATA[These are my links for June 15th: mir.aculo.us with Thomas Fuchs &#187; Blog Archive &#187; Making an iPad HTML5 App &#38; making it really fast &#8211; The making of a nice little time zone web app. For more of my links see delicious.com/dpwolf (0)]]></description>
			<content:encoded><![CDATA[<p>These are my links for June 15th:</p>
<ul>
<li><a href="http://mir.aculo.us/2010/06/04/making-an-ipad-html5-app-making-it-really-fast/">mir.aculo.us with Thomas Fuchs &raquo; Blog Archive &raquo; Making an iPad HTML5 App &amp; making it really fast</a> &#8211; The making of a nice little time zone web app.</li>
</ul>
<p>For more of my links see <a href="http://delicious.com/dpwolf">delicious.com/dpwolf</a></p>
<a href="http://dpwolf.net/blog/2010/06/bookmarks-for-june-15th/" rel="bookmark" class="asides-permalink" title="Permanent Link to Bookmarks for June 15th">(0)</a>]]></content:encoded>
			<wfw:commentRss>http://dpwolf.net/blog/2010/06/bookmarks-for-june-15th/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bookmarks for May 27th</title>
		<link>http://dpwolf.net/blog/2010/05/bookmarks-for-may-27th/</link>
		<comments>http://dpwolf.net/blog/2010/05/bookmarks-for-may-27th/#comments</comments>
		<pubDate>Thu, 27 May 2010 01:00:57 +0000</pubDate>
		<dc:creator>David Wolf</dc:creator>
				<category><![CDATA[del.icio.us links]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[fileapi]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://dpwolf.net/blog/2010/05/bookmarks-for-may-27th/</guid>
		<description><![CDATA[These are my links for May 27th: Client-side JavaScript file processing may come via File API &#8211; Nice little example showing how the newish File API works to read and process local files in JavaScript. For more of my links see delicious.com/dpwolf (0)]]></description>
			<content:encoded><![CDATA[<p>These are my links for May 27th:</p>
<ul>
<li><a href="http://arstechnica.com/open-source/news/2009/11/w3c-publishes-draft-of-new-file-api-spec.ars">Client-side JavaScript file processing may come via File API</a> &#8211; Nice little example showing how the newish File API works to read and process local files in JavaScript.</li>
</ul>
<p>For more of my links see <a href="http://delicious.com/dpwolf">delicious.com/dpwolf</a></p>
<a href="http://dpwolf.net/blog/2010/05/bookmarks-for-may-27th/" rel="bookmark" class="asides-permalink" title="Permanent Link to Bookmarks for May 27th">(0)</a>]]></content:encoded>
			<wfw:commentRss>http://dpwolf.net/blog/2010/05/bookmarks-for-may-27th/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bookmarks for May 18th</title>
		<link>http://dpwolf.net/blog/2010/05/bookmarks-for-may-18th/</link>
		<comments>http://dpwolf.net/blog/2010/05/bookmarks-for-may-18th/#comments</comments>
		<pubDate>Tue, 18 May 2010 03:02:54 +0000</pubDate>
		<dc:creator>David Wolf</dc:creator>
				<category><![CDATA[del.icio.us links]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[reference]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[sqlite3]]></category>
		<category><![CDATA[webkit]]></category>

		<guid isPermaLink="false">http://dpwolf.net/blog/2010/05/bookmarks-for-may-18th/</guid>
		<description><![CDATA[These are my links for May 18th: Safari Client-Side Storage and Offline Applications Programming Guide: Using the JavaScript Database &#8211; Beginning in Safari 3.1 and iPhone OS 2.0, Safari supports the HTML5 JavaScript database class. The JavaScript database class, based on SQLite, provides a very basic relational database intended for local storage of content that [...]]]></description>
			<content:encoded><![CDATA[<p>These are my links for May 18th:</p>
<ul>
<li><a href="http://developer.apple.com/safari/library/documentation/iphone/conceptual/safarijsdatabaseguide/usingthejavascriptdatabase/UsingtheJavascriptDatabase.html">Safari Client-Side Storage and Offline Applications Programming Guide: Using the JavaScript Database</a> &#8211; Beginning in Safari 3.1 and iPhone OS 2.0, Safari supports the HTML5 JavaScript database class. The JavaScript database class, based on SQLite, provides a very basic relational database intended for local storage of content that is too large to conveniently store in cookies (or is too important to accidentally delete when the user clears out his or her cookies).</li>
</ul>
<p>For more of my links see <a href="http://delicious.com/dpwolf">delicious.com/dpwolf</a></p>
<a href="http://dpwolf.net/blog/2010/05/bookmarks-for-may-18th/" rel="bookmark" class="asides-permalink" title="Permanent Link to Bookmarks for May 18th">(0)</a>]]></content:encoded>
			<wfw:commentRss>http://dpwolf.net/blog/2010/05/bookmarks-for-may-18th/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
