<?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; summary</title>
	<atom:link href="http://tuxpirate.com/howto/summary/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>Html Forms Next Generation</title>
		<link>http://tuxpirate.com/html-forms-next-generation.html</link>
		<comments>http://tuxpirate.com/html-forms-next-generation.html#comments</comments>
		<pubDate>Sun, 17 Feb 2008 00:33:30 +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[firefox]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[lan]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[ssi]]></category>
		<category><![CDATA[summary]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://tuxpirate.com/html-forms-next-generation.sh</guid>
		<description><![CDATA[HTML forms Next GenerationGoogle engEDU53 min &#8211; Mar 5, 2007 Google Tech Talks March 5, 2007 ABSTRACT Web-based replacements for spreadsheets and simple forms By Dave Raggett, W3C Fellow and Principal Researcher at Volantis Systems. The ability to collect data from users and to submit it to servers has become a very important part of [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><div>
<div></div>
<div><img src="http://video.google.com/ThumbnailServer2?app=vss&#038;contentid=dd28323a51be2053&#038;offsetms=605000&#038;itag=w320&#038;lang=en&#038;sigh=uoIIXE4as3h0VBEo4zz1kT3YtGc" width="320" height="240" border="1" /></div>
</div>
<p><font size="+1"><a href="http://tuxpirate.com/howto/html" class="st_tag internal_tag" rel="tag" title="Posts tagged with html">HTML</a> forms Next Generation</font><br /><font color="green">Google engEDU<br />53 min &#8211; Mar 5, 2007</font></p>
<p>Google Tech Talks<br />
March 5, 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><a href="http://tuxpirate.com/howto/web" class="st_tag internal_tag" rel="tag" title="Posts tagged with web">Web</a>-based replacements for spreadsheets and simple forms</p>
<p>By Dave Raggett, W3C Fellow and Principal Researcher at Volantis Systems.</p>
<p>The ability to collect data from users and to submit it to servers has become a very important part of the <a href="http://tuxpirate.com/howto/web" class="st_tag internal_tag" rel="tag" title="Posts tagged with web">Web</a>. Forms are often supplemented by <a href="http://tuxpirate.com/howto/web" class="st_tag internal_tag" rel="tag" title="Posts tagged with web">Web</a> page scripts that enable the data to be checked as the user is filling out the form and before sending it to the <a href="http://tuxpirate.com/howto/server" class="st_tag internal_tag" rel="tag" title="Posts tagged with server">server</a>. These scripts can get quite complicated to develop and to maintain, making it interesting to explore ideas for replacing such scripts by equivalent declarative approaches.</p>
<p>XForms-Tiny is an incremental extension of HTML4 forms that can be deployed on today&#8217;s <a href="http://tuxpirate.com/howto/web" class="st_tag internal_tag" rel="tag" title="Posts tagged with web">Web</a> browsers using an open source cross-browser <a href="http://tuxpirate.com/howto/javascript" class="st_tag internal_tag" rel="tag" title="Posts tagged with javascript">JavaScript</a> library that works on Internet Explorer 6 and 7, <a href="http://tuxpirate.com/howto/firefox" class="st_tag internal_tag" rel="tag" title="Posts tagged with firefox">Firefox</a> 1.5 and 2, Opera 9, Konqueror 3.5, and Safari, When delivered via <a href="http://tuxpirate.com/howto/http" class="st_tag internal_tag" rel="tag" title="Posts tagged with http">HTTP</a> as a compressed file, the download size is only 6 Kilo Bytes.</p>
<p>XForms-Tiny provides authors with the means to use simple <a href="http://tuxpirate.com/howto/javascript" class="st_tag internal_tag" rel="tag" title="Posts tagged with javascript">JavaScript</a> expressions for validating field values and spreadsheet-like formulae for computed fields, but also the means to describe repeating groups of fields, e.g. for line items in a purchase order. XForms-Tiny further provides for suppression of irrelevant parts of forms and context dependent control over which fields must be filled out. All this is possible without the page author needing to write any lines of client-side <a href="http://tuxpirate.com/howto/script" class="st_tag internal_tag" rel="tag" title="Posts tagged with script">script</a>.</p>
<p>This talk will present XForms-Tiny and place it in the context of related work (<a href="http://tuxpirate.com/howto/web" class="st_tag internal_tag" rel="tag" title="Posts tagged with web">Web</a> Forms 2.0, XForms-Basic, and XForms full) as well as the challenges for dealing with the small displays on mobile devices.</p>
<p>You will also learn about new approaches for browser-based editors that avoid the pitfalls of designMode and which are paving the way for a replacement for spreadsheets, browser-based editing of slide presentations and much more.</p>
<p>If people are interested and there is time available, I could also give a brief <a href="http://tuxpirate.com/howto/summary" class="st_tag internal_tag" rel="tag" title="Posts tagged with summary">summary</a> of the impending W3C Ubiquitous <a href="http://tuxpirate.com/howto/web" class="st_tag internal_tag" rel="tag" title="Posts tagged with web">Web</a> Applications working group that applies markup and eventing to simplify the <a href="http://tuxpirate.com/howto/development" class="st_tag internal_tag" rel="tag" title="Posts tagged with development">development</a> of distributed applications across a wide variety of <a href="http://tuxpirate.com/howto/network" class="st_tag internal_tag" rel="tag" title="Posts tagged with network">network</a> appliances including desktop computers, office equipment, home media appliances, mobile devices (phones), physical sensors and effectors.</p>
<p><a href="http://tuxpirate.com/howto/http" class="st_tag internal_tag" rel="tag" title="Posts tagged with http">http</a>://www.w3.org/2007/03/<a href="http://tuxpirate.com/howto/html" class="st_tag internal_tag" rel="tag" title="Posts tagged with html">html</a>-forms<span id="more-416"></span><br /><i>video</i><br />
<p><a href="http://tuxpirate.com/html-forms-next-generation.html"><em>Click here to view the embedded video.</em></a></p></p>
<hr />
<ul>
<li>Download: <a href="http://video.google.com/videofile/HTMLformsNextGenerat.mp4?docid=-6347740793556865808&#038;itag=7">&#8220;Html Forms Next Generation&#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/html-forms-next-generation.html')" href="http://www.sphere.com/search?q=sphereit:http://tuxpirate.com/html-forms-next-generation.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/firefox" title="firefox" rel="tag">firefox</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/java" title="java" rel="tag">java</a>, <a href="http://tuxpirate.com/howto/javascript" title="javascript" rel="tag">javascript</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/script" title="script" rel="tag">script</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/summary" title="summary" rel="tag">summary</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/html-forms-next-generation.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Everything You Wanted To Know About Stem Cells But Were Afraid To Ask</title>
		<link>http://tuxpirate.com/everything-you-wanted-to-know-about-stem-cells-but-were-afraid-to-ask.html</link>
		<comments>http://tuxpirate.com/everything-you-wanted-to-know-about-stem-cells-but-were-afraid-to-ask.html#comments</comments>
		<pubDate>Tue, 05 Feb 2008 07:34:03 +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[http]]></category>
		<category><![CDATA[lan]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[summary]]></category>

		<guid isPermaLink="false">http://tuxpirate.com/everything-you-wanted-to-know-about-stem-cells-but-were-afraid-to-ask.sh</guid>
		<description><![CDATA[Everything You Wanted To Know About Stem Cells&#8230; But Were Afraid To AskGoogle engEDU52 min &#8211; Jul 31, 2007 Google Tech Talks July 31, 2007 ABSTRACT Stem cell technology and the debate surrounding it has generated a great deal of excitement and controversy in recent years. The field is surrounded by misconceptions, hype and yet [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><div>
<div></div>
<div><img src="http://video.google.com/ThumbnailServer2?app=vss&#038;contentid=1ebe9b3fe66679e7&#038;offsetms=95000&#038;itag=w320&#038;lang=en&#038;sigh=-_NJARivH9QOh15Q0sd44VEffGY" width="320" height="240" border="1" /></div>
</div>
<p><font size="+1">Everything You Wanted To Know About Stem Cells&#8230; But Were Afraid To Ask</font><br /><font color="green">Google engEDU<br />52 min &#8211; Jul 31, 2007</font></p>
<p>Google Tech Talks<br />
July 31, 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>Stem cell technology and the debate surrounding it has generated a great deal of excitement and controversy in recent years. The field is surrounded by misconceptions, hype and yet very significant potential. In this talk we&#8217;ll cover: defining what are stem cells really and where do they come from&#8230; the differences between embryonic stem cells and &#8216;adult stem cells&#8217; (i.e. derived from our own bone marrow, fat, umbilical cord blood, placentas and even our kids teeth) and emerging technologies to utilize these cells in powerful and novel ways. We&#8217;ll cover current clinical uses of stem cells, ongoing clinical trials in regenerative medicine (i.e. using marrow derived cells to treat heart attacks, vascular disease, stroke and even diabetes), upcoming trials utilizing embryonic stem cells, and some of the likely near term and future applications as well as challenges remaining in order for this field to reach its full potential.</p>
<p>Speaker:  Daniel Kraft, MD</p>
<p>Dr. Daniel Kraft will provide an overview of stem cell biology, including embryonic and adult stem cells, their current use in the clinic, and ongoing developments in the push for therapeutic applications utilizing stem cells for use in biomedicine and the evolving field of tissue engineering and regenerative medicine. This talk will include a <a href="http://tuxpirate.com/howto/summary" class="st_tag internal_tag" rel="tag" title="Posts tagged with summary">summary</a> of major stem cell technologies, and related bioengineering and devices.</p>
<p>Daniel Kraft, MD is a physician-scientist at Stanford University Medical School, where his clinical focus is hematology/oncology and stem cell transplantation. He is also on clinical faculty at UCSF on the bone marrow transplant service and is a lecturer for the Stanford Bioengineering program. Daniel graduated cum laude from Brown University, and received his medical degree from Stanford University, where he was also a Howard Hughes Research Fellow, and graduated with honors in research. He went on to complete a combined residency at Harvard in Internal Medicine and Pediatrics at the Massachusetts General Hospital and Boston Children&#8217;s Hospital, followed by fellowships in hematology/oncology and bone marrow transplantation at Stanford. He is currently funded by the NIH and conducting research in the laboratory of Irv Weissman.<span id="more-223"></span><br /><i>video</i><br />
<p><a href="http://tuxpirate.com/everything-you-wanted-to-know-about-stem-cells-but-were-afraid-to-ask.html"><em>Click here to view the embedded video.</em></a></p></p>
<hr />
<ul>
<li>Download: <a href="http://video.google.com/videofile/EverythingYouWantedT.mp4?docid=-7321008550492612877&#038;itag=7">&#8220;Everything You Wanted To Know About Stem Cells But Were Afraid To Ask&#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/everything-you-wanted-to-know-about-stem-cells-but-were-afraid-to-ask.html')" href="http://www.sphere.com/search?q=sphereit:http://tuxpirate.com/everything-you-wanted-to-know-about-stem-cells-but-were-afraid-to-ask.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/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/summary" title="summary" rel="tag">summary</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/everything-you-wanted-to-know-about-stem-cells-but-were-afraid-to-ask.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

