<?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>Web side of life</title>
	<atom:link href="http://blog.ivanjovanovic.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ivanjovanovic.com</link>
	<description>by Ivan Jovanovic</description>
	<lastBuildDate>Wed, 14 Apr 2010 22:40:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Webtuesday at local.ch offices</title>
		<link>http://blog.ivanjovanovic.com/2010/04/14/webtuesday-at-local-ch-offices/</link>
		<comments>http://blog.ivanjovanovic.com/2010/04/14/webtuesday-at-local-ch-offices/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 22:40:25 +0000</pubDate>
		<dc:creator>Ivan Jovanovic</dc:creator>
				<category><![CDATA[community]]></category>
		<category><![CDATA[local.ch]]></category>
		<category><![CDATA[webtuesday]]></category>

		<guid isPermaLink="false">http://blog.ivanjovanovic.com/?p=57</guid>
		<description><![CDATA[Every first Tuesday of a month, Zürich oriented web community gather for an evening of tech talks and some beer for, so called, webtuesday. Yesterday, we had pleasure to host event at  local.ch for the first time as unofficial opening for the community after movement to new offices. As Harry tweeted already during the event, it was pretty packed. I was personally happy to see lot of people coming since this was only my second webtuesday since I started working for local.ch 6 months ago. This time Patrice and Chris from memonic.com gave great talk on the current state of the architecture and tools that are behind their startup]]></description>
		<wfw:commentRss>http://blog.ivanjovanovic.com/2010/04/14/webtuesday-at-local-ch-offices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A year behind my back</title>
		<link>http://blog.ivanjovanovic.com/2009/09/16/a-year-behind-my-back/</link>
		<comments>http://blog.ivanjovanovic.com/2009/09/16/a-year-behind-my-back/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 23:44:58 +0000</pubDate>
		<dc:creator>Ivan Jovanovic</dc:creator>
				<category><![CDATA[personal]]></category>

		<guid isPermaLink="false">http://ivan/?p=24</guid>
		<description><![CDATA[The year is behind me since I wrote last post. A lot, mostly good, has happened.
First and most important I have finished my studies. Now I can proudly say that I&#8217;m an Electrical Engineer in the field of Automation and Control Engineering. But wait, how does Senior Web Developer position relates to that? Let that [...]]]></description>
		<wfw:commentRss>http://blog.ivanjovanovic.com/2009/09/16/a-year-behind-my-back/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP debugging with FirePHP</title>
		<link>http://blog.ivanjovanovic.com/2008/08/31/php-debugging-firephp/</link>
		<comments>http://blog.ivanjovanovic.com/2008/08/31/php-debugging-firephp/#comments</comments>
		<pubDate>Sun, 31 Aug 2008 22:17:49 +0000</pubDate>
		<dc:creator>Ivan Jovanovic</dc:creator>
				<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://ivan/?p=1</guid>
		<description><![CDATA[I really like when I stumble upon a creative and useful piece of software that could improve my everyday development process. I remember when I started using FireBug it was great help in the HTML/CSS/JavaScript development and debugging.
I&#8217;ve just found out FirePHP, FireBug plugin that enables the developer to send log messages from PHP code [...]]]></description>
		<wfw:commentRss>http://blog.ivanjovanovic.com/2008/08/31/php-debugging-firephp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moving to Ubuntu or Windows sucks!</title>
		<link>http://blog.ivanjovanovic.com/2008/08/12/moving-to-ubuntu-or-windows-sucks/</link>
		<comments>http://blog.ivanjovanovic.com/2008/08/12/moving-to-ubuntu-or-windows-sucks/#comments</comments>
		<pubDate>Tue, 12 Aug 2008 23:46:57 +0000</pubDate>
		<dc:creator>Ivan Jovanovic</dc:creator>
				<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://ivan/?p=28</guid>
		<description><![CDATA[While writing this post, post-intallation update on my fresh Ubuntu installation is under its way. It was long time ago I started to feel constraints of Windows as web development environment. So, very logical step was to move to something more developer friendly than user (read dummy) friendly. After testing Ubuntu with VMware player I [...]]]></description>
		<wfw:commentRss>http://blog.ivanjovanovic.com/2008/08/12/moving-to-ubuntu-or-windows-sucks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Preserving ordering with WHERE IN() clause in MySQL</title>
		<link>http://blog.ivanjovanovic.com/2008/04/01/preserving-ordering-with-where-in-clause-in-mysql/</link>
		<comments>http://blog.ivanjovanovic.com/2008/04/01/preserving-ordering-with-where-in-clause-in-mysql/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 23:42:56 +0000</pubDate>
		<dc:creator>Ivan Jovanovic</dc:creator>
				<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://ivan/?p=19</guid>
		<description><![CDATA[Today I ran into the code that pulls from database list of elements with SELECT * FROM table WHERE id IN(2,5,3,16,22,56,48) where order of ids is important to be preserved after results found. When using SELECT this way you will get the results for every id but ordered by id in ascending order. I was [...]]]></description>
		<wfw:commentRss>http://blog.ivanjovanovic.com/2008/04/01/preserving-ordering-with-where-in-clause-in-mysql/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
