<?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>TuxPirate's Linux Tutorials &#187; web</title>
	<atom:link href="http://tuxpirate.com/howto/web/feed" rel="self" type="application/rss+xml" />
	<link>http://tuxpirate.com</link>
	<description>GNU/Linux, Python Programming And Shell Scripting Video Tutorials</description>
	<lastBuildDate>Tue, 25 Jan 2011 21:15:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Wikka In Action: 5 Embedding A Feed</title>
		<link>http://tuxpirate.com/wikka-in-action-5-embedding-a-feed.html</link>
		<comments>http://tuxpirate.com/wikka-in-action-5-embedding-a-feed.html#comments</comments>
		<pubDate>Tue, 25 Jan 2011 06:00:47 +0000</pubDate>
		<dc:creator>Linux Poweruser Programmer</dc:creator>
				<category><![CDATA[documentation]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://tuxpirate.com/wikka-in-action-5-embedding-a-feed.sh</guid>
		<description><![CDATA[Wikka in action: 5. Embedding a feedwikkawiki18 sec &#8211; 7-Nov-07 Wikka in action is a collection of screencasts introducing the basic features of WikkaWiki. You can easily embed in a wiki page a feed from an external site and display it on your website in a few seconds.video Sphere: Related Content Tags: c, http, web [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><p><img src="http://tuxpirate.com/images/img.youtube.com/vi/GXVUCMtp28o/2.jpg" width="320" height="240" border="1" /><font size="+1">Wikka in action: 5. Embedding a feed</font><br /><font color="green">wikkawiki<br />18 sec &#8211; 7-Nov-07</font></p>
<p>Wikka in action is a collection of screencasts introducing the basic features of WikkaWiki.<br />
You can easily embed in a wiki page a feed from an external site and display it on your website in a few seconds.<span id="more-157"></span><br /><i>video</i><br />
<p><a href="http://tuxpirate.com/wikka-in-action-5-embedding-a-feed.html"><em>Click here to view the embedded video.</em></a></p></p>
<!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Sphere: Related Content" onclick="return Sphere.Widget.search('http://tuxpirate.com/wikka-in-action-5-embedding-a-feed.html')" href="http://www.sphere.com/search?q=sphereit:http://tuxpirate.com/wikka-in-action-5-embedding-a-feed.html">Sphere: Related Content</a></span><br/><br/>
	Tags: <a href="http://tuxpirate.com/howto/c" title="c" rel="tag">c</a>, <a href="http://tuxpirate.com/howto/http" title="http" rel="tag">http</a>, <a href="http://tuxpirate.com/howto/web" title="web" rel="tag">web</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://tuxpirate.com/15-views-of-a-node-link-graph-an-information-visualization-portfolio.html" title="15 Views Of A Node Link Graph: An Information Visualization Portfolio (February 27, 2008)">15 Views Of A Node Link Graph: An Information Visualization Portfolio</a> (0)</li>
	<li><a href="http://tuxpirate.com/235-infinity.html" title="235 Infinity (February 17, 2008)">235 Infinity</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-habits-for-effective-text-editing-20.html" title="7 Habits For Effective Text Editing 20 (February 1, 2008)">7 Habits For Effective Text Editing 20</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-ways-to-ruin-a-technological-revolution.html" title="7 Ways To Ruin A Technological Revolution (February 5, 2008)">7 Ways To Ruin A Technological Revolution</a> (0)</li>
	<li><a href="http://tuxpirate.com/a-googly-mysql-cluster-talk.html" title="A Googly Mysql Cluster Talk (January 24, 2008)">A Googly Mysql Cluster Talk</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://tuxpirate.com/wikka-in-action-5-embedding-a-feed.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Php Shoutbox Tutorial – Coding</title>
		<link>http://tuxpirate.com/php-shoutbox-tutorial-coding.html</link>
		<comments>http://tuxpirate.com/php-shoutbox-tutorial-coding.html#comments</comments>
		<pubDate>Tue, 25 Jan 2011 06:00:41 +0000</pubDate>
		<dc:creator>Linux Poweruser Programmer</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[lan]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://tuxpirate.com/php-shoutbox-tutorial-coding.sh</guid>
		<description><![CDATA[PHP Shoutbox Tutorial &#8211; CodingRapid Web27 min &#8211; 10-Apr-06 The coding process of a php/mysql shoutbox.video Download: &#8220;Php Shoutbox Tutorial &#8211; Coding&#8221; (video/mp4) Sphere: Related Content Tags: c, http, lan, mysql, php, server, sql, tutorial, web Related posts 15 Views Of A Node Link Graph: An Information Visualization Portfolio (0) 235 Infinity (0) 7 Habits [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><div>
<div></div>
<div><img src="http://tuxpirate.com/wp-content/uploads/HLIC/76eedcb931f59dfec9b1d3a87fc2dae6.jpg" width="320" height="240" border="1" /></div>
</div>
<p><font size="+1"><a href="http://tuxpirate.com/howto/php" class="st_tag internal_tag" rel="tag" title="Posts tagged with php">PHP</a> Shoutbox <a href="http://tuxpirate.com/howto/tutorial" class="st_tag internal_tag" rel="tag" title="Posts tagged with tutorial">Tutorial</a> &#8211; Coding</font><br /><font color="green">Rapid <a href="http://tuxpirate.com/howto/web" class="st_tag internal_tag" rel="tag" title="Posts tagged with web">Web</a><br />27 min &#8211; 10-Apr-06</font></p>
<p>The coding process of a <a href="http://tuxpirate.com/howto/php" class="st_tag internal_tag" rel="tag" title="Posts tagged with php">php</a>/mysql shoutbox.<span id="more-58"></span><br /><i>video</i><br />
<p><a href="http://tuxpirate.com/php-shoutbox-tutorial-coding.html"><em>Click here to view the embedded video.</em></a></p></p>
<hr />
<ul>
<li>Download: <a href="http://video.google.com/videofile/PHPShoutboxTutorialC.mp4?docid=-426316151695694058&#038;itag=7">&#8220;Php Shoutbox Tutorial &#8211; Coding&#8221;</a> (video/mp4)</li>
</ul>
<p></p>
<!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Sphere: Related Content" onclick="return Sphere.Widget.search('http://tuxpirate.com/php-shoutbox-tutorial-coding.html')" href="http://www.sphere.com/search?q=sphereit:http://tuxpirate.com/php-shoutbox-tutorial-coding.html">Sphere: Related Content</a></span><br/><br/>
	Tags: <a href="http://tuxpirate.com/howto/c" title="c" rel="tag">c</a>, <a href="http://tuxpirate.com/howto/http" title="http" rel="tag">http</a>, <a href="http://tuxpirate.com/howto/lan" title="lan" rel="tag">lan</a>, <a href="http://tuxpirate.com/howto/mysql" title="mysql" rel="tag">mysql</a>, <a href="http://tuxpirate.com/howto/php" title="php" rel="tag">php</a>, <a href="http://tuxpirate.com/howto/server" title="server" rel="tag">server</a>, <a href="http://tuxpirate.com/howto/sql" title="sql" rel="tag">sql</a>, <a href="http://tuxpirate.com/howto/tutorial" title="tutorial" rel="tag">tutorial</a>, <a href="http://tuxpirate.com/howto/web" title="web" rel="tag">web</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://tuxpirate.com/15-views-of-a-node-link-graph-an-information-visualization-portfolio.html" title="15 Views Of A Node Link Graph: An Information Visualization Portfolio (February 27, 2008)">15 Views Of A Node Link Graph: An Information Visualization Portfolio</a> (0)</li>
	<li><a href="http://tuxpirate.com/235-infinity.html" title="235 Infinity (February 17, 2008)">235 Infinity</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-habits-for-effective-text-editing-20.html" title="7 Habits For Effective Text Editing 20 (February 1, 2008)">7 Habits For Effective Text Editing 20</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-ways-to-ruin-a-technological-revolution.html" title="7 Ways To Ruin A Technological Revolution (February 5, 2008)">7 Ways To Ruin A Technological Revolution</a> (0)</li>
	<li><a href="http://tuxpirate.com/a-googly-mysql-cluster-talk.html" title="A Googly Mysql Cluster Talk (January 24, 2008)">A Googly Mysql Cluster Talk</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://tuxpirate.com/php-shoutbox-tutorial-coding.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://video.google.com/videofile/PHPShoutboxTutorialC.mp4?docid=-426316151695694058&amp;itag=7" length="1425" type="video/mp4" />
		</item>
		<item>
		<title>How To Insert A Record Into Mysql</title>
		<link>http://tuxpirate.com/how-to-insert-a-record-into-mysql.html</link>
		<comments>http://tuxpirate.com/how-to-insert-a-record-into-mysql.html#comments</comments>
		<pubDate>Tue, 25 Jan 2011 06:00:08 +0000</pubDate>
		<dc:creator>Linux Poweruser Programmer</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[lan]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://tuxpirate.com/how-to-insert-a-record-into-mysql.sh</guid>
		<description><![CDATA[How to insert a record into MYSQLwww.video-tutes.com12 min &#8211; 7-Jul-06 This tutorial will show you how to create a form and link everthing you need to be able to insert a record into MYSQL using Dreamweaver via server behaviours. Great for people new to this area of web design.video Download: &#8220;How To Insert A Record [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><div>
<div></div>
<div><img src="http://tuxpirate.com/wp-content/uploads/HLIC/7e1080d07f0288eae9203a0044a6a4db.jpg" width="320" height="240" border="1" /></div>
</div>
<p><font size="+1">How to insert a record into MYSQL</font><br /><font color="green">www.video-tutes.com<br />12 min &#8211; 7-Jul-06</font></p>
<p>This <a href="http://tuxpirate.com/howto/tutorial" class="st_tag internal_tag" rel="tag" title="Posts tagged with tutorial">tutorial</a> will show you how to create a form and link everthing you need to be able to insert a record into MYSQL using Dreamweaver via <a href="http://tuxpirate.com/howto/server" class="st_tag internal_tag" rel="tag" title="Posts tagged with server">server</a> behaviours. Great for people new to this area of <a href="http://tuxpirate.com/howto/web" class="st_tag internal_tag" rel="tag" title="Posts tagged with web">web</a> design.<span id="more-63"></span><br /><i>video</i><br />
<p><a href="http://tuxpirate.com/how-to-insert-a-record-into-mysql.html"><em>Click here to view the embedded video.</em></a></p></p>
<hr />
<ul>
<li>Download: <a href="http://video.google.com/videofile/Howtoinsertarecordin.mp4?docid=-9086552507014739761&#038;itag=7">&#8220;How To Insert A Record Into Mysql&#8221;</a> (video/mp4)</li>
</ul>
<p></p>
<!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Sphere: Related Content" onclick="return Sphere.Widget.search('http://tuxpirate.com/how-to-insert-a-record-into-mysql.html')" href="http://www.sphere.com/search?q=sphereit:http://tuxpirate.com/how-to-insert-a-record-into-mysql.html">Sphere: Related Content</a></span><br/><br/>
	Tags: <a href="http://tuxpirate.com/howto/c" title="c" rel="tag">c</a>, <a href="http://tuxpirate.com/howto/howto" title="howto" rel="tag">howto</a>, <a href="http://tuxpirate.com/howto/http" title="http" rel="tag">http</a>, <a href="http://tuxpirate.com/howto/lan" title="lan" rel="tag">lan</a>, <a href="http://tuxpirate.com/howto/mysql" title="mysql" rel="tag">mysql</a>, <a href="http://tuxpirate.com/howto/server" title="server" rel="tag">server</a>, <a href="http://tuxpirate.com/howto/sql" title="sql" rel="tag">sql</a>, <a href="http://tuxpirate.com/howto/tutorial" title="tutorial" rel="tag">tutorial</a>, <a href="http://tuxpirate.com/howto/web" title="web" rel="tag">web</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://tuxpirate.com/15-views-of-a-node-link-graph-an-information-visualization-portfolio.html" title="15 Views Of A Node Link Graph: An Information Visualization Portfolio (February 27, 2008)">15 Views Of A Node Link Graph: An Information Visualization Portfolio</a> (0)</li>
	<li><a href="http://tuxpirate.com/235-infinity.html" title="235 Infinity (February 17, 2008)">235 Infinity</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-habits-for-effective-text-editing-20.html" title="7 Habits For Effective Text Editing 20 (February 1, 2008)">7 Habits For Effective Text Editing 20</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-ways-to-ruin-a-technological-revolution.html" title="7 Ways To Ruin A Technological Revolution (February 5, 2008)">7 Ways To Ruin A Technological Revolution</a> (0)</li>
	<li><a href="http://tuxpirate.com/a-googly-mysql-cluster-talk.html" title="A Googly Mysql Cluster Talk (January 24, 2008)">A Googly Mysql Cluster Talk</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://tuxpirate.com/how-to-insert-a-record-into-mysql.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://video.google.com/videofile/Howtoinsertarecordin.mp4?docid=-9086552507014739761&amp;itag=7" length="1426" type="video/mp4" />
		</item>
		<item>
		<title>Virtumart Video Tutorial — How To Install Joomla And Virtuma</title>
		<link>http://tuxpirate.com/virtumart-video-tutorial-how-to-install-joomla-and-virtuma.html</link>
		<comments>http://tuxpirate.com/virtumart-video-tutorial-how-to-install-joomla-and-virtuma.html#comments</comments>
		<pubDate>Sat, 08 Jan 2011 18:56:42 +0000</pubDate>
		<dc:creator>Linux Poweruser Programmer</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[local]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://tuxpirate.com/virtumart-video-tutorial-how-to-install-joomla-and-virtuma.sh</guid>
		<description><![CDATA[Virtumart Video Tutorial &#8212; How to Install Joomla and Virtumavirtuemart5 min &#8211; 14-Dec-07 Virtuemart Video Tutorial &#8212; How to Install Joomla and Virtumart This tutorial covers how to install WAMP local server on your desktop. Also covers how to configure WAMP and start a full working Apache-Mysql-Php web server for your desktopvideo Sphere: Related Content [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><p><img src="http://tuxpirate.com/images/img.youtube.com/vi/fJxfZvOzQcI/2.jpg" width="320" height="240" border="1" /><font size="+1">Virtumart Video <a href="http://tuxpirate.com/howto/tutorial" class="st_tag internal_tag" rel="tag" title="Posts tagged with tutorial">Tutorial</a> &#8212; How to Install Joomla and Virtuma</font><br /><font color="green">virtuemart<br />5 min &#8211; 14-Dec-07</font></p>
<p>Virtuemart Video <a href="http://tuxpirate.com/howto/tutorial" class="st_tag internal_tag" rel="tag" title="Posts tagged with tutorial">Tutorial</a> &#8212; How to Install Joomla and Virtumart<br />
This <a href="http://tuxpirate.com/howto/tutorial" class="st_tag internal_tag" rel="tag" title="Posts tagged with tutorial">tutorial</a> covers how to install WAMP <a href="http://tuxpirate.com/howto/local" class="st_tag internal_tag" rel="tag" title="Posts tagged with local">local</a> <a href="http://tuxpirate.com/howto/server" class="st_tag internal_tag" rel="tag" title="Posts tagged with server">server</a> on your desktop. Also covers how  to configure WAMP  and start a full working Apache-Mysql-<a href="http://tuxpirate.com/howto/php" class="st_tag internal_tag" rel="tag" title="Posts tagged with php">Php</a> <a href="http://tuxpirate.com/howto/web" class="st_tag internal_tag" rel="tag" title="Posts tagged with web">web</a> <a href="http://tuxpirate.com/howto/server" class="st_tag internal_tag" rel="tag" title="Posts tagged with server">server</a> for your desktop<span id="more-88"></span><br /><i>video</i><br />
<p><a href="http://tuxpirate.com/virtumart-video-tutorial-how-to-install-joomla-and-virtuma.html"><em>Click here to view the embedded video.</em></a></p></p>
<!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Sphere: Related Content" onclick="return Sphere.Widget.search('http://tuxpirate.com/virtumart-video-tutorial-how-to-install-joomla-and-virtuma.html')" href="http://www.sphere.com/search?q=sphereit:http://tuxpirate.com/virtumart-video-tutorial-how-to-install-joomla-and-virtuma.html">Sphere: Related Content</a></span><br/><br/>
	Tags: <a href="http://tuxpirate.com/howto/apache" title="apache" rel="tag">apache</a>, <a href="http://tuxpirate.com/howto/c" title="c" rel="tag">c</a>, <a href="http://tuxpirate.com/howto/http" title="http" rel="tag">http</a>, <a href="http://tuxpirate.com/howto/local" title="local" rel="tag">local</a>, <a href="http://tuxpirate.com/howto/mysql" title="mysql" rel="tag">mysql</a>, <a href="http://tuxpirate.com/howto/php" title="php" rel="tag">php</a>, <a href="http://tuxpirate.com/howto/server" title="server" rel="tag">server</a>, <a href="http://tuxpirate.com/howto/sql" title="sql" rel="tag">sql</a>, <a href="http://tuxpirate.com/howto/tutorial" title="tutorial" rel="tag">tutorial</a>, <a href="http://tuxpirate.com/howto/web" title="web" rel="tag">web</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://tuxpirate.com/15-views-of-a-node-link-graph-an-information-visualization-portfolio.html" title="15 Views Of A Node Link Graph: An Information Visualization Portfolio (February 27, 2008)">15 Views Of A Node Link Graph: An Information Visualization Portfolio</a> (0)</li>
	<li><a href="http://tuxpirate.com/235-infinity.html" title="235 Infinity (February 17, 2008)">235 Infinity</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-habits-for-effective-text-editing-20.html" title="7 Habits For Effective Text Editing 20 (February 1, 2008)">7 Habits For Effective Text Editing 20</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-ways-to-ruin-a-technological-revolution.html" title="7 Ways To Ruin A Technological Revolution (February 5, 2008)">7 Ways To Ruin A Technological Revolution</a> (0)</li>
	<li><a href="http://tuxpirate.com/a-googly-mysql-cluster-talk.html" title="A Googly Mysql Cluster Talk (January 24, 2008)">A Googly Mysql Cluster Talk</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://tuxpirate.com/virtumart-video-tutorial-how-to-install-joomla-and-virtuma.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tutorial Moodle Dbase And Phpmyadmin</title>
		<link>http://tuxpirate.com/tutorial-moodle-dbase-and-phpmyadmin.html</link>
		<comments>http://tuxpirate.com/tutorial-moodle-dbase-and-phpmyadmin.html#comments</comments>
		<pubDate>Sat, 08 Jan 2011 17:55:37 +0000</pubDate>
		<dc:creator>Linux Poweruser Programmer</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[lan]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[nis]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://tuxpirate.com/tutorial-moodle-dbase-and-phpmyadmin.sh</guid>
		<description><![CDATA[Tutorial Moodle Dbase and phpMyAdminDennis Daniels and Demostudio3 min &#8211; 10-Dec-05 phpMyAdmin is a tool written in PHP intended to handle the administration of MySQL over the Web. Currently it can create and drop databases, create/drop/alter tables, delete/edit/add fields, execute any SQL statement, manage keys on fields. &#8211;http://sourceforge.net/projects/phpmyadmin/ In my early attempts to get my [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><div>
<div></div>
<div><img src="http://tuxpirate.com/wp-content/uploads/HLIC/565b4031340aa51bfd86d65ce29fe068.jpg" width="320" height="240" border="1" /></div>
</div>
<p><font size="+1"><a href="http://tuxpirate.com/howto/tutorial" class="st_tag internal_tag" rel="tag" title="Posts tagged with tutorial">Tutorial</a> Moodle Dbase and phpMyAdmin</font><br /><font color="green">Dennis Daniels and Demostudio<br />3 min &#8211; 10-Dec-05</font></p>
<p>phpMyAdmin is a tool written in <a href="http://tuxpirate.com/howto/php" class="st_tag internal_tag" rel="tag" title="Posts tagged with php">PHP</a> intended to handle the administration of MySQL over the <a href="http://tuxpirate.com/howto/web" class="st_tag internal_tag" rel="tag" title="Posts tagged with web">Web</a>. Currently it can create and drop databases, create/drop/alter tables, delete/edit/add fields, execute any SQL statement, manage keys on fields.<br />
 &#8211;<a href="http://tuxpirate.com/howto/http" class="st_tag internal_tag" rel="tag" title="Posts tagged with http">http</a>://sourceforge.net/projects/phpmyadmin/</p>
<p>In my early attempts to get my head around SQL and databases I&#8217;m trying to create screencasts on my successes in the hope that my learning will help others who also might be struggling.</p>
<p>phpMyAdmin is surprisingly poorly documented in terms of tutorials&#8230; If you know how to use phpMyAdmin please share your knowledge by posting your screencasts!<span id="more-78"></span><br /><i>video</i><br />
<p><a href="http://tuxpirate.com/tutorial-moodle-dbase-and-phpmyadmin.html"><em>Click here to view the embedded video.</em></a></p></p>
<!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Sphere: Related Content" onclick="return Sphere.Widget.search('http://tuxpirate.com/tutorial-moodle-dbase-and-phpmyadmin.html')" href="http://www.sphere.com/search?q=sphereit:http://tuxpirate.com/tutorial-moodle-dbase-and-phpmyadmin.html">Sphere: Related Content</a></span><br/><br/>
	Tags: <a href="http://tuxpirate.com/howto/net" title=".net" rel="tag">.net</a>, <a href="http://tuxpirate.com/howto/c" title="c" rel="tag">c</a>, <a href="http://tuxpirate.com/howto/http" title="http" rel="tag">http</a>, <a href="http://tuxpirate.com/howto/lan" title="lan" rel="tag">lan</a>, <a href="http://tuxpirate.com/howto/mysql" title="mysql" rel="tag">mysql</a>, <a href="http://tuxpirate.com/howto/nis" title="nis" rel="tag">nis</a>, <a href="http://tuxpirate.com/howto/php" title="php" rel="tag">php</a>, <a href="http://tuxpirate.com/howto/server" title="server" rel="tag">server</a>, <a href="http://tuxpirate.com/howto/sql" title="sql" rel="tag">sql</a>, <a href="http://tuxpirate.com/howto/tutorial" title="tutorial" rel="tag">tutorial</a>, <a href="http://tuxpirate.com/howto/web" title="web" rel="tag">web</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://tuxpirate.com/15-views-of-a-node-link-graph-an-information-visualization-portfolio.html" title="15 Views Of A Node Link Graph: An Information Visualization Portfolio (February 27, 2008)">15 Views Of A Node Link Graph: An Information Visualization Portfolio</a> (0)</li>
	<li><a href="http://tuxpirate.com/235-infinity.html" title="235 Infinity (February 17, 2008)">235 Infinity</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-habits-for-effective-text-editing-20.html" title="7 Habits For Effective Text Editing 20 (February 1, 2008)">7 Habits For Effective Text Editing 20</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-ways-to-ruin-a-technological-revolution.html" title="7 Ways To Ruin A Technological Revolution (February 5, 2008)">7 Ways To Ruin A Technological Revolution</a> (0)</li>
	<li><a href="http://tuxpirate.com/a-googly-mysql-cluster-talk.html" title="A Googly Mysql Cluster Talk (January 24, 2008)">A Googly Mysql Cluster Talk</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://tuxpirate.com/tutorial-moodle-dbase-and-phpmyadmin.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Django: Web Development For Perfectionists With Deadlines</title>
		<link>http://tuxpirate.com/django-web-development-for-perfectionists-with-deadlines.html</link>
		<comments>http://tuxpirate.com/django-web-development-for-perfectionists-with-deadlines.html#comments</comments>
		<pubDate>Sat, 08 Jan 2011 11:55:32 +0000</pubDate>
		<dc:creator>Linux Poweruser Programmer</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[abstract]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[lan]]></category>
		<category><![CDATA[nis]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://tuxpirate.com/django-web-development-for-perfectionists-with-deadlines.sh</guid>
		<description><![CDATA[django: Web Development for Perfectionists with DeadlinesGoogle engEDU1 hr 14 min &#8211; 26-Apr-06 Google TechTalks April 26, 2006 Jacob Kaplan-Moss ABSTRACT Django is one of the premier web frameworks for Python, and is often compared to Ruby-on-Rails. Jacob is one of the lead developers on Django.video Download: &#8220;Django: Web Development For Perfectionists With Deadlines&#8221; (video/mp4) [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><div>
<div></div>
<div><img src="http://tuxpirate.com/wp-content/uploads/HLIC/ec3655d6c605340036c0bbb555db2e15.jpg" width="320" height="240" border="1" /></div>
</div>
<p><font size="+1">django: <a href="http://tuxpirate.com/howto/web" class="st_tag internal_tag" rel="tag" title="Posts tagged with web">Web</a> <a href="http://tuxpirate.com/howto/development" class="st_tag internal_tag" rel="tag" title="Posts tagged with development">Development</a> for Perfectionists with Deadlines</font><br /><font color="green">Google engEDU<br />1 hr 14 min &#8211; 26-Apr-06</font></p>
<p>Google TechTalks<br />
April 26, 2006</p>
<p>Jacob Kaplan-Moss</p>
<p><a href="http://tuxpirate.com/howto/abstract" class="st_tag internal_tag" rel="tag" title="Posts tagged with abstract">ABSTRACT</a><br />
Django is one of the premier <a href="http://tuxpirate.com/howto/web" class="st_tag internal_tag" rel="tag" title="Posts tagged with web">web</a> frameworks for Python, and is often compared to Ruby-on-Rails. Jacob is one of the lead developers on Django.<span id="more-77"></span><br /><i>video</i><br />
<p><a href="http://tuxpirate.com/django-web-development-for-perfectionists-with-deadlines.html"><em>Click here to view the embedded video.</em></a></p></p>
<hr />
<ul>
<li>Download: <a href="http://video.google.com/videofile/djangoWebDevelopment.mp4?docid=-70449010942275062&#038;itag=7">&#8220;Django: Web Development For Perfectionists With Deadlines&#8221;</a> (video/mp4)</li>
</ul>
<p></p>
<!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Sphere: Related Content" onclick="return Sphere.Widget.search('http://tuxpirate.com/django-web-development-for-perfectionists-with-deadlines.html')" href="http://www.sphere.com/search?q=sphereit:http://tuxpirate.com/django-web-development-for-perfectionists-with-deadlines.html">Sphere: Related Content</a></span><br/><br/>
	Tags: <a href="http://tuxpirate.com/howto/abstract" title="abstract" rel="tag">abstract</a>, <a href="http://tuxpirate.com/howto/c" title="c" rel="tag">c</a>, <a href="http://tuxpirate.com/howto/development" title="development" rel="tag">development</a>, <a href="http://tuxpirate.com/howto/http" title="http" rel="tag">http</a>, <a href="http://tuxpirate.com/howto/lan" title="lan" rel="tag">lan</a>, <a href="http://tuxpirate.com/howto/nis" title="nis" rel="tag">nis</a>, <a href="http://tuxpirate.com/howto/python" title="python" rel="tag">python</a>, <a href="http://tuxpirate.com/howto/ruby" title="ruby" rel="tag">ruby</a>, <a href="http://tuxpirate.com/howto/server" title="server" rel="tag">server</a>, <a href="http://tuxpirate.com/howto/web" title="web" rel="tag">web</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://tuxpirate.com/15-views-of-a-node-link-graph-an-information-visualization-portfolio.html" title="15 Views Of A Node Link Graph: An Information Visualization Portfolio (February 27, 2008)">15 Views Of A Node Link Graph: An Information Visualization Portfolio</a> (0)</li>
	<li><a href="http://tuxpirate.com/235-infinity.html" title="235 Infinity (February 17, 2008)">235 Infinity</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-habits-for-effective-text-editing-20.html" title="7 Habits For Effective Text Editing 20 (February 1, 2008)">7 Habits For Effective Text Editing 20</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-ways-to-ruin-a-technological-revolution.html" title="7 Ways To Ruin A Technological Revolution (February 5, 2008)">7 Ways To Ruin A Technological Revolution</a> (0)</li>
	<li><a href="http://tuxpirate.com/a-googly-mysql-cluster-talk.html" title="A Googly Mysql Cluster Talk (January 24, 2008)">A Googly Mysql Cluster Talk</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://tuxpirate.com/django-web-development-for-perfectionists-with-deadlines.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://video.google.com/videofile/djangoWebDevelopment.mp4?docid=-70449010942275062&amp;itag=7" length="1424" type="video/mp4" />
		</item>
		<item>
		<title>Nitobi Ajax Grid Dreamweaver Extension Tutorial</title>
		<link>http://tuxpirate.com/nitobi-ajax-grid-dreamweaver-extension-tutorial.html</link>
		<comments>http://tuxpirate.com/nitobi-ajax-grid-dreamweaver-extension-tutorial.html#comments</comments>
		<pubDate>Sat, 08 Jan 2011 06:00:56 +0000</pubDate>
		<dc:creator>Linux Poweruser Programmer</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[bind]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[lan]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[mysql database]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://tuxpirate.com/nitobi-ajax-grid-dreamweaver-extension-tutorial.sh</guid>
		<description><![CDATA[Nitobi Ajax Grid Dreamweaver Extension Tutorial5 min &#8211; 7-Oct-07 Learn how to easily embed an Ajax data grid in a web page and bind it to a MySQL database using a Dreamweaver extension. http://www.nitobi.com/products/completeui/video Download: &#8220;Nitobi Ajax Grid Dreamweaver Extension Tutorial&#8221; (video/mp4) Sphere: Related Content Tags: ajax, bind, c, http, lan, mysql, mysql database, server, [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><div>
<div></div>
<div><img src="http://tuxpirate.com/wp-content/uploads/HLIC/6ab13a9d55fb7a6f073725a48f00e568.jpg" width="320" height="240" border="1" /></div>
</div>
<p><font size="+1">Nitobi <a href="http://tuxpirate.com/howto/ajax" class="st_tag internal_tag" rel="tag" title="Posts tagged with ajax">Ajax</a> Grid Dreamweaver Extension <a href="http://tuxpirate.com/howto/tutorial" class="st_tag internal_tag" rel="tag" title="Posts tagged with tutorial">Tutorial</a></font><br /><font color="green"><br />5 min &#8211; 7-Oct-07</font></p>
<p>Learn how to easily embed an <a href="http://tuxpirate.com/howto/ajax" class="st_tag internal_tag" rel="tag" title="Posts tagged with ajax">Ajax</a> data grid in a <a href="http://tuxpirate.com/howto/web" class="st_tag internal_tag" rel="tag" title="Posts tagged with web">web</a> page and bind it to a <a href="http://tuxpirate.com/howto/mysql-database" class="st_tag internal_tag" rel="tag" title="Posts tagged with mysql database">MySQL database</a> using a Dreamweaver extension.  <a href="http://tuxpirate.com/howto/http" class="st_tag internal_tag" rel="tag" title="Posts tagged with http">http</a>://www.nitobi.com/products/completeui/<span id="more-60"></span><br /><i>video</i><br />
<p><a href="http://tuxpirate.com/nitobi-ajax-grid-dreamweaver-extension-tutorial.html"><em>Click here to view the embedded video.</em></a></p></p>
<hr />
<ul>
<li>Download: <a href="http://video.google.com/videofile/NitobiAjaxGridDreamw.mp4?docid=-5388739074070013161&#038;itag=7">&#8220;Nitobi Ajax Grid Dreamweaver Extension Tutorial&#8221;</a> (video/mp4)</li>
</ul>
<p></p>
<!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Sphere: Related Content" onclick="return Sphere.Widget.search('http://tuxpirate.com/nitobi-ajax-grid-dreamweaver-extension-tutorial.html')" href="http://www.sphere.com/search?q=sphereit:http://tuxpirate.com/nitobi-ajax-grid-dreamweaver-extension-tutorial.html">Sphere: Related Content</a></span><br/><br/>
	Tags: <a href="http://tuxpirate.com/howto/ajax" title="ajax" rel="tag">ajax</a>, <a href="http://tuxpirate.com/howto/bind" title="bind" rel="tag">bind</a>, <a href="http://tuxpirate.com/howto/c" title="c" rel="tag">c</a>, <a href="http://tuxpirate.com/howto/http" title="http" rel="tag">http</a>, <a href="http://tuxpirate.com/howto/lan" title="lan" rel="tag">lan</a>, <a href="http://tuxpirate.com/howto/mysql" title="mysql" rel="tag">mysql</a>, <a href="http://tuxpirate.com/howto/mysql-database" title="mysql database" rel="tag">mysql database</a>, <a href="http://tuxpirate.com/howto/server" title="server" rel="tag">server</a>, <a href="http://tuxpirate.com/howto/sql" title="sql" rel="tag">sql</a>, <a href="http://tuxpirate.com/howto/tutorial" title="tutorial" rel="tag">tutorial</a>, <a href="http://tuxpirate.com/howto/web" title="web" rel="tag">web</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://tuxpirate.com/15-views-of-a-node-link-graph-an-information-visualization-portfolio.html" title="15 Views Of A Node Link Graph: An Information Visualization Portfolio (February 27, 2008)">15 Views Of A Node Link Graph: An Information Visualization Portfolio</a> (0)</li>
	<li><a href="http://tuxpirate.com/235-infinity.html" title="235 Infinity (February 17, 2008)">235 Infinity</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-habits-for-effective-text-editing-20.html" title="7 Habits For Effective Text Editing 20 (February 1, 2008)">7 Habits For Effective Text Editing 20</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-ways-to-ruin-a-technological-revolution.html" title="7 Ways To Ruin A Technological Revolution (February 5, 2008)">7 Ways To Ruin A Technological Revolution</a> (0)</li>
	<li><a href="http://tuxpirate.com/a-googly-mysql-cluster-talk.html" title="A Googly Mysql Cluster Talk (January 24, 2008)">A Googly Mysql Cluster Talk</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://tuxpirate.com/nitobi-ajax-grid-dreamweaver-extension-tutorial.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://video.google.com/videofile/NitobiAjaxGridDreamw.mp4?docid=-5388739074070013161&amp;itag=7" length="1426" type="video/mp4" />
		</item>
		<item>
		<title>How To Integrate Fckeditor With A Mysql Database</title>
		<link>http://tuxpirate.com/how-to-integrate-fckeditor-with-a-mysql-database.html</link>
		<comments>http://tuxpirate.com/how-to-integrate-fckeditor-with-a-mysql-database.html#comments</comments>
		<pubDate>Sat, 08 Jan 2011 06:00:30 +0000</pubDate>
		<dc:creator>Linux Poweruser Programmer</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[lan]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[mysql database]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://tuxpirate.com/how-to-integrate-fckeditor-with-a-mysql-database.sh</guid>
		<description><![CDATA[How to Integrate FCKeditor with a MYSQL databaseeasy kiss 12319 min &#8211; 19-Dec-07 This tutorial will walk you through installing the FCKeditor with a MYSQL database. Allowing you to easily edit your webpages online with a wysiwig editor. Install the FCKeditor with MYSQLvideo Download: &#8220;How To Integrate Fckeditor With A Mysql Database&#8221; (video/mp4) Sphere: Related [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><div>
<div></div>
<div><img src="http://tuxpirate.com/wp-content/uploads/HLIC/67d842fd4c5543e82cd449099011fefc.jpg" width="320" height="240" border="1" /></div>
</div>
<p><font size="+1">How to Integrate FCKeditor with a <a href="http://tuxpirate.com/howto/mysql-database" class="st_tag internal_tag" rel="tag" title="Posts tagged with mysql database">MYSQL database</a></font><br /><font color="green">easy kiss 123<br />19 min &#8211; 19-Dec-07</font></p>
<p>This <a href="http://tuxpirate.com/howto/tutorial" class="st_tag internal_tag" rel="tag" title="Posts tagged with tutorial">tutorial</a> will walk you through installing the FCKeditor with a <a href="http://tuxpirate.com/howto/mysql-database" class="st_tag internal_tag" rel="tag" title="Posts tagged with mysql database">MYSQL database</a>. Allowing you to easily edit your webpages online with a wysiwig editor. Install the FCKeditor with MYSQL<span id="more-67"></span><br /><i>video</i><br />
<p><a href="http://tuxpirate.com/how-to-integrate-fckeditor-with-a-mysql-database.html"><em>Click here to view the embedded video.</em></a></p></p>
<hr />
<ul>
<li>Download: <a href="http://video.google.com/videofile/HowtoIntegrateFCKedi.mp4?docid=-9124792761453022578&#038;itag=7">&#8220;How To Integrate Fckeditor With A Mysql Database&#8221;</a> (video/mp4)</li>
</ul>
<p></p>
<!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Sphere: Related Content" onclick="return Sphere.Widget.search('http://tuxpirate.com/how-to-integrate-fckeditor-with-a-mysql-database.html')" href="http://www.sphere.com/search?q=sphereit:http://tuxpirate.com/how-to-integrate-fckeditor-with-a-mysql-database.html">Sphere: Related Content</a></span><br/><br/>
	Tags: <a href="http://tuxpirate.com/howto/c" title="c" rel="tag">c</a>, <a href="http://tuxpirate.com/howto/howto" title="howto" rel="tag">howto</a>, <a href="http://tuxpirate.com/howto/http" title="http" rel="tag">http</a>, <a href="http://tuxpirate.com/howto/lan" title="lan" rel="tag">lan</a>, <a href="http://tuxpirate.com/howto/mysql" title="mysql" rel="tag">mysql</a>, <a href="http://tuxpirate.com/howto/mysql-database" title="mysql database" rel="tag">mysql database</a>, <a href="http://tuxpirate.com/howto/server" title="server" rel="tag">server</a>, <a href="http://tuxpirate.com/howto/sql" title="sql" rel="tag">sql</a>, <a href="http://tuxpirate.com/howto/tutorial" title="tutorial" rel="tag">tutorial</a>, <a href="http://tuxpirate.com/howto/web" title="web" rel="tag">web</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://tuxpirate.com/15-views-of-a-node-link-graph-an-information-visualization-portfolio.html" title="15 Views Of A Node Link Graph: An Information Visualization Portfolio (February 27, 2008)">15 Views Of A Node Link Graph: An Information Visualization Portfolio</a> (0)</li>
	<li><a href="http://tuxpirate.com/235-infinity.html" title="235 Infinity (February 17, 2008)">235 Infinity</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-habits-for-effective-text-editing-20.html" title="7 Habits For Effective Text Editing 20 (February 1, 2008)">7 Habits For Effective Text Editing 20</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-ways-to-ruin-a-technological-revolution.html" title="7 Ways To Ruin A Technological Revolution (February 5, 2008)">7 Ways To Ruin A Technological Revolution</a> (0)</li>
	<li><a href="http://tuxpirate.com/a-googly-mysql-cluster-talk.html" title="A Googly Mysql Cluster Talk (January 24, 2008)">A Googly Mysql Cluster Talk</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://tuxpirate.com/how-to-integrate-fckeditor-with-a-mysql-database.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://video.google.com/videofile/HowtoIntegrateFCKedi.mp4?docid=-9124792761453022578&amp;itag=7" length="1426" type="video/mp4" />
		</item>
		<item>
		<title>Google I/O 2008 &#8211; Python, Django, and App Engine</title>
		<link>http://tuxpirate.com/google-io-2008-python-django-and-app-engine.html</link>
		<comments>http://tuxpirate.com/google-io-2008-python-django-and-app-engine.html#comments</comments>
		<pubDate>Sun, 24 Aug 2008 04:49:58 +0000</pubDate>
		<dc:creator>Linux Poweruser Programmer</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[lan]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://tuxpirate.com/google-io-2008-python-django-and-app-engine.html</guid>
		<description><![CDATA[Rapid Development with Python, Django, and Google App Engine Guido van Rossum (Google) Learn how to create great web applications quickly on Google App Engine using the Django web framework and the Python language. Google App Engine lets you host complete, scalable web applications written in Python with minimal fuss. This tutorial assumes basic familiarity [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><p>Rapid <a href="http://tuxpirate.com/howto/development" class="st_tag internal_tag" rel="tag" title="Posts tagged with development">Development</a> with Python, Django, and Google App Engine Guido van Rossum (Google) Learn how to create great <a href="http://tuxpirate.com/howto/web" class="st_tag internal_tag" rel="tag" title="Posts tagged with web">web</a> applications quickly on Google App Engine using the Django <a href="http://tuxpirate.com/howto/web" class="st_tag internal_tag" rel="tag" title="Posts tagged with web">web</a> framework and the Python language. Google App Engine lets you host complete, scalable <a href="http://tuxpirate.com/howto/web" class="st_tag internal_tag" rel="tag" title="Posts tagged with web">web</a> applications written in Python with minimal fuss. This <a href="http://tuxpirate.com/howto/tutorial" class="st_tag internal_tag" rel="tag" title="Posts tagged with tutorial">tutorial</a> assumes basic familiarity with Python but definitely no advanced Python knowlege; Django experience is optional. You will learn how to use the Django <a href="http://tuxpirate.com/howto/web" class="st_tag internal_tag" rel="tag" title="Posts tagged with web">web</a> framework with the datastore API provided by Google App Engine, and how to get the most mileage out of the combination. You will also see how to use Django best practices like unit testing when developing for Google App Engine.</p>
<p><a href="http://tuxpirate.com/google-io-2008-python-django-and-app-engine.html"><em>Click here to view the embedded video.</em></a></p>
<p>Providing the complexity of <a href="http://tuxpirate.com/howto/web" class="st_tag internal_tag" rel="tag" title="Posts tagged with web">web</a> applications that can be developed with Django and Google App Engine, the need for Desktops remains present but we can question the need for virtual solutions in common applications such as <a href="http://www.ourdaily.info/desktop-bridges-user-in-common-application.html" title="Desktop bridges user in common application">Virtual Bridges</a>.</p>
<p>Comments are open!</p>
<!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Sphere: Related Content" onclick="return Sphere.Widget.search('http://tuxpirate.com/google-io-2008-python-django-and-app-engine.html')" href="http://www.sphere.com/search?q=sphereit:http://tuxpirate.com/google-io-2008-python-django-and-app-engine.html">Sphere: Related Content</a></span><br/><br/>
	Tags: <a href="http://tuxpirate.com/howto/apache" title="apache" rel="tag">apache</a>, <a href="http://tuxpirate.com/howto/c" title="c" rel="tag">c</a>, <a href="http://tuxpirate.com/howto/development" title="development" rel="tag">development</a>, <a href="http://tuxpirate.com/howto/html" title="html" rel="tag">html</a>, <a href="http://tuxpirate.com/howto/http" title="http" rel="tag">http</a>, <a href="http://tuxpirate.com/howto/lan" title="lan" rel="tag">lan</a>, <a href="http://tuxpirate.com/howto/python" title="python" rel="tag">python</a>, <a href="http://tuxpirate.com/howto/tutorial" title="tutorial" rel="tag">tutorial</a>, <a href="http://tuxpirate.com/howto/web" title="web" rel="tag">web</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://tuxpirate.com/15-views-of-a-node-link-graph-an-information-visualization-portfolio.html" title="15 Views Of A Node Link Graph: An Information Visualization Portfolio (February 27, 2008)">15 Views Of A Node Link Graph: An Information Visualization Portfolio</a> (0)</li>
	<li><a href="http://tuxpirate.com/235-infinity.html" title="235 Infinity (February 17, 2008)">235 Infinity</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-habits-for-effective-text-editing-20.html" title="7 Habits For Effective Text Editing 20 (February 1, 2008)">7 Habits For Effective Text Editing 20</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-ways-to-ruin-a-technological-revolution.html" title="7 Ways To Ruin A Technological Revolution (February 5, 2008)">7 Ways To Ruin A Technological Revolution</a> (0)</li>
	<li><a href="http://tuxpirate.com/a-googly-mysql-cluster-talk.html" title="A Googly Mysql Cluster Talk (January 24, 2008)">A Googly Mysql Cluster Talk</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://tuxpirate.com/google-io-2008-python-django-and-app-engine.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ruby Sig: How To Design A Domain Specific Language</title>
		<link>http://tuxpirate.com/ruby-sig-how-to-design-a-domain-specific-language.html</link>
		<comments>http://tuxpirate.com/ruby-sig-how-to-design-a-domain-specific-language.html#comments</comments>
		<pubDate>Sat, 01 Mar 2008 18:01:19 +0000</pubDate>
		<dc:creator>Linux Poweruser Programmer</dc:creator>
				<category><![CDATA[documentation]]></category>
		<category><![CDATA[abstract]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[lan]]></category>
		<category><![CDATA[rmi]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://tuxpirate.com/ruby-sig-how-to-design-a-domain-specific-language.sh</guid>
		<description><![CDATA[Ruby Sig: How To Design A Domain Specific LanguageGoogle engEDU1 hr 3 min &#8211; Oct 5, 2006 Google Tech Talks October 5, 2006 David Pollak has been developing commercial software for 28 years. He founded Athena Design and wrote Mesa, the first real-time spreadsheet. David wrote Integer, the first online, collaborative spreadsheet. Since 2000, David [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><div>
<div></div>
<div><img src="http://video.google.com/ThumbnailServer2?app=vss&#038;contentid=73343832502d0d53&#038;offsetms=470000&#038;itag=w320&#038;lang=en&#038;sigh=Trm-oJUXh_C46X_FYqnk1grrBKk" width="320" height="240" border="1" /></div>
</div>
<p><font size="+1">Ruby Sig: How To Design A Domain Specific Language</font><br /><font color="green">Google engEDU<br />1 hr 3 min &#8211; Oct 5, 2006</font></p>
<p>Google Tech Talks<br />
October 5, 2006</p>
<p>David Pollak has been developing commercial <a href="http://tuxpirate.com/howto/software" class="st_tag internal_tag" rel="tag" title="Posts tagged with software">software</a> for 28 years. He founded Athena Design and wrote Mesa, the first real-time spreadsheet. David wrote Integer, the first online, collaborative spreadsheet. Since 2000, David has been developing domain specific languages for <a href="http://tuxpirate.com/howto/security" class="st_tag internal_tag" rel="tag" title="Posts tagged with security">security</a> and general <a href="http://tuxpirate.com/howto/web" class="st_tag internal_tag" rel="tag" title="Posts tagged with web">web</a> <a href="http://tuxpirate.com/howto/development" class="st_tag internal_tag" rel="tag" title="Posts tagged with development">development</a>.</p>
<p><a href="http://tuxpirate.com/howto/abstract" class="st_tag internal_tag" rel="tag" title="Posts tagged with abstract">ABSTRACT</a><br />
David will describe a framework for developing DSLs which includes:</p>
<p>    * Identifying the constituents in a <a href="http://tuxpirate.com/howto/development" class="st_tag internal_tag" rel="tag" title="Posts tagged with development">development</a> project;<br />
    * Determining the costs and benefits of a DSL for a particular constituency vs. hand-coding functionality for that constituency based on interviews and specs;<br />
    * Identifying the &#8216;thought leader&#8217; in a given constituency and interviewing him or her to determine the semantics of the domain;<br />
    * Determining syntax of the DSL;<br />
    * Mocking up the DSL and &#8216;test driving&#8217; it with the thought leader;<br />
    * Finding appropriate integration points for the DSL into the application;<br />
    * Defining the process by with the Domain Experts will update code in the DSL (e.g., they have a <a href="http://tuxpirate.com/howto/web" class="st_tag internal_tag" rel="tag" title="Posts tagged with web">web</a> page where they can change tax calculation rules vs. they make a change to particular Ruby files as part of a <a href="http://tuxpirate.com/howto/development" class="st_tag internal_tag" rel="tag" title="Posts tagged with development">development</a>/staging/production cycle.); and<br />
    * Iterate over the semantics, syntax, and process to fully integrate Domain Experts into the <a href="http://tuxpirate.com/howto/development" class="st_tag internal_tag" rel="tag" title="Posts tagged with development">development</a> process.<span id="more-237"></span><br /><i>video</i><br />
<p><a href="http://tuxpirate.com/ruby-sig-how-to-design-a-domain-specific-language.html"><em>Click here to view the embedded video.</em></a></p></p>
<hr />
<ul>
<li>Download: <a href="http://video.google.com/videofile/RubySigHowToDesignAD.mp4?docid=-8103284744220333344&#038;itag=7">&#8220;Ruby Sig: How To Design A Domain Specific Language&#8221;</a> (video/mp4)</li>
</ul>
<p></p>
<!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Sphere: Related Content" onclick="return Sphere.Widget.search('http://tuxpirate.com/ruby-sig-how-to-design-a-domain-specific-language.html')" href="http://www.sphere.com/search?q=sphereit:http://tuxpirate.com/ruby-sig-how-to-design-a-domain-specific-language.html">Sphere: Related Content</a></span><br/><br/>
	Tags: <a href="http://tuxpirate.com/howto/abstract" title="abstract" rel="tag">abstract</a>, <a href="http://tuxpirate.com/howto/c" title="c" rel="tag">c</a>, <a href="http://tuxpirate.com/howto/development" title="development" rel="tag">development</a>, <a href="http://tuxpirate.com/howto/howto" title="howto" rel="tag">howto</a>, <a href="http://tuxpirate.com/howto/http" title="http" rel="tag">http</a>, <a href="http://tuxpirate.com/howto/lan" title="lan" rel="tag">lan</a>, <a href="http://tuxpirate.com/howto/rmi" title="rmi" rel="tag">rmi</a>, <a href="http://tuxpirate.com/howto/ruby" title="ruby" rel="tag">ruby</a>, <a href="http://tuxpirate.com/howto/security" title="security" rel="tag">security</a>, <a href="http://tuxpirate.com/howto/server" title="server" rel="tag">server</a>, <a href="http://tuxpirate.com/howto/software" title="software" rel="tag">software</a>, <a href="http://tuxpirate.com/howto/web" title="web" rel="tag">web</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://tuxpirate.com/15-views-of-a-node-link-graph-an-information-visualization-portfolio.html" title="15 Views Of A Node Link Graph: An Information Visualization Portfolio (February 27, 2008)">15 Views Of A Node Link Graph: An Information Visualization Portfolio</a> (0)</li>
	<li><a href="http://tuxpirate.com/235-infinity.html" title="235 Infinity (February 17, 2008)">235 Infinity</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-habits-for-effective-text-editing-20.html" title="7 Habits For Effective Text Editing 20 (February 1, 2008)">7 Habits For Effective Text Editing 20</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-ways-to-ruin-a-technological-revolution.html" title="7 Ways To Ruin A Technological Revolution (February 5, 2008)">7 Ways To Ruin A Technological Revolution</a> (0)</li>
	<li><a href="http://tuxpirate.com/a-googly-mysql-cluster-talk.html" title="A Googly Mysql Cluster Talk (January 24, 2008)">A Googly Mysql Cluster Talk</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://tuxpirate.com/ruby-sig-how-to-design-a-domain-specific-language.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hey What&#8217;s That A Map Hack</title>
		<link>http://tuxpirate.com/hey-whats-that-a-map-hack.html</link>
		<comments>http://tuxpirate.com/hey-whats-that-a-map-hack.html#comments</comments>
		<pubDate>Sat, 01 Mar 2008 11:07:14 +0000</pubDate>
		<dc:creator>Linux Poweruser Programmer</dc:creator>
				<category><![CDATA[documentation]]></category>
		<category><![CDATA[abstract]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[lan]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[ssl]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://tuxpirate.com/hey-whats-that-a-map-hack.sh</guid>
		<description><![CDATA[Hey, What&#8217;s That? A Map HackGoogle engEDU51 min &#8211; May 8, 2007 Google Tech Talks May 8, 2007 ABSTRACT Designed to answer the question &#34;What am I looking at?&#34; when standing on a hilltop or pulled over at a scenic overlook, HeyWhatsThat.com has garnered reviews like &#34;Just when I thought I was in danger of [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><div>
<div></div>
<div><img src="http://video.google.com/ThumbnailServer2?app=vss&#038;contentid=e7b6ebabe176e65f&#038;offsetms=345000&#038;itag=w320&#038;lang=en&#038;sigh=BZgmjyGY4JcZgQGf3cemg3R3khw" width="320" height="240" border="1" /></div>
</div>
<p><font size="+1">Hey, What&#8217;s That? A Map Hack</font><br /><font color="green">Google engEDU<br />51 min &#8211; May 8, 2007</font></p>
<p>Google Tech Talks<br />
May 8, 2007</p>
<p><a href="http://tuxpirate.com/howto/abstract" class="st_tag internal_tag" rel="tag" title="Posts tagged with abstract">ABSTRACT</a></p>
<p>Designed to answer the question &quot;What am I looking at?&quot; when standing on a hilltop or pulled over at a scenic overlook, HeyWhatsThat.com has garnered reviews like &quot;Just when I thought I was in danger of becoming a jaded customer of the mass mapping space, here&#8217;s a site that effortlessly returns me to a state of slack-jawed wonder&quot; (OgleEarth). In addition to peak detection and identification, it offers viewshed computations, elevation contours, elevation profiles, and integration with Google Maps and Google Earth. This talk &#8212; given by Michael Kosowsky, designer and proprieter of HeyWhatsThat.com &#8212; will focus on what it is and how it got to be that way.</p>
<p><a href="http://tuxpirate.com/howto/http" class="st_tag internal_tag" rel="tag" title="Posts tagged with http">http</a>://www.heywhatsthat.com/</p>
<p><a href="http://tuxpirate.com/howto/http" class="st_tag internal_tag" rel="tag" title="Posts tagged with http">http</a>://www.heywhatsthat.com/faq.html</p>
<p>Speaker:  Michael Kosowsky</p>
<p>Michael Kosowsky has more than 25 years of experience in <a href="http://tuxpirate.com/howto/software" class="st_tag internal_tag" rel="tag" title="Posts tagged with software">software</a> <a href="http://tuxpirate.com/howto/development" class="st_tag internal_tag" rel="tag" title="Posts tagged with development">development</a>, on platforms ranging from embedded microprocessors to supercomputers. Currently sole proprietor of the HeyWhatsThat.com <a href="http://tuxpirate.com/howto/web" class="st_tag internal_tag" rel="tag" title="Posts tagged with web">web</a> site, previous roles include founder and CTO of Great Point Design, where he developed its desktop photo application and <a href="http://tuxpirate.com/howto/web" class="st_tag internal_tag" rel="tag" title="Posts tagged with web">web</a> service; founder and CTO of Momentum, Inc., where he led the <a href="http://tuxpirate.com/howto/development" class="st_tag internal_tag" rel="tag" title="Posts tagged with development">development</a> and patenting of a portable client-<a href="http://tuxpirate.com/howto/server" class="st_tag internal_tag" rel="tag" title="Posts tagged with server">server</a> communications technology; and <a href="http://tuxpirate.com/howto/software" class="st_tag internal_tag" rel="tag" title="Posts tagged with software">software</a> engineer for The Jackson Laboratory and DNA Sciences, where he implemented systems for visualizing and sharing genomic data.<span id="more-475"></span><br /><i>video</i><br />
<p><a href="http://tuxpirate.com/hey-whats-that-a-map-hack.html"><em>Click here to view the embedded video.</em></a></p></p>
<hr />
<ul>
<li>Download: <a href="http://video.google.com/videofile/HeyWhatsThatAMapHack.mp4?docid=6381103931631556399&#038;itag=7">&#8220;Hey What&#8217;s That A Map Hack&#8221;</a> (video/mp4)</li>
</ul>
<p>
<ul>
<li>[1] <a href="http://www.heywhatsthat.com/" rel="nofollow"><b>Hey What&#8217;s That A Map Hack</b></a></li>
</ul>
<p></p>
<!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Sphere: Related Content" onclick="return Sphere.Widget.search('http://tuxpirate.com/hey-whats-that-a-map-hack.html')" href="http://www.sphere.com/search?q=sphereit:http://tuxpirate.com/hey-whats-that-a-map-hack.html">Sphere: Related Content</a></span><br/><br/>
	Tags: <a href="http://tuxpirate.com/howto/abstract" title="abstract" rel="tag">abstract</a>, <a href="http://tuxpirate.com/howto/c" title="c" rel="tag">c</a>, <a href="http://tuxpirate.com/howto/computer" title="computer" rel="tag">computer</a>, <a href="http://tuxpirate.com/howto/development" title="development" rel="tag">development</a>, <a href="http://tuxpirate.com/howto/html" title="html" rel="tag">html</a>, <a href="http://tuxpirate.com/howto/http" title="http" rel="tag">http</a>, <a href="http://tuxpirate.com/howto/lan" title="lan" rel="tag">lan</a>, <a href="http://tuxpirate.com/howto/server" title="server" rel="tag">server</a>, <a href="http://tuxpirate.com/howto/software" title="software" rel="tag">software</a>, <a href="http://tuxpirate.com/howto/ssl" title="ssl" rel="tag">ssl</a>, <a href="http://tuxpirate.com/howto/web" title="web" rel="tag">web</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://tuxpirate.com/15-views-of-a-node-link-graph-an-information-visualization-portfolio.html" title="15 Views Of A Node Link Graph: An Information Visualization Portfolio (February 27, 2008)">15 Views Of A Node Link Graph: An Information Visualization Portfolio</a> (0)</li>
	<li><a href="http://tuxpirate.com/235-infinity.html" title="235 Infinity (February 17, 2008)">235 Infinity</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-habits-for-effective-text-editing-20.html" title="7 Habits For Effective Text Editing 20 (February 1, 2008)">7 Habits For Effective Text Editing 20</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-ways-to-ruin-a-technological-revolution.html" title="7 Ways To Ruin A Technological Revolution (February 5, 2008)">7 Ways To Ruin A Technological Revolution</a> (0)</li>
	<li><a href="http://tuxpirate.com/a-googly-mysql-cluster-talk.html" title="A Googly Mysql Cluster Talk (January 24, 2008)">A Googly Mysql Cluster Talk</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://tuxpirate.com/hey-whats-that-a-map-hack.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How Can We Better Understand Customers</title>
		<link>http://tuxpirate.com/how-can-we-better-understand-customers.html</link>
		<comments>http://tuxpirate.com/how-can-we-better-understand-customers.html#comments</comments>
		<pubDate>Fri, 29 Feb 2008 19:57:57 +0000</pubDate>
		<dc:creator>Linux Poweruser Programmer</dc:creator>
				<category><![CDATA[documentation]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[lan]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://tuxpirate.com/how-can-we-better-understand-customers.sh</guid>
		<description><![CDATA[How can we better understand customers?Google engEDU50 min &#8211; Jul 18, 2006 Google TechTalks July 18, 2006 Ely Dahan At MIT&#8217;s Sloan School of Business, Ely Dahan taught high tech marketing and new product development. He now develops new models and methods for developing products at UCLA&#8217;s Anderson School of Business. Dahan has developed internet-based [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><div>
<div></div>
<div><img src="http://video.google.com/ThumbnailServer2?app=vss&#038;contentid=9d92351751a423d&#038;offsetms=305000&#038;itag=w320&#038;lang=en&#038;sigh=VbXhoOs_LYpCAylQddP2Fbjc99U" width="320" height="240" border="1" /></div>
</div>
<p><font size="+1">How can we better understand customers?</font><br /><font color="green">Google engEDU<br />50 min &#8211; Jul 18, 2006</font></p>
<p>Google TechTalks<br />
July 18, 2006</p>
<p>Ely Dahan</p>
<p>At MIT&#8217;s Sloan School of Business, Ely Dahan taught high tech marketing and new product <a href="http://tuxpirate.com/howto/development" class="st_tag internal_tag" rel="tag" title="Posts tagged with development">development</a>. He now develops new models and methods for developing products at UCLA&#8217;s Anderson School of Business. Dahan has developed internet-based market research methods, mathematical models of parallel and sequential prototyping, the economics of cost reduction, and strategies for mass customization. Prior to entering academia, he was national product manager for W.R. Grace and NEC until 1984, when he founded a <a href="http://tuxpirate.com/howto/computer" class="st_tag internal_tag" rel="tag" title="Posts tagged with computer">computer</a> networking company in Maryland, serving as CEO until the firm was acquired in 1993. He is the recipient, along with his coauthors, of the INFORMS John D.<a href="http://tuxpirate.com/howto/c" class="st_tag internal_tag" rel="tag" title="Posts tagged with c">C</a>. Little Award, the American Marketing Association EXPLOR Award, the INFORMS Frank M. Bass Outstanding Dissertation Award (based on Olivier Toubia&#8217;s PhD thesis), and the Journal of Product Innovation Managment Hustad Award. Dahan earned his PhD in the Operations &amp; IT program at Stanford Business School, where he was a Department of Energy Fellow, an AACSB Doctoral Fellow, and a recipient of the Jaedicke Prize for scholarly achievement. He attended Princeton University, then received a Bachelor&#8217;s degree in Civil Engineering from MIT in 1978 and an MBA from Harvard in 1980.<span id="more-283"></span><br /><i>video</i><br />
<p><a href="http://tuxpirate.com/how-can-we-better-understand-customers.html"><em>Click here to view the embedded video.</em></a></p></p>
<hr />
<ul>
<li>Download: <a href="http://video.google.com/videofile/Howcanwebetterunders.mp4?docid=1932851428624192110&#038;itag=7">&#8220;How Can We Better Understand Customers&#8221;</a> (video/mp4)</li>
</ul>
<p></p>
<!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Sphere: Related Content" onclick="return Sphere.Widget.search('http://tuxpirate.com/how-can-we-better-understand-customers.html')" href="http://www.sphere.com/search?q=sphereit:http://tuxpirate.com/how-can-we-better-understand-customers.html">Sphere: Related Content</a></span><br/><br/>
	Tags: <a href="http://tuxpirate.com/howto/c" title="c" rel="tag">c</a>, <a href="http://tuxpirate.com/howto/computer" title="computer" rel="tag">computer</a>, <a href="http://tuxpirate.com/howto/development" title="development" rel="tag">development</a>, <a href="http://tuxpirate.com/howto/http" title="http" rel="tag">http</a>, <a href="http://tuxpirate.com/howto/lan" title="lan" rel="tag">lan</a>, <a href="http://tuxpirate.com/howto/network" title="network" rel="tag">network</a>, <a href="http://tuxpirate.com/howto/search" title="search" rel="tag">search</a>, <a href="http://tuxpirate.com/howto/server" title="server" rel="tag">server</a>, <a href="http://tuxpirate.com/howto/web" title="web" rel="tag">web</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://tuxpirate.com/15-views-of-a-node-link-graph-an-information-visualization-portfolio.html" title="15 Views Of A Node Link Graph: An Information Visualization Portfolio (February 27, 2008)">15 Views Of A Node Link Graph: An Information Visualization Portfolio</a> (0)</li>
	<li><a href="http://tuxpirate.com/235-infinity.html" title="235 Infinity (February 17, 2008)">235 Infinity</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-habits-for-effective-text-editing-20.html" title="7 Habits For Effective Text Editing 20 (February 1, 2008)">7 Habits For Effective Text Editing 20</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-ways-to-ruin-a-technological-revolution.html" title="7 Ways To Ruin A Technological Revolution (February 5, 2008)">7 Ways To Ruin A Technological Revolution</a> (0)</li>
	<li><a href="http://tuxpirate.com/a-googly-mysql-cluster-talk.html" title="A Googly Mysql Cluster Talk (January 24, 2008)">A Googly Mysql Cluster Talk</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://tuxpirate.com/how-can-we-better-understand-customers.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Away With Applications: The Death Of The Desktop</title>
		<link>http://tuxpirate.com/away-with-applications-the-death-of-the-desktop.html</link>
		<comments>http://tuxpirate.com/away-with-applications-the-death-of-the-desktop.html#comments</comments>
		<pubDate>Fri, 29 Feb 2008 14:48:33 +0000</pubDate>
		<dc:creator>Linux Poweruser Programmer</dc:creator>
				<category><![CDATA[documentation]]></category>
		<category><![CDATA[abstract]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[lan]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[ssi]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://tuxpirate.com/away-with-applications-the-death-of-the-desktop.sh</guid>
		<description><![CDATA[Away with Applications: The Death of the DesktopGoogle engEDU1 hr 27 min &#8211; May 4, 2007 Google Tech Talks May 4, 2007 ABSTRACT The computer desktop metaphor is ubiquitous, but how much work do we get done there? None! Time is entirely wasted navigating or shuffling content to the application in which we can finally [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><div>
<div></div>
<div><img src="http://video.google.com/ThumbnailServer2?app=vss&#038;contentid=ca92d6f50ccd0d0&#038;offsetms=155000&#038;itag=w320&#038;lang=en&#038;sigh=OmEd_1rF0TOQBuYgL0-qPdRO8ac" width="320" height="240" border="1" /></div>
</div>
<p><font size="+1">Away with Applications: The Death of the Desktop</font><br /><font color="green">Google engEDU<br />1 hr 27 min &#8211; May 4, 2007</font></p>
<p>Google Tech Talks<br />
May 4, 2007</p>
<p><a href="http://tuxpirate.com/howto/abstract" class="st_tag internal_tag" rel="tag" title="Posts tagged with abstract">ABSTRACT</a></p>
<p>The <a href="http://tuxpirate.com/howto/computer" class="st_tag internal_tag" rel="tag" title="Posts tagged with computer">computer</a> desktop metaphor is ubiquitous, but how much work do we get done there? None! Time is entirely wasted navigating or shuffling content to the application in which we can finally work. What lessons can we learn from designing interfaces without the desktop and without applications? Is it even possible? And how does this apply to the <a href="http://tuxpirate.com/howto/web" class="st_tag internal_tag" rel="tag" title="Posts tagged with web">Web</a>? Currently, <a href="http://tuxpirate.com/howto/web" class="st_tag internal_tag" rel="tag" title="Posts tagged with web">Web</a> applications are often more usable than their desktop-based counterparts because each one does one thing and does it well. Desktop applications used to be the same way, but over time &#8212; as applications grew to support the the users in the long tail &#8212; each became a complex portmanteau of all possible features. If we are not careful, our <a href="http://tuxpirate.com/howto/web" class="st_tag internal_tag" rel="tag" title="Posts tagged with web">Web</a> apps will suffer the same conglomerated fate. Mashups and services help to solve the problem on the <a href="http://tuxpirate.com/howto/development" class="st_tag internal_tag" rel="tag" title="Posts tagged with development">development</a> end by freeing functionality from any particular application. But, there is currently no way to offer that wealth of possible functionality to users in a scalable way. Would it be nice to embed a dynamic map into your Gmail message? Sure. A Flickr slideshow? Sure. But for Google to offer those in addition to the hundreds of other possible options, would clutter the interface beyond usability. What&#8217;s needed is a universal method of accessing functionality: a way of harnessing the power of services without the need for application developers to explicitly support them. I&#8217;ll be demonstrating such a method.</p>
<p>The talk demonstrates that a ZUI plus a universal method of accessing functionality spells the death of the application-centric computing model and the desktop-design paradigms.<span id="more-496"></span><br /><i>video</i><br />
<p><a href="http://tuxpirate.com/away-with-applications-the-death-of-the-desktop.html"><em>Click here to view the embedded video.</em></a></p></p>
<hr />
<ul>
<li>Download: <a href="http://video.google.com/videofile/AwaywithApplications.mp4?docid=-6856727143023456694&#038;itag=7">&#8220;Away With Applications: The Death Of The Desktop&#8221;</a> (video/mp4)</li>
</ul>
<p></p>
<!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Sphere: Related Content" onclick="return Sphere.Widget.search('http://tuxpirate.com/away-with-applications-the-death-of-the-desktop.html')" href="http://www.sphere.com/search?q=sphereit:http://tuxpirate.com/away-with-applications-the-death-of-the-desktop.html">Sphere: Related Content</a></span><br/><br/>
	Tags: <a href="http://tuxpirate.com/howto/abstract" title="abstract" rel="tag">abstract</a>, <a href="http://tuxpirate.com/howto/c" title="c" rel="tag">c</a>, <a href="http://tuxpirate.com/howto/computer" title="computer" rel="tag">computer</a>, <a href="http://tuxpirate.com/howto/development" title="development" rel="tag">development</a>, <a href="http://tuxpirate.com/howto/http" title="http" rel="tag">http</a>, <a href="http://tuxpirate.com/howto/lan" title="lan" rel="tag">lan</a>, <a href="http://tuxpirate.com/howto/mail" title="mail" rel="tag">mail</a>, <a href="http://tuxpirate.com/howto/server" title="server" rel="tag">server</a>, <a href="http://tuxpirate.com/howto/ssi" title="ssi" rel="tag">ssi</a>, <a href="http://tuxpirate.com/howto/web" title="web" rel="tag">web</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://tuxpirate.com/15-views-of-a-node-link-graph-an-information-visualization-portfolio.html" title="15 Views Of A Node Link Graph: An Information Visualization Portfolio (February 27, 2008)">15 Views Of A Node Link Graph: An Information Visualization Portfolio</a> (0)</li>
	<li><a href="http://tuxpirate.com/235-infinity.html" title="235 Infinity (February 17, 2008)">235 Infinity</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-habits-for-effective-text-editing-20.html" title="7 Habits For Effective Text Editing 20 (February 1, 2008)">7 Habits For Effective Text Editing 20</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-ways-to-ruin-a-technological-revolution.html" title="7 Ways To Ruin A Technological Revolution (February 5, 2008)">7 Ways To Ruin A Technological Revolution</a> (0)</li>
	<li><a href="http://tuxpirate.com/a-googly-mysql-cluster-talk.html" title="A Googly Mysql Cluster Talk (January 24, 2008)">A Googly Mysql Cluster Talk</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://tuxpirate.com/away-with-applications-the-death-of-the-desktop.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Understanding Svg With Inkscape</title>
		<link>http://tuxpirate.com/understanding-svg-with-inkscape.html</link>
		<comments>http://tuxpirate.com/understanding-svg-with-inkscape.html#comments</comments>
		<pubDate>Fri, 29 Feb 2008 03:53:22 +0000</pubDate>
		<dc:creator>Linux Poweruser Programmer</dc:creator>
				<category><![CDATA[documentation]]></category>
		<category><![CDATA[abstract]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[lan]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://tuxpirate.com/understanding-svg-with-inkscape.sh</guid>
		<description><![CDATA[Understanding SVG with InkscapeGoogle engEDU1 hr 1 min &#8211; Feb 12, 2007 Google Tech Talks June 19, 2006 ABSTRACT SVG is an XML vector graphics standard that is gaining momentum on the web. It is supported by most browsers (IE with a plug-in) and fills a need for vector graphics in the high resolution environments [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><div>
<div></div>
<div><img src="http://video.google.com/ThumbnailServer2?app=vss&#038;contentid=472ccf9455543672&#038;offsetms=590000&#038;itag=w320&#038;lang=en&#038;sigh=IVKa9IgfHKe-aWeaWMXzAjEBils" width="320" height="240" border="1" /></div>
</div>
<p><font size="+1">Understanding SVG with Inkscape</font><br /><font color="green">Google engEDU<br />1 hr 1 min &#8211; Feb 12, 2007</font></p>
<p>Google Tech Talks<br />
June 19, 2006</p>
<p><a href="http://tuxpirate.com/howto/abstract" class="st_tag internal_tag" rel="tag" title="Posts tagged with abstract">ABSTRACT</a></p>
<p>SVG is an XML vector graphics standard that is gaining momentum on the <a href="http://tuxpirate.com/howto/web" class="st_tag internal_tag" rel="tag" title="Posts tagged with web">web</a>. It is supported by most browsers (IE with a plug-in) and fills a need for vector graphics in the high resolution environments that webpages are finding themselves in while still providing graphics rich experiences to mobile users with smaller file sizes. This talk will go into the SVG standard and how to easily make SVG documents using Inkscape. Inkscape is a cross-platform Open Source vector drawing tool that is based on the SVG standard.<span id="more-434"></span><br /><i>video</i><br />
<p><a href="http://tuxpirate.com/understanding-svg-with-inkscape.html"><em>Click here to view the embedded video.</em></a></p></p>
<hr />
<ul>
<li>Download: <a href="http://video.google.com/videofile/UnderstandingSVGwith.mp4?docid=-762207796303066110&#038;itag=7">&#8220;Understanding Svg With Inkscape&#8221;</a> (video/mp4)</li>
</ul>
<p></p>
<!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Sphere: Related Content" onclick="return Sphere.Widget.search('http://tuxpirate.com/understanding-svg-with-inkscape.html')" href="http://www.sphere.com/search?q=sphereit:http://tuxpirate.com/understanding-svg-with-inkscape.html">Sphere: Related Content</a></span><br/><br/>
	Tags: <a href="http://tuxpirate.com/howto/abstract" title="abstract" rel="tag">abstract</a>, <a href="http://tuxpirate.com/howto/c" title="c" rel="tag">c</a>, <a href="http://tuxpirate.com/howto/http" title="http" rel="tag">http</a>, <a href="http://tuxpirate.com/howto/lan" title="lan" rel="tag">lan</a>, <a href="http://tuxpirate.com/howto/server" title="server" rel="tag">server</a>, <a href="http://tuxpirate.com/howto/web" title="web" rel="tag">web</a>, <a href="http://tuxpirate.com/howto/xml" title="xml" rel="tag">xml</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://tuxpirate.com/15-views-of-a-node-link-graph-an-information-visualization-portfolio.html" title="15 Views Of A Node Link Graph: An Information Visualization Portfolio (February 27, 2008)">15 Views Of A Node Link Graph: An Information Visualization Portfolio</a> (0)</li>
	<li><a href="http://tuxpirate.com/235-infinity.html" title="235 Infinity (February 17, 2008)">235 Infinity</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-habits-for-effective-text-editing-20.html" title="7 Habits For Effective Text Editing 20 (February 1, 2008)">7 Habits For Effective Text Editing 20</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-ways-to-ruin-a-technological-revolution.html" title="7 Ways To Ruin A Technological Revolution (February 5, 2008)">7 Ways To Ruin A Technological Revolution</a> (0)</li>
	<li><a href="http://tuxpirate.com/a-googly-mysql-cluster-talk.html" title="A Googly Mysql Cluster Talk (January 24, 2008)">A Googly Mysql Cluster Talk</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://tuxpirate.com/understanding-svg-with-inkscape.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Core Patterns For Web Permissions</title>
		<link>http://tuxpirate.com/core-patterns-for-web-permissions.html</link>
		<comments>http://tuxpirate.com/core-patterns-for-web-permissions.html#comments</comments>
		<pubDate>Fri, 29 Feb 2008 00:19:46 +0000</pubDate>
		<dc:creator>Linux Poweruser Programmer</dc:creator>
				<category><![CDATA[documentation]]></category>
		<category><![CDATA[abstract]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[lan]]></category>
		<category><![CDATA[local]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[rmi]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[ssi]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://tuxpirate.com/core-patterns-for-web-permissions.sh</guid>
		<description><![CDATA[Core Patterns for Web PermissionsGoogle engEDU56 min &#8211; Jul 19, 2006 Google TechTalks July 19, 2006 Tyler Close Visiting Scientist Hewlett-Packard Laboratories Mr. Close is a researcher and developer, working in the field of secure, multi-user, distributed applications since 1998. ABSTRACT In Authorization Based Access Control (ABAC) systems built with object-capabilities, an access policy is [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><div>
<div></div>
<div><img src="http://video.google.com/ThumbnailServer2?app=vss&#038;contentid=30d6c71d70062a40&#038;offsetms=565000&#038;itag=w320&#038;lang=en&#038;sigh=4_u5TNUhivhXsraSE24KBzLvKyo" width="320" height="240" border="1" /></div>
</div>
<p><font size="+1">Core Patterns for <a href="http://tuxpirate.com/howto/web" class="st_tag internal_tag" rel="tag" title="Posts tagged with web">Web</a> Permissions</font><br /><font color="green">Google engEDU<br />56 min &#8211; Jul 19, 2006</font></p>
<p>Google TechTalks<br />
July 19, 2006</p>
<p>Tyler Close</p>
<p>Visiting Scientist Hewlett-Packard Laboratories</p>
<p>Mr. Close is a researcher and developer, working in the field of secure, multi-user, distributed applications since 1998.</p>
<p><a href="http://tuxpirate.com/howto/abstract" class="st_tag internal_tag" rel="tag" title="Posts tagged with abstract">ABSTRACT</a><br />
In Authorization Based Access Control (ABAC) systems built with object-capabilities, an access policy is expressed by the shape of a reference graph: what a user can do is determined by where they are in the reference graph and what other parts of the graph are reachable from that point. By applying some basic cryptography to create links that act as &quot;webkeys&quot;, we can construct URL graphs that are compatible with today&#8217;s WWW infrastructure and additionally provide the properties of distributed capabilities. Webkeys enable users to achieve <a href="http://tuxpirate.com/howto/password" class="st_tag internal_tag" rel="tag" title="Posts tagged with password">password</a>-free fine-grain access control implicitly, simply by sending one another links to the pages they want to share. The webkey approach simultaneously provides developers with a powerful, and readily audited, access-control model.</p>
<p>In this talk, we&#8217;ll study the implementation of the CapWiki, which can serve as a private data space, a locally shared data space, a blog, and a wiki, simply by varying which links have been distributed to which people.<span id="more-533"></span><br /><i>video</i><br />
<p><a href="http://tuxpirate.com/core-patterns-for-web-permissions.html"><em>Click here to view the embedded video.</em></a></p></p>
<hr />
<ul>
<li>Download: <a href="http://video.google.com/videofile/CorePatternsforWebPe.mp4?docid=8799856896828158583&#038;itag=7">&#8220;Core Patterns For Web Permissions&#8221;</a> (video/mp4)</li>
</ul>
<p></p>
<!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Sphere: Related Content" onclick="return Sphere.Widget.search('http://tuxpirate.com/core-patterns-for-web-permissions.html')" href="http://www.sphere.com/search?q=sphereit:http://tuxpirate.com/core-patterns-for-web-permissions.html">Sphere: Related Content</a></span><br/><br/>
	Tags: <a href="http://tuxpirate.com/howto/abstract" title="abstract" rel="tag">abstract</a>, <a href="http://tuxpirate.com/howto/c" title="c" rel="tag">c</a>, <a href="http://tuxpirate.com/howto/http" title="http" rel="tag">http</a>, <a href="http://tuxpirate.com/howto/lan" title="lan" rel="tag">lan</a>, <a href="http://tuxpirate.com/howto/local" title="local" rel="tag">local</a>, <a href="http://tuxpirate.com/howto/password" title="password" rel="tag">password</a>, <a href="http://tuxpirate.com/howto/rmi" title="rmi" rel="tag">rmi</a>, <a href="http://tuxpirate.com/howto/search" title="search" rel="tag">search</a>, <a href="http://tuxpirate.com/howto/server" title="server" rel="tag">server</a>, <a href="http://tuxpirate.com/howto/ssi" title="ssi" rel="tag">ssi</a>, <a href="http://tuxpirate.com/howto/web" title="web" rel="tag">web</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://tuxpirate.com/15-views-of-a-node-link-graph-an-information-visualization-portfolio.html" title="15 Views Of A Node Link Graph: An Information Visualization Portfolio (February 27, 2008)">15 Views Of A Node Link Graph: An Information Visualization Portfolio</a> (0)</li>
	<li><a href="http://tuxpirate.com/235-infinity.html" title="235 Infinity (February 17, 2008)">235 Infinity</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-habits-for-effective-text-editing-20.html" title="7 Habits For Effective Text Editing 20 (February 1, 2008)">7 Habits For Effective Text Editing 20</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-ways-to-ruin-a-technological-revolution.html" title="7 Ways To Ruin A Technological Revolution (February 5, 2008)">7 Ways To Ruin A Technological Revolution</a> (0)</li>
	<li><a href="http://tuxpirate.com/a-googly-mysql-cluster-talk.html" title="A Googly Mysql Cluster Talk (January 24, 2008)">A Googly Mysql Cluster Talk</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://tuxpirate.com/core-patterns-for-web-permissions.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Source Speaker Series: Practical Mythtv</title>
		<link>http://tuxpirate.com/open-source-speaker-series-practical-mythtv.html</link>
		<comments>http://tuxpirate.com/open-source-speaker-series-practical-mythtv.html#comments</comments>
		<pubDate>Thu, 28 Feb 2008 11:48:14 +0000</pubDate>
		<dc:creator>Linux Poweruser Programmer</dc:creator>
				<category><![CDATA[documentation]]></category>
		<category><![CDATA[abstract]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[lan]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://tuxpirate.com/open-source-speaker-series-practical-mythtv.sh</guid>
		<description><![CDATA[Open Source Speaker Series: Practical MythTVGoogle engEDU57 min &#8211; Aug 16, 2007 Google Tech Talks August 16, 2007 ABSTRACT MythTV is a powerful open source personal video recorder. It records television off the air, plays downloaded media files, DVDs, and audio files. It also includes a web browser, RSS reader, weather applet, and much more. [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><div>
<div></div>
<div><img src="http://video.google.com/ThumbnailServer2?app=vss&#038;contentid=5296555792d7c7d3&#038;offsetms=5000&#038;itag=w320&#038;lang=en&#038;sigh=FMTr-0RdfGK_g7MdbZ-cbKWX3do" width="320" height="240" border="1" /></div>
</div>
<p><font size="+1">Open Source Speaker Series: Practical MythTV</font><br /><font color="green">Google engEDU<br />57 min &#8211; Aug 16, 2007</font></p>
<p>Google Tech Talks<br />
August 16, 2007</p>
<p><a href="http://tuxpirate.com/howto/abstract" class="st_tag internal_tag" rel="tag" title="Posts tagged with abstract">ABSTRACT</a></p>
<p>MythTV is a powerful open source personal video recorder. It records television off the air, plays downloaded media files, DVDs, and audio files. It also includes a <a href="http://tuxpirate.com/howto/web" class="st_tag internal_tag" rel="tag" title="Posts tagged with web">web</a> browser, RSS reader, weather applet, and much more. During this talk Michael will introduce MythTV, show off the frontend interface, MythWeb, talk about the current challenges with guide data in the United States, and discuss some of the upcoming features. Michael is a coauthor of &quot;Practical MythTV&quot;, which was published in April 2007.</p>
<p>Michael Still is currently a Site Reliability Engineer at Google. Before that, he was a senior <a href="http://tuxpirate.com/howto/software" class="st_tag internal_tag" rel="tag" title="Posts tagged with software">software</a> engineer at TOWER <a href="http://tuxpirate.com/howto/software" class="st_tag internal_tag" rel="tag" title="Posts tagged with software">Software</a> in Australia. For many years he has been using his spare time to work on open source projects of various forms. This includes a book on ImageMagick in 2005, and a book on MythTV in 2007.<span id="more-262"></span><br /><i>video</i><br />
<p><a href="http://tuxpirate.com/open-source-speaker-series-practical-mythtv.html"><em>Click here to view the embedded video.</em></a></p></p>
<hr />
<ul>
<li>Download: <a href="http://video.google.com/videofile/OpenSourceSpeakerSer.mp4?docid=-6641045817693171683&#038;itag=7">&#8220;Open Source Speaker Series: Practical Mythtv&#8221;</a> (video/mp4)</li>
</ul>
<p></p>
<!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Sphere: Related Content" onclick="return Sphere.Widget.search('http://tuxpirate.com/open-source-speaker-series-practical-mythtv.html')" href="http://www.sphere.com/search?q=sphereit:http://tuxpirate.com/open-source-speaker-series-practical-mythtv.html">Sphere: Related Content</a></span><br/><br/>
	Tags: <a href="http://tuxpirate.com/howto/abstract" title="abstract" rel="tag">abstract</a>, <a href="http://tuxpirate.com/howto/c" title="c" rel="tag">c</a>, <a href="http://tuxpirate.com/howto/http" title="http" rel="tag">http</a>, <a href="http://tuxpirate.com/howto/lan" title="lan" rel="tag">lan</a>, <a href="http://tuxpirate.com/howto/rss" title="rss" rel="tag">rss</a>, <a href="http://tuxpirate.com/howto/server" title="server" rel="tag">server</a>, <a href="http://tuxpirate.com/howto/software" title="software" rel="tag">software</a>, <a href="http://tuxpirate.com/howto/web" title="web" rel="tag">web</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://tuxpirate.com/15-views-of-a-node-link-graph-an-information-visualization-portfolio.html" title="15 Views Of A Node Link Graph: An Information Visualization Portfolio (February 27, 2008)">15 Views Of A Node Link Graph: An Information Visualization Portfolio</a> (0)</li>
	<li><a href="http://tuxpirate.com/235-infinity.html" title="235 Infinity (February 17, 2008)">235 Infinity</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-habits-for-effective-text-editing-20.html" title="7 Habits For Effective Text Editing 20 (February 1, 2008)">7 Habits For Effective Text Editing 20</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-ways-to-ruin-a-technological-revolution.html" title="7 Ways To Ruin A Technological Revolution (February 5, 2008)">7 Ways To Ruin A Technological Revolution</a> (0)</li>
	<li><a href="http://tuxpirate.com/a-googly-mysql-cluster-talk.html" title="A Googly Mysql Cluster Talk (January 24, 2008)">A Googly Mysql Cluster Talk</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://tuxpirate.com/open-source-speaker-series-practical-mythtv.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>15 Views Of A Node Link Graph: An Information Visualization Portfolio</title>
		<link>http://tuxpirate.com/15-views-of-a-node-link-graph-an-information-visualization-portfolio.html</link>
		<comments>http://tuxpirate.com/15-views-of-a-node-link-graph-an-information-visualization-portfolio.html#comments</comments>
		<pubDate>Thu, 28 Feb 2008 00:56:00 +0000</pubDate>
		<dc:creator>Linux Poweruser Programmer</dc:creator>
				<category><![CDATA[documentation]]></category>
		<category><![CDATA[abstract]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[discussion]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[lan]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[ssi]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://tuxpirate.com/15-views-of-a-node-link-graph-an-information-visualization-portfolio.sh</guid>
		<description><![CDATA[15 Views of a Node Link Graph: An Information Visualization PortfolioGoogle engEDU1 hr &#8211; Jun 28, 2006 Google TechTalks June 28, 2006 Tamara Munzner received a BS in 1991 and a PhD in 2000 from Stanford. Her current research interests are information visualization, graph drawing, and dimensionality reduction. She was the IEEE Symposium on Information [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><div>
<div></div>
<div><img src="http://video.google.com/ThumbnailServer2?app=vss&#038;contentid=32405e03628665a1&#038;offsetms=630000&#038;itag=w320&#038;lang=en&#038;sigh=EzbkUeuEg4NX9msvKgG3rF--gNI" width="320" height="240" border="1" /></div>
</div>
<p><font size="+1">15 Views of a Node Link Graph: An Information Visualization Portfolio</font><br /><font color="green">Google engEDU<br />1 hr &#8211; Jun 28, 2006</font></p>
<p>Google TechTalks<br />
June 28, 2006</p>
<p>Tamara Munzner received a BS in 1991 and a PhD in 2000 from Stanford. Her current research interests are information visualization, graph drawing, and dimensionality reduction. She was the IEEE Symposium on Information Visualization Program/Papers Co-Chair in 2003 and 2004.</p>
<p><a href="http://tuxpirate.com/howto/abstract" class="st_tag internal_tag" rel="tag" title="Posts tagged with abstract">ABSTRACT</a><br />
Information visualization, or infovis, is the interactive <a href="http://tuxpirate.com/howto/computer" class="st_tag internal_tag" rel="tag" title="Posts tagged with computer">computer</a>-based visual representation of <a href="http://tuxpirate.com/howto/abstract" class="st_tag internal_tag" rel="tag" title="Posts tagged with abstract">abstract</a> datasets. I will use collections of linked nodes as the launching point for a discussion of fifteen different approaches to infovis. Node-link graphs appear in many application domains, and people can perform many tasks faster or more effectively when they can manipulate a well-chosen visual representation of these graphs. A major challenge within infovis is how to handle the large datasets that occur in the real world. Designing algorithms with scalable speed and memory complexity is only part of the solution. The visual representation must also provide an appropriate abstraction, often requiring exploration across multiple levels of detail, to be comprehensible to the human in the loop. The talk will include examples in application domains ranging from <a href="http://tuxpirate.com/howto/web" class="st_tag internal_tag" rel="tag" title="Posts tagged with web">web</a> browsing to bioinformatics to computational linguistics, and datasets from thousands to millions of items.<span id="more-381"></span><br /><i>video</i><br />
<p><a href="http://tuxpirate.com/15-views-of-a-node-link-graph-an-information-visualization-portfolio.html"><em>Click here to view the embedded video.</em></a></p></p>
<hr />
<ul>
<li>Download: <a href="http://video.google.com/videofile/15ViewsofaNodeLinkGr.mp4?docid=-6229232330597040086&#038;itag=7">&#8220;15 Views Of A Node Link Graph: An Information Visualization Portfolio&#8221;</a> (video/mp4)</li>
</ul>
<p></p>
<!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Sphere: Related Content" onclick="return Sphere.Widget.search('http://tuxpirate.com/15-views-of-a-node-link-graph-an-information-visualization-portfolio.html')" href="http://www.sphere.com/search?q=sphereit:http://tuxpirate.com/15-views-of-a-node-link-graph-an-information-visualization-portfolio.html">Sphere: Related Content</a></span><br/><br/>
	Tags: <a href="http://tuxpirate.com/howto/abstract" title="abstract" rel="tag">abstract</a>, <a href="http://tuxpirate.com/howto/c" title="c" rel="tag">c</a>, <a href="http://tuxpirate.com/howto/computer" title="computer" rel="tag">computer</a>, <a href="http://tuxpirate.com/howto/discussion" title="discussion" rel="tag">discussion</a>, <a href="http://tuxpirate.com/howto/http" title="http" rel="tag">http</a>, <a href="http://tuxpirate.com/howto/lan" title="lan" rel="tag">lan</a>, <a href="http://tuxpirate.com/howto/search" title="search" rel="tag">search</a>, <a href="http://tuxpirate.com/howto/server" title="server" rel="tag">server</a>, <a href="http://tuxpirate.com/howto/ssi" title="ssi" rel="tag">ssi</a>, <a href="http://tuxpirate.com/howto/web" title="web" rel="tag">web</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://tuxpirate.com/235-infinity.html" title="235 Infinity (February 17, 2008)">235 Infinity</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-habits-for-effective-text-editing-20.html" title="7 Habits For Effective Text Editing 20 (February 1, 2008)">7 Habits For Effective Text Editing 20</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-ways-to-ruin-a-technological-revolution.html" title="7 Ways To Ruin A Technological Revolution (February 5, 2008)">7 Ways To Ruin A Technological Revolution</a> (0)</li>
	<li><a href="http://tuxpirate.com/a-googly-mysql-cluster-talk.html" title="A Googly Mysql Cluster Talk (January 24, 2008)">A Googly Mysql Cluster Talk</a> (0)</li>
	<li><a href="http://tuxpirate.com/a-googly-mysql-cluster-talk-2.html" title="A Googly Mysql Cluster Talk (February 29, 2008)">A Googly Mysql Cluster Talk</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://tuxpirate.com/15-views-of-a-node-link-graph-an-information-visualization-portfolio.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quicksilver: Universal Access And Action</title>
		<link>http://tuxpirate.com/quicksilver-universal-access-and-action.html</link>
		<comments>http://tuxpirate.com/quicksilver-universal-access-and-action.html#comments</comments>
		<pubDate>Tue, 26 Feb 2008 23:38:13 +0000</pubDate>
		<dc:creator>Linux Poweruser Programmer</dc:creator>
				<category><![CDATA[documentation]]></category>
		<category><![CDATA[abstract]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[lan]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[ssl]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://tuxpirate.com/quicksilver-universal-access-and-action.sh</guid>
		<description><![CDATA[Quicksilver: Universal Access and ActionGoogle engEDU25 min &#8211; Aug 30, 2007 Google Tech Talks August 30, 2007 ABSTRACT Quicksilver hides almost unbounded power beneath the interface of a keyboard-driven launcher. Using a basic grammatical model, it allows you to move beyond basic search and work effortlessly with applications, data, and the web. Quickilver is above [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><div>
<div></div>
<div><img src="http://video.google.com/ThumbnailServer2?app=vss&#038;contentid=cfe39b32e2013549&#038;offsetms=140000&#038;itag=w320&#038;lang=en&#038;sigh=xRw9_tOi0fDBXvoKslFST965djI" width="320" height="240" border="1" /></div>
</div>
<p><font size="+1">Quicksilver: Universal Access and Action</font><br /><font color="green">Google engEDU<br />25 min &#8211; Aug 30, 2007</font></p>
<p>Google Tech Talks<br />
August 30, 2007</p>
<p><a href="http://tuxpirate.com/howto/abstract" class="st_tag internal_tag" rel="tag" title="Posts tagged with abstract">ABSTRACT</a></p>
<p>Quicksilver hides almost unbounded power beneath the interface of a keyboard-driven launcher. Using a basic grammatical model, it allows you to move beyond basic search and work effortlessly with applications, data, and the <a href="http://tuxpirate.com/howto/web" class="st_tag internal_tag" rel="tag" title="Posts tagged with web">web</a>. Quickilver is above all a prototype intended to explore new forms of interaction.</p>
<p>In this talk, we will explore the motivation behind Quicksilver, highlights of its implementation, lessons learned from its design, and the ways it might inform the future of navigation for the desktop and the <a href="http://tuxpirate.com/howto/web" class="st_tag internal_tag" rel="tag" title="Posts tagged with web">web</a>.</p>
<p>Speaker: Nicholas Jitkoff<span id="more-346"></span><br /><i>video</i><br />
<p><a href="http://tuxpirate.com/quicksilver-universal-access-and-action.html"><em>Click here to view the embedded video.</em></a></p></p>
<hr />
<ul>
<li>Download: <a href="http://video.google.com/videofile/QuicksilverUniversal.mp4?docid=8493378861634507068&#038;itag=7">&#8220;Quicksilver: Universal Access And Action&#8221;</a> (video/mp4)</li>
</ul>
<p></p>
<!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Sphere: Related Content" onclick="return Sphere.Widget.search('http://tuxpirate.com/quicksilver-universal-access-and-action.html')" href="http://www.sphere.com/search?q=sphereit:http://tuxpirate.com/quicksilver-universal-access-and-action.html">Sphere: Related Content</a></span><br/><br/>
	Tags: <a href="http://tuxpirate.com/howto/abstract" title="abstract" rel="tag">abstract</a>, <a href="http://tuxpirate.com/howto/c" title="c" rel="tag">c</a>, <a href="http://tuxpirate.com/howto/http" title="http" rel="tag">http</a>, <a href="http://tuxpirate.com/howto/lan" title="lan" rel="tag">lan</a>, <a href="http://tuxpirate.com/howto/search" title="search" rel="tag">search</a>, <a href="http://tuxpirate.com/howto/server" title="server" rel="tag">server</a>, <a href="http://tuxpirate.com/howto/ssl" title="ssl" rel="tag">ssl</a>, <a href="http://tuxpirate.com/howto/web" title="web" rel="tag">web</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://tuxpirate.com/15-views-of-a-node-link-graph-an-information-visualization-portfolio.html" title="15 Views Of A Node Link Graph: An Information Visualization Portfolio (February 27, 2008)">15 Views Of A Node Link Graph: An Information Visualization Portfolio</a> (0)</li>
	<li><a href="http://tuxpirate.com/235-infinity.html" title="235 Infinity (February 17, 2008)">235 Infinity</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-habits-for-effective-text-editing-20.html" title="7 Habits For Effective Text Editing 20 (February 1, 2008)">7 Habits For Effective Text Editing 20</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-ways-to-ruin-a-technological-revolution.html" title="7 Ways To Ruin A Technological Revolution (February 5, 2008)">7 Ways To Ruin A Technological Revolution</a> (0)</li>
	<li><a href="http://tuxpirate.com/a-googly-mysql-cluster-talk.html" title="A Googly Mysql Cluster Talk (January 24, 2008)">A Googly Mysql Cluster Talk</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://tuxpirate.com/quicksilver-universal-access-and-action.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Our Lives Our Facebooks</title>
		<link>http://tuxpirate.com/our-lives-our-facebooks.html</link>
		<comments>http://tuxpirate.com/our-lives-our-facebooks.html#comments</comments>
		<pubDate>Sun, 24 Feb 2008 16:21:50 +0000</pubDate>
		<dc:creator>Linux Poweruser Programmer</dc:creator>
				<category><![CDATA[documentation]]></category>
		<category><![CDATA[abstract]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[lan]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://tuxpirate.com/our-lives-our-facebooks.sh</guid>
		<description><![CDATA[Our Lives, Our FacebooksGoogle engEDU40 min &#8211; May 3, 2006 Google TechTalks May 3, 2006 Fred Stutzman Fred Stutzman is a Ph.D. student at the University of North Carolina at Chapel Hill&#8217;s School of Information and Library Science. His research interests include identity, social networks, and the effects of social technology. His research is operationalized [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><div>
<div></div>
<div><img src="http://video.google.com/ThumbnailServer2?app=vss&#038;contentid=da8d0f80e600ad6f&#038;offsetms=5000&#038;itag=w320&#038;lang=en&#038;sigh=g4uobVrdXPK9d47rJLtBdMuS9Gg" width="320" height="240" border="1" /></div>
</div>
<p><font size="+1">Our Lives, Our Facebooks</font><br /><font color="green">Google engEDU<br />40 min &#8211; May 3, 2006</font></p>
<p>Google TechTalks<br />
May 3, 2006</p>
<p>Fred Stutzman<br />
Fred Stutzman is a Ph.D. student at the University of North Carolina at Chapel Hill&#8217;s School of Information and Library Science.</p>
<p>His research interests include identity, social networks, and the effects of social technology. His research is operationalized in the claimID.com project, of which he is the co-founder. </p>
<p><a href="http://tuxpirate.com/howto/abstract" class="st_tag internal_tag" rel="tag" title="Posts tagged with abstract">ABSTRACT</a><br />
Students at a large number of American colleges and universities have come to rely on The Facebook (<a href="http://tuxpirate.com/howto/http" class="st_tag internal_tag" rel="tag" title="Posts tagged with http">http</a>://facebook.com) as a vital supplement to their social lives. A social connector website, Facebook serves the information needs of students who have perpetually in-flux social networks. As a result, frequency and penetration of student use is remarkable. In this presentation, a longitudinal analysis of Facebook use by freshmen at the University of North Carolina at Chapel Hill will be presented. Use patterns will be analyzed, with a special concentration on factors that contributed to the product&#8217;s success.<span id="more-438"></span><br /><i>video</i><br />
<p><a href="http://tuxpirate.com/our-lives-our-facebooks.html"><em>Click here to view the embedded video.</em></a></p></p>
<hr />
<ul>
<li>Download: <a href="http://video.google.com/videofile/OurLivesOurFacebooks.mp4?docid=3910777240176719644&#038;itag=7">&#8220;Our Lives Our Facebooks&#8221;</a> (video/mp4)</li>
</ul>
<p></p>
<!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Sphere: Related Content" onclick="return Sphere.Widget.search('http://tuxpirate.com/our-lives-our-facebooks.html')" href="http://www.sphere.com/search?q=sphereit:http://tuxpirate.com/our-lives-our-facebooks.html">Sphere: Related Content</a></span><br/><br/>
	Tags: <a href="http://tuxpirate.com/howto/abstract" title="abstract" rel="tag">abstract</a>, <a href="http://tuxpirate.com/howto/c" title="c" rel="tag">c</a>, <a href="http://tuxpirate.com/howto/http" title="http" rel="tag">http</a>, <a href="http://tuxpirate.com/howto/lan" title="lan" rel="tag">lan</a>, <a href="http://tuxpirate.com/howto/network" title="network" rel="tag">network</a>, <a href="http://tuxpirate.com/howto/search" title="search" rel="tag">search</a>, <a href="http://tuxpirate.com/howto/server" title="server" rel="tag">server</a>, <a href="http://tuxpirate.com/howto/web" title="web" rel="tag">web</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://tuxpirate.com/15-views-of-a-node-link-graph-an-information-visualization-portfolio.html" title="15 Views Of A Node Link Graph: An Information Visualization Portfolio (February 27, 2008)">15 Views Of A Node Link Graph: An Information Visualization Portfolio</a> (0)</li>
	<li><a href="http://tuxpirate.com/235-infinity.html" title="235 Infinity (February 17, 2008)">235 Infinity</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-habits-for-effective-text-editing-20.html" title="7 Habits For Effective Text Editing 20 (February 1, 2008)">7 Habits For Effective Text Editing 20</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-ways-to-ruin-a-technological-revolution.html" title="7 Ways To Ruin A Technological Revolution (February 5, 2008)">7 Ways To Ruin A Technological Revolution</a> (0)</li>
	<li><a href="http://tuxpirate.com/a-googly-mysql-cluster-talk.html" title="A Googly Mysql Cluster Talk (January 24, 2008)">A Googly Mysql Cluster Talk</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://tuxpirate.com/our-lives-our-facebooks.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Model-based Testing: Black Or White</title>
		<link>http://tuxpirate.com/model-based-testing-black-or-white.html</link>
		<comments>http://tuxpirate.com/model-based-testing-black-or-white.html#comments</comments>
		<pubDate>Sat, 23 Feb 2008 23:41:35 +0000</pubDate>
		<dc:creator>Linux Poweruser Programmer</dc:creator>
				<category><![CDATA[documentation]]></category>
		<category><![CDATA[abstract]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[lan]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://tuxpirate.com/model-based-testing-black-or-white.sh</guid>
		<description><![CDATA[Model-Based Testing: Black or White?Google engEDU1 hr &#8211; Aug 27, 2007 Google Tech Talks August 27, 2007 ABSTRACT Model-based testing can help to reduce the cost of testing and increase its effectiveness. Instead of designing test cases by hand, model-based testing allows a test engineer to automatically generate test cases from a model of the [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><div>
<div></div>
<div><img src="http://video.google.com/ThumbnailServer2?app=vss&#038;contentid=2a8a9e73c61d766e&#038;offsetms=650000&#038;itag=w320&#038;lang=en&#038;sigh=t6d1BYpDzL0VvoM2Ep6XXQlrD9Q" width="320" height="240" border="1" /></div>
</div>
<p><font size="+1">Model-Based Testing: Black or White?</font><br /><font color="green">Google engEDU<br />1 hr &#8211; Aug 27, 2007</font></p>
<p>Google Tech Talks<br />
August 27, 2007</p>
<p><a href="http://tuxpirate.com/howto/abstract" class="st_tag internal_tag" rel="tag" title="Posts tagged with abstract">ABSTRACT</a></p>
<p>Model-based testing can help to reduce the cost of testing and increase its effectiveness. Instead of designing test cases by hand, model-based testing allows a test engineer to automatically generate test cases from a model of the system under test.</p>
<p>After a brief overview of model-based testing, this talk will compare two different kinds of test model: black-box models and white-box models. Black-box models are easier for programmers to write and tools to use, while white-box models require more sophisticated notations and modelling skills, but can allow more sophisticated test generation.</p>
<p>These two styles of models will be illustrated by using two different model-based testing tools to test some example applications, such as a <a href="http://tuxpirate.com/howto/web" class="st_tag internal_tag" rel="tag" title="Posts tagged with web">web</a>-based library system. An open-source tool, ModelJUnit, will be used to illustrate test generation from several black-box test models written in Java. A commercial tool, LEIRIOS Test Designer, will be used to illustrate test generation from white-box test models written in UML</p>
<p>Speaker:   Mark Utting</p>
<p>Mark Utting has been developing and using model-based testing tools since 2000. Recently, he co-authored the first industry-oriented book specifically on model-based testing, and developed the open-source ModelJUnit tool to illustrate some of the techniques in the book. He has also been a consultant for the design of commercial model-based testing tools, such as the LEIRIOS Test Designer from LEIRIOS Technologies.</p>
<p>Dr Utting works as an associate professor in the Department of <a href="http://tuxpirate.com/howto/computer" class="st_tag internal_tag" rel="tag" title="Posts tagged with computer">Computer</a> Science at The University of Waikato, New Zealand. Prior to this, he worked as an analyst/programmer in the Australian <a href="http://tuxpirate.com/howto/software" class="st_tag internal_tag" rel="tag" title="Posts tagged with software">software</a> industry for several years and as a postdoctoral researcher on theorem proving and real-time refinement. His PhD was in the area of refinement calculus techniques for object-oriented programs. He is a member of the IFIP Working Group 2.3 on Programming Methodology.</p>
<p>Home page: <a href="http://tuxpirate.com/howto/http" class="st_tag internal_tag" rel="tag" title="Posts tagged with http">http</a>://www.cs.waikato.ac.nz/~marku<span id="more-210"></span><br /><i>video</i><br />
<p><a href="http://tuxpirate.com/model-based-testing-black-or-white.html"><em>Click here to view the embedded video.</em></a></p></p>
<hr />
<ul>
<li>Download: <a href="http://video.google.com/videofile/ModelBasedTestingBla.mp4?docid=5521890509476590796&#038;itag=7">&#8220;Model-based Testing: Black Or White&#8221;</a> (video/mp4)</li>
</ul>
<p></p>
<!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Sphere: Related Content" onclick="return Sphere.Widget.search('http://tuxpirate.com/model-based-testing-black-or-white.html')" href="http://www.sphere.com/search?q=sphereit:http://tuxpirate.com/model-based-testing-black-or-white.html">Sphere: Related Content</a></span><br/><br/>
	Tags: <a href="http://tuxpirate.com/howto/abstract" title="abstract" rel="tag">abstract</a>, <a href="http://tuxpirate.com/howto/c" title="c" rel="tag">c</a>, <a href="http://tuxpirate.com/howto/computer" title="computer" rel="tag">computer</a>, <a href="http://tuxpirate.com/howto/http" title="http" rel="tag">http</a>, <a href="http://tuxpirate.com/howto/java" title="java" rel="tag">java</a>, <a href="http://tuxpirate.com/howto/lan" title="lan" rel="tag">lan</a>, <a href="http://tuxpirate.com/howto/programming" title="programming" rel="tag">programming</a>, <a href="http://tuxpirate.com/howto/search" title="search" rel="tag">search</a>, <a href="http://tuxpirate.com/howto/server" title="server" rel="tag">server</a>, <a href="http://tuxpirate.com/howto/software" title="software" rel="tag">software</a>, <a href="http://tuxpirate.com/howto/web" title="web" rel="tag">web</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://tuxpirate.com/15-views-of-a-node-link-graph-an-information-visualization-portfolio.html" title="15 Views Of A Node Link Graph: An Information Visualization Portfolio (February 27, 2008)">15 Views Of A Node Link Graph: An Information Visualization Portfolio</a> (0)</li>
	<li><a href="http://tuxpirate.com/235-infinity.html" title="235 Infinity (February 17, 2008)">235 Infinity</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-habits-for-effective-text-editing-20.html" title="7 Habits For Effective Text Editing 20 (February 1, 2008)">7 Habits For Effective Text Editing 20</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-ways-to-ruin-a-technological-revolution.html" title="7 Ways To Ruin A Technological Revolution (February 5, 2008)">7 Ways To Ruin A Technological Revolution</a> (0)</li>
	<li><a href="http://tuxpirate.com/a-googly-mysql-cluster-talk.html" title="A Googly Mysql Cluster Talk (January 24, 2008)">A Googly Mysql Cluster Talk</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://tuxpirate.com/model-based-testing-black-or-white.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mondrian Code Review On The Web</title>
		<link>http://tuxpirate.com/mondrian-code-review-on-the-web.html</link>
		<comments>http://tuxpirate.com/mondrian-code-review-on-the-web.html#comments</comments>
		<pubDate>Fri, 22 Feb 2008 19:27:32 +0000</pubDate>
		<dc:creator>Linux Poweruser Programmer</dc:creator>
				<category><![CDATA[documentation]]></category>
		<category><![CDATA[abstract]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[lan]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://tuxpirate.com/mondrian-code-review-on-the-web.sh</guid>
		<description><![CDATA[Mondrian Code Review On The WebGoogle engEDU55 min &#8211; Dec 8, 2006 Google Tech Talks November 30, 2006 ABSTRACT Mondrian Code Review On The Webvideo Download: &#8220;Mondrian Code Review On The Web&#8221; (video/mp4) Sphere: Related Content Tags: abstract, c, http, lan, server, web Related posts 15 Views Of A Node Link Graph: An Information Visualization [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><div>
<div></div>
<div><img src="http://video.google.com/ThumbnailServer2?app=vss&#038;contentid=e473ee65d72087e6&#038;offsetms=165000&#038;itag=w320&#038;lang=en&#038;sigh=O5YjImS3w8qkXacF3X577fbiyPw" width="320" height="240" border="1" /></div>
</div>
<p><font size="+1">Mondrian Code Review On The <a href="http://tuxpirate.com/howto/web" class="st_tag internal_tag" rel="tag" title="Posts tagged with web">Web</a></font><br /><font color="green">Google engEDU<br />55 min &#8211; Dec 8, 2006</font></p>
<p>Google Tech Talks<br />
November 30, 2006</p>
<p><a href="http://tuxpirate.com/howto/abstract" class="st_tag internal_tag" rel="tag" title="Posts tagged with abstract">ABSTRACT</a></p>
<p>Mondrian Code Review On The <a href="http://tuxpirate.com/howto/web" class="st_tag internal_tag" rel="tag" title="Posts tagged with web">Web</a><span id="more-352"></span><br /><i>video</i><br />
<p><a href="http://tuxpirate.com/mondrian-code-review-on-the-web.html"><em>Click here to view the embedded video.</em></a></p></p>
<hr />
<ul>
<li>Download: <a href="http://video.google.com/videofile/MondrianCodeReviewOn.mp4?docid=-8502904076440714866&#038;itag=7">&#8220;Mondrian Code Review On The Web&#8221;</a> (video/mp4)</li>
</ul>
<p></p>
<!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Sphere: Related Content" onclick="return Sphere.Widget.search('http://tuxpirate.com/mondrian-code-review-on-the-web.html')" href="http://www.sphere.com/search?q=sphereit:http://tuxpirate.com/mondrian-code-review-on-the-web.html">Sphere: Related Content</a></span><br/><br/>
	Tags: <a href="http://tuxpirate.com/howto/abstract" title="abstract" rel="tag">abstract</a>, <a href="http://tuxpirate.com/howto/c" title="c" rel="tag">c</a>, <a href="http://tuxpirate.com/howto/http" title="http" rel="tag">http</a>, <a href="http://tuxpirate.com/howto/lan" title="lan" rel="tag">lan</a>, <a href="http://tuxpirate.com/howto/server" title="server" rel="tag">server</a>, <a href="http://tuxpirate.com/howto/web" title="web" rel="tag">web</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://tuxpirate.com/15-views-of-a-node-link-graph-an-information-visualization-portfolio.html" title="15 Views Of A Node Link Graph: An Information Visualization Portfolio (February 27, 2008)">15 Views Of A Node Link Graph: An Information Visualization Portfolio</a> (0)</li>
	<li><a href="http://tuxpirate.com/235-infinity.html" title="235 Infinity (February 17, 2008)">235 Infinity</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-habits-for-effective-text-editing-20.html" title="7 Habits For Effective Text Editing 20 (February 1, 2008)">7 Habits For Effective Text Editing 20</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-ways-to-ruin-a-technological-revolution.html" title="7 Ways To Ruin A Technological Revolution (February 5, 2008)">7 Ways To Ruin A Technological Revolution</a> (0)</li>
	<li><a href="http://tuxpirate.com/a-googly-mysql-cluster-talk.html" title="A Googly Mysql Cluster Talk (January 24, 2008)">A Googly Mysql Cluster Talk</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://tuxpirate.com/mondrian-code-review-on-the-web.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>You Are What You Say: Privacy Risks Of Public Mentions</title>
		<link>http://tuxpirate.com/you-are-what-you-say-privacy-risks-of-public-mentions.html</link>
		<comments>http://tuxpirate.com/you-are-what-you-say-privacy-risks-of-public-mentions.html#comments</comments>
		<pubDate>Fri, 22 Feb 2008 16:54:44 +0000</pubDate>
		<dc:creator>Linux Poweruser Programmer</dc:creator>
				<category><![CDATA[documentation]]></category>
		<category><![CDATA[abstract]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[discussion]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[lan]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[ssi]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://tuxpirate.com/you-are-what-you-say-privacy-risks-of-public-mentions.sh</guid>
		<description><![CDATA[You Are What You Say: Privacy Risks of Public MentionsGoogle engEDU27 min &#8211; Aug 3, 2006 Google TechTalks August 3, 2006 Dan Frankowski is both computer science researcher and practitioner in software and algorithms development. He got his master&#8217;s degree in computer science from the University of Minnesota in 1993, then spent a year in [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><div>
<div></div>
<div><img src="http://video.google.com/ThumbnailServer2?app=vss&#038;contentid=1f10db1973430269&#038;offsetms=50000&#038;itag=w320&#038;lang=en&#038;sigh=pk18ojPL9LeixR5WdkX7yMQphjQ" width="320" height="240" border="1" /></div>
</div>
<p><font size="+1">You Are What You Say: Privacy Risks of Public Mentions</font><br /><font color="green">Google engEDU<br />27 min &#8211; Aug 3, 2006</font></p>
<p>Google TechTalks<br />
August 3, 2006</p>
<p>Dan Frankowski is both <a href="http://tuxpirate.com/howto/computer" class="st_tag internal_tag" rel="tag" title="Posts tagged with computer">computer</a> science researcher and practitioner in <a href="http://tuxpirate.com/howto/software" class="st_tag internal_tag" rel="tag" title="Posts tagged with software">software</a> and algorithms <a href="http://tuxpirate.com/howto/development" class="st_tag internal_tag" rel="tag" title="Posts tagged with development">development</a>. He got his master&#8217;s degree in <a href="http://tuxpirate.com/howto/computer" class="st_tag internal_tag" rel="tag" title="Posts tagged with computer">computer</a> science from the University of Minnesota in 1993, then spent a year in Budapest on a Fulbright grant studying mathematics. From 1997 to 2003 he was an algorithms guy at Net Perceptions. From 2003 to the present, he has been a research fellow with the GroupLens research group at the Unviersity of Minnesota, which is most well-known for recommenders, but now studies online community more broadly.</p>
<p><a href="http://tuxpirate.com/howto/abstract" class="st_tag internal_tag" rel="tag" title="Posts tagged with abstract">ABSTRACT</a><br />
In today&#8217;s data-rich networked world, people express many aspects of their lives online. It is common to segregate different aspects in different places: you might write opinionated rants about movies in your blog under a pseudonym while participating in a forum or <a href="http://tuxpirate.com/howto/web" class="st_tag internal_tag" rel="tag" title="Posts tagged with web">web</a> site for scholarly discussion of medical ethics under your real name. However, it may be possible to link these separate identities, because the movies, journal articles, or authors you mention are from a sparse relation space whose properties (e.g., many items related to by only a few users) allow re- identification. This talk examines this general problem in a specific setting: re- identification of users from a public <a href="http://tuxpirate.com/howto/web" class="st_tag internal_tag" rel="tag" title="Posts tagged with web">web</a> movie forum in a private movie ratings dataset.<span id="more-229"></span><br /><i>video</i><br />
<p><a href="http://tuxpirate.com/you-are-what-you-say-privacy-risks-of-public-mentions.html"><em>Click here to view the embedded video.</em></a></p></p>
<hr />
<ul>
<li>Download: <a href="http://video.google.com/videofile/YouAreWhatYouSayPriv.mp4?docid=6474169875352273382&#038;itag=7">&#8220;You Are What You Say: Privacy Risks Of Public Mentions&#8221;</a> (video/mp4)</li>
</ul>
<p></p>
<!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Sphere: Related Content" onclick="return Sphere.Widget.search('http://tuxpirate.com/you-are-what-you-say-privacy-risks-of-public-mentions.html')" href="http://www.sphere.com/search?q=sphereit:http://tuxpirate.com/you-are-what-you-say-privacy-risks-of-public-mentions.html">Sphere: Related Content</a></span><br/><br/>
	Tags: <a href="http://tuxpirate.com/howto/abstract" title="abstract" rel="tag">abstract</a>, <a href="http://tuxpirate.com/howto/asp" title="asp" rel="tag">asp</a>, <a href="http://tuxpirate.com/howto/c" title="c" rel="tag">c</a>, <a href="http://tuxpirate.com/howto/computer" title="computer" rel="tag">computer</a>, <a href="http://tuxpirate.com/howto/development" title="development" rel="tag">development</a>, <a href="http://tuxpirate.com/howto/discussion" title="discussion" rel="tag">discussion</a>, <a href="http://tuxpirate.com/howto/http" title="http" rel="tag">http</a>, <a href="http://tuxpirate.com/howto/lan" title="lan" rel="tag">lan</a>, <a href="http://tuxpirate.com/howto/network" title="network" rel="tag">network</a>, <a href="http://tuxpirate.com/howto/search" title="search" rel="tag">search</a>, <a href="http://tuxpirate.com/howto/server" title="server" rel="tag">server</a>, <a href="http://tuxpirate.com/howto/software" title="software" rel="tag">software</a>, <a href="http://tuxpirate.com/howto/ssi" title="ssi" rel="tag">ssi</a>, <a href="http://tuxpirate.com/howto/web" title="web" rel="tag">web</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://tuxpirate.com/15-views-of-a-node-link-graph-an-information-visualization-portfolio.html" title="15 Views Of A Node Link Graph: An Information Visualization Portfolio (February 27, 2008)">15 Views Of A Node Link Graph: An Information Visualization Portfolio</a> (0)</li>
	<li><a href="http://tuxpirate.com/235-infinity.html" title="235 Infinity (February 17, 2008)">235 Infinity</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-habits-for-effective-text-editing-20.html" title="7 Habits For Effective Text Editing 20 (February 1, 2008)">7 Habits For Effective Text Editing 20</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-ways-to-ruin-a-technological-revolution.html" title="7 Ways To Ruin A Technological Revolution (February 5, 2008)">7 Ways To Ruin A Technological Revolution</a> (0)</li>
	<li><a href="http://tuxpirate.com/a-googly-mysql-cluster-talk.html" title="A Googly Mysql Cluster Talk (January 24, 2008)">A Googly Mysql Cluster Talk</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://tuxpirate.com/you-are-what-you-say-privacy-risks-of-public-mentions.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Inbox Zero</title>
		<link>http://tuxpirate.com/inbox-zero.html</link>
		<comments>http://tuxpirate.com/inbox-zero.html#comments</comments>
		<pubDate>Fri, 22 Feb 2008 02:14:57 +0000</pubDate>
		<dc:creator>Linux Poweruser Programmer</dc:creator>
				<category><![CDATA[documentation]]></category>
		<category><![CDATA[abstract]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[lan]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://tuxpirate.com/inbox-zero.sh</guid>
		<description><![CDATA[Inbox ZeroGoogle engEDU59 min &#8211; Jul 25, 2007 Google Tech Talks July 23, 2007 ABSTRACT Merlin Mann, a well known productivity guru and creator of the popular 43 folders website will talk about Getting Things Done, the importance of getting your inbox to zero, and strategies for dealing with high volume email.video Download: &#8220;Inbox Zero&#8221; [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><div>
<div></div>
<div><img src="http://video.google.com/ThumbnailServer2?app=vss&#038;contentid=5e54003aaea3d10b&#038;offsetms=260000&#038;itag=w320&#038;lang=en&#038;sigh=hp4iUEn2oQMd0BbonvqSJMal2mQ" width="320" height="240" border="1" /></div>
</div>
<p><font size="+1">Inbox Zero</font><br /><font color="green">Google engEDU<br />59 min &#8211; Jul 25, 2007</font></p>
<p>Google Tech Talks<br />
July 23, 2007</p>
<p><a href="http://tuxpirate.com/howto/abstract" class="st_tag internal_tag" rel="tag" title="Posts tagged with abstract">ABSTRACT</a></p>
<p>Merlin Mann, a well known productivity guru and creator of the popular 43 folders website will talk about Getting Things Done, the importance of getting your inbox to zero, and strategies for dealing with high volume email.<span id="more-394"></span><br /><i>video</i><br />
<p><a href="http://tuxpirate.com/inbox-zero.html"><em>Click here to view the embedded video.</em></a></p></p>
<hr />
<ul>
<li>Download: <a href="http://video.google.com/videofile/InboxZero.mp4?docid=973149761529535925&#038;itag=7">&#8220;Inbox Zero&#8221;</a> (video/mp4)</li>
</ul>
<p></p>
<!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Sphere: Related Content" onclick="return Sphere.Widget.search('http://tuxpirate.com/inbox-zero.html')" href="http://www.sphere.com/search?q=sphereit:http://tuxpirate.com/inbox-zero.html">Sphere: Related Content</a></span><br/><br/>
	Tags: <a href="http://tuxpirate.com/howto/abstract" title="abstract" rel="tag">abstract</a>, <a href="http://tuxpirate.com/howto/c" title="c" rel="tag">c</a>, <a href="http://tuxpirate.com/howto/http" title="http" rel="tag">http</a>, <a href="http://tuxpirate.com/howto/lan" title="lan" rel="tag">lan</a>, <a href="http://tuxpirate.com/howto/mail" title="mail" rel="tag">mail</a>, <a href="http://tuxpirate.com/howto/server" title="server" rel="tag">server</a>, <a href="http://tuxpirate.com/howto/web" title="web" rel="tag">web</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://tuxpirate.com/15-views-of-a-node-link-graph-an-information-visualization-portfolio.html" title="15 Views Of A Node Link Graph: An Information Visualization Portfolio (February 27, 2008)">15 Views Of A Node Link Graph: An Information Visualization Portfolio</a> (0)</li>
	<li><a href="http://tuxpirate.com/235-infinity.html" title="235 Infinity (February 17, 2008)">235 Infinity</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-habits-for-effective-text-editing-20.html" title="7 Habits For Effective Text Editing 20 (February 1, 2008)">7 Habits For Effective Text Editing 20</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-ways-to-ruin-a-technological-revolution.html" title="7 Ways To Ruin A Technological Revolution (February 5, 2008)">7 Ways To Ruin A Technological Revolution</a> (0)</li>
	<li><a href="http://tuxpirate.com/a-googly-mysql-cluster-talk.html" title="A Googly Mysql Cluster Talk (January 24, 2008)">A Googly Mysql Cluster Talk</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://tuxpirate.com/inbox-zero.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Performance Tuning Best Practices For Mysql</title>
		<link>http://tuxpirate.com/performance-tuning-best-practices-for-mysql-2.html</link>
		<comments>http://tuxpirate.com/performance-tuning-best-practices-for-mysql-2.html#comments</comments>
		<pubDate>Thu, 21 Feb 2008 19:42:01 +0000</pubDate>
		<dc:creator>Linux Poweruser Programmer</dc:creator>
				<category><![CDATA[documentation]]></category>
		<category><![CDATA[abstract]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[discussion]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[lan]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[ssi]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://tuxpirate.com/performance-tuning-best-practices-for-mysql-2.sh</guid>
		<description><![CDATA[Performance Tuning Best Practices for MySQLGoogle engEDU43 min &#8211; Apr 28, 2006 Google TechTalks April 28, 2006 Jay Pipes Jay Pipes is a co-author of the recently published Pro MySQL (Apress, 2005), which covers all of the newest MySQL 5 features, as well as in-depth discussion and analysis of the MySQL server architecture, storage engines, [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><div>
<div></div>
<div><img src="http://video.google.com/ThumbnailServer2?app=vss&#038;contentid=cb05a9ff23a2096b&#038;offsetms=370000&#038;itag=w320&#038;lang=en&#038;sigh=rON-xvkVB9OV8zWxvFm5OyhKB7I" width="320" height="240" border="1" /></div>
</div>
<p><font size="+1">Performance Tuning Best Practices for MySQL</font><br /><font color="green">Google engEDU<br />43 min &#8211; Apr 28, 2006</font></p>
<p>Google TechTalks<br />
April 28, 2006</p>
<p>Jay Pipes<br />
Jay Pipes is a co-author of the recently published Pro MySQL (Apress, 2005), which covers all of the newest MySQL 5 features, as well as in-depth discussion and analysis of the MySQL <a href="http://tuxpirate.com/howto/server" class="st_tag internal_tag" rel="tag" title="Posts tagged with server">server</a> architecture, storage engines, transaction procesing, benchmarking, and advanced SQL scenarios. You can also see his name on articles appearing in <a href="http://tuxpirate.com/howto/linux" class="st_tag internal_tag" rel="tag" title="Posts tagged with linux">Linux</a> Magazine and can read more articles about MySQL at his website. </p>
<p><a href="http://tuxpirate.com/howto/abstract" class="st_tag internal_tag" rel="tag" title="Posts tagged with abstract">ABSTRACT</a><br />
Learn where to best focus your attention when tuning the performance of your applications and database servers, and how to effectively find the &quot;low hanging fruit&quot; on the tree of bottlenecks. It&#8217;s not rocket science, but with a bit of acquired skill and experience, and of course good habits, you too can do this magic! Jay Pipes is MySQL&#8217;s Community Relations Manager for North America.<span id="more-350"></span><br /><i>video</i><br />
<p><a href="http://tuxpirate.com/performance-tuning-best-practices-for-mysql-2.html"><em>Click here to view the embedded video.</em></a></p></p>
<hr />
<ul>
<li>Download: <a href="http://video.google.com/videofile/PerformanceTuningBes.mp4?docid=2524524540025172110&#038;itag=7">&#8220;Performance Tuning Best Practices For Mysql&#8221;</a> (video/mp4)</li>
</ul>
<p></p>
<!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Sphere: Related Content" onclick="return Sphere.Widget.search('http://tuxpirate.com/performance-tuning-best-practices-for-mysql-2.html')" href="http://www.sphere.com/search?q=sphereit:http://tuxpirate.com/performance-tuning-best-practices-for-mysql-2.html">Sphere: Related Content</a></span><br/><br/>
	Tags: <a href="http://tuxpirate.com/howto/abstract" title="abstract" rel="tag">abstract</a>, <a href="http://tuxpirate.com/howto/c" title="c" rel="tag">c</a>, <a href="http://tuxpirate.com/howto/discussion" title="discussion" rel="tag">discussion</a>, <a href="http://tuxpirate.com/howto/http" title="http" rel="tag">http</a>, <a href="http://tuxpirate.com/howto/lan" title="lan" rel="tag">lan</a>, <a href="http://tuxpirate.com/howto/linux" title="linux" rel="tag">linux</a>, <a href="http://tuxpirate.com/howto/mysql" title="mysql" rel="tag">mysql</a>, <a href="http://tuxpirate.com/howto/server" title="server" rel="tag">server</a>, <a href="http://tuxpirate.com/howto/sql" title="sql" rel="tag">sql</a>, <a href="http://tuxpirate.com/howto/ssi" title="ssi" rel="tag">ssi</a>, <a href="http://tuxpirate.com/howto/web" title="web" rel="tag">web</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://tuxpirate.com/15-views-of-a-node-link-graph-an-information-visualization-portfolio.html" title="15 Views Of A Node Link Graph: An Information Visualization Portfolio (February 27, 2008)">15 Views Of A Node Link Graph: An Information Visualization Portfolio</a> (0)</li>
	<li><a href="http://tuxpirate.com/235-infinity.html" title="235 Infinity (February 17, 2008)">235 Infinity</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-habits-for-effective-text-editing-20.html" title="7 Habits For Effective Text Editing 20 (February 1, 2008)">7 Habits For Effective Text Editing 20</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-ways-to-ruin-a-technological-revolution.html" title="7 Ways To Ruin A Technological Revolution (February 5, 2008)">7 Ways To Ruin A Technological Revolution</a> (0)</li>
	<li><a href="http://tuxpirate.com/a-googly-mysql-cluster-talk.html" title="A Googly Mysql Cluster Talk (January 24, 2008)">A Googly Mysql Cluster Talk</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://tuxpirate.com/performance-tuning-best-practices-for-mysql-2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Applications And The Ubiquitous Web</title>
		<link>http://tuxpirate.com/web-applications-and-the-ubiquitous-web-2.html</link>
		<comments>http://tuxpirate.com/web-applications-and-the-ubiquitous-web-2.html#comments</comments>
		<pubDate>Thu, 21 Feb 2008 03:43:17 +0000</pubDate>
		<dc:creator>Linux Poweruser Programmer</dc:creator>
				<category><![CDATA[documentation]]></category>
		<category><![CDATA[abstract]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[lan]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://tuxpirate.com/web-applications-and-the-ubiquitous-web-2.sh</guid>
		<description><![CDATA[Web Applications and the Ubiquitous WebGoogle engEDU1 hr &#8211; Feb 1, 2006 Google TechTalks February 1, 2006 Dave Raggett Dave Raggett is currently a W3C Fellow from Canon, and W3C Activity Lead for Multimodal Interaction. Dave has been closely involved with driving standards for the Web since 1992, e.g. setting up the IETF HTTP working [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><div>
<div></div>
<div><img src="http://video.google.com/ThumbnailServer2?app=vss&#038;contentid=ae6173a51948931b&#038;offsetms=430000&#038;itag=w320&#038;lang=en&#038;sigh=aspf5v9wKOnEfWEkH5hwqGh3h8k" width="320" height="240" border="1" /></div>
</div>
<p><font size="+1"><a href="http://tuxpirate.com/howto/web" class="st_tag internal_tag" rel="tag" title="Posts tagged with web">Web</a> Applications and the Ubiquitous <a href="http://tuxpirate.com/howto/web" class="st_tag internal_tag" rel="tag" title="Posts tagged with web">Web</a></font><br /><font color="green">Google engEDU<br />1 hr &#8211; Feb 1, 2006</font></p>
<p>Google TechTalks<br />
February 1, 2006</p>
<p>Dave Raggett</p>
<p>Dave Raggett is currently a W3C Fellow from Canon, and W3C Activity Lead for Multimodal Interaction. Dave has been closely involved with driving standards for the <a href="http://tuxpirate.com/howto/web" class="st_tag internal_tag" rel="tag" title="Posts tagged with web">Web</a> since 1992, e.g. setting up the IETF <a href="http://tuxpirate.com/howto/http" class="st_tag internal_tag" rel="tag" title="Posts tagged with http">HTTP</a> working group, helping with work on ECMAScript, and W3C work on HTML, XForms, MathML, VoiceXML and other related specifications. For further details see: <a href="http://tuxpirate.com/howto/http" class="st_tag internal_tag" rel="tag" title="Posts tagged with http">http</a>://www.w3.org/People/Raggett</p>
<p><a href="http://tuxpirate.com/howto/abstract" class="st_tag internal_tag" rel="tag" title="Posts tagged with abstract">ABSTRACT</a><br />
The <a href="http://tuxpirate.com/howto/web" class="st_tag internal_tag" rel="tag" title="Posts tagged with web">Web</a> is increasingly a ubiquitous platform for application developers. The talk will outline an emerging vision for the Ubiquitous <a href="http://tuxpirate.com/howto/web" class="st_tag internal_tag" rel="tag" title="Posts tagged with web">Web</a> and areas where further work is needed. I will also present work I have been doing on a <a href="http://tuxpirate.com/howto/web" class="st_tag internal_tag" rel="tag" title="Posts tagged with web">Web</a>-based alternative to Microsoft PowerPoint and its extension to support remote meetings. Finally, I will demonstrate the use of <a href="http://tuxpirate.com/howto/ajax" class="st_tag internal_tag" rel="tag" title="Posts tagged with ajax">AJAX</a> to add speech capabilities to <a href="http://tuxpirate.com/howto/web" class="st_tag internal_tag" rel="tag" title="Posts tagged with web">web</a> browsers and the role of remote speech engines.<span id="more-273"></span><br /><i>video</i><br />
<p><a href="http://tuxpirate.com/web-applications-and-the-ubiquitous-web-2.html"><em>Click here to view the embedded video.</em></a></p></p>
<hr />
<ul>
<li>Download: <a href="http://video.google.com/videofile/WebApplicationsandth.mp4?docid=8950294834635667990&#038;itag=7">&#8220;Web Applications And The Ubiquitous Web&#8221;</a> (video/mp4)</li>
</ul>
<p>
<ul>
<li>[1] <a href="http://www.w3.org/People/Raggett" rel="nofollow"><b>Web Applications And The Ubiquitous Web</b></a></li>
</ul>
<p></p>
<!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Sphere: Related Content" onclick="return Sphere.Widget.search('http://tuxpirate.com/web-applications-and-the-ubiquitous-web-2.html')" href="http://www.sphere.com/search?q=sphereit:http://tuxpirate.com/web-applications-and-the-ubiquitous-web-2.html">Sphere: Related Content</a></span><br/><br/>
	Tags: <a href="http://tuxpirate.com/howto/abstract" title="abstract" rel="tag">abstract</a>, <a href="http://tuxpirate.com/howto/ajax" title="ajax" rel="tag">ajax</a>, <a href="http://tuxpirate.com/howto/asp" title="asp" rel="tag">asp</a>, <a href="http://tuxpirate.com/howto/c" title="c" rel="tag">c</a>, <a href="http://tuxpirate.com/howto/html" title="html" rel="tag">html</a>, <a href="http://tuxpirate.com/howto/http" title="http" rel="tag">http</a>, <a href="http://tuxpirate.com/howto/lan" title="lan" rel="tag">lan</a>, <a href="http://tuxpirate.com/howto/script" title="script" rel="tag">script</a>, <a href="http://tuxpirate.com/howto/server" title="server" rel="tag">server</a>, <a href="http://tuxpirate.com/howto/web" title="web" rel="tag">web</a>, <a href="http://tuxpirate.com/howto/xml" title="xml" rel="tag">xml</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://tuxpirate.com/15-views-of-a-node-link-graph-an-information-visualization-portfolio.html" title="15 Views Of A Node Link Graph: An Information Visualization Portfolio (February 27, 2008)">15 Views Of A Node Link Graph: An Information Visualization Portfolio</a> (0)</li>
	<li><a href="http://tuxpirate.com/235-infinity.html" title="235 Infinity (February 17, 2008)">235 Infinity</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-habits-for-effective-text-editing-20.html" title="7 Habits For Effective Text Editing 20 (February 1, 2008)">7 Habits For Effective Text Editing 20</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-ways-to-ruin-a-technological-revolution.html" title="7 Ways To Ruin A Technological Revolution (February 5, 2008)">7 Ways To Ruin A Technological Revolution</a> (0)</li>
	<li><a href="http://tuxpirate.com/a-googly-mysql-cluster-talk.html" title="A Googly Mysql Cluster Talk (January 24, 2008)">A Googly Mysql Cluster Talk</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://tuxpirate.com/web-applications-and-the-ubiquitous-web-2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Towards Telesophy: Federating All The World&#8217; S Knowledge</title>
		<link>http://tuxpirate.com/towards-telesophy-federating-all-the-world-s-knowledge.html</link>
		<comments>http://tuxpirate.com/towards-telesophy-federating-all-the-world-s-knowledge.html#comments</comments>
		<pubDate>Thu, 21 Feb 2008 02:51:09 +0000</pubDate>
		<dc:creator>Linux Poweruser Programmer</dc:creator>
				<category><![CDATA[documentation]]></category>
		<category><![CDATA[abstract]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[lan]]></category>
		<category><![CDATA[local]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[nis]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[ssi]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://tuxpirate.com/towards-telesophy-federating-all-the-world-s-knowledge.sh</guid>
		<description><![CDATA[Towards Telesophy: Federating All the World&#8217; s KnowledgeGoogle engEDU1 hr 6 min &#8211; Jul 11, 2007 Google Tech Talks July 11, 2007 ABSTRACT The Net is the global network, which enables users worldwide to interact with information. As new technologies mature, the functions of the protocols deepen, moving closer to cyberspace visions of &#34;being one [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><div>
<div></div>
<div><img src="http://video.google.com/ThumbnailServer2?app=vss&#038;contentid=2e3f2b07d8fecebb&#038;offsetms=430000&#038;itag=w320&#038;lang=en&#038;sigh=zz88IiCiODk0XQy7jlLlySXm4xA" width="320" height="240" border="1" /></div>
</div>
<p><font size="+1">Towards Telesophy: Federating All the World&#8217; s Knowledge</font><br /><font color="green">Google engEDU<br />1 hr 6 min &#8211; Jul 11, 2007</font></p>
<p>Google Tech Talks<br />
July 11, 2007</p>
<p><a href="http://tuxpirate.com/howto/abstract" class="st_tag internal_tag" rel="tag" title="Posts tagged with abstract">ABSTRACT</a></p>
<p>The Net is the global network, which enables users worldwide to interact with information. As new technologies mature, the functions of the protocols deepen, moving closer to cyberspace visions of &quot;being one with all the world&#8217;s knowledge&quot;. The Evolution of the Net has already proceeded from data transmission in the Internet to information retrieval in the <a href="http://tuxpirate.com/howto/web" class="st_tag internal_tag" rel="tag" title="Posts tagged with web">Web</a>. The global protocols are evolving towards knowledge navigation in the Interspace, moving from syntax to semantics. In the future, infrastructure will support analysis, for interactive correlations across knowledge sources. This moves closer towards &quot;telesophy&quot;, (transparent infrastructure for) knowledge at a distance.</p>
<p>Getting from here to there will require a paradigm shift from central to distributed, from searching universal archives to navigating community repositories. Central archives partially survived the transition from a million repositories to a billion, but distributed indexing is necessary to scale to a trillion repositories in the next generation. Supporting scalable semantics requires divide-and-conquer to capture <a href="http://tuxpirate.com/howto/local" class="st_tag internal_tag" rel="tag" title="Posts tagged with local">local</a> context as an approximation to global meaning. Concept switches in the Interspace are the analogue of packet switches in the Internet, since user interaction is at the level of logical spaces rather than physical networks. This talk will describe the research technologies and trends creating the global infrastructure, with suggestions for hero experiments and hints at the new world of the near future.</p>
<p>Speaker: Bruce Schatz<br />
Bruce Schatz is Director of the CANIS (Community Architectures for Network Information Systems) Laboratory at the University of Illinois at Urbana-Champaign. He has been working on federating all the worldâ€™s knowledge by building pioneering research systems in industrial and academic settings. These include the first large-scale prototype for federating syntax (Telesophy at Bellcore in the 1980s), structure (DeLIver at UIUC in the 1990s), and semantics (BeeSpace at UIUC in the 2000s). During the 1980s, he was the member of the Internet Research Task Force focused on search and during the 1990s was the Principal Investigator of the Illinois project in the NSF Digital Libraries Initiative, the search flagship in the federal program that spun off Google.<span id="more-446"></span><br /><i>video</i><br />
<p><a href="http://tuxpirate.com/towards-telesophy-federating-all-the-world-s-knowledge.html"><em>Click here to view the embedded video.</em></a></p></p>
<hr />
<ul>
<li>Download: <a href="http://video.google.com/videofile/TowardsTelesophyFede.mp4?docid=7647504082657690483&#038;itag=7">&#8220;Towards Telesophy: Federating All The World&#8217; S Knowledge&#8221;</a> (video/mp4)</li>
</ul>
<p></p>
<!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Sphere: Related Content" onclick="return Sphere.Widget.search('http://tuxpirate.com/towards-telesophy-federating-all-the-world-s-knowledge.html')" href="http://www.sphere.com/search?q=sphereit:http://tuxpirate.com/towards-telesophy-federating-all-the-world-s-knowledge.html">Sphere: Related Content</a></span><br/><br/>
	Tags: <a href="http://tuxpirate.com/howto/abstract" title="abstract" rel="tag">abstract</a>, <a href="http://tuxpirate.com/howto/c" title="c" rel="tag">c</a>, <a href="http://tuxpirate.com/howto/http" title="http" rel="tag">http</a>, <a href="http://tuxpirate.com/howto/lan" title="lan" rel="tag">lan</a>, <a href="http://tuxpirate.com/howto/local" title="local" rel="tag">local</a>, <a href="http://tuxpirate.com/howto/network" title="network" rel="tag">network</a>, <a href="http://tuxpirate.com/howto/nis" title="nis" rel="tag">nis</a>, <a href="http://tuxpirate.com/howto/search" title="search" rel="tag">search</a>, <a href="http://tuxpirate.com/howto/server" title="server" rel="tag">server</a>, <a href="http://tuxpirate.com/howto/ssi" title="ssi" rel="tag">ssi</a>, <a href="http://tuxpirate.com/howto/web" title="web" rel="tag">web</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://tuxpirate.com/15-views-of-a-node-link-graph-an-information-visualization-portfolio.html" title="15 Views Of A Node Link Graph: An Information Visualization Portfolio (February 27, 2008)">15 Views Of A Node Link Graph: An Information Visualization Portfolio</a> (0)</li>
	<li><a href="http://tuxpirate.com/235-infinity.html" title="235 Infinity (February 17, 2008)">235 Infinity</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-habits-for-effective-text-editing-20.html" title="7 Habits For Effective Text Editing 20 (February 1, 2008)">7 Habits For Effective Text Editing 20</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-ways-to-ruin-a-technological-revolution.html" title="7 Ways To Ruin A Technological Revolution (February 5, 2008)">7 Ways To Ruin A Technological Revolution</a> (0)</li>
	<li><a href="http://tuxpirate.com/a-googly-mysql-cluster-talk.html" title="A Googly Mysql Cluster Talk (January 24, 2008)">A Googly Mysql Cluster Talk</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://tuxpirate.com/towards-telesophy-federating-all-the-world-s-knowledge.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pipes: A Tool For Remixing The Web</title>
		<link>http://tuxpirate.com/pipes-a-tool-for-remixing-the-web.html</link>
		<comments>http://tuxpirate.com/pipes-a-tool-for-remixing-the-web.html#comments</comments>
		<pubDate>Wed, 20 Feb 2008 20:33:04 +0000</pubDate>
		<dc:creator>Linux Poweruser Programmer</dc:creator>
				<category><![CDATA[documentation]]></category>
		<category><![CDATA[abstract]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[lan]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[ssi]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://tuxpirate.com/pipes-a-tool-for-remixing-the-web.sh</guid>
		<description><![CDATA[Pipes: A Tool For Remixing the WebGoogle engEDU45 min &#8211; Apr 2, 2007 Google Tech Talks April 2, 2007 ABSTRACT Pipes is a service platform for processing well-structured data such as RSS, Atom and RDF feeds in a Web-based visual programming environment. Developers can use Pipes to combine data sources and user input into mashups [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><div>
<div></div>
<div><img src="http://video.google.com/ThumbnailServer2?app=vss&#038;contentid=a8b2205da7decd0d&#038;offsetms=285000&#038;itag=w320&#038;lang=en&#038;sigh=0H721Qa9IGdOkq8kT9akz4MuVnk" width="320" height="240" border="1" /></div>
</div>
<p><font size="+1">Pipes: A Tool For Remixing the <a href="http://tuxpirate.com/howto/web" class="st_tag internal_tag" rel="tag" title="Posts tagged with web">Web</a></font><br /><font color="green">Google engEDU<br />45 min &#8211; Apr 2, 2007</font></p>
<p>Google Tech Talks<br />
April 2, 2007</p>
<p><a href="http://tuxpirate.com/howto/abstract" class="st_tag internal_tag" rel="tag" title="Posts tagged with abstract">ABSTRACT</a></p>
<p>Pipes is a service platform for processing well-structured data such as RSS, Atom and RDF feeds in a <a href="http://tuxpirate.com/howto/web" class="st_tag internal_tag" rel="tag" title="Posts tagged with web">Web</a>-based visual programming environment. Developers can use Pipes to combine data sources and user input into mashups without having to write code. These mashups, analogous in some ways to Unix pipes, can power badges on personal publishing sites, provide core functionality for <a href="http://tuxpirate.com/howto/web" class="st_tag internal_tag" rel="tag" title="Posts tagged with web">Web</a> applications, or serve as reusable components within the Pipes platform itself.</p>
<p>Here&#8217;s what Tim O&#8217;Reilly says about pipes: &quot;Yahoo!&#8217;s new Pipes service is a milestone in the history of the internet. It&#8217;s a service that generalizes the idea of the mashup, providing a drag and drop editor that allows you to connect internet data sources, process them, and redirect the output.&quot;</p>
<p>Speakers: Pasha Sadri &amp; Jonathan Trevor of Yahoo!<span id="more-463"></span><br /><i>video</i><br />
<p><a href="http://tuxpirate.com/pipes-a-tool-for-remixing-the-web.html"><em>Click here to view the embedded video.</em></a></p></p>
<hr />
<ul>
<li>Download: <a href="http://video.google.com/videofile/PipesAToolForRemixin.mp4?docid=8569811679113799879&#038;itag=7">&#8220;Pipes: A Tool For Remixing The Web&#8221;</a> (video/mp4)</li>
</ul>
<p></p>
<!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Sphere: Related Content" onclick="return Sphere.Widget.search('http://tuxpirate.com/pipes-a-tool-for-remixing-the-web.html')" href="http://www.sphere.com/search?q=sphereit:http://tuxpirate.com/pipes-a-tool-for-remixing-the-web.html">Sphere: Related Content</a></span><br/><br/>
	Tags: <a href="http://tuxpirate.com/howto/abstract" title="abstract" rel="tag">abstract</a>, <a href="http://tuxpirate.com/howto/c" title="c" rel="tag">c</a>, <a href="http://tuxpirate.com/howto/http" title="http" rel="tag">http</a>, <a href="http://tuxpirate.com/howto/lan" title="lan" rel="tag">lan</a>, <a href="http://tuxpirate.com/howto/programming" title="programming" rel="tag">programming</a>, <a href="http://tuxpirate.com/howto/rss" title="rss" rel="tag">rss</a>, <a href="http://tuxpirate.com/howto/server" title="server" rel="tag">server</a>, <a href="http://tuxpirate.com/howto/ssi" title="ssi" rel="tag">ssi</a>, <a href="http://tuxpirate.com/howto/web" title="web" rel="tag">web</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://tuxpirate.com/15-views-of-a-node-link-graph-an-information-visualization-portfolio.html" title="15 Views Of A Node Link Graph: An Information Visualization Portfolio (February 27, 2008)">15 Views Of A Node Link Graph: An Information Visualization Portfolio</a> (0)</li>
	<li><a href="http://tuxpirate.com/235-infinity.html" title="235 Infinity (February 17, 2008)">235 Infinity</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-habits-for-effective-text-editing-20.html" title="7 Habits For Effective Text Editing 20 (February 1, 2008)">7 Habits For Effective Text Editing 20</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-ways-to-ruin-a-technological-revolution.html" title="7 Ways To Ruin A Technological Revolution (February 5, 2008)">7 Ways To Ruin A Technological Revolution</a> (0)</li>
	<li><a href="http://tuxpirate.com/a-googly-mysql-cluster-talk.html" title="A Googly Mysql Cluster Talk (January 24, 2008)">A Googly Mysql Cluster Talk</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://tuxpirate.com/pipes-a-tool-for-remixing-the-web.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Science Commons</title>
		<link>http://tuxpirate.com/science-commons.html</link>
		<comments>http://tuxpirate.com/science-commons.html#comments</comments>
		<pubDate>Wed, 20 Feb 2008 19:53:11 +0000</pubDate>
		<dc:creator>Linux Poweruser Programmer</dc:creator>
				<category><![CDATA[documentation]]></category>
		<category><![CDATA[abstract]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[lan]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[ssi]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://tuxpirate.com/science-commons.sh</guid>
		<description><![CDATA[Science CommonsGoogle engEDU51 min &#8211; Jun 25, 2007 Google Tech Talks June 25, 2007 ABSTRACT Science Commons was launched to expand the Creative Commons mission into the scientific realm. James Boyle will be talking about two Science Commons projects: The Neurocommons and the Materials Transfer Project. The Materials Transfer Project uses standard machine readable licenses [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><div>
<div></div>
<div><img src="http://video.google.com/ThumbnailServer2?app=vss&#038;contentid=183fbd3e69cf1465&#038;offsetms=465000&#038;itag=w320&#038;lang=en&#038;sigh=VE5V_lkLVW6zl2Sj29mdlIsN-as" width="320" height="240" border="1" /></div>
</div>
<p><font size="+1">Science Commons</font><br /><font color="green">Google engEDU<br />51 min &#8211; Jun 25, 2007</font></p>
<p>Google Tech Talks<br />
June 25, 2007</p>
<p><a href="http://tuxpirate.com/howto/abstract" class="st_tag internal_tag" rel="tag" title="Posts tagged with abstract">ABSTRACT</a></p>
<p>Science Commons was launched to expand the Creative Commons mission into the scientific realm. James Boyle will be talking about two Science Commons projects: The Neurocommons and the Materials Transfer Project. The Materials Transfer Project uses standard machine readable licenses so that one day sharing biological materials between labs might be as easy as buying books from Amazon. If these words weren&#8217;t forbidden at Google, he&#8217;d describe the Neurocommons as a first draft of an open &quot;semantic <a href="http://tuxpirate.com/howto/web" class="st_tag internal_tag" rel="tag" title="Posts tagged with web">web</a>&quot; for neurology. The overall goal is to take some of the ingenuity we devote to allowing teenagers to flirt with each other online, or people to share and find mashups, and use it to reduce the transaction costs of science and make it selfishly beneficial for scientists to share more, and more easily.<span id="more-301"></span><br /><i>video</i><br />
<p><a href="http://tuxpirate.com/science-commons.html"><em>Click here to view the embedded video.</em></a></p></p>
<hr />
<ul>
<li>Download: <a href="http://video.google.com/videofile/ScienceCommons.mp4?docid=-7568550928088033955&#038;itag=7">&#8220;Science Commons&#8221;</a> (video/mp4)</li>
</ul>
<p></p>
<!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Sphere: Related Content" onclick="return Sphere.Widget.search('http://tuxpirate.com/science-commons.html')" href="http://www.sphere.com/search?q=sphereit:http://tuxpirate.com/science-commons.html">Sphere: Related Content</a></span><br/><br/>
	Tags: <a href="http://tuxpirate.com/howto/abstract" title="abstract" rel="tag">abstract</a>, <a href="http://tuxpirate.com/howto/c" title="c" rel="tag">c</a>, <a href="http://tuxpirate.com/howto/http" title="http" rel="tag">http</a>, <a href="http://tuxpirate.com/howto/lan" title="lan" rel="tag">lan</a>, <a href="http://tuxpirate.com/howto/server" title="server" rel="tag">server</a>, <a href="http://tuxpirate.com/howto/ssi" title="ssi" rel="tag">ssi</a>, <a href="http://tuxpirate.com/howto/web" title="web" rel="tag">web</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://tuxpirate.com/15-views-of-a-node-link-graph-an-information-visualization-portfolio.html" title="15 Views Of A Node Link Graph: An Information Visualization Portfolio (February 27, 2008)">15 Views Of A Node Link Graph: An Information Visualization Portfolio</a> (0)</li>
	<li><a href="http://tuxpirate.com/235-infinity.html" title="235 Infinity (February 17, 2008)">235 Infinity</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-habits-for-effective-text-editing-20.html" title="7 Habits For Effective Text Editing 20 (February 1, 2008)">7 Habits For Effective Text Editing 20</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-ways-to-ruin-a-technological-revolution.html" title="7 Ways To Ruin A Technological Revolution (February 5, 2008)">7 Ways To Ruin A Technological Revolution</a> (0)</li>
	<li><a href="http://tuxpirate.com/a-googly-mysql-cluster-talk.html" title="A Googly Mysql Cluster Talk (January 24, 2008)">A Googly Mysql Cluster Talk</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://tuxpirate.com/science-commons.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Knowledge Representation And The Semantic Web</title>
		<link>http://tuxpirate.com/knowledge-representation-and-the-semantic-web.html</link>
		<comments>http://tuxpirate.com/knowledge-representation-and-the-semantic-web.html#comments</comments>
		<pubDate>Wed, 20 Feb 2008 06:43:48 +0000</pubDate>
		<dc:creator>Linux Poweruser Programmer</dc:creator>
				<category><![CDATA[documentation]]></category>
		<category><![CDATA[abstract]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[lan]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[ssi]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://tuxpirate.com/knowledge-representation-and-the-semantic-web.sh</guid>
		<description><![CDATA[Knowledge Representation and the Semantic WebGoogle engEDU56 min &#8211; Jan 25, 2006 Google TechTalks January 25, 2006 Peter Patel-Schneider http://www-db.research.bell-labs.com/user/pfps/ ABSTRACT The Semantic Web has been attracting considerable attention the last few years. From the point of view of Knowledge Representation, the Semantic Web affords opportunities for both research and application. However, several aspects of [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><div>
<div></div>
<div><img src="http://video.google.com/ThumbnailServer2?app=vss&#038;contentid=8c81e868fc398ca0&#038;offsetms=350000&#038;itag=w320&#038;lang=en&#038;sigh=Kcd7FCTfgn_GBMvatqtpuhwZsIQ" width="320" height="240" border="1" /></div>
</div>
<p><font size="+1">Knowledge Representation and the Semantic <a href="http://tuxpirate.com/howto/web" class="st_tag internal_tag" rel="tag" title="Posts tagged with web">Web</a></font><br /><font color="green">Google engEDU<br />56 min &#8211; Jan 25, 2006</font></p>
<p>Google TechTalks<br />
January 25, 2006</p>
<p>Peter Patel-Schneider</p>
<p><a href="http://tuxpirate.com/howto/http" class="st_tag internal_tag" rel="tag" title="Posts tagged with http">http</a>://www-db.research.bell-labs.com/user/pfps/</p>
<p><a href="http://tuxpirate.com/howto/abstract" class="st_tag internal_tag" rel="tag" title="Posts tagged with abstract">ABSTRACT</a><br />
The Semantic <a href="http://tuxpirate.com/howto/web" class="st_tag internal_tag" rel="tag" title="Posts tagged with web">Web</a> has been attracting considerable attention the last few years. From the point of view of Knowledge Representation, the Semantic <a href="http://tuxpirate.com/howto/web" class="st_tag internal_tag" rel="tag" title="Posts tagged with web">Web</a> affords opportunities for both research and application.</p>
<p>However, several aspects of the Semantic <a href="http://tuxpirate.com/howto/web" class="st_tag internal_tag" rel="tag" title="Posts tagged with web">Web</a>, as it has been envisioned, cause problems from the Knowledge Representation viewpoint. Overcoming some of these problems has resulted in a more formal basis for the Semantic <a href="http://tuxpirate.com/howto/web" class="st_tag internal_tag" rel="tag" title="Posts tagged with web">Web</a> and an increase in expressive power in Semantic <a href="http://tuxpirate.com/howto/web" class="st_tag internal_tag" rel="tag" title="Posts tagged with web">Web</a> languages. Other of these problems still remain and need a new vision of the Semantic <a href="http://tuxpirate.com/howto/web" class="st_tag internal_tag" rel="tag" title="Posts tagged with web">Web</a> from a Knowledge Representation viewpoint.<span id="more-498"></span><br /><i>video</i><br />
<p><a href="http://tuxpirate.com/knowledge-representation-and-the-semantic-web.html"><em>Click here to view the embedded video.</em></a></p></p>
<hr />
<ul>
<li>Download: <a href="http://video.google.com/videofile/KnowledgeRepresentat.mp4?docid=-661464686397234947&#038;itag=7">&#8220;Knowledge Representation And The Semantic Web&#8221;</a> (video/mp4)</li>
</ul>
<p>
<ul>
<li>[1] <a href="http://www-db.research.bell-labs.com/user/pfps/" rel="nofollow"><b>Knowledge Representation And The Semantic Web</b></a></li>
</ul>
<p></p>
<!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Sphere: Related Content" onclick="return Sphere.Widget.search('http://tuxpirate.com/knowledge-representation-and-the-semantic-web.html')" href="http://www.sphere.com/search?q=sphereit:http://tuxpirate.com/knowledge-representation-and-the-semantic-web.html">Sphere: Related Content</a></span><br/><br/>
	Tags: <a href="http://tuxpirate.com/howto/abstract" title="abstract" rel="tag">abstract</a>, <a href="http://tuxpirate.com/howto/asp" title="asp" rel="tag">asp</a>, <a href="http://tuxpirate.com/howto/c" title="c" rel="tag">c</a>, <a href="http://tuxpirate.com/howto/http" title="http" rel="tag">http</a>, <a href="http://tuxpirate.com/howto/lan" title="lan" rel="tag">lan</a>, <a href="http://tuxpirate.com/howto/search" title="search" rel="tag">search</a>, <a href="http://tuxpirate.com/howto/server" title="server" rel="tag">server</a>, <a href="http://tuxpirate.com/howto/ssi" title="ssi" rel="tag">ssi</a>, <a href="http://tuxpirate.com/howto/web" title="web" rel="tag">web</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://tuxpirate.com/15-views-of-a-node-link-graph-an-information-visualization-portfolio.html" title="15 Views Of A Node Link Graph: An Information Visualization Portfolio (February 27, 2008)">15 Views Of A Node Link Graph: An Information Visualization Portfolio</a> (0)</li>
	<li><a href="http://tuxpirate.com/235-infinity.html" title="235 Infinity (February 17, 2008)">235 Infinity</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-habits-for-effective-text-editing-20.html" title="7 Habits For Effective Text Editing 20 (February 1, 2008)">7 Habits For Effective Text Editing 20</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-ways-to-ruin-a-technological-revolution.html" title="7 Ways To Ruin A Technological Revolution (February 5, 2008)">7 Ways To Ruin A Technological Revolution</a> (0)</li>
	<li><a href="http://tuxpirate.com/a-googly-mysql-cluster-talk.html" title="A Googly Mysql Cluster Talk (January 24, 2008)">A Googly Mysql Cluster Talk</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://tuxpirate.com/knowledge-representation-and-the-semantic-web.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Structuring Personal Information When Everything Can Be Saved And Searched</title>
		<link>http://tuxpirate.com/structuring-personal-information-when-everything-can-be-saved-and-searched.html</link>
		<comments>http://tuxpirate.com/structuring-personal-information-when-everything-can-be-saved-and-searched.html#comments</comments>
		<pubDate>Tue, 19 Feb 2008 08:29:55 +0000</pubDate>
		<dc:creator>Linux Poweruser Programmer</dc:creator>
				<category><![CDATA[documentation]]></category>
		<category><![CDATA[abstract]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[lan]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[references]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://tuxpirate.com/structuring-personal-information-when-everything-can-be-saved-and-searched.sh</guid>
		<description><![CDATA[Structuring Personal Information When Everything Can Be Saved and Searched&#8230;Google engEDU58 min &#8211; May 17, 2006 Google TechTalks May 17, 2006 William Jones William Jones is an Research Associate Professor in The Information School at the University of Washington where he manages the Keeping Found Things Found project (funded by the National Science Foundation , [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><div>
<div></div>
<div><img src="http://video.google.com/ThumbnailServer2?app=vss&#038;contentid=d67f679c08efe3f6&#038;offsetms=325000&#038;itag=w320&#038;lang=en&#038;sigh=Q1npsAezw5Byc44EY8YS6306XA8" width="320" height="240" border="1" /></div>
</div>
<p><font size="+1">Structuring Personal Information When Everything Can Be Saved and Searched&#8230;</font><br /><font color="green">Google engEDU<br />58 min &#8211; May 17, 2006</font></p>
<p>Google TechTalks<br />
May 17, 2006</p>
<p>William Jones<br />
William Jones is an Research Associate Professor in The Information School at the University of Washington where he manages the Keeping Found Things Found project (funded by the National Science Foundation , <a href="http://tuxpirate.com/howto/http" class="st_tag internal_tag" rel="tag" title="Posts tagged with http">http</a>://kftf.ischool.washington.edu/index.<a href="http://tuxpirate.com/howto/asp" class="st_tag internal_tag" rel="tag" title="Posts tagged with asp">asp</a>; see also <a href="http://tuxpirate.com/howto/http" class="st_tag internal_tag" rel="tag" title="Posts tagged with http">http</a>://pim.ischool.washington.edu/).</p>
<p><a href="http://tuxpirate.com/howto/abstract" class="st_tag internal_tag" rel="tag" title="Posts tagged with abstract">ABSTRACT</a><br />
Many people are curators, consciously or not, of large and growing collections of personal information. People collect articles, books, magazines, recipes, songs, pictures, etc. They collect still more information with no clear subordinating category other than &quot;stuff&quot;.</p>
<p>Or, perhaps more accurately, the information itself &quot;collects&quot;. People can have gigabytes of storage representing email messages, electronic documents and various other files. They may have large numbers of references that point to information on the <a href="http://tuxpirate.com/howto/web" class="st_tag internal_tag" rel="tag" title="Posts tagged with web">Web</a>. And people often still have large amounts of information on paper.</p>
<p>This talk will describe exploratory research to understand better how people manage ever larger collections of their personal information, the kinds of problems people encounter as they do so, and the kinds of support people need in order to &quot;manage&quot; better ? to manage not only the information but the various activities for which this information is needed.<span id="more-448"></span><br /><i>video</i><br />
<p><a href="http://tuxpirate.com/structuring-personal-information-when-everything-can-be-saved-and-searched.html"><em>Click here to view the embedded video.</em></a></p></p>
<hr />
<ul>
<li>Download: <a href="http://video.google.com/videofile/StructuringPersonalI.mp4?docid=-5330121659570932167&#038;itag=7">&#8220;Structuring Personal Information When Everything Can Be Saved And Searched&#8221;</a> (video/mp4)</li>
</ul>
<p>
<ul>
<li>[1] <a href="http://kftf.ischool.washington.edu/index.asp;" rel="nofollow"><b>Structuring Personal Information When Everything Can Be Saved And Searched</b></a></li>
<li>[2] <a href="http://pim.ischool.washington.edu/)." rel="nofollow"><b>Structuring Personal Information When Everything Can Be Saved And Searched</b></a></li>
</ul>
<p></p>
<!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Sphere: Related Content" onclick="return Sphere.Widget.search('http://tuxpirate.com/structuring-personal-information-when-everything-can-be-saved-and-searched.html')" href="http://www.sphere.com/search?q=sphereit:http://tuxpirate.com/structuring-personal-information-when-everything-can-be-saved-and-searched.html">Sphere: Related Content</a></span><br/><br/>
	Tags: <a href="http://tuxpirate.com/howto/abstract" title="abstract" rel="tag">abstract</a>, <a href="http://tuxpirate.com/howto/asp" title="asp" rel="tag">asp</a>, <a href="http://tuxpirate.com/howto/c" title="c" rel="tag">c</a>, <a href="http://tuxpirate.com/howto/http" title="http" rel="tag">http</a>, <a href="http://tuxpirate.com/howto/lan" title="lan" rel="tag">lan</a>, <a href="http://tuxpirate.com/howto/mail" title="mail" rel="tag">mail</a>, <a href="http://tuxpirate.com/howto/references" title="references" rel="tag">references</a>, <a href="http://tuxpirate.com/howto/search" title="search" rel="tag">search</a>, <a href="http://tuxpirate.com/howto/server" title="server" rel="tag">server</a>, <a href="http://tuxpirate.com/howto/web" title="web" rel="tag">web</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://tuxpirate.com/15-views-of-a-node-link-graph-an-information-visualization-portfolio.html" title="15 Views Of A Node Link Graph: An Information Visualization Portfolio (February 27, 2008)">15 Views Of A Node Link Graph: An Information Visualization Portfolio</a> (0)</li>
	<li><a href="http://tuxpirate.com/235-infinity.html" title="235 Infinity (February 17, 2008)">235 Infinity</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-habits-for-effective-text-editing-20.html" title="7 Habits For Effective Text Editing 20 (February 1, 2008)">7 Habits For Effective Text Editing 20</a> (0)</li>
	<li><a href="http://tuxpirate.com/7-ways-to-ruin-a-technological-revolution.html" title="7 Ways To Ruin A Technological Revolution (February 5, 2008)">7 Ways To Ruin A Technological Revolution</a> (0)</li>
	<li><a href="http://tuxpirate.com/a-googly-mysql-cluster-talk.html" title="A Googly Mysql Cluster Talk (January 24, 2008)">A Googly Mysql Cluster Talk</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://tuxpirate.com/structuring-personal-information-when-everything-can-be-saved-and-searched.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

