<?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>Lead your flow</title>
	<atom:link href="http://webdizz.name/feed/" rel="self" type="application/rss+xml" />
	<link>http://webdizz.name</link>
	<description>Just another blog about someone&#039; ...</description>
	<lastBuildDate>Sat, 03 Mar 2012 09:49:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Thought about build infrustructure</title>
		<link>http://webdizz.name/blog/2012/03/03/thought-about-build-infrustructure/</link>
		<comments>http://webdizz.name/blog/2012/03/03/thought-about-build-infrustructure/#comments</comments>
		<pubDate>Sat, 03 Mar 2012 09:49:49 +0000</pubDate>
		<dc:creator>webdizz</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[build]]></category>
		<category><![CDATA[buildr]]></category>

		<guid isPermaLink="false">http://webdizz.name/?p=372</guid>
		<description><![CDATA[
<div class="twitterbutton" style="float: right; padding-left: 5px;"><a href="http://twitter.com/share?url=http://webdizz.name/blog/2012/03/03/thought-about-build-infrustructure/&amp;text=Thought about build infrustructure&amp;via=&amp;related=DolcePixel"><img align="right" src="http://webdizz.name/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
What makes software workable? In Java world it&#8217;s obvious that to make software workable we need to compile it and package into jar file or whatever to be deployed to your container or simply ran as desktop application. With TDD way to develop software we got understandable necessity to compile and run automatic tests. There are [...]]]></description>
		<wfw:commentRss>http://webdizz.name/blog/2012/03/03/thought-about-build-infrustructure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Listening podcasts Android</title>
		<link>http://webdizz.name/blog/2012/02/25/listening-podcasts-android/</link>
		<comments>http://webdizz.name/blog/2012/02/25/listening-podcasts-android/#comments</comments>
		<pubDate>Sat, 25 Feb 2012 09:23:51 +0000</pubDate>
		<dc:creator>webdizz</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[podcasts]]></category>

		<guid isPermaLink="false">http://webdizz.name/?p=369</guid>
		<description><![CDATA[
<div class="twitterbutton" style="float: right; padding-left: 5px;"><a href="http://twitter.com/share?url=http://webdizz.name/blog/2012/02/25/listening-podcasts-android/&amp;text=Listening podcasts Android&amp;via=&amp;related=DolcePixel"><img align="right" src="http://webdizz.name/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
Last week I dived into podcast listening and found out a desire to be able to listen podcasts on my Nexus S. After some investigation I found out an app in Android Market - RssDemon by Meecel and it&#8217;s completely free. This app provides a lot of features to read RSS and listen podcasts I do not want to [...]]]></description>
		<wfw:commentRss>http://webdizz.name/blog/2012/02/25/listening-podcasts-android/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Naming best practices</title>
		<link>http://webdizz.name/blog/2012/02/20/naming-best-practices/</link>
		<comments>http://webdizz.name/blog/2012/02/20/naming-best-practices/#comments</comments>
		<pubDate>Mon, 20 Feb 2012 19:44:16 +0000</pubDate>
		<dc:creator>webdizz</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[coding standards]]></category>

		<guid isPermaLink="false">http://webdizz.name/?p=365</guid>
		<description><![CDATA[
<div class="twitterbutton" style="float: right; padding-left: 5px;"><a href="http://twitter.com/share?url=http://webdizz.name/blog/2012/02/20/naming-best-practices/&amp;text=Naming best practices&amp;via=&amp;related=DolcePixel"><img align="right" src="http://webdizz.name/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
There are some thoughts regarding naming best practices. Use short enough and long enough variable names in each scope of code. In most cases length may be 1 char for loop counters, 1 word for condition/loop variables, 1-2 words for methods, 2-3 words for classes, 3-4 words for globals. Use meaningful names for variables. Variable [...]]]></description>
		<wfw:commentRss>http://webdizz.name/blog/2012/02/20/naming-best-practices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Git auto-complete for Mac</title>
		<link>http://webdizz.name/blog/2012/01/31/git-auto-complete-for-mac/</link>
		<comments>http://webdizz.name/blog/2012/01/31/git-auto-complete-for-mac/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 12:16:23 +0000</pubDate>
		<dc:creator>webdizz</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Git]]></category>
		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://webdizz.name/?p=362</guid>
		<description><![CDATA[
<div class="twitterbutton" style="float: right; padding-left: 5px;"><a href="http://twitter.com/share?url=http://webdizz.name/blog/2012/01/31/git-auto-complete-for-mac/&amp;text=Git auto-complete for Mac&amp;via=&amp;related=DolcePixel"><img align="right" src="http://webdizz.name/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
If you faced with problem that out-of-the-box Git under Mac has no auto-complete functionality you can go this way: curl https://github.com/git/git/raw/master/contrib/completion/git-completion.bash -OL Copy it to, for example, cp git-completion.bash ~/.git-completion.bash Then open your ~/.bash_profile or ~/.profile and append next string source ~/.git-completion.bash Thats&#8217;s it]]></description>
		<wfw:commentRss>http://webdizz.name/blog/2012/01/31/git-auto-complete-for-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Let&#8217;s do it on Mac</title>
		<link>http://webdizz.name/blog/2012/01/30/lets-do-it-on-mac/</link>
		<comments>http://webdizz.name/blog/2012/01/30/lets-do-it-on-mac/#comments</comments>
		<pubDate>Sun, 29 Jan 2012 21:32:52 +0000</pubDate>
		<dc:creator>webdizz</dc:creator>
				<category><![CDATA[Live moments]]></category>
		<category><![CDATA[мысли вслух]]></category>
		<category><![CDATA[macbook pro]]></category>

		<guid isPermaLink="false">http://webdizz.name/?p=360</guid>
		<description><![CDATA[
<div class="twitterbutton" style="float: right; padding-left: 5px;"><a href="http://twitter.com/share?url=http://webdizz.name/blog/2012/01/30/lets-do-it-on-mac/&amp;text=Let&#8217;s do it on Mac&amp;via=&amp;related=DolcePixel"><img align="right" src="http://webdizz.name/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
Some time ago I joined happy Mac owners. It was just great to realize long leaving dream and to have nice UI with powerful shell (comparing to Windows) without necessity to configure everything you need (comparing to Linux). Last dream I have for now is to instal 16Gb of RAM to my MBP. As for working conditions it [...]]]></description>
		<wfw:commentRss>http://webdizz.name/blog/2012/01/30/lets-do-it-on-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>It is a great day</title>
		<link>http://webdizz.name/blog/2012/01/16/it-is-a-great-day/</link>
		<comments>http://webdizz.name/blog/2012/01/16/it-is-a-great-day/#comments</comments>
		<pubDate>Mon, 16 Jan 2012 08:19:57 +0000</pubDate>
		<dc:creator>webdizz</dc:creator>
				<category><![CDATA[Live moments]]></category>
		<category><![CDATA[мысли вслух]]></category>

		<guid isPermaLink="false">http://webdizz.name/?p=357</guid>
		<description><![CDATA[
<div class="twitterbutton" style="float: right; padding-left: 5px;"><a href="http://twitter.com/share?url=http://webdizz.name/blog/2012/01/16/it-is-a-great-day/&amp;text=It is a great day&amp;via=&amp;related=DolcePixel"><img align="right" src="http://webdizz.name/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
There is a snow today!&#8230;]]></description>
		<wfw:commentRss>http://webdizz.name/blog/2012/01/16/it-is-a-great-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Andriod in the house</title>
		<link>http://webdizz.name/blog/2011/02/21/andriod-in-the-house/</link>
		<comments>http://webdizz.name/blog/2011/02/21/andriod-in-the-house/#comments</comments>
		<pubDate>Sun, 20 Feb 2011 22:53:08 +0000</pubDate>
		<dc:creator>webdizz</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Any]]></category>
		<category><![CDATA[Live moments]]></category>
		<category><![CDATA[Andoidify]]></category>
		<category><![CDATA[Nexus S]]></category>

		<guid isPermaLink="false">http://webdizz.name/?p=351</guid>
		<description><![CDATA[
<div class="twitterbutton" style="float: right; padding-left: 5px;"><a href="http://twitter.com/share?url=http://webdizz.name/blog/2011/02/21/andriod-in-the-house/&amp;text=Andriod in the house&amp;via=&amp;related=DolcePixel"><img align="right" src="http://webdizz.name/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
Давненько я тут ничего не писал&#8230; Но лучше поздно, чем никогда Возможно кому-то будет интересно, что же меня &#8220;зацепило&#8221; на написание очередного поста. Это событие связано с желанием поделиться радостью счастливого обладателя новенького смартфона &#8211; Nexus S. Пока конечно все не привычно и удивительно т.к. еще пару дней назад средством коммуникации в моих руках был [...]]]></description>
		<wfw:commentRss>http://webdizz.name/blog/2011/02/21/andriod-in-the-house/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GDD2010Moscow &#8211; I was there&#8230; #gddru #kyivgtug</title>
		<link>http://webdizz.name/blog/2010/11/16/gdd2010moscow-i-was-there-gddru-kyivgtug/</link>
		<comments>http://webdizz.name/blog/2010/11/16/gdd2010moscow-i-was-there-gddru-kyivgtug/#comments</comments>
		<pubDate>Mon, 15 Nov 2010 22:23:34 +0000</pubDate>
		<dc:creator>webdizz</dc:creator>
				<category><![CDATA[Live moments]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[GDD]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[GWT]]></category>
		<category><![CDATA[Kyiv GTUG]]></category>

		<guid isPermaLink="false">http://webdizz.name/?p=341</guid>
		<description><![CDATA[
<div class="twitterbutton" style="float: right; padding-left: 5px;"><a href="http://twitter.com/share?url=http://webdizz.name/blog/2010/11/16/gdd2010moscow-i-was-there-gddru-kyivgtug/&amp;text=GDD2010Moscow &#8211; I was there&#8230; #gddru #kyivgtug&amp;via=&amp;related=DolcePixel"><img align="right" src="http://webdizz.name/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
На прошедших выходных мне довелось побывать на одном из запоминающихся мероприятий уходящего года &#8211; Google Developer Day 2010. Это мероприятие организованное компанией Google для разработчиков и просто людей, влюбленных в эту компанию и использующих её сервисы. Мероприятие поразило своей организацией, масштабностью и количеством участников. Честно, я первый раз на мероприятии такого уровня. Хотелось бы отметить [...]]]></description>
		<wfw:commentRss>http://webdizz.name/blog/2010/11/16/gdd2010moscow-i-was-there-gddru-kyivgtug/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Kyiv GTUG HTML5 hackathon #chromekyiv.</title>
		<link>http://webdizz.name/blog/2010/10/24/kyiv-gtug-html5-hackathon-chromekyiv/</link>
		<comments>http://webdizz.name/blog/2010/10/24/kyiv-gtug-html5-hackathon-chromekyiv/#comments</comments>
		<pubDate>Sun, 24 Oct 2010 19:13:02 +0000</pubDate>
		<dc:creator>webdizz</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Live moments]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Hackathon]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Kyiv GTUG]]></category>

		<guid isPermaLink="false">http://webdizz.name/?p=334</guid>
		<description><![CDATA[
<div class="twitterbutton" style="float: right; padding-left: 5px;"><a href="http://twitter.com/share?url=http://webdizz.name/blog/2010/10/24/kyiv-gtug-html5-hackathon-chromekyiv/&amp;text=Kyiv GTUG HTML5 hackathon #chromekyiv.&amp;via=&amp;related=DolcePixel"><img align="right" src="http://webdizz.name/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
Last saturday (23.10.10) I was a participant of the HTML5 hackathon day organized by Kyiv GTUG can be followed in twitter #chromekyiv . There were a lot of fun. Excellent speech by Michael Mahemoff @mahemoff about HTML5 features and perfect talks at coffee-breaks and lunch. I&#8217;ve got a lot of good impressions and spent my day [...]]]></description>
		<wfw:commentRss>http://webdizz.name/blog/2010/10/24/kyiv-gtug-html5-hackathon-chromekyiv/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SIP soft-phone for Linux &#8211; Twinkle</title>
		<link>http://webdizz.name/blog/2010/10/15/sip-soft-phone-for-linux-twinkle/</link>
		<comments>http://webdizz.name/blog/2010/10/15/sip-soft-phone-for-linux-twinkle/#comments</comments>
		<pubDate>Fri, 15 Oct 2010 08:11:39 +0000</pubDate>
		<dc:creator>webdizz</dc:creator>
				<category><![CDATA[Live moments]]></category>
		<category><![CDATA[Kubuntu]]></category>
		<category><![CDATA[SIP]]></category>
		<category><![CDATA[Twinkle]]></category>

		<guid isPermaLink="false">http://webdizz.name/?p=328</guid>
		<description><![CDATA[
<div class="twitterbutton" style="float: right; padding-left: 5px;"><a href="http://twitter.com/share?url=http://webdizz.name/blog/2010/10/15/sip-soft-phone-for-linux-twinkle/&amp;text=SIP soft-phone for Linux &#8211; Twinkle&amp;via=&amp;related=DolcePixel"><img align="right" src="http://webdizz.name/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
В связи с проектной необходимостью в коммуникациях и прошляпнутой вчера конференции, транслирующейся по Webex, решил разобраться с наличием приложений для VoIP на Linux. Какое-то время назад у меня уже была попытка настроить себе телефон, но не сложилось&#8230; Уже не помню что я тогда пробовал ставить, но все без результатно. Сегодня же все получилось буквально с [...]]]></description>
		<wfw:commentRss>http://webdizz.name/blog/2010/10/15/sip-soft-phone-for-linux-twinkle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

