<?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>sven.buschbeck &#187; uncategorized</title>
	<atom:link href="http://svenbuschbeck.net/wordpress/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://svenbuschbeck.net/wordpress</link>
	<description>. . . .portfolio.blog. . . .human-computer-interaction. .semantic-web. .computer-science. .communication-design. . . . . . . . . . . . . . . . . . . . . . . . .</description>
	<lastBuildDate>Tue, 31 Jan 2012 09:55:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>&#8220;An invalid or illegal string was specified&#8221; Exception in GWT</title>
		<link>http://svenbuschbeck.net/wordpress/2012/01/exception-in-gwt/</link>
		<comments>http://svenbuschbeck.net/wordpress/2012/01/exception-in-gwt/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 09:53:01 +0000</pubDate>
		<dc:creator>Sven Buschbeck</dc:creator>
				<category><![CDATA[uncategorized]]></category>

		<guid isPermaLink="false">http://svenbuschbeck.net/wordpress/?p=1104</guid>
		<description><![CDATA[While working with canvas (drawing stuff on it) in GWT, suddenly and in a seemingly unpredictable manner I got following error message now and then from within the GWT framework code: com.google.gwt.core.client.JavaScriptException: (NS_ERROR_DOM_SYNTAX_ERR): An invalid or illegal string was specified; Again, GWT tricked me into thinking I am writing Java code and made me forget [...]]]></description>
			<content:encoded><![CDATA[<p>While working with canvas (drawing stuff on it) in GWT, suddenly and in a seemingly unpredictable manner I got following error message now and then from within the GWT framework code:</p>
<p><code>com.google.gwt.core.client.JavaScriptException: (NS_ERROR_DOM_SYNTAX_ERR): An invalid or illegal string was specified</code>;</p>
<p>Again, GWT tricked me into thinking I am writing Java code and made me forget about that it is going to be compiled into Javascript. And because of the latter, a division by zero does not throw an DevisionByZeroException, no, it returns NaN even for native data types (there is no differentiation between double and Double in Javascript &#8211; there is only the object-version of double, which can be of value Double.NaN).</p>
<p>But also GWT was not prepared to handle Double.NaN. When calling <code>canvas.getContext().drawImage(image,x,y)</code> and one of x and y or both were Double.NaN I got the error message shown above. If you got the same&#8230; you know what to do: <strong>check all devisions in your code for potential devisions by zero!!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://svenbuschbeck.net/wordpress/2012/01/exception-in-gwt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flickering Screen with ATI Radeon X1400 and Ubuntu</title>
		<link>http://svenbuschbeck.net/wordpress/2011/02/flickering-screen-with-ati-radeon-x1400-and-ubuntu/</link>
		<comments>http://svenbuschbeck.net/wordpress/2011/02/flickering-screen-with-ati-radeon-x1400-and-ubuntu/#comments</comments>
		<pubDate>Mon, 14 Feb 2011 20:48:51 +0000</pubDate>
		<dc:creator>Sven Buschbeck</dc:creator>
				<category><![CDATA[uncategorized]]></category>

		<guid isPermaLink="false">http://svenbuschbeck.net/wordpress/?p=1022</guid>
		<description><![CDATA[EDIT: ATI Radeon X1400 seems to work fine with Ubuntu 11.04. There is another fix to the &#8220;well known&#8221; issues with the ATI Radeon X1400 and Ubuntu 10.04 to 10.10 besides the one posted about one year ago (see here). The previous fix kept the graphics card working normally but harmed the overall operating system&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>EDIT: ATI Radeon X1400 seems to work fine with Ubuntu 11.04.</p>
<p>There is another fix to the &#8220;well known&#8221; issues with the ATI Radeon X1400 and Ubuntu 10.04 to 10.10 besides the one posted about one year ago (<a href="http://svenbuschbeck.net/wordpress/2010/04/flickering-screen-after-upgrade-to-kubuntu-10-04/">see here</a>).<br />
The previous fix kept the graphics card working normally but harmed the overall operating system&#8217;s stability, so here is another fix based on disabling all 3D features of the device to get rid of the flickering screen.</p>
<p>It&#8217;s up to you to choose what you are able to live without<br />
a) The desktop settings panel and &#8220;Segmentation fault&#8221; errors now and then, or<br />
b) 3D acceleration (does not harm video playback or any other basic OS functionalities)</p>
<p>For solution a) <a href="http://svenbuschbeck.net/wordpress/2010/04/flickering-screen-after-upgrade-to-kubuntu-10-04/">see this</a>.<br />
For b) create this file: <code>/etc/modprobe.d/radeon-kms.conf</code> &#8212; and add following content</p>
<pre>options radeon modeset=0</pre>
<p>Solution found <a href="http://www.ubuntu-forum.de/artikel/53477/monitorflackern-w%C3%A4hrend-und-nach-der-installation.html">here</a> (in German).</p>
<div id="gmBFtt" style="background: none repeat scroll 0% 0% #a8ecff ! important; font-family: Arial ! important; font-size: 12px ! important; color: #000000 ! important; line-height: normal ! important; font-weight: normal ! important; vertical-align: middle ! important; left: 677px ! important; top: 57px ! important; visibility: visible ! important; display: inline ! important; border: 1px solid black ! important; width: auto; height: auto ! important; position: absolute ! important; border-radius: 5px 5px 5px 5px ! important; text-align: left ! important; z-index: 1410065406 ! important; padding: 2px ! important; margin: 0px ! important;">
<div style="background: none repeat scroll 0% 0% #a8ecff ! important; font-family: Arial ! important; font-size: 12px ! important; color: #000000 ! important; line-height: normal ! important; font-weight: normal ! important; vertical-align: middle ! important; border-bottom: 1px dotted black ! important; padding-bottom: 2px ! important; padding-top: 2px ! important;"><span id="bfconfigButton" style="background: none repeat scroll 0% 0% #a8ecff ! important; font-family: Arial ! important; font-size: 12px ! important; color: #000000 ! important; line-height: normal ! important; font-weight: normal ! important; vertical-align: middle ! important; cursor: pointer ! important; margin: 1px ! important; border: 1px dotted gray ! important; padding: 0px 2px ! important;" title="Choose source- and target- languages">Languages</span><span id="bflangsSpan" style="background: none repeat scroll 0% 0% #a8ecff ! important; font-family: Arial ! important; font-size: 12px ! important; color: #000000 ! important; line-height: normal ! important; font-weight: normal ! important; vertical-align: middle ! important; margin: 1px ! important; border: 1px dotted gray ! important; padding: 0px 2px ! important; cursor: pointer ! important;" title="From English to German (click to switch translation direction)">en&gt;de </span><span id="bfsvcSpan" style="background: none repeat scroll 0% 0% #a8ecff ! important; font-family: Arial ! important; font-size: 12px ! important; color: #000000 ! important; line-height: normal ! important; font-weight: normal ! important; vertical-align: middle ! important; margin: 1px ! important; border: 1px dotted gray ! important; padding: 0px 2px ! important; cursor: pointer ! important;" title="Translation service: Google (toggle service)">Google</span><span id="bfclipboardSpan" style="background: none repeat scroll 0% 0% #a8ecff ! important; font-family: Arial ! important; font-size: 12px ! important; color: #000000 ! important; line-height: normal ! important; font-weight: normal ! important; vertical-align: middle ! important; margin: 1px ! important; border: 1px dotted gray ! important; padding: 0px 2px ! important; cursor: copy ! important;" title="Copy result to clipboard">C</span><span id="bfeditButton" style="background: none repeat scroll 0% 0% #a8ecff ! important; font-family: Arial ! important; font-size: 12px ! important; color: #000000 ! important; line-height: normal ! important; font-weight: normal ! important; vertical-align: middle ! important; cursor: pointer; margin: 1px ! important; border: 1px dotted gray ! important; padding: 0px 2px ! important;" title="Edit selection">E</span><img id="bffishImg" style="border: medium none ! important; float: none ! important; vertical-align: top ! important; margin: 0px ! important; cursor: pointer ! important; display: inline ! important;" title="Auto-detect language and translate!" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAOCAYAAAA8E3wEAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1QUUDyoqJjAqRwAAAN1JREFUOMu1lMkVwyAMBYe0JGpCNUFNVk3k4AUwxPGS+ILxkzX8jyTH/Sfu9nrmJ3cXlnMASyWRPwd2d5XlHCBZn1BthcbRAdxTZQDI8k3mQzg11rhF+QZ9jdNOcQib6GFQYJYgCFucSRf6GsLU6wEY5yubTFqF2yq1vRwr3INXdQUWG+je1pELX4ED1wDyRAR0WfuAA9gloITyvsFMIMgYInYRqF6rO9Sqz9qkO5ilyo0o3YBwJ+6vrdQonxWUQllhXeHcb/wabMPkP2n81ocAIoLZrMqn/4y2RwP8DcQ+d6rT9ATiAAAAAElFTkSuQmCC" alt="" /></div>
<div style="display: none ! important; border-bottom: 1px dotted black ! important;">
<input id="bfeditField" style="background: none repeat scroll 0% 0% #a8ecff ! important; font-family: Arial ! important; font-size: 12px ! important; color: #000000 ! important; line-height: normal ! important; font-weight: normal ! important; vertical-align: middle ! important; border: 0pt none ! important; margin: 1px ! important;" type="text" /></div>
<div style="background: none repeat scroll 0% 0% #a8ecff ! important; font-family: Arial ! important; font-size: 12px ! important; color: #000000 ! important; line-height: normal ! important; font-weight: normal ! important; vertical-align: middle ! important; width: auto;">die</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://svenbuschbeck.net/wordpress/2011/02/flickering-screen-with-ati-radeon-x1400-and-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

