<?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>iceboundflame &#187; notes</title>
	<atom:link href="http://iceboundflame.com/category/notes/feed" rel="self" type="application/rss+xml" />
	<link>http://iceboundflame.com</link>
	<description>David Liu's blog on science, technology, and life</description>
	<lastBuildDate>Sat, 07 Aug 2010 05:19:36 +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>The Best Way to Unclog Print Heads</title>
		<link>http://iceboundflame.com/2010/07/the-best-way-to-unclog-print-heads</link>
		<comments>http://iceboundflame.com/2010/07/the-best-way-to-unclog-print-heads#comments</comments>
		<pubDate>Sat, 10 Jul 2010 05:02:54 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[notes]]></category>
		<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://iceboundflame.com/?p=597</guid>
		<description><![CDATA[I&#8217;ve had many inkjet print heads that eventually got dried up and started streaking when printing. These supposedly delicate parts consist of a very fine, narrow channel for ink of each color. The extremely narrow width allows them to position ink precisely, but it also means they can clog easily with dried ink. The solution [...]]]></description>
		<wfw:commentRss>http://iceboundflame.com/2010/07/the-best-way-to-unclog-print-heads/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Notes: Getting suEXEC execution for PHP under Virtualmin GPL</title>
		<link>http://iceboundflame.com/2009/06/notes-on-virtualmin-gpl-suexec-and-php-5</link>
		<comments>http://iceboundflame.com/2009/06/notes-on-virtualmin-gpl-suexec-and-php-5#comments</comments>
		<pubDate>Fri, 05 Jun 2009 00:24:56 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[notes]]></category>
		<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://iceboundflame.com/?p=265</guid>
		<description><![CDATA[(On Debian 5.0. May be slightly different on other distros) Create files in /etc/skel/: $ cd /etc/skel $ mkdir -P etc/php5 $ cp /etc/php5/apache2/php.ini /etc/skel/etc/php5/php.ini $ mkdir fcgi-bin $ vi fcgi-bin/php5.fcgi Paste the following: #!/bin/bash export PHPRC=$PWD/../etc/php5 umask 022 export SCRIPT_FILENAME=$PATH_TRANSLATED exec /usr/bin/php-cgi Then, in Virtualmin > System Settings > Server Templates > Default Settings [...]]]></description>
		<wfw:commentRss>http://iceboundflame.com/2009/06/notes-on-virtualmin-gpl-suexec-and-php-5/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Cryptic errors from mod_fcgid and Perl</title>
		<link>http://iceboundflame.com/2009/02/cryptic-errors-from-mod_fcgid-and-perl</link>
		<comments>http://iceboundflame.com/2009/02/cryptic-errors-from-mod_fcgid-and-perl#comments</comments>
		<pubDate>Fri, 13 Feb 2009 03:17:48 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[notes]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[catalyst]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://iceboundflame.com/?p=255</guid>
		<description><![CDATA[For future reference, the cryptic error from mod_fcgid: [Thu Feb 12 22:10:27 2009] [warn] (104)Connection reset by peer: mod_fcgid: read data from fastcgi server error. [Thu Feb 12 22:10:27 2009] [error] [client X.X.X.X] Premature end of script headers: dispatch.fcgi means that dispatch.fcgi failed to start. Possible reasons are: Missing Perl modules. Unfortunately, I don&#8217;t know [...]]]></description>
		<wfw:commentRss>http://iceboundflame.com/2009/02/cryptic-errors-from-mod_fcgid-and-perl/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Present &#8211; Notes from ISEF 2008</title>
		<link>http://iceboundflame.com/2008/05/how-to-present-isef-2008</link>
		<comments>http://iceboundflame.com/2008/05/how-to-present-isef-2008#comments</comments>
		<pubDate>Sat, 17 May 2008 22:15:53 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[life]]></category>
		<category><![CDATA[notes]]></category>

		<guid isPermaLink="false">http://iceboundflame.com/?p=222</guid>
		<description><![CDATA[At the Intel International Science and Engineering Fair this year, I&#8217;ve learned a lot about presentation techniques. Thanks to Patrick for giving me some great suggestions, such as: Posture: stand with feet pointed toward judge, lean forward slightly Hands: use generous hand gestures, in front of chest, not lower Use visual bullets when making lists. [...]]]></description>
		<wfw:commentRss>http://iceboundflame.com/2008/05/how-to-present-isef-2008/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Catalyst on Windows with Strawberry Perl</title>
		<link>http://iceboundflame.com/2008/01/catalyst-on-windows-with-strawberry-perl</link>
		<comments>http://iceboundflame.com/2008/01/catalyst-on-windows-with-strawberry-perl#comments</comments>
		<pubDate>Fri, 18 Jan 2008 01:40:01 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[notes]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[catalyst]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://iceboundflame.com/go/2008/catalyst-on-windows-with-strawberry-perl</guid>
		<description><![CDATA[The Catalyst Framework is an elegant Model-View-Controller based web framework for Perl, with similarities to Ruby on Rails. It is a popular choice for Web 2.0 applications based on Perl, speeding up and simplifying development. Catalyst is very nice to use, but has a reputation of being hard to use, particularly on Windows. Windows has [...]]]></description>
		<wfw:commentRss>http://iceboundflame.com/2008/01/catalyst-on-windows-with-strawberry-perl/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Unison File Synchronization on a Windows Desktop and Laptop</title>
		<link>http://iceboundflame.com/2005/10/unison-file-synchronization-on-a-windows-desktop-and-laptop</link>
		<comments>http://iceboundflame.com/2005/10/unison-file-synchronization-on-a-windows-desktop-and-laptop#comments</comments>
		<pubDate>Sun, 09 Oct 2005 20:46:43 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[notes]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[computers]]></category>

		<guid isPermaLink="false">http://iceboundflame.net/go/2005/unison-file-synchronization-on-a-windows-desktop-and-laptop/</guid>
		<description><![CDATA[Unison is a nifty tool that allows you to synchronize files over the network.]]></description>
		<wfw:commentRss>http://iceboundflame.com/2005/10/unison-file-synchronization-on-a-windows-desktop-and-laptop/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building PHP with MySQL&#8211;bug!</title>
		<link>http://iceboundflame.com/2005/07/php-with-mysql-build-bug</link>
		<comments>http://iceboundflame.com/2005/07/php-with-mysql-build-bug#comments</comments>
		<pubDate>Fri, 08 Jul 2005 00:37:06 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[notes]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[bookmarks]]></category>
		<category><![CDATA[computers]]></category>

		<guid isPermaLink="false">http://iceboundflame.net/go/2005/build-php-with-mysql/</guid>
		<description><![CDATA[What kind of bug is this? When trying to build PHP on Linux using the option --with-mysql=/usr, I kept getting an error during make. Specifically, this was: ext/mysql/php_mysql.c:1158: undefined reference to 'mysql_create_db' ext/mysql/php_mysql.c:1200: undefined reference to 'mysql_drop_db' It appears that if you touch ext/mysql/php_mysql.c, updating the file&#8217;s modification time, the problems magically disappear. Crazy, huh? [...]]]></description>
		<wfw:commentRss>http://iceboundflame.com/2005/07/php-with-mysql-build-bug/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Cool CSS demos</title>
		<link>http://iceboundflame.com/2005/06/cool-css-demos</link>
		<comments>http://iceboundflame.com/2005/06/cool-css-demos#comments</comments>
		<pubDate>Sun, 26 Jun 2005 19:15:51 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[notes]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[bookmarks]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://iceboundflame.net/go/2005/cool-css-demos/</guid>
		<description><![CDATA[Here are some awesome CSS sites. The CSS Zen Garden showcases many different designs accomplished purely with CSS. Stu Nicholls&#8217; CSS playground uses creative techniques to accomplish amazing things. css/edge demonstrates some bleeding-edge CSS effects.]]></description>
		<wfw:commentRss>http://iceboundflame.com/2005/06/cool-css-demos/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Playing Super Mario Bros. on piano</title>
		<link>http://iceboundflame.com/2005/06/playing-super-mario-bros-on-piano</link>
		<comments>http://iceboundflame.com/2005/06/playing-super-mario-bros-on-piano#comments</comments>
		<pubDate>Wed, 22 Jun 2005 03:56:19 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[life]]></category>
		<category><![CDATA[notes]]></category>
		<category><![CDATA[bookmarks]]></category>
		<category><![CDATA[funny]]></category>
		<category><![CDATA[gaming]]></category>

		<guid isPermaLink="false">http://iceboundflame.net/?p=164</guid>
		<description><![CDATA[I&#8217;m going to try and learn to play Super Mario Bros. on the piano! Look at this guy, for example, playing it blindfolded! I found the sheet music, so I better start practicing! :-)]]></description>
		<wfw:commentRss>http://iceboundflame.com/2005/06/playing-super-mario-bros-on-piano/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
<enclosure url="http://media.ebaumsworld.com/mariopiano.wmv" length="8006388" type="video/x-ms-wmv" />
		</item>
		<item>
		<title>How were smilies =] invented?</title>
		<link>http://iceboundflame.com/2005/06/how-were-smilies-invented</link>
		<comments>http://iceboundflame.com/2005/06/how-were-smilies-invented#comments</comments>
		<pubDate>Tue, 21 Jun 2005 05:37:20 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[notes]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://iceboundflame.net/?p=162</guid>
		<description><![CDATA[Who invented the original emoticon, :-)? A quick Google search on &#8220;emoticon invention&#8221; revealed Smiley Lore, written by Scott E. Fahlman, the original inventor of the smiley. On September 19, 1982, the idea was first suggested on an online bulletin board, or &#8220;bboard,&#8221; at Carnegie Mellon University. This original post was lost over the many [...]]]></description>
		<wfw:commentRss>http://iceboundflame.com/2005/06/how-were-smilies-invented/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
