<?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>tuwu.org</title>
	<atom:link href="http://tuwu.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://tuwu.org</link>
	<description>Blog którego nie ma.</description>
	<lastBuildDate>Mon, 01 Mar 2010 23:19:29 +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>Mojego, coś innego.</title>
		<link>http://tuwu.org/mojego-cos-innego/</link>
		<comments>http://tuwu.org/mojego-cos-innego/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 23:19:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Rysunki]]></category>

		<guid isPermaLink="false">http://tuwu.org/?p=39</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><a href="http://tuwu.org/http://tuwu.org/wp-content/uploads/2010/03/2d26ba33da.jpeg"><img src="http://tuwu.org/http://tuwu.org/wp-content/uploads/2010/03/2d26ba33da-300x208.jpg" alt="Coś" title="Coś" width="300" height="208" class="aligncenter size-medium wp-image-38" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://tuwu.org/mojego-cos-innego/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zima zima zima</title>
		<link>http://tuwu.org/zima-zima-zima/</link>
		<comments>http://tuwu.org/zima-zima-zima/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 20:48:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Filmy]]></category>

		<guid isPermaLink="false">http://tuwu.org/?p=35</guid>
		<description><![CDATA[Mój nowy film z Lasów Janowskich i Janowa Lubelskiego

]]></description>
			<content:encoded><![CDATA[<p>Mój nowy film z Lasów Janowskich i Janowa Lubelskiego<br />
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/t5ZW7EvGncs&#038;hl=pl_PL&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/t5ZW7EvGncs&#038;hl=pl_PL&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://tuwu.org/zima-zima-zima/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[program] Dodawanie ułamków zwykłych</title>
		<link>http://tuwu.org/program-dodawanie-ulamkow-zwyklych/</link>
		<comments>http://tuwu.org/program-dodawanie-ulamkow-zwyklych/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 20:48:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programy]]></category>

		<guid isPermaLink="false">http://tuwu.org/?p=18</guid>
		<description><![CDATA[Napisalem ostatnio (na prośbę znajomej) mały program dodający ułamki zwykłe, może się komuś przyda. Ściągnij tutaj
]]></description>
			<content:encoded><![CDATA[<p>Napisalem ostatnio (na prośbę znajomej) mały program dodający ułamki zwykłe, może się komuś przyda. Ściągnij <a href="http://tuwu.org/wp-content/plugins/download-monitor/download.php?id=DodawanieUlamkowZwyklych.exe">tutaj</a></p>
]]></content:encoded>
			<wfw:commentRss>http://tuwu.org/program-dodawanie-ulamkow-zwyklych/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moja galeria w deep zoom composer</title>
		<link>http://tuwu.org/moja-galeria-w-deep-zoom-compozer/</link>
		<comments>http://tuwu.org/moja-galeria-w-deep-zoom-compozer/#comments</comments>
		<pubDate>Sat, 12 Dec 2009 00:34:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Zdjęcia]]></category>

		<guid isPermaLink="false">http://tuwu.org/?p=12</guid>
		<description><![CDATA[Do obejrzenia zdjęć konieczna jest instalacja Silverlight&#8217;a.

        function onSilverlightError(sender, args) 
        {
            var appSource = "";
            if (sender != [...]]]></description>
			<content:encoded><![CDATA[<p>Do obejrzenia zdjęć konieczna jest instalacja Silverlight&#8217;a.<br />
<script type="text/javascript">
        function onSilverlightError(sender, args) 
        {
            var appSource = "";
            if (sender != null &#038;&#038; sender != 0)
            {
                appSource = sender.getHost().Source;
            }
            var errorType = args.ErrorType;
            var iErrorCode = args.ErrorCode;</p>
<p>            var errMsg = "Unhandled Error in Silverlight 2 Application " + appSource + "\n";</p>
<p>            errMsg += "Code: " + iErrorCode + "    \n";
            errMsg += "Category: " + errorType + "       \n";
            errMsg += "Message: " + args.ErrorMessage + "     \n";</p>
<p>            if (errorType == "ParserError") 
            {
                errMsg += "File: " + args.xamlFile + "     \n";
                errMsg += "Line: " + args.lineNumber + "     \n";
                errMsg += "Position: " + args.charPosition + "     \n";
            }
            else if (errorType == "RuntimeError") 
            {
                if (args.lineNumber != 0) 
                {
                    errMsg += "Line: " + args.lineNumber + "     \n";
                    errMsg += "Position: " + args.charPosition + "     \n";
                }
                errMsg += "MethodName: " + args.methodName + "     \n";
            }</p>
<p>            throw new Error(errMsg);
        }</p>
<p>    </script><br />
</head></p>
<p><body><br />
    <!-- Runtime errors from Silverlight will be displayed here.<br />
	This will contain debugging information and should be removed or hidden when debugging is completed --></p>
<div id='errorLocation' style="font-size: small;color: Gray;"></div>
<div id="slPluginHost">
<p>		<object data="data:application/x-silverlight-2," type="application/x-silverlight-2" width="640" height="480"><param name="minRuntimeVersion" value="3.0.40307.0" /><param name="autoUpgrade" value="false" /><param name="source" value="Default.xap"/><param name="onerror" value="onSilverlightError" /><param name="background" value="white" /><param name="initParams" value="adFile=GeneratedImages" /><a href="http://go.microsoft.com/fwlink/?LinkID=124807" style="text-decoration: none;"><br />
                <img src="http://go.microsoft.com/fwlink/?LinkId=108181" alt="Get Microsoft Silverlight" style="border-style: none"/><br />
            </a><br />
        </object></p>
<p>		<iframe style='visibility:hidden;height:0;width:0;border:0px'></iframe></p></div>
<p></body></p>
]]></content:encoded>
			<wfw:commentRss>http://tuwu.org/moja-galeria-w-deep-zoom-compozer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
