<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>notetomys11</title>
	<atom:link href="http://notetomys11.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://notetomys11.wordpress.com</link>
	<description>Anything I might try to remember later on.</description>
	<lastBuildDate>Fri, 30 Dec 2011 17:25:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='notetomys11.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>notetomys11</title>
		<link>http://notetomys11.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://notetomys11.wordpress.com/osd.xml" title="notetomys11" />
	<atom:link rel='hub' href='http://notetomys11.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Determining own directory path in unix bash script</title>
		<link>http://notetomys11.wordpress.com/2011/08/12/determining-own-directory-path-in-unix-bash-script/</link>
		<comments>http://notetomys11.wordpress.com/2011/08/12/determining-own-directory-path-in-unix-bash-script/#comments</comments>
		<pubDate>Fri, 12 Aug 2011 09:33:15 +0000</pubDate>
		<dc:creator>notetomys11</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[path]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://notetomys11.wordpress.com/?p=41</guid>
		<description><![CDATA[In a unix bash script, you can determine the scripts filesystem location by using SCRIPT_DIR="$( cd "$( dirname "$0" )" &#38;&#38; pwd )" This is especially useful if you want to use &#8220;relative&#8221; (well, sort of) paths within your script, regardless of which directory the script is being executed from, e.g. java -jar $SCRIPT_DIR/libs/some-file.jar If [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=notetomys11.wordpress.com&amp;blog=9765475&amp;post=41&amp;subd=notetomys11&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In a unix bash script, you can determine the scripts filesystem location by using<br />
<code><br />
SCRIPT_DIR="$( cd "$( dirname "$0" )" &amp;&amp; pwd )"<br />
</code></p>
<p>This is especially useful if you want to use &#8220;relative&#8221; (well, sort of) paths within your script, regardless of which directory the script is being executed from, e.g.<br />
<code><br />
java -jar $SCRIPT_DIR/libs/some-file.jar<br />
</code></p>
<p>If you just used <code>libs/some-file.jar</code> the bash script would only work when executed from the directory it is located in.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/notetomys11.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/notetomys11.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/notetomys11.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/notetomys11.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/notetomys11.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/notetomys11.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/notetomys11.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/notetomys11.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/notetomys11.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/notetomys11.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/notetomys11.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/notetomys11.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/notetomys11.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/notetomys11.wordpress.com/41/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=notetomys11.wordpress.com&amp;blog=9765475&amp;post=41&amp;subd=notetomys11&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://notetomys11.wordpress.com/2011/08/12/determining-own-directory-path-in-unix-bash-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/66db27fcdf5f188dce5433f85f7600ae?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">notetomys11</media:title>
		</media:content>
	</item>
		<item>
		<title>Cancellable startup script for Windows</title>
		<link>http://notetomys11.wordpress.com/2011/08/12/cancellable-startup-script-for-windows/</link>
		<comments>http://notetomys11.wordpress.com/2011/08/12/cancellable-startup-script-for-windows/#comments</comments>
		<pubDate>Fri, 12 Aug 2011 08:27:16 +0000</pubDate>
		<dc:creator>notetomys11</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[autostart]]></category>
		<category><![CDATA[batch]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[startup]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://notetomys11.wordpress.com/?p=38</guid>
		<description><![CDATA[Tired of starting all the programs you need after booting your computer day by day? Yay, just create shortcuts to all of them in the Startup directory, Windows will take care of starting them. So well, works fine&#8230; as long as everything else is fine. For most people in IT, it is just a matter [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=notetomys11.wordpress.com&amp;blog=9765475&amp;post=38&amp;subd=notetomys11&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Tired of starting all the programs you need after booting your computer day by day? Yay, just create shortcuts to all of them in the Startup directory, Windows will take care of starting them.</p>
<p>So well, works fine&#8230; as long as everything else is fine. For most people in IT, it is just a matter of time until there is a more or less urgent emergency to be fixed ASAP (e.g. fixing a web application that has crashed). Here you go: Argh, just wanted to connect to the server and fix the problem, but the computer is more or less unresponsive due to 20 programs starting at the same time. Sorry users, you will have to wait some minutes until my computer decides to be cooperative again. It would be great if one could avoid auto starting if needed.</p>
<p>Batch script to the rescue: The following script waits about 10 seconds before it begins to start the programs, giving you an option to cancel it.</p>
<p>Put the following batch script anywhere on your computer, create a new folder <code>personal-autostart</code> next to it, and put shortcuts to any programs you want to automatically startup with Windows into this folder. Then just add a shortcut to the batch script to the windows startup directory.</p>
<p><code><br />
@Echo off<br />
echo Personal startup script - hit Strg+C to cancel<br />
echo ##############################################<br />
echo Will start in about 10 seconds:<br />
for %%i in ("personal-autostart\*") do echo  %%i<br />
echo ##############################################<br />
echo Personal startup script - hit Strg+C to cancel</p>
<p>@ping 127.0.0.1 -n 10 -w 1000 &gt; nul<br />
for %%i in ("personal-autostart\*") do "%%i"<br />
</code></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/notetomys11.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/notetomys11.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/notetomys11.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/notetomys11.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/notetomys11.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/notetomys11.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/notetomys11.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/notetomys11.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/notetomys11.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/notetomys11.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/notetomys11.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/notetomys11.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/notetomys11.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/notetomys11.wordpress.com/38/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=notetomys11.wordpress.com&amp;blog=9765475&amp;post=38&amp;subd=notetomys11&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://notetomys11.wordpress.com/2011/08/12/cancellable-startup-script-for-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/66db27fcdf5f188dce5433f85f7600ae?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">notetomys11</media:title>
		</media:content>
	</item>
		<item>
		<title>Blocking Google and Facebook Requests on other Websites</title>
		<link>http://notetomys11.wordpress.com/2011/02/22/blocking-google-and-facebook-requests-on-other-websites/</link>
		<comments>http://notetomys11.wordpress.com/2011/02/22/blocking-google-and-facebook-requests-on-other-websites/#comments</comments>
		<pubDate>Tue, 22 Feb 2011 11:12:42 +0000</pubDate>
		<dc:creator>notetomys11</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[adblock]]></category>
		<category><![CDATA[block]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[cookies]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[privacy]]></category>

		<guid isPermaLink="false">http://notetomys11.wordpress.com/?p=25</guid>
		<description><![CDATA[Nearly every webpage is requesting additional files from Google or Facebook servers in these days, e.g. when making use of the very much discussed Google Analytics or Facebook Like Button. Of course, there are more: Google Web Fonts, Google Charts, Google Adsense, Google Apis, Facebook Connect, Facebook Widgets, etc., etc. The list keeps growing. Why [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=notetomys11.wordpress.com&amp;blog=9765475&amp;post=25&amp;subd=notetomys11&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Nearly every webpage is requesting additional files from Google or Facebook servers in these days, e.g. when making use of the very much discussed Google Analytics or Facebook Like Button. Of course, there are more: Google Web Fonts, Google Charts, Google Adsense, Google Apis, Facebook Connect, Facebook Widgets, etc., etc. The list keeps growing.</p>
<h3>Why is it bad to have third party requests in web pages?</h3>
<p>Of course, it slows down your web experience. But what is even worse, especially when it comes to Google and Facebook: for every request to their servers a cookie (and of course, your IP) is sent along allowing them to recognize you and compile a (nearly) complete profile of your web activities. This is especially bad when you using one of their services with login, because they can attach your activity to your confirmed identity without any doubt. But be aware that they are probably tracking all of your activity even when you are logged out.</p>
<h3>What can you do to avoid Google and Facebook violating your privacy?</h3>
<p>Block their content. As their Third-Party-Code is embedded in nearly every website (often, you do not even see a Google or Facebook feature on the surface) you cannot simply decide not to use their features.<br />
The <a href="https://addons.mozilla.org/en-US/firefox/addon/ghostery/" target="_blank">Ghostery Addon for Mozilla Firefox</a> seems to be a good way to accomplish this.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/notetomys11.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/notetomys11.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/notetomys11.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/notetomys11.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/notetomys11.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/notetomys11.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/notetomys11.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/notetomys11.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/notetomys11.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/notetomys11.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/notetomys11.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/notetomys11.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/notetomys11.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/notetomys11.wordpress.com/25/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=notetomys11.wordpress.com&amp;blog=9765475&amp;post=25&amp;subd=notetomys11&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://notetomys11.wordpress.com/2011/02/22/blocking-google-and-facebook-requests-on-other-websites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/66db27fcdf5f188dce5433f85f7600ae?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">notetomys11</media:title>
		</media:content>
	</item>
		<item>
		<title>Getting the maximum volume out of your Sansa Clip plus</title>
		<link>http://notetomys11.wordpress.com/2011/02/04/getting-the-maximum-volume-out-of-your-sansa-clip-plus/</link>
		<comments>http://notetomys11.wordpress.com/2011/02/04/getting-the-maximum-volume-out-of-your-sansa-clip-plus/#comments</comments>
		<pubDate>Fri, 04 Feb 2011 18:33:41 +0000</pubDate>
		<dc:creator>notetomys11</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://notetomys11.wordpress.com/2011/02/04/getting-the-maximum-volume-out-of-your-sansa-clip-plus/</guid>
		<description><![CDATA[The maximum value of the Sansa clip plus is fair, but sometimes a little more would be good, escpecially when listening to audiobooks. Here you go: * Settings &#62; System Settings &#62; Reset Factory Settings * Choose your language * Choose &#8220;Rest of the World&#8221; as region * You will then have an additional option [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=notetomys11.wordpress.com&amp;blog=9765475&amp;post=24&amp;subd=notetomys11&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The maximum value of the Sansa clip plus is fair, but sometimes a little more would be good, escpecially when listening to audiobooks.</p>
<p>Here you go:<br />
* Settings &gt; System Settings &gt; Reset Factory Settings<br />
* Choose your language<br />
* Choose &#8220;Rest of the World&#8221; as region<br />
* You will then have an additional option in the settings menu to increase the volume \m/</p>
<p>Funny.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/notetomys11.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/notetomys11.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/notetomys11.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/notetomys11.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/notetomys11.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/notetomys11.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/notetomys11.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/notetomys11.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/notetomys11.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/notetomys11.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/notetomys11.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/notetomys11.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/notetomys11.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/notetomys11.wordpress.com/24/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=notetomys11.wordpress.com&amp;blog=9765475&amp;post=24&amp;subd=notetomys11&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://notetomys11.wordpress.com/2011/02/04/getting-the-maximum-volume-out-of-your-sansa-clip-plus/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/66db27fcdf5f188dce5433f85f7600ae?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">notetomys11</media:title>
		</media:content>
	</item>
		<item>
		<title>OALL8 is in an inconsistent state</title>
		<link>http://notetomys11.wordpress.com/2010/02/24/oall8-is-in-an-inconsistent-state/</link>
		<comments>http://notetomys11.wordpress.com/2010/02/24/oall8-is-in-an-inconsistent-state/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 13:39:59 +0000</pubDate>
		<dc:creator>notetomys11</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://notetomys11.wordpress.com/?p=20</guid>
		<description><![CDATA[Just had an exception due to this error when executing a database query to oracle using hibernate, all of a sudden &#8211; this has never happened before. &#8220;The internet&#8221; implies this problem is probably caused by different Oracle versions, driver incompatibilities or likewise. As I have not changed anything about my database recently, this was [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=notetomys11.wordpress.com&amp;blog=9765475&amp;post=20&amp;subd=notetomys11&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Just had an exception due to this error when executing a database query to oracle using hibernate, all of a sudden &#8211; this has never happened before.<br />
&#8220;The internet&#8221; implies this problem is probably caused by different Oracle versions, driver incompatibilities or likewise. As I have not changed anything about my database recently, this was not the case for me.</p>
<p>By debugging the code line by line and evaluating different expressions while doing so, I found out that the real problem was the odd heap space error, when retrieving a large result list from a hibernate query.</p>
<p>Increased memory for my app using -Xmx1024M, this did the trick. Not sure why no meaningful exception message was issued.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/notetomys11.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/notetomys11.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/notetomys11.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/notetomys11.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/notetomys11.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/notetomys11.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/notetomys11.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/notetomys11.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/notetomys11.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/notetomys11.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/notetomys11.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/notetomys11.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/notetomys11.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/notetomys11.wordpress.com/20/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=notetomys11.wordpress.com&amp;blog=9765475&amp;post=20&amp;subd=notetomys11&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://notetomys11.wordpress.com/2010/02/24/oall8-is-in-an-inconsistent-state/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/66db27fcdf5f188dce5433f85f7600ae?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">notetomys11</media:title>
		</media:content>
	</item>
		<item>
		<title>Incremental search for JavaDoc in FireFox</title>
		<link>http://notetomys11.wordpress.com/2009/11/23/incremental-search-for-javadoc-in-firefox/</link>
		<comments>http://notetomys11.wordpress.com/2009/11/23/incremental-search-for-javadoc-in-firefox/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 14:24:23 +0000</pubDate>
		<dc:creator>notetomys11</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[greasemonkey]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[javadoc]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[userscript]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://notetomys11.wordpress.com/?p=18</guid>
		<description><![CDATA[The following Greasemonkey userscript will add an incremental search feature to any JavaDoc displayed in the browser. http://www.teria.com/~koseki/tools/gm/javadoc_isearch/index.html In order to use the script you&#8217;ll need the Greasemonkey addon, too: https://addons.mozilla.org/de/firefox/addon/748<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=notetomys11.wordpress.com&amp;blog=9765475&amp;post=18&amp;subd=notetomys11&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The following Greasemonkey userscript will add an incremental search feature to any JavaDoc displayed in the browser.</p>
<p>http://www.teria.com/~koseki/tools/gm/javadoc_isearch/index.html</p>
<p>In order to use the script you&#8217;ll need the Greasemonkey addon, too: https://addons.mozilla.org/de/firefox/addon/748</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/notetomys11.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/notetomys11.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/notetomys11.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/notetomys11.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/notetomys11.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/notetomys11.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/notetomys11.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/notetomys11.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/notetomys11.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/notetomys11.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/notetomys11.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/notetomys11.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/notetomys11.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/notetomys11.wordpress.com/18/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=notetomys11.wordpress.com&amp;blog=9765475&amp;post=18&amp;subd=notetomys11&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://notetomys11.wordpress.com/2009/11/23/incremental-search-for-javadoc-in-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/66db27fcdf5f188dce5433f85f7600ae?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">notetomys11</media:title>
		</media:content>
	</item>
		<item>
		<title>Facebook Apps: &#8220;Session key invalid or no longer valid&#8221;</title>
		<link>http://notetomys11.wordpress.com/2009/11/16/facebook-apps-session-key-invalid-or-no-longer-valid/</link>
		<comments>http://notetomys11.wordpress.com/2009/11/16/facebook-apps-session-key-invalid-or-no-longer-valid/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 17:35:44 +0000</pubDate>
		<dc:creator>notetomys11</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[facebook app]]></category>
		<category><![CDATA[offline access]]></category>
		<category><![CDATA[session key]]></category>

		<guid isPermaLink="false">http://notetomys11.wordpress.com/?p=16</guid>
		<description><![CDATA[My facebook app worked fine for months, however all of a sudden it broke for some (not all) users. Sometimes, not always. buru on brails has pointed me to the right direction when trying to solve this issue: obviously the session key parameter returned by the Facebook API (fb_sig_session_key) is not the actual session key [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=notetomys11.wordpress.com&amp;blog=9765475&amp;post=16&amp;subd=notetomys11&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>My facebook app worked fine for months, however all of a sudden it broke for some (not all) users. Sometimes, not always.<br />
<a href="http://buruonbrails.blogspot.com/2009/08/how-to-deal-with-facebook-api-infamous.html">buru on brails</a> has pointed me to the right direction when trying to solve this issue: obviously the session key parameter returned by the Facebook API (fb_sig_session_key) is not the actual session key for offline access as one would expect. (At least not always&#8230; huh)</p>
<p>Retrieving the session key from the cookie &#8220;YOUR_APP_KEY&#8221; + &#8220;_session_key&#8221; solved my problems.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/notetomys11.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/notetomys11.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/notetomys11.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/notetomys11.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/notetomys11.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/notetomys11.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/notetomys11.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/notetomys11.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/notetomys11.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/notetomys11.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/notetomys11.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/notetomys11.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/notetomys11.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/notetomys11.wordpress.com/16/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=notetomys11.wordpress.com&amp;blog=9765475&amp;post=16&amp;subd=notetomys11&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://notetomys11.wordpress.com/2009/11/16/facebook-apps-session-key-invalid-or-no-longer-valid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/66db27fcdf5f188dce5433f85f7600ae?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">notetomys11</media:title>
		</media:content>
	</item>
		<item>
		<title>Force page reload on back/forward button in Firefox 3.x</title>
		<link>http://notetomys11.wordpress.com/2009/11/16/force-page-reload-on-backforward-button-in-firefox-3-x/</link>
		<comments>http://notetomys11.wordpress.com/2009/11/16/force-page-reload-on-backforward-button-in-firefox-3-x/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 15:36:31 +0000</pubDate>
		<dc:creator>notetomys11</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bfcache]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[wicket]]></category>

		<guid isPermaLink="false">http://notetomys11.wordpress.com/?p=11</guid>
		<description><![CDATA[When using the back/forward buttons in FF3.x, pages are cached and delivered from cache very strictly. Obviously (unlike normal caching) even page headers like Pragma, Expires etc. are ignored. This special cache is often referred to as bfcache (back/forward cache). This behavior caused exceptions in my wicket app, where ajax funtionality is used, here&#8217;s what [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=notetomys11.wordpress.com&amp;blog=9765475&amp;post=11&amp;subd=notetomys11&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>When using the back/forward buttons in FF3.x, pages are cached and delivered from cache very strictly. Obviously (unlike normal caching) even page headers like <code>Pragma</code>, <code>Expires</code> etc. are ignored. This special cache is often referred to as bfcache (back/forward cache).</p>
<p>This behavior caused exceptions in my wicket app, where ajax funtionality is used, here&#8217;s what happens:<br />
 * Load page containing panelA<br />
 * User interaction, replacing panelA with panelB using ajax<br />
 * User clicks back button<br />
 * User clicks forward button<br />
 -&gt; initial page content (markup) is loaded from fbcache, including panelA<br />
 -&gt; in wicket pageMap, panelA is not existent, since it has been replaced with panelB<br />
 * User interacts with an ajax element on panelA<br />
 -&gt; exception is thrown &#8220;Component x not found on page&#8221;</p>
<p>Solution: add an unload handler to the page&#8217;s body tag. This causes firefox to reload the page instead of simply grabbing it from bfcache, so that server and client side state is in sync again <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/notetomys11.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/notetomys11.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/notetomys11.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/notetomys11.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/notetomys11.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/notetomys11.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/notetomys11.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/notetomys11.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/notetomys11.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/notetomys11.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/notetomys11.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/notetomys11.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/notetomys11.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/notetomys11.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=notetomys11.wordpress.com&amp;blog=9765475&amp;post=11&amp;subd=notetomys11&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://notetomys11.wordpress.com/2009/11/16/force-page-reload-on-backforward-button-in-firefox-3-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/66db27fcdf5f188dce5433f85f7600ae?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">notetomys11</media:title>
		</media:content>
	</item>
		<item>
		<title>Regular Expressions: Match all alphanumeric characters</title>
		<link>http://notetomys11.wordpress.com/2009/11/03/regular-expressions-match-all-alphanumeric-characters/</link>
		<comments>http://notetomys11.wordpress.com/2009/11/03/regular-expressions-match-all-alphanumeric-characters/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 15:21:22 +0000</pubDate>
		<dc:creator>notetomys11</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[characters]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[regular expressions]]></category>

		<guid isPermaLink="false">http://notetomys11.wordpress.com/2009/11/03/regular-expressions-match-all-alphanumeric-characters/</guid>
		<description><![CDATA[[\p{L}\p{N}] Where \p{L} matches all letters \p{N} matches all numbers More information<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=notetomys11.wordpress.com&amp;blog=9765475&amp;post=8&amp;subd=notetomys11&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><code>[\p{L}\p{N}]</code></p>
<p>Where<br />
<code>\p{L}</code> matches all letters<br />
<code>\p{N}</code> matches all numbers</p>
<p><a href="http://www.regular-expressions.info/unicode.html" target="_blank">More information</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/notetomys11.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/notetomys11.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/notetomys11.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/notetomys11.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/notetomys11.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/notetomys11.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/notetomys11.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/notetomys11.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/notetomys11.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/notetomys11.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/notetomys11.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/notetomys11.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/notetomys11.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/notetomys11.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=notetomys11.wordpress.com&amp;blog=9765475&amp;post=8&amp;subd=notetomys11&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://notetomys11.wordpress.com/2009/11/03/regular-expressions-match-all-alphanumeric-characters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/66db27fcdf5f188dce5433f85f7600ae?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">notetomys11</media:title>
		</media:content>
	</item>
		<item>
		<title>Reset photoshop in case of weird behavior (e.g. freeze on startup)</title>
		<link>http://notetomys11.wordpress.com/2009/10/22/reset-photoshop-in-case-of-weird-behavior-e-g-freeze-on-startup/</link>
		<comments>http://notetomys11.wordpress.com/2009/10/22/reset-photoshop-in-case-of-weird-behavior-e-g-freeze-on-startup/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 10:23:24 +0000</pubDate>
		<dc:creator>notetomys11</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[freeze]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://notetomys11.wordpress.com/?p=6</guid>
		<description><![CDATA[Hold Ctrl+Alt+Shift keys down and double click Photoshop&#8217;s start menu entry. Photoshop will ask for confirmation before resetting the settings. Doing so might solve strange problems with your photoshop installation.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=notetomys11.wordpress.com&amp;blog=9765475&amp;post=6&amp;subd=notetomys11&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hold Ctrl+Alt+Shift keys down and double click Photoshop&#8217;s start menu entry. Photoshop will ask for confirmation before resetting the settings. Doing so might solve strange problems with your photoshop installation.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/notetomys11.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/notetomys11.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/notetomys11.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/notetomys11.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/notetomys11.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/notetomys11.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/notetomys11.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/notetomys11.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/notetomys11.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/notetomys11.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/notetomys11.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/notetomys11.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/notetomys11.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/notetomys11.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=notetomys11.wordpress.com&amp;blog=9765475&amp;post=6&amp;subd=notetomys11&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://notetomys11.wordpress.com/2009/10/22/reset-photoshop-in-case-of-weird-behavior-e-g-freeze-on-startup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/66db27fcdf5f188dce5433f85f7600ae?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">notetomys11</media:title>
		</media:content>
	</item>
	</channel>
</rss>
