<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>xwissen.info - web log</title><link>http://www.xwissen.info/</link><description>latest web log entries from xaver maierhofer</description><language>en</language><image><title>xwissen.info - web log</title><url>http://www.xwissen.info/typo3conf/ext/tt_news/ext_icon.gif</url><link>http://www.xwissen.info/</link><width>18</width><height>16</height><description>latest web log entries from xaver maierhofer</description></image><generator>TYPO3 - get.content.right</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs><lastBuildDate>Wed, 01 Feb 2012 02:51:00 +0100</lastBuildDate><item><title>i want a matchmaker!</title><link>http://www.xwissen.info/web-log/detail/articel/i-want-a-matchmaker.html</link><description>the new game &quot;oil rush&quot; is released, but a nice matchmaker is missing. additionally it is hard to...</description><content:encoded><![CDATA[the script from b3nn0 only started a connection.<br />the things i changed:
<ul><li>added a vpn start and stop button in the launcher</li><li>added a stop script which stops if the game is closed or the script is launched</li><li>changed the start script to kdesu or gksu for an easy start</li><li>works now with and without the launcher</li><li>uses nohup, because the launcher froze, if a process was not finished</li><li>gets js(jquery) working to start the script, because i found no docu of the browser object and methods</li></ul>
in the meantime b3nn0 created a stats script for all users with a patched launcher. it is a lot of fun to develop it together, but i still hope a matchmaker will come and not only an easier way to connect and find other players.
ps: it is a really good game. for ~15€ it is a great deal and some patching and mod/sdk will also come. one of the owners wrote that a matchmaker or something similar will come in next 1-2 weeks.
link:&nbsp;<link http://oilrush-game.com/forum/index.php?/topic/1891-howto-creating-a-unified-lobby-for-linux-windows-and-mac-gamers/ _blank external-link-new-window>manuel/up-to-date download</link>]]></content:encoded>
<pubDate>Wed, 01 Feb 2012 02:51:00 +0100</pubDate>
</item>
<item>
<title>seo for a21glossary</title>
<link>http://www.xwissen.info/web-log/detail/articel/seo-for-a21glossary.html</link>
<description>set -tag and and meta-description for single sites from a21gloassary</description>
<content:encoded><![CDATA[checks if a uid for a21glossary is set and gets the information from the database. i normally have the title-tag in page.headerData.5. change it, if you have another id.
code for typoscript:<div id="tx_codehighlight_pi1"><div class="code">
<pre class="typoscript" style="font-family:monospace;"><ol><li style="font-weight: bold; vertical-align:top;"><div style="font-weight:normal"><span style="color: #009900;">&#91;</span><span style="color: #ed7d14;">globalVar</span> <span style="color: #339933; font-weight: bold;">=</span> GP<span style="color: #339933; font-weight: bold;">:</span><span style="color: #000066; font-weight: bold;">tx_a21glossary</span><span style="color: #339933; font-weight: bold;">|</span>uid <span style="color: #339933; font-weight: bold;">&gt;</span> <span style="color: #cc0000;">0</span><span style="color: #009900;">&#93;</span></div></li><li style="font-weight: bold; vertical-align:top;"><div style="font-weight:normal"><span style="color: #000066; font-weight: bold;">page</span><span style="color: #339933; font-weight: bold;">.</span>headerData<span style="color: #339933; font-weight: bold;">.</span>5 <span style="color: #339933; font-weight: bold;">=</span> <a href="http://documentation.typo3.org/documentation/tsref/cobjects/TEXT/"><span style="color: #990000; font-weight: bold;">TEXT</span></a></div></li><li style="font-weight: bold; vertical-align:top;"><div style="font-weight:normal"><span style="color: #000066; font-weight: bold;">page</span><span style="color: #339933; font-weight: bold;">.</span>headerData<span style="color: #339933; font-weight: bold;">.</span>5 <span style="color: #009900;">&#123;</span></div></li><li style="font-weight: bold; vertical-align:top;"><div style="font-weight:normal">  cObject <span style="color: #339933; font-weight: bold;">=</span> <a href="http://documentation.typo3.org/documentation/tsref/cobjects/CONTENT/"><span style="color: #990000; font-weight: bold;">CONTENT</span></a></div></li><li style="font-weight: bold; vertical-align:top;"><div style="font-weight:normal">  cObject <span style="color: #009900;">&#123;</span></div></li><li style="font-weight: bold; vertical-align:top;"><div style="font-weight:normal">    table <span style="color: #339933; font-weight: bold;">=</span> <span style="color: #000066; font-weight: bold;">tx_a21glossary_main</span></div></li><li style="font-weight: bold; vertical-align:top;"><div style="font-weight:normal">    <a href="http://documentation.typo3.org/documentation/tsref/functions/select/"><span style="font-weight: bold;">select</span></a><span style="color: #339933; font-weight: bold;">.</span>selectFields <span style="color: #339933; font-weight: bold;">=</span> short</div></li><li style="font-weight: bold; vertical-align:top;"><div style="font-weight:normal">    <a href="http://documentation.typo3.org/documentation/tsref/functions/select/"><span style="font-weight: bold;">select</span></a><span style="color: #339933; font-weight: bold;">.</span>where <span style="color: #339933; font-weight: bold;">=</span> deleted<span style="color: #339933; font-weight: bold;">=</span><span style="color: #cc0000;">0</span> AND hidden<span style="color: #339933; font-weight: bold;">=</span><span style="color: #cc0000;">0</span></div></li><li style="font-weight: bold; vertical-align:top;"><div style="font-weight:normal">    <a href="http://documentation.typo3.org/documentation/tsref/functions/select/"><span style="font-weight: bold;">select</span></a><span style="color: #339933; font-weight: bold;">.</span>andWhere <span style="color: #339933; font-weight: bold;">=</span> uid<span style="color: #339933; font-weight: bold;">=</span><span style="color: #009900;">&#123;</span>GP<span style="color: #339933; font-weight: bold;">:</span><span style="color: #000066; font-weight: bold;">tx_a21glossary</span><span style="color: #339933; font-weight: bold;">|</span>uid<span style="color: #009900;">&#125;</span></div></li><li style="font-weight: bold; vertical-align:top;"><div style="font-weight:normal">    <a href="http://documentation.typo3.org/documentation/tsref/functions/select/"><span style="font-weight: bold;">select</span></a><span style="color: #339933; font-weight: bold;">.</span>andWhere<span style="color: #339933; font-weight: bold;">.</span>insertData <span style="color: #339933; font-weight: bold;">=</span> <span style="color: #cc0000;">1</span></div></li><li style="font-weight: bold; vertical-align:top;"><div style="font-weight:normal">    renderObj <span style="color: #339933; font-weight: bold;">=</span> <a href="http://documentation.typo3.org/documentation/tsref/cobjects/TEXT/"><span style="color: #990000; font-weight: bold;">TEXT</span></a></div></li><li style="font-weight: bold; vertical-align:top;"><div style="font-weight:normal">    renderObj<span style="color: #339933; font-weight: bold;">.</span>field <span style="color: #339933; font-weight: bold;">=</span> short</div></li><li style="font-weight: bold; vertical-align:top;"><div style="font-weight:normal">  <span style="color: #009900;">&#125;</span></div></li><li style="font-weight: bold; vertical-align:top;"><div style="font-weight:normal">  wrap <span style="color: #339933; font-weight: bold;">=</span> <span style="color: #3366CC;">&lt;title&gt;</span>Sitetitle - Glossar -  <span style="color: #339933; font-weight: bold;">|</span><span style="color: #3366CC;">&lt;/title&gt;</span></div></li><li style="font-weight: bold; vertical-align:top;"><div style="font-weight:normal"><span style="color: #009900;">&#125;</span></div></li><li style="font-weight: bold; vertical-align:top;"><div style="font-weight:normal"><span style="color: #000066; font-weight: bold;">temp</span><span style="color: #339933; font-weight: bold;">.</span>meta <span style="color: #339933; font-weight: bold;">=</span> <a href="http://documentation.typo3.org/documentation/tsref/cobjects/TEXT/"><span style="color: #990000; font-weight: bold;">TEXT</span></a></div></li><li style="font-weight: bold; vertical-align:top;"><div style="font-weight:normal"><span style="color: #000066; font-weight: bold;">temp</span><span style="color: #339933; font-weight: bold;">.</span>meta <span style="color: #009900;">&#123;</span></div></li><li style="font-weight: bold; vertical-align:top;"><div style="font-weight:normal">  cObject <span style="color: #339933; font-weight: bold;">=</span> <a href="http://documentation.typo3.org/documentation/tsref/cobjects/CONTENT/"><span style="color: #990000; font-weight: bold;">CONTENT</span></a></div></li><li style="font-weight: bold; vertical-align:top;"><div style="font-weight:normal">  cObject <span style="color: #009900;">&#123;</span></div></li><li style="font-weight: bold; vertical-align:top;"><div style="font-weight:normal">    table <span style="color: #339933; font-weight: bold;">=</span> <span style="color: #000066; font-weight: bold;">tx_a21glossary_main</span></div></li><li style="font-weight: bold; vertical-align:top;"><div style="font-weight:normal">    <a href="http://documentation.typo3.org/documentation/tsref/functions/select/"><span style="font-weight: bold;">select</span></a><span style="color: #339933; font-weight: bold;">.</span>selectFields <span style="color: #339933; font-weight: bold;">=</span> longversion</div></li><li style="font-weight: bold; vertical-align:top;"><div style="font-weight:normal">    <a href="http://documentation.typo3.org/documentation/tsref/functions/select/"><span style="font-weight: bold;">select</span></a><span style="color: #339933; font-weight: bold;">.</span>where <span style="color: #339933; font-weight: bold;">=</span> deleted<span style="color: #339933; font-weight: bold;">=</span><span style="color: #cc0000;">0</span> AND hidden<span style="color: #339933; font-weight: bold;">=</span><span style="color: #cc0000;">0</span></div></li><li style="font-weight: bold; vertical-align:top;"><div style="font-weight:normal">    <a href="http://documentation.typo3.org/documentation/tsref/functions/select/"><span style="font-weight: bold;">select</span></a><span style="color: #339933; font-weight: bold;">.</span>andWhere <span style="color: #339933; font-weight: bold;">=</span> uid<span style="color: #339933; font-weight: bold;">=</span><span style="color: #009900;">&#123;</span>GPvar<span style="color: #339933; font-weight: bold;">:</span><span style="color: #000066; font-weight: bold;">tx_a21glossary</span><span style="color: #339933; font-weight: bold;">|</span>uid<span style="color: #009900;">&#125;</span></div></li><li style="font-weight: bold; vertical-align:top;"><div style="font-weight:normal">    <a href="http://documentation.typo3.org/documentation/tsref/functions/select/"><span style="font-weight: bold;">select</span></a><span style="color: #339933; font-weight: bold;">.</span>andWhere<span style="color: #339933; font-weight: bold;">.</span>insertData <span style="color: #339933; font-weight: bold;">=</span> <span style="color: #cc0000;">1</span></div></li><li style="font-weight: bold; vertical-align:top;"><div style="font-weight:normal">    renderObj <span style="color: #339933; font-weight: bold;">=</span> <a href="http://documentation.typo3.org/documentation/tsref/cobjects/TEXT/"><span style="color: #990000; font-weight: bold;">TEXT</span></a></div></li><li style="font-weight: bold; vertical-align:top;"><div style="font-weight:normal">    renderObj<span style="color: #339933; font-weight: bold;">.</span>field <span style="color: #339933; font-weight: bold;">=</span> longversion</div></li><li style="font-weight: bold; vertical-align:top;"><div style="font-weight:normal">  <span style="color: #009900;">&#125;</span></div></li><li style="font-weight: bold; vertical-align:top;"><div style="font-weight:normal"><span style="color: #009900;">&#125;</span></div></li><li style="font-weight: bold; vertical-align:top;"><div style="font-weight:normal"><span style="color: #000066; font-weight: bold;">page</span><span style="color: #339933; font-weight: bold;">.</span>meta<span style="color: #339933; font-weight: bold;">.</span>description <span style="color: #339933; font-weight: bold;">&lt;</span> <span style="color: #000066; font-weight: bold;">temp</span><span style="color: #339933; font-weight: bold;">.</span>meta</div></li><li style="font-weight: bold; vertical-align:top;"><div style="font-weight:normal"><span style="color: #009900;">&#91;</span><span style="color: #ed7d14;">end</span><span style="color: #009900;">&#93;</span></div></li></ol></pre></div></div>]]></content:encoded>
<pubDate>Mon, 02 Jan 2012 02:18:00 +0100</pubDate>
</item>
<item>
<title>new page and browser</title>
<link>http://www.xwissen.info/web-log/detail/articel/new-page-and-browser.html</link>
<description>my new page is online! over the last years the updates slowed down and without cms it was not so...</description>
<content:encoded><![CDATA[my new page is online! over the last years the updates slowed down and without cms it was not so simple and fast to write something. now i can focus on the text like editing it and puting it online when its finished.
all contents are now under the cc license. you can copy it, but if you share or edit it you need to do it under same terms and you also need name the author.&nbsp;<a rel="licence" title="cc by-sa" class="external-link-new-window" href="http://creativecommons.org/licenses/by-sa/3.0/">read here for more details</a>. if some contents or downloads get a different license like bsd or gpl, you will see a notice.
i tried to use modern web technologies and without js. only e-mail encryption and the canvas background remain in js because of performance issues. css3 and html5 are present everywhere. some browsers still have problems left adapting to all the new stuff.
known problems &amp; specialty's
<ul><li>opera<ul><li>box-shadows are different to other browsers</li><li>performance of some animations are bad</li><li>background-color and font-color of website texts&nbsp;are sometimes displayed wrong. i can't figure out why &amp; when it happens.</li><li>nowrap has a problem in animations</li><li>css popeye has sometimes transparent lines</li></ul></li><li>firefox<ul><li>width cant animate with transition</li><li>css popeye has sometimes transparent lines</li><li>box-shadows are animated and rendering &amp; running of all animations are smooth. very nice!</li></ul></li><li>chomium<ul><li>text-rendering is very slow. it will also re-render at the end of an animation</li><li>the contact form borders look bad</li><li>hover title have a strange shadow on scaled objects</li></ul></li><li>rekonq<ul><li>contact form borders look horrible</li><li>works really good. really surprising</li></ul></li><li>internet explorer - i really don't care, ie10 looks good from available attributes</li><li>all browsers support different css attributes in transition</li></ul>
<h2>videos</h2>]]></content:encoded>
<pubDate>Sat, 31 Dec 2011 17:49:00 +0100</pubDate>
</item>
<item>
<title>shadow world in css</title>
<link>http://www.xwissen.info/web-log/detail/articel/shadow-world-in-css.html</link>
<description>css box-shadow is available in every modern browser and in some browsers even text-shadow is...</description>
<content:encoded><![CDATA[one small shadow is normally no problem, but often you need different shadows like box-shadow: 0px 0px 5px 10px #333, 0px 5px 10px 5px #336, 0px 0px 5px inset;. multiple shadows can create in nearly all browsers big performance problems. letters are not written in their dedicated textareas or input fields as well as the mouse might freeze etc.
but there is a possibility to use a lot of shadows for one element. you can use a canvas element. on this site a canvas element works in the background (take a look into the source code) and uses a different count for every browser. it helps to solve another problem too, I will explain more about that later. in opera browser over 200 shadows are active and no problems appear at all. if an animation starts it runs with the best possible performance.
all browsers have different shadow and some rendering issues (take a look at the screen shots).
firefox has a nice shadows but you see its color areas if the shadow is too big. Shadow doesn't need a direct element, a box with 0px/0px can already drop a nice shadow.
chrome/-ium have shadows with better antialising but a bigger&nbsp;core. It is also possible to drop a shadow with no direct element.
opera behaves more like real light. it is only possible to drop a shadow with a direct element and the blur area is always very small. you can use multiple shadows to gain a better result. if you look at opera screen shot, you see a white area. I needed an element and border-radius to create a round shadow in css animation/transition.
try out my 404 page for real big animation with css and a small one by the random log section of the side.
where are ie informations? nowhere, i use linux and on this page i dont worry about ie. i know ie supports box-shadows, canvas, no text-shadows and old filter shadows, that makes everything into shadow.
ps: this was my first entry, its hard to find a style. this will maybe take some time. but if you have trouble to understand something, write me via the contact form and if you found a mistake or have something to say (comment) use contact form too.]]></content:encoded>
			
			
			<pubDate>Wed, 28 Dec 2011 23:28:00 +0100</pubDate>
			
		</item>
		
	</channel>
</rss>
