<?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>Debug blog</title>
	<atom:link href="http://blog.debug.cz/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.debug.cz</link>
	<description>Just another nerd gets his blog...</description>
	<lastBuildDate>Fri, 30 Apr 2010 14:44:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Simple horizontal text scrolling with Ext Core 3 (marquee replacement)</title>
		<link>http://blog.debug.cz/javascript/simple-horizontal-text-scrolling-for-ext-core-3-marquee-replacement</link>
		<comments>http://blog.debug.cz/javascript/simple-horizontal-text-scrolling-for-ext-core-3-marquee-replacement#comments</comments>
		<pubDate>Wed, 28 Apr 2010 16:05:38 +0000</pubDate>
		<dc:creator>Ivan Novakov</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[extjs]]></category>

		<guid isPermaLink="false">http://blog.debug.cz/?p=145</guid>
		<description><![CDATA[For one of my projects I needed to implement a line of scrolling text at the top or at the bottom of the browser window. One of the options was to use the non-standard marquee HTML element, which I rejected for obvious reasons. Plus, it didn&#8217;t work very well &#8211; the motion was not smooth [...]]]></description>
		<wfw:commentRss>http://blog.debug.cz/javascript/simple-horizontal-text-scrolling-for-ext-core-3-marquee-replacement/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Relyiable hashes in PHP</title>
		<link>http://blog.debug.cz/php/relyiable-hashes-in-php</link>
		<comments>http://blog.debug.cz/php/relyiable-hashes-in-php#comments</comments>
		<pubDate>Sun, 18 Jan 2009 09:32:33 +0000</pubDate>
		<dc:creator>Ivan Novakov</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[hash]]></category>

		<guid isPermaLink="false">http://blog.debug.cz/?p=91</guid>
		<description><![CDATA[Sometimes we need to maintain simple hashes, but at the same time we don&#8217;t want to have them cracked too easily. When using a hash function on a not too complex string (like a single word), there is a risk, that the hash can be cracked using rainbow tables in few minutes.

There is a simple, [...]]]></description>
		<wfw:commentRss>http://blog.debug.cz/php/relyiable-hashes-in-php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Initializing objects from other objects in PHP</title>
		<link>http://blog.debug.cz/php/initializing-objects-from-other-objects-in-php</link>
		<comments>http://blog.debug.cz/php/initializing-objects-from-other-objects-in-php#comments</comments>
		<pubDate>Tue, 25 Nov 2008 07:59:08 +0000</pubDate>
		<dc:creator>Ivan Novakov</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[object]]></category>

		<guid isPermaLink="false">http://blog.debug.cz/?p=84</guid>
		<description><![CDATA[Sometimes we need to initialize an object based on another object. Typically, if we have a class MyClass and subclass MyExtendedClass with some additional functionality, we may need to turn a MyClass object into a MyExtendedClass object. How to do that easily in PHP?

In OOP generally, that is handled by a second constructor, which takes [...]]]></description>
		<wfw:commentRss>http://blog.debug.cz/php/initializing-objects-from-other-objects-in-php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fixed issues in Shibboleth IdP 2.1.0</title>
		<link>http://blog.debug.cz/shibboleth/fixed-issues-in-shibboleth-idp-210</link>
		<comments>http://blog.debug.cz/shibboleth/fixed-issues-in-shibboleth-idp-210#comments</comments>
		<pubDate>Sun, 23 Nov 2008 10:16:32 +0000</pubDate>
		<dc:creator>Ivan Novakov</dc:creator>
				<category><![CDATA[Shibboleth]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[identity provider]]></category>
		<category><![CDATA[ldap]]></category>

		<guid isPermaLink="false">http://blog.debug.cz/?p=80</guid>
		<description><![CDATA[There was an issue in the new version of Shibboleth IdP 2.1 causing some custom settings of the LDAP data connector to be ignored. To be more specific, the poolMaxSize, searchTimeLimit and maxResultSize attributes were affected. It has been fixed in the subversion repository, but at this time, no new version has been scheduled for [...]]]></description>
		<wfw:commentRss>http://blog.debug.cz/shibboleth/fixed-issues-in-shibboleth-idp-210/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dokuwiki Shibboleth authentication backend</title>
		<link>http://blog.debug.cz/shibboleth/dokuwiki-shibboleth-authentication-backend</link>
		<comments>http://blog.debug.cz/shibboleth/dokuwiki-shibboleth-authentication-backend#comments</comments>
		<pubDate>Fri, 07 Nov 2008 17:47:36 +0000</pubDate>
		<dc:creator>Ivan Novakov</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Shibboleth]]></category>
		<category><![CDATA[authentication]]></category>
		<category><![CDATA[dokuwiki]]></category>

		<guid isPermaLink="false">http://blog.debug.cz/?p=76</guid>
		<description><![CDATA[DokuWiki is a standards compliant, simple to use Wiki, mainly aimed at creating documentation of any kind. It is targeted at developer teams, workgroups and small companies. It has a simple but powerful syntax which makes sure the datafiles remain readable outside the Wiki and eases the creation of structured texts. All data is stored [...]]]></description>
		<wfw:commentRss>http://blog.debug.cz/shibboleth/dokuwiki-shibboleth-authentication-backend/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Queen + Paul Rodgers live in Prague, 2008</title>
		<link>http://blog.debug.cz/music/queen-paul-rodgers-live-in-prague-2008</link>
		<comments>http://blog.debug.cz/music/queen-paul-rodgers-live-in-prague-2008#comments</comments>
		<pubDate>Tue, 04 Nov 2008 17:57:14 +0000</pubDate>
		<dc:creator>Ivan Novakov</dc:creator>
				<category><![CDATA[Music]]></category>
		<category><![CDATA[concert]]></category>
		<category><![CDATA[queen]]></category>
		<category><![CDATA[rock]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://blog.debug.cz/?p=42</guid>
		<description><![CDATA[Ok, it&#8217;s not Queen, it&#8217;s Brian and Roger, technically half of the former Queen. It doesn&#8217;t really matter since they carry the real Queen spirit. Paul Rodgers is not Freddie and never tried to be, although many people try to compare them. They cannot be compared. It&#8217;s clear, that without Freddie Queen will never be [...]]]></description>
		<wfw:commentRss>http://blog.debug.cz/music/queen-paul-rodgers-live-in-prague-2008/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Issues in Shibboleth IdP 2.1.0</title>
		<link>http://blog.debug.cz/shibboleth/issues-in-shibboleth-idp-210</link>
		<comments>http://blog.debug.cz/shibboleth/issues-in-shibboleth-idp-210#comments</comments>
		<pubDate>Tue, 04 Nov 2008 12:42:16 +0000</pubDate>
		<dc:creator>Ivan Novakov</dc:creator>
				<category><![CDATA[Shibboleth]]></category>
		<category><![CDATA[2.1]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[idp]]></category>
		<category><![CDATA[ldap]]></category>

		<guid isPermaLink="false">http://blog.debug.cz/?p=61</guid>
		<description><![CDATA[There are some other issues in the new version of Shibboleth IdP. Though, they may be too specific, to affect the wider audience.
Due to a bug, it is not possible to set the maximum number of results returned by the LDAP DataConnector. The value of the corresponding attriubute maxResultSize is being ignored and the default [...]]]></description>
		<wfw:commentRss>http://blog.debug.cz/shibboleth/issues-in-shibboleth-idp-210/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shibboleth IdP 2.1 is out</title>
		<link>http://blog.debug.cz/shibboleth/shibboleth-idp-2-1-is-out</link>
		<comments>http://blog.debug.cz/shibboleth/shibboleth-idp-2-1-is-out#comments</comments>
		<pubDate>Mon, 03 Nov 2008 15:40:50 +0000</pubDate>
		<dc:creator>Ivan Novakov</dc:creator>
				<category><![CDATA[Shibboleth]]></category>
		<category><![CDATA[2.1]]></category>
		<category><![CDATA[idp]]></category>

		<guid isPermaLink="false">http://blog.debug.cz/?p=44</guid>
		<description><![CDATA[A new version of Shibboleth Identity Provider is available. It fixes a vulnerability in the UsernamePassword login handler, but it contains some new features as well. Obviously, the new version was released in a hurry, because there are some issues with the installer &#8211; apparently it overwrites the old configuration even if the user selects [...]]]></description>
		<wfw:commentRss>http://blog.debug.cz/shibboleth/shibboleth-idp-2-1-is-out/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Intro</title>
		<link>http://blog.debug.cz/general/intro</link>
		<comments>http://blog.debug.cz/general/intro#comments</comments>
		<pubDate>Wed, 01 Oct 2008 08:21:37 +0000</pubDate>
		<dc:creator>Ivan Novakov</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[about]]></category>

		<guid isPermaLink="false">http://blog.debug.cz/?p=31</guid>
		<description><![CDATA[Some people have blogs just because they are famous and people read them for the same reason. Other people got famous through their blogs, because they wrote about interesting and/or controversial things. And what I&#8217;m blogging about? I, like many others, don&#8217;t really know and I don&#8217;t really know if I&#8217;ll be able to write [...]]]></description>
		<wfw:commentRss>http://blog.debug.cz/general/intro/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
