<?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>imwill.com &#187; Hendrik Will</title>
	<atom:link href="http://imwill.com/author/admin/feed/" rel="self" type="application/rss+xml" />
	<link>http://imwill.com</link>
	<description>Automation, Software Development, Web Technologies.</description>
	<lastBuildDate>Mon, 29 Aug 2011 18:24:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Flickering Sencha Touch Animations on Android</title>
		<link>http://imwill.com/flickering-sencha-touch-animations-android/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=flickering-sencha-touch-animations-android</link>
		<comments>http://imwill.com/flickering-sencha-touch-animations-android/#comments</comments>
		<pubDate>Mon, 29 Aug 2011 08:28:56 +0000</pubDate>
		<dc:creator>Hendrik Will</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Web Technology]]></category>
		<category><![CDATA[bugfix]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[sencha touch]]></category>

		<guid isPermaLink="false">http://imwill.com/?p=181</guid>
		<description><![CDATA[After deploying my project on Android Devices I found out about some annoying bug in Sencha Touch. It causes flickering on Android when using Animations like cardSwitchAnimation: &#8216;slide.&#8217; All available solutions didn&#8217;t seem to fix this issue on my setup completely. I was using a tabBar at the bottom of my application and the icons of it didn&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>After deploying my project on Android Devices I found out about some annoying <a href="http://www.sencha.com/forum/showthread.php?115290-Animations-on-Android-flickering" target="_blank">bug</a> in Sencha Touch. It causes flickering on Android when using Animations like cardSwitchAnimation: &#8216;slide.&#8217; All <a href="http://www.senchatouchbits.com/6/fixing-flickering-of-animations-in-phonegap.html" target="_blank">available solutions</a> didn&#8217;t seem to fix this issue on my setup completely. I was using a <strong>tabBar at the bottom</strong> of my application and the icons of it didn&#8217;t get rendered when the app loaded for the first time.<span id="more-181"></span><br />
The property -webkit-perspective helped me to fix this problem</p>
<pre class="brush: css; title: ; notranslate">
.x-panel {
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
}
</pre>
<p><strong>This was tested with Sencha Touch 1.1.0 and PhoneGap 1.0.0  on Android 2.3.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://imwill.com/flickering-sencha-touch-animations-android/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sencha Touch Tutorials and References</title>
		<link>http://imwill.com/sencha-touch-tutorials/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=sencha-touch-tutorials</link>
		<comments>http://imwill.com/sencha-touch-tutorials/#comments</comments>
		<pubDate>Sat, 27 Aug 2011 20:17:45 +0000</pubDate>
		<dc:creator>Hendrik Will</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Web Technology]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[sencha touch]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://imwill.com/?p=172</guid>
		<description><![CDATA[A couple days ago I began to develop my first mobile web app with the Sencha Touch Framework which is a HTML5 Mobile Web App Framework. Before I began with the  development process I tried to find the most useful articles, tutorials, screencasts, etc. about Sencha Touch. Here I wanna share the result of my [...]]]></description>
			<content:encoded><![CDATA[<p>A couple days ago I began to develop my first mobile web app with the <strong>Sencha Touch</strong> Framework which is a <strong>HTML5 Mobile Web App Framework</strong>. Before I began with the  development process I tried to find the most useful <strong>articles</strong>, <strong>tutorials</strong>, <strong>screencasts</strong>, etc. about Sencha Touch. Here I wanna share the result of my research.<span id="more-172"></span></p>
<p>This post will be updated continuously.</p>
<h2>Basics</h2>
<p>First of all there are some basics you should know about before digging into more complex tutorials and examples.</p>
<p><a href="http://dev.sencha.com/deploy/touch/examples/kitchensink/" target="_blank">Sencha Touch Kitchen Sink</a></p>
<p><a href="http://www.sencha.com/learn/touch" target="_blank">Sencha Touch Learn Section</a></p>
<p><a href="http://dev.sencha.com/deploy/touch/docs/" target="_blank">Sencha Touch API Documentation</a></p>
<p><a href="http://www.sencha.com/forum/forumdisplay.php?56-Sencha-Touch-Forums" target="_blank">Sencha Touch Forums (Official)</a></p>
<h2>Development Environment (IDE)</h2>
<p><a href="http://www.mobiledevelopersolutions.com/home/start" target="_blank">AppLaud Eclipse Plugin</a> for easy project setup of a Sencha Touch App with PhoneGap</p>
<p><a href="http://spket.com/" target="_blank">Spket IDE Plugin for Eclipse or Aptana</a> + <a href="http://forums.spket.com/viewtopic.php?f=6&amp;t=1866&amp;start=30" target="_blank">Fix for jsb3 support</a></p>
<p>Integrate JS Builder 3 with Eclipse or Aptana<br />
<a href="http://www.swarmonline.com/2011/02/how-to-integrate-js-builder-3-with-eclipse-or-aptana-on-windows/">http://www.swarmonline.com/2011/02/how-to-integrate-js-builder-3-with-eclipse-or-aptana-on-windows/</a></p>
<p>tinyHippo&#8217;s Ripple Emulator (Chrome plugin)<br />
<a href="http://ripple.tinyhippos.com/">http://ripple.tinyhippos.com/</a></p>
<h2>Tutorials</h2>
<p>Writing a Sencha Touch Application (4 Parts)<br />
<a href="http://miamicoder.com/2011/writing-a-sencha-touch-application-part-1/">http://miamicoder.com/2011/writing-a-sencha-touch-application-part-1/</a></p>
<p>Writing a Sencha Touch MVC Application<br />
<a href="http://miamicoder.com/2011/writing-a-sencha-touch-mvc-application/" target="_blank">http://miamicoder.com/2011/writing-a-sencha-touch-mvc-application/</a></p>
<p>Creating a Sencha Touch MVC application from scratch (3 parts)<br />
<a href="http://www.onlinesolutionsdevelopment.com/blog/mobile-development/creating-a-sencha-touch-mvc-application-from-scratch-part-1/">http://www.onlinesolutionsdevelopment.com/blog/mobile-development/creating-a-sencha-touch-mvc-application-from-scratch-part-1/</a></p>
<p>Create Image Gallery Using Sencha Touch<br />
<a href="http://superdit.com/2011/08/20/create-image-gallery-using-sencha-touch/">http://superdit.com/2011/08/20/create-image-gallery-using-sencha-touch/</a></p>
<p>Building a Newsletter App (5 parts)<br />
<a href="http://www.jamie-cross.net/?p=75">http://www.jamie-cross.net/?p=75</a></p>
<p>Interesting tips about Sencha Touch<br />
<a href="http://www.senchatouchbits.com/">http://www.senchatouchbits.com/</a></p>
<h2>Screencasts</h2>
<p><a href="http://vimeo.com/sencha/videos/search:sencha%20touch/sort:oldest" target="_blank">Sencha&#8217;s vimeo channel</a></p>
<h2>Community</h2>
<p><a href="http://stackoverflow.com/questions/tagged/sencha-touch" target="_blank">Questions tagged with sencha-touch</a> at stackoverflow.com</p>
<h2>Books</h2>
<p>Watch out for <a href="http://www.manning.com/garcia2/">Sencha Touch in Action</a> which will be released in Fall 2011</p>
<h2>Examples</h2>
<p><a href="http://www.sencha.com/products/touch/demos/" target="_blank">Sencha&#8217;s official Demo list</a></p>
<p><a href="http://www.simoens.org/Sencha-Projects/demos/" target="_blank">Mitchell Simoens&#8217; Demos</a></p>
<p><a href="http://vimeo.com/awards/m" target="_blank">vimeo Festival Awards</a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><a href="http://m.parkenfestivalen.no/" target="_blank">Parken Festival</a> done by <a href="http://www.whitefox.no/" target="_blank">Whitefox AS</a></p>
<p><a href="http://mobile.cfunited.com/2010/" target="_blank">Conference Example</a> + <a href="http://github.com/cfaddict/cfunited-2010-mobile-application" target="_blank">Git repository</a></p>
<h2>Git repositories</h2>
<p>Contacts Manager<br />
<a href="https://github.com/RobinQu/Phone-Demo" target="_blank">https://github.com/RobinQu/Phone-Demo</a></p>
<p>USGS Earthquake Map using Sencha Touch MVC<br />
<a href="https://github.com/wswijaya/m.usgs">https://github.com/wswijaya/m.usgs</a></p>
]]></content:encoded>
			<wfw:commentRss>http://imwill.com/sencha-touch-tutorials/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Facebook Chat Alternative</title>
		<link>http://imwill.com/new-facebook-chat-alternative/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=new-facebook-chat-alternative</link>
		<comments>http://imwill.com/new-facebook-chat-alternative/#comments</comments>
		<pubDate>Sat, 16 Jul 2011 20:54:38 +0000</pubDate>
		<dc:creator>Hendrik Will</dc:creator>
				<category><![CDATA[Social Network]]></category>
		<category><![CDATA[chat]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[fail]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://imwill.com/?p=141</guid>
		<description><![CDATA[Today the new Facebook web chat was rolled out for my account. I guess they already began a couple days ago to roll out the new &#8220;feature&#8221;. For me it doesn&#8217;t make sense at all to show offline contacts who I have interacted most with. I&#8217;d like to see who is online! Another downside of this [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_142" class="wp-caption alignright" style="width: 228px"><img class="size-full wp-image-142 " title="New Facebook Chat Introduction" src="http://imwill.com/wp-content/uploads/2011/07/fb-chat.png" alt="" width="218" height="180" /><p class="wp-caption-text">New Facebook Chat introduction as sidebar</p></div>
<p>Today the new Facebook web chat was rolled out for my account. I guess they already began a couple days ago to roll out the new &#8220;feature&#8221;.</p>
<p>For me it doesn&#8217;t make sense at all to show offline contacts who I have interacted most with. I&#8217;d like to see who is online! Another downside of this new &#8220;feature&#8221;  is that you can&#8217;t see a list of online users anymore. You have to use the searchbox to find someone.<br />
<span id="more-141"></span><br />
<strong>A quick alternative would be to use this popout-chat in a new browser tab/window</strong><br />
<a title="https://www.facebook.com/presence/popout.php" href="https://www.facebook.com/presence/popout.php" target="_blank">https://www.facebook.com/presence/popout.php</a></p>
<h3>Update #1</h3>
<p>They changed it back to the old web chat.</p>
<h3>Update #2</h3>
<p>No old chat available again.</p>
]]></content:encoded>
			<wfw:commentRss>http://imwill.com/new-facebook-chat-alternative/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Hibernate Dependencies for a Maven Web App</title>
		<link>http://imwill.com/hibernate-dependencies-maven-webap/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=hibernate-dependencies-maven-webap</link>
		<comments>http://imwill.com/hibernate-dependencies-maven-webap/#comments</comments>
		<pubDate>Wed, 13 Jul 2011 10:49:34 +0000</pubDate>
		<dc:creator>Hendrik Will</dc:creator>
				<category><![CDATA[Automation]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[hibernate]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[maven]]></category>

		<guid isPermaLink="false">http://imwill.com/?p=134</guid>
		<description><![CDATA[If you&#8217;re using Maven to build a Web App with the latest version of Hibernate you only need to add the hibernate-core dependency to your pom.xml (Project Object Model).  The Hibernate project added their own pom.xml which will download all other library dependencies from the Maven repository for you automatically. I saw that many blogs [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re using <strong>Maven</strong> to build a <strong>Web App</strong> with the latest version of <strong>Hibernate</strong> you only need to add the <strong>hibernate-core</strong> dependency to your pom.xml (Project Object Model).  The Hibernate project added their own pom.xml which will download all other library dependencies from the <strong>Maven repository</strong> for you automatically.</p>
<p>I saw that many blogs still refer that you have to add many dependencies to use Hibernate which confused me a lot. Also <a href="http://community.jboss.org/en/build/blog/2011/05/24/rsync-jbossorg-to-maven-central">JBoss recently started to sync their repository</a> with the Maven repository. So there is <strong>no need to add another JBoss repository</strong> to your pom.xml.<br />
<span id="more-134"></span><br />
<div class="wp-caption alignnone" style="width: 362px"><img title="Maven Hibernate Core Dependencies" src="http://imwill.com/wp-content/uploads/2011/07/maven-hibernate-core.jpg" alt="" width="352" height="157" /><p class="wp-caption-text">Maven Hibernate Core Dependencies</p></div></p>
<p>Here is a snippet:</p>
<pre class="brush: xml; title: ; notranslate">
&lt;dependency&gt;
 &lt;groupId&gt;org.hibernate&lt;/groupId&gt;
  &lt;artifactId&gt;hibernate-core&lt;/artifactId&gt;
  &lt;version&gt;3.6.3.Final&lt;/version&gt;
&lt;/dependency&gt;
</pre>
]]></content:encoded>
			<wfw:commentRss>http://imwill.com/hibernate-dependencies-maven-webap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google+ Notifications Blocker User Script</title>
		<link>http://imwill.com/google-plus-notifications-blocker-user-script/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=google-plus-notifications-blocker-user-script</link>
		<comments>http://imwill.com/google-plus-notifications-blocker-user-script/#comments</comments>
		<pubDate>Mon, 11 Jul 2011 23:45:56 +0000</pubDate>
		<dc:creator>Hendrik Will</dc:creator>
				<category><![CDATA[Social Network]]></category>
		<category><![CDATA[google+]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[userscript]]></category>

		<guid isPermaLink="false">http://imwill.com/?p=128</guid>
		<description><![CDATA[As I use some Google Apps to boost my productivity I was quite annoyed by the Google+ notifications in the top bar. I wrote a user script to get rid of the notifications for all Google Apps except Google+. Tested with Greasemonkey for Firefox and Chrome. Get it at userscripts.org]]></description>
			<content:encoded><![CDATA[<p>As I use some Google Apps to boost my productivity I was quite annoyed by the Google+ notifications in the top bar. I wrote a user script to get rid of the notifications for all Google Apps except Google+.</p>
<p>Tested with Greasemonkey for Firefox and Chrome.</p>
<p><a href="http://userscripts.org/scripts/show/106622">Get it at userscripts.org</a></p>
]]></content:encoded>
			<wfw:commentRss>http://imwill.com/google-plus-notifications-blocker-user-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;TYPO3 Templates&#8221; book review</title>
		<link>http://imwill.com/typo3-templates-book-review/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=typo3-templates-book-review</link>
		<comments>http://imwill.com/typo3-templates-book-review/#comments</comments>
		<pubDate>Sat, 26 Mar 2011 11:48:39 +0000</pubDate>
		<dc:creator>Hendrik Will</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[TemplaVoila]]></category>
		<category><![CDATA[TYPO3]]></category>
		<category><![CDATA[typoscript]]></category>

		<guid isPermaLink="false">http://imwill.com/?p=106</guid>
		<description><![CDATA[Packt Publishing asked me to review their latest book about TYPO3 Templates by Jeremy Greenawalt. This book covers everything you should know about TYPO3 Template Engine TemplaVoila. You&#8217;ll learn everything from install of the extension to mapping a template from scratch. This method more easy  than the classic marker method or the makeautotemplate extension. The [...]]]></description>
			<content:encoded><![CDATA[<p><strong><img class="alignright size-full wp-image-107" title="TYPO3 Templates" src="http://imwill.com/wp-content/uploads/2010/12/8402OS_MockupCover.png" alt="" width="125" height="152" />Packt Publishing</strong> asked me to review their latest book about <a href="http://www.packtpub.com/typo3-create-and-modify-templates-with-typoscript-and-templavoila/book" target="_blank"><strong>TYPO3 Templates</strong></a> by <strong>Jeremy Greenawalt</strong>.</p>
<p>This book covers everything you should know about <strong>TYPO3 </strong>Template Engine <strong>TemplaVoila</strong>. You&#8217;ll learn everything from install of the extension to mapping a template from scratch. This method more easy  than the classic marker method or the makeautotemplate extension.</p>
<p>The book also has a whole chapter about different kinds of menus <strong>TYPO3 </strong>brings with it and shows how to use them with <strong>TemplaVoila</strong>. Another interesting chapter is about customization of the backend for backend users and groups.</p>
<p>Last but not least they even cover BusyNoggin&#8217;s <strong>TemplaVoila </strong>Framework in a whole chapter. This is quite interesting and you should definitely read it.</p>
<p><strong>In my opinion this book gives a good overview about TemplaVoila template building and even gives some outlook to the Framework. I think this book is good for beginners and intermediate users who would like to learn using from scratch or learn some more advanced techniques. Designers should be familiar with HTML/CSS. Experts may not find anything new.</strong></p>
<p><a href="https://www.packtpub.com/toc/typo3-templates-table-contents" target="_blank">Table of contents</a></p>
<p><a href="https://www.packtpub.com/sites/default/files/8402-chapter-4-creating-flexible-menus.pdf?utm_source=packtpub&amp;utm_medium=free&amp;utm_campaign=pdf" target="_blank">Sample Chapter: Chapter No.4 &#8221;Creating Flexible Menus&#8221;</a></p>
<p><a href="https://www.packtpub.com/typo3-create-and-modify-templates-with-typoscript-and-templavoila/book" target="_blank">Here you can buy the book!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://imwill.com/typo3-templates-book-review/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Is Jolicloud 1.1 really the web of tomorrow?</title>
		<link>http://imwill.com/jolicloud-ubuntu-operating-system/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=jolicloud-ubuntu-operating-system</link>
		<comments>http://imwill.com/jolicloud-ubuntu-operating-system/#comments</comments>
		<pubDate>Wed, 22 Dec 2010 18:12:37 +0000</pubDate>
		<dc:creator>Hendrik Will</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[netbook]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://imwill.com/?p=112</guid>
		<description><![CDATA[I just stumbled upon the Jolicloud 1.1 operating system which has been developed especially for Netbooks. It is based on the Ubuntu Netbook Remix Linux distribution and shows lots of HTML5 capabilities. There is a Windows installer but you can also install it as your primary operating system. To gain a better impression of Jolicloud [...]]]></description>
			<content:encoded><![CDATA[<p>I just stumbled upon the <a href="http://www.jolicloud.com/" target="_blank">Jolicloud 1.1</a> operating system which has been developed especially for Netbooks. It is based on the Ubuntu Netbook Remix Linux distribution and shows lots of HTML5 capabilities. There is a <a href="http://www.jolicloud.com/download" target="_blank">Windows installer</a> but you can also install it as your primary operating system. To gain a better impression of Jolicloud I installed it as virtual instance  with Oracle&#8217;s VirtualBox. Of course you could also install it on your USB drive.<span id="more-112"></span></p>
<div>
<dl id="attachment_113">
<dt>
</dt>
<dd>
</dd>
</dl>
</div>
<div class="wp-caption aligncenter" style="width: 310px"><a href="../wp-content/uploads/2010/12/01-jolicloud-startup.jpg"><img title="Startup Screen" src="../wp-content/uploads/2010/12/01-jolicloud-startup-300x224.jpg" alt="Startup screen after loading the Jolicloud ISO image in VirtualBox." width="300" height="224" /></a><p class="wp-caption-text">Startup screen after loading the Jolicloud ISO image in VirtualBox.</p></div>
<p style="text-align: center;">
<div id="attachment_114" class="wp-caption aligncenter" style="width: 310px"><a href="http://imwill.com/wp-content/uploads/2010/12/02-jolicloud-boot.jpg"><img class="size-medium wp-image-114  " title="Boot Screen" src="http://imwill.com/wp-content/uploads/2010/12/02-jolicloud-boot-300x223.jpg" alt="" width="300" height="223" /></a><p class="wp-caption-text">Minimal boot screen.</p></div>
<div id="attachment_115" class="wp-caption aligncenter" style="width: 310px"><a href="http://imwill.com/wp-content/uploads/2010/12/03-jolicloud-login.jpg"><img class="size-medium wp-image-115 " title="Login Screen" src="http://imwill.com/wp-content/uploads/2010/12/03-jolicloud-login-300x225.jpg" alt="" width="300" height="225" /></a><p class="wp-caption-text">At the login screen you can register for a new account or login via Facebook. As you from the right-click menu, this is already browser-based.</p></div>
<div id="attachment_116" class="wp-caption aligncenter" style="width: 310px"><a href="http://imwill.com/wp-content/uploads/2010/12/04-jolicloud-welcome.jpg"><img class="size-medium wp-image-116 " title="Welcome Screen" src="http://imwill.com/wp-content/uploads/2010/12/04-jolicloud-welcome-300x225.jpg" alt="" width="300" height="225" /></a><p class="wp-caption-text">After sign-up this welcome screen will pop-up.</p></div>
<p style="text-align: center;">
<div id="attachment_117" class="wp-caption aligncenter" style="width: 310px"><a href="http://imwill.com/wp-content/uploads/2010/12/05-jolicloud-home.jpg"><img class="size-medium wp-image-117 " title="The Dashboard" src="http://imwill.com/wp-content/uploads/2010/12/05-jolicloud-home-300x225.jpg" alt="" width="300" height="225" /></a><p class="wp-caption-text">The home screen includes links to the most famous social media apps like Facebook or Twitter. In the background they use Mozilla&#39;s Prism installer to make a browser based app out of these services.</p></div>
<div id="attachment_118" class="wp-caption aligncenter" style="width: 310px"><a href="http://imwill.com/wp-content/uploads/2010/12/06-jolicloud-settings.jpg"><img class="size-medium wp-image-118" title="Settings Menu" src="http://imwill.com/wp-content/uploads/2010/12/06-jolicloud-settings-300x225.jpg" alt="" width="300" height="225" /></a><p class="wp-caption-text">It also has a menu for system settings.</p></div>
<div id="attachment_119" class="wp-caption aligncenter" style="width: 310px"><a href="http://imwill.com/wp-content/uploads/2010/12/07-jolicloud-apps.jpg"><img class="size-medium wp-image-119" title="App market" src="http://imwill.com/wp-content/uploads/2010/12/07-jolicloud-apps-300x225.jpg" alt="" width="300" height="225" /></a><p class="wp-caption-text">There is also an App Center where you can download about 750 apps.</p></div>
<div id="attachment_120" class="wp-caption aligncenter" style="width: 310px"><a href="http://imwill.com/wp-content/uploads/2010/12/08-jolicloud-search.jpg"><img class="size-medium wp-image-120" title="Search" src="http://imwill.com/wp-content/uploads/2010/12/08-jolicloud-search-300x225.jpg" alt="" width="300" height="225" /></a><p class="wp-caption-text">The app or friend search is amazingly fast!</p></div>
<div id="attachment_121" class="wp-caption aligncenter" style="width: 310px"><a href="http://imwill.com/wp-content/uploads/2010/12/09-jolicloud-terminal.jpg"><img class="size-medium wp-image-121" title="Terminal" src="http://imwill.com/wp-content/uploads/2010/12/09-jolicloud-terminal-300x225.jpg" alt="" width="300" height="225" /></a><p class="wp-caption-text">As there is an Ubuntu Linux running in the background you&#39;ve also got a Terminal.</p></div>
<div id="attachment_122" class="wp-caption aligncenter" style="width: 310px"><a href="http://imwill.com/wp-content/uploads/2010/12/10-jolicloud-error.jpg"><img class="size-medium wp-image-122" title="Error" src="http://imwill.com/wp-content/uploads/2010/12/10-jolicloud-error-300x225.jpg" alt="" width="300" height="225" /></a><p class="wp-caption-text">If the system is losing connection to the cloud, you&#39;ll get an error message like this.</p></div>
<div id="attachment_123" class="wp-caption aligncenter" style="width: 310px"><a href="http://imwill.com/wp-content/uploads/2010/12/11-jolicloud-wallpaper.jpg"><img class="size-medium wp-image-123" title="Wallpaper" src="http://imwill.com/wp-content/uploads/2010/12/11-jolicloud-wallpaper-300x225.jpg" alt="" width="300" height="225" /></a><p class="wp-caption-text">You can customize your Desktop like any other system and use on of the pre-defined wallpapers or even paste an URL to your own favorite wallpaper.</p></div>
<div id="attachment_124" class="wp-caption aligncenter" style="width: 310px"><a href="http://imwill.com/wp-content/uploads/2010/12/12-jolicloud-shutdown.jpg"><img class="size-medium wp-image-124" title="Shutdown" src="http://imwill.com/wp-content/uploads/2010/12/12-jolicloud-shutdown-300x225.jpg" alt="" width="300" height="225" /></a><p class="wp-caption-text">Also the shutdown dialogue just looks like any other operating system.</p></div>
<h2>Conclusion</h2>
<p>Overall <strong>Jolicloud 1.1</strong> almost feels like an operating system to   me. You can install your own local apps and for the low-level fans you   even have a Terminal. It might be a good choice for an older Notebook or  slow Netbook.</p>
<h3>Pros</h3>
<ul>
<li>Good hardware compatibility <a href="http://www.jolicloud.com/product/compatibility" target="_blank">http://www.jolicloud.com/product/compatibility</a></li>
<li>Easy and fast install process</li>
<li>Amazingly fast boot-up</li>
<li>Low power consumption</li>
</ul>
<h3>Cons</h3>
<ul>
<li>ToS <a href="http://www.jolicloud.com/tos" target="_blank">http://www.jolicloud.com/tos</a></li>
<li>Sometimes the cloud seemed a bit laggy to me and the services took some time to reload</li>
<li>At some points it still feels like a beta version and not a final 1.1 release</li>
</ul>
<p>Let me know what you think about it and if you&#8217;re using it in for your productive working environment.</p>
<p style="text-align: center;">
<p><a class="FlattrButton" style="display: none;" href="http://imwill.com/jolicloud-ubuntu-operating-system/"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://imwill.com/jolicloud-ubuntu-operating-system/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Measure elapsed time with Java</title>
		<link>http://imwill.com/measure-elapsed-time-java/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=measure-elapsed-time-java</link>
		<comments>http://imwill.com/measure-elapsed-time-java/#comments</comments>
		<pubDate>Sat, 18 Dec 2010 14:14:30 +0000</pubDate>
		<dc:creator>Hendrik Will</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://imwill.com/?p=105</guid>
		<description><![CDATA[For my recent experimental gaming project I wanted to measure the overall elapsed time since the beginning of a game. In my main class I added a startup variable of type long which contains the current time in milliseconds. At the end of a game call the function stopWatch(startup); to get the elapsed time in [...]]]></description>
			<content:encoded><![CDATA[<p>For my recent experimental gaming project I wanted to measure the overall elapsed time since the beginning of a game.<br />
In my main class I added a <code>startup</code> variable of type <code>long</code> which contains the current time in milliseconds. At the end of a game call the function <code>stopWatch(startup);</code> to get the elapsed time in seconds.<span id="more-105"></span></p>
<pre class="brush: java; title: ; notranslate">
	/**
	 * Method to measure elapsed time since start time until now
	 * @param startTime Time of start in milliseconds
	 * @return Elapsed time in seconds as Long
	 */
	public static long stopWatch(long startTime) {
		long endTime = System.currentTimeMillis();
		endTime = endTime-startTime;

		long seconds =
						TimeUnit.MILLISECONDS.toSeconds(endTime) -
						TimeUnit.MINUTES.toSeconds(
								TimeUnit.MILLISECONDS.toMinutes(endTime)
						);

		return seconds;
	}
</pre>
<p>Example:</p>
<pre class="brush: java; title: ; notranslate">
long startup = System.currentTimeMillis();

Thread.sleep(3000);

System.out.println(&quot;This took &quot; + stopWatch(startup) + &quot; seconds.&quot;);
</pre>
<p>This will result in <code>This took 3 seconds.</code></p>
<p><a class="FlattrButton" style="display:none;" href="http://imwill.com/measure-elapsed-time-java/"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://imwill.com/measure-elapsed-time-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to export your Delicious bookmarks to a XML file</title>
		<link>http://imwill.com/export-delicious-bookmarks-xml-file/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=export-delicious-bookmarks-xml-file</link>
		<comments>http://imwill.com/export-delicious-bookmarks-xml-file/#comments</comments>
		<pubDate>Thu, 16 Dec 2010 13:09:51 +0000</pubDate>
		<dc:creator>Hendrik Will</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Web Technology]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[social bookmarking]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://imwill.com/?p=109</guid>
		<description><![CDATA[Today, there have been rumors that Yahoo!&#8217;s bookmarking service Delicious will be shut down soon. If you&#8217;re scared about losing all your bookmarks there are two ways how to save all of your Delicious bookmarks. First option would be to use their export option. This way you will get a HTML file. Second more advanced [...]]]></description>
			<content:encoded><![CDATA[<p>Today, there have been rumors that Yahoo!&#8217;s bookmarking service Delicious will be shut down soon. If you&#8217;re scared about losing all your bookmarks there are two ways how to save all of your Delicious bookmarks.</p>
<p>First option would be to use their <a href="https://secure.delicious.com/settings/bookmarks/export" target="_blank">export option</a>. This way you will get a <strong>HTML file</strong>.</p>
<p>Second more advanced option would be to use <strong>curl+<a href="http://www.delicious.com/help/api" target="_blank">Delicious API</a> </strong>and grab all of your bookmarks including tags to an <strong>XML file</strong>.<span id="more-109"></span></p>
<p>Just open your terminal and simply run the following line:</p>
<pre class="brush: php; title: ; notranslate">

curl https://{username}:{password}@api.del.icio.us/v1/posts/all &gt; delicious.xml
</pre>
<p>This will push all your Delicious bookmarks including your tags to a delicious.xml file like this:</p>
<pre class="brush: xml; title: ; notranslate">
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;posts user=&quot;username&quot; update=&quot;2010-12-16T15:43:55Z&quot; tag=&quot;&quot; total=&quot;10235&quot;&gt;
  &lt;post href=&quot;http://www.imwill.com/&quot; description=&quot;imwill.com Blog&quot;
  hash=&quot;6cfedbe75f413c56b6ce79e6fa102aba&quot; tag=&quot;webdev php&quot;
  time=&quot;2009-11-29T20:30:47Z&quot; /&gt;
    ...
&lt;/posts&gt;
&lt;!-- fe09.api.del.ac4.yahoo.net uncompressed/chunked Sat Dec 16 16:27:16 UTC 2010 --&gt;
</pre>
<p>The <a href="http://www.delicious.com/help/api#posts_all" target="_blank">Delicious API</a> supports various arguments to filter your data. For example you can filter by tags or specify a start or end date.</p>
<p><a class="FlattrButton" style="display:none;" href="http://imwill.com/export-delicious-bookmarks-xml-file/"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://imwill.com/export-delicious-bookmarks-xml-file/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Facebook Group Invitation Email SPAM</title>
		<link>http://imwill.com/facebook-group-invitation-email-spam/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=facebook-group-invitation-email-spam</link>
		<comments>http://imwill.com/facebook-group-invitation-email-spam/#comments</comments>
		<pubDate>Sun, 12 Dec 2010 14:57:30 +0000</pubDate>
		<dc:creator>Hendrik Will</dc:creator>
				<category><![CDATA[Social Network]]></category>
		<category><![CDATA[Facebook]]></category>

		<guid isPermaLink="false">http://imwill.com/?p=99</guid>
		<description><![CDATA[  Recently I&#8217;ve been invited to a couple small groups on Facebook. I noticed that I received all of the new group posts straight forward by email without ever accepting the invitation! Then I had a look at my general settings under Account -&#62; Account Settings -&#62; Notifications in the Groups section. I didn&#8217;t check [...]]]></description>
			<content:encoded><![CDATA[<p> </p>
<p><a href="http://imwill.com/wp-content/uploads/2010/12/facebook-group-settings.png"><img class="alignright size-medium wp-image-101" title="Facebook Group Settings" src="http://imwill.com/wp-content/uploads/2010/12/facebook-group-settings-300x106.png" alt="" width="300" height="106" /></a>Recently I&#8217;ve been invited to a couple small groups on Facebook. I noticed that I received all of the new group posts straight forward by email without ever accepting the invitation!<br />
<span id="more-99"></span><br />
Then I had a look at my general settings under <strong>Account -&gt; Account Settings -&gt; Notifications</strong> in the<strong> Groups section</strong>. I didn&#8217;t check any of the general notification options for Groups! I had to click on <strong>Change email settings for individual groups </strong>and <strong>disable </strong>the notifications for every single group I&#8217;ve been invited to. But remember: <strong>I never accepted the invitation</strong>.</p>
<p>Another possibility to disable the notifications would be on the Group page itself. Click the <strong>Edit Settings Button </strong>on the top right and uncheck the option.</p>
<p style="text-align: center;"><a href="http://imwill.com/wp-content/uploads/2010/12/facebook-group-spam.png"><img class="size-full wp-image-102 aligncenter" title="Facebook group SPAM" src="http://imwill.com/wp-content/uploads/2010/12/facebook-group-spam.png" alt="" width="503" height="301" /></a></p>
<p>To sum this up there is no general setting to disable this behaviour. In my opinion this is a big and annoying flaw in the Facebook group settings.</p>
<p><a class="FlattrButton" style="display:none;" href="http://imwill.com/facebook-group-invitation-email-spam/"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://imwill.com/facebook-group-invitation-email-spam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

