<?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>sevca's weblog &#187; Dev</title>
	<atom:link href="http://sevca.cz/category/dev/feed" rel="self" type="application/rss+xml" />
	<link>http://sevca.cz</link>
	<description>another day, another ideas, another myself</description>
	<lastBuildDate>Sat, 04 Feb 2012 20:13:34 +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>MOSS: Get list/library GUID in IE</title>
		<link>http://sevca.cz/2008/04/16/moss-get-listlibrary-guid-in-ie.html</link>
		<comments>http://sevca.cz/2008/04/16/moss-get-listlibrary-guid-in-ie.html#comments</comments>
		<pubDate>Wed, 16 Apr 2008 15:53:45 +0000</pubDate>
		<dc:creator>sevca</dc:creator>
				<category><![CDATA[Dev]]></category>
		<category><![CDATA[MOSS]]></category>
		<category><![CDATA[sharepoint]]></category>

		<guid isPermaLink="false">http://sevca.cz/2008/04/16/moss-get-listlibrary-guid-in-ie.html</guid>
		<description><![CDATA[for quick getting GUID of MOSS list/library in IE can use this small bookmarklet: javascript:window.clipboardData.setData(&#8216;Text&#8217;, ctx.listName);alert(&#8216;GUID in clipboard\n&#8217;+ctx.listName+&#8221;); for saving to your IE just click to link with right mouse button and select &#8220;Add to Favorites&#8221; MOSS: Get list/library GUID based on GUIDy listu, knihoven dokumentu.. and info by Patrick Tisseghem]]></description>
		<wfw:commentRss>http://sevca.cz/2008/04/16/moss-get-listlibrary-guid-in-ie.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Coppermine character encoding vs MySQL charset / collation</title>
		<link>http://sevca.cz/2008/04/12/coppermine-character-encoding-vs-mysql-charset-collation.html</link>
		<comments>http://sevca.cz/2008/04/12/coppermine-character-encoding-vs-mysql-charset-collation.html#comments</comments>
		<pubDate>Sat, 12 Apr 2008 20:09:10 +0000</pubDate>
		<dc:creator>sevca</dc:creator>
				<category><![CDATA[Dev]]></category>
		<category><![CDATA[coppermine]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://sevca.cz/2008/04/12/coppermine-character-encoding-vs-mysql-charset-collation.html</guid>
		<description><![CDATA[If you have in MySQL charset which is not in Coppermine settings, then your visitors see in your photo gallery broken characters. For this problem exists simple FIX, which set correct charset and connection collation for communication with MySQL. This fix is just add mysql_query(&#8220;SET NAMES &#8216;charset&#8217; COLLATE &#8216;connection_collation&#8217;&#8221;); to functions.inc.php to cpg_db_connect function (before [...]]]></description>
		<wfw:commentRss>http://sevca.cz/2008/04/12/coppermine-character-encoding-vs-mysql-charset-collation.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

