<?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>spamcollect</title>
	<atom:link href="http://www.spamcollect.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.spamcollect.com</link>
	<description>about, all the spam in my life</description>
	<lastBuildDate>Sat, 21 Apr 2012 22:02:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>5 years spamcollect &#8211; Happy Birthday</title>
		<link>http://www.spamcollect.com/archives/139</link>
		<comments>http://www.spamcollect.com/archives/139#comments</comments>
		<pubDate>Sat, 21 Apr 2012 22:02:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Thoughts]]></category>

		<guid isPermaLink="false">http://www.spamcollect.com/?p=139</guid>
		<description><![CDATA[Actually I was quite surprised when I realized that I am maintaining this blog now since 5 years. Initial idea was just to store things I had trouble with and found a solution. So I don&#8217;t have to use Google or any other search engine. I have to say I am also quite surprised that [...]]]></description>
			<content:encoded><![CDATA[<p>Actually I was quite surprised when I realized that I am maintaining this blog now since 5 years.</p>
<p>Initial idea was just to store things I had trouble with and found a solution. So I don&#8217;t have to use Google or any other search engine. </p>
<p>I have to say I am also quite surprised that the <a href="http://www.spamcollect.com/archives/19">PHPList Hack</a> is since years the most popular one I have wrote. Seems like the system is used widely but not as open as expected. </p>
<p>Also one of my favorite posts is the one about <a href="http://www.spamcollect.com/archives/38">SLES 10 sucks</a>. Especially the comments section is fun. </p>
<p>Lets see what the next years will bring. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.spamcollect.com/archives/139/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fixed! &#8211; SugarCRM &#8211; Module Loader blank page after installing module</title>
		<link>http://www.spamcollect.com/archives/142</link>
		<comments>http://www.spamcollect.com/archives/142#comments</comments>
		<pubDate>Wed, 11 Apr 2012 14:51:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[coding]]></category>

		<guid isPermaLink="false">http://www.spamcollect.com/?p=142</guid>
		<description><![CDATA[This took me a while till I found a solution. The module builder in SugarCRM seems to have a bug. Whenever you install something using the module loader, the system seems to kind of crash. The module loader page is not showing anything any more except the saying &#8220;Module Loader&#8221;. This seems to be a [...]]]></description>
			<content:encoded><![CDATA[<p>This took me a while till I found a solution. The module builder in SugarCRM seems to have a bug. Whenever you install something using the module loader, the system seems to kind of crash. The module loader page is not showing anything any more except the saying &#8220;Module Loader&#8221;. This seems to be a bug in all 6.2.x versions. </p>
<p>I found a solution <a href="http://forums.sugarcrm.com/f3/module-loader-blank-page-73092/index2.html">here</a>. </p>
<p>Goto the file ModuleInstall/PackageManager/PackageManager.php and edit line 668. </p>
<p>change: </p>
<p><code>$target_manifest = remove_file_extension( $upgrade_content ) . '-manifest.php';<br />
</code><br />
to:</p>
<p><code>$target_manifest = UploadFile::realpath(remove_file_extension( $upgrade_content ) . '-manifest.php');<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.spamcollect.com/archives/142/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to copy all files including hidden ones on linux</title>
		<link>http://www.spamcollect.com/archives/137</link>
		<comments>http://www.spamcollect.com/archives/137#comments</comments>
		<pubDate>Sat, 07 Apr 2012 23:01:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.spamcollect.com/?p=137</guid>
		<description><![CDATA[I tried to copy all files using the cp under linux. Unfortunately in the usual case this is only copying the normal files. Things like .htaccess or .ssh directories are not being copied. There is a simple solution for that. Just add the following line to the bash / shell you want to do the [...]]]></description>
			<content:encoded><![CDATA[<p>I tried to copy all files using the cp under linux. Unfortunately in the usual case this is only copying the normal files. Things like .htaccess or .ssh directories are not being copied. </p>
<p>There is a simple solution for that. Just add the following line to the bash / shell you want to do the copy from. </p>
<p><code>shopt -s dotglob</code></p>
<p>This sets kind of a &#8220;global / all files&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.spamcollect.com/archives/137/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ever asked yourself how long it takes till Apple approves your App?</title>
		<link>http://www.spamcollect.com/archives/134</link>
		<comments>http://www.spamcollect.com/archives/134#comments</comments>
		<pubDate>Fri, 06 Apr 2012 15:41:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[coding]]></category>

		<guid isPermaLink="false">http://www.spamcollect.com/?p=134</guid>
		<description><![CDATA[There is no general answer to this, but from my experience it takes around one week usually. I have submitted four apps within the last three months and in general there was a waiting time of one week. Honestly this is a hard time for a developer. In some cases (2 out of 4) Apple [...]]]></description>
			<content:encoded><![CDATA[<p>There is no general answer to this, but from my experience it takes around one week usually. </p>
<p>I have submitted four apps within the last three months and in general there was a waiting time of one week.<br />
Honestly this is a hard time for a developer. In some cases (2 out of 4) Apple decided not to approve the app and rejected it. </p>
<p>I wonder how long this takes for the Google Android market. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.spamcollect.com/archives/134/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Update on: Just found a bug in OS X Lion and there is nearly no way to tell Apple!</title>
		<link>http://www.spamcollect.com/archives/130</link>
		<comments>http://www.spamcollect.com/archives/130#comments</comments>
		<pubDate>Fri, 25 Nov 2011 09:47:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[apple]]></category>

		<guid isPermaLink="false">http://www.spamcollect.com/?p=130</guid>
		<description><![CDATA[I described a problem related to Samba shared drives on Windows and connecting them with Mac OS X Lion here. After three months and two more versions of Lion there is still no solution. The guy from Apple never called back and never replied to my email. I see this problem on all Macs running [...]]]></description>
			<content:encoded><![CDATA[<p>I described a problem related to <a href="http://www.spamcollect.com/archives/112">Samba shared drives on Windows and connecting them with Mac OS X Lion here</a>. </p>
<p>After three months and two more versions of Lion there is still no solution. The guy from Apple never called back and never replied to my email. </p>
<p>I see this problem on all Macs running Lion in my company. So this is not my machine. </p>
<p>Apple support was one of the best in the industry for many years. Today it is just like the rest of the support hotlines. It takes hours to explain and it gets never solved. </p>
<p>Thanks! I liked Snow Leopard better because it actually worked!<br />
Do I have to move back to a PC? After all these years? </p>
]]></content:encoded>
			<wfw:commentRss>http://www.spamcollect.com/archives/130/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why Android phones suck and why the iPhone wins the game</title>
		<link>http://www.spamcollect.com/archives/125</link>
		<comments>http://www.spamcollect.com/archives/125#comments</comments>
		<pubDate>Sun, 30 Oct 2011 15:32:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[mobile development]]></category>

		<guid isPermaLink="false">http://www.spamcollect.com/?p=125</guid>
		<description><![CDATA[Honestly, since the beginning of the iPhone vs. Android war, there has been not a single Android phone I am interested in. Starting with the Android G1, which looked for me like a Fisherprice toy to the current, Samsung Nexus S &#8211; not a single one that really nailed it for me. It is no [...]]]></description>
			<content:encoded><![CDATA[<p>Honestly, since the beginning of the iPhone vs. Android war, there has been not a single Android phone I am interested in. Starting with the Android G1, which looked for me like a Fisherprice toy to the current, Samsung Nexus S &#8211; not a single one that really nailed it for me. It is no secret I like Apple stuff, but just comparing the two different ideologies behind the phone, shows you simply why Google is not going the right way with its mobile OS. </p>
<p>Android Version 1.0 was bound to a Gmail account. Means you had to have a Gmail account to get your contacts and mails. There was no POP3 or IMAP client pre-installed and I would doubt there was one on day one. You had to save everything in the cloud. Not optional, you had to!</p>
<p>People are often say that the platform that Apple provides is under total control of Apple. That is true and it is not always good, but on the other side, it gives you the safety that an app is not doing anything dodgy with your contacts, SMS application or anything else. This has been seen within the Android eco system quite a lot within the last months. </p>
<p>Here are a few examples: </p>
<p><a href="http://www.fastcompany.com/1770945/androids-nastiest-virus-yet-a-phone-call-tapper-inspires-a-lot-of-lessons">Nasty Android Virus Fails To Inform You Your Calls May Be Recorded<br />
</a><br />
<a href="http://www.bbc.co.uk/news/technology-12633923">Android hit by rogue app malware<br />
</a><br />
<a href="http://latimesblogs.latimes.com/technology/2011/03/google-removes-apps-android-marketplace-malware.html">Google removes 21 apps infected with malware from its Android Market, report says<br />
</a><br />
And to bring it down to the point &#8211; if you want to run stuff that is not in the iTunes store on your iPhone just UNLOCK the damn thing!</p>
<p><strong>Back to the release cycle</strong></p>
<p>To be honest they pretty fast release new versions, which is from one view very impressive, but if you read this <a href="http://theunderstatement.com/post/11982112928/android-orphans-visualizing-a-sad-history-of-support">really good article at &#8220;the understatement&#8221;</a> you will pretty soon realize that this is Androids biggest problem!<br />
Apple always at least supported their hardware from the OS perspective at least for 3 years. Means a phone that is 3 years old (iPhone 3GS) is able to run iOS 5, which is while I am writing this, the current OS version of Apple.</p>
<p>If you look at the <a href="http://media.theunderstatement.com/016a_android_orphans.png">graph</a> you will see that basically every Android phone sold is already out dated the moment you buy it. </p>
<p>I think this pretty much nails it down!</p>
<p>Buying a phone that is already out dated and rebuying a new one, just because the OS is not providing the latest features or having support for at least 3 years!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.spamcollect.com/archives/125/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Happy birthday Linux</title>
		<link>http://www.spamcollect.com/archives/122</link>
		<comments>http://www.spamcollect.com/archives/122#comments</comments>
		<pubDate>Sat, 17 Sep 2011 12:34:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.spamcollect.com/?p=122</guid>
		<description><![CDATA[Today, exactly 20 years ago, Linus Torvald released the first version of his kernel which is today known as Linux. You can read his initial message to a minix newsgroup by following the link. His release not for 0.2 can he found here. Thank you Linus for starting with Linux and thank you to everyone [...]]]></description>
			<content:encoded><![CDATA[<p>Today, exactly 20 years ago, Linus Torvald released the first version of his kernel which is today known as Linux. </p>
<p>You can read his initial message to a <a href="http://groups.google.com/group/comp.os.minix/msg/b813d52cbc5a044b?pli=1">minix newsgroup</a> by following the link. </p>
<p>His release not for 0.2 can he <a href="http://groups.google.com/group/comp.os.minix/browse_thread/thread/e3df794a2bce97da#">found here</a>. </p>
<p>Thank you Linus for starting with Linux and thank you to everyone who participated in creating a free and super stable operating system within the last 20 years. Awesome job and keep doing what you are doing!</p>
<p>Happy birthday Linux!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.spamcollect.com/archives/122/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New design on spamcollect.com</title>
		<link>http://www.spamcollect.com/archives/120</link>
		<comments>http://www.spamcollect.com/archives/120#comments</comments>
		<pubDate>Sun, 28 Aug 2011 15:51:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.spamcollect.com/?p=120</guid>
		<description><![CDATA[I just updated the design of spamcollect.com. I hope you like the new colors. I am playing around with Google Adsense, so please don&#8217;t be angry, this is just a test.]]></description>
			<content:encoded><![CDATA[<p>I just updated the design of spamcollect.com. I hope you like the new colors. I am playing around with Google Adsense, so please don&#8217;t be angry, this is just a test. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.spamcollect.com/archives/120/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RTB finally gets an open standard called Open RTB</title>
		<link>http://www.spamcollect.com/archives/118</link>
		<comments>http://www.spamcollect.com/archives/118#comments</comments>
		<pubDate>Sun, 28 Aug 2011 14:59:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[coding]]></category>

		<guid isPermaLink="false">http://www.spamcollect.com/?p=118</guid>
		<description><![CDATA[If you are working in the online advertising industry, you might already have heard the letter RTB. It is like a buzzword floating around in all agencies currently. Most people don&#8217;t know what it is. It is basically buying display inventory based on algorithms and target user thru that. All is happening in real time [...]]]></description>
			<content:encoded><![CDATA[<p>If you are working in the online advertising industry, you might already have heard the letter RTB. It is like a buzzword floating around in all agencies currently. Most people don&#8217;t know what it is. </p>
<p>It is basically buying display inventory based on algorithms and target user thru that. All is happening in real time and every agency has to send a bid. </p>
<p>There is now an open standard for this called <a href="http://code.google.com/p/openrtb/">Open RTB</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.spamcollect.com/archives/118/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create PowerPoint like presentations with HTML5 and JS &#8211; deck.js helps</title>
		<link>http://www.spamcollect.com/archives/115</link>
		<comments>http://www.spamcollect.com/archives/115#comments</comments>
		<pubDate>Wed, 24 Aug 2011 07:15:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[coding]]></category>

		<guid isPermaLink="false">http://www.spamcollect.com/?p=115</guid>
		<description><![CDATA[Just found deck.js a JavaScript framework that lets you create Power Point like presentations within the browser using new web technologies like Ajax, HTML5 and CSS3.]]></description>
			<content:encoded><![CDATA[<p>Just found <a href="http://imakewebthings.github.com/deck.js/">deck.js</a> a JavaScript framework that lets you create Power Point like presentations within the browser using new web technologies like Ajax, HTML5 and CSS3. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.spamcollect.com/archives/115/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

