<?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>bigbabou in bloxtacy</title>
	<atom:link href="http://blog.bigbabou.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.bigbabou.org</link>
	<description>serenity &#38; serendipity</description>
	<lastBuildDate>Mon, 26 Dec 2011 22:04:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>happx x mas</title>
		<link>http://blog.bigbabou.org/2011/happx-x-mas/</link>
		<comments>http://blog.bigbabou.org/2011/happx-x-mas/#comments</comments>
		<pubDate>Mon, 26 Dec 2011 22:04:30 +0000</pubDate>
		<dc:creator>bigbabou</dc:creator>
				<category><![CDATA[basic]]></category>
		<category><![CDATA[chatting 1-to-n]]></category>
		<category><![CDATA[xmas]]></category>

		<guid isPermaLink="false">http://blog.bigbabou.org/?p=813</guid>
		<description><![CDATA[hope you all had some good time with family, friends or geeks. were going low for 2011. best time to put new effort into the blog. that auto update for wp went surprisingly well and im trying out the new &#8230; <a href="http://blog.bigbabou.org/2011/happx-x-mas/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>hope you all had some good time with family, friends or geeks. were going low for 2011. best time to put new effort into the blog.</p>
<p>that auto update for wp went surprisingly well and im trying out the new wp theme twenty-eleven. not so individualistic but still sweet. editing with an android pad is a bit crappy and even with the app its only an inch better. So i leave it for today with a little happy xmas quote. With an extra x.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bigbabou.org/2011/happx-x-mas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>dont copy files to uploads/pics/ in TYPO3</title>
		<link>http://blog.bigbabou.org/2011/get-rid-of-the-uploadspics-folder/</link>
		<comments>http://blog.bigbabou.org/2011/get-rid-of-the-uploadspics-folder/#comments</comments>
		<pubDate>Thu, 17 Nov 2011 10:15:37 +0000</pubDate>
		<dc:creator>bigbabou</dc:creator>
				<category><![CDATA[basic]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[typo3]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://blog.bigbabou.org/?p=805</guid>
		<description><![CDATA[there are some reasons why TYPO3 copies every file into the well known uploads/pics/ folder that you &#8220;reference&#8221; in the backend in content elements. after copying the file there, it´s (ordinarily) protected from being deleted by the newb user or &#8230; <a href="http://blog.bigbabou.org/2011/get-rid-of-the-uploadspics-folder/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>there are some reasons why TYPO3 copies every file into the well known uploads/pics/ folder that you &#8220;reference&#8221; in the backend in content elements. after copying the file there, it´s (ordinarily) protected from being deleted by the newb user or changes. if the editors changes stuff, the file is copied again after save with the _01 appendix. that leads to a bunch of issues like orphan files. <a title="ext:kb_cleanfiles" href="http://typo3.org/extensions/repository/view/kb_cleanfiles/current/">theres some solution for that</a>, but it is best to prevent that for good &#8212; if you like.</p>
<pre class="brush: php; title: ; notranslate">$TCA['tt_content']['columns']['image']['config']['internal_type'] = 'file';</pre>
<p>that put into extTables.php or so sets that the file is used as is. the file is linked to where the user did upload it and no file reference is created.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bigbabou.org/2011/get-rid-of-the-uploadspics-folder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>use php5-xcache</title>
		<link>http://blog.bigbabou.org/2011/use-php5-xcache/</link>
		<comments>http://blog.bigbabou.org/2011/use-php5-xcache/#comments</comments>
		<pubDate>Tue, 08 Nov 2011 13:32:34 +0000</pubDate>
		<dc:creator>bigbabou</dc:creator>
				<category><![CDATA[chatting 1-to-n]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[nice thing]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[typo3]]></category>
		<category><![CDATA[hello world]]></category>
		<category><![CDATA[tweak]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://blog.bigbabou.org/?p=799</guid>
		<description><![CDATA[if you run ordinary setups for php think about using the xcache opcode cache. it will make your TYPO3 backend and frontend faster. while this knowledge is wide spread, i´d like to express my feelings about a very responsive t3 &#8230; <a href="http://blog.bigbabou.org/2011/use-php5-xcache/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>if you run ordinary setups for php think about using the xcache opcode cache. it will make your TYPO3 backend and frontend faster.</p>
<p>while this knowledge is wide spread, i´d like to express my feelings about a very responsive t3 backend after giving more meat to the xcache size. put 80Ms there. xcache comes with <a href="http://xcache.lighttpd.net/wiki/InstallAdministration">a nice admin log</a> which shows the cache hits and misses, <a href="http://xcache.lighttpd.net/demo/admin/help.php">here are the explanations</a>.</p>
<p>the t3 backend (the newer the better) is lightning fast even on larger installations (hundreds of editors) due to high cache count of necessary php files. uhm, and before i forget: of course the database server must be cool, too &#8212; or you will wait for the queries to be finished and thus all the php engine speed would idle around.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bigbabou.org/2011/use-php5-xcache/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>connect to a webdav with windows 7</title>
		<link>http://blog.bigbabou.org/2011/win-7-mount-webdav-folder/</link>
		<comments>http://blog.bigbabou.org/2011/win-7-mount-webdav-folder/#comments</comments>
		<pubDate>Thu, 18 Aug 2011 11:33:23 +0000</pubDate>
		<dc:creator>bigbabou</dc:creator>
				<category><![CDATA[basic]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[net]]></category>
		<category><![CDATA[snafu]]></category>
		<category><![CDATA[ssl]]></category>
		<category><![CDATA[win7]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://blog.bigbabou.org/?p=795</guid>
		<description><![CDATA[if you try to enable the webdav (web based distributed authoring and versioning) service with a linux server and apache2 it´s a piece of cake. the only thing you need to keep in mind is to make it ssl and &#8230; <a href="http://blog.bigbabou.org/2011/win-7-mount-webdav-folder/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>if you try to enable the webdav (web based distributed authoring and versioning) service with a linux server and apache2 it´s a piece of cake. the only thing you need to keep in mind is to make it ssl and auth_digest. this is so that windows clients can connect to the thing. theoretically. after all my unsuccessful attempts with the wizard ( i tried it like a hundred times with all different url formats ) a desperate try with net use made it work!</p>
<pre class="brush: bash; title: ; notranslate">net use z: \\subdomain.domain.tld@SSL:443\webdavfoldername</pre>
<p>will ask for a user and a password to gain access and to mount the webdavfoldername (your webdav alias in apache´s virtualhost conf) to drive letter z:</p>
<p>this is a hell of a lack that windows 7 has, but of course webdav seems to be an anathema to microsoft.</p>
<p>useful addendums to the command above are <strong>/persistent:yes</strong> and <strong>/User:user password</strong> and i hope it helps you save worthy hours.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bigbabou.org/2011/win-7-mount-webdav-folder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>piwik archive.sh out of memory</title>
		<link>http://blog.bigbabou.org/2011/piwik-archive-memor-exhausted/</link>
		<comments>http://blog.bigbabou.org/2011/piwik-archive-memor-exhausted/#comments</comments>
		<pubDate>Thu, 11 Aug 2011 06:30:19 +0000</pubDate>
		<dc:creator>bigbabou</dc:creator>
				<category><![CDATA[net]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[piwik]]></category>
		<category><![CDATA[snafu]]></category>

		<guid isPermaLink="false">http://blog.bigbabou.org/?p=789</guid>
		<description><![CDATA[if you happen to run into memory issues piwik/core/DataTable.php with the archive.sh script of piwik you might go to free up memory on the server, like i did. memory problems with the archive script are known. since php5/cli/php.ini shows memory_limit=-1 &#8230; <a href="http://blog.bigbabou.org/2011/piwik-archive-memor-exhausted/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>if you happen to run into memory issues <strong>piwik/core/DataTable.php</strong> with the archive.sh script of <a title="Piwik Tracker" href="http://piwik.org">piwik </a>you might go to free up memory on the server, like i did. memory problems with the archive script <a title="Archiving Memory Leaks" href="http://dev.piwik.org/trac/ticket/766">are known</a>.</p>
<p>since php5/cli/php.ini shows memory_limit=-1 which means no mem limit (which i thought is a good value), i didn´t care too much about this. but at the end it turns out, a little add <em>(-d memory_limit=1024M)</em> to the archive shell script worked things out for me:</p>
<pre class="brush: bash; title: ; notranslate">

// snip---
echo &quot;Archiving period = $period for idsite = $idsite...&quot;
 CMD=&quot;$PHP_BIN -d memory_limit=1024M -q $PIWIK_PATH -- module=API&amp;method=VisitsSummary.getVisits&amp;idSite=$idsite&amp;period=$period&amp;date=last52&amp;format=xml&amp;token_auth=$TOKEN_AUTH&quot;
 $CMD
// snap---
</pre>
<p>this made finally happen to bypass the archiving process for month/year and the server now has lower memory footprint because i tuned stuff down as much as i could before that <img src='http://blog.bigbabou.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>so, if you want to override an ini setting for the script you´re calling, <a title="CLI Options" href="http://www.php.net/manual/en/features.commandline.options.php">the -d flag is the one to help</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bigbabou.org/2011/piwik-archive-memor-exhausted/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>bfbc2 error failed to login to soldier</title>
		<link>http://blog.bigbabou.org/2011/bfbc2-error-failed-to-login-to-soldier/</link>
		<comments>http://blog.bigbabou.org/2011/bfbc2-error-failed-to-login-to-soldier/#comments</comments>
		<pubDate>Thu, 07 Apr 2011 20:41:03 +0000</pubDate>
		<dc:creator>bigbabou</dc:creator>
				<category><![CDATA[chatting 1-to-n]]></category>
		<category><![CDATA[consumed]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[question]]></category>

		<guid isPermaLink="false">http://blog.bigbabou.org/?p=778</guid>
		<description><![CDATA[if you own the ea/dice game battlefield bad company 2 and played your soldier up to some serious level you´d definitely would not like what the developers might call the database layout of the login system for this game. to &#8230; <a href="http://blog.bigbabou.org/2011/bfbc2-error-failed-to-login-to-soldier/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>if you own the ea/dice game battlefield bad company 2 and played your soldier up to some serious level you´d definitely would not like what the developers might call the database layout of the login system for this game. to me it feels like we all paid a bunch of good money to ea to get a better-tested beta version of bfbc2 to own. despite the low performance of some weekend´s stats db of bfbc2 the login systems keeps coming up with some real pain in the ass bug that seems to correllate with the clan tag.</p>
<h2>i cannot log into my soldier anymore!</h2>
<p>if that´s what you´re facing today try this:</p>
<ul>
<li>try to come thru to the soldier login window (where you select your soldier) &#8212; in my case the game kept showing me that i have no soldier and need to create a new one (on lvl 44 for god´s sake)</li>
<li>remove your clan tag and try to re-login. this time you´ll receive the same error i think, but then</li>
<li>just re-login again and now you can select your soldier again, and also put the clan tag back in.</li>
</ul>
<p>that solved it today for me. and i really consider not to choose battlefield 3 since ea seems to give a crap for the lots of bfbc2 customers since they seem not providing any updates for this game anymore. i mean, how old is this game anyway?</p>
<h2>far from a release quality at all&#8230;</h2>
<p>i´m very disappointed and wonder when games like of a quality like unreal tournament 2004 come back to stage in times of downloadable/paid content that</p>
<ul>
<li>run on almost every system to own</li>
<li>provide usable server browsers</li>
<li>allow for community content like maps and mods and chars and what have you</li>
<li>have publishers that interact with the players in social media/forums (and reply and fix the problems)</li>
<li>allow for real dedicated servers</li>
</ul>
<p>yes, that would make my wishlist for today.</p>
<p>oh, and just to add a little tale that all of you bfbc2v players will recognize: the guys at ea really think we want to re-assign the kit specs -everytime- after we have switched to vietnam/original and played a class. so, if you happen to play as recon in vietnam your weapon settings in bfbc2 will be reset; and vice versa. how -cool- is this? never got what a great feature that makes &gt;&gt; always set up your stuff from the beginning. if the game was not that cool, i´d long have deinstalled it!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bigbabou.org/2011/bfbc2-error-failed-to-login-to-soldier/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>tt_news and the t3lib_SpriteManager</title>
		<link>http://blog.bigbabou.org/2011/tt_news-and-the-t3lib_spritemanager/</link>
		<comments>http://blog.bigbabou.org/2011/tt_news-and-the-t3lib_spritemanager/#comments</comments>
		<pubDate>Wed, 30 Mar 2011 13:50:37 +0000</pubDate>
		<dc:creator>bigbabou</dc:creator>
				<category><![CDATA[open source]]></category>
		<category><![CDATA[typo3]]></category>
		<category><![CDATA[backend]]></category>
		<category><![CDATA[snafu]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://blog.bigbabou.org/?p=775</guid>
		<description><![CDATA[as of TYPO3 4.4 the SpriteManager appeared, tt_news (3.0.1) starts creating lines in the deprecated log. it´s one line changed in tt_news´ ext_tables.php file. must be changed to: this is obviously part of the deprecation message thus a no-brainer. but &#8230; <a href="http://blog.bigbabou.org/2011/tt_news-and-the-t3lib_spritemanager/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>as of TYPO3 4.4 the SpriteManager appeared, tt_news (3.0.1) starts creating lines in the deprecated log. it´s one line changed in tt_news´ ext_tables.php file.</p>
<pre class="brush: php; title: ; notranslate">$ICON_TYPES['news'] = array('icon' =&gt; t3lib_extMgm::extRelPath($_EXTKEY).'res/gfx/ext_icon_ttnews_folder.gif');</pre>
<p>must be changed to:</p>
<pre class="brush: php; title: ; notranslate">t3lib_SpriteManager::addTcaTypeIcon('pages', 'contains-news', '../typo3conf/ext/tt_news/res/gfx/ext_icon_ttnews_folder.gif');</pre>
<p>this is obviously part of the deprecation message thus a no-brainer. but this way you can avoid even the first appearance of this message o.O</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bigbabou.org/2011/tt_news-and-the-t3lib_spritemanager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>aware</title>
		<link>http://blog.bigbabou.org/2011/aware/</link>
		<comments>http://blog.bigbabou.org/2011/aware/#comments</comments>
		<pubDate>Fri, 25 Mar 2011 15:53:49 +0000</pubDate>
		<dc:creator>bigbabou</dc:creator>
				<category><![CDATA[chatting 1-to-n]]></category>
		<category><![CDATA[consumed]]></category>
		<category><![CDATA[serendipity]]></category>
		<category><![CDATA[awareness]]></category>
		<category><![CDATA[serenity]]></category>
		<category><![CDATA[the world]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://blog.bigbabou.org/?p=773</guid>
		<description><![CDATA[as i already am posting videos so i don´t need to put so much text into the thread this one is quite worth it. &#8220;cleverman&#8221;. i like the deep club sound! technoid but natural]]></description>
			<content:encoded><![CDATA[<p>as i already am posting videos so i don´t need to put so much text into the thread this one is quite worth it. &#8220;cleverman&#8221;.</p>
<p><object width="565" height="355"><param name="movie" value="http://snotr.com/player.swf?video=6676&amp;embedded=true&amp;autoplay=false"></param><param name="wmode" value="transparent"></param><embed src="http://snotr.com/player.swf?video=6676&amp;embedded=true&amp;autoplay=false" type="application/x-shockwave-flash" wmode="transparent" width="565" height="355"></embed></object></p>
<p>i like the deep club sound! technoid but natural <img src='http://blog.bigbabou.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bigbabou.org/2011/aware/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>fukushima incident explained for japanese children</title>
		<link>http://blog.bigbabou.org/2011/fukushima-incident-explained-for-japanese-children/</link>
		<comments>http://blog.bigbabou.org/2011/fukushima-incident-explained-for-japanese-children/#comments</comments>
		<pubDate>Fri, 25 Mar 2011 15:38:47 +0000</pubDate>
		<dc:creator>bigbabou</dc:creator>
				<category><![CDATA[consumed]]></category>
		<category><![CDATA[net]]></category>
		<category><![CDATA[the world]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://blog.bigbabou.org/?p=769</guid>
		<description><![CDATA[okay, i really got set up with all that repeating news spam about the earthquake nuclear power plant fear. but i admit i just liked watching this weirdie. it remembered me for those old movies like &#8220;when the wind blows&#8221; &#8230; <a href="http://blog.bigbabou.org/2011/fukushima-incident-explained-for-japanese-children/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>okay, i really got set up with all that repeating news spam about the earthquake nuclear power plant fear. but i admit i just liked watching this weirdie.</p>
<p><object width="565" height="355"><param name="movie" value="http://snotr.com/player.swf?video=6677&amp;embedded=true&amp;autoplay=false"></param><param name="wmode" value="transparent"></param><embed src="http://snotr.com/player.swf?video=6677&amp;embedded=true&amp;autoplay=false" type="application/x-shockwave-flash" wmode="transparent" width="565" height="355"></embed></object></p>
<p>it remembered me for those old movies like <a href="http://en.wikipedia.org/wiki/When_the_Wind_Blows_%28film%29">&#8220;when the wind blows&#8221;</a> but got a bit more of the manga flair <img src='http://blog.bigbabou.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  &#8220;fear not, the real threatening poo is too heavy to fly&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bigbabou.org/2011/fukushima-incident-explained-for-japanese-children/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Weekly Updates for 2011-02-18</title>
		<link>http://blog.bigbabou.org/2011/twitter-weekly-updates-for-2011-02-18/</link>
		<comments>http://blog.bigbabou.org/2011/twitter-weekly-updates-for-2011-02-18/#comments</comments>
		<pubDate>Fri, 18 Feb 2011 02:23:00 +0000</pubDate>
		<dc:creator>bigbabou</dc:creator>
				<category><![CDATA[basic]]></category>
		<category><![CDATA[tweet]]></category>

		<guid isPermaLink="false">http://blog.bigbabou.org/2011/twitter-weekly-updates-for-2011-02-18/</guid>
		<description><![CDATA[Yummy chili von carne göttingen my deal right now! #]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>Yummy chili von carne göttingen my deal right now! <a href="http://twitter.com/bigbabou/statuses/38334309404377088" class="aktt_tweet_time">#</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.bigbabou.org/2011/twitter-weekly-updates-for-2011-02-18/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>replyto with the standard mailform ce in TYPO3</title>
		<link>http://blog.bigbabou.org/2011/reply-to-from-the-typo3standard-mailform/</link>
		<comments>http://blog.bigbabou.org/2011/reply-to-from-the-typo3standard-mailform/#comments</comments>
		<pubDate>Thu, 27 Jan 2011 13:53:21 +0000</pubDate>
		<dc:creator>bigbabou</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[typo3]]></category>
		<category><![CDATA[backend]]></category>
		<category><![CDATA[snafu]]></category>
		<category><![CDATA[snippet]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://blog.bigbabou.org/?p=765</guid>
		<description><![CDATA[if you want the standard mailform content element in TYPO3 to send emails not from the ugly www-data@server.com sender but the writer´s email adress and name you just need to use explicitly labelled fields as follows: from_name from_email This will &#8230; <a href="http://blog.bigbabou.org/2011/reply-to-from-the-typo3standard-mailform/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>if you want the standard mailform content element in TYPO3 to send emails not from the ugly www-data@server.com sender but the writer´s email adress and name you just need to use explicitly labelled fields as follows:</p>
<ul>
<li>from_name</li>
<li>from_email</li>
</ul>
<p>This will do the trick. But there´s even more. If you need to provide a reply-to attribute you can do this by using these fields (which may be <em>hidden</em>):</p>
<ul>
<li>replyto_name</li>
<li>replyto_from</li>
</ul>
<p>Well, nowadays i´d recommend sophisticated mail form extensions like <a title="ext:powermail" href="http://typo3.org/extensions/repository/view/powermail/current/">powermail </a>but if you happen to edit a project that might help <img src='http://blog.bigbabou.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bigbabou.org/2011/reply-to-from-the-typo3standard-mailform/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>tooltips with ext:contagged</title>
		<link>http://blog.bigbabou.org/2011/typo3-tooltips-using-the-contagged-ext/</link>
		<comments>http://blog.bigbabou.org/2011/typo3-tooltips-using-the-contagged-ext/#comments</comments>
		<pubDate>Mon, 17 Jan 2011 17:51:39 +0000</pubDate>
		<dc:creator>bigbabou</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[typo3]]></category>
		<category><![CDATA[backend]]></category>
		<category><![CDATA[typoscript]]></category>
		<category><![CDATA[userTS]]></category>

		<guid isPermaLink="false">http://blog.bigbabou.org/?p=755</guid>
		<description><![CDATA[for some reason the very good extension contagged does not provide the dropdown to select what type of term the current item is. so all my entries in the sysfolder &#8220;terms&#8221; have type 0. the little tweak in the userTS &#8230; <a href="http://blog.bigbabou.org/2011/typo3-tooltips-using-the-contagged-ext/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>for some reason the very good extension contagged does not provide the dropdown to select what type of term the current item is. so all my entries in the sysfolder &#8220;terms&#8221; have type 0.</p>
<p>the little tweak in the userTS changes all newly created terms to be a tooltip:</p>
<pre class="brush: php; title: ; notranslate">TCAdefaults.tx_contagged_terms.term_type = tooltip</pre>
<p>a small UPDATE in mysql made the already existing terms to tooltips as well. a post before i saved <a href="http://blog.bigbabou.org/2011/keep-typo3-sysfolders-clean/">how to have only contagged items in this sysfolder</a>.</p>
<p>to avoid editor´s overkill when just creating a little tooltip i also remove some fields from the very flexible contagged terms item in PageTS:</p>
<pre class="brush: php; title: ; notranslate">

TCEFORM.tx_contagged_terms {
 image.disabled = 1
 imagecaption.disabled = 1
 imagetitle.disabled = 1
 imagealt.disabled = 1
 exclude.disabled = 1
 term_type.disabled = 1
 term_replace.disabled = 1
 desc_short.disabled = 1
 starttime.disabled = 1
 endtime.disabled = 1
 fe_group.disabled = 1
 sys_language_uid.disabled = 1
}
</pre>
<p>i also do hide fe_group access dropdown and the system´s language selector thus making the backend experience more simple.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bigbabou.org/2011/typo3-tooltips-using-the-contagged-ext/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>keep TYPO3 sysfolders clean</title>
		<link>http://blog.bigbabou.org/2011/keep-typo3-sysfolders-clean/</link>
		<comments>http://blog.bigbabou.org/2011/keep-typo3-sysfolders-clean/#comments</comments>
		<pubDate>Mon, 17 Jan 2011 16:57:43 +0000</pubDate>
		<dc:creator>bigbabou</dc:creator>
				<category><![CDATA[net]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[typo3]]></category>
		<category><![CDATA[backend]]></category>
		<category><![CDATA[typoscript]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://blog.bigbabou.org/?p=750</guid>
		<description><![CDATA[just a small hint to restrict the creation of new elements inside a page (eg. a sysfolder) so that this sysfolder will only hold tt_news entries or sys_templates or whatever. you put that code into the pageTS of the sysfolder/page: &#8230; <a href="http://blog.bigbabou.org/2011/keep-typo3-sysfolders-clean/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>just a small hint to restrict the creation of new elements inside a page (eg. a sysfolder) so that this sysfolder will only hold tt_news entries or sys_templates or whatever. you put that code into the <strong>pageTS</strong> of the sysfolder/page:</p>
<pre class="brush: php; title: ; notranslate">mod.web_list.allowedNewTables := addToList(sys_template)</pre>
<p>if you´d like to only contain tt_news entries and tt_news categories you´d put <em>addToList(tt_news,tt_news_cat)</em> into the TS and then these are the only elements to create new inside that folder. if you want the sysfolder to hold only entries for the nifty <a href="http://wiki.typo3.org/wiki/Contagged">contagged</a> extension, you use <em>addToList(tx_contagged_terms)</em>. <a href="http://blog.bigbabou.org/2011/typo3-tooltips-using-the-contagged-ext/">here´s more on contagged as tool tip manager.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bigbabou.org/2011/keep-typo3-sysfolders-clean/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>control leds at the numark mm control</title>
		<link>http://blog.bigbabou.org/2010/control-leds-at-the-numark-mm-control/</link>
		<comments>http://blog.bigbabou.org/2010/control-leds-at-the-numark-mm-control/#comments</comments>
		<pubDate>Wed, 24 Nov 2010 18:09:59 +0000</pubDate>
		<dc:creator>bigbabou</dc:creator>
				<category><![CDATA[chatting 1-to-n]]></category>
		<category><![CDATA[f.a.q.]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[electronic]]></category>
		<category><![CDATA[midi]]></category>
		<category><![CDATA[mix]]></category>
		<category><![CDATA[techno]]></category>

		<guid isPermaLink="false">http://blog.bigbabou.org/?p=744</guid>
		<description><![CDATA[today i got my numark mixmeister control surface and i not even installed the included software since i mix music with my traktor pro. the mm control provides all the encoders i need to completely remove the keyboard and mouse &#8230; <a href="http://blog.bigbabou.org/2010/control-leds-at-the-numark-mm-control/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>today i got my numark mixmeister control surface and i not even installed the included software since i mix music with my traktor pro. the mm control provides all the encoders i need to completely remove the keyboard and mouse from my mixing hours. input mapping worked okay due to the cool controller editor from ni, but making the controller show stuff like track cueing or fx status&#8230; that worked not so well.</p>
<p>as i didnt find them over the net: these are the (channel 1)  notes to trigger the leds of the mm control</p>
<pre>C#6    Preview
C6     Jog Wheel
B5     Fader 4
A#5    Fader 3
A5     Fader 2
G#5    Fader 1
G5     Mix top
F#5    Stop top
F5     Play top
E5     Mix bottom
D#5    Play bottom
D5     Stop bottom

C#5    T6
C5     T5
B4     T4
A#4    T3
A4     T2
G#4    T1

G4     S4 orange
F#4    S4 green
F4     S3 orange
E4     S3 green
D#4    S2 orange
D4     S2 green
C#4    S1 orange
C4     S1 green
</pre>
<p>weird thing is, that you need to substract one octave from every note inside traktor´s controller editor. so, if you read D4 make it D3 and you´re fine.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bigbabou.org/2010/control-leds-at-the-numark-mm-control/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>know more about the requesting browser</title>
		<link>http://blog.bigbabou.org/2010/know-more-about-the-requesting-browser/</link>
		<comments>http://blog.bigbabou.org/2010/know-more-about-the-requesting-browser/#comments</comments>
		<pubDate>Mon, 15 Nov 2010 18:06:47 +0000</pubDate>
		<dc:creator>bigbabou</dc:creator>
				<category><![CDATA[basic]]></category>

		<guid isPermaLink="false">http://blog.bigbabou.org/?p=741</guid>
		<description><![CDATA[propably you´ve heard about the modernizr javascript which tests the requesting browser for css3 and html5 capabilities and then sets classes to the root &#60;html&#62; element which your apes css coders use for selector queries. no more conditional hacking. that &#8230; <a href="http://blog.bigbabou.org/2010/know-more-about-the-requesting-browser/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>propably you´ve heard about the <a href="http://www.modernizr.com/">modernizr</a> javascript which tests the requesting browser for css3 and html5 capabilities and then sets classes to the root &lt;html&gt; element which your <span style="text-decoration: line-through;">apes</span> css coders use for selector queries. no more conditional hacking. that sounded so good that i stuck it and found this<a href="http://tripleodeon.com/2010/10/modernizr-on-the-server-side/"> little post about server-side modernizr</a>.</p>
<p>another handy javascript piece is <a href="http://yepnopejs.com/">yepnope</a>. best is: both scripts join forces and reduce http requests and, thus save the world!</p>
<p>all in all this is great news for systems like <a href="http://typo3.org">TYPO3</a> that already provide conditions for environment variables like the client´s browser family, the os and so on. wouldn´t it be a nifty thing if the system chose the template to provide depending on the client´s capabilities to handle them?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bigbabou.org/2010/know-more-about-the-requesting-browser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>simple way to access websites that seem to be censored</title>
		<link>http://blog.bigbabou.org/2010/bypass-ip-barriers/</link>
		<comments>http://blog.bigbabou.org/2010/bypass-ip-barriers/#comments</comments>
		<pubDate>Sun, 19 Sep 2010 13:45:00 +0000</pubDate>
		<dc:creator>bigbabou</dc:creator>
				<category><![CDATA[basic]]></category>
		<category><![CDATA[chatting 1-to-n]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[net]]></category>
		<category><![CDATA[serendipity]]></category>

		<guid isPermaLink="false">http://blog.bigbabou.org/?p=735</guid>
		<description><![CDATA[fortunately, i find myself living in a country that appears to accept freedom of speech, freedom of data. while i´m quite aware that this ideology is not to be supported in future concepts to keep masses controlled i find every &#8230; <a href="http://blog.bigbabou.org/2010/bypass-ip-barriers/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>fortunately, i find myself living in a country that appears to accept freedom of speech, freedom of data. while i´m quite aware that this ideology is not to be supported in future concepts to keep masses controlled i find every citizen should try to gain knowledge in bypassing common web censoring methods. how do you think about that? i find this very interesting and simultaneously hope that the information in the web remains free.</p>
<h2>bypass ip locks</h2>
<p>if you happen to sit behind an ip barrier that i.e. stops wikileaks you might bypass it in ways (free of charge) like these</p>
<ul>
<li>use <a title="Translator" href="http://translate.google.com/#">translate.google.com</a> and open the page that is censored, if google is not cooperating with the bad guys <img src='http://blog.bigbabou.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </li>
<li>use compressor services like <a title="loband compressor" href="http://www.loband.org/loband/">loband</a> if you can live with the html only version</li>
<li>use proxies &#8211;&gt; <a title="IXQuick" href="https://eu.ixquick.com/eng/">ixquick</a> allows you to use a search result in proxy manner
<ul>
<li>use ixquick search engine and search for the censored page</li>
<li>click &#8220;proxy&#8221; behind the url of interest, then ixquick will serve as proxy</li>
</ul>
</li>
</ul>
<p><a href="http://blog.bigbabou.org/wp-content/uploads/2010/09/ixquick.png"><img class="aligncenter size-medium wp-image-737" title="ixquick" src="http://blog.bigbabou.org/wp-content/uploads/2010/09/ixquick-300x242.png" alt="ixquick screenshot" width="300" height="242" /></a></p>
<p>simple thing to do and it does not cost anything. of course you could set up <a title="TOR anonym online" href="https://www.torproject.org/">tor</a> to communicate privately (hence making ip resolving useless).</p>
<p>another approach would be to ask a service like <a title="Web2Mail" href="http://www.web2mail.com/lite/welcome.php">web2mail</a> to compress the website you want to see and let them send it to your email box. then you see the requested page after unpacking the file you received. clicking a link would result in asking web2mail for the target and another email.</p>
<p>All these ways were told during a talk at this year´s sigint that you can watch at <a title="SIGINT10" href="http://media.ccc.de/browse/conferences/sigint10/">media.ccc.de</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bigbabou.org/2010/bypass-ip-barriers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
