<?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>dolejsky.com</title>
	<atom:link href="http://www.dolejsky.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dolejsky.com</link>
	<description>Things good to know...</description>
	<lastBuildDate>Thu, 25 Feb 2010 18:54:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Java &#8211; print stack trace to a String</title>
		<link>http://www.dolejsky.com/2010/02/25/java-print-stack-trace-to-a-string/</link>
		<comments>http://www.dolejsky.com/2010/02/25/java-print-stack-trace-to-a-string/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 18:54:10 +0000</pubDate>
		<dc:creator>ludek</dc:creator>
				<category><![CDATA[Bits and pieces]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.dolejsky.com/?p=471</guid>
		<description><![CDATA[Simple and quick one today - what if we need to print stack trace into a String?
PLAIN TEXT
JAVA:




...


catch &#40;Exception e&#41; &#123;


&#160; &#160; StringWriter sw = new StringWriter&#40;&#41;;


&#160; &#160; PrintWriter pw = new PrintWriter&#40;sw&#41;;


&#160; &#160; e.printStackTrace&#40;pw&#41;;


&#160; &#160; pw.flush&#40;&#41;;


&#160;


&#160; &#160; String stackTraceString = sw.toString&#40;&#41;;


&#160; &#160; //use the stackTraceString as you need...


&#125;


... 






]]></description>
			<content:encoded><![CDATA[<p>Simple and quick one today - what if we need to print stack trace into a String?</p>
<div class="igBar"><span id="ljava-2"><a href="#" onclick="javascript:showPlainTxt('java-2'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">JAVA:</span>
<div id="java-2">
<div class="java">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">...</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #000000; font-weight: bold;">catch</span> <span style="color: #66cc66;">&#40;</span><a href="http://www.google.com/search?q=allinurl%3AException+java.sun.com&amp;bntl=1"><span style="color: #aaaadd; font-weight: bold;">Exception</span></a> e<span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <a href="http://www.google.com/search?q=allinurl%3AStringWriter+java.sun.com&amp;bntl=1"><span style="color: #aaaadd; font-weight: bold;">StringWriter</span></a> sw = <span style="color: #000000; font-weight: bold;">new</span> <a href="http://www.google.com/search?q=allinurl%3AStringWriter+java.sun.com&amp;bntl=1"><span style="color: #aaaadd; font-weight: bold;">StringWriter</span></a><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <a href="http://www.google.com/search?q=allinurl%3APrintWriter+java.sun.com&amp;bntl=1"><span style="color: #aaaadd; font-weight: bold;">PrintWriter</span></a> pw = <span style="color: #000000; font-weight: bold;">new</span> <a href="http://www.google.com/search?q=allinurl%3APrintWriter+java.sun.com&amp;bntl=1"><span style="color: #aaaadd; font-weight: bold;">PrintWriter</span></a><span style="color: #66cc66;">&#40;</span>sw<span style="color: #66cc66;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; e.<span style="color: #006600;">printStackTrace</span><span style="color: #66cc66;">&#40;</span>pw<span style="color: #66cc66;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; pw.<span style="color: #006600;">flush</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <a href="http://www.google.com/search?q=allinurl%3AString+java.sun.com&amp;bntl=1"><span style="color: #aaaadd; font-weight: bold;">String</span></a> stackTraceString = sw.<span style="color: #006600;">toString</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #808080; font-style: italic;">//use the stackTraceString as you need...</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #66cc66;">&#125;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">... </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dolejsky.com/2010/02/25/java-print-stack-trace-to-a-string/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Instantiating Beehive JdbcControl manually</title>
		<link>http://www.dolejsky.com/2010/02/18/instantiating-beehive-jdbccontrol-manually/</link>
		<comments>http://www.dolejsky.com/2010/02/18/instantiating-beehive-jdbccontrol-manually/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 17:43:31 +0000</pubDate>
		<dc:creator>ludek</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.dolejsky.com/?p=444</guid>
		<description><![CDATA[Common usage pattern for Beehive Jdbc control is:

Create DB control class by extending JdbcControl
Declare DB control variable in page controller and use @Control annotation to have it automatically instantiated and injected
Use the DB control

The above works fine. But what happens if we would like to use our DB control class from within JSP page which [...]]]></description>
			<content:encoded><![CDATA[<p>Common usage pattern for Beehive Jdbc control is:</p>
<ul>
<li>Create DB control class by extending JdbcControl</li>
<li>Declare DB control variable in page controller and use @Control annotation to have it automatically instantiated and injected</li>
<li>Use the DB control</li>
</ul>
<p>The above works fine. But what happens if we would like to use our DB control class from within JSP page which is not part of our Beehive application and has no access to our controller? </p>
<p>The following text presents one possible approach.</p>
<p><span id="more-444"></span></p>
<p>Custom DB control class:</p>
<div class="igBar"><span id="ljava-6"><a href="#" onclick="javascript:showPlainTxt('java-6'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">JAVA:</span>
<div id="java-6">
<div class="java">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">@ControlExtension</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">@JdbcControl.<span style="color: #006600;">ConnectionDataSource</span><span style="color: #66cc66;">&#40;</span>jndiName = <span style="color: #ff0000;">"dataSource"</span><span style="color: #66cc66;">&#41;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #000000; font-weight: bold;">public</span> <span style="color: #000000; font-weight: bold;">interface</span> MyDBControl <span style="color: #000000; font-weight: bold;">extends</span> JdbcControl <span style="color: #66cc66;">&#123;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; @JdbcControl.<span style="color: #006600;">SQL</span><span style="color: #66cc66;">&#40;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; statement=<span style="color: #ff0000;">"SELECT * FROM <span style="color: #000099; font-weight: bold;">\"</span>SCHEMA<span style="color: #000099; font-weight: bold;">\"</span>.<span style="color: #000099; font-weight: bold;">\"</span>MYTABLE<span style="color: #000099; font-weight: bold;">\"</span>"</span><span style="color: #66cc66;">&#41;</span> </div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">public</span> MyObject<span style="color: #66cc66;">&#91;</span><span style="color: #66cc66;">&#93;</span> getAllObjects<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; ...</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #66cc66;">&#125;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>Classic approach, instantiate via @Control annotation in controller:</p>
<div class="igBar"><span id="ljava-7"><a href="#" onclick="javascript:showPlainTxt('java-7'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">JAVA:</span>
<div id="java-7">
<div class="java">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #000000; font-weight: bold;">public</span> <span style="color: #000000; font-weight: bold;">class</span> MyController <span style="color: #000000; font-weight: bold;">extends</span> PageFlowController <span style="color: #66cc66;">&#123;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; @<a href="http://www.google.com/search?q=allinurl%3AControl+java.sun.com&amp;bntl=1"><span style="color: #aaaadd; font-weight: bold;">Control</span></a></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">private</span> MyDBControl myControl;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; ...</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #808080; font-style: italic;">//you can now use myControl... </span></div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>But what if we need to instantiate the DB control class manually? One possible approach might be creating a factory like this:</p>
<div class="igBar"><span id="ljava-8"><a href="#" onclick="javascript:showPlainTxt('java-8'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">JAVA:</span>
<div id="java-8">
<div class="java">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">@ControlReferences<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#123;</span>com.<span style="color: #006600;">dolejsky</span>.<span style="color: #006600;">MyDBControl</span>.<span style="color: #000000; font-weight: bold;">class</span><span style="color: #66cc66;">&#125;</span><span style="color: #66cc66;">&#41;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #000000; font-weight: bold;">public</span> <span style="color: #000000; font-weight: bold;">class</span> MyDBControlFactory <span style="color: #66cc66;">&#123;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">public</span> <span style="color: #993333;">static</span> MyDBControl createDBControl<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">try</span> <span style="color: #66cc66;">&#123;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ControlBeanContext ctx = <span style="color: #000000; font-weight: bold;">new</span> ServletBeanContext<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; MyDBControlBean controlBean =</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #66cc66;">&#40;</span>MyDBControlBean<span style="color: #66cc66;">&#41;</span>Controls.<span style="color: #006600;">instantiate</span><span style="color: #66cc66;">&#40;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <a href="http://www.google.com/search?q=allinurl%3AThread+java.sun.com&amp;bntl=1"><span style="color: #aaaadd; font-weight: bold;">Thread</span></a>.<span style="color: #006600;">currentThread</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>.<span style="color: #006600;">getContextClassLoader</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>,</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #ff0000;">"com.dolejsky.MyDBControlBean"</span>, </div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">null</span>, </div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ctx, </div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">null</span><span style="color: #66cc66;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">return</span> controlBean;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #66cc66;">&#125;</span> <span style="color: #000000; font-weight: bold;">catch</span> <span style="color: #66cc66;">&#40;</span><a href="http://www.google.com/search?q=allinurl%3AClassNotFoundException+java.sun.com&amp;bntl=1"><span style="color: #aaaadd; font-weight: bold;">ClassNotFoundException</span></a> e<span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #808080; font-style: italic;">//handle it...</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #66cc66;">&#125;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">return</span> <span style="color: #000000; font-weight: bold;">null</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #66cc66;">&#125;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #66cc66;">&#125;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dolejsky.com/2010/02/18/instantiating-beehive-jdbccontrol-manually/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Malibu for iPhone/ iPod touch released!</title>
		<link>http://www.dolejsky.com/2010/02/05/malibu-for-iphone-ipod-touch-released/</link>
		<comments>http://www.dolejsky.com/2010/02/05/malibu-for-iphone-ipod-touch-released/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 05:00:48 +0000</pubDate>
		<dc:creator>ludek</dc:creator>
				<category><![CDATA[Drums]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[objective c]]></category>

		<guid isPermaLink="false">http://www.dolejsky.com/?p=439</guid>
		<description><![CDATA[Malibu is a free drumming game for iPhone and/or iPod touch with talking pelican and awesome dancers and it was just released!

Download here.
More information can be found here.
]]></description>
			<content:encoded><![CDATA[<p>Malibu is a free drumming game for iPhone and/or iPod touch with talking pelican and awesome dancers and it was just released!</p>
<p><center><a href='http://itunes.apple.com/us/app/malibu/id353420526?mt=8'><img src='/img/iphone/malibu/Icon.png' /></a></center></p>
<p>Download <a href='http://itunes.apple.com/us/app/malibu/id353420526?mt=8'>here</a>.</p>
<p>More information can be found <a href='http://www.dolejsky.com/malibu-for-iphone'>here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dolejsky.com/2010/02/05/malibu-for-iphone-ipod-touch-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remote Mic now supports both Mac OS and MS Windows!</title>
		<link>http://www.dolejsky.com/2009/11/19/remote-mic-now-supports-both-mac-os-and-ms-windows/</link>
		<comments>http://www.dolejsky.com/2009/11/19/remote-mic-now-supports-both-mac-os-and-ms-windows/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 12:00:07 +0000</pubDate>
		<dc:creator>ludek</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Bits and pieces]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[objective c]]></category>

		<guid isPermaLink="false">http://www.dolejsky.com/?p=414</guid>
		<description><![CDATA[Remote Mix is application that turns your iPhone into a wireless microphone (or a bug).

Today, Remote Mic Console 1.3 has been released for both Mac OS 1.5.x and MS Windows XP.
More information here
]]></description>
			<content:encoded><![CDATA[<p>Remote Mix is application that turns your iPhone into a wireless microphone (or a bug).</p>
<p><center><a href="http://www.itunes.com/app/remotemic"><img src="http://www.dolejsky.com/img/iphone/remote-mic/Icon-alpha.png" alt="Remote Mic for iPhone" /></a></center></p>
<p>Today, Remote Mic Console 1.3 has been released for both Mac OS 1.5.x and MS Windows XP.</p>
<p>More information <a href='http://www.dolejsky.com/remote-mic'>here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dolejsky.com/2009/11/19/remote-mic-now-supports-both-mac-os-and-ms-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GrowlTunes patch accepted</title>
		<link>http://www.dolejsky.com/2009/11/10/growltunes-patch-accepted/</link>
		<comments>http://www.dolejsky.com/2009/11/10/growltunes-patch-accepted/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 11:08:40 +0000</pubDate>
		<dc:creator>ludek</dc:creator>
				<category><![CDATA[Bits and pieces]]></category>
		<category><![CDATA[objective c]]></category>

		<guid isPermaLink="false">http://www.dolejsky.com/?p=380</guid>
		<description><![CDATA[My small GrowlTunes patch (described here) made its way into official release of Growl 1.1.5:

I am happy to have contributed to such a great piece of an open source software.
]]></description>
			<content:encoded><![CDATA[<p>My small GrowlTunes patch (described <a href='http://www.dolejsky.com/2009/02/19/growltunes-patch/'>here</a>) made its way into official release of Growl 1.1.5:</p>
<p><img src='http://www.dolejsky.com/img/GrowlTunesPatch/growltunes-patch-v-hist-1.1.5.png' /></p>
<p>I am happy to have contributed to such a great piece of an open source software.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dolejsky.com/2009/11/10/growltunes-patch-accepted/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Trashcan for iPhone/iPod touch</title>
		<link>http://www.dolejsky.com/2009/04/26/trashcan-for-iphoneipod-touch/</link>
		<comments>http://www.dolejsky.com/2009/04/26/trashcan-for-iphoneipod-touch/#comments</comments>
		<pubDate>Sun, 26 Apr 2009 08:17:03 +0000</pubDate>
		<dc:creator>ludek</dc:creator>
				<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.dolejsky.com/?p=362</guid>
		<description><![CDATA[Simple and fun game helping you get over all these boring meetings!

More info on http://www.dolejsky.com/trashcan. Download here.

]]></description>
			<content:encoded><![CDATA[<p>Simple and fun game helping you get over all these boring meetings!</p>
<p><center><a href='http://www.itunes.com/app/trashcan'><img src="http://www.dolejsky.com/img/iphone/trashcan/Icon.png" alt="Trashcan for iPhone" /></a></center></p>
<p>More info on <a href='http://www.dolejsky.com/trashcan'>http://www.dolejsky.com/trashcan</a>. Download <a href='http://www.itunes.com/app/trashcan'>here</a>.</p>
<p><center><img width="200" src="http://www.dolejsky.com/img/iphone/trashcan/trashcan1.0_1.png" alt="Trashcan for iPhone" /></center></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dolejsky.com/2009/04/26/trashcan-for-iphoneipod-touch/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>John Mayer &#8211; Good Love Is On The Way &#8211; Drum tab</title>
		<link>http://www.dolejsky.com/2009/04/02/john-mayer-good-love-is-on-the-way-drum-tab/</link>
		<comments>http://www.dolejsky.com/2009/04/02/john-mayer-good-love-is-on-the-way-drum-tab/#comments</comments>
		<pubDate>Thu, 02 Apr 2009 14:34:36 +0000</pubDate>
		<dc:creator>ludek</dc:creator>
				<category><![CDATA[Drums]]></category>

		<guid isPermaLink="false">http://www.dolejsky.com/?p=339</guid>
		<description><![CDATA[Again, very original drumming in this song. Check it out!
Download drum tab PDF here.
]]></description>
			<content:encoded><![CDATA[<p>Again, very original drumming in this song. Check it out!</p>
<p>Download drum tab PDF <a href="http://www.dolejsky.com/files/John Mayer - Good Love Is On The Way.pdf">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dolejsky.com/2009/04/02/john-mayer-good-love-is-on-the-way-drum-tab/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>John Mayer &#8211; Bold As Love &#8211; Drum tab</title>
		<link>http://www.dolejsky.com/2009/04/02/john-mayer-bold-as-love-drum-tab/</link>
		<comments>http://www.dolejsky.com/2009/04/02/john-mayer-bold-as-love-drum-tab/#comments</comments>
		<pubDate>Thu, 02 Apr 2009 14:33:04 +0000</pubDate>
		<dc:creator>ludek</dc:creator>
				<category><![CDATA[Drums]]></category>

		<guid isPermaLink="false">http://www.dolejsky.com/?p=336</guid>
		<description><![CDATA[One of my favorites songs to play on drums. Very interesting bass drum part.
Download drum tab PDF here.
]]></description>
			<content:encoded><![CDATA[<p>One of my favorites songs to play on drums. Very interesting bass drum part.</p>
<p>Download drum tab PDF <a href="http://www.dolejsky.com/files/John Mayer - Bold As Love.pdf">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dolejsky.com/2009/04/02/john-mayer-bold-as-love-drum-tab/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lenny Kravitz &#8211; Rock and Roll is Dead &#8211; Drum tab</title>
		<link>http://www.dolejsky.com/2009/04/02/lenny-kravitz-rock-and-roll-is-dead-drum-tab/</link>
		<comments>http://www.dolejsky.com/2009/04/02/lenny-kravitz-rock-and-roll-is-dead-drum-tab/#comments</comments>
		<pubDate>Thu, 02 Apr 2009 14:30:41 +0000</pubDate>
		<dc:creator>ludek</dc:creator>
				<category><![CDATA[Drums]]></category>

		<guid isPermaLink="false">http://www.dolejsky.com/?p=333</guid>
		<description><![CDATA[Fun song to play. Be sure to groove hard! 
Download drum tab PDF here.
]]></description>
			<content:encoded><![CDATA[<p>Fun song to play. Be sure to groove hard! </p>
<p>Download drum tab PDF <a href="http://www.dolejsky.com/files/Lenny Kravitz - Rock and Roll Is Dead.pdf">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dolejsky.com/2009/04/02/lenny-kravitz-rock-and-roll-is-dead-drum-tab/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eric Clapton &#8211; Layla (unplugged) &#8211; Drum tab</title>
		<link>http://www.dolejsky.com/2009/04/02/eric-clapton-layla-unplugged-drum-tab/</link>
		<comments>http://www.dolejsky.com/2009/04/02/eric-clapton-layla-unplugged-drum-tab/#comments</comments>
		<pubDate>Thu, 02 Apr 2009 14:28:26 +0000</pubDate>
		<dc:creator>ludek</dc:creator>
				<category><![CDATA[Drums]]></category>

		<guid isPermaLink="false">http://www.dolejsky.com/?p=329</guid>
		<description><![CDATA[One of the well known songs from Eric Clapton's MTV Unplugged CD.
Download drum tab as PDF here.
]]></description>
			<content:encoded><![CDATA[<p>One of the well known songs from Eric Clapton's MTV Unplugged CD.</p>
<p>Download drum tab as PDF <a href="http://www.dolejsky.com/files/Eric Clapton - Layla.pdf">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dolejsky.com/2009/04/02/eric-clapton-layla-unplugged-drum-tab/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
