<?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>Miranda@AT</title>
	<atom:link href="http://blog.miranda.or.at/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.miranda.or.at</link>
	<description>...just some stuff.</description>
	<lastBuildDate>Fri, 12 Aug 2011 01:04:19 +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>New project: Forking SMF (Simple machines forum)</title>
		<link>http://blog.miranda.or.at/2011/08/new-project-forking-smf-simple-machines-forum</link>
		<comments>http://blog.miranda.or.at/2011/08/new-project-forking-smf-simple-machines-forum#comments</comments>
		<pubDate>Fri, 12 Aug 2011 01:04:19 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[smf]]></category>

		<guid isPermaLink="false">http://blog.miranda.or.at/?p=441</guid>
		<description><![CDATA[For a couple of years, I'd been running an active forum for my Open Source projects. Years back, I'd chosen simple machines forum (better known simply as SMF), because of its features and the fast development progress it had back in 2005, prior to its first official release. SMF was free, but not Open Source. [...]]]></description>
		<wfw:commentRss>http://blog.miranda.or.at/2011/08/new-project-forking-smf-simple-machines-forum/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress: The plugin generated 1 characters of unexpected output</title>
		<link>http://blog.miranda.or.at/2011/07/wordpress-the-plugin-generated-1-characters-of-unexpected-output</link>
		<comments>http://blog.miranda.or.at/2011/07/wordpress-the-plugin-generated-1-characters-of-unexpected-output#comments</comments>
		<pubDate>Mon, 25 Jul 2011 13:12:13 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://blog.miranda.or.at/?p=439</guid>
		<description><![CDATA[Sometimes, when you activate a plugin in the admin panel, you may see an error message like this: The plugin generated 1 characters of unexpected output during activation. If you notice “headers already sent” messages, problems with syndication feeds or other issues, try deactivating or removing this plugin. This is usually caused by additional white [...]]]></description>
		<wfw:commentRss>http://blog.miranda.or.at/2011/07/wordpress-the-plugin-generated-1-characters-of-unexpected-output/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaScript &#8211; $(document).ready() without jQuery</title>
		<link>http://blog.miranda.or.at/2011/07/javascript-document-ready-without-jquery</link>
		<comments>http://blog.miranda.or.at/2011/07/javascript-document-ready-without-jquery#comments</comments>
		<pubDate>Wed, 20 Jul 2011 05:08:31 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://blog.miranda.or.at/?p=432</guid>
		<description><![CDATA[How to implement a $(document).ready() alike function without jQuery that executes when the DOM is complete.]]></description>
		<wfw:commentRss>http://blog.miranda.or.at/2011/07/javascript-document-ready-without-jquery/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>No excerpt for pages in WordPress?</title>
		<link>http://blog.miranda.or.at/2011/07/no-excerpt-for-pages-in-wordpress</link>
		<comments>http://blog.miranda.or.at/2011/07/no-excerpt-for-pages-in-wordpress#comments</comments>
		<pubDate>Tue, 19 Jul 2011 10:49:57 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://blog.miranda.or.at/?p=429</guid>
		<description><![CDATA[How to enable excerpts for pages in WordPress]]></description>
		<wfw:commentRss>http://blog.miranda.or.at/2011/07/no-excerpt-for-pages-in-wordpress/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaScript &#8211; why simulating a click using the click() method doesn&#8217;t work in Chrome</title>
		<link>http://blog.miranda.or.at/2011/07/javascript-why-simulating-a-click-using-the-click-method-doesnt-work-in-chrome</link>
		<comments>http://blog.miranda.or.at/2011/07/javascript-why-simulating-a-click-using-the-click-method-doesnt-work-in-chrome#comments</comments>
		<pubDate>Sat, 16 Jul 2011 20:56:42 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://blog.miranda.or.at/?p=422</guid>
		<description><![CDATA[Chrome doesn't allow simulating a click using the click() method. While working on some WordPress plugin to enhance the comment system with a couple of Ajax features, i ran into a problem. My code was using the click() method on a link object to simulate a click on this link and while this did work [...]]]></description>
		<wfw:commentRss>http://blog.miranda.or.at/2011/07/javascript-why-simulating-a-click-using-the-click-method-doesnt-work-in-chrome/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Apache &#8211; why it may serve Office documents as .zip files</title>
		<link>http://blog.miranda.or.at/2011/06/apache-why-it-may-serve-office-documents-as-zip-files</link>
		<comments>http://blog.miranda.or.at/2011/06/apache-why-it-may-serve-office-documents-as-zip-files#comments</comments>
		<pubDate>Tue, 07 Jun 2011 14:00:36 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Everything else]]></category>
		<category><![CDATA[apache]]></category>

		<guid isPermaLink="false">http://blog.miranda.or.at/?p=409</guid>
		<description><![CDATA[Why does my web server rename a .xlsx file to .zip? A friend called me with a trivial problem he was having on his web server. He wanted to offer a excel document for download and some of his users pointed out that the document's file name extension was always changed to .ZIP when they [...]]]></description>
		<wfw:commentRss>http://blog.miranda.or.at/2011/06/apache-why-it-may-serve-office-documents-as-zip-files/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add Google +1 to WordPress (no plugin, just a template hack)</title>
		<link>http://blog.miranda.or.at/2011/06/add-google-1-to-wordpress-no-plugin-just-a-template-hack</link>
		<comments>http://blog.miranda.or.at/2011/06/add-google-1-to-wordpress-no-plugin-just-a-template-hack#comments</comments>
		<pubDate>Thu, 02 Jun 2011 13:39:24 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[+1]]></category>
		<category><![CDATA[google.wordpress]]></category>

		<guid isPermaLink="false">http://blog.miranda.or.at/?p=407</guid>
		<description><![CDATA[Unless you've been under a rock for the past few days, you probably know it already. Google has launched the +1 button for web masters to integrate into their sites. I'm not going much into detail about this button as there is plenty of stuff to read on the web. Obviously, they are trying to [...]]]></description>
		<wfw:commentRss>http://blog.miranda.or.at/2011/06/add-google-1-to-wordpress-no-plugin-just-a-template-hack/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The future of Miranda IM or is instant messaging dying?</title>
		<link>http://blog.miranda.or.at/2011/06/the-future-of-miranda-im-or-is-instant-messaging-dying</link>
		<comments>http://blog.miranda.or.at/2011/06/the-future-of-miranda-im-or-is-instant-messaging-dying#comments</comments>
		<pubDate>Thu, 02 Jun 2011 11:54:25 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Miranda]]></category>
		<category><![CDATA[instant messaging]]></category>

		<guid isPermaLink="false">http://blog.miranda.or.at/?p=405</guid>
		<description><![CDATA[<blockquote><p>Since quite a number of people were asking about the future of the Miranda instant messenger and whether it is dead, because there has not been any major activity for almost a year now (except the usual minor bug fix updates), I'll try to explain a few things.</p></blockquote>]]></description>
		<wfw:commentRss>http://blog.miranda.or.at/2011/06/the-future-of-miranda-im-or-is-instant-messaging-dying/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Passive share and Tweet buttons in WordPress</title>
		<link>http://blog.miranda.or.at/2011/05/passive-share-and-tweet-buttons-in-wordpress</link>
		<comments>http://blog.miranda.or.at/2011/05/passive-share-and-tweet-buttons-in-wordpress#comments</comments>
		<pubDate>Tue, 31 May 2011 15:15:03 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[like]]></category>

		<guid isPermaLink="false">http://blog.miranda.or.at/?p=401</guid>
		<description><![CDATA[The crux with the Like As a matter of fact, there are a lot of privacy concerns with the viral Like and Tweet buttons that appear almost everywhere on the net. While the feature itself is nice and can certainly help to attract visitors and generate traffic, people often fail to see the risks. Do [...]]]></description>
		<wfw:commentRss>http://blog.miranda.or.at/2011/05/passive-share-and-tweet-buttons-in-wordpress/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Are you afraid of JavaScript?</title>
		<link>http://blog.miranda.or.at/2011/05/are-you-afraid-of-javascript</link>
		<comments>http://blog.miranda.or.at/2011/05/are-you-afraid-of-javascript#comments</comments>
		<pubDate>Sun, 29 May 2011 15:44:05 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Everything else]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[poll]]></category>

		<guid isPermaLink="false">http://blog.miranda.or.at/?p=392</guid>
		<description><![CDATA[How do you deal with JavaScript? [poll id="3"] A couple of days ago, I had one of these discussion with a good friend, who is - like myself - a typical "IT guy". Many of his opinions can be seen as fairly "old school", but he does have a lot of experience, particularly with network [...]]]></description>
		<wfw:commentRss>http://blog.miranda.or.at/2011/05/are-you-afraid-of-javascript/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

