<?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>techbits.de &#187; google</title>
	<atom:link href="http://www.techbits.de/tag/google/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techbits.de</link>
	<description>thoughts on hardware, software, development and tech news</description>
	<lastBuildDate>Thu, 11 Feb 2010 21:37:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>&#8220;Continue later&#8221; for filling out Google Docs Forms</title>
		<link>http://www.techbits.de/2009/07/23/continue-later-for-filling-out-google-docs-forms/</link>
		<comments>http://www.techbits.de/2009/07/23/continue-later-for-filling-out-google-docs-forms/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 17:03:02 +0000</pubDate>
		<dc:creator>florian</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[docs]]></category>
		<category><![CDATA[fillout]]></category>
		<category><![CDATA[forms]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[interrupt]]></category>
		<category><![CDATA[survey]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.techbits.de/?p=177</guid>
		<description><![CDATA[Google Docs/Spreadsheets forms can be used easily as a simple survey tool. You just have to send a link to the participants who have to fill out and submit the form. The only problem: The forms have to be filled out in one go, you can not come back later and continue editing the form. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://googledocs.blogspot.com/2008/02/stop-sharing-spreadsheets-start.html">Google Docs/Spreadsheets forms</a> can be used easily as a simple survey tool. You just have to send a link to the participants who have to fill out and submit the form. The only problem: The forms have to be filled out in one go, you can not come back later and continue editing the form. Of cause this is particularly bad when you a have a really long questionnaire.</p>
<p>On way to provide the &#8220;continue later&#8221; functionality is to use a tool that saves your web browser&#8217;s form state. <a href="https://addons.mozilla.org/de/firefox/addon/6984">Lazarus: Form Recovery</a> is one of those tools for Firefox that constantly saves the state of your web forms and allows you to load previous content when you return to a website. This works very well with Google Docs Forms. You can interrupt filling out the form at any time, return later and restore the information you previously entered with a few clicks.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techbits.de/2009/07/23/continue-later-for-filling-out-google-docs-forms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>StarRating GWT widget</title>
		<link>http://www.techbits.de/2006/09/05/starrating-gwt-widget/</link>
		<comments>http://www.techbits.de/2006/09/05/starrating-gwt-widget/#comments</comments>
		<pubDate>Tue, 05 Sep 2006 19:02:43 +0000</pubDate>
		<dc:creator>florian</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[gwt]]></category>
		<category><![CDATA[starrating]]></category>
		<category><![CDATA[webtoolkit]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://www.techbits.de/2006/09/05/starrating-gwt-widget/</guid>
		<description><![CDATA[					I recently experimented with Google Web Toolkit (GWT) and created a widget in the process. Itâ€™s a simple rating control as seen on many websites where users can submit a rating by clicking on a number of stars.

The control currently features:

a custom number of stars in one row (horizontal)
a mouse hover effect
provides an RPC service [...]]]></description>
			<content:encoded><![CDATA[<p>					I recently experimented with <a href="http://code.google.com/webtoolkit/">Google Web Toolkit (GWT)</a> and created a widget in the process. Itâ€™s a simple rating control as seen on many websites where users can submit a rating by clicking on a number of stars.<br />
<img id="image41" src="http://www.techbits.de/wp-content/uploads/2006/09/starrating2.png" alt="StarRating Example Application"><br />
The control currently features:</p>
<ul>
<li>a custom number of stars in one row (horizontal)</li>
<li>a mouse hover effect</li>
<li>provides an RPC service interface to store and retrieve rating data</li>
<li>client side usage without a service is possible</li>
<li>ui customization via CSS is possible</li>
</ul>
<p>Some features that are missing:</p>
<ul>
<li>client side usage needs a listener when the rating has changed.</li>
<li>the progress indicator is not customizable (image url in the java source).</li>
<li>itâ€™s not as elegant or efficient as e.g. this <a href="http://komodomedia.com/blog/index.php/2006/01/09/css-star-rating-part-deux/#">CSS based star rating</a>.</li>
<li>no keyboard support like the <a href="http://gwt.components.googlepages.com/rateit">rate it widget in the gwt components library</a>.</li>
</ul>
<p>Nevertheless I believe this is pretty usable and maybe Iâ€™ll submit the widget to the <a href="http://gwt-widget.sourceforge.net/">GWT Widget Library Project</a> if it is welcome. Anyway, feel free to use it but I wonâ€™t promise any further support &#8211; weâ€™ll see. Here is the <a href="http://www.techbits.de/wp-content/uploads/2006/09/starratingwidget.zip">sourcecode of the StarRating widget</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techbits.de/2006/09/05/starrating-gwt-widget/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
