<?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>U-R-Reality - The blog about me &#187; Websites</title>
	<atom:link href="http://www.u-r-reality.de/category/websites/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.u-r-reality.de</link>
	<description>And the United-Regions</description>
	<lastBuildDate>Thu, 08 Jul 2010 14:48:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Short overview PHP 5.3 Frameworks</title>
		<link>http://www.u-r-reality.de/2010/06/short-overview-php-5-3-frameworks/</link>
		<comments>http://www.u-r-reality.de/2010/06/short-overview-php-5-3-frameworks/#comments</comments>
		<pubDate>Thu, 10 Jun 2010 17:54:49 +0000</pubDate>
		<dc:creator>Q-efx</dc:creator>
				<category><![CDATA[Websites]]></category>
		<category><![CDATA[frameworks]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[5.3]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[Doctrine]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Software framework]]></category>
		<category><![CDATA[Symfony]]></category>

		<guid isPermaLink="false">http://www.u-r-reality.de/?p=85</guid>
		<description><![CDATA[
Yesterday I started crawling around the net, about new Frameworks which are build around the new PHP 5.3 version ( formally known as 6 )
Things I found (Later on I will write a few words about them)
Symfony 2.0: the big leader
Shozu: the mini enemy
FatFree ( F3): Another mini
FLOW3: Enterprise &#8220;grade&#8221; framework
Well, I dont think I [...]]]></description>
			<content:encoded><![CDATA[<img src="http://www.ispeech.org/images/listen.gif" alt="Listen to this Post. Powered by iSpeech.org" title="Listen to this Post. Powered by iSpeech.org" height="18" width="77" style="cursor:pointer" onclick="showPlayer(2,'http://www.u-r-reality.de/2010/06/short-overview-php-5-3-frameworks/')" /><br/>
<iframe style="width:0px;height:0px;border:none;overflow:hidden" frameborder="0" id="ispeech_iframe_2"></iframe><p>Yesterday I started crawling around the net, about new Frameworks which are build around the new PHP 5.3 version ( formally known as 6 )</p>
<p>Things I found (Later on I will write a few words about them)</p>
<p>Symfony 2.0: the big leader<br />
Shozu: the mini enemy<br />
FatFree ( F3): Another mini<br />
FLOW3: Enterprise &#8220;grade&#8221; framework</p>
<p>Well, I dont think I had to write much about Symfony 2.0. At this moment it is one of the &#8220;big&#8221; candidates which will lead over any other 5.3 framework. At this moment there is a sandbox where you could play around with Symfony 2.0 ( but undocumented, or better: No tutorials or something like this ) And a buggy (at least for me) Repository which dont looks often updated at this moment.  This framework should be released at the end of this year (2010). At this moment the symfony foundation  is in contact with phpbb which wants to use symfony 2.0 for its next version as the backend framework. Which dont seems to be a bad idea. And last but not least, the benchmarks about this framework sounds very promising. Ok I know those benchmark are more &#8220;fake&#8221; then real, or better: They are tweaked for Symfony, but at least it will be faster than Symfony 1.4 <img src='http://www.u-r-reality.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Another good candidate is Shozu, ok this one is not real a framework. Its more like a &#8220;micro&#8221; framework. But it has something really interesting integrated, it is called ReadBean, this is an ORM with automated TABLE and ROW creation. So, no more hazzle around with &#8220;inis&#8221; yaml setup or whatever you normally use on ORMs like doctrine. just setup the connection and go on with whatever you want. The only problem is see is while you develop, you sometimes  change the database setup. Which would lead to &#8220;unused&#8221; rows, or even tables. Or if you misspell something, and create two similar rows, where on has only one entry, and the rest is in another row. It could be hard to find the error, why you get a nearly empty page&#8230; But maybe this is not a big problem, or there is a solution for build in it but I dont found it. But it has everything you need from a &#8220;basic&#8221; framework: ORM, Jquery, caching, URL rewriting for clean URLs, and Image manipulation. For a better Jquery experience it has taconite integrated, and a small example.</p>
<p>FatFree is another mini framework, which is (in there words) condensed in one 60K file. So far it looks like a basic framework. Without really &#8220;cool&#8221; features. Only basic MVC, but there are a few plugins which you could &#8220;activate&#8221;. The other problem is that you get a special license. The code is released under &#8220;GPL&#8221; but if you want to use it &#8220;commercial&#8221;, you have to pay for it. Another problem is that the dont tell you how much you will pay for it. SO I dont recommend it as your standard framework. Only if you want to learn from sourcecode or you just want to experiment with it&#8230;.</p>
<p>FLOW3 looks like another &#8220;big hope&#8221; in PHP 5.3 scenario, it looks really thought out, complete and promising. Another problem is that it looks really complex (but Zend is also complex) So I guess it could be competitor to Zend (they dont claim it) but I guess they want to compete versus Zend. Sure it is a hard target they (maybe) set. But they are the creators of typo3, so I guess they know what they are doing <img src='http://www.u-r-reality.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Last but not least: Dont chose &#8220;your&#8221; framework, based on performance or popularity. Chose the framework you like!</p>
<hr />Reviews: <a href="http://www.blippr.com/music/songs/491234-Enterprise" target="_blank">Enterprise</a>, <a href="http://www.blippr.com/books/344887-Image" target="_blank">Image</a>, <a href="http://www.blippr.com/apps/337165-PHP" target="_blank">PHP</a>, <a href="http://www.blippr.com/music/songs/505558-Row" target="_blank">Row</a>, <a href="http://www.blippr.com/music/songs/478364-Table" target="_blank">Table</a>, <a href="http://www.blippr.com/music/songs/353625-Yesterday" target="_blank">Yesterday</a></p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d85').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d85" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http%3A%2F%2Fwww.u-r-reality.de%2F2010%2F06%2Fshort-overview-php-5-3-frameworks%2F&amp;submitHeadline=Short+overview+PHP+5.3+Frameworks&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.u-r-reality.de%2F2010%2F06%2Fshort-overview-php-5-3-frameworks%2F&amp;title=Short+overview+PHP+5.3+Frameworks" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.u-r-reality.de%2F2010%2F06%2Fshort-overview-php-5-3-frameworks%2F&amp;title=Short+overview+PHP+5.3+Frameworks" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.u-r-reality.de%2F2010%2F06%2Fshort-overview-php-5-3-frameworks%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.u-r-reality.de%2F2010%2F06%2Fshort-overview-php-5-3-frameworks%2F&amp;title=Short+overview+PHP+5.3+Frameworks" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http%3A%2F%2Fwww.u-r-reality.de%2F2010%2F06%2Fshort-overview-php-5-3-frameworks%2F&amp;bm_description=Short+overview+PHP+5.3+Frameworks" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http%3A%2F%2Fwww.u-r-reality.de%2F2010%2F06%2Fshort-overview-php-5-3-frameworks%2F&amp;T=Short+overview+PHP+5.3+Frameworks" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.u-r-reality.de%2F2010%2F06%2Fshort-overview-php-5-3-frameworks%2F&amp;title=Short+overview+PHP+5.3+Frameworks" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.u-r-reality.de%2F2010%2F06%2Fshort-overview-php-5-3-frameworks%2F&amp;title=Short+overview+PHP+5.3+Frameworks" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fwww.u-r-reality.de%2F2010%2F06%2Fshort-overview-php-5-3-frameworks%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http%3A%2F%2Fwww.u-r-reality.de%2F2010%2F06%2Fshort-overview-php-5-3-frameworks%2F" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Short+overview+PHP+5.3+Frameworks+@+http%3A%2F%2Fwww.u-r-reality.de%2F2010%2F06%2Fshort-overview-php-5-3-frameworks%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fwww.u-r-reality.de%2F2010%2F06%2Fshort-overview-php-5-3-frameworks%2F&amp;t=Short+overview+PHP+5.3+Frameworks" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d85').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://www.u-r-reality.de/2010/06/short-overview-php-5-3-frameworks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ecoder &#8211; webbased &#8220;ide&#8221;</title>
		<link>http://www.u-r-reality.de/2010/03/ecoder-webbased-ide/</link>
		<comments>http://www.u-r-reality.de/2010/03/ecoder-webbased-ide/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 10:58:41 +0000</pubDate>
		<dc:creator>Q-efx</dc:creator>
				<category><![CDATA[My life]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[ecoder]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[open]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[Web-IDE]]></category>

		<guid isPermaLink="false">http://www.u-r-reality.de/?p=77</guid>
		<description><![CDATA[
Hello guys,
sorry for the lack of posts, or (never ) answering comment questions. I was too addicted to Allods and &#8220;Heroes of Newerth&#8221;. Both are realy cool games. But Allods did too many mistakes and&#8230; failed  . But this is another story.
Today I want to write about something useful, which could be called a [...]]]></description>
			<content:encoded><![CDATA[<img src="http://www.ispeech.org/images/listen.gif" alt="Listen to this Post. Powered by iSpeech.org" title="Listen to this Post. Powered by iSpeech.org" height="18" width="77" style="cursor:pointer" onclick="showPlayer(4,'http://www.u-r-reality.de/2010/03/ecoder-webbased-ide/')" /><br/>
<iframe style="width:0px;height:0px;border:none;overflow:hidden" frameborder="0" id="ispeech_iframe_4"></iframe><p>Hello guys,</p>
<p>sorry for the lack of posts, or (never ) answering comment questions. I was too addicted to Allods and &#8220;Heroes of Newerth&#8221;. Both are realy cool games. But Allods did too many mistakes and&#8230; failed <img src='http://www.u-r-reality.de/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> . But this is another story.</p>
<p>Today I want to write about something useful, which could be called a &#8220;Web-IDE&#8221;. This small tool is perfectly for &#8220;quick and dirty&#8221; editing of files on your server. Or if you want to code from your IPhone or something similar. While you are on the way to your girlfriend in your train <img src='http://www.u-r-reality.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Sure it is not perfect, but is amazingly fast and small. It has everything you need for your dirty trix on the fly.</p>
<p>Summary:</p>
<ul>
<li>File-Browser</li>
<li>Syntax-highlighting ( Which works in real-time! )</li>
<li>Tabbed file opening</li>
<li>File-Uploading</li>
<li>General file modifying ( open, close, rename, new, rename&#8230; )</li>
<li>And shortcuts to make your life easier ( The about on there website claims:<br />
keyboard short-cuts lend it the feel of a locally installed application. )</li>
</ul>
<p>Link: <a href="http://ecoder.quintalinda.com/" target="_self">Ecoder</a></p>
<p>Note: This project look like it is dead, but on the sourceforge forum the author claimed that he &#8220;restarted&#8221; his project.</p>
<hr />Reviews: <a href="http://www.blippr.com/music/songs/493347-Heroes" target="_blank">Heroes</a>, <a href="http://www.blippr.com/music/songs/554989-Link" target="_blank">Link</a>, <a href="http://www.blippr.com/music/songs/25555-Today" target="_blank">Today</a>, <a href="http://www.blippr.com/games/306950-general" target="_blank">general</a>, <a href="http://www.blippr.com/apps/469362-iPhone" target="_blank">iPhone</a></p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d77').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d77" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http%3A%2F%2Fwww.u-r-reality.de%2F2010%2F03%2Fecoder-webbased-ide%2F&amp;submitHeadline=Ecoder+%26%238211%3B+webbased+%26%238220%3Bide%26%238221%3B&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.u-r-reality.de%2F2010%2F03%2Fecoder-webbased-ide%2F&amp;title=Ecoder+%26%238211%3B+webbased+%26%238220%3Bide%26%238221%3B" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.u-r-reality.de%2F2010%2F03%2Fecoder-webbased-ide%2F&amp;title=Ecoder+%26%238211%3B+webbased+%26%238220%3Bide%26%238221%3B" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.u-r-reality.de%2F2010%2F03%2Fecoder-webbased-ide%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.u-r-reality.de%2F2010%2F03%2Fecoder-webbased-ide%2F&amp;title=Ecoder+%26%238211%3B+webbased+%26%238220%3Bide%26%238221%3B" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http%3A%2F%2Fwww.u-r-reality.de%2F2010%2F03%2Fecoder-webbased-ide%2F&amp;bm_description=Ecoder+%26%238211%3B+webbased+%26%238220%3Bide%26%238221%3B" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http%3A%2F%2Fwww.u-r-reality.de%2F2010%2F03%2Fecoder-webbased-ide%2F&amp;T=Ecoder+%26%238211%3B+webbased+%26%238220%3Bide%26%238221%3B" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.u-r-reality.de%2F2010%2F03%2Fecoder-webbased-ide%2F&amp;title=Ecoder+%26%238211%3B+webbased+%26%238220%3Bide%26%238221%3B" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.u-r-reality.de%2F2010%2F03%2Fecoder-webbased-ide%2F&amp;title=Ecoder+%26%238211%3B+webbased+%26%238220%3Bide%26%238221%3B" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fwww.u-r-reality.de%2F2010%2F03%2Fecoder-webbased-ide%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http%3A%2F%2Fwww.u-r-reality.de%2F2010%2F03%2Fecoder-webbased-ide%2F" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Ecoder+%26%238211%3B+webbased+%26%238220%3Bide%26%238221%3B+@+http%3A%2F%2Fwww.u-r-reality.de%2F2010%2F03%2Fecoder-webbased-ide%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fwww.u-r-reality.de%2F2010%2F03%2Fecoder-webbased-ide%2F&amp;t=Ecoder+%26%238211%3B+webbased+%26%238220%3Bide%26%238221%3B" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d77').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://www.u-r-reality.de/2010/03/ecoder-webbased-ide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some things I learned in web-development</title>
		<link>http://www.u-r-reality.de/2009/08/some-things-i-learned-in-web-development/</link>
		<comments>http://www.u-r-reality.de/2009/08/some-things-i-learned-in-web-development/#comments</comments>
		<pubDate>Sun, 16 Aug 2009 16:02:33 +0000</pubDate>
		<dc:creator>Q-efx</dc:creator>
				<category><![CDATA[My life]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[colors]]></category>
		<category><![CDATA[emutions]]></category>
		<category><![CDATA[gui]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[Technology/Internet]]></category>
		<category><![CDATA[ui]]></category>
		<category><![CDATA[web-development]]></category>
		<category><![CDATA[webdesign]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.u-r-reality.de/?p=52</guid>
		<description><![CDATA[
Here I want to write about some common mistakes in web-development. Those things aren´t programming related. More &#8220;good&#8221; practice things.
If someone make the wesite design. And someone else have to code the &#8220;html/css&#8221; you should:
Name the elements by site/page and position
For example, if you designed a news background header. Which is seen when a news [...]]]></description>
			<content:encoded><![CDATA[<img src="http://www.ispeech.org/images/listen.gif" alt="Listen to this Post. Powered by iSpeech.org" title="Listen to this Post. Powered by iSpeech.org" height="18" width="77" style="cursor:pointer" onclick="showPlayer(6,'http://www.u-r-reality.de/2009/08/some-things-i-learned-in-web-development/')" /><br/>
<iframe style="width:0px;height:0px;border:none;overflow:hidden" frameborder="0" id="ispeech_iframe_6"></iframe><p>Here I want to write about some common mistakes in web-development. Those things aren´t programming related. More &#8220;good&#8221; practice things.</p>
<p>If someone make the wesite design. And someone else have to code the &#8220;html/css&#8221; you should:</p>
<p>Name the elements by site/page and position</p>
<p>For example, if you designed a news background header. Which is seen when a news is shown, you should call it: news_show_header_background.jpg<br />
Or another example, some things need/ have a border. On top, left, right and bottom. For listing news.<br />
you could call it: news_list_border_top.jpg</p>
<p>If you have to show a table. You should determine if the data is scanned vertical or horizontal. Or even both.</p>
<p>Here is an example</p>
<p><img class="aligncenter size-full wp-image-53" title="row_1" src="http://www.u-r-reality.de/wp-content/uploads/2009/08/row_1.png" alt="row_1" width="500" height="103" /></p>
<p>As you see, the vertical line are thicker as the horizontal lines. Which make it easier for the eyes to read the vertical data. The numbers are right aligned. Which makes it easier to compare them. You could even alter the colors, of each row. But use only &#8220;slight&#8221; different colors. So just a little bit brighter/ darker.</p>
<p>You have to remove both lines, if Data should be read vertical AND horizontal. But try to avoid things like this. Better make two tables.<br />
Well the last case should be easy to know. Make horizontal lines thicker and the vertical lines thiner.</p>
<p>Try to do queries at the end of script ( or other external things like soap/ xml ) So the user see something when it may&#8221;stop&#8221;</p>
<p>This is  more &#8220;ui&#8221; related, try to build with as less points as possible. And everything reachable with two clicks</p>
<p>The points thing. An example:</p>
<p>Bad:</p>
<p>[table]<br />
[tr]<br />
[td]THING ONE[/td]<br />
[td]THING TWO[/td]<br />
[/tr]<br />
[tr]<br />
[td]THING THREE[/td]<br />
[td]EMPTY FIELD ( NOT SEEN)[/td]<br />
[/tr]<br />
[/table]</p>
<p>Better like this:<br />
[table]<br />
[tr]<br />
[td]FIELD ONE[/td]<br />
[td]FIELD TWO[/td]<br />
[td]FIELD THREE[/td]<br />
[/tr]<br />
[/table]</p>
<p>So the eyes have to move &#8220;less&#8221;</p>
<ul>
<li>The so called F navigation system is the most excepted &#8220;site style&#8221;<br />
Top navigation, left sub navigation, and in the middle the content.</li>
<li>Use everywhere the same header and bottom design. So the user knows where  the content starts and ends.</li>
<li>The most start position for a mouse on a website is top left.</li>
<li>The eyes move from: Dark to bright, from big objects to small objects.</li>
</ul>
<p>movement binds the user to look at. so try to create movements which &#8220;aid&#8221; the eyes. Simplest example are arrow. AND stop the movement after 2 secs or less. ( OR if there is no way to stop it, or it must move) add a stop button or make it &#8220;slow&#8221;.</p>
<p>So don´t use big &#8220;rectangles&#8221; where you just place &#8220;eye candy&#8221;</p>
<p>Some people know how colors &#8220;create&#8221; reactions on people. But most of them don´t know that different countries, have different color &#8220;feelings&#8221;. It is no problem if you write in German for example, or in Chinese language. Those sites are &#8220;targeted&#8221;. But if you write in English, people could come from everywhere. If you don´t want to &#8220;annoy&#8221; Chinese people ( Just an example ) Try to use very bright or dark colors. Or avoid colors at all <img src='http://www.u-r-reality.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  . Cause very bright colors, or dark colors don´t &#8220;trigger&#8221; the color emotions. If you take a look at mc donalds, amazon or ebay. They use bright colors. And have much &#8220;white&#8221; background.</p>
<p>With this way, they don´t create emotions, which they don´t want to create.</p>
<p>Another thing is: Try to avoid faces. Or forms which could look like a face ( If you write in English ). Faces create different emotions, from different persons. The only exceptions are womens. ( Sorry, but sex sells ) Or if you are a model agency, or sell clothes. Or it is your &#8220;personal&#8221; blog. Faces make things like this more &#8220;personal&#8221;. Or a small firm.</p>
<p>I hope, I could help some people with this, if you have any questions, feel free to ask!</p>
<hr />Reviews: <a href="http://www.blippr.com/music/albums/11684-Bad" target="_blank">Bad</a>, <a href="http://www.blippr.com/music/songs/353539-Chinese" target="_blank">Chinese</a>, <a href="http://www.blippr.com/music/songs/453398-Faces" target="_blank">Faces</a>, <a href="http://www.blippr.com/music/songs/514967-Simplest" target="_blank">Simplest</a></p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d52').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d52" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http%3A%2F%2Fwww.u-r-reality.de%2F2009%2F08%2Fsome-things-i-learned-in-web-development%2F&amp;submitHeadline=Some+things+I+learned+in+web-development&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.u-r-reality.de%2F2009%2F08%2Fsome-things-i-learned-in-web-development%2F&amp;title=Some+things+I+learned+in+web-development" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.u-r-reality.de%2F2009%2F08%2Fsome-things-i-learned-in-web-development%2F&amp;title=Some+things+I+learned+in+web-development" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.u-r-reality.de%2F2009%2F08%2Fsome-things-i-learned-in-web-development%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.u-r-reality.de%2F2009%2F08%2Fsome-things-i-learned-in-web-development%2F&amp;title=Some+things+I+learned+in+web-development" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http%3A%2F%2Fwww.u-r-reality.de%2F2009%2F08%2Fsome-things-i-learned-in-web-development%2F&amp;bm_description=Some+things+I+learned+in+web-development" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http%3A%2F%2Fwww.u-r-reality.de%2F2009%2F08%2Fsome-things-i-learned-in-web-development%2F&amp;T=Some+things+I+learned+in+web-development" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.u-r-reality.de%2F2009%2F08%2Fsome-things-i-learned-in-web-development%2F&amp;title=Some+things+I+learned+in+web-development" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.u-r-reality.de%2F2009%2F08%2Fsome-things-i-learned-in-web-development%2F&amp;title=Some+things+I+learned+in+web-development" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fwww.u-r-reality.de%2F2009%2F08%2Fsome-things-i-learned-in-web-development%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http%3A%2F%2Fwww.u-r-reality.de%2F2009%2F08%2Fsome-things-i-learned-in-web-development%2F" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Some+things+I+learned+in+web-development+@+http%3A%2F%2Fwww.u-r-reality.de%2F2009%2F08%2Fsome-things-i-learned-in-web-development%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fwww.u-r-reality.de%2F2009%2F08%2Fsome-things-i-learned-in-web-development%2F&amp;t=Some+things+I+learned+in+web-development" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d52').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://www.u-r-reality.de/2009/08/some-things-i-learned-in-web-development/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>mysql.sock vanished on my vserver</title>
		<link>http://www.u-r-reality.de/2009/08/mysql-sock-vanished-on-my-vserver/</link>
		<comments>http://www.u-r-reality.de/2009/08/mysql-sock-vanished-on-my-vserver/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 18:51:46 +0000</pubDate>
		<dc:creator>Q-efx</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[My life]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[Linux-VServer]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[reinstall]]></category>

		<guid isPermaLink="false">http://www.u-r-reality.de/?p=48</guid>
		<description><![CDATA[
Man,
the horror story no one wants. My mysql server stopped working. And I got a warning message from my &#8220;server watch&#8221; service.
First I thought, ok lets see whats up.  And browsed to my site. To see: 
The mysqli error was: Can&#8217;t connect to local MySQL server through socket &#8216;/var/run/mysqld/mysqld.sock&#8217; (2).
Man, and then I tried to [...]]]></description>
			<content:encoded><![CDATA[<img src="http://www.ispeech.org/images/listen.gif" alt="Listen to this Post. Powered by iSpeech.org" title="Listen to this Post. Powered by iSpeech.org" height="18" width="77" style="cursor:pointer" onclick="showPlayer(8,'http://www.u-r-reality.de/2009/08/mysql-sock-vanished-on-my-vserver/')" /><br/>
<iframe style="width:0px;height:0px;border:none;overflow:hidden" frameborder="0" id="ispeech_iframe_8"></iframe><p>Man,</p>
<p>the horror story no one wants. My mysql server stopped working. And I got a warning message from my &#8220;server watch&#8221; service.<br />
First I thought, ok lets see whats up.  And browsed to my site. To see: <small></small></p>
<p><small>The <em>mysqli</em> error was: <em>Can&#8217;t connect to local MySQL server through socket &#8216;/var/run/mysqld/mysqld.sock&#8217; (2)</em>.</small></p>
<p>Man, and then I tried to fix this problem, but something must gone wild. Cant reinstall mysql, no way to purge it. Or remove it.<br />
Every time I tried to reinstall a new problem went up. Nothing worked. The problem stays. Try to link it, recreate it, reinstalled, purged,<br />
copied and so on. No chance&#8230;. I have no clue whats wrong. Even the &#8220;almighty&#8221; google wasnt a help. All solutions doesnt worked. so I have<br />
to reinstall my vserver <img src='http://www.u-r-reality.de/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>And I still dont know why my mysql.sock vanished. I dont touched the server in the time where it could happened&#8230;.</p>
<hr />Reviews: <a href="http://www.blippr.com/music/songs/359225-Man" target="_blank">Man</a></p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d48').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d48" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http%3A%2F%2Fwww.u-r-reality.de%2F2009%2F08%2Fmysql-sock-vanished-on-my-vserver%2F&amp;submitHeadline=mysql.sock+vanished+on+my+vserver&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.u-r-reality.de%2F2009%2F08%2Fmysql-sock-vanished-on-my-vserver%2F&amp;title=mysql.sock+vanished+on+my+vserver" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.u-r-reality.de%2F2009%2F08%2Fmysql-sock-vanished-on-my-vserver%2F&amp;title=mysql.sock+vanished+on+my+vserver" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.u-r-reality.de%2F2009%2F08%2Fmysql-sock-vanished-on-my-vserver%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.u-r-reality.de%2F2009%2F08%2Fmysql-sock-vanished-on-my-vserver%2F&amp;title=mysql.sock+vanished+on+my+vserver" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http%3A%2F%2Fwww.u-r-reality.de%2F2009%2F08%2Fmysql-sock-vanished-on-my-vserver%2F&amp;bm_description=mysql.sock+vanished+on+my+vserver" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http%3A%2F%2Fwww.u-r-reality.de%2F2009%2F08%2Fmysql-sock-vanished-on-my-vserver%2F&amp;T=mysql.sock+vanished+on+my+vserver" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.u-r-reality.de%2F2009%2F08%2Fmysql-sock-vanished-on-my-vserver%2F&amp;title=mysql.sock+vanished+on+my+vserver" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.u-r-reality.de%2F2009%2F08%2Fmysql-sock-vanished-on-my-vserver%2F&amp;title=mysql.sock+vanished+on+my+vserver" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fwww.u-r-reality.de%2F2009%2F08%2Fmysql-sock-vanished-on-my-vserver%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http%3A%2F%2Fwww.u-r-reality.de%2F2009%2F08%2Fmysql-sock-vanished-on-my-vserver%2F" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+mysql.sock+vanished+on+my+vserver+@+http%3A%2F%2Fwww.u-r-reality.de%2F2009%2F08%2Fmysql-sock-vanished-on-my-vserver%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fwww.u-r-reality.de%2F2009%2F08%2Fmysql-sock-vanished-on-my-vserver%2F&amp;t=mysql.sock+vanished+on+my+vserver" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d48').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://www.u-r-reality.de/2009/08/mysql-sock-vanished-on-my-vserver/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Added new widgets and new theme</title>
		<link>http://www.u-r-reality.de/2009/07/added-new-widgets-and-new-theme/</link>
		<comments>http://www.u-r-reality.de/2009/07/added-new-widgets-and-new-theme/#comments</comments>
		<pubDate>Mon, 27 Jul 2009 16:00:03 +0000</pubDate>
		<dc:creator>Q-efx</dc:creator>
				<category><![CDATA[My life]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[comment system]]></category>
		<category><![CDATA[disqus]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[lijit search]]></category>
		<category><![CDATA[Online social networking]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[widgets]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.u-r-reality.de/?p=43</guid>
		<description><![CDATA[
Hello,
I added some new widgets to wordpress. And changed the theme. Something which surprised me,
was that all widgets integrated nicely into the design. Ok the lijit search looks odd. But its ok for now.
Maybe I will change it ( Can I change it? )
I think the best thing is the disqus widget/ plugin. It allows [...]]]></description>
			<content:encoded><![CDATA[<img src="http://www.ispeech.org/images/listen.gif" alt="Listen to this Post. Powered by iSpeech.org" title="Listen to this Post. Powered by iSpeech.org" height="18" width="77" style="cursor:pointer" onclick="showPlayer(10,'http://www.u-r-reality.de/2009/07/added-new-widgets-and-new-theme/')" /><br/>
<iframe style="width:0px;height:0px;border:none;overflow:hidden" frameborder="0" id="ispeech_iframe_10"></iframe><p>Hello,</p>
<p>I added some new widgets to wordpress. And changed the theme. Something which surprised me,<br />
was that all widgets integrated nicely into the design. Ok the lijit search looks odd. But its ok for now.<br />
Maybe I will change it ( Can I change it? )</p>
<p>I think the best thing is the disqus widget/ plugin. It allows easy entering of comments, and allows<br />
twitter and facebook login. Very nice <img src='http://www.u-r-reality.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Hope you like the new theme ( I will change the header if I find some time for it ) And the new plugins<br />
Btw: You could rate posts. If you dont like the new plugins and themes. Just give this post a low rating <img src='http://www.u-r-reality.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Or some other things you want to mention? Just use the comments!</p>
<hr />Reviews: <a href="http://www.blippr.com/music/songs/600355-Hope" target="_blank">Hope</a></p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d43').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d43" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http%3A%2F%2Fwww.u-r-reality.de%2F2009%2F07%2Fadded-new-widgets-and-new-theme%2F&amp;submitHeadline=Added+new+widgets+and+new+theme&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.u-r-reality.de%2F2009%2F07%2Fadded-new-widgets-and-new-theme%2F&amp;title=Added+new+widgets+and+new+theme" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.u-r-reality.de%2F2009%2F07%2Fadded-new-widgets-and-new-theme%2F&amp;title=Added+new+widgets+and+new+theme" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.u-r-reality.de%2F2009%2F07%2Fadded-new-widgets-and-new-theme%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.u-r-reality.de%2F2009%2F07%2Fadded-new-widgets-and-new-theme%2F&amp;title=Added+new+widgets+and+new+theme" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http%3A%2F%2Fwww.u-r-reality.de%2F2009%2F07%2Fadded-new-widgets-and-new-theme%2F&amp;bm_description=Added+new+widgets+and+new+theme" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http%3A%2F%2Fwww.u-r-reality.de%2F2009%2F07%2Fadded-new-widgets-and-new-theme%2F&amp;T=Added+new+widgets+and+new+theme" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.u-r-reality.de%2F2009%2F07%2Fadded-new-widgets-and-new-theme%2F&amp;title=Added+new+widgets+and+new+theme" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.u-r-reality.de%2F2009%2F07%2Fadded-new-widgets-and-new-theme%2F&amp;title=Added+new+widgets+and+new+theme" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fwww.u-r-reality.de%2F2009%2F07%2Fadded-new-widgets-and-new-theme%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http%3A%2F%2Fwww.u-r-reality.de%2F2009%2F07%2Fadded-new-widgets-and-new-theme%2F" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Added+new+widgets+and+new+theme+@+http%3A%2F%2Fwww.u-r-reality.de%2F2009%2F07%2Fadded-new-widgets-and-new-theme%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fwww.u-r-reality.de%2F2009%2F07%2Fadded-new-widgets-and-new-theme%2F&amp;t=Added+new+widgets+and+new+theme" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d43').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://www.u-r-reality.de/2009/07/added-new-widgets-and-new-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drupal domain access module</title>
		<link>http://www.u-r-reality.de/2009/07/drupal-domain-access-modue/</link>
		<comments>http://www.u-r-reality.de/2009/07/drupal-domain-access-modue/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 20:14:05 +0000</pubDate>
		<dc:creator>Q-efx</dc:creator>
				<category><![CDATA[My life]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[Blog software]]></category>
		<category><![CDATA[Content management systems]]></category>
		<category><![CDATA[Cross-platform software]]></category>
		<category><![CDATA[domain access]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[drupal module]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[PHP programming language]]></category>
		<category><![CDATA[Protein domain]]></category>
		<category><![CDATA[Technology/Internet]]></category>

		<guid isPermaLink="false">http://www.u-r-reality.de/?p=27</guid>
		<description><![CDATA[
Well, tried hard to get the fine module to work. But I cant&#8230; Problems I run into:
After adding a node returned to wrong domain ( main domain ) fixed by ucommenting out the $base_url variable
in settings.php
Content not shown on right site ( all sites ), every time all &#8220;pages&#8221; are shown on all sites.
Or they [...]]]></description>
			<content:encoded><![CDATA[<img src="http://www.ispeech.org/images/listen.gif" alt="Listen to this Post. Powered by iSpeech.org" title="Listen to this Post. Powered by iSpeech.org" height="18" width="77" style="cursor:pointer" onclick="showPlayer(12,'http://www.u-r-reality.de/2009/07/drupal-domain-access-modue/')" /><br/>
<iframe style="width:0px;height:0px;border:none;overflow:hidden" frameborder="0" id="ispeech_iframe_12"></iframe><p>Well, tried hard to get the fine module to work. But I cant&#8230; Problems I run into:</p>
<p>After adding a node returned to wrong domain ( main domain ) fixed by ucommenting out the $base_url variable<br />
in settings.php</p>
<p>Content not shown on right site ( all sites ), every time all &#8220;pages&#8221; are shown on all sites.<br />
Or they where only shown on one site, even when all sites are selected.<br />
This could be fixed by using &#8220;views&#8221;. But this would mean much work.<br />
Cause you have to create MANY views&#8230;</p>
<p>well, I will use the normal, multi site setup of Drupal</p>
<hr />Reviews: <a href="http://www.blippr.com/music/songs/449619-Content" target="_blank">Content</a>, <a href="http://www.blippr.com/apps/392368-Drupal" target="_blank">Drupal</a>, <a href="http://www.blippr.com/music/songs/56413-Problems" target="_blank">Problems</a></p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d27').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d27" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http%3A%2F%2Fwww.u-r-reality.de%2F2009%2F07%2Fdrupal-domain-access-modue%2F&amp;submitHeadline=Drupal+domain+access+module&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.u-r-reality.de%2F2009%2F07%2Fdrupal-domain-access-modue%2F&amp;title=Drupal+domain+access+module" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.u-r-reality.de%2F2009%2F07%2Fdrupal-domain-access-modue%2F&amp;title=Drupal+domain+access+module" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.u-r-reality.de%2F2009%2F07%2Fdrupal-domain-access-modue%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.u-r-reality.de%2F2009%2F07%2Fdrupal-domain-access-modue%2F&amp;title=Drupal+domain+access+module" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http%3A%2F%2Fwww.u-r-reality.de%2F2009%2F07%2Fdrupal-domain-access-modue%2F&amp;bm_description=Drupal+domain+access+module" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http%3A%2F%2Fwww.u-r-reality.de%2F2009%2F07%2Fdrupal-domain-access-modue%2F&amp;T=Drupal+domain+access+module" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.u-r-reality.de%2F2009%2F07%2Fdrupal-domain-access-modue%2F&amp;title=Drupal+domain+access+module" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.u-r-reality.de%2F2009%2F07%2Fdrupal-domain-access-modue%2F&amp;title=Drupal+domain+access+module" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fwww.u-r-reality.de%2F2009%2F07%2Fdrupal-domain-access-modue%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http%3A%2F%2Fwww.u-r-reality.de%2F2009%2F07%2Fdrupal-domain-access-modue%2F" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Drupal+domain+access+module+@+http%3A%2F%2Fwww.u-r-reality.de%2F2009%2F07%2Fdrupal-domain-access-modue%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fwww.u-r-reality.de%2F2009%2F07%2Fdrupal-domain-access-modue%2F&amp;t=Drupal+domain+access+module" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d27').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://www.u-r-reality.de/2009/07/drupal-domain-access-modue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Better than piwik</title>
		<link>http://www.u-r-reality.de/2009/07/better-than-piwik/</link>
		<comments>http://www.u-r-reality.de/2009/07/better-than-piwik/#comments</comments>
		<pubDate>Sun, 19 Jul 2009 11:11:33 +0000</pubDate>
		<dc:creator>Q-efx</dc:creator>
				<category><![CDATA[My life]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[better]]></category>
		<category><![CDATA[Click Tracking]]></category>
		<category><![CDATA[crawltrack]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[front end web servers]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[open]]></category>
		<category><![CDATA[open web analytics]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php website analytics tool]]></category>
		<category><![CDATA[piwik]]></category>
		<category><![CDATA[replacement]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[Technology/Internet]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web analytics]]></category>
		<category><![CDATA[web page users]]></category>
		<category><![CDATA[Web Site Support]]></category>
		<category><![CDATA[web-address]]></category>

		<guid isPermaLink="false">http://www.u-r-reality.de/?p=23</guid>
		<description><![CDATA[
I searched for something which could replace piwik. Cause it is not stable ( OsDate crashed with it )
I searched around and found on a blog a comment about open web analytics. A long time ago,
I saw this php website analytics tool. But I was not interested in something like this. And forogt about
this one.
Then [...]]]></description>
			<content:encoded><![CDATA[<img src="http://www.ispeech.org/images/listen.gif" alt="Listen to this Post. Powered by iSpeech.org" title="Listen to this Post. Powered by iSpeech.org" height="18" width="77" style="cursor:pointer" onclick="showPlayer(14,'http://www.u-r-reality.de/2009/07/better-than-piwik/')" /><br/>
<iframe style="width:0px;height:0px;border:none;overflow:hidden" frameborder="0" id="ispeech_iframe_14"></iframe><p>I searched for something which could replace piwik. Cause it is not stable ( OsDate crashed with it )<br />
I searched around and found on a blog a comment about <a href="http://www.openwebanalytics.com/" target="_self">open web analytics</a>. A long time ago,<br />
I saw this php website analytics tool. But I was not interested in something like this. And forogt about<br />
this one.</p>
<p>Then I &#8220;re-found&#8221; it, and tested it. And I must say: Iam impressed. This tool works nearly out of the box.<br />
You just have to make changes in the config file, related to your web-address and database settings. Add your site<br />
Add your tracking code ( A javascript &#8220;similar&#8221; to google analytics ). And you are done, nice!</p>
<p>And the api looks much more &#8220;thought-out&#8221; than the one from piwik.</p>
<p>Here are the features from there website:</p>
<h2><span> Invocation </span></h2>
<ul>
<li> <strong>PHP API</strong> &#8211; invoke OWA from within your PHP application. This allows for an easy way to build web analytics right into your application logic.</li>
<li> <strong>Javascript Tag</strong> &#8211; invoke OWA from Javascript. This allows for remote logging and integration with non PHP based applications .</li>
<li> <strong>WordPress v2.x plugin</strong> &#8211; full featured WordPress plugin seemlessly integrates OWA with the WordPress publishing platform and administration interface</li>
<li> <strong>MediaWiki plugin</strong> &#8211; provides tracking of MediaWiki articles and special pages.</li>
</ul>
<p><a name="Tracking.2FReporting"></a></p>
<h2><span> Tracking/Reporting </span></h2>
<ul>
<li> Track Page views, visits, and unique visitors over time</li>
<li> Track unique, new, repeat visitors over time</li>
<li> <strong>Multiple Web Site Support</strong> &#8211; track any number of web sites and view statistics in aggregate or by site</li>
<li> <strong>Click-streams</strong> &#8211; view the actual click-stream of each visitor</li>
<li> <strong>Click Tracking</strong> &#8211; Track where exactly on a web page users are clicking and view clicks by browser type</li>
<li> <strong>Click Heat Maps</strong> &#8211; view a heat map of where users are clicking on your web pages</li>
<li> <strong>Google Maps</strong> &#8211; map your visitors on Google Maps</li>
<li> <strong>Google Earth (KML)</strong> &#8211; view your visitors in Google Earth via a KML file export</li>
<li> <strong>RSS/ATOM subscription tracking</strong> &#8211; track unique feed readers, reader types, and feed requests</li>
<li> <strong>Visitor Aging</strong> &#8211; understand the age of your repeat visitors.</li>
<li> <strong>Canned and Custom Time Periods</strong> &#8211; generate reports using pre-defined reporting periods or custom date ranges</li>
<li> <strong>Refering Page Analysis</strong> &#8211; View the title, anchor text, and surrounding text of inbound links from refering web pages</li>
<li> View visits by user agent</li>
<li> Track entry and exit pages</li>
<li> Track pages by custom page types</li>
</ul>
<p><a name="Development"></a></p>
<h2><span> Development </span></h2>
<ul>
<li> Full MVC based framework</li>
<li> Module framework allows developers to extend OWA&#8217;s entitiies, events, reports, and graphs without modifying the base components.</li>
<li> Plugin framework for authentication, database access objects, data validation, and geo-location</li>
<li> Object Relational Mapping layer</li>
<li> Lite templating layer</li>
<li> Event handlers</li>
</ul>
<p><a name="Deployment"></a></p>
<h2><span> Deployment </span></h2>
<ul>
<li> Events can be writen to the database asynchronously.</li>
<li> OWA to can run on multiple front end web servers and write to a remote database.</li>
<li> Event Logging and admin/reporting user interface can run on the same or seperate servers</li>
</ul>
<p><a name="WordPress_Specific_Features"></a></p>
<h2><span> WordPress Specific Features </span></h2>
<ul>
<li> Track visitors by WordPress user name or e-mail address they use in comments.</li>
<li> Track all Wordpress Page Types (Posts, Pages, Authors, Archives, Categories, etc.)</li>
<li> Track the number of comments made by visit</li>
<li> Reporting accessable via Admin Dashboard</li>
<li> Track subscribers to RSS/Atom feeds</li>
</ul>
<p><a name="MediaWiki_Specific_Features"></a></p>
<h2><span> MediaWiki Specific Features </span></h2>
<ul>
<li> Track article , catageory and special pages.</li>
<li> Track all visitors by user name and email address.</li>
</ul>
<p>Quite impressive, eh? <img src='http://www.u-r-reality.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>now I run crawltrack for, uhm, well crawler things. And OWA for website statistics.</p>
<p>The only problem so far is the &#8220;click-map/ heat map&#8221; It shows the click points. But not the website.<br />
I hope they will fix this &#8220;small&#8221; issue <img src='http://www.u-r-reality.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I dont know, why this both programs are not more popular? Together,<br />
they create a VERY strong team!</p>
<p>LINKS:<br />
<a href="http://www.crawltrack.net/" target="_self">http://www.crawltrack.net/</p>
<p>http://www.openwebanalytics.com/</a></p>
<hr />Reviews: <a href="http://www.blippr.com/movies/8699-Click" target="_blank">Click</a>, <a href="http://www.blippr.com/apps/337059-Google-Earth" target="_blank">Google Earth</a>, <a href="http://www.blippr.com/apps/337264-Google-Maps" target="_blank">Google Maps</a>, <a href="http://www.blippr.com/music/songs/25119-Links" target="_blank">Links</a>, <a href="http://www.blippr.com/apps/505652-MediaWiki" target="_blank">MediaWiki</a>, <a href="http://www.blippr.com/apps/337165-PHP" target="_blank">PHP</a>, <a href="http://www.blippr.com/music/417-Pages" target="_blank">Pages</a>, <a href="http://www.blippr.com/music/songs/274513-TRACK" target="_blank">TRACK</a>, <a href="http://www.blippr.com/apps/336657-WordPress" target="_blank">WordPress</a></p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d23').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d23" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http%3A%2F%2Fwww.u-r-reality.de%2F2009%2F07%2Fbetter-than-piwik%2F&amp;submitHeadline=Better+than+piwik&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.u-r-reality.de%2F2009%2F07%2Fbetter-than-piwik%2F&amp;title=Better+than+piwik" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.u-r-reality.de%2F2009%2F07%2Fbetter-than-piwik%2F&amp;title=Better+than+piwik" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.u-r-reality.de%2F2009%2F07%2Fbetter-than-piwik%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.u-r-reality.de%2F2009%2F07%2Fbetter-than-piwik%2F&amp;title=Better+than+piwik" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http%3A%2F%2Fwww.u-r-reality.de%2F2009%2F07%2Fbetter-than-piwik%2F&amp;bm_description=Better+than+piwik" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http%3A%2F%2Fwww.u-r-reality.de%2F2009%2F07%2Fbetter-than-piwik%2F&amp;T=Better+than+piwik" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.u-r-reality.de%2F2009%2F07%2Fbetter-than-piwik%2F&amp;title=Better+than+piwik" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.u-r-reality.de%2F2009%2F07%2Fbetter-than-piwik%2F&amp;title=Better+than+piwik" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fwww.u-r-reality.de%2F2009%2F07%2Fbetter-than-piwik%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http%3A%2F%2Fwww.u-r-reality.de%2F2009%2F07%2Fbetter-than-piwik%2F" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Better+than+piwik+@+http%3A%2F%2Fwww.u-r-reality.de%2F2009%2F07%2Fbetter-than-piwik%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fwww.u-r-reality.de%2F2009%2F07%2Fbetter-than-piwik%2F&amp;t=Better+than+piwik" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d23').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://www.u-r-reality.de/2009/07/better-than-piwik/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Thoughts about SEO and search engines</title>
		<link>http://www.u-r-reality.de/2009/07/thoughts-about-seo-and-search-engines/</link>
		<comments>http://www.u-r-reality.de/2009/07/thoughts-about-seo-and-search-engines/#comments</comments>
		<pubDate>Sat, 18 Jul 2009 18:51:08 +0000</pubDate>
		<dc:creator>Q-efx</dc:creator>
				<category><![CDATA[Searchengines]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[Backlink]]></category>
		<category><![CDATA[backlinks]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[engines]]></category>
		<category><![CDATA[Nofollow]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[PageRank]]></category>
		<category><![CDATA[problems]]></category>
		<category><![CDATA[ranking]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[Search engine optimization]]></category>
		<category><![CDATA[search engines]]></category>
		<category><![CDATA[search engines reading links]]></category>
		<category><![CDATA[search string]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[Technology/Internet]]></category>
		<category><![CDATA[wbesites]]></category>
		<category><![CDATA[Web search engine]]></category>

		<guid isPermaLink="false">http://www.u-r-reality.de/?p=19</guid>
		<description><![CDATA[We all know, that SEO and search engines are a "riddle". And that there is no "holy grail".
But I thought about all the new "ways" how search engine look at links. I am not a SEO guru.
Or a professional. So dont take this information too serious :)]]></description>
			<content:encoded><![CDATA[<img src="http://www.ispeech.org/images/listen.gif" alt="Listen to this Post. Powered by iSpeech.org" title="Listen to this Post. Powered by iSpeech.org" height="18" width="77" style="cursor:pointer" onclick="showPlayer(15,'http://www.u-r-reality.de/2009/07/thoughts-about-seo-and-search-engines/')" /><br/>
<iframe style="width:0px;height:0px;border:none;overflow:hidden" frameborder="0" id="ispeech_iframe_15"></iframe><p>As far as I know. Nearly all engines and there &#8220;page ranking&#8221; depends on backlinks, and internal links</p>
<p>In the &#8220;early&#8221; days of the internet. The search engines just counted the backlinks. And generated a &#8220;ranking&#8221; with it.<br />
&#8220;Big&#8221; sites were treaded different as &#8220;small&#8221; sites. And when we &#8220;the normal&#8221; user talked about something in a forum.<br />
We created a link and &#8220;push&#8221; the site ranking. And let other users know about this site.</p>
<p>Today with all different ways how links are created:</p>
<p>Nofollow tag<br />
Only viewable after registration<br />
Short URL services<br />
and so on&#8230;.</p>
<p>And many other ways to &#8220;prevent&#8221; search engines reading links. We forgot the &#8220;normal user&#8221;<br />
which are the basic of every internet site, there value and there way of getting new user.</p>
<p>Today, it is not enough that people speak/ write about websites. All they write is &#8220;not&#8221; counted.<br />
We prevent search engines to show us links, which are &#8220;new&#8221;. For example. I searched something<br />
about debian and how to setup proftpd. I decided to use this search string:<br />
debian how to setup proftd lenny. All I got was no sense. Unusable stuff.<br />
Without the string: lenny you get &#8220;old&#8221; things. Which could be wrong, or misleading.</p>
<p>In my opinion, we have to rethink &#8220;how&#8221; links are treated, and published. Or we end there, where we are now:<br />
Sites are on the top, which spread viruses, trojans and more. This is what happens, when we &#8220;lock out&#8221; the normal<br />
users&#8230;.</p>
<hr />Reviews: <a href="http://www.blippr.com/movies/11332-Big" target="_blank">Big</a>, <a href="http://www.blippr.com/music/songs/25555-Today" target="_blank">Today</a></p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d19').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d19" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http%3A%2F%2Fwww.u-r-reality.de%2F2009%2F07%2Fthoughts-about-seo-and-search-engines%2F&amp;submitHeadline=Thoughts+about+SEO+and+search+engines&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.u-r-reality.de%2F2009%2F07%2Fthoughts-about-seo-and-search-engines%2F&amp;title=Thoughts+about+SEO+and+search+engines" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.u-r-reality.de%2F2009%2F07%2Fthoughts-about-seo-and-search-engines%2F&amp;title=Thoughts+about+SEO+and+search+engines" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.u-r-reality.de%2F2009%2F07%2Fthoughts-about-seo-and-search-engines%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.u-r-reality.de%2F2009%2F07%2Fthoughts-about-seo-and-search-engines%2F&amp;title=Thoughts+about+SEO+and+search+engines" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http%3A%2F%2Fwww.u-r-reality.de%2F2009%2F07%2Fthoughts-about-seo-and-search-engines%2F&amp;bm_description=Thoughts+about+SEO+and+search+engines" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http%3A%2F%2Fwww.u-r-reality.de%2F2009%2F07%2Fthoughts-about-seo-and-search-engines%2F&amp;T=Thoughts+about+SEO+and+search+engines" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.u-r-reality.de%2F2009%2F07%2Fthoughts-about-seo-and-search-engines%2F&amp;title=Thoughts+about+SEO+and+search+engines" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.u-r-reality.de%2F2009%2F07%2Fthoughts-about-seo-and-search-engines%2F&amp;title=Thoughts+about+SEO+and+search+engines" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fwww.u-r-reality.de%2F2009%2F07%2Fthoughts-about-seo-and-search-engines%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http%3A%2F%2Fwww.u-r-reality.de%2F2009%2F07%2Fthoughts-about-seo-and-search-engines%2F" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Thoughts+about+SEO+and+search+engines+@+http%3A%2F%2Fwww.u-r-reality.de%2F2009%2F07%2Fthoughts-about-seo-and-search-engines%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fwww.u-r-reality.de%2F2009%2F07%2Fthoughts-about-seo-and-search-engines%2F&amp;t=Thoughts+about+SEO+and+search+engines" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.u-r-reality.de/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d19').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://www.u-r-reality.de/2009/07/thoughts-about-seo-and-search-engines/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
