<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>anty.info</title>
	<link>http://www.anty.info</link>
	<description>Comments and help on web development.</description>
	<lastBuildDate>Fri, 11 Jun 2010 14:50:34 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0.1" -->

	<item>
		<title>How to edit Vado HD videos with Cinelerra</title>
		<description><![CDATA[Normally I edit my videos with PiTiVi. That&#8217;s easy, but has a disadvantage: HD-videos are getting rendered smaller and black bars are added (at least with my videos). Now, I found an alternative: Cinelerra. Unfortunately, Cinelerra doesn&#8217;t recognize the sound of my Vado HD camera correctly. After some research I found a solution: The following [...]]]></description>
		<link>http://www.anty.info/2010/06/11/how-to-edit-vado-hd-videos-with-cinelerra/</link>
			</item>
	<item>
		<title>Reasons against a switch from Windows XP to Ubuntu 9.10</title>
		<description><![CDATA[Some weeks ago I switched from Windows XP to Ubuntu 9.10. Entirely. Without a safety net. It was a big step for me. All-in-all I&#8217;m happy to have made Ubuntu my main system. However, there are some things that bother me here and there. I&#8217;m maintaining a list of arguments at this place, that speak [...]]]></description>
		<link>http://www.anty.info/2010/01/03/reasons-against-a-switch-from-windows-xp-to-ubuntu-9-10/</link>
			</item>
	<item>
		<title>Webhosting for $2.08 per month!</title>
		<description><![CDATA[I&#8217;m currently testing some web hosting companies and stumbled over this deal from Pronet Hosting: They offer Shared Hosting, as well as Reseller Hosting for only $25/yr &#8211; that&#8217;s only $2.08/month! The offer is string free and will renew at a price that&#8217;s comparable to other hosting companies if you don&#8217;t cancel your account in [...]]]></description>
		<link>http://www.anty.info/2009/11/19/webhosting-for-2-08-per-month/</link>
			</item>
	<item>
		<title>How to compile Haskell&#8217;s network library on Windows</title>
		<description><![CDATA[The normal way to recompile a Haskell library would be to: download the Cabal source package e.g. from HackageDB unpack it in a directory locate the directory in the console use &#8220;cabal install &#8211;reinstall&#8221; and watch the compiling process For the network-2.2.1.3 package I couldn&#8217;t use this approach because I always got the message that [...]]]></description>
		<link>http://www.anty.info/2009/07/18/how-to-compile-haskells-network-library-on-windows/</link>
			</item>
	<item>
		<title>How to enable Akismet in WordPress MU – globaly</title>
		<description><![CDATA[Akismet is the best Worpress plugin. At least from my point of view. I resist using CAPTCHAs whenever I can to offer my visitors the best user-experience. Who likes to comment a post when you additionally have to decipher symbols on an image only to type them into a textbox? For this reason I activated [...]]]></description>
		<link>http://www.anty.info/2009/05/06/how-to-enable-akismet-in-wordpress-mu-%e2%80%93-globaly/</link>
			</item>
	<item>
		<title>SOAP: Procedure &#8216;foo&#8217; not present</title>
		<description><![CDATA[Recently SOAP kept shouting &#8220;Procedure &#8216;foo&#8217; not present in &#8230;&#8221; at me. I assumed the mistake in my WSDL file, since I knew the function &#8220;foo&#8221; existed. If you get the &#8220;Procedure &#8216;foo&#8217; not present&#8221;-error, too you either: forgot to add the procedure &#8220;foo&#8221; to your SOAP server implementation, or you are using a cached [...]]]></description>
		<link>http://www.anty.info/2008/09/01/soap-procedure-foo-not-present/</link>
			</item>
	<item>
		<title>Server-side SOAP debugging in PHP</title>
		<description><![CDATA[Debugging SOAP in PHP can be really time intensive. I found the best practice debugging SOAP is using a log file. I use this code to catch exceptions in the server implementation: $logfilePath = '/path/to/your/logfile.txt'; $debug = true; require_once('Zend/Log.php'); require_once('Zend/Log/Writer/Stream.php'); $writer = new Zend_Log_Writer_Stream(fopen($logfilePath, 'a', false)); $logger = new Zend_Log($writer); try { require_once('MySoapClass.php'); if ($debug) [...]]]></description>
		<link>http://www.anty.info/2008/08/30/server-side-soap-debugging-in-php/</link>
			</item>
	<item>
		<title>PingCrawl injects links</title>
		<description><![CDATA[How do you get links from all over the blogosphere quickly? You create a famous wordpress plugin and implement a backdoor to inject your own links. Josh, from Josh Team and Eli, from Blue Hat SEO did this with his WordPress plugin &#8220;PingCrawl&#8220;. PingCrawl automatically searches for related posts on other blogs with Googles blogsearch [...]]]></description>
		<link>http://www.anty.info/2008/08/06/pingcrawl-injects-links/</link>
			</item>
	<item>
		<title>Giving more than 100%</title>
		<description><![CDATA[I found the following story somewhere on the Internet. I couldn&#8217;t find the original author, so I&#8217;m republishing it here for your entertainment. Enjoy! From a strictly mathematical viewpoint it goes like this: What Makes 100%? What does it mean to give more than 100%? Ever wonder about those people who say they are giving [...]]]></description>
		<link>http://www.anty.info/2008/06/24/giving-more-than-100-percent/</link>
			</item>
	<item>
		<title>What to consider when deploying web apps</title>
		<description><![CDATA[When I&#8217;m tired I tend to cross read blog posts in my feedreader. This way I just found an interesting screencast in Chris Hartjes&#8217; blog which I thought I should mention here: 6 Steps to a perfect deployment. Chris explains how he&#8217;s deploying web applications and why you should follow this six-step-approach, too: The first [...]]]></description>
		<link>http://www.anty.info/2008/05/21/what-to-consider-when-deploying-web-apps/</link>
			</item>
</channel>
</rss>
