<?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>zytzagoo's den. &#187; Life</title>
	<atom:link href="http://zytzagoo.net/blog/categories/life/feed/" rel="self" type="application/rss+xml" />
	<link>http://zytzagoo.net/blog</link>
	<description>On life, web dev and everything in between.</description>
	<lastBuildDate>Sun, 13 May 2012 22:01:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>CMYK you too. A rant. And nostalgic.</title>
		<link>http://zytzagoo.net/blog/2010/06/09/cmyk-you-too-a-rant-and-nostalgic/</link>
		<comments>http://zytzagoo.net/blog/2010/06/09/cmyk-you-too-a-rant-and-nostalgic/#comments</comments>
		<pubDate>Wed, 09 Jun 2010 15:45:43 +0000</pubDate>
		<dc:creator>zytzagoo</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Webdev]]></category>

		<guid isPermaLink="false">http://zytzagoo.net/blog/?p=348</guid>
		<description><![CDATA[Felt like it today: CMYK you too. Really not digging the blog form lately. Especially not for rants and such &#8212; they really deserve their own little slice of heaven, custom styling, custom typography, always different, always new. And kind of &#8220;back-to-the-future&#8221;. With all the tweets, facebook updates, posterous, tumblrs and whatnot gaining traction and [...]]]></description>
			<content:encoded><![CDATA[<p>Felt like it today: <a href="http://zytzagoo.net/rant/cmyk-you-too/">CMYK you too</a>.</p>
<p>Really not digging the blog form lately. Especially not for rants and such &#8212; they really deserve their own little slice of heaven, custom styling, custom typography, always different, always new. And kind of &#8220;back-to-the-future&#8221;.</p>
<p>With all the tweets, facebook updates, posterous, tumblrs and whatnot gaining traction and becoming increasingly popular, I find myself missing &#8220;ye old days&#8221;. You know, the times when it all wasn&#8217;t mainstream. Back then it felt good being a part of something no one (quite yet) fully understood, but you had that feeling it&#8217;s important and BIG for some reason, and every day was something interesting and new.</p>
<p>Or I could just be getting &#8220;too old for this shit&#8221;. Love that phrase!</p>
]]></content:encoded>
			<wfw:commentRss>http://zytzagoo.net/blog/2010/06/09/cmyk-you-too-a-rant-and-nostalgic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The importance of peers at the work place</title>
		<link>http://zytzagoo.net/blog/2009/11/19/the-importance-of-peers-at-the-work-place/</link>
		<comments>http://zytzagoo.net/blog/2009/11/19/the-importance-of-peers-at-the-work-place/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 02:04:16 +0000</pubDate>
		<dc:creator>zytzagoo</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Reality check]]></category>
		<category><![CDATA[Webdev]]></category>

		<guid isPermaLink="false">http://zytzagoo.net/blog/?p=307</guid>
		<description><![CDATA[tl;dr: What? I cannot stress how important it is to have someone to share your accomplishments / suffering with at work. Often overlooked, this is one of the most important feats to look for in your future employer&#8217;s offering. Make no mistake about it. Case in point I was having a really hard time today [...]]]></description>
			<content:encoded><![CDATA[<h2>tl;dr: What?</h2>
<p>I cannot stress how important it is to have someone to share your accomplishments / suffering with at work. Often overlooked, this is one of the most important feats to look for in your future employer&#8217;s offering. Make no mistake about it.</p>
<h2>Case in point</h2>
<p>I was having a really hard time today with some of Croportal&#8217;s partner feeds. Two unrelated issues came up, both having something to do with parsing Atom feeds using Zend_Feed:<br/><br/></p>
<ul>
<li>A certain site published it&#8217;s feed in Atom format using non-absolute URIs within the <code>&lt;content&gt;</code> element. That&#8217;s not a problem <em>per se</em>, since the spec allows it (and <a href="http://www.atomenabled.org/developers/syndication/atom-format-spec.php#atom.documents">defines</a> how to deal with that). However, Zend_Feed has no knowledge of what&#8217;s going on (and that&#8217;s probably ok, since it&#8217;s a general purpose lib). However, publishers place whatever HTML content they want within their <code>&lt;content&gt;</code> element and expect the same behaviour from aggregators as they get from browsers when they open their feed URLs in them (ie. Firefox). This means you have to do a shitload of &#8220;magic&#8221; on your end. And <strong>that shit ain&#8217;t trivial</strong>.</li>
<li>Another site published their feed using Atom as well, except they decided to use the (rarely used) <code>&lt;content type="xhtml"&gt;</code> feature of the Atom protocol. Which is all fine and dandy untill you actually have to pull the content and display it on your end (being an aggregator). The spec is <a href="http://www.atomenabled.org/developers/syndication/atom-format-spec.php#rfc.section.4.1.3.3">somewhat vague and yet pretty specific at the same time</a>. Except it doesn&#8217;t cover what to do in cases such as this:

<div class="wp_syntax"><div class="code"><pre class="xml" style="font-family:monospace;">...
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;content</span> <span style="color: #000066;">type</span>=<span style="color: #ff0000;">&quot;xhtml&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
   <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;div</span> <span style="color: #000066;">xmlns</span>=<span style="color: #ff0000;">&quot;http://www.w3.org/1999/xhtml&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
      <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;p<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>Paragraph with an <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;img</span> <span style="color: #000066;">src</span>=<span style="color: #ff0000;">&quot;whatever.jpg&quot;</span> <span style="color: #000000; font-weight: bold;">/&gt;</span></span><span style="color: #339933;">&lt;![CDATA[This is &lt;strong&gt;XHTML&lt;/strong&gt; content.]]&gt;</span><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/p<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
   <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/div<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/content<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
...</pre></div></div>

<p>Which kind of sucks, since you&#8217;re on your own now. I have an actual publisher with such a feed. And the feed validates. What does one do? Well, you start introducing crap code into your codebase. Shit such as this, to handle the case described above:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #339933;">...</span>
<span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$item</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">content</span> <span style="color: #339933;">&amp;&amp;</span> <span style="color: #000088;">$item</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">content</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'type'</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">&amp;&amp;</span> <span style="color: #000088;">$item</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">content</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'type'</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">==</span> <span style="color: #0000ff;">'xhtml'</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
    <span style="color: #000088;">$item_simple</span> <span style="color: #339933;">=</span> <span style="color: #990000;">simplexml_import_dom</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$item</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">content</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">getDOM</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
    <span style="color: #000088;">$item_summary</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$item_simple</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">asXML</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
    <span style="color: #666666; font-style: italic;">// end-tag is fixed in form so it's easy to replace</span>
    <span style="color: #000088;">$item_summary</span> <span style="color: #339933;">=</span> <span style="color: #990000;">str_replace</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'&lt;/content&gt;'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">''</span><span style="color: #339933;">,</span> <span style="color: #000088;">$item_summary</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
    <span style="color: #666666; font-style: italic;">// remove start-tag, possibly including attributes and white space</span>
    <span style="color: #000088;">$item_summary</span> <span style="color: #339933;">=</span> <span style="color: #990000;">preg_replace</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'/&lt;content[^&gt;]*&gt;/i'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">''</span><span style="color: #339933;">,</span> <span style="color: #000088;">$item_summary</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
<span style="color: #339933;">...</span></pre></div></div>

<p>This sucks on so many levels it&#8217;s not even funny. Zend_Feed&#8217;s <code>$item->content()</code> method returns only the raw text, but my use case requires the surrounding elements as well (images etc). So, I hack my way around all this using SimpleXML which allows me to (somewhat) easily dump the structure into a somewhat acceptable form of HTML.</p>
<p>Of course, later on you have to call <code>strip_tags()</code> on content such as this (to display it safely on your end), but &#8212; surprise, surprise &#8212; you run into another issue: if you have a <code>&lt;![CDATA[</code> string anywhere within a larger string that you call <code>strip_tags()</code> on, you&#8217;re gonna get an empty string back as a result. How&#8217;s that for fun, eh? This is where you start pulling your hair out and thinking male prostitution ain&#8217;t such a bad line of work after all.</li>
</ul>
<p>Folks, I&#8217;m not making this shit up. This is real world PHP on a (relatively) large scale project.</p>
<h2>End result</h2>
<p>Several hours and hundreds of lines of code later &#8212; both issues are fixed. And everything works flawlessly. Except no one but me is aware of the fact. </p>
<p>No one in the entire company hasn&#8217;t got a fucking clue about what has transpired today. Or why shit like that matters. Or how much future money it has saved. Or that I&#8217;ve written an URL parser library that can be used generically for any possible scenario that deals with relative/absolute URL conversion, URL joining, URL parsing etc.</p>
<p>Worst of all, no one could hear (and understand) my cries about how horribly broken Zend_Feed, parse_url(), strip_tags(), DOM etc. are.</p>
]]></content:encoded>
			<wfw:commentRss>http://zytzagoo.net/blog/2009/11/19/the-importance-of-peers-at-the-work-place/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Screwed.</title>
		<link>http://zytzagoo.net/blog/2009/03/23/screwed/</link>
		<comments>http://zytzagoo.net/blog/2009/03/23/screwed/#comments</comments>
		<pubDate>Mon, 23 Mar 2009 21:41:58 +0000</pubDate>
		<dc:creator>zytzagoo</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://zytzagoo.net/blog/?p=229</guid>
		<description><![CDATA[Before (23.02.2009 10:03; morning of the surgery): After (23.02.2009 14:10; right after the surgery, about 10mins after I woke up from narcosis): Getting another x-ray probably on Friday, to see if it healed ok and if I can start physiotherapy finally.]]></description>
			<content:encoded><![CDATA[<p>Before (23.02.2009 10:03; morning of the surgery):<br />
<img src="http://zytzagoo.net/blog/wp-content/uploads/2009/03/before_surgery.jpg" alt="before_surgery" title="Unscrewed." width="500" height="251" class="aligncenter size-full wp-image-230" /></p>
<p>After (23.02.2009 14:10; right after the surgery, about 10mins after I woke up from narcosis):<br />
<img src="http://zytzagoo.net/blog/wp-content/uploads/2009/03/after_surgery.jpg" alt="Screwed. Clearly." title="Screwed. Clearly." width="500" height="399" class="aligncenter size-full wp-image-231" /></p>
<p>Getting another x-ray probably on Friday, to see if it healed ok and if I can start physiotherapy finally.</p>
]]></content:encoded>
			<wfw:commentRss>http://zytzagoo.net/blog/2009/03/23/screwed/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>This is my orthosis.</title>
		<link>http://zytzagoo.net/blog/2009/03/09/this-is-my-orthosis/</link>
		<comments>http://zytzagoo.net/blog/2009/03/09/this-is-my-orthosis/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 14:26:24 +0000</pubDate>
		<dc:creator>zytzagoo</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://zytzagoo.net/blog/?p=159</guid>
		<description><![CDATA[This is my orthosis. There are many like it, but this one is MINE. My orthosis is my best friend. It is my life. I must master it as I must master my life. My orthosis without me is useless. Without my orthosis, I am useless.]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-160" title="shoulder-arm-orthosis" src="http://zytzagoo.net/blog/wp-content/uploads/2009/03/shoulder-arm-orthosis.jpg" alt="shoulder-arm-orthosis" width="350" height="467" /><br />
This is my orthosis.<br />
There are many like it, but this one is MINE.<br />
My orthosis is my best friend. It is my life.<br />
I must master it as I must master my life.<br />
My orthosis without me is useless.<br />
Without my orthosis, I am useless.</p>
]]></content:encoded>
			<wfw:commentRss>http://zytzagoo.net/blog/2009/03/09/this-is-my-orthosis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Back home.</title>
		<link>http://zytzagoo.net/blog/2009/03/01/back-home/</link>
		<comments>http://zytzagoo.net/blog/2009/03/01/back-home/#comments</comments>
		<pubDate>Sun, 01 Mar 2009 10:19:16 +0000</pubDate>
		<dc:creator>zytzagoo</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://zytzagoo.net/blog/?p=151</guid>
		<description><![CDATA[I feel better already. Gotta hop back to the hospital first thing tomorrow morning, though. (to finish up the paperwork and get the final instructions from the fine surgeon that fixed me up) The signed copy of James Zabiela&#8217;s brand new &#8220;Renaissance: The Masters Series&#8221; arrived while I was away. What an excellent homecoming present [...]]]></description>
			<content:encoded><![CDATA[<p>I feel better already. Gotta hop back to the hospital first thing tomorrow morning, though. (to finish up the paperwork and get the final instructions from the fine surgeon that fixed me up)</p>
<p>The signed copy of James Zabiela&#8217;s brand new &#8220;Renaissance: The Masters Series&#8221; arrived while I was away. What an excellent homecoming present from myself :)</p>
<p>Here&#8217;s a crappy phonecam photo of it, sent via MMS to email, and then uploaded (cause I broke my usb bluetooth adapter):</p>
<p><img class="aligncenter size-full wp-image-153" title="Signed copy of James Zabiela's &quot;Renaissance: The Masters Series&quot;" src="http://zytzagoo.net/blog/wp-content/uploads/2009/03/jameszabielarenaissance.jpg" alt="Signed copy of James Zabiela's &quot;Renaissance: The Masters Series&quot;" width="500" height="375" /></p>
]]></content:encoded>
			<wfw:commentRss>http://zytzagoo.net/blog/2009/03/01/back-home/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Radiatorium Klokotur Stertor in D-minor</title>
		<link>http://zytzagoo.net/blog/2009/03/01/radiatorium-klokotur-stertor-in-d-minor/</link>
		<comments>http://zytzagoo.net/blog/2009/03/01/radiatorium-klokotur-stertor-in-d-minor/#comments</comments>
		<pubDate>Sat, 28 Feb 2009 23:07:44 +0000</pubDate>
		<dc:creator>zytzagoo</dc:creator>
				<category><![CDATA[Funny]]></category>
		<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://zytzagoo.net/blog/?p=146</guid>
		<description><![CDATA[These past few days (and nights) in the hospital have been&#8230; interesting. Tonight, though, has been extra special. First I was forced to endure the whole Dora 2009 final evening terror, and then I had to listen to the winning song twice. Painkillers paired with 0,6l of dark beer helped (to an extent). What I&#8217;m [...]]]></description>
			<content:encoded><![CDATA[<p>These past few days (and nights) in the hospital have been&#8230; interesting.</p>
<p>Tonight, though, has been extra special. First I was forced to endure the whole <a href="http://www.hrt.hr/dora/">Dora 2009</a> final evening terror, and then I had to listen to the winning song twice. Painkillers paired with 0,6l of dark beer helped (to an extent).</p>
<p>What I&#8217;m listening to now is a different beast altogether. It&#8217;s an amazing dissonance of running water sounds (coming from a non-purged-of-air radiator) paired with a cacophony of snores &#8212; there are 3 beds per room, mine&#8217;s in the middle &#8212; sometimes the left snorer performs a wonderful crescendo, sometimes the right one, sometimes they just complement each other perfectly. The running water sounds are randomly constant.</p>
<p>I&#8217;m dubbing tonight&#8217;s performance &#8220;Radiatorium Klokotur Stertor in D-minor&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://zytzagoo.net/blog/2009/03/01/radiatorium-klokotur-stertor-in-d-minor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Left clavicle broken.</title>
		<link>http://zytzagoo.net/blog/2009/02/22/left-clavicle-broken/</link>
		<comments>http://zytzagoo.net/blog/2009/02/22/left-clavicle-broken/#comments</comments>
		<pubDate>Sun, 22 Feb 2009 22:46:08 +0000</pubDate>
		<dc:creator>zytzagoo</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://zytzagoo.net/blog/?p=142</guid>
		<description><![CDATA[Broke my left clavicle while snowboarding yesterday. Surgery appointed for tomorrow. Fingers crossed that all goes well. According to Wikipedia, surgery is rarely used in clavicle fractures, but there&#8217;s always a &#8220;but&#8221; and a &#8220;special case&#8221; when my ass is involved with something. Clavicle (collar bone) is supposed to be a fast-healing bone (or so they say). The usual [...]]]></description>
			<content:encoded><![CDATA[<p>Broke my left clavicle while snowboarding yesterday. Surgery appointed for tomorrow. Fingers crossed that all goes well.</p>
<p>According to Wikipedia, surgery is rarely used in <a href="http://en.wikipedia.org/wiki/Clavicle_fracture">clavicle fractures</a>, but there&#8217;s always a &#8220;but&#8221; and a &#8220;special case&#8221; when my ass is involved with something.</p>
<p><a href="http://en.wikipedia.org/wiki/Collar_bone">Clavicle</a> (collar bone) is supposed to be a fast-healing bone (or so they say). The usual healing time for adults is 4-6 weeks, after which some physical therapy will probably take place (as my left hand might be weakned by the 4-6 weeks of immobilization).</p>
<p>If all goes well, I think I have an idea for my next tattoo :)</p>
<p><strong>UPDATE (17:48):<br />
</strong>Woke up around 14:20. Survived the surgery. Vaguely rembering going to the x-ray machine right after the surgery, which means they have x-rays of the metal plates they just installed. I need to get my hands on those and post them here.</p>
]]></content:encoded>
			<wfw:commentRss>http://zytzagoo.net/blog/2009/02/22/left-clavicle-broken/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>BarCamp Zagreb No.2 &#8212; This friday</title>
		<link>http://zytzagoo.net/blog/2009/01/19/barcamp-zagreb-no2-this-friday/</link>
		<comments>http://zytzagoo.net/blog/2009/01/19/barcamp-zagreb-no2-this-friday/#comments</comments>
		<pubDate>Mon, 19 Jan 2009 19:47:04 +0000</pubDate>
		<dc:creator>zytzagoo</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://zytzagoo.net/blog/?p=120</guid>
		<description><![CDATA[January 23rd, 2009. Zagreb&#8217;s second BarCamp. Be there if you can. I know I will, you know, with me officially working from home on Fridays. Officially. Last friday was my first. It was fuckin&#8217; awesome.]]></description>
			<content:encoded><![CDATA[<p>January 23rd, 2009. Zagreb&#8217;s second <a href="http://barcamp.ini.hr">BarCamp</a>. Be there if you can.</p>
<p>I know I will, you know, with me officially working from home on Fridays. Officially. Last friday was my first. It was fuckin&#8217; awesome.</p>
]]></content:encoded>
			<wfw:commentRss>http://zytzagoo.net/blog/2009/01/19/barcamp-zagreb-no2-this-friday/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>It&#8217;s been a hectic year.</title>
		<link>http://zytzagoo.net/blog/2009/01/02/its-been-a-hectic-year/</link>
		<comments>http://zytzagoo.net/blog/2009/01/02/its-been-a-hectic-year/#comments</comments>
		<pubDate>Fri, 02 Jan 2009 16:10:30 +0000</pubDate>
		<dc:creator>zytzagoo</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://zytzagoo.net/blog/?p=92</guid>
		<description><![CDATA[2008 A.D. was a really hectic year for me, on both professional and private fronts. I survived and I&#8217;m ready for the next round of life&#8217;s sucker-punches. Bring it on bi-atch! Since I&#8217;ve been hard at work for the past 16 months non-stop (no sick days, no vacation), it&#8217;s time to take a lil&#8217; break [...]]]></description>
			<content:encoded><![CDATA[<p>2008 A.D. was a really hectic year for me, on both professional and private fronts. I survived and I&#8217;m ready for the next round of life&#8217;s sucker-punches. Bring it on bi-atch!</p>
<p>Since I&#8217;ve been hard at work for the past 16 months non-stop (no sick days, no vacation), it&#8217;s time to take a lil&#8217; break now (during which &#8212; hopefully &#8212; I&#8217;ll finally finish up and publish some of the draft posts that have been laying around for the past year).</p>
<p>I was thinking of listing all the good &amp; bad things that&#8217;ve happened in the past year, but there&#8217;s no need &#8212; It&#8217;s all in the past and lessons have been learned. The future matters.</p>
<p>Happy New Year everyone.</p>
]]></content:encoded>
			<wfw:commentRss>http://zytzagoo.net/blog/2009/01/02/its-been-a-hectic-year/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>KBC Rebro, Zagreb, 30.07.2008.</title>
		<link>http://zytzagoo.net/blog/2008/07/30/kbc-rebro-zagreb-30072008/</link>
		<comments>http://zytzagoo.net/blog/2008/07/30/kbc-rebro-zagreb-30072008/#comments</comments>
		<pubDate>Wed, 30 Jul 2008 21:57:06 +0000</pubDate>
		<dc:creator>zytzagoo</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://zytzagoo.net/blog/?p=70</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><img src="http://zytzagoo.net/blog/wp-content/uploads/2008/07/rebro-klupa.jpg" alt="A bench, chained to a radiator. In a hospital in Zagreb." title="rebro-klupa" width="480" height="640" class="aligncenter size-full wp-image-71" /></p>
]]></content:encoded>
			<wfw:commentRss>http://zytzagoo.net/blog/2008/07/30/kbc-rebro-zagreb-30072008/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

