<?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>Jerzy Seweryn</title>
	<atom:link href="http://blog.jerzyseweryn.pl/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jerzyseweryn.pl</link>
	<description>Software developer</description>
	<lastBuildDate>Tue, 24 Apr 2012 21:30:03 +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>Android Bitmap quality, banding and dithering</title>
		<link>http://blog.jerzyseweryn.pl/2012/04/24/android-bitmap-quality-banding-and-dithering/</link>
		<comments>http://blog.jerzyseweryn.pl/2012/04/24/android-bitmap-quality-banding-and-dithering/#comments</comments>
		<pubDate>Tue, 24 Apr 2012 21:30:03 +0000</pubDate>
		<dc:creator>JerzySeweryn</dc:creator>
				<category><![CDATA[software development]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[bitmap]]></category>

		<guid isPermaLink="false">http://blog.jerzyseweryn.pl/?p=279</guid>
		<description><![CDATA[http://www.curious-creature.org/2010/12/08/bitmap-quality-banding-and-dithering/]]></description>
		<wfw:commentRss>http://blog.jerzyseweryn.pl/2012/04/24/android-bitmap-quality-banding-and-dithering/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JDBC Driver Manager configuration for Derby and HSQLDB</title>
		<link>http://blog.jerzyseweryn.pl/2012/04/24/jdbc-driver-manager-configuration-for-derby-and-hsqldb/</link>
		<comments>http://blog.jerzyseweryn.pl/2012/04/24/jdbc-driver-manager-configuration-for-derby-and-hsqldb/#comments</comments>
		<pubDate>Tue, 24 Apr 2012 11:34:37 +0000</pubDate>
		<dc:creator>JerzySeweryn</dc:creator>
				<category><![CDATA[software development]]></category>
		<category><![CDATA[derby]]></category>
		<category><![CDATA[driver manager]]></category>
		<category><![CDATA[hsqldb]]></category>
		<category><![CDATA[jdbc]]></category>

		<guid isPermaLink="false">http://blog.jerzyseweryn.pl/?p=273</guid>
		<description><![CDATA[Sample HSQLDB configuration Class.forName(&#8220;org.hsqldb.jdbcDriver&#8221;); String url = &#8220;jdbc:hsqldb:file:src/main/resources/db/db.hsqldb&#8221;; String username = &#8220;sa&#8221;; String password = &#8220;&#8221;; connection = DriverManager.getConnection(url, username, password); Sample DERBY configuration String url = &#8220;jdbc:derby:memory:INMEMORYDB;create=true&#8221;; connection = DriverManager.getConnection(url);]]></description>
		<wfw:commentRss>http://blog.jerzyseweryn.pl/2012/04/24/jdbc-driver-manager-configuration-for-derby-and-hsqldb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Opis zmian</title>
		<link>http://blog.jerzyseweryn.pl/2012/03/24/opis-zmian/</link>
		<comments>http://blog.jerzyseweryn.pl/2012/03/24/opis-zmian/#comments</comments>
		<pubDate>Sat, 24 Mar 2012 19:36:41 +0000</pubDate>
		<dc:creator>JerzySeweryn</dc:creator>
				<category><![CDATA[personal development]]></category>
		<category><![CDATA[software development]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[bazy danych]]></category>
		<category><![CDATA[kod]]></category>
		<category><![CDATA[opis zmian]]></category>
		<category><![CDATA[produkt]]></category>
		<category><![CDATA[wesja]]></category>

		<guid isPermaLink="false">http://blog.jerzyseweryn.pl/?p=269</guid>
		<description><![CDATA[Wersjonowanie jest potrzebne do rozróżnienia poszczególnych etapów prac nad daną rzeczą. Należy przyjąć, że będzie ono opisane liczbami które są zwiększane sekwencyjnie o 1. Opis ten oparty będzie na zestawie trzech liczb rozdzielonych kropkami X.X.X. Konkretny przykład jak to zrobić będzie opisany na wersjonowaniu API. Poszczególne liczby w wersjach zmieniamy według założeń: Trzecią liczbę w [...]]]></description>
		<wfw:commentRss>http://blog.jerzyseweryn.pl/2012/03/24/opis-zmian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Seven Guidelines For Designing High-Performance Mobile User Experiences</title>
		<link>http://blog.jerzyseweryn.pl/2012/03/10/seven-guidelines-for-designing-high-performance-mobile-user-experiences/</link>
		<comments>http://blog.jerzyseweryn.pl/2012/03/10/seven-guidelines-for-designing-high-performance-mobile-user-experiences/#comments</comments>
		<pubDate>Sat, 10 Mar 2012 18:55:47 +0000</pubDate>
		<dc:creator>JerzySeweryn</dc:creator>
				<category><![CDATA[software development]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[mobile]]></category>

		<guid isPermaLink="false">http://blog.jerzyseweryn.pl/?p=266</guid>
		<description><![CDATA[A positive first impression is essential to relationships. People look for trust and integrity, and they expect subsequent encounters to reflect and reinforce their first impression. The same principles apply to brands and their products. Design plays an important role in building lasting relationships with end users and, thus, in supporting the brand’s promise. Users [...]]]></description>
		<wfw:commentRss>http://blog.jerzyseweryn.pl/2012/03/10/seven-guidelines-for-designing-high-performance-mobile-user-experiences/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu DVB-T firmware</title>
		<link>http://blog.jerzyseweryn.pl/2012/03/05/ubuntu-dvb-t-firmware/</link>
		<comments>http://blog.jerzyseweryn.pl/2012/03/05/ubuntu-dvb-t-firmware/#comments</comments>
		<pubDate>Mon, 05 Mar 2012 21:46:03 +0000</pubDate>
		<dc:creator>JerzySeweryn</dc:creator>
				<category><![CDATA[tutorials]]></category>
		<category><![CDATA[dvb-t]]></category>
		<category><![CDATA[firmware]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.jerzyseweryn.pl/?p=264</guid>
		<description><![CDATA[sudo apt-get install linux-firmware-nonfree]]></description>
		<wfw:commentRss>http://blog.jerzyseweryn.pl/2012/03/05/ubuntu-dvb-t-firmware/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Asterisk communications project</title>
		<link>http://blog.jerzyseweryn.pl/2012/03/05/asterisk-communications-project/</link>
		<comments>http://blog.jerzyseweryn.pl/2012/03/05/asterisk-communications-project/#comments</comments>
		<pubDate>Sun, 04 Mar 2012 22:09:08 +0000</pubDate>
		<dc:creator>JerzySeweryn</dc:creator>
				<category><![CDATA[software development]]></category>
		<category><![CDATA[Asterisk]]></category>
		<category><![CDATA[PBX]]></category>
		<category><![CDATA[SIP]]></category>
		<category><![CDATA[VoIP]]></category>

		<guid isPermaLink="false">http://blog.jerzyseweryn.pl/?p=261</guid>
		<description><![CDATA[What is Asterisk? Asterisk, the world&#8217;s most popular open source communications project, is free, open source software that converts an ordinary computer into a feature-rich voice communications server. Asterisk makes it simple to create and deploy a wide range of telephony applications and services, including IP PBXs, VoIP gateways, call center ACDs and IVR systems. [...]]]></description>
		<wfw:commentRss>http://blog.jerzyseweryn.pl/2012/03/05/asterisk-communications-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jboss Mobicents</title>
		<link>http://blog.jerzyseweryn.pl/2012/03/05/jboss-mobicents/</link>
		<comments>http://blog.jerzyseweryn.pl/2012/03/05/jboss-mobicents/#comments</comments>
		<pubDate>Sun, 04 Mar 2012 22:06:30 +0000</pubDate>
		<dc:creator>JerzySeweryn</dc:creator>
				<category><![CDATA[software development]]></category>
		<category><![CDATA[Diameter]]></category>
		<category><![CDATA[JAIN-SLEE]]></category>
		<category><![CDATA[jboss]]></category>
		<category><![CDATA[Mobicents]]></category>
		<category><![CDATA[SIP]]></category>

		<guid isPermaLink="false">http://blog.jerzyseweryn.pl/?p=259</guid>
		<description><![CDATA[Mobicents is the leading Open Source Cloud Communications Platform. It provides a runtime environment and comprehensive suite of tools for development, deployment and management of services integrating voice, video and messaging across a range of communications networks. Mobicents drives convergence of Web, Enterprise and Communications apps via the following enablers: &#160; Mobicents JAIN-SLEE - a highly [...]]]></description>
		<wfw:commentRss>http://blog.jerzyseweryn.pl/2012/03/05/jboss-mobicents/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 12.04 must have applications setup</title>
		<link>http://blog.jerzyseweryn.pl/2012/03/04/ubuntu-12-04-must-have-applications/</link>
		<comments>http://blog.jerzyseweryn.pl/2012/03/04/ubuntu-12-04-must-have-applications/#comments</comments>
		<pubDate>Sun, 04 Mar 2012 21:59:27 +0000</pubDate>
		<dc:creator>JerzySeweryn</dc:creator>
				<category><![CDATA[tutorials]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[dropbox]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[inckscape]]></category>
		<category><![CDATA[lte]]></category>
		<category><![CDATA[skype]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[vim]]></category>
		<category><![CDATA[vlc]]></category>

		<guid isPermaLink="false">http://blog.jerzyseweryn.pl/?p=253</guid>
		<description><![CDATA[VIM sudo apt-get install vim Google Chrome wget -q -O &#8211; https://dl-ssl.google.com/linux/linux_signing_key.pub &#124; sudo apt-key add - sudo sh -c &#8216;echo &#8220;deb http://dl.google.com/linux/chrome/deb/ stable main&#8221; &#62;&#62; /etc/apt/sources.list.d/google.list&#8217; sudo apt-get update sudo apt-get install google-chrome-stable sudo apt-get install -f Adobe Flash sudo apt-get install flashplugin-nonfree Skype http://www.skype.com/intl/en/get-skype/on-your-computer/linux/ Dropbox http://www.dropbox.com/install?os=lnx System Monitor sudo apt-get install indicator-multiload Dropbox [...]]]></description>
		<wfw:commentRss>http://blog.jerzyseweryn.pl/2012/03/04/ubuntu-12-04-must-have-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Brilliant Examples of Forced Perspective Photography</title>
		<link>http://blog.jerzyseweryn.pl/2011/11/05/brilliant-examples-of-forced-perspective-photography/</link>
		<comments>http://blog.jerzyseweryn.pl/2011/11/05/brilliant-examples-of-forced-perspective-photography/#comments</comments>
		<pubDate>Sat, 05 Nov 2011 10:28:53 +0000</pubDate>
		<dc:creator>JerzySeweryn</dc:creator>
				<category><![CDATA[design]]></category>

		<guid isPermaLink="false">http://blog.jerzyseweryn.pl/?p=251</guid>
		<description><![CDATA[&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; [...]]]></description>
		<wfw:commentRss>http://blog.jerzyseweryn.pl/2011/11/05/brilliant-examples-of-forced-perspective-photography/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Locate program in linux</title>
		<link>http://blog.jerzyseweryn.pl/2011/06/29/locate-program-in-linux/</link>
		<comments>http://blog.jerzyseweryn.pl/2011/06/29/locate-program-in-linux/#comments</comments>
		<pubDate>Wed, 29 Jun 2011 08:19:32 +0000</pubDate>
		<dc:creator>JerzySeweryn</dc:creator>
				<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://blog.jerzyseweryn.pl/?p=242</guid>
		<description><![CDATA[type 'program']]></description>
		<wfw:commentRss>http://blog.jerzyseweryn.pl/2011/06/29/locate-program-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

