<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>Juggernaut's blog</title>
	
	<link>http://juggernaut.haet.ru</link>
	<description />
	<lastBuildDate>Sat, 27 Mar 2010 15:10:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/JuggernautsBlog" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="juggernautsblog" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Quick android tips</title>
		<link>http://juggernaut.haet.ru/index.php/2010/03/27/quick-android-tips/</link>
		<comments>http://juggernaut.haet.ru/index.php/2010/03/27/quick-android-tips/#comments</comments>
		<pubDate>Sat, 27 Mar 2010 13:07:00 +0000</pubDate>
		<dc:creator>juggernaut</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[android]]></category>

		<guid isPermaLink="false">http://juggernaut.haet.ru/?p=29</guid>
		<description><![CDATA[To hide window title in onCreate() of activity do the
requestWindowFeature(Window.FEATURE_NO_TITLE);

To hide system statusbar (the thing with battery status) do the following in the onCreate() method:
getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN, WindowManager.LayoutParams.FLAG_FULLSCREEN);


This should be made before setting any content.
]]></description>
			<content:encoded><![CDATA[<p>To hide window title in onCreate() of activity do the</p>
<div style="margin-left:4em"><code>requestWindowFeature(Window.FEATURE_NO_TITLE);</code></div>
</p>
<p>To hide system statusbar (the thing with battery status) do the following in the onCreate() method:</p>
<div style="margin-left:4em"><code>getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN, WindowManager.LayoutParams.FLAG_FULLSCREEN);<br />
</code></div>
</p>
<p>This should be made before setting any content.</p>
]]></content:encoded>
			<wfw:commentRss>http://juggernaut.haet.ru/index.php/2010/03/27/quick-android-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Push existing git repo to svn.</title>
		<link>http://juggernaut.haet.ru/index.php/2009/10/02/push-existing-git-repo-to-svn/</link>
		<comments>http://juggernaut.haet.ru/index.php/2009/10/02/push-existing-git-repo-to-svn/#comments</comments>
		<pubDate>Fri, 02 Oct 2009 00:44:59 +0000</pubDate>
		<dc:creator>juggernaut</dc:creator>
				<category><![CDATA[git]]></category>

		<guid isPermaLink="false">http://juggernaut.haet.ru/?p=23</guid>
		<description><![CDATA[I'm no big fan of svn, but sometimes I just have to use it. For those like me here is the guide on how to import existing git repo into svn. It helped me a lot.
]]></description>
			<content:encoded><![CDATA[<p>I'm no big fan of svn, but sometimes I just have to use it. For those like me <a href="http://eikke.com/importing-a-git-tree-into-a-subversion-repository/">here is the guide</a> on how to import existing git repo into svn. It helped me a lot.</p>
]]></content:encoded>
			<wfw:commentRss>http://juggernaut.haet.ru/index.php/2009/10/02/push-existing-git-repo-to-svn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to make splashscreen for iphone app?</title>
		<link>http://juggernaut.haet.ru/index.php/2009/09/29/how-to-make-splashscreen-for-iphone-app/</link>
		<comments>http://juggernaut.haet.ru/index.php/2009/09/29/how-to-make-splashscreen-for-iphone-app/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 14:52:55 +0000</pubDate>
		<dc:creator>juggernaut</dc:creator>
				<category><![CDATA[iphone]]></category>
		<category><![CDATA[splashscreen]]></category>

		<guid isPermaLink="false">http://juggernaut.haet.ru/index.php/2009/09/29/how-to-make-splashscreen-for-iphone-app/</guid>
		<description><![CDATA[Most of developers should already know this, but for ones like me here is the way: you put Default.png into your project and it will be automatically displayed by os while the rest of your app is loading.
]]></description>
			<content:encoded><![CDATA[<p>Most of developers should already know this, but for ones like me here is the way: you put Default.png into your project and it will be automatically displayed by os while the rest of your app is loading.</p>
]]></content:encoded>
			<wfw:commentRss>http://juggernaut.haet.ru/index.php/2009/09/29/how-to-make-splashscreen-for-iphone-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>java 1.5 in Snow Leopard</title>
		<link>http://juggernaut.haet.ru/index.php/2009/06/24/java-1-5-in-snow-leopard/</link>
		<comments>http://juggernaut.haet.ru/index.php/2009/06/24/java-1-5-in-snow-leopard/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 14:42:50 +0000</pubDate>
		<dc:creator>juggernaut</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[snow leopard]]></category>

		<guid isPermaLink="false">http://juggernaut.haet.ru/?p=8</guid>
		<description><![CDATA[Recently I've installed Snow Leopard as my main system and found out that there is no JDK 1.5 in the system - only 1.6.
Sadly, one of my project needed to be build with JDK 1.5 because I deploy it in jetty container which is running in 1.5 jvm. Happily, I was able to transfer JDK [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I've installed Snow Leopard as my main system and found out that there is no JDK 1.5 in the system - only 1.6.</p>
<p>Sadly, one of my project needed to be build with JDK 1.5 because I deploy it in jetty container which is running in 1.5 jvm. Happily, I was able to transfer JDK 1.5 from my other notebook with Leopard, so now I have both 1.5 and 1.6 versions of java in Snow Leopard.</p>
<p>Below goes instructions how to do it:<br/><br />
<blockquote>
user@leopard% cd /System/Library/Frameworks/JavaVM.framework/Versions<br />
user@leopard% zip -9ry ~/java.zip 1.5.0</p>
<p>...</p>
<p>user@snow-leopard% sudo -s<br />
root@snow-leopard# cd /System/Library/Frameworks/JavaVM.framework/Versions<br />
root@snow-leopard# scp user@leopard:~/java.zip .<br />
root@snow-leopard# rm -f 1.5*<br />
root@snow-leopard# unzip java.zip<br />
root@snow-leopard# ln -s 1.5.0 1.5
</p></blockquote>
<p>Now, system utility called "Java Preferences" can be used to manage java version. However, it failed to set correct JDK for my maven from macports, so I had to </p>
<blockquote><p>
root@snow-leopard# rm -f CurrentJDK &#038;& ln -s 1.5.0 CurrentJDK
</p></blockquote>
<p>after doing so everything went smoothly</p>
]]></content:encoded>
			<wfw:commentRss>http://juggernaut.haet.ru/index.php/2009/06/24/java-1-5-in-snow-leopard/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Snow Leopard and MacPorts</title>
		<link>http://juggernaut.haet.ru/index.php/2009/06/22/snow-leopard-and-macports/</link>
		<comments>http://juggernaut.haet.ru/index.php/2009/06/22/snow-leopard-and-macports/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 21:19:50 +0000</pubDate>
		<dc:creator>juggernaut</dc:creator>
				<category><![CDATA[emacs]]></category>

		<guid isPermaLink="false">http://juggernaut.haet.ru/?p=6</guid>
		<description><![CDATA[MacPorts work fine in Snow Leopard, you just need to build them from source code. It is pretty easy.
]]></description>
			<content:encoded><![CDATA[<p>MacPorts work fine in Snow Leopard, you just need to build them from source code. It is pretty easy.</p>
]]></content:encoded>
			<wfw:commentRss>http://juggernaut.haet.ru/index.php/2009/06/22/snow-leopard-and-macports/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>org-mode FTW!</title>
		<link>http://juggernaut.haet.ru/index.php/2009/06/21/org-mode-ftw/</link>
		<comments>http://juggernaut.haet.ru/index.php/2009/06/21/org-mode-ftw/#comments</comments>
		<pubDate>Sun, 21 Jun 2009 12:21:20 +0000</pubDate>
		<dc:creator>juggernaut</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://juggernaut.haet.ru/?p=3</guid>
		<description><![CDATA[Here I've found interesting org-mode manual/tutorial. Worth reading.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://doc.norang.ca/org-mode.html">Here</a> I've found interesting <a href="http://orgmode.org">org-mode</a> manual/tutorial. Worth reading.</p>
]]></content:encoded>
			<wfw:commentRss>http://juggernaut.haet.ru/index.php/2009/06/21/org-mode-ftw/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
