<?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>Christian - Albert - Mueller . com &#187; admin</title>
	<atom:link href="http://christian-albert-mueller.com/blog/author/admin/feed/" rel="self" type="application/rss+xml" />
	<link>http://christian-albert-mueller.com/blog</link>
	<description>Web Entertainment, Programming, Research and Development since 1992</description>
	<lastBuildDate>Fri, 06 Aug 2010 18:45:40 +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>create ftp user via ssh</title>
		<link>http://christian-albert-mueller.com/blog/create-ftp-user-via-ssh/</link>
		<comments>http://christian-albert-mueller.com/blog/create-ftp-user-via-ssh/#comments</comments>
		<pubDate>Fri, 06 Aug 2010 18:45:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[apache]]></category>

		<guid isPermaLink="false">http://christian-albert-mueller.com/blog/?p=1261</guid>
		<description><![CDATA[<div id='error'>
		<p class='wpdberror'><strong>WordPress database error:</strong> [Unknown column &#039;usrdb_gurcvrah3.camcom_term_taxonomy.ID&#039; in &#039;on clause&#039;]<br />
		<code> SELECT SQL_CALC_FOUND_ROWS distinct camcom_posts.*, yarpp.score FROM camcom_posts  LEFT JOIN camcom_term_relationships ON (camcom_posts.ID = camcom_term_relationships.object_id)  LEFT JOIN camcom_term_taxonomy ON camcom_term_taxonomy.term_taxonomy_id = camcom_term_relationships.term_taxonomy_id join camcom_yarpp_related_cache as yarpp using (ID) WHERE 1=1  AND yarpp.score &gt; 7 and yarpp.reference_ID = 1261 AND camcom_posts.post_type = &#039;post&#039; AND NOT EXISTS (SELECT * FROM camcom_term_relationships JOIN camcom_term_taxonomy ON camcom_term_taxonomy.term_taxonomy_id = camcom_term_relationships.term_taxonomy_id WHERE camcom_term_relationships.object_id = camcom_posts.ID AND camcom_term_taxonomy.taxonomy = &#039;category&#039; AND camcom_term_taxonomy.term_id IN (5) ) and post_date &gt; date_sub(now(), interval 12 month)   ORDER BY yarpp.score DESC  limit 3 </code></p>
		</div><div id='error'>
		<p class='wpdberror'><strong>WordPress database error:</strong> [Unknown column &#039;usrdb_gurcvrah3.camcom_term_taxonomy.ID&#039; in &#039;on clause&#039;]<br />
		<code> SELECT SQL_CALC_FOUND_ROWS distinct camcom_posts.*, yarpp.score FROM camcom_posts  LEFT JOIN camcom_term_relationships ON (camcom_posts.ID = camcom_term_relationships.object_id)  LEFT JOIN camcom_term_taxonomy ON camcom_term_taxonomy.term_taxonomy_id = camcom_term_relationships.term_taxonomy_id join camcom_yarpp_related_cache as yarpp using (ID) WHERE 1=1  AND yarpp.score &gt; 7 and yarpp.reference_ID = 1261 AND camcom_posts.post_type = &#039;post&#039; AND NOT EXISTS (SELECT * FROM camcom_term_relationships JOIN camcom_term_taxonomy ON camcom_term_taxonomy.term_taxonomy_id = camcom_term_relationships.term_taxonomy_id WHERE camcom_term_relationships.object_id = camcom_posts.ID AND camcom_term_taxonomy.taxonomy = &#039;category&#039; AND camcom_term_taxonomy.term_id IN (5) ) and post_date &gt; date_sub(now(), interval 12 month)   ORDER BY yarpp.score DESC  limit 3 </code></p>
		</div><p>To create FTP user through SSH you would need to follow below mentioned steps:</p>
<p>1. Login as root through SSH.</p>
<p>2. Next add the user account you want using the &#8216;useradd&#8217; command</p>
<p>useradd &#60;username&#62;</p>
<p>3. Now create a special group for that user.</p>
<p>groupadd &#60;groupname&#62;</p>
<p>4. Now to add the user to the group</p>
<p>gpasswd -a &#60;username&#62; &#60;groupname&#62;</p>
<p>These commands are non-standard but available on most popular distributions.<br />
If not, then you can try editing /etc/group using your favorite text editor.</p>
<p>5. Change the group ownership of the special directory to that group.</p>
<p>chgrp -R groupname /path/to/your/web/directory</p>
<p>6. Enable write permissions</p>
<p>chmod -R g+rw /path/to/your/web/directory</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet&#8230;</a></p>


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://christian-albert-mueller.com/blog/create-ftp-user-via-ssh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Watch Flash Movies on your iPhone/iPad</title>
		<link>http://christian-albert-mueller.com/blog/watch-flash-movies-on-your-iphoneipad/</link>
		<comments>http://christian-albert-mueller.com/blog/watch-flash-movies-on-your-iphoneipad/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 13:47:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[geek news]]></category>

		<guid isPermaLink="false">http://christian-albert-mueller.com/blog/?p=1243</guid>
		<description><![CDATA[<div id='error'>
		<p class='wpdberror'><strong>WordPress database error:</strong> [Unknown column &#039;usrdb_gurcvrah3.camcom_term_taxonomy.ID&#039; in &#039;on clause&#039;]<br />
		<code> SELECT SQL_CALC_FOUND_ROWS distinct camcom_posts.*, yarpp.score FROM camcom_posts  LEFT JOIN camcom_term_relationships ON (camcom_posts.ID = camcom_term_relationships.object_id)  LEFT JOIN camcom_term_taxonomy ON camcom_term_taxonomy.term_taxonomy_id = camcom_term_relationships.term_taxonomy_id join camcom_yarpp_related_cache as yarpp using (ID) WHERE 1=1  AND yarpp.score &gt; 7 and yarpp.reference_ID = 1243 AND camcom_posts.post_type = &#039;post&#039; AND NOT EXISTS (SELECT * FROM camcom_term_relationships JOIN camcom_term_taxonomy ON camcom_term_taxonomy.term_taxonomy_id = camcom_term_relationships.term_taxonomy_id WHERE camcom_term_relationships.object_id = camcom_posts.ID AND camcom_term_taxonomy.taxonomy = &#039;category&#039; AND camcom_term_taxonomy.term_id IN (5) ) and post_date &gt; date_sub(now(), interval 12 month)   ORDER BY yarpp.score DESC  limit 3 </code></p>
		</div><div id='error'>
		<p class='wpdberror'><strong>WordPress database error:</strong> [Unknown column &#039;usrdb_gurcvrah3.camcom_term_taxonomy.ID&#039; in &#039;on clause&#039;]<br />
		<code> SELECT SQL_CALC_FOUND_ROWS distinct camcom_posts.*, yarpp.score FROM camcom_posts  LEFT JOIN camcom_term_relationships ON (camcom_posts.ID = camcom_term_relationships.object_id)  LEFT JOIN camcom_term_taxonomy ON camcom_term_taxonomy.term_taxonomy_id = camcom_term_relationships.term_taxonomy_id join camcom_yarpp_related_cache as yarpp using (ID) WHERE 1=1  AND yarpp.score &gt; 7 and yarpp.reference_ID = 1243 AND camcom_posts.post_type = &#039;post&#039; AND NOT EXISTS (SELECT * FROM camcom_term_relationships JOIN camcom_term_taxonomy ON camcom_term_taxonomy.term_taxonomy_id = camcom_term_relationships.term_taxonomy_id WHERE camcom_term_relationships.object_id = camcom_posts.ID AND camcom_term_taxonomy.taxonomy = &#039;category&#039; AND camcom_term_taxonomy.term_id IN (5) ) and post_date &gt; date_sub(now(), interval 12 month)   ORDER BY yarpp.score DESC  limit 3 </code></p>
		</div><p>Hi,</p>
<p>Today I just looked again for a solution to watch flash movies (Hulu etc.) on my iPhone</p>
<p>Finaly I found a simple Solution that works fine as long you just like to watch, not interact, whats on your PC/Mac.</p>
<p>1. I installed SoundFlower http://cycling74.com/products/soundflower/ that routes Audio to another Source.</p>
<p>2. I downloaded &#8220;CamTwist&#8221; http://allocinit.com/index.php?title=CamTwist  where I selected a partial frame from my Desktop and set it as a new virtual WebCam.</p>
<p>3. I installed the App (iCam webcam video streaming) from iTunes on my iPhone and installed the server app &#8220;iCamSource&#8221; (from the same developer) on my iMac. There I selected CamTwist as Webcam Source and&#8230;</p>


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://christian-albert-mueller.com/blog/watch-flash-movies-on-your-iphoneipad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create Button in XCode iPhone</title>
		<link>http://christian-albert-mueller.com/blog/create-button-in-xcode-iphone/</link>
		<comments>http://christian-albert-mueller.com/blog/create-button-in-xcode-iphone/#comments</comments>
		<pubDate>Mon, 12 Jul 2010 15:40:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[xcode]]></category>

		<guid isPermaLink="false">http://christian-albert-mueller.com/blog/?p=1241</guid>
		<description><![CDATA[<div id='error'>
		<p class='wpdberror'><strong>WordPress database error:</strong> [Unknown column &#039;usrdb_gurcvrah3.camcom_term_taxonomy.ID&#039; in &#039;on clause&#039;]<br />
		<code> SELECT SQL_CALC_FOUND_ROWS distinct camcom_posts.*, yarpp.score FROM camcom_posts  LEFT JOIN camcom_term_relationships ON (camcom_posts.ID = camcom_term_relationships.object_id)  LEFT JOIN camcom_term_taxonomy ON camcom_term_taxonomy.term_taxonomy_id = camcom_term_relationships.term_taxonomy_id join camcom_yarpp_related_cache as yarpp using (ID) WHERE 1=1  AND yarpp.score &gt; 7 and yarpp.reference_ID = 1241 AND camcom_posts.post_type = &#039;post&#039; AND NOT EXISTS (SELECT * FROM camcom_term_relationships JOIN camcom_term_taxonomy ON camcom_term_taxonomy.term_taxonomy_id = camcom_term_relationships.term_taxonomy_id WHERE camcom_term_relationships.object_id = camcom_posts.ID AND camcom_term_taxonomy.taxonomy = &#039;category&#039; AND camcom_term_taxonomy.term_id IN (5) ) and post_date &gt; date_sub(now(), interval 12 month)   ORDER BY yarpp.score DESC  limit 3 </code></p>
		</div><div id='error'>
		<p class='wpdberror'><strong>WordPress database error:</strong> [Unknown column &#039;usrdb_gurcvrah3.camcom_term_taxonomy.ID&#039; in &#039;on clause&#039;]<br />
		<code> SELECT SQL_CALC_FOUND_ROWS distinct camcom_posts.*, yarpp.score FROM camcom_posts  LEFT JOIN camcom_term_relationships ON (camcom_posts.ID = camcom_term_relationships.object_id)  LEFT JOIN camcom_term_taxonomy ON camcom_term_taxonomy.term_taxonomy_id = camcom_term_relationships.term_taxonomy_id join camcom_yarpp_related_cache as yarpp using (ID) WHERE 1=1  AND yarpp.score &gt; 7 and yarpp.reference_ID = 1241 AND camcom_posts.post_type = &#039;post&#039; AND NOT EXISTS (SELECT * FROM camcom_term_relationships JOIN camcom_term_taxonomy ON camcom_term_taxonomy.term_taxonomy_id = camcom_term_relationships.term_taxonomy_id WHERE camcom_term_relationships.object_id = camcom_posts.ID AND camcom_term_taxonomy.taxonomy = &#039;category&#039; AND camcom_term_taxonomy.term_id IN (5) ) and post_date &gt; date_sub(now(), interval 12 month)   ORDER BY yarpp.score DESC  limit 3 </code></p>
		</div><p>CGRect nextMonthButtonFrame = CGRectMake(10,10,50,50);</p>
<p>UIButton *nextMonthButton = [[UIButton alloc] initWithFrame:nextMonthButtonFrame];</p>
<p>[nextMonthButton setImage:[UIImage imageNamed:@"kal_right_arrow.png"] forState:UIControlStateNormal];</p>
<p>nextMonthButton.contentHorizontalAlignment = UIControlContentHorizontalAlignmentCenter;</p>
<p>nextMonthButton.contentVerticalAlignment = UIControlContentVerticalAlignmentCenter;</p>
<p>[nextMonthButton addTarget:self action:@selector(prevMonth) forControlEvents:UIControlEventTouchUpInside];</p>
<p>[calendarview addSubview:nextMonthButton];</p>
<p>[nextMonthButton release];</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://christian-albert-mueller.com/blog/create-button-in-xcode-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>15 Source Snippes for iPhone / Mac OSX</title>
		<link>http://christian-albert-mueller.com/blog/15-source-snippes-for-iphone-mac-osx/</link>
		<comments>http://christian-albert-mueller.com/blog/15-source-snippes-for-iphone-mac-osx/#comments</comments>
		<pubDate>Sun, 28 Mar 2010 14:46:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://christian-albert-mueller.com/blog/?p=1234</guid>
		<description><![CDATA[<div id='error'>
		<p class='wpdberror'><strong>WordPress database error:</strong> [Unknown column &#039;usrdb_gurcvrah3.camcom_term_taxonomy.ID&#039; in &#039;on clause&#039;]<br />
		<code> SELECT SQL_CALC_FOUND_ROWS distinct camcom_posts.*, yarpp.score FROM camcom_posts  LEFT JOIN camcom_term_relationships ON (camcom_posts.ID = camcom_term_relationships.object_id)  LEFT JOIN camcom_term_taxonomy ON camcom_term_taxonomy.term_taxonomy_id = camcom_term_relationships.term_taxonomy_id join camcom_yarpp_related_cache as yarpp using (ID) WHERE 1=1  AND yarpp.score &gt; 7 and yarpp.reference_ID = 1234 AND camcom_posts.post_type = &#039;post&#039; AND NOT EXISTS (SELECT * FROM camcom_term_relationships JOIN camcom_term_taxonomy ON camcom_term_taxonomy.term_taxonomy_id = camcom_term_relationships.term_taxonomy_id WHERE camcom_term_relationships.object_id = camcom_posts.ID AND camcom_term_taxonomy.taxonomy = &#039;category&#039; AND camcom_term_taxonomy.term_id IN (5) ) and post_date &gt; date_sub(now(), interval 12 month)   ORDER BY yarpp.score DESC  limit 3 </code></p>
		</div><div id='error'>
		<p class='wpdberror'><strong>WordPress database error:</strong> [Unknown column &#039;usrdb_gurcvrah3.camcom_term_taxonomy.ID&#039; in &#039;on clause&#039;]<br />
		<code> SELECT SQL_CALC_FOUND_ROWS distinct camcom_posts.*, yarpp.score FROM camcom_posts  LEFT JOIN camcom_term_relationships ON (camcom_posts.ID = camcom_term_relationships.object_id)  LEFT JOIN camcom_term_taxonomy ON camcom_term_taxonomy.term_taxonomy_id = camcom_term_relationships.term_taxonomy_id join camcom_yarpp_related_cache as yarpp using (ID) WHERE 1=1  AND yarpp.score &gt; 7 and yarpp.reference_ID = 1234 AND camcom_posts.post_type = &#039;post&#039; AND NOT EXISTS (SELECT * FROM camcom_term_relationships JOIN camcom_term_taxonomy ON camcom_term_taxonomy.term_taxonomy_id = camcom_term_relationships.term_taxonomy_id WHERE camcom_term_relationships.object_id = camcom_posts.ID AND camcom_term_taxonomy.taxonomy = &#039;category&#039; AND camcom_term_taxonomy.term_id IN (5) ) and post_date &gt; date_sub(now(), interval 12 month)   ORDER BY yarpp.score DESC  limit 3 </code></p>
		</div><p>Hi, Just i dont have so much time right now, here some snippets I collected for myself over the last couple of weeks</p>
<hr /><strong>1.</strong>
<p>Should u use <strong>Wireshark </strong>and dont get it work, try this to find the Interfaces</p>
<p>sudo chmod 644 /dev/bpf*</p>
<hr /><strong>2.</strong>
<p>MOUNT a ISO within yout MAC OSX<br />
hdiutil mount image.iso</p>
<hr /><strong>3. </strong>
<p>Dump Wifi Data</p>
<p>sudo tcpdump -i en1 -v    // to dump all wifi data</p>
<p>sudo tcpdump -i en0 -v   // to dump all ethernet data</p>
<hr /><strong>4. </strong>
<p>Create a Screenshot programmaticly in your iPhone</p>
<p>IPhone screenshot</p>
<p>CGImageRef UIGetScreenImage();</p>
<hr /><strong>5.</strong>
<p>MySQL TRICK</p>
<p>update cdent_clients set fachcode = replace(fachcode, &#8220;kfo&#8221;, &#8220;kf&#8221;)</p>
<p>= replace all &#8216;kfo&#8217; in fachcode into &#8220;kf&#8221;</p>
<p>update cdent_clients set fachcode&#8230;</p>


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://christian-albert-mueller.com/blog/15-source-snippes-for-iphone-mac-osx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone OpenAL full Source Code Demo</title>
		<link>http://christian-albert-mueller.com/blog/iphone-openal-full-source-code-demo/</link>
		<comments>http://christian-albert-mueller.com/blog/iphone-openal-full-source-code-demo/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 12:40:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[xcode]]></category>

		<guid isPermaLink="false">http://christian-albert-mueller.com/blog/?p=980</guid>
		<description><![CDATA[<div id='error'>
		<p class='wpdberror'><strong>WordPress database error:</strong> [Unknown column &#039;usrdb_gurcvrah3.camcom_term_taxonomy.ID&#039; in &#039;on clause&#039;]<br />
		<code> SELECT SQL_CALC_FOUND_ROWS distinct camcom_posts.*, yarpp.score FROM camcom_posts  LEFT JOIN camcom_term_relationships ON (camcom_posts.ID = camcom_term_relationships.object_id)  LEFT JOIN camcom_term_taxonomy ON camcom_term_taxonomy.term_taxonomy_id = camcom_term_relationships.term_taxonomy_id join camcom_yarpp_related_cache as yarpp using (ID) WHERE 1=1  AND yarpp.score &gt; 7 and yarpp.reference_ID = 980 AND camcom_posts.post_type = &#039;post&#039; AND NOT EXISTS (SELECT * FROM camcom_term_relationships JOIN camcom_term_taxonomy ON camcom_term_taxonomy.term_taxonomy_id = camcom_term_relationships.term_taxonomy_id WHERE camcom_term_relationships.object_id = camcom_posts.ID AND camcom_term_taxonomy.taxonomy = &#039;category&#039; AND camcom_term_taxonomy.term_id IN (5) ) and post_date &gt; date_sub(now(), interval 12 month)   ORDER BY yarpp.score DESC  limit 3 </code></p>
		</div><div id='error'>
		<p class='wpdberror'><strong>WordPress database error:</strong> [Unknown column &#039;usrdb_gurcvrah3.camcom_term_taxonomy.ID&#039; in &#039;on clause&#039;]<br />
		<code> SELECT SQL_CALC_FOUND_ROWS distinct camcom_posts.*, yarpp.score FROM camcom_posts  LEFT JOIN camcom_term_relationships ON (camcom_posts.ID = camcom_term_relationships.object_id)  LEFT JOIN camcom_term_taxonomy ON camcom_term_taxonomy.term_taxonomy_id = camcom_term_relationships.term_taxonomy_id join camcom_yarpp_related_cache as yarpp using (ID) WHERE 1=1  AND yarpp.score &gt; 7 and yarpp.reference_ID = 980 AND camcom_posts.post_type = &#039;post&#039; AND NOT EXISTS (SELECT * FROM camcom_term_relationships JOIN camcom_term_taxonomy ON camcom_term_taxonomy.term_taxonomy_id = camcom_term_relationships.term_taxonomy_id WHERE camcom_term_relationships.object_id = camcom_posts.ID AND camcom_term_taxonomy.taxonomy = &#039;category&#039; AND camcom_term_taxonomy.term_id IN (5) ) and post_date &gt; date_sub(now(), interval 12 month)   ORDER BY yarpp.score DESC  limit 3 </code></p>
		</div><p>Hi,</p>
<p>thanks to Mike from http://www.71squared.com</p>
<p>I go finaly OpenAL playing a Sound on my iPhone <img src='http://christian-albert-mueller.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I am not a big writer as usual so just see the Code</p>
<p style="padding-top: 10px; padding-right: 0px; padding-bottom: 10px; padding-left: 0px; text-decoration: none; outline-width: 0px; outline-style: initial; outline-color: initial; background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; list-style-type: none; list-style-position: initial; list-style-image: initial; line-height: 18px; background-position: initial initial; margin: 0px; border: initial none initial;">You may find a full functional XCode Demo (its on 3.2.2)<br style="text-decoration: none; outline-width: 0px; outline-style: initial; outline-color: initial; background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; list-style-type: none; list-style-position: initial; list-style-image: initial; background-position: initial initial; padding: 0px; margin: 0px; border: initial none initial;" />on my HP: <a style="text-decoration: none; outline-width: 0px; outline-style: initial; outline-color: initial; background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; list-style-type: none; list-style-position: initial; list-style-image: initial; color: #c34629; font-weight: bold; background-position: initial initial; padding: 0px; margin: 0px; border: initial none initial;" rel="nofollow" href="http://2t4u.com/playopenal.zip">http://2t4u.com/playopenal.zip</a></p>
<p style="padding-top: 10px; padding-right: 0px; padding-bottom: 10px; padding-left: 0px; text-decoration: none; outline-width: 0px; outline-style: initial; outline-color: initial; background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; list-style-type: none; list-style-position: initial; list-style-image: initial; line-height: 18px; background-position: initial initial; margin: 0px; border: initial none initial;">I added also a small function: checkSoundWithKeyPlaying(soundID)</p>
<p style="padding-top: 10px; padding-right: 0px; padding-bottom: 10px; padding-left: 0px; text-decoration: none; outline-width: 0px; outline-style: initial; outline-color: initial; background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; list-style-type: none; list-style-position: initial; list-style-image: initial; line-height: 18px; background-position: initial initial; margin: 0px; border: initial none initial;">Just look at the Source and when you start your Project<br style="text-decoration: none; outline-width: 0px; outline-style: initial; outline-color: initial; background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; list-style-type: none; list-style-position: initial; list-style-image: initial; background-position: initial initial; padding: 0px; margin: 0px; border: initial none initial;" />look into your CONSOLE !! to see if the Sound is still playing or not!</p>
<p style="padding-top: 10px; padding-right: 0px; padding-bottom: 10px; padding-left: 0px; text-decoration: none; outline-width: 0px; outline-style: initial; outline-color: initial; background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; list-style-type: none; list-style-position: initial; list-style-image: initial; line-height: 18px; background-position: initial initial; margin: 0px; border: initial none initial;">Enjoy and Thanks to Mike for the Base.</p>
<p style="padding-top: 10px; padding-right: 0px; padding-bottom: 10px; padding-left: 0px; text-decoration: none; outline-width: 0px; outline-style: initial; outline-color: initial; background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; list-style-type: none; list-style-position: initial; list-style-image: initial; line-height: 18px; background-position: initial initial; margin: 0px; border: initial none initial;">Greets<br style="text-decoration: none; outline-width: 0px; outline-style: initial; outline-color: initial; background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; list-style-type: none; list-style-position: initial; list-style-image: initial; background-position: initial initial; padding: 0px; margin: 0px; border: initial none initial;" />Chris</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://christian-albert-mueller.com/blog/iphone-openal-full-source-code-demo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RSS &#8211; PHP Reader</title>
		<link>http://christian-albert-mueller.com/blog/rss-php-reader/</link>
		<comments>http://christian-albert-mueller.com/blog/rss-php-reader/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 16:35:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://christian-albert-mueller.com/blog/?p=978</guid>
		<description><![CDATA[<div id='error'>
		<p class='wpdberror'><strong>WordPress database error:</strong> [Unknown column &#039;usrdb_gurcvrah3.camcom_term_taxonomy.ID&#039; in &#039;on clause&#039;]<br />
		<code> SELECT SQL_CALC_FOUND_ROWS distinct camcom_posts.*, yarpp.score FROM camcom_posts  LEFT JOIN camcom_term_relationships ON (camcom_posts.ID = camcom_term_relationships.object_id)  LEFT JOIN camcom_term_taxonomy ON camcom_term_taxonomy.term_taxonomy_id = camcom_term_relationships.term_taxonomy_id join camcom_yarpp_related_cache as yarpp using (ID) WHERE 1=1  AND yarpp.score &gt; 7 and yarpp.reference_ID = 978 AND camcom_posts.post_type = &#039;post&#039; AND NOT EXISTS (SELECT * FROM camcom_term_relationships JOIN camcom_term_taxonomy ON camcom_term_taxonomy.term_taxonomy_id = camcom_term_relationships.term_taxonomy_id WHERE camcom_term_relationships.object_id = camcom_posts.ID AND camcom_term_taxonomy.taxonomy = &#039;category&#039; AND camcom_term_taxonomy.term_id IN (5) ) and post_date &gt; date_sub(now(), interval 12 month)   ORDER BY yarpp.score DESC  limit 3 </code></p>
		</div><div id='error'>
		<p class='wpdberror'><strong>WordPress database error:</strong> [Unknown column &#039;usrdb_gurcvrah3.camcom_term_taxonomy.ID&#039; in &#039;on clause&#039;]<br />
		<code> SELECT SQL_CALC_FOUND_ROWS distinct camcom_posts.*, yarpp.score FROM camcom_posts  LEFT JOIN camcom_term_relationships ON (camcom_posts.ID = camcom_term_relationships.object_id)  LEFT JOIN camcom_term_taxonomy ON camcom_term_taxonomy.term_taxonomy_id = camcom_term_relationships.term_taxonomy_id join camcom_yarpp_related_cache as yarpp using (ID) WHERE 1=1  AND yarpp.score &gt; 7 and yarpp.reference_ID = 978 AND camcom_posts.post_type = &#039;post&#039; AND NOT EXISTS (SELECT * FROM camcom_term_relationships JOIN camcom_term_taxonomy ON camcom_term_taxonomy.term_taxonomy_id = camcom_term_relationships.term_taxonomy_id WHERE camcom_term_relationships.object_id = camcom_posts.ID AND camcom_term_taxonomy.taxonomy = &#039;category&#039; AND camcom_term_taxonomy.term_id IN (5) ) and post_date &gt; date_sub(now(), interval 12 month)   ORDER BY yarpp.score DESC  limit 3 </code></p>
		</div><p>Simple RSS Reader</p>
<p>function getrssdata($rssx,$item_strip)</p>
<p>{</p>
<p>$rsslength = strlen ($rssx);</p>
<p>$title_start=strpos($item_strip,&#8221;&#60;&#8221;.$rssx.&#8221;&#62;&#8221;);</p>
<p>$title_end=strpos($item_strip,&#8221;&#60;/&#8221;.$rssx.&#8221;&#62;&#8221;);</p>
<p>$title_length=$title_end+$rsslength+3-$title_start;</p>
<p>$title=substr($item_strip, $title_start+$rsslength+2, $title_length-(($rsslength*2)+5));</p>
<p>return trim($title);</p>
<p>}</p>
<p>function readrss($rssfile)</p>
<p>{</p>
<p>global $fldID, $fldCountry, $fldCountryIndex;</p>
<p>$array=file_get_contents($rssfile);</p>
<p>$i=0; $counti=0;</p>
<p>while ($i!=1) {</p>
<p>$item_start=strpos($array,&#8221;&#60;rec&#62;&#8221;);</p>
<p>if ($item_start===false) {</p>
<p>$i=1;</p>
<p>}</p>
<p>else</p>
<p>{</p>
<p>$item_end=strpos($array,&#8221;&#60;/rec&#62;&#8221;);</p>
<p>$item_length=$item_end+6-$item_start;</p>
<p>$item_strip=substr($array,$item_start,$item_length);</p>
<p>$fldID[$counti]           = getrssdata(&#8220;fldID&#8221;,$item_strip);</p>
<p>$fldCountry[$counti]      = getrssdata(&#8220;fldCountry&#8221;,$item_strip);</p>
<p>$fldCountryIndex[$counti] = getrssdata(&#8220;fldCountryIndex&#8221;,$item_strip);</p>
<p>$array=substr($array,$item_end+6); $counti++;</p>
<p>}</p>
<p>}</p>
<p>}</p>
<p>//&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>readrss (&#8220;http://xxx.xx/myxml.xml&#8221;);</p>
<p>$arr_size = count ($fldID);</p>
<p>echo &#8220;Centers found: &#8220;.$arr_size.&#8221;&#60;br&#62;&#60;br&#62;&#8221;;</p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">function getrssdata($rssx,$item_strip)</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">{</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">$rsslength = strlen ($rssx);</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">$title_start=strpos($item_strip,&#8221;&#60;&#8221;.$rssx.&#8221;&#62;&#8221;);</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">$title_end=strpos($item_strip,&#8221;&#60;/&#8221;.$rssx.&#8221;&#62;&#8221;);</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">$title_length=$title_end+$rsslength+3-$title_start;</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">$title=substr($item_strip, $title_start+$rsslength+2, $title_length-(($rsslength*2)+5));</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">return trim($title);</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">}</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">function readrss($rssfile)</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">{</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">global $fldID, $fldCountry, $fldCountryIndex, $fldCity, $fldCityAlias, $fldHost, $fldStreet, $fldcode,</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">$fldCityLocation, $fldTelefon, $fldTelefon2, $fldTelefon3, $fldFax, $fldHandy, $fldHandy2,</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">$fldDWBEmail, $fldForwardEmail, $fldURL, $fldFounded, $fldLongitude, $fldLatitude, $fldTyp;</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">$array=file_get_contents($rssfile);</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">$i=0; $counti=0;</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">while ($i!=1) {</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">$item_start=strpos($array,&#8221;&#60;rec&#62;&#8221;);</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">if ($item_start===false) {</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">$i=1;</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">}</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">else</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">{</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">$item_end=strpos($array,&#8221;&#60;/rec&#62;&#8221;);</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">$item_length=$item_end+6-$item_start;</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">$item_strip=substr($array,$item_start,$item_length);</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">$fldID[$counti]           = getrssdata(&#8220;fldID&#8221;,$item_strip);</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">$fldCountry[$counti]      = getrssdata(&#8220;fldCountry&#8221;,$item_strip);</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">$fldCountryIndex[$counti] = getrssdata(&#8220;fldCountryIndex&#8221;,$item_strip);</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">$fldCity[$counti]<span style="white-space: pre;"> </span> = getrssdata(&#8220;fldCity&#8221;,$item_strip);</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">$fldCityAlias[$counti]<span style="white-space: pre;"> </span> = getrssdata(&#8220;fldCityAlias&#8221;,$item_strip);</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">$fldHost[$counti]<span style="white-space: pre;"> </span> = getrssdata(&#8220;fldHost&#8221;,$item_strip);</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">$fldStreet[$counti]<span style="white-space: pre;"> </span> = getrssdata(&#8220;fldStreet&#8221;,$item_strip);</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">$fldcode[$counti]<span style="white-space: pre;"> </span> = getrssdata(&#8220;fldcode&#8221;,$item_strip);</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">$fldCityLocation[$counti] = getrssdata(&#8220;fldCityLocation&#8221;,$item_strip);</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">$fldTelefon[$counti]<span style="white-space: pre;"> </span> = getrssdata(&#8220;fldTelefon&#8221;,$item_strip);</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">$fldTelefon2[$counti]<span style="white-space: pre;"> </span> = getrssdata(&#8220;fldTelefon2&#8243;,$item_strip);</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">$fldTelefon3[$counti]<span style="white-space: pre;"> </span> = getrssdata(&#8220;fldTelefon3&#8243;,$item_strip);</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">$fldFax[$counti]<span style="white-space: pre;"> </span> = getrssdata(&#8220;fldFax&#8221;,$item_strip);</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">$fldHandy[$counti]<span style="white-space: pre;"> </span> = getrssdata(&#8220;fldHandy&#8221;,$item_strip);</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">$fldHandy2[$counti]<span style="white-space: pre;"> </span> <span style="white-space: pre;"> </span> = getrssdata(&#8220;fldHandy2&#8243;,$item_strip);</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">$fldDWBEmail[$counti]<span style="white-space: pre;"> </span> = getrssdata(&#8220;fldDWBEmail&#8221;,$item_strip);</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">$fldForwardEmail[$counti]&#8230;</div>


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://christian-albert-mueller.com/blog/rss-php-reader/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chat World II / Pre-Register</title>
		<link>http://christian-albert-mueller.com/blog/chat-world-ii-pre-register/</link>
		<comments>http://christian-albert-mueller.com/blog/chat-world-ii-pre-register/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 19:04:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[chat world]]></category>

		<guid isPermaLink="false">http://christian-albert-mueller.com/blog/?p=972</guid>
		<description><![CDATA[<div id='error'>
		<p class='wpdberror'><strong>WordPress database error:</strong> [Unknown column &#039;usrdb_gurcvrah3.camcom_term_taxonomy.ID&#039; in &#039;on clause&#039;]<br />
		<code> SELECT SQL_CALC_FOUND_ROWS distinct camcom_posts.*, yarpp.score FROM camcom_posts  LEFT JOIN camcom_term_relationships ON (camcom_posts.ID = camcom_term_relationships.object_id)  LEFT JOIN camcom_term_taxonomy ON camcom_term_taxonomy.term_taxonomy_id = camcom_term_relationships.term_taxonomy_id join camcom_yarpp_related_cache as yarpp using (ID) WHERE 1=1  AND yarpp.score &gt; 7 and yarpp.reference_ID = 972 AND camcom_posts.post_type = &#039;post&#039; AND NOT EXISTS (SELECT * FROM camcom_term_relationships JOIN camcom_term_taxonomy ON camcom_term_taxonomy.term_taxonomy_id = camcom_term_relationships.term_taxonomy_id WHERE camcom_term_relationships.object_id = camcom_posts.ID AND camcom_term_taxonomy.taxonomy = &#039;category&#039; AND camcom_term_taxonomy.term_id IN (5) ) and post_date &gt; date_sub(now(), interval 12 month)   ORDER BY yarpp.score DESC  limit 3 </code></p>
		</div><div id='error'>
		<p class='wpdberror'><strong>WordPress database error:</strong> [Unknown column &#039;usrdb_gurcvrah3.camcom_term_taxonomy.ID&#039; in &#039;on clause&#039;]<br />
		<code> SELECT SQL_CALC_FOUND_ROWS distinct camcom_posts.*, yarpp.score FROM camcom_posts  LEFT JOIN camcom_term_relationships ON (camcom_posts.ID = camcom_term_relationships.object_id)  LEFT JOIN camcom_term_taxonomy ON camcom_term_taxonomy.term_taxonomy_id = camcom_term_relationships.term_taxonomy_id join camcom_yarpp_related_cache as yarpp using (ID) WHERE 1=1  AND yarpp.score &gt; 7 and yarpp.reference_ID = 972 AND camcom_posts.post_type = &#039;post&#039; AND NOT EXISTS (SELECT * FROM camcom_term_relationships JOIN camcom_term_taxonomy ON camcom_term_taxonomy.term_taxonomy_id = camcom_term_relationships.term_taxonomy_id WHERE camcom_term_relationships.object_id = camcom_posts.ID AND camcom_term_taxonomy.taxonomy = &#039;category&#039; AND camcom_term_taxonomy.term_id IN (5) ) and post_date &gt; date_sub(now(), interval 12 month)   ORDER BY yarpp.score DESC  limit 3 </code></p>
		</div><p>My little App &#8220;<a href="http://christian-albert-mueller.com/blog/chatworld">Chat World</a>&#8221; for Android and iPhone came quiet successful in the last weeks. Over 20.000 Users already used it and more and more are coming.</p>
<p>I had to upgrad my servers, because it came so much load.</p>
<p>Now the next Step: &#8220;Chat World II&#8221;, I am already developing on.</p>
<p>It will include:</p>
<p>- Private Profil<br />
- Your personal picture<br />
- Selecting and hiding Chatters<br />
- many other features that come in my mind while working on <img src='http://christian-albert-mueller.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>In the next Days you will be able to pre-register.</p>
<p>Should u dont know &#8220;Chat World&#8221;, you may search in your Android Market and iTunes Market for iPhone.</p>
<p>Hear you&#8230;</p>


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://christian-albert-mueller.com/blog/chat-world-ii-pre-register/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>copy files and folders from one server to another server</title>
		<link>http://christian-albert-mueller.com/blog/copy-files-and-folders-from-one-server-to-another-server/</link>
		<comments>http://christian-albert-mueller.com/blog/copy-files-and-folders-from-one-server-to-another-server/#comments</comments>
		<pubDate>Sun, 03 Jan 2010 19:31:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[coding]]></category>

		<guid isPermaLink="false">http://christian-albert-mueller.com/blog/?p=969</guid>
		<description><![CDATA[<div id='error'>
		<p class='wpdberror'><strong>WordPress database error:</strong> [Unknown column &#039;usrdb_gurcvrah3.camcom_term_taxonomy.ID&#039; in &#039;on clause&#039;]<br />
		<code> SELECT SQL_CALC_FOUND_ROWS distinct camcom_posts.*, yarpp.score FROM camcom_posts  LEFT JOIN camcom_term_relationships ON (camcom_posts.ID = camcom_term_relationships.object_id)  LEFT JOIN camcom_term_taxonomy ON camcom_term_taxonomy.term_taxonomy_id = camcom_term_relationships.term_taxonomy_id join camcom_yarpp_related_cache as yarpp using (ID) WHERE 1=1  AND yarpp.score &gt; 7 and yarpp.reference_ID = 969 AND camcom_posts.post_type = &#039;post&#039; AND NOT EXISTS (SELECT * FROM camcom_term_relationships JOIN camcom_term_taxonomy ON camcom_term_taxonomy.term_taxonomy_id = camcom_term_relationships.term_taxonomy_id WHERE camcom_term_relationships.object_id = camcom_posts.ID AND camcom_term_taxonomy.taxonomy = &#039;category&#039; AND camcom_term_taxonomy.term_id IN (5) ) and post_date &gt; date_sub(now(), interval 12 month)   ORDER BY yarpp.score DESC  limit 3 </code></p>
		</div><div id='error'>
		<p class='wpdberror'><strong>WordPress database error:</strong> [Unknown column &#039;usrdb_gurcvrah3.camcom_term_taxonomy.ID&#039; in &#039;on clause&#039;]<br />
		<code> SELECT SQL_CALC_FOUND_ROWS distinct camcom_posts.*, yarpp.score FROM camcom_posts  LEFT JOIN camcom_term_relationships ON (camcom_posts.ID = camcom_term_relationships.object_id)  LEFT JOIN camcom_term_taxonomy ON camcom_term_taxonomy.term_taxonomy_id = camcom_term_relationships.term_taxonomy_id join camcom_yarpp_related_cache as yarpp using (ID) WHERE 1=1  AND yarpp.score &gt; 7 and yarpp.reference_ID = 969 AND camcom_posts.post_type = &#039;post&#039; AND NOT EXISTS (SELECT * FROM camcom_term_relationships JOIN camcom_term_taxonomy ON camcom_term_taxonomy.term_taxonomy_id = camcom_term_relationships.term_taxonomy_id WHERE camcom_term_relationships.object_id = camcom_posts.ID AND camcom_term_taxonomy.taxonomy = &#039;category&#039; AND camcom_term_taxonomy.term_id IN (5) ) and post_date &gt; date_sub(now(), interval 12 month)   ORDER BY yarpp.score DESC  limit 3 </code></p>
		</div><p>Hi, you may like to copy whole folders from one server to another.</p>
<p>as long your both server support ssh you should try</p>
<p>scp -r username1@xxx.xxx.xxx.xxx:/home/folderorg username2@yyy.yyy.yyy.yyy:/home/folderdest</p>
<p>its very fast, because you dont have to copy the files to your local pc first.</p>
<p>Just replace username1 with the username from your first server<br />
and xxx.xxx with the IP from your original server</p>
<p>and username2 with the username from your first server<br />
and yyy.yyy with the IP from your destination server</p>
<p>you may also login to your original server and just do<br />
scp -r  /home/folderorg  username2@yyy.yyy.yyy.yyy:/home/destfolder</p>
<p>have fun</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>&#8230;


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://christian-albert-mueller.com/blog/copy-files-and-folders-from-one-server-to-another-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Incredible Pictures</title>
		<link>http://christian-albert-mueller.com/blog/incredible-pictures/</link>
		<comments>http://christian-albert-mueller.com/blog/incredible-pictures/#comments</comments>
		<pubDate>Sun, 03 Jan 2010 16:59:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[geek news]]></category>

		<guid isPermaLink="false">http://christian-albert-mueller.com/blog/?p=967</guid>
		<description><![CDATA[<div id='error'>
		<p class='wpdberror'><strong>WordPress database error:</strong> [Unknown column &#039;usrdb_gurcvrah3.camcom_term_taxonomy.ID&#039; in &#039;on clause&#039;]<br />
		<code> SELECT SQL_CALC_FOUND_ROWS distinct camcom_posts.*, yarpp.score FROM camcom_posts  LEFT JOIN camcom_term_relationships ON (camcom_posts.ID = camcom_term_relationships.object_id)  LEFT JOIN camcom_term_taxonomy ON camcom_term_taxonomy.term_taxonomy_id = camcom_term_relationships.term_taxonomy_id join camcom_yarpp_related_cache as yarpp using (ID) WHERE 1=1  AND yarpp.score &gt; 7 and yarpp.reference_ID = 967 AND camcom_posts.post_type = &#039;post&#039; AND NOT EXISTS (SELECT * FROM camcom_term_relationships JOIN camcom_term_taxonomy ON camcom_term_taxonomy.term_taxonomy_id = camcom_term_relationships.term_taxonomy_id WHERE camcom_term_relationships.object_id = camcom_posts.ID AND camcom_term_taxonomy.taxonomy = &#039;category&#039; AND camcom_term_taxonomy.term_id IN (5) ) and post_date &gt; date_sub(now(), interval 12 month)   ORDER BY yarpp.score DESC  limit 3 </code></p>
		</div><div id='error'>
		<p class='wpdberror'><strong>WordPress database error:</strong> [Unknown column &#039;usrdb_gurcvrah3.camcom_term_taxonomy.ID&#039; in &#039;on clause&#039;]<br />
		<code> SELECT SQL_CALC_FOUND_ROWS distinct camcom_posts.*, yarpp.score FROM camcom_posts  LEFT JOIN camcom_term_relationships ON (camcom_posts.ID = camcom_term_relationships.object_id)  LEFT JOIN camcom_term_taxonomy ON camcom_term_taxonomy.term_taxonomy_id = camcom_term_relationships.term_taxonomy_id join camcom_yarpp_related_cache as yarpp using (ID) WHERE 1=1  AND yarpp.score &gt; 7 and yarpp.reference_ID = 967 AND camcom_posts.post_type = &#039;post&#039; AND NOT EXISTS (SELECT * FROM camcom_term_relationships JOIN camcom_term_taxonomy ON camcom_term_taxonomy.term_taxonomy_id = camcom_term_relationships.term_taxonomy_id WHERE camcom_term_relationships.object_id = camcom_posts.ID AND camcom_term_taxonomy.taxonomy = &#039;category&#039; AND camcom_term_taxonomy.term_id IN (5) ) and post_date &gt; date_sub(now(), interval 12 month)   ORDER BY yarpp.score DESC  limit 3 </code></p>
		</div><p>Today I just would like to share with you the incredible artwork from<br />
<a style="color: #0065cc;" href="http://www.alltelleringet.com/" target="_blank">Erik Johansson</a> . He makes the photos himself and work on them with photoshop.</p>
<p><a href="http://christian-albert-mueller.com/blog/wp-content/uploads/2010/01/erik-johansson-4.jpg" rel="lightbox[967]" title="erik-johansson-4"><img class="size-medium wp-image-966 alignnone" title="erik-johansson-4" src="http://christian-albert-mueller.com/blog/wp-content/uploads/2010/01/erik-johansson-4-234x300.jpg" alt="erik-johansson-4" width="234" height="300" /></a></p>
<p>More from his work you find at his Homepage:</p>
<p><a href="http://www.alltelleringet.com/" target="_blank">http://www.alltelleringet.com/</a></p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://christian-albert-mueller.com/blog/incredible-pictures/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Back from sinai</title>
		<link>http://christian-albert-mueller.com/blog/back-from-sinai/</link>
		<comments>http://christian-albert-mueller.com/blog/back-from-sinai/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 09:35:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[privat chris]]></category>

		<guid isPermaLink="false">http://christian-albert-mueller.com/blog/back-from-sinai/?iphone=true</guid>
		<description><![CDATA[<div id='error'>
		<p class='wpdberror'><strong>WordPress database error:</strong> [Unknown column &#039;usrdb_gurcvrah3.camcom_term_taxonomy.ID&#039; in &#039;on clause&#039;]<br />
		<code> SELECT SQL_CALC_FOUND_ROWS distinct camcom_posts.*, yarpp.score FROM camcom_posts  LEFT JOIN camcom_term_relationships ON (camcom_posts.ID = camcom_term_relationships.object_id)  LEFT JOIN camcom_term_taxonomy ON camcom_term_taxonomy.term_taxonomy_id = camcom_term_relationships.term_taxonomy_id join camcom_yarpp_related_cache as yarpp using (ID) WHERE 1=1  AND yarpp.score &gt; 7 and yarpp.reference_ID = 949 AND camcom_posts.post_type = &#039;post&#039; AND NOT EXISTS (SELECT * FROM camcom_term_relationships JOIN camcom_term_taxonomy ON camcom_term_taxonomy.term_taxonomy_id = camcom_term_relationships.term_taxonomy_id WHERE camcom_term_relationships.object_id = camcom_posts.ID AND camcom_term_taxonomy.taxonomy = &#039;category&#039; AND camcom_term_taxonomy.term_id IN (5) ) and post_date &gt; date_sub(now(), interval 12 month)   ORDER BY yarpp.score DESC  limit 3 </code></p>
		</div><div id='error'>
		<p class='wpdberror'><strong>WordPress database error:</strong> [Unknown column &#039;usrdb_gurcvrah3.camcom_term_taxonomy.ID&#039; in &#039;on clause&#039;]<br />
		<code> SELECT SQL_CALC_FOUND_ROWS distinct camcom_posts.*, yarpp.score FROM camcom_posts  LEFT JOIN camcom_term_relationships ON (camcom_posts.ID = camcom_term_relationships.object_id)  LEFT JOIN camcom_term_taxonomy ON camcom_term_taxonomy.term_taxonomy_id = camcom_term_relationships.term_taxonomy_id join camcom_yarpp_related_cache as yarpp using (ID) WHERE 1=1  AND yarpp.score &gt; 7 and yarpp.reference_ID = 949 AND camcom_posts.post_type = &#039;post&#039; AND NOT EXISTS (SELECT * FROM camcom_term_relationships JOIN camcom_term_taxonomy ON camcom_term_taxonomy.term_taxonomy_id = camcom_term_relationships.term_taxonomy_id WHERE camcom_term_relationships.object_id = camcom_posts.ID AND camcom_term_taxonomy.taxonomy = &#039;category&#039; AND camcom_term_taxonomy.term_id IN (5) ) and post_date &gt; date_sub(now(), interval 12 month)   ORDER BY yarpp.score DESC  limit 3 </code></p>
		</div><p>After one month in beautiful Sinai I am back in romania. We started to prepare the house for winter and so all walls get an additional isolation. </p>
<p>Now winter can come and we stay warm inside. Instead of freezing our body and conservating it for the future generations</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://christian-albert-mueller.com/blog/back-from-sinai/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
