<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.0.2" -->
<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/"
	>

<channel>
	<title>Chris F. Waigl</title>
	<link>http://lascribe.net</link>
	<description>Aggregated stuff. Links to various more substantial projects are below.</description>
	<pubDate>Sat, 06 Mar 2010 01:02:13 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.2</generator>
	<language>en</language>
			<item>
		<title>links for 2010-03-05</title>
		<link>http://lascribe.net/2010/03/06/176/</link>
		<comments>http://lascribe.net/2010/03/06/176/#comments</comments>
		<pubDate>Sat, 06 Mar 2010 01:02:13 +0000</pubDate>
		<dc:creator>chris</dc:creator>
		
	<category>daily_links</category>
		<guid isPermaLink="false">http://lascribe.net/2010/03/06/176/</guid>
		<description><![CDATA[

Best practices in web development with Python and Django «  News Apps Blog
Nicely done.
(tags: development django python bestpractices webdev)


]]></description>
			<content:encoded><![CDATA[<ul>
<li>
<div><a href="http://blog.apps.chicagotribune.com/2010/02/26/best-practices/">Best practices in web development with Python and Django «  News Apps Blog</a></div>
<div>Nicely done.</div>
<div>(tags: <a href="http://delicious.com/chryss/development">development</a> <a href="http://delicious.com/chryss/django">django</a> <a href="http://delicious.com/chryss/python">python</a> <a href="http://delicious.com/chryss/bestpractices">bestpractices</a> <a href="http://delicious.com/chryss/webdev">webdev</a>)</div>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRSS>http://lascribe.net/2010/03/06/176/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>links for 2010-03-03</title>
		<link>http://lascribe.net/2010/03/04/175/</link>
		<comments>http://lascribe.net/2010/03/04/175/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 01:02:17 +0000</pubDate>
		<dc:creator>chris</dc:creator>
		
	<category>daily_links</category>
		<guid isPermaLink="false">http://lascribe.net/2010/03/04/175/</guid>
		<description><![CDATA[

CSS Border Radius
Genuinely useful tool for visualizing border-radius and generating CSS rules.
(tags: css tools webdesign webdev online html)


]]></description>
			<content:encoded><![CDATA[<ul>
<li>
<div><a href="http://border-radius.com/">CSS Border Radius</a></div>
<div>Genuinely useful tool for visualizing border-radius and generating CSS rules.</div>
<div>(tags: <a href="http://delicious.com/chryss/css">css</a> <a href="http://delicious.com/chryss/tools">tools</a> <a href="http://delicious.com/chryss/webdesign">webdesign</a> <a href="http://delicious.com/chryss/webdev">webdev</a> <a href="http://delicious.com/chryss/online">online</a> <a href="http://delicious.com/chryss/html">html</a>)</div>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRSS>http://lascribe.net/2010/03/04/175/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>links for 2010-02-23</title>
		<link>http://lascribe.net/2010/02/24/174/</link>
		<comments>http://lascribe.net/2010/02/24/174/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 01:02:38 +0000</pubDate>
		<dc:creator>chris</dc:creator>
		
	<category>daily_links</category>
		<guid isPermaLink="false">http://lascribe.net/2010/02/24/174/</guid>
		<description><![CDATA[

Create a new Fiddle - jsFiddle - Online Editor for the Web (JavaScript, MooTools, jQuery, Prototype, YUI, Glow and Dojo, HTML, CSS)
Very cool HTML/CSS/Javascript online editor/console with results window, automatic integration of various common JS frameworks, backend for Ajax etc.
(tags: testing online editor ajax programming tools web javascript css html)


]]></description>
			<content:encoded><![CDATA[<ul>
<li>
<div><a href="http://jsfiddle.net/">Create a new Fiddle - jsFiddle - Online Editor for the Web (JavaScript, MooTools, jQuery, Prototype, YUI, Glow and Dojo, HTML, CSS)</a></div>
<div>Very cool HTML/CSS/Javascript online editor/console with results window, automatic integration of various common JS frameworks, backend for Ajax etc.</div>
<div>(tags: <a href="http://delicious.com/chryss/testing">testing</a> <a href="http://delicious.com/chryss/online">online</a> <a href="http://delicious.com/chryss/editor">editor</a> <a href="http://delicious.com/chryss/ajax">ajax</a> <a href="http://delicious.com/chryss/programming">programming</a> <a href="http://delicious.com/chryss/tools">tools</a> <a href="http://delicious.com/chryss/web">web</a> <a href="http://delicious.com/chryss/javascript">javascript</a> <a href="http://delicious.com/chryss/css">css</a> <a href="http://delicious.com/chryss/html">html</a>)</div>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRSS>http://lascribe.net/2010/02/24/174/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>links for 2010-02-20</title>
		<link>http://lascribe.net/2010/02/21/173/</link>
		<comments>http://lascribe.net/2010/02/21/173/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 01:02:02 +0000</pubDate>
		<dc:creator>chris</dc:creator>
		
	<category>daily_links</category>
		<guid isPermaLink="false">http://lascribe.net/2010/02/21/173/</guid>
		<description><![CDATA[

scrape.py
Python module for scraping web pages. Creates a Region object of a chunk of sourcecode with a start, an end, source URL, headers, raw content and plain text content. Does not create a parse tree. Maybe interesting to try compared with modules like BeautifulSoup.
(tags: python programming web library html scraping)


]]></description>
			<content:encoded><![CDATA[<ul>
<li>
<div><a href="http://zesty.ca/scrape/">scrape.py</a></div>
<div>Python module for scraping web pages. Creates a Region object of a chunk of sourcecode with a start, an end, source URL, headers, raw content and plain text content. Does not create a parse tree. Maybe interesting to try compared with modules like BeautifulSoup.</div>
<div>(tags: <a href="http://delicious.com/chryss/python">python</a> <a href="http://delicious.com/chryss/programming">programming</a> <a href="http://delicious.com/chryss/web">web</a> <a href="http://delicious.com/chryss/library">library</a> <a href="http://delicious.com/chryss/html">html</a> <a href="http://delicious.com/chryss/scraping">scraping</a>)</div>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRSS>http://lascribe.net/2010/02/21/173/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>links for 2010-02-04</title>
		<link>http://lascribe.net/2010/02/05/172/</link>
		<comments>http://lascribe.net/2010/02/05/172/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 01:02:22 +0000</pubDate>
		<dc:creator>chris</dc:creator>
		
	<category>daily_links</category>
		<guid isPermaLink="false">http://lascribe.net/2010/02/05/172/</guid>
		<description><![CDATA[

DNS Pre-fetch Exposure on Thunderbird and Webmail &#124; Mike Cardwell on the Internet
Thunderbird, IMP, Roundcube as well as Hotmail and Gmail (when still in http mode) perform a DNS lookup on all hostnames in URLs inside the message - regardless of format or whether image display is on or not. As Justin Mason wrote, this [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li>
<div><a href="https://secure.grepular.com/DNS_Prefetch_Exposure_on_Thunderbird_and_Webmail">DNS Pre-fetch Exposure on Thunderbird and Webmail | Mike Cardwell on the Internet</a></div>
<div>Thunderbird, IMP, Roundcube as well as Hotmail and Gmail (when still in http mode) perform a DNS lookup on all hostnames in URLs inside the message - regardless of format or whether image display is on or not. As Justin Mason wrote, this is a very bad idea.</div>
<div>(tags: <a href="http://delicious.com/chryss/web">web</a> <a href="http://delicious.com/chryss/email">email</a> <a href="http://delicious.com/chryss/security">security</a> <a href="http://delicious.com/chryss/spam">spam</a> <a href="http://delicious.com/chryss/dns">dns</a> <a href="http://delicious.com/chryss/privacy">privacy</a>)</div>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRSS>http://lascribe.net/2010/02/05/172/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>links for 2010-02-03</title>
		<link>http://lascribe.net/2010/02/04/171/</link>
		<comments>http://lascribe.net/2010/02/04/171/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 01:02:27 +0000</pubDate>
		<dc:creator>chris</dc:creator>
		
	<category>daily_links</category>
		<guid isPermaLink="false">http://lascribe.net/2010/02/04/171/</guid>
		<description><![CDATA[

DNS Pre-fetch Exposure on Thunderbird and Webmail &#124; Mike Cardwell on the Internet
Thunderbird, IMP, Roundcube as well as Hotmail and Gmail (when still in http mode) perform a DNS lookup on all hostnames in URLs inside the message - regardless of format or whether image display is on or not. As Justin Mason wrote, this [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li>
<div><a href="https://secure.grepular.com/DNS_Prefetch_Exposure_on_Thunderbird_and_Webmail">DNS Pre-fetch Exposure on Thunderbird and Webmail | Mike Cardwell on the Internet</a></div>
<div>Thunderbird, IMP, Roundcube as well as Hotmail and Gmail (when still in http mode) perform a DNS lookup on all hostnames in URLs inside the message - regardless of format or whether image display is on or not. As Justin Mason wrote, this is a very bad idea.</div>
<div>(tags: <a href="http://delicious.com/chryss/web">web</a> <a href="http://delicious.com/chryss/email">email</a> <a href="http://delicious.com/chryss/security">security</a> <a href="http://delicious.com/chryss/spam">spam</a> <a href="http://delicious.com/chryss/dns">dns</a> <a href="http://delicious.com/chryss/privacy">privacy</a>)</div>
</li>
<li>
<div><a href="http://commonspace.wordpress.com/2010/01/18/learning-from-10-yrs-of-bugzilla-data/">Learning from 10 yrs of Bugzilla data « commonspace</a></div>
<div>Diederik van Liere, a postdoctoral researcher, analyzes Bugzilla data (for Firefox and Thunderbird) for patterns concerning community size and bugfixing patterns.</div>
<div>(tags: <a href="http://delicious.com/chryss/programming">programming</a> <a href="http://delicious.com/chryss/video">video</a> <a href="http://delicious.com/chryss/opensource">opensource</a> <a href="http://delicious.com/chryss/software">software</a> <a href="http://delicious.com/chryss/bugs">bugs</a>)</div>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRSS>http://lascribe.net/2010/02/04/171/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>links for 2010-02-02</title>
		<link>http://lascribe.net/2010/02/03/170/</link>
		<comments>http://lascribe.net/2010/02/03/170/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 01:04:28 +0000</pubDate>
		<dc:creator>chris</dc:creator>
		
	<category>daily_links</category>
		<guid isPermaLink="false">http://lascribe.net/2010/02/03/170/</guid>
		<description><![CDATA[

jQTouch — jQuery plugin for mobile web development
jQTouch is a jQuery plugin that simplifies making HTML/CSS/Javascript web applications for the iPhone/iPod Touch.
(tags: plugin javascript library jquery programming web mobile)


PhoneGap &#124; Cross platform mobile framework
PhoneGap is an open-source framework that turns web apps (HTML/CSS/Javascript) into native mobile phone applications (iPhone, Android, Blackberry), giving access to phone [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li>
<div><a href="http://www.jqtouch.com/">jQTouch — jQuery plugin for mobile web development</a></div>
<div>jQTouch is a jQuery plugin that simplifies making HTML/CSS/Javascript web applications for the iPhone/iPod Touch.</div>
<div>(tags: <a href="http://delicious.com/chryss/plugin">plugin</a> <a href="http://delicious.com/chryss/javascript">javascript</a> <a href="http://delicious.com/chryss/library">library</a> <a href="http://delicious.com/chryss/jquery">jquery</a> <a href="http://delicious.com/chryss/programming">programming</a> <a href="http://delicious.com/chryss/web">web</a> <a href="http://delicious.com/chryss/mobile">mobile</a>)</div>
</li>
<li>
<div><a href="http://phonegap.com/">PhoneGap | Cross platform mobile framework</a></div>
<div>PhoneGap is an open-source framework that turns web apps (HTML/CSS/Javascript) into native mobile phone applications (iPhone, Android, Blackberry), giving access to phone features such as accelerometer, geolocation etc.</div>
<div>(tags: <a href="http://delicious.com/chryss/sdk">sdk</a> <a href="http://delicious.com/chryss/webapp">webapp</a> <a href="http://delicious.com/chryss/development">development</a> <a href="http://delicious.com/chryss/opensource">opensource</a>)</div>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRSS>http://lascribe.net/2010/02/03/170/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>links for 2010-01-03</title>
		<link>http://lascribe.net/2010/01/04/169/</link>
		<comments>http://lascribe.net/2010/01/04/169/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 01:02:59 +0000</pubDate>
		<dc:creator>chris</dc:creator>
		
	<category>daily_links</category>
		<guid isPermaLink="false">http://lascribe.net/2010/01/04/169/</guid>
		<description><![CDATA[

How to Make Stop-Motion Video Shorts with Your Digital Camera &#124; Photojojo
This was the only article I found about making stop-motion (and therefore time-lapse) videos using Apple&#39;s iMovie.
(tags: tutorial video photography stop-motion timelapse)


Programmer-art.org &#124; FFmpeg Time Lapse
Time-lapse photography using ffmpeg - step by step. Very useful.
(tags: tutorial video timelapse ffmpeg)


GIVE [dive into mark]
Mark Pilgrim&#39;s &#34;gentle [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li>
<div><a href="http://photojojo.com/content/tutorials/stop-motion-digital-camera/">How to Make Stop-Motion Video Shorts with Your Digital Camera | Photojojo</a></div>
<div>This was the only article I found about making stop-motion (and therefore time-lapse) videos using Apple&#39;s iMovie.</div>
<div>(tags: <a href="http://delicious.com/chryss/tutorial">tutorial</a> <a href="http://delicious.com/chryss/video">video</a> <a href="http://delicious.com/chryss/photography">photography</a> <a href="http://delicious.com/chryss/stop-motion">stop-motion</a> <a href="http://delicious.com/chryss/timelapse">timelapse</a>)</div>
</li>
<li>
<div><a href="http://programmer-art.org/articles/tutorials/ffmpeg-time-lapse">Programmer-art.org | FFmpeg Time Lapse</a></div>
<div>Time-lapse photography using ffmpeg - step by step. Very useful.</div>
<div>(tags: <a href="http://delicious.com/chryss/tutorial">tutorial</a> <a href="http://delicious.com/chryss/video">video</a> <a href="http://delicious.com/chryss/timelapse">timelapse</a> <a href="http://delicious.com/chryss/ffmpeg">ffmpeg</a>)</div>
</li>
<li>
<div><a href="http://diveintomark.org/tag/give">GIVE [dive into mark]</a></div>
<div>Mark Pilgrim&#39;s &quot;gentle introduction to video encoding&quot;. As usual with his stuff, it&#39;s excellent. Explains the most common container formats, lossy video and audio codecs, tools, and links to further reference material.</div>
<div>(tags: <a href="http://delicious.com/chryss/video">video</a> <a href="http://delicious.com/chryss/audio">audio</a> <a href="http://delicious.com/chryss/codecs">codecs</a> <a href="http://delicious.com/chryss/tutorial">tutorial</a>)</div>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRSS>http://lascribe.net/2010/01/04/169/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>links for 2010-01-02</title>
		<link>http://lascribe.net/2010/01/03/168/</link>
		<comments>http://lascribe.net/2010/01/03/168/#comments</comments>
		<pubDate>Sun, 03 Jan 2010 01:01:51 +0000</pubDate>
		<dc:creator>chris</dc:creator>
		
	<category>daily_links</category>
		<guid isPermaLink="false">http://lascribe.net/2010/01/03/168/</guid>
		<description><![CDATA[

2009, the year in spam
Good, and not even entirely US-centric, round-up. Some interesting events I had already forgotten.
(tags: blog spam 2009)


Martin Setvak:  Time-lapse photography of clouds
Beautiful collection of high-quality time-lapse videos, mostly taken with Ricoh compact cameras. Tutorial for shooting and video assembly (Windows platform) using free or inexpensive tools. English &#38; Czech.
(tags: photography video [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li>
<div><a href="http://www.allspammedup.com/2009/12/2009-the-year-in-spam/">2009, the year in spam</a></div>
<div>Good, and not even entirely US-centric, round-up. Some interesting events I had already forgotten.</div>
<div>(tags: <a href="http://delicious.com/chryss/blog">blog</a> <a href="http://delicious.com/chryss/spam">spam</a> <a href="http://delicious.com/chryss/2009">2009</a>)</div>
</li>
<li>
<div><a href="http://www.setvak.cz/timelapse/">Martin Setvak:  Time-lapse photography of clouds</a></div>
<div>Beautiful collection of high-quality time-lapse videos, mostly taken with Ricoh compact cameras. Tutorial for shooting and video assembly (Windows platform) using free or inexpensive tools. English &amp; Czech.</div>
<div>(tags: <a href="http://delicious.com/chryss/photography">photography</a> <a href="http://delicious.com/chryss/video">video</a> <a href="http://delicious.com/chryss/time-lapse">time-lapse</a> <a href="http://delicious.com/chryss/tutorial">tutorial</a>)</div>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRSS>http://lascribe.net/2010/01/03/168/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>links for 2010-01-01</title>
		<link>http://lascribe.net/2010/01/02/167/</link>
		<comments>http://lascribe.net/2010/01/02/167/#comments</comments>
		<pubDate>Sat, 02 Jan 2010 01:02:54 +0000</pubDate>
		<dc:creator>chris</dc:creator>
		
	<category>daily_links</category>
		<guid isPermaLink="false">http://lascribe.net/2010/01/02/167/</guid>
		<description><![CDATA[

dpaste.com
A particularly nice pastebin. Written in Python/Django.
(tags: programming tools django web pastebin)


]]></description>
			<content:encoded><![CDATA[<ul>
<li>
<div><a href="http://dpaste.com/">dpaste.com</a></div>
<div>A particularly nice pastebin. Written in Python/Django.</div>
<div>(tags: <a href="http://delicious.com/chryss/programming">programming</a> <a href="http://delicious.com/chryss/tools">tools</a> <a href="http://delicious.com/chryss/django">django</a> <a href="http://delicious.com/chryss/web">web</a> <a href="http://delicious.com/chryss/pastebin">pastebin</a>)</div>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRSS>http://lascribe.net/2010/01/02/167/feed/</wfw:commentRSS>
		</item>
	</channel>
</rss>
