<?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>insaneFactory</title>
	<atom:link href="http://www.insanefactory.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.insanefactory.com</link>
	<description>Just another developer group...</description>
	<lastBuildDate>Wed, 22 Feb 2012 05:26: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>SocialEngine Ning Import</title>
		<link>http://www.insanefactory.com/2012/01/socialengine-ning-import/</link>
		<comments>http://www.insanefactory.com/2012/01/socialengine-ning-import/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 21:34:39 +0000</pubDate>
		<dc:creator>Manuel Freiholz</dc:creator>
				<category><![CDATA[Social Engine]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.insanefactory.com/?p=626</guid>
		<description><![CDATA[A few weeks ago i created a small Java program which makes it possible to merge multiple Ning-Portals into one Social-Engine Community site by merging the backup files of all Ning-Portals into one (because Social-Engine can only import one Ning-Portal).
Well&#8230; &#8230; <a href="http://www.insanefactory.com/2012/01/socialengine-ning-import/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.insanefactory.com/wp-content/uploads/2012/01/294299_10150326466569514_190277544513_7929810_69345623_n.jpg"><img class="alignright size-full wp-image-630" title="Social Engine Logo" src="http://www.insanefactory.com/wp-content/uploads/2012/01/294299_10150326466569514_190277544513_7929810_69345623_n.jpg" alt="" width="180" height="180" /></a>A few weeks ago i created a small Java program which makes it possible to merge multiple <a title="Ning Homepage" href="http://www.ning.com/" target="_blank">Ning-Portals</a> into one<a title="Social Engine Homepage" href="http://www.socialengine.net/" target="_blank"> Social-Engine</a> Community site by merging the backup files of all Ning-Portals into one (because Social-Engine can only import one Ning-Portal).</p>
<p>Well&#8230; today i tried to import a backup with about 15.000 members (including profile information and profile pictures) and got a &#8220;Memory Exceeded&#8221; error. Ok, until here no problem. Changing the <em>&#8220;memory_limit&#8221;</em> in php.ini file should fix the problem&#8230;</p>
<p>it doesn&#8217;t&#8230;</p>
<p>Well&#8230; very long story and a lot of terrifying emotions later i found out that there is not call to <em>ini_set(&#8216;memory_limit&#8217;, &#8217;128M&#8217;)</em>, but in the <em>&#8220;&lt;SE_ROOT&gt;/install/&#8221;</em> directory is a .htaccess file with the following block:</p>
<pre class="brush: plain; highlight: [6]; title: ; notranslate">
&lt;IfModule mod_php5.c&gt;
php_value   post_max_size         100M
php_value   upload_max_filesize   100M
php_value   max_input_time        600
php_value   max_execution_time    600
php_value   memory_limit          128M
&lt;/IfModule&gt;
</pre>
<p>Commenting out (or increase) the &#8220;php_value memory_limit XXX&#8221; row finally fixed the problem and i was able to import the huge amount of data.</p>
<p>At least, I really have no idea why the SE team decided to set those values for the Import-Tools (Admin-Only) but nowhere else for the public accessible pages.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.insanefactory.com/2012/01/socialengine-ning-import/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iF.SVNAdmin sources on GitHub</title>
		<link>http://www.insanefactory.com/2012/01/if-svnadmin-sources-on-github/</link>
		<comments>http://www.insanefactory.com/2012/01/if-svnadmin-sources-on-github/#comments</comments>
		<pubDate>Sun, 22 Jan 2012 16:08:29 +0000</pubDate>
		<dc:creator>Manuel Freiholz</dc:creator>
				<category><![CDATA[iF.SVNAdmin]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.insanefactory.com/?p=622</guid>
		<description><![CDATA[I decided to host the sources of iF.SVNAdmin on GitHub. It provides a better way for contributions and user commits (forks and pull-requests).
I made a lot of changes since the last release, which are actually not 100% compatible. What means &#8230; <a href="http://www.insanefactory.com/2012/01/if-svnadmin-sources-on-github/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I decided to host the sources of iF.SVNAdmin on <a title="GitHub" href="https://github.com/" target="_blank">GitHub</a>. It provides a better way for contributions and user commits (forks and pull-requests).</p>
<p>I made a lot of changes since the last release, which are actually not 100% compatible. What means that you should prefer a clean install, but copy the &#8220;config/config.ini&#8221; and &#8220;config/userroleassignments.ini&#8221; files.</p>
<p><strong>Note:</strong> It&#8217;s not an official release of a new version.</p>
<p>The biggest change is the deletion of the custom Template Engine and a new way to handle Exceptions. I also made a few bug fixes to the LDAP interface, but still have encoding problems when using LDAPv2-Protocol (Protocol version 3 works great with AD!).</p>
<p><strong>Project on GitHub:</strong><br />
<a href="https://github.com/mfreiholz/iF.SVNAdmin" target="_blank">https://github.com/mfreiholz/iF.SVNAdmin</a></p>
<p>Thanks again for all patches i recieved.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.insanefactory.com/2012/01/if-svnadmin-sources-on-github/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Discussion Board</title>
		<link>http://www.insanefactory.com/2011/11/discussion-board/</link>
		<comments>http://www.insanefactory.com/2011/11/discussion-board/#comments</comments>
		<pubDate>Mon, 21 Nov 2011 16:51:12 +0000</pubDate>
		<dc:creator>Manuel Freiholz</dc:creator>
				<category><![CDATA[insaneFactory]]></category>

		<guid isPermaLink="false">http://www.insanefactory.com/?p=572</guid>
		<description><![CDATA[I just installed and configured the bbPress board.
Please post all your questions and suggestions in the associated project forum.
Addionally it&#8217;s possible to register an account now (optional!)
Go to forums&#8230;
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.insanefactory.com/wp-content/uploads/2011/11/bbpress-logo-whitebg.jpg"><img class="alignright size-full wp-image-575" title="bbPress Logo (White Background)" src="http://www.insanefactory.com/wp-content/uploads/2011/11/bbpress-logo-whitebg.jpg" alt="" width="136" height="136" /></a>I just installed and configured the bbPress board.</p>
<p>Please post all your questions and suggestions in the associated project forum.</p>
<p>Addionally it&#8217;s possible to register an account now (optional!)</p>
<p><a href="http://www.insanefactory.com/forums/">Go to forums&#8230;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.insanefactory.com/2011/11/discussion-board/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Roundcube Plugin: Persistent Login</title>
		<link>http://www.insanefactory.com/2011/11/roundcube-plugin-persistent-login/</link>
		<comments>http://www.insanefactory.com/2011/11/roundcube-plugin-persistent-login/#comments</comments>
		<pubDate>Thu, 10 Nov 2011 05:11:27 +0000</pubDate>
		<dc:creator>Manuel Freiholz</dc:creator>
				<category><![CDATA[insaneFactory]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[roundcube]]></category>

		<guid isPermaLink="false">http://www.insanefactory.com/?p=521</guid>
		<description><![CDATA[We use the web-based email client Roundcube for a couple of years now and since the beginning we miss the function to stay logged in.
So&#8230; here it is:
Roundcube Plugin: Persistent Login

Please keep in mind that this is the first beta &#8230; <a href="http://www.insanefactory.com/2011/11/roundcube-plugin-persistent-login/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.insanefactory.com/wp-content/uploads/2011/11/roundcube-logo-notext.png"><img class="size-full wp-image-523 alignright" title="Roundcube Logo" src="http://www.insanefactory.com/wp-content/uploads/2011/11/roundcube-logo-notext.png" alt="" width="128" height="128" /></a>We use the web-based email client <a title="Roundcube Website" href="http://roundcube.net/" target="_blank">Roundcube</a> for a couple of years now and since the beginning we miss the function to stay logged in.</p>
<p>So&#8230; here it is:<br />
<a title="Roundcube Persistent Login Plugin" href="http://www.insanefactory.com/roundcube-persistent-login-plugin/">Roundcube Plugin: Persistent Login</a></p>
<p><a href="http://www.insanefactory.com/wp-content/uploads/2011/11/roundcube_persistent_login_screen.jpg"><img class="size-full wp-image-510 alignnone" title="&quot;Keep me logged in&quot; Screenshot" src="http://www.insanefactory.com/wp-content/uploads/2011/11/roundcube_persistent_login_screen.jpg" alt="" width="408" height="166" /></a></p>
<p>Please keep in mind that this is the first beta version. We couldn&#8217;t test it in a multi-host environment, feel free to send us your feedback.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.insanefactory.com/2011/11/roundcube-plugin-persistent-login/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Minecraft &#8211; Fuji Television</title>
		<link>http://www.insanefactory.com/2011/10/minecraft-creation-fuji-television/</link>
		<comments>http://www.insanefactory.com/2011/10/minecraft-creation-fuji-television/#comments</comments>
		<pubDate>Fri, 07 Oct 2011 13:31:11 +0000</pubDate>
		<dc:creator>christoph</dc:creator>
				<category><![CDATA[insaneFactory]]></category>
		<category><![CDATA[Minecraft]]></category>
		<category><![CDATA[minecraft]]></category>

		<guid isPermaLink="false">http://www.insanefactory.com/?p=497</guid>
		<description><![CDATA[Hey everyone!
As this is my first post on this blog I&#8217;ll introduce myself shortly.
I&#8217;m Chris, I&#8217;m a member of the insaneFactory group and I sometimes build way too large objects and buildings in Minecraft when I&#8217;m bored.
There&#8230; Short enough for &#8230; <a href="http://www.insanefactory.com/2011/10/minecraft-creation-fuji-television/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>Hey everyone!</strong></p>
<p>As this is my first post on this blog I&#8217;ll introduce myself shortly.<br />
I&#8217;m Chris, I&#8217;m a member of the insaneFactory group and I sometimes build way too large objects and buildings in Minecraft when I&#8217;m bored.</p>
<p>There&#8230; Short enough for my taste.</p>
<p>I&#8217;m going to start this post off with some pictures of my latest Minecraft project which I just finished (at least in MY mind). It&#8217;s the Fuji Television Headquarters in Tokyo (Japan) which is located in the North-Western part of Tokyo Bay. But enough beating around the bush, here are the pictures:</p>
<p><a href="http://www.insanefactory.com/wp-content/uploads/2011/10/FujiTV1.jpg"><img class="alignnone size-medium wp-image-498" src="http://www.insanefactory.com/wp-content/uploads/2011/10/FujiTV1-300x168.jpg" alt="" width="300" height="168" /></a></p>
<p><a href="http://www.insanefactory.com/wp-content/uploads/2011/10/FujiTV2.jpg"><img class="alignnone size-medium wp-image-499" src="http://www.insanefactory.com/wp-content/uploads/2011/10/FujiTV2-300x168.jpg" alt="" width="300" height="168" /></a></p>
<p><a href="http://www.insanefactory.com/wp-content/uploads/2011/10/FujiTV3.jpg"><img class="alignnone size-medium wp-image-500" src="http://www.insanefactory.com/wp-content/uploads/2011/10/FujiTV3-300x168.jpg" alt="" width="300" height="168" /></a></p>
<p>And since I&#8217;m sure that hardly anyone of you has ever seen the actual building:</p>
<p><a href="http://www.insanefactory.com/wp-content/uploads/2011/10/fuji-tv-headquarters-and-aqua-city-odaiba.jpg"><img class="alignnone size-medium wp-image-501" src="http://www.insanefactory.com/wp-content/uploads/2011/10/fuji-tv-headquarters-and-aqua-city-odaiba-300x200.jpg" alt="" width="300" height="200" /></a></p>
<p>I know it does not look EXACTLY like the original, but I was just too lazy to insert the 3-4 missing elevators. As far as time is concerned; I think I spent roughly 10 hours on it. I built the whole thing pre-1.9 so I did not use the new creative mode and to build the actual building I did not use World Edit either (just flattened the surroundings to get a good screenshot).</p>
<p>Having completed the building I&#8217;m actually at a loss of ideas what to do next. It will, however, definitely be something coming from Japan. If YOU have any creative comments or ideas I should build just leave a comment.</p>
<p>Well, that&#8217;s all I got. Read you all next post!</p>
<p>Chris</p>
]]></content:encoded>
			<wfw:commentRss>http://www.insanefactory.com/2011/10/minecraft-creation-fuji-television/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>insaneSums 1.1 Released</title>
		<link>http://www.insanefactory.com/2011/09/insanesums-1-1-released/</link>
		<comments>http://www.insanefactory.com/2011/09/insanesums-1-1-released/#comments</comments>
		<pubDate>Sun, 25 Sep 2011 16:15:23 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[insaneSums]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[Qt]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://www.insanefactory.com/?p=482</guid>
		<description><![CDATA[So, here it is. The monumental update to 1.1. I present to you&#8230; almost nothing different.
It&#8217;s a cosmetic update from 1.0. The window now has a menu and status bar. The highlighting is now in the comparison input field. No &#8230; <a href="http://www.insanefactory.com/2011/09/insanesums-1-1-released/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>So, here it is. The monumental update to 1.1. I present to you&#8230; almost nothing different.</p>
<p>It&#8217;s a cosmetic update from 1.0. The window now has a menu and status bar. The highlighting is now in the comparison input field. No new functionality has been introduced.</p>
<p>The new version can be downloaded from the <a title="insaneSums" href="http://www.insanefactory.com/insanesums/">insaneSums page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.insanefactory.com/2011/09/insanesums-1-1-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>File Transfer</title>
		<link>http://www.insanefactory.com/2011/09/file-transfer/</link>
		<comments>http://www.insanefactory.com/2011/09/file-transfer/#comments</comments>
		<pubDate>Sat, 24 Sep 2011 14:33:29 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[insaneFactory]]></category>
		<category><![CDATA[new project]]></category>
		<category><![CDATA[Qt]]></category>

		<guid isPermaLink="false">http://www.insanefactory.com/?p=473</guid>
		<description><![CDATA[In the same spirit as the recently released XKCD comic, we are currently working on a small Qt application for the quick transfer of files across networks:
Planned features:

Keep usage of screen real-estate low
Ease of use (Drag&#8217;n'Drop)
Easy setup (use UPnP to &#8230; <a href="http://www.insanefactory.com/2011/09/file-transfer/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>In the same spirit as the recently released <a href="http://xkcd.com/" target="_blank">XKCD</a> comic, we are currently working on a small Qt application for the quick transfer of files across networks:</p>
<p style="text-align: left;"><a href="http://xkcd.com/949/" target="_blank"><img class="aligncenter" title="XKCD: File Transfer" src="http://imgs.xkcd.com/comics/file_transfer.png" alt="" width="456" height="614" /></a>Planned features:</p>
<ul>
<li>Keep usage of screen real-estate low</li>
<li>Ease of use (Drag&#8217;n'Drop)</li>
<li>Easy setup (use UPnP to forward ports automatically)</li>
</ul>
<p>This project shouldn&#8217;t keep us occupied for long&#8230; hopefully.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.insanefactory.com/2011/09/file-transfer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Paged LDAP search result (&gt; 1.000 users/groups)</title>
		<link>http://www.insanefactory.com/2011/03/paged-ldap-search-result/</link>
		<comments>http://www.insanefactory.com/2011/03/paged-ldap-search-result/#comments</comments>
		<pubDate>Fri, 25 Mar 2011 20:03:20 +0000</pubDate>
		<dc:creator>Manuel Freiholz</dc:creator>
				<category><![CDATA[iF.SVNAdmin]]></category>
		<category><![CDATA[ldap]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://www.insanefactory.com/?p=452</guid>
		<description><![CDATA[Due to a user who requires iF.SVNAdmin to run in a environment with over 10.000 users i searched for a native PHP solution to realize paged results for LDAP search queries.
Everything official i found is this bug report:
http://bugs.php.net/bug.php?id=42060
I&#8217;m not sure &#8230; <a href="http://www.insanefactory.com/2011/03/paged-ldap-search-result/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Due to a user who requires iF.SVNAdmin to run in a environment with over 10.000 users i searched for a native PHP solution to realize paged results for LDAP search queries.</p>
<p>Everything official i found is this bug report:<br />
<a title="http://bugs.php.net/bug.php?id=42060" href="http://bugs.php.net/bug.php?id=42060" target="_blank">http://bugs.php.net/bug.php?id=42060</a></p>
<p>I&#8217;m not sure when it is going to be released but i will keep a look on it and built in a paged ldap result fetching into iF.SVNAdmin as soon as possible.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.insanefactory.com/2011/03/paged-ldap-search-result/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Work on SVNAdmin continues&#8230;</title>
		<link>http://www.insanefactory.com/2011/03/work-on-svnadmin-continues/</link>
		<comments>http://www.insanefactory.com/2011/03/work-on-svnadmin-continues/#comments</comments>
		<pubDate>Mon, 21 Mar 2011 22:45:03 +0000</pubDate>
		<dc:creator>Manuel Freiholz</dc:creator>
				<category><![CDATA[iF.SVNAdmin]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[bug fix]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[GUI]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://www.insanefactory.com/?p=420</guid>
		<description><![CDATA[First i want to say that i appreciate the help of all the people who send me feature/bug reports. Thank you!
What has been changed and what is at work?
On some Unix system there is a problem when PHP wants to &#8230; <a href="http://www.insanefactory.com/2011/03/work-on-svnadmin-continues/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>First i want to say that i appreciate the help of all the people who send me feature/bug reports. Thank you!</p>
<p><strong>What has been changed and what is at work?</strong><br />
On some Unix system there is a problem when PHP wants to execute the Subversion command line binaries. A <em>&#8220;permission denied&#8221;</em> occurs, if you try to create a repository or browse the repository tree. This occurs due to the system trys to access the <em>&#8220;/root/.subversion&#8221;</em> folder, which is basicly read/write proctected for the apache user. I fixed it by adding a configuration which lets you define a custom Subversion configuration folder (the <em>&#8211;config-dir</em> command line parameter).</p>
<p>Currently i&#8217;m working on a completely rebuild of the template engine. I removed the usage of IF_Template.class and use the basic PHP parser now (Performance &amp; Scalability).</p>
<p>Errors will be completely handled by Exceptions. Detailed error messages will be shown to the user now.</p>
<p>I also just received another email about the LDAP provider which gets trouble with big user databases (&gt;1000). I will take a look at it and may release a patch for this issue <small>(after i take a look at my &#8220;hopefully&#8221; new car ;-P)</small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.insanefactory.com/2011/03/work-on-svnadmin-continues/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>insaneSums v1.1 Release Candidate</title>
		<link>http://www.insanefactory.com/2011/01/insanesums-v1-1-release-candidate/</link>
		<comments>http://www.insanefactory.com/2011/01/insanesums-v1-1-release-candidate/#comments</comments>
		<pubDate>Fri, 07 Jan 2011 14:12:45 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[insaneSums]]></category>
		<category><![CDATA[GUI]]></category>
		<category><![CDATA[Release Candidate]]></category>

		<guid isPermaLink="false">http://www.insanefactory.com/?p=415</guid>
		<description><![CDATA[As anounced a week ago, insaneSums has reached version 1.1RC. The only reason this is still a RC, is because there is no highlighting, yet.
However, the interface has changed a little and should behave more like a normal program. As &#8230; <a href="http://www.insanefactory.com/2011/01/insanesums-v1-1-release-candidate/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>As anounced a week ago, insaneSums has reached version <strong>1.1RC</strong>. The only reason this is still a RC, is because there is no highlighting, yet.</p>
<p>However, the interface has changed a little and should behave more like a normal program. As mentioned in the previous post, this is purely a cosmetic update. There are no new features; in fact, due to the still lacking highlighting, functionality has been lost. However, for the release I plan to include this feature, again.</p>
<p>Here is a screenshot:<br />
<img class="aligncenter size-full wp-image-413" title="insaneSums-1.1" src="http://www.insanefactory.com/wp-content/uploads/2011/01/insaneSums-1.1.png" alt="" width="393" height="365" />I hope you like it. Downloads are available on the <a href="http://www.insanefactory.com/insanesums/">insaneSums page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.insanefactory.com/2011/01/insanesums-v1-1-release-candidate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

