<?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 Proell</title>
	<atom:link href="http://www.cproell.de/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cproell.de</link>
	<description>Apple · Linux · Windows · Administration · WordPress · Development</description>
	<lastBuildDate>Wed, 09 May 2012 13:53:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Synology: Nach DSM Update funktionier ipkg nicht mehr</title>
		<link>http://www.cproell.de/2012/05/09/synology-nach-dsm-update-funktionier-ipkg-nicht-mehr/</link>
		<comments>http://www.cproell.de/2012/05/09/synology-nach-dsm-update-funktionier-ipkg-nicht-mehr/#comments</comments>
		<pubDate>Wed, 09 May 2012 13:53:11 +0000</pubDate>
		<dc:creator>Christian</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[dsm]]></category>
		<category><![CDATA[ipkg]]></category>
		<category><![CDATA[nas]]></category>
		<category><![CDATA[optware]]></category>
		<category><![CDATA[synology]]></category>

		<guid isPermaLink="false">http://cproell.de/?p=803</guid>
		<description><![CDATA[Auf meinem Synology NAS habe ich u. a. auch ipkg installiert, damit lässt sich schliesslich einiges mehr aus dem NAS herauskitzeln. Nur wie immer, nach einem Update des DSM funktioniert ipkg nicht mehr. Ist aber nicht so schlimm, einen Neuinstallation braucht es nicht einmal. Zuerst logge ich mich über SSH in die DiskStation ein und [...]]]></description>
			<content:encoded><![CDATA[<p>Auf meinem Synology NAS habe ich u. a. auch ipkg installiert, damit lässt sich schliesslich einiges mehr aus dem NAS herauskitzeln. Nur wie immer, nach einem Update des DSM funktioniert ipkg nicht mehr. Ist aber nicht so schlimm, einen Neuinstallation braucht es nicht einmal.</p>
<p>Zuerst logge ich mich über SSH in die DiskStation ein und stelle den Symlink zu optware wieder her:</p>
<p><code>ln -s /volume1/@optware /opt</code></p>
<p>Danach werden die beiden Dateien <strong>/etc/profile</strong> und <strong>/root/.profile</strong> editiert, in dem Fall ist vi der einzig verfügbare Editor.</p>
<p>In beiden Dateien muss am Anfang der Variable PATH jeweils</p>
<p><code>/opt/bin:/opt/sbin</code></p>
<p>stehen. Am Ende sollte die PATH-Zeile in etwa so aussehen:</p>
<p><code>PATH=/opt/bin:/opt/sbin:/bin:/sbin: [...]</code></p>
<p>Ein Reboot des NAS ist im Normalfall nicht nötig, ein erneutes Einloggen reicht und ipkg steht wieder zur Verfügung.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cproell.de/2012/05/09/synology-nach-dsm-update-funktionier-ipkg-nicht-mehr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WP Plugin: &#8220;Facebook Page Publish&#8221; access permissions are missing</title>
		<link>http://www.cproell.de/2012/05/07/wp-plugin-facebook-page-publish-access-permissions-are-missing/</link>
		<comments>http://www.cproell.de/2012/05/07/wp-plugin-facebook-page-publish-access-permissions-are-missing/#comments</comments>
		<pubDate>Mon, 07 May 2012 12:28:09 +0000</pubDate>
		<dc:creator>Christian</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[publish]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://cproell.de/?p=800</guid>
		<description><![CDATA[Beim Veröffentlichen des letzten Artikels von mir, bekam ich eine Fehlermeldung des von mir verwendeten Plugins &#8220;Facebook Page Publish&#8221; (aktuelle Version 0.3.9). Mit diesem Plugin lassen sich neue Artikel automatisch auf Facebook posten. Doch diesmal ging es schief. Folgende Fehlermeldung trat bei den Einstellungen des Plugins auf: Some or all access permissions are missing. Please [...]]]></description>
			<content:encoded><![CDATA[<p>Beim Veröffentlichen des letzten Artikels von mir, bekam ich eine Fehlermeldung des von mir verwendeten Plugins &#8220;<a title="Facebook Page Publish" href="http://wordpress.org/extend/plugins/facebook-page-publish/" target="_blank">Facebook Page Publish</a>&#8221; (aktuelle Version 0.3.9). Mit diesem Plugin lassen sich neue Artikel automatisch auf Facebook posten. Doch diesmal ging es schief.</p>
<p>Folgende Fehlermeldung trat bei den Einstellungen des Plugins auf:</p>
<p><code>Some or all access permissions are missing. Please click the button Grant access rights! and authorize the plugin to post to your Facebook profile or page.<br />
[Error occured at line 774]<br />
Your page or profile's access permissions could not be verified.<br />
</code></p>
<p>Grund der Fehlermeldung liegt wohl bei Facebook: <a title="Removal of offline_access permission" href="https://developers.facebook.com/roadmap/offline-access-removal/" target="_blank">Removal of offline access permission</a>.  Aber es gibt zum Glück bereits eine <a title="WordPress Support: [Plugin: Facebook Page Publish] Your page or profile's access permissions could not be verified (48 posts)" href="http://wordpress.org/support/topic/plugin-facebook-page-publish-your-page-or-profiles-access-permissions-could-not-be-verified#post-2585117" target="_blank">Lösung</a> dafür.</p>
<p>In der Datei wp-content/plugins/facebook-page-publish/<strong>fpp_index.php</strong> wird die Zeile <strong>594</strong></p>
<p><code>preg_match('/^.+=\s*(.+)/', $access_token_url, $matches);</code></p>
<p>durch</p>
<p><code>preg_match('/access_token=(.*)&amp;expires/', $access_token_url, $matches);</code></p>
<p>ersetzt. In der Zeile <strong>663</strong> wird</p>
<p><code>$permissions = array('offline_access', 'share_item');</code></p>
<p>zu</p>
<p><code>$permissions = array('share_item');</code></p>
<p>Schon funktioniert das Plugin wieder. Evtl. muss man noch einmal die Zugriffsrechte gewähren.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cproell.de/2012/05/07/wp-plugin-facebook-page-publish-access-permissions-are-missing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;Gebrochene Einstellungen&#8221;</title>
		<link>http://www.cproell.de/2012/05/07/gebrochene-einstellungen/</link>
		<comments>http://www.cproell.de/2012/05/07/gebrochene-einstellungen/#comments</comments>
		<pubDate>Mon, 07 May 2012 12:04:14 +0000</pubDate>
		<dc:creator>Christian</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[cleanmymac]]></category>
		<category><![CDATA[fehler]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[übersetzung]]></category>

		<guid isPermaLink="false">http://cproell.de/?p=793</guid>
		<description><![CDATA[CleanMyMac gehört für mich schon zur Kategorie der besseren Systemwartungsprogramme. Auch die Überwachung des Papierkorbs ist ein nettes Feature. Nörgeln konnte ich an der Software nix, nur heute ist mir aufgefallen dass wohl bei der Übersetzung irgendwas nicht mit richtigen Dingen zuging. Was bitte sind &#8220;Gebrochene Einstellungen&#8221;? Naja, gelacht habe ich trotzdem über diesen Fauxpas]]></description>
			<content:encoded><![CDATA[<p><a title="CleanMyMac" href="http://macpaw.com/" target="_blank">CleanMyMac</a> gehört für mich schon zur Kategorie der besseren Systemwartungsprogramme. Auch die Überwachung des Papierkorbs ist ein nettes Feature. Nörgeln konnte ich an der Software nix, nur heute ist mir aufgefallen dass wohl bei der Übersetzung irgendwas nicht mit richtigen Dingen zuging. Was bitte sind &#8220;Gebrochene Einstellungen&#8221;? <img src='http://www.cproell.de/wp-includes/images/smilies/icon_confused.gif' alt=':-?' class='wp-smiley' /> </p>
<p><a href="http://cproell.de/static/2012/05/gebrochene-einstellungen.png"><img class="alignnone size-full wp-image-794" title="Gebrochene Einstellungen" src="http://cproell.de/static/2012/05/gebrochene-einstellungen.png" alt="" width="605" height="118" /></a></p>
<p>Naja, gelacht habe ich trotzdem über diesen Fauxpas <img src='http://www.cproell.de/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.cproell.de/2012/05/07/gebrochene-einstellungen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Meine Lieblings iOS Apps (iPhone und iPad)</title>
		<link>http://www.cproell.de/2012/04/20/meine-lieblings-ios-apps-iphone-und-ipad/</link>
		<comments>http://www.cproell.de/2012/04/20/meine-lieblings-ios-apps-iphone-und-ipad/#comments</comments>
		<pubDate>Fri, 20 Apr 2012 13:40:06 +0000</pubDate>
		<dc:creator>Christian</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://cproell.de/?p=740</guid>
		<description><![CDATA[Jeder iPhone oder/und iPad Besitzer probiert mit Sicherheit eine Unmenge von Apps aus. Nicht viele verbleiben auf seinem Gerät, und nur wenige mausern sich zur Lieblings-App. So natürlich auch bei mir. Ich möchte hier einmal all meine meistbenutzten Apps vorstellen: Twitterific ist bisher mein meistgenutzter Twitterclient. Nicht nur weil er ein guter Client ist, sondern [...]]]></description>
			<content:encoded><![CDATA[<p>Jeder iPhone oder/und iPad Besitzer probiert mit Sicherheit eine Unmenge von Apps aus. Nicht viele verbleiben auf seinem Gerät, und nur wenige mausern sich zur Lieblings-App. So natürlich auch bei mir. Ich möchte hier einmal all meine meistbenutzten Apps vorstellen:</p>
<p><a title="Twitterific" href="http://iconfactory.com/software/twitterrific" target="_blank">Twitterific</a> ist bisher mein meistgenutzter Twitterclient. Nicht nur weil er ein guter Client ist, sondern auch dass es neben der iOS-App eine Mac-App gibt. Was er den meisten Apps voraus hat, ist der Timeline-Sync via <a title="Tweet Marker" href="http://tweetmarker.net/" target="_blank">Tweet Marker</a>. Die bietet zwar auch mein zweitliebster Client <a title="Tweetbot" href="http://tapbots.com/software/tweetbot/" target="_blank">TweetBot</a> an, aber es existiert leider noch keine Mac-App. Sollte sich dies einmal ändern, stehen die Chancen sicher gut dass dieser dann Twitterific ablöst.</p>
<span class="apps"><a class="Bild" href="http://www.cproell.de/wp-content/plugins/appstore/AppStore.php?appid=359914600" target="_blank"><img class="Image" align="left" src="http://www.cproell.de/wp-content/plugins/appstore/cache/359914600.png" alt="Twitterrific for Twitter (AppStore Link) " /></a> <span class="Titel">Twitterrific for Twitter</span><br /> <span class="Hersteller">Hersteller: </span> <a href="http://twitterrific.com" target="_blank">The Iconfactory</a><br /> <div><span class="Freigabe">Freigabe: </span>4+<img class="ratingStarsImg" src="http://www.cproell.de/wp-content/plugins/appstore/images/stars4.png" alt="4" title = "9 Ratings" ></div> <span class="Preis">Preis: </span>Kostenlos <span class="Download"><a href="http://www.cproell.de/wp-content/plugins/appstore/AppStore.php?appid=359914600" rel="nofollow" target="_blank" >Download (Affiliate Link)</a></span></span><div style="clear: both"></div>
<span class="apps"><a class="Bild" href="http://www.cproell.de/wp-content/plugins/appstore/AppStore.php?appid=428851691" target="_blank"><img class="Image" align="left" src="http://www.cproell.de/wp-content/plugins/appstore/cache/428851691.png" alt="Tweetbot — Der Twitter Client mit Charme für das iPhone (AppStore Link) " /></a> <span class="Titel">Tweetbot — Der Twitter Client mit Charme für das iPhone</span><br /> <span class="Hersteller">Hersteller: </span> <a href="http://tapbots.com/software/tweetbot" target="_blank">Tapbots</a><br /> <div><span class="Freigabe">Freigabe: </span>4+<img class="ratingStarsImg" src="http://www.cproell.de/wp-content/plugins/appstore/images/stars5.png" alt="5" title = "16 Ratings" ></div> <span class="Preis">Preis: </span>2.39 &#8364; <span class="Download"><a href="http://www.cproell.de/wp-content/plugins/appstore/AppStore.php?appid=428851691" rel="nofollow" target="_blank" >Download (Affiliate Link)</a></span></span><div style="clear: both"></div>
<span class="apps"><a class="Bild" href="http://www.cproell.de/wp-content/plugins/appstore/AppStore.php?appid=498801050" target="_blank"><img class="Image" align="left" src="http://www.cproell.de/wp-content/plugins/appstore/cache/498801050.png" alt="Tweetbot — Der Twitter Client mit Charme für das iPad (AppStore Link) " /></a> <span class="Titel">Tweetbot — Der Twitter Client mit Charme für das iPad</span><br /> <span class="Hersteller">Hersteller: </span> <a href="http://tapbots.com/software/tweetbot/ipad" target="_blank">Tapbots</a><br /> <div><span class="Freigabe">Freigabe: </span>4+<img class="ratingStarsImg" src="http://www.cproell.de/wp-content/plugins/appstore/images/stars5.png" alt="5" title = "14 Ratings" ></div> <span class="Preis">Preis: </span>2.39 &#8364; <span class="Download"><a href="http://www.cproell.de/wp-content/plugins/appstore/AppStore.php?appid=498801050" rel="nofollow" target="_blank" >Download (Affiliate Link)</a></span></span><div style="clear: both"></div>
<p>&nbsp;</p>
<p>Wer <a title="Facebook" href="https://www.facebook.com/" target="_blank">Facebook</a> verwendet, braucht selbstverständlich auch die entsprechende App. Da reicht mir die von Facebook vollkommen.</p>
<span class="apps"><a class="Bild" href="http://www.cproell.de/wp-content/plugins/appstore/AppStore.php?appid=284882215" target="_blank"><img class="Image" align="left" src="http://www.cproell.de/wp-content/plugins/appstore/cache/284882215.png" alt="Facebook (AppStore Link) " /></a> <span class="Titel">Facebook</span><br /> <span class="Hersteller">Hersteller: </span> <a href="http://www.facebook.com/iphone" target="_blank">Facebook, Inc.</a><br /> <div><span class="Freigabe">Freigabe: </span>4+<img class="ratingStarsImg" src="http://www.cproell.de/wp-content/plugins/appstore/images/stars2.png" alt="2" title = "4460 Ratings" ></div> <span class="Preis">Preis: </span>Kostenlos <span class="Download"><a href="http://www.cproell.de/wp-content/plugins/appstore/AppStore.php?appid=284882215" rel="nofollow" target="_blank" >Download (Affiliate Link)</a></span></span><div style="clear: both"></div>
<p>&nbsp;</p>
<p>RSS Reader habe ich zwei getestet. Ich verwende auf dem iPhone <a title="Reeder" href="http://reederapp.com/" target="_blank">Reeder</a>, auf dem iPad allerdings <a title="Mr. Reader" href="http://www.curioustimes.de/mrreader/" target="_blank">Mr. Reader</a>.</p>
<span class="apps"><a class="Bild" href="http://www.cproell.de/wp-content/plugins/appstore/AppStore.php?appid=412874834" target="_blank"><img class="Image" align="left" src="http://www.cproell.de/wp-content/plugins/appstore/cache/412874834.png" alt="Mr. Reader (AppStore Link) " /></a> <span class="Titel">Mr. Reader</span><br /> <span class="Hersteller">Hersteller: </span> <a href="http://www.curioustimes.de/mrreader/index.html" target="_blank">Oliver Fuerniss</a><br /> <div><span class="Freigabe">Freigabe: </span>4+<img class="ratingStarsImg" src="http://www.cproell.de/wp-content/plugins/appstore/images/stars5.png" alt="5" title = "69 Ratings" ></div> <span class="Preis">Preis: </span>2.99 &#8364; <span class="Download"><a href="http://www.cproell.de/wp-content/plugins/appstore/AppStore.php?appid=412874834" rel="nofollow" target="_blank" >Download (Affiliate Link)</a></span></span><div style="clear: both"></div>
<span class="apps"><a class="Bild" href="http://www.cproell.de/wp-content/plugins/appstore/AppStore.php?appid=325502379" target="_blank"><img class="Image" align="left" src="http://www.cproell.de/wp-content/plugins/appstore/cache/325502379.png" alt="Reeder (AppStore Link) " /></a> <span class="Titel">Reeder</span><br /> <span class="Hersteller">Hersteller: </span> <a href="http://reederapp.com" target="_blank">Silvio Rizzi</a><br /> <div><span class="Freigabe">Freigabe: </span>4+<img class="ratingStarsImg" src="http://www.cproell.de/wp-content/plugins/appstore/images/stars4.png" alt="4" title = "56 Ratings" ></div> <span class="Preis">Preis: </span>2.39 &#8364; <span class="Download"><a href="http://www.cproell.de/wp-content/plugins/appstore/AppStore.php?appid=325502379" rel="nofollow" target="_blank" >Download (Affiliate Link)</a></span></span><div style="clear: both"></div>
<span class="apps"><a class="Bild" href="http://www.cproell.de/wp-content/plugins/appstore/AppStore.php?appid=375661689" target="_blank"><img class="Image" align="left" src="http://www.cproell.de/wp-content/plugins/appstore/cache/375661689.png" alt="Reeder for iPad (AppStore Link) " /></a> <span class="Titel">Reeder for iPad</span><br /> <span class="Hersteller">Hersteller: </span> <a href="http://reederapp.com" target="_blank">Silvio Rizzi</a><br /> <div><span class="Freigabe">Freigabe: </span>4+<img class="ratingStarsImg" src="http://www.cproell.de/wp-content/plugins/appstore/images/stars4.png" alt="4" title = "57 Ratings" ></div> <span class="Preis">Preis: </span>3.99 &#8364; <span class="Download"><a href="http://www.cproell.de/wp-content/plugins/appstore/AppStore.php?appid=375661689" rel="nofollow" target="_blank" >Download (Affiliate Link)</a></span></span><div style="clear: both"></div>
<p>&nbsp;</p>
<p>Ist gerade keine Zeit zum Lesen eines interessanten Artikels, kann man sich bei dem Dienst <a title="Pocket" href="http://getpocket.com/" target="_blank">Pocket</a> (früher Read It Later) diesen Artikel speichern, um ihn später in aller Ruhe zu lesen.</p>
<span class="apps"><a class="Bild" href="http://www.cproell.de/wp-content/plugins/appstore/AppStore.php?appid=309601447" target="_blank"><img class="Image" align="left" src="http://www.cproell.de/wp-content/plugins/appstore/cache/309601447.png" alt="Pocket (Formerly Read It Later) (AppStore Link) " /></a> <span class="Titel">Pocket (Formerly Read It Later)</span><br /> <span class="Hersteller">Hersteller: </span> <a href="http://getpocket.com/" target="_blank">Idea Shower</a><br /> <div><span class="Freigabe">Freigabe: </span>4+<img class="ratingStarsImg" src="http://www.cproell.de/wp-content/plugins/appstore/images/stars4.5.png" alt="4.5" title = "10 Ratings" ></div> <span class="Preis">Preis: </span>Kostenlos <span class="Download"><a href="http://www.cproell.de/wp-content/plugins/appstore/AppStore.php?appid=309601447" rel="nofollow" target="_blank" >Download (Affiliate Link)</a></span></span><div style="clear: both"></div>
<p>&nbsp;</p>
<p>Mit dem iPad lassen sich auch Office Arbeiten durchführen, zwar nicht so komfortabel wie auf einem Notebook oder Desktoprechner, aber für zwischendurch ist es ok. Auf dem iPhone laufen diese Apps zwar auch, aber arbeiten ist damit nur sehr eingeschränkt möglich.</p>
<span class="apps"><a class="Bild" href="http://www.cproell.de/wp-content/plugins/appstore/AppStore.php?appid=361309726" target="_blank"><img class="Image" align="left" src="http://www.cproell.de/wp-content/plugins/appstore/cache/361309726.png" alt="Pages (AppStore Link) " /></a> <span class="Titel">Pages</span><br /> <span class="Hersteller">Hersteller: </span> <a href="http://www.apple.com/de/ipad/features/pages.html" target="_blank">iTunes S.a.r.l.</a><br /> <div><span class="Freigabe">Freigabe: </span>4+<img class="ratingStarsImg" src="http://www.cproell.de/wp-content/plugins/appstore/images/stars3.5.png" alt="3.5" title = "448 Ratings" ></div> <span class="Preis">Preis: </span>7.99 &#8364; <span class="Download"><a href="http://www.cproell.de/wp-content/plugins/appstore/AppStore.php?appid=361309726" rel="nofollow" target="_blank" >Download (Affiliate Link)</a></span></span><div style="clear: both"></div>
<span class="apps"><a class="Bild" href="http://www.cproell.de/wp-content/plugins/appstore/AppStore.php?appid=361304891" target="_blank"><img class="Image" align="left" src="http://www.cproell.de/wp-content/plugins/appstore/cache/361304891.png" alt="Numbers (AppStore Link) " /></a> <span class="Titel">Numbers</span><br /> <span class="Hersteller">Hersteller: </span> <a href="http://www.apple.com/de/ipad/features/numbers.html" target="_blank">iTunes S.a.r.l.</a><br /> <div><span class="Freigabe">Freigabe: </span>4+<img class="ratingStarsImg" src="http://www.cproell.de/wp-content/plugins/appstore/images/stars3.5.png" alt="3.5" title = "177 Ratings" ></div> <span class="Preis">Preis: </span>7.99 &#8364; <span class="Download"><a href="http://www.cproell.de/wp-content/plugins/appstore/AppStore.php?appid=361304891" rel="nofollow" target="_blank" >Download (Affiliate Link)</a></span></span><div style="clear: both"></div>
<span class="apps"><a class="Bild" href="http://www.cproell.de/wp-content/plugins/appstore/AppStore.php?appid=361285480" target="_blank"><img class="Image" align="left" src="http://www.cproell.de/wp-content/plugins/appstore/cache/361285480.png" alt="Keynote (AppStore Link) " /></a> <span class="Titel">Keynote</span><br /> <span class="Hersteller">Hersteller: </span> <a href="http://www.apple.com/de/ipad/features/keynote.html" target="_blank">iTunes S.a.r.l.</a><br /> <div><span class="Freigabe">Freigabe: </span>4+<img class="ratingStarsImg" src="http://www.cproell.de/wp-content/plugins/appstore/images/stars4.png" alt="4" title = "214 Ratings" ></div> <span class="Preis">Preis: </span>7.99 &#8364; <span class="Download"><a href="http://www.cproell.de/wp-content/plugins/appstore/AppStore.php?appid=361285480" rel="nofollow" target="_blank" >Download (Affiliate Link)</a></span></span><div style="clear: both"></div>
<p>&nbsp;</p>
<p>Zum Bearbeiten von Bildern bieten sich inzwischen mehrere Apps an. Ich persönlich mache aber nicht allzu viel Gebrauch davon. Ich verwende meist nur iPhoto und <a title="SnapSeed" href="http://www.snapseed.com/de/" target="_blank">Snapseed</a>.</p>
<span class="apps"><a class="Bild" href="http://www.cproell.de/wp-content/plugins/appstore/AppStore.php?appid=497786065" target="_blank"><img class="Image" align="left" src="http://www.cproell.de/wp-content/plugins/appstore/cache/497786065.png" alt="iPhoto (AppStore Link) " /></a> <span class="Titel">iPhoto</span><br /> <span class="Hersteller">Hersteller: </span> <a href="http://www.apple.com/de/apps/iphoto/" target="_blank">iTunes S.a.r.l.</a><br /> <div><span class="Freigabe">Freigabe: </span>4+<img class="ratingStarsImg" src="http://www.cproell.de/wp-content/plugins/appstore/images/stars3.png" alt="3" title = "141 Ratings" ></div> <span class="Preis">Preis: </span>3.99 &#8364; <span class="Download"><a href="http://www.cproell.de/wp-content/plugins/appstore/AppStore.php?appid=497786065" rel="nofollow" target="_blank" >Download (Affiliate Link)</a></span></span><div style="clear: both"></div>
<span class="apps"><a class="Bild" href="http://www.cproell.de/wp-content/plugins/appstore/AppStore.php?appid=439438619" target="_blank"><img class="Image" align="left" src="http://www.cproell.de/wp-content/plugins/appstore/cache/439438619.png" alt="Snapseed (AppStore Link) " /></a> <span class="Titel">Snapseed</span><br /> <span class="Hersteller">Hersteller: </span> <a href="http://www.niksoftware.com/snapseed" target="_blank">Nik Software, Inc.</a><br /> <div><span class="Freigabe">Freigabe: </span>4+<img class="ratingStarsImg" src="http://www.cproell.de/wp-content/plugins/appstore/images/stars5.png" alt="5" title = "86 Ratings" ></div> <span class="Preis">Preis: </span>3.99 &#8364; <span class="Download"><a href="http://www.cproell.de/wp-content/plugins/appstore/AppStore.php?appid=439438619" rel="nofollow" target="_blank" >Download (Affiliate Link)</a></span></span><div style="clear: both"></div>
<p>&nbsp;</p>
<p>Für meine Notizen verwende ich sowohl auf dem Mac als auch auf iPhone und iPad natürlich den universellen Dienst <a title="Evernote" href="http://www.evernote.com/" target="_blank">Evernote</a>.</p>
<span class="apps"><a class="Bild" href="http://www.cproell.de/wp-content/plugins/appstore/AppStore.php?appid=281796108" target="_blank"><img class="Image" align="left" src="http://www.cproell.de/wp-content/plugins/appstore/cache/281796108.png" alt="Evernote (AppStore Link) " /></a> <span class="Titel">Evernote</span><br /> <span class="Hersteller">Hersteller: </span> <a href="http://www.evernote.com" target="_blank">Evernote</a><br /> <div><span class="Freigabe">Freigabe: </span>4+<img class="ratingStarsImg" src="http://www.cproell.de/wp-content/plugins/appstore/images/stars4.png" alt="4" title = "53 Ratings" ></div> <span class="Preis">Preis: </span>Kostenlos <span class="Download"><a href="http://www.cproell.de/wp-content/plugins/appstore/AppStore.php?appid=281796108" rel="nofollow" target="_blank" >Download (Affiliate Link)</a></span></span><div style="clear: both"></div>
<p>&nbsp;</p>
<p>Passwörter aller Art speichere ich in <a title="1Password" href="https://agilebits.com/onepassword" target="_blank">1Password Pro</a>. Gibts ebenfalls für den Mac und dank Sync über Dropbox funktioniert das alles super.</p>
<span class="apps"><a class="Bild" href="http://www.cproell.de/wp-content/plugins/appstore/AppStore.php?appid=319898689" target="_blank"><img class="Image" align="left" src="http://www.cproell.de/wp-content/plugins/appstore/cache/319898689.png" alt="1Password Pro (AppStore Link) " /></a> <span class="Titel">1Password Pro</span><br /> <span class="Hersteller">Hersteller: </span> <a href="https://agilebits.com/onepassword/iphone" target="_blank">Agilebits Inc.</a><br /> <div><span class="Freigabe">Freigabe: </span>4+<img class="ratingStarsImg" src="http://www.cproell.de/wp-content/plugins/appstore/images/stars4.png" alt="4" title = "15 Ratings" ></div> <span class="Preis">Preis: </span>11.99 &#8364; <span class="Download"><a href="http://www.cproell.de/wp-content/plugins/appstore/AppStore.php?appid=319898689" rel="nofollow" target="_blank" >Download (Affiliate Link)</a></span></span><div style="clear: both"></div>
<p>&nbsp;</p>
<p>Kleinere Texte schreibe sehr gerne in <a title="iA Writer" href="http://www.iawriter.com/" target="_blank">iA Writer</a>. Dank Mac App und Synchronisierung über iCloud gibts da auch keine Probleme mit verschiedenen Versionen der Texte auf den Geräten.</p>
<span class="apps"><a class="Bild" href="http://www.cproell.de/wp-content/plugins/appstore/AppStore.php?appid=392502056" target="_blank"><img class="Image" align="left" src="http://www.cproell.de/wp-content/plugins/appstore/cache/392502056.png" alt="iA Writer (AppStore Link) " /></a> <span class="Titel">iA Writer</span><br /> <span class="Hersteller">Hersteller: </span> <a href="http://www.iawriter.com/" target="_blank">Information Architects Inc.</a><br /> <div><span class="Freigabe">Freigabe: </span>4+<img class="ratingStarsImg" src="http://www.cproell.de/wp-content/plugins/appstore/images/stars4.5.png" alt="4.5" title = "87 Ratings" ></div> <span class="Preis">Preis: </span>0.79 &#8364; <span class="Download"><a href="http://www.cproell.de/wp-content/plugins/appstore/AppStore.php?appid=392502056" rel="nofollow" target="_blank" >Download (Affiliate Link)</a></span></span><div style="clear: both"></div>
<p>&nbsp;</p>
<p><a title="GoodReader" href="http://www.goodiware.com/goodreader.html" target="_blank">GoodReader</a> ist schon sehr lange einer der besten PDF Reader. Bietet ebenfalls Sync über Dropbox und iCloud.</p>
<span class="apps"><a class="Bild" href="http://www.cproell.de/wp-content/plugins/appstore/AppStore.php?appid=306277111" target="_blank"><img class="Image" align="left" src="http://www.cproell.de/wp-content/plugins/appstore/cache/306277111.png" alt="GoodReader for iPhone (AppStore Link) " /></a> <span class="Titel">GoodReader for iPhone</span><br /> <span class="Hersteller">Hersteller: </span> <a href="http://www.goodreader.net/goodreader.html" target="_blank">Yuri Selukoff</a><br /> <div><span class="Freigabe">Freigabe: </span>4+<img class="ratingStarsImg" src="http://www.cproell.de/wp-content/plugins/appstore/images/stars4.5.png" alt="4.5" title = "121 Ratings" ></div> <span class="Preis">Preis: </span>3.99 &#8364; <span class="Download"><a href="http://www.cproell.de/wp-content/plugins/appstore/AppStore.php?appid=306277111" rel="nofollow" target="_blank" >Download (Affiliate Link)</a></span></span><div style="clear: both"></div>
<span class="apps"><a class="Bild" href="http://www.cproell.de/wp-content/plugins/appstore/AppStore.php?appid=363448914" target="_blank"><img class="Image" align="left" src="http://www.cproell.de/wp-content/plugins/appstore/cache/363448914.png" alt="GoodReader for iPad (AppStore Link) " /></a> <span class="Titel">GoodReader for iPad</span><br /> <span class="Hersteller">Hersteller: </span> <a href="http://www.goodreader.net/goodreader.html" target="_blank">Yuri Selukoff</a><br /> <div><span class="Freigabe">Freigabe: </span>4+<img class="ratingStarsImg" src="http://www.cproell.de/wp-content/plugins/appstore/images/stars4.5.png" alt="4.5" title = "742 Ratings" ></div> <span class="Preis">Preis: </span>3.99 &#8364; <span class="Download"><a href="http://www.cproell.de/wp-content/plugins/appstore/AppStore.php?appid=363448914" rel="nofollow" target="_blank" >Download (Affiliate Link)</a></span></span><div style="clear: both"></div>
<p>&nbsp;</p>
<p><a title="Dropbox" href="https://www.dropbox.com/" target="_blank">Dropbox</a>. Wer kenn diesen Dienst nicht. Auch hierfür gibts ne App.</p>
<span class="apps"><a class="Bild" href="http://www.cproell.de/wp-content/plugins/appstore/AppStore.php?appid=327630330" target="_blank"><img class="Image" align="left" src="http://www.cproell.de/wp-content/plugins/appstore/cache/327630330.png" alt="Dropbox (AppStore Link) " /></a> <span class="Titel">Dropbox</span><br /> <span class="Hersteller">Hersteller: </span> <a href="http://www.dropbox.com" target="_blank">Dropbox, Inc.</a><br /> <div><span class="Freigabe">Freigabe: </span>4+<img class="ratingStarsImg" src="http://www.cproell.de/wp-content/plugins/appstore/images/stars4.png" alt="4" title = "130 Ratings" ></div> <span class="Preis">Preis: </span>Kostenlos <span class="Download"><a href="http://www.cproell.de/wp-content/plugins/appstore/AppStore.php?appid=327630330" rel="nofollow" target="_blank" >Download (Affiliate Link)</a></span></span><div style="clear: both"></div>
<p>&nbsp;</p>
<p>Zum chatten gibt es ebenfalls genug Apps. Sei es von den einzelnen Diensten angebotenen eigenen Apps, oder durch Multimessengern. Ich nutze hierzu gerne <a title="IM+ Pro" href="http://shape.ag/en/products/details.php?product=im&amp;platform=iphone" target="_blank">IM+ Pro</a>. Bietet auch Skype Unterstützung.</p>
<span class="apps"><a class="Bild" href="http://www.cproell.de/wp-content/plugins/appstore/AppStore.php?appid=296246130" target="_blank"><img class="Image" align="left" src="http://www.cproell.de/wp-content/plugins/appstore/cache/296246130.png" alt="IM+ Pro (AppStore Link) " /></a> <span class="Titel">IM+ Pro</span><br /> <span class="Hersteller">Hersteller: </span> <a href="http://www.shape.ag/en/products/details.php?product=im&platform=iphone" target="_blank">SHAPE Services GmbH</a><br /> <div><span class="Freigabe">Freigabe: </span>4+<img class="ratingStarsImg" src="http://www.cproell.de/wp-content/plugins/appstore/images/stars4.png" alt="4" title = "38 Ratings" ></div> <span class="Preis">Preis: </span>7.99 &#8364; <span class="Download"><a href="http://www.cproell.de/wp-content/plugins/appstore/AppStore.php?appid=296246130" rel="nofollow" target="_blank" >Download (Affiliate Link)</a></span></span><div style="clear: both"></div>
<p>&nbsp;</p>
<p>Quelltexte bearbeite ich mit <a title="Textastic" href="http://www.textasticapp.com/" target="_blank">Textastic</a>. Dieser Editor liefert selbstverständlich einen FTP Client mit, mit dem man sich auf seinen Webserver einklinken kann. Auch WebDav und Dropbox werden unterstützt.</p>
<span class="apps"><a class="Bild" href="http://www.cproell.de/wp-content/plugins/appstore/AppStore.php?appid=383577124" target="_blank"><img class="Image" align="left" src="http://www.cproell.de/wp-content/plugins/appstore/cache/383577124.png" alt="Textastic Code Editor (AppStore Link) " /></a> <span class="Titel">Textastic Code Editor</span><br /> <span class="Hersteller">Hersteller: </span> <a href="http://www.textasticapp.com/" target="_blank">Alexander Blach</a><br /> <div><span class="Freigabe">Freigabe: </span>4+<img class="ratingStarsImg" src="http://www.cproell.de/wp-content/plugins/appstore/images/stars5.png" alt="5" title = "63 Ratings" ></div> <span class="Preis">Preis: </span>7.99 &#8364; <span class="Download"><a href="http://www.cproell.de/wp-content/plugins/appstore/AppStore.php?appid=383577124" rel="nofollow" target="_blank" >Download (Affiliate Link)</a></span></span><div style="clear: both"></div>
<p>&nbsp;</p>
<p>Zum Bloggen gibt es natürlich die WordPress eigene App, ein etwas besserer Client ist aber <a title="Blogsy" href="http://blogsyapp.com/" target="_blank">Blogsy</a>.</p>
<span class="apps"><a class="Bild" href="http://www.cproell.de/wp-content/plugins/appstore/AppStore.php?appid=335703880" target="_blank"><img class="Image" align="left" src="http://www.cproell.de/wp-content/plugins/appstore/cache/335703880.png" alt="WordPress (AppStore Link) " /></a> <span class="Titel">WordPress</span><br /> <span class="Hersteller">Hersteller: </span> <a href="http://ios.wordpress.org" target="_blank">Automattic, Inc.</a><br /> <div><span class="Freigabe">Freigabe: </span>4+<img class="ratingStarsImg" src="http://www.cproell.de/wp-content/plugins/appstore/images/stars4.png" alt="4" title = "31 Ratings" ></div> <span class="Preis">Preis: </span>Kostenlos <span class="Download"><a href="http://www.cproell.de/wp-content/plugins/appstore/AppStore.php?appid=335703880" rel="nofollow" target="_blank" >Download (Affiliate Link)</a></span></span><div style="clear: both"></div>
<span class="apps"><a class="Bild" href="http://www.cproell.de/wp-content/plugins/appstore/AppStore.php?appid=428485324" target="_blank"><img class="Image" align="left" src="http://www.cproell.de/wp-content/plugins/appstore/cache/428485324.png" alt="Blogsy (AppStore Link) " /></a> <span class="Titel">Blogsy</span><br /> <span class="Hersteller">Hersteller: </span> <a href="http://blogsyapp.com" target="_blank">Fomola</a><br /> <div><span class="Freigabe">Freigabe: </span>17+</div> <span class="Preis">Preis: </span>3.99 &#8364; <span class="Download"><a href="http://www.cproell.de/wp-content/plugins/appstore/AppStore.php?appid=428485324" rel="nofollow" target="_blank" >Download (Affiliate Link)</a></span></span><div style="clear: both"></div>
<p>&nbsp;</p>
<p>Zum Verwalten meiner Delicious Bookmarks nutze ich auf dem iPad <a title="dbd" href="http://www.dbdapp.com/" target="_blank">dbd</a>. Auf dem iPhone nutze ich keine App dafür.</p>
<span class="apps"><a class="Bild" href="http://www.cproell.de/wp-content/plugins/appstore/AppStore.php?appid=385468864" target="_blank"><img class="Image" align="left" src="http://www.cproell.de/wp-content/plugins/appstore/cache/385468864.png" alt="DBD Delicious Bookmark Discovery (AppStore Link) " /></a> <span class="Titel">DBD Delicious Bookmark Discovery</span><br /> <span class="Hersteller">Hersteller: </span> <a href="http://www.nuuxo.com/" target="_blank">nuuxo, llc</a><br /> <div><span class="Freigabe">Freigabe: </span>4+<img class="ratingStarsImg" src="http://www.cproell.de/wp-content/plugins/appstore/images/stars4.png" alt="4" title = "1 Ratings" ></div> <span class="Preis">Preis: </span>2.99 &#8364; <span class="Download"><a href="http://www.cproell.de/wp-content/plugins/appstore/AppStore.php?appid=385468864" rel="nofollow" target="_blank" >Download (Affiliate Link)</a></span></span><div style="clear: both"></div>
<p>&nbsp;</p>
<p>Homebanking ist unter iOS auch möglich. Hier hat sich <a title="iOutBank" href="http://www.ioutbank.de/" target="_blank">iOutBank</a> als die beste App herausgestellt.</p>
<span class="apps"><a class="Bild" href="http://www.cproell.de/wp-content/plugins/appstore/AppStore.php?appid=299850339" target="_blank"><img class="Image" align="left" src="http://www.cproell.de/wp-content/plugins/appstore/cache/299850339.png" alt="iOutBank Pro - Mobile Banking (AppStore Link) " /></a> <span class="Titel">iOutBank Pro - Mobile Banking</span><br /> <span class="Hersteller">Hersteller: </span> <a href="http://www.ioutbank.de" target="_blank">stoeger it GmbH</a><br /> <div><span class="Freigabe">Freigabe: </span>4+<img class="ratingStarsImg" src="http://www.cproell.de/wp-content/plugins/appstore/images/stars4.5.png" alt="4.5" title = "118 Ratings" ></div> <span class="Preis">Preis: </span>6.99 &#8364; <span class="Download"><a href="http://www.cproell.de/wp-content/plugins/appstore/AppStore.php?appid=299850339" rel="nofollow" target="_blank" >Download (Affiliate Link)</a></span></span><div style="clear: both"></div>
<span class="apps"><a class="Bild" href="http://www.cproell.de/wp-content/plugins/appstore/AppStore.php?appid=375153597" target="_blank"><img class="Image" align="left" src="http://www.cproell.de/wp-content/plugins/appstore/cache/375153597.png" alt="iOutBank für iPad - Online-Banking immer und überall (AppStore Link) " /></a> <span class="Titel">iOutBank für iPad - Online-Banking immer und überall</span><br /> <span class="Hersteller">Hersteller: </span> <a href="http://www.ioutbank.de" target="_blank">stoeger it GmbH</a><br /> <div><span class="Freigabe">Freigabe: </span>4+<img class="ratingStarsImg" src="http://www.cproell.de/wp-content/plugins/appstore/images/stars4.png" alt="4" title = "62 Ratings" ></div> <span class="Preis">Preis: </span>6.99 &#8364; <span class="Download"><a href="http://www.cproell.de/wp-content/plugins/appstore/AppStore.php?appid=375153597" rel="nofollow" target="_blank" >Download (Affiliate Link)</a></span></span><div style="clear: both"></div>
<p>&nbsp;</p>
<p>Nachdem Apple seine Richtlinien etwas gelockert hat, haben sich auch alternative Browser etabliert. Der beste, finde ich, ist immer noch <a title="iCabMobile" href="http://www.icab.de/mobile.html" target="_blank">iCabMobile</a>. Dieser Browser bietet u. a. an, sich als ein anderer Browser auszugeben. Besonders dann interessant, wenn man nicht die mobile Seite einer Webseite ansurfen will. Twitter ist zum Beispiel so ein Fall.</p>
<span class="apps"><a class="Bild" href="http://www.cproell.de/wp-content/plugins/appstore/AppStore.php?appid=308111628" target="_blank"><img class="Image" align="left" src="http://www.cproell.de/wp-content/plugins/appstore/cache/308111628.png" alt="iCab Mobile (Web Browser) (AppStore Link) " /></a> <span class="Titel">iCab Mobile (Web Browser)</span><br /> <span class="Hersteller">Hersteller: </span> <a href="http://www.icab-mobile.de/" target="_blank">Alexander Clauss</a><br /> <div><span class="Freigabe">Freigabe: </span>17+<img class="ratingStarsImg" src="http://www.cproell.de/wp-content/plugins/appstore/images/stars4.png" alt="4" title = "16 Ratings" ></div> <span class="Preis">Preis: </span>1.59 &#8364; <span class="Download"><a href="http://www.cproell.de/wp-content/plugins/appstore/AppStore.php?appid=308111628" rel="nofollow" target="_blank" >Download (Affiliate Link)</a></span></span><div style="clear: both"></div>
<p>&nbsp;</p>
<p>Leseratten kommen auch auf ihre Kosten. Hierzu bieten sich iBooks an, als auch die Kindle App von Amazon.</p>
<span class="apps"><a class="Bild" href="http://www.cproell.de/wp-content/plugins/appstore/AppStore.php?appid=364709193" target="_blank"><img class="Image" align="left" src="http://www.cproell.de/wp-content/plugins/appstore/cache/364709193.png" alt="iBooks (AppStore Link) " /></a> <span class="Titel">iBooks</span><br /> <span class="Hersteller">Hersteller: </span> <a href="http://www.apple.com/ipad/features/ibooks.html" target="_blank">iTunes S.a.r.l.</a><br /> <div><span class="Freigabe">Freigabe: </span>4+<img class="ratingStarsImg" src="http://www.cproell.de/wp-content/plugins/appstore/images/stars3.5.png" alt="3.5" title = "339 Ratings" ></div> <span class="Preis">Preis: </span>Kostenlos <span class="Download"><a href="http://www.cproell.de/wp-content/plugins/appstore/AppStore.php?appid=364709193" rel="nofollow" target="_blank" >Download (Affiliate Link)</a></span></span><div style="clear: both"></div>
<span class="apps"><a class="Bild" href="http://www.cproell.de/wp-content/plugins/appstore/AppStore.php?appid=302584613" target="_blank"><img class="Image" align="left" src="http://www.cproell.de/wp-content/plugins/appstore/cache/302584613.png" alt="Kindle (AppStore Link) " /></a> <span class="Titel">Kindle</span><br /> <span class="Hersteller">Hersteller: </span> <a href="http://www.amazon.de/kindle-iphone" target="_blank">AMZN Mobile LLC</a><br /> <div><span class="Freigabe">Freigabe: </span>4+<img class="ratingStarsImg" src="http://www.cproell.de/wp-content/plugins/appstore/images/stars3.5.png" alt="3.5" title = "223 Ratings" ></div> <span class="Preis">Preis: </span>Kostenlos <span class="Download"><a href="http://www.cproell.de/wp-content/plugins/appstore/AppStore.php?appid=302584613" rel="nofollow" target="_blank" >Download (Affiliate Link)</a></span></span><div style="clear: both"></div>
<p>&nbsp;</p>
<p>News schön präsentieren, das kann <a title="Flipboard" href="http://flipboard.com/" target="_blank">Flipboard</a>. Leider sind die Inhalte meist nur englisch. Ich lese trotzdem sehr gerne in dieser App.</p>
<span class="apps"><a class="Bild" href="http://www.cproell.de/wp-content/plugins/appstore/AppStore.php?appid=358801284" target="_blank"><img class="Image" align="left" src="http://www.cproell.de/wp-content/plugins/appstore/cache/358801284.png" alt="Flipboard: Deine soziale Nachrichten Zeitschrift (AppStore Link) " /></a> <span class="Titel">Flipboard: Deine soziale Nachrichten Zeitschrift</span><br /> <span class="Hersteller">Hersteller: </span> <a href="http://www.flipboard.com" target="_blank">Flipboard, Inc.</a><br /> <div><span class="Freigabe">Freigabe: </span>4+<img class="ratingStarsImg" src="http://www.cproell.de/wp-content/plugins/appstore/images/stars5.png" alt="5" title = "22 Ratings" ></div> <span class="Preis">Preis: </span>Kostenlos <span class="Download"><a href="http://www.cproell.de/wp-content/plugins/appstore/AppStore.php?appid=358801284" rel="nofollow" target="_blank" >Download (Affiliate Link)</a></span></span><div style="clear: both"></div>
<p>&nbsp;</p>
<p>Wer benötigt nicht hin und wieder einmal eine App um z. B. auf seine Daten auf einem NAS zuzugreifen. Hier bietet sich <a title="FileBrowser" href="http://www.stratospherix.com/products/filebrowser/" target="_blank">FileBrowser</a> an. Sehr schön: er bietet SMB Support, d. h. er kann auch auf Windows Maschinen zugreifen. Bilder und Videos lassen sich in der App selber abspielen, ein Export in andere Apps ist eingebaut.</p>
<span class="apps"><a class="Bild" href="http://www.cproell.de/wp-content/plugins/appstore/AppStore.php?appid=364738545" target="_blank"><img class="Image" align="left" src="http://www.cproell.de/wp-content/plugins/appstore/cache/364738545.png" alt="FileBrowser - Access files on remote computers (AppStore Link) " /></a> <span class="Titel">FileBrowser - Access files on remote computers</span><br /> <span class="Hersteller">Hersteller: </span> <a href="http://www.stratospherix.com/products/filebrowser" target="_blank">Stratospherix</a><br /> <div><span class="Freigabe">Freigabe: </span>4+<img class="ratingStarsImg" src="http://www.cproell.de/wp-content/plugins/appstore/images/stars4.png" alt="4" title = "100 Ratings" ></div> <span class="Preis">Preis: </span>3.99 &#8364; <span class="Download"><a href="http://www.cproell.de/wp-content/plugins/appstore/AppStore.php?appid=364738545" rel="nofollow" target="_blank" >Download (Affiliate Link)</a></span></span><div style="clear: both"></div>
<p>&nbsp;</p>
<p>Fernwartung. Auch ein Thema bei dem es einen großen Markt an Apps gibt. Ich habe viele ausprobiert und finde <a title="LogMeIn" href="https://secure.logmein.com/DE/" target="_blank">LogMeIn</a>, nachdem es inzwischen kostenlos ist, am besten. Für SSH Verbindungen ist <a title="iSSH" href="http://www.zinger-soft.com/iSSH_features.html" target="_blank">iSSH</a> sehr gut geeignet.</p>
<span class="apps"><a class="Bild" href="http://www.cproell.de/wp-content/plugins/appstore/AppStore.php?appid=479229407" target="_blank"><img class="Image" align="left" src="http://www.cproell.de/wp-content/plugins/appstore/cache/479229407.png" alt="LogMeIn (AppStore Link) " /></a> <span class="Titel">LogMeIn</span><br /> <span class="Hersteller">Hersteller: </span> <a href="https://secure.logmein.com/products/ios/?WT.mc_id=6654&utm_campaign=6654&utm_medium=AppStore&utm_source=iTunes-LogMeIn" target="_blank">LogMeIn, Inc.</a><br /> <div><span class="Freigabe">Freigabe: </span>4+<img class="ratingStarsImg" src="http://www.cproell.de/wp-content/plugins/appstore/images/stars4.5.png" alt="4.5" title = "65 Ratings" ></div> <span class="Preis">Preis: </span>Kostenlos <span class="Download"><a href="http://www.cproell.de/wp-content/plugins/appstore/AppStore.php?appid=479229407" rel="nofollow" target="_blank" >Download (Affiliate Link)</a></span></span><div style="clear: both"></div>
<span class="apps"><a class="Bild" href="http://www.cproell.de/wp-content/plugins/appstore/AppStore.php?appid=287765826" target="_blank"><img class="Image" align="left" src="http://www.cproell.de/wp-content/plugins/appstore/cache/287765826.png" alt="iSSH - SSH / VNC Console (AppStore Link) " /></a> <span class="Titel">iSSH - SSH / VNC Console</span><br /> <span class="Hersteller">Hersteller: </span> <a href="http://www.zinger-soft.com" target="_blank">Dean Beeler</a><br /> <div><span class="Freigabe">Freigabe: </span>4+<img class="ratingStarsImg" src="http://www.cproell.de/wp-content/plugins/appstore/images/stars5.png" alt="5" title = "1 Ratings" ></div> <span class="Preis">Preis: </span>7.99 &#8364; <span class="Download"><a href="http://www.cproell.de/wp-content/plugins/appstore/AppStore.php?appid=287765826" rel="nofollow" target="_blank" >Download (Affiliate Link)</a></span></span><div style="clear: both"></div>
<p>&nbsp;</p>
<p>Für Zugriffe auf FTP Server gibt es ebenfalls viele Apps. Hier hat sich <a title="FTPOnTheGo" href="http://ftponthego.com/" target="_blank">FTPOnTheGo</a> als recht brauchbar erwiesen.</p>
<span class="apps"><a class="Bild" href="http://www.cproell.de/wp-content/plugins/appstore/AppStore.php?appid=286479936" target="_blank"><img class="Image" align="left" src="http://www.cproell.de/wp-content/plugins/appstore/cache/286479936.png" alt="FTP On The Go (AppStore Link) " /></a> <span class="Titel">FTP On The Go</span><br /> <span class="Hersteller">Hersteller: </span> <a href="http://www.ftponthego.com/" target="_blank">Headlight Software, Inc.</a><br /> <div><span class="Freigabe">Freigabe: </span>17+<img class="ratingStarsImg" src="http://www.cproell.de/wp-content/plugins/appstore/images/stars5.png" alt="5" title = "9 Ratings" ></div> <span class="Preis">Preis: </span>5.49 &#8364; <span class="Download"><a href="http://www.cproell.de/wp-content/plugins/appstore/AppStore.php?appid=286479936" rel="nofollow" target="_blank" >Download (Affiliate Link)</a></span></span><div style="clear: both"></div>
<p>&nbsp;</p>
<p>Für Unterhaltung sorgen bei mir <a title="TuneIn Radio" href="http://tunein.com/" target="_blank">TuneIn Radio Pro</a> und für Podcasts ist <a title="Instacast" href="http://vemedio.com/products/instacast" target="_blank">Instacast</a> sehr gut geeignet.</p>
<span class="apps"><a class="Bild" href="http://www.cproell.de/wp-content/plugins/appstore/AppStore.php?appid=319295332" target="_blank"><img class="Image" align="left" src="http://www.cproell.de/wp-content/plugins/appstore/cache/319295332.png" alt="TuneIn Radio Pro (AppStore Link) " /></a> <span class="Titel">TuneIn Radio Pro</span><br /> <span class="Hersteller">Hersteller: </span> <a href="http://tunein.com/mobile/ios/" target="_blank">TuneIn</a><br /> <div><span class="Freigabe">Freigabe: </span>9+<img class="ratingStarsImg" src="http://www.cproell.de/wp-content/plugins/appstore/images/stars4.png" alt="4" title = "81 Ratings" ></div> <span class="Preis">Preis: </span>0.79 &#8364; <span class="Download"><a href="http://www.cproell.de/wp-content/plugins/appstore/AppStore.php?appid=319295332" rel="nofollow" target="_blank" >Download (Affiliate Link)</a></span></span><div style="clear: both"></div>
<span class="apps"><a class="Bild" href="http://www.cproell.de/wp-content/plugins/appstore/AppStore.php?appid=420368235" target="_blank"><img class="Image" align="left" src="http://www.cproell.de/wp-content/plugins/appstore/cache/420368235.png" alt="Instacast (AppStore Link) " /></a> <span class="Titel">Instacast</span><br /> <span class="Hersteller">Hersteller: </span> <a href="http://vemedio.de/instacast" target="_blank">vemedio</a><br /> <div><span class="Freigabe">Freigabe: </span>12+<img class="ratingStarsImg" src="http://www.cproell.de/wp-content/plugins/appstore/images/stars4.5.png" alt="4.5" title = "258 Ratings" ></div> <span class="Preis">Preis: </span>0.79 &#8364; <span class="Download"><a href="http://www.cproell.de/wp-content/plugins/appstore/AppStore.php?appid=420368235" rel="nofollow" target="_blank" >Download (Affiliate Link)</a></span></span><div style="clear: both"></div>
<span class="apps"><a class="Bild" href="http://www.cproell.de/wp-content/plugins/appstore/AppStore.php?appid=478853570" target="_blank"><img class="Image" align="left" src="http://www.cproell.de/wp-content/plugins/appstore/cache/478853570.png" alt="Instacast HD (AppStore Link) " /></a> <span class="Titel">Instacast HD</span><br /> <span class="Hersteller">Hersteller: </span> <a href="http://vemedio.com/products/instacast-hd" target="_blank">vemedio</a><br /> <div><span class="Freigabe">Freigabe: </span>9+<img class="ratingStarsImg" src="http://www.cproell.de/wp-content/plugins/appstore/images/stars4.png" alt="4" title = "28 Ratings" ></div> <span class="Preis">Preis: </span>3.99 &#8364; <span class="Download"><a href="http://www.cproell.de/wp-content/plugins/appstore/AppStore.php?appid=478853570" rel="nofollow" target="_blank" >Download (Affiliate Link)</a></span></span><div style="clear: both"></div>
<p>&nbsp;</p>
<p>Zu guter Letzt meine Lieblingsspiele:</p>
<span class="apps"><a class="Bild" href="http://www.cproell.de/wp-content/plugins/appstore/AppStore.php?appid=324741347" target="_blank"><img class="Image" align="left" src="http://www.cproell.de/wp-content/plugins/appstore/cache/324741347.png" alt="The Secret of Monkey Island: Special Edition (AppStore Link) " /></a> <span class="Titel">The Secret of Monkey Island: Special Edition</span><br /> <span class="Hersteller">Hersteller: </span> <a href="http://www.monkeyislandspecialedition.com" target="_blank">Lucasfilm International Services Inc.</a><br /> <div><span class="Freigabe">Freigabe: </span>12+<img class="ratingStarsImg" src="http://www.cproell.de/wp-content/plugins/appstore/images/stars4.5.png" alt="4.5" title = "2700 Ratings" ></div> <span class="Preis">Preis: </span>2.39 &#8364; <span class="Download"><a href="http://www.cproell.de/wp-content/plugins/appstore/AppStore.php?appid=324741347" rel="nofollow" target="_blank" >Download (Affiliate Link)</a></span></span><div style="clear: both"></div>
<span class="apps"><a class="Bild" href="http://www.cproell.de/wp-content/plugins/appstore/AppStore.php?appid=390454624" target="_blank"><img class="Image" align="left" src="http://www.cproell.de/wp-content/plugins/appstore/cache/390454624.png" alt="The Secret of Monkey Island: Special Edition, für iPad (AppStore Link) " /></a> <span class="Titel">The Secret of Monkey Island: Special Edition, für iPad</span><br /> <span class="Hersteller">Hersteller: </span> <a href="http://www.lucasarts.com/games/monkeyisland/" target="_blank">Lucasfilm International Services Inc.</a><br /> <div><span class="Freigabe">Freigabe: </span>12+<img class="ratingStarsImg" src="http://www.cproell.de/wp-content/plugins/appstore/images/stars4.png" alt="4" title = "160 Ratings" ></div> <span class="Preis">Preis: </span>3.99 &#8364; <span class="Download"><a href="http://www.cproell.de/wp-content/plugins/appstore/AppStore.php?appid=390454624" rel="nofollow" target="_blank" >Download (Affiliate Link)</a></span></span><div style="clear: both"></div>
<span class="apps"><a class="Bild" href="http://www.cproell.de/wp-content/plugins/appstore/AppStore.php?appid=375901588" target="_blank"><img class="Image" align="left" src="http://www.cproell.de/wp-content/plugins/appstore/cache/375901588.png" alt="Monkey Island 2 Special Edition: LeChuck's Revenge (AppStore Link) " /></a> <span class="Titel">Monkey Island 2 Special Edition: LeChuck's Revenge</span><br /> <span class="Hersteller">Hersteller: </span> <a href="http://www.monkeyislandspecialedition.com" target="_blank">Lucasfilm International Services Inc.</a><br /> <div><span class="Freigabe">Freigabe: </span>12+<img class="ratingStarsImg" src="http://www.cproell.de/wp-content/plugins/appstore/images/stars4.png" alt="4" title = "561 Ratings" ></div> <span class="Preis">Preis: </span>2.39 &#8364; <span class="Download"><a href="http://www.cproell.de/wp-content/plugins/appstore/AppStore.php?appid=375901588" rel="nofollow" target="_blank" >Download (Affiliate Link)</a></span></span><div style="clear: both"></div>
<span class="apps"><a class="Bild" href="http://www.cproell.de/wp-content/plugins/appstore/AppStore.php?appid=376928597" target="_blank"><img class="Image" align="left" src="http://www.cproell.de/wp-content/plugins/appstore/cache/376928597.png" alt="Monkey Island 2 Special Edition: LeChuck's Revenge for iPad (AppStore Link) " /></a> <span class="Titel">Monkey Island 2 Special Edition: LeChuck's Revenge for iPad</span><br /> <span class="Hersteller">Hersteller: </span> <a href="http://www.monkeyislandspecialedition.com" target="_blank">Lucasfilm International Services Inc.</a><br /> <div><span class="Freigabe">Freigabe: </span>12+<img class="ratingStarsImg" src="http://www.cproell.de/wp-content/plugins/appstore/images/stars4.5.png" alt="4.5" title = "240 Ratings" ></div> <span class="Preis">Preis: </span>3.99 &#8364; <span class="Download"><a href="http://www.cproell.de/wp-content/plugins/appstore/AppStore.php?appid=376928597" rel="nofollow" target="_blank" >Download (Affiliate Link)</a></span></span><div style="clear: both"></div>
<span class="apps"><a class="Bild" href="http://www.cproell.de/wp-content/plugins/appstore/AppStore.php?appid=487339330" target="_blank"><img class="Image" align="left" src="http://www.cproell.de/wp-content/plugins/appstore/cache/487339330.png" alt="Grand Theft Auto 3: German Edition (AppStore Link) " /></a> <span class="Titel">Grand Theft Auto 3: German Edition</span><br /> <span class="Hersteller">Hersteller: </span> <a href="http://www.rockstargames.com/grandtheftauto3" target="_blank">Rockstar Games, Inc.</a><br /> <div><span class="Freigabe">Freigabe: </span>17+<img class="ratingStarsImg" src="http://www.cproell.de/wp-content/plugins/appstore/images/stars4.png" alt="4" title = "429 Ratings" ></div> <span class="Preis">Preis: </span>3.99 &#8364; <span class="Download"><a href="http://www.cproell.de/wp-content/plugins/appstore/AppStore.php?appid=487339330" rel="nofollow" target="_blank" >Download (Affiliate Link)</a></span></span><div style="clear: both"></div>
<span class="apps"><a class="Bild" href="http://www.cproell.de/wp-content/plugins/appstore/AppStore.php?appid=512142109" target="_blank"><img class="Image" align="left" src="http://www.cproell.de/wp-content/plugins/appstore/cache/512142109.png" alt="Max Payne Mobile (AppStore Link) " /></a> <span class="Titel">Max Payne Mobile</span><br /> <span class="Hersteller">Hersteller: </span> <a href="" target="_blank">Rockstar Games, Inc.</a><br /> <div><span class="Freigabe">Freigabe: </span>17+<img class="ratingStarsImg" src="http://www.cproell.de/wp-content/plugins/appstore/images/stars4.5.png" alt="4.5" title = "456 Ratings" ></div> <span class="Preis">Preis: </span>2.39 &#8364; <span class="Download"><a href="http://www.cproell.de/wp-content/plugins/appstore/AppStore.php?appid=512142109" rel="nofollow" target="_blank" >Download (Affiliate Link)</a></span></span><div style="clear: both"></div>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cproell.de/2012/04/20/meine-lieblings-ios-apps-iphone-und-ipad/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Neues WordPress Theme Framework verfügbar</title>
		<link>http://www.cproell.de/2012/04/05/neues-wordpress-theme-framework-verfugbar/</link>
		<comments>http://www.cproell.de/2012/04/05/neues-wordpress-theme-framework-verfugbar/#comments</comments>
		<pubDate>Thu, 05 Apr 2012 07:43:42 +0000</pubDate>
		<dc:creator>Christian</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[premium]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://cproell.de/?p=702</guid>
		<description><![CDATA[Es ist vollbracht! Meine neue Kreation eines WordPress Theme Frameworks ist verfügbar. Es nennt sich ClearlyFrameWork, kurz CFW. Das Theme verwendet eine modifizierte Version des genialen WooThemes Frameworks und bietet somit eine Vielzahl von Anpassungsmöglichkeiten für jeden Zweck. Es eignet sich vom einfachen Blog bis hin zum Unternehmensauftritt. Fast jedes Element lässt sich individuell anpassen, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://cproell.de/static/2012/04/cfw.png"><img class="size-full wp-image-704 alignleft" title="ClearlyFrameWork" src="http://cproell.de/static/2012/04/cfw.png" alt="" width="290" height="266" /></a>Es ist vollbracht! Meine neue Kreation eines WordPress Theme Frameworks ist verfügbar. Es nennt sich ClearlyFrameWork, kurz CFW. Das Theme verwendet eine modifizierte Version des genialen <a title="WooThemes" href="http://www.woothemes.com/" target="_blank">WooThemes</a> Frameworks und bietet somit eine Vielzahl von Anpassungsmöglichkeiten für jeden Zweck. Es eignet sich vom einfachen Blog bis hin zum Unternehmensauftritt. Fast jedes Element lässt sich individuell anpassen, und dank Google WebFont Unterstützung lässt sich für jeden Geschmack die ideale Schriftart wählen.</p>
<p>Das Layout lässt sich ebenfalls an den eigenen Geschmack anpassen, selbst jeder Artikel oder jede Seite kann im Layout angepasst werden. So lässt sich z. B. eine Seite ohne Seitenleisten anzeigen, oder die Leiste links angezeigt werden, wenn standardmässig die Leiste rechts ist. Die Größe des Layouts lässt sich von 760px bis 1200px einstellen, selbst komplett eigene Größen lassen sich über den Layout-Manager einstellen.</p>
<p>Vorlagen für ein Magazin oder Business sind bereits integriert, inkl. Slider. Ebenso sind viele Widgets bereits standardmässig eingebaut. Selbst an SEO wurde gedacht.</p>
<p>Child-Themes werden ebenfalls unterstützt. Shortcodes sind in einer großen Vielfalt vorhanden, vom einfachen Button, über diverse Infoboxen inkl. Icons, bis hin zu Sozialen Netzwerken (Tweet, Facebook Like &amp; Share, etc.). Auch an ein Spaltenlayout wurde gedacht, so kann ein Artikel bis zu 6 Spalten beinhalten.</p>
<p>Dem Theme fehlt noch ein responsives Layout, das werde ich aber noch einbauen.</p>
<p>Auf <a title="ClearlyThemes" href="http://clearlythemes.de" target="_blank">ClearlyThemes</a> könnt ihr euch noch weiter über das Theme informieren, auch an Screenshots wurde gedacht. Dieses Theme ist im Bereich der Premium Themes angesiedelt und kostet daher <strong>79€</strong>. Ein durchaus gerechtfertigter Preis wenn man bedenkt wieviel mit diesem Theme gemacht werden kann. Vor allem lässt sich alles über das Backend einstellen ohne viel am Quellcode herumzubasteln.</p>
<p>Wenn ihr weitere Fragen zum Theme habt, einfach hier in den Kommentaren stellen oder schreibt mich per Kontaktformular an.</p>
<p>Ach ja, mein Blog sowie die CFW Webseite verwenden ebenfalls CFW <img src='http://www.cproell.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.cproell.de/2012/04/05/neues-wordpress-theme-framework-verfugbar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Caschys Blog wird 7</title>
		<link>http://www.cproell.de/2012/03/12/caschys-blog-wird-7/</link>
		<comments>http://www.cproell.de/2012/03/12/caschys-blog-wird-7/#comments</comments>
		<pubDate>Mon, 12 Mar 2012 17:26:50 +0000</pubDate>
		<dc:creator>Christian</dc:creator>
				<category><![CDATA[Alles andere]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[caschy]]></category>
		<category><![CDATA[geburtstag]]></category>

		<guid isPermaLink="false">http://cproell.de/?p=660</guid>
		<description><![CDATA[Vielen &#8220;Techies&#8221; im Internet dürfte Caschy durchaus ein Begriff sein. Sein Blog lese ich regelmässig und er hat immer wieder super Beiträge parat. Dieses Jahr wird sein Blog 7 Jahre alt und Caschy verlost aus diesem Grund viele schöne Gadgets, u. a. ein Motorola XOOM, ein Samsung Galaxy Tab 7, ein Nokia Lumia 800 und [...]]]></description>
			<content:encoded><![CDATA[<p>Vielen &#8220;Techies&#8221; im Internet dürfte <a title="Caschy auf Twitter" href="https://twitter.com/#!/caschy" target="_blank">Caschy</a> durchaus ein Begriff sein. Sein <a title="Caschys Blog" href="http://stadt-bremerhaven.de/" target="_blank">Blog</a> lese ich regelmässig und er hat immer wieder super Beiträge parat. Dieses Jahr wird sein Blog 7 Jahre alt und Caschy verlost aus diesem Grund viele schöne Gadgets, u. a. ein Motorola XOOM, ein Samsung Galaxy Tab 7, ein Nokia Lumia 800 und vieles mehr. Schaut einfach auf seiner <a title="7 Jahre Caschy - Verlosung Part 1" href="http://stadt-bremerhaven.de/7-jahre-caschys-blog-verlosung-part-1/" target="_blank">Verlosungsseite</a> vorbei.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cproell.de/2012/03/12/caschys-blog-wird-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iOS: Safari-Start zeigt die Bookmarks nicht mehr an</title>
		<link>http://www.cproell.de/2012/03/11/ios-safari-start-zeigt-die-bookmarks-nicht-mehr-an/</link>
		<comments>http://www.cproell.de/2012/03/11/ios-safari-start-zeigt-die-bookmarks-nicht-mehr-an/#comments</comments>
		<pubDate>Sun, 11 Mar 2012 16:23:13 +0000</pubDate>
		<dc:creator>Christian</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[bookmarks]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[safari]]></category>

		<guid isPermaLink="false">http://cproell.de/?p=657</guid>
		<description><![CDATA[Seit iOS 5.1 zeigt Safari am iPhone beim Start die Bookmark Liste nicht mehr an. Bisher erschien nach dem Start von Safari immer die Bookmark Liste &#8211; vorausgesetzt keine Seite war im Hintergrund geöffnet. Dieses Verhalten hat Apple endlich abgestellt. Es nervte mich unglaublich jedesmal die Liste wieder zu schliessen, nur weil man schnell etwas [...]]]></description>
			<content:encoded><![CDATA[<p>Seit iOS 5.1 zeigt Safari am iPhone beim Start die Bookmark Liste nicht mehr an. Bisher erschien nach dem Start von Safari immer die Bookmark Liste &#8211; vorausgesetzt keine Seite war im Hintergrund geöffnet.</p>
<p>Dieses Verhalten hat Apple endlich abgestellt. Es nervte mich unglaublich jedesmal die Liste wieder zu schliessen, nur weil man schnell etwas googeln wollte.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cproell.de/2012/03/11/ios-safari-start-zeigt-die-bookmarks-nicht-mehr-an/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Mac als Webserver: Apache, PHP und MySQL Installation</title>
		<link>http://www.cproell.de/2012/02/29/mac-als-webserver-apache-php-und-mysql-installation/</link>
		<comments>http://www.cproell.de/2012/02/29/mac-als-webserver-apache-php-und-mysql-installation/#comments</comments>
		<pubDate>Wed, 29 Feb 2012 08:26:24 +0000</pubDate>
		<dc:creator>Christian</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[webserver]]></category>

		<guid isPermaLink="false">http://cproell.de/?p=646</guid>
		<description><![CDATA[Bisher nutzte ich zum Entwickeln MAMP als Webserver. Doch irgendwie war ich mit dieser Lösung unzufrieden. Gewohnt von Linux, wollte ich meinen Webserver selbst einrichten und anpassen. im Internet habe ich dazu eine sehr gute (englische) Anleitung dazu gefunden: Setting up PHP &#38; MySQL on OS X 10.7 Lion Es wird zwar viel über das [...]]]></description>
			<content:encoded><![CDATA[<p>Bisher nutzte ich zum Entwickeln <a title="MAMP" href="http://www.mamp.info/de/index.html" target="_blank">MAMP</a> als Webserver. Doch irgendwie war ich mit dieser Lösung unzufrieden. Gewohnt von Linux, wollte ich meinen Webserver selbst einrichten und anpassen. im Internet habe ich dazu eine sehr gute (englische) Anleitung dazu gefunden:</p>
<p><a href="http://akrabat.com/php/setting-up-php-mysql-on-os-x-10-7-lion/">Setting up PHP &amp; MySQL on OS X 10.7 Lion</a></p>
<p>Es wird zwar viel über das Terminal gemacht, ist aber relativ leicht für erfahrenen Nutzer. Der Webserver steht danach voll zur Verfügung. Und der Vorteil: nach einem Neustart des Mac steht der Webserver gleich wieder zur Verfügung und muss nicht erst manuell, wie bei MAMP, gestartet werden.</p>
<p>Jetzt zu einem kleinen Problem: mod_rewrite wollte nicht recht funktionieren. WordPress zeigte bei aktivierten Permalinks immer eine Fehlerseite. Nach einiger Recherche fand ich die Lösung:</p>
<p>Im Verzeichnis <strong>/private/etc/apache2/users/</strong> befindet sich eine .conf Datei mit deinem Usernamen. Diese Datei habe ich ein wenig abgeändert:</p>
<p><code><br />
DocumentRoot {Verzeichnis}<br />
&lt;Directory "{Verzeichnis}"&gt;<br />
Options Indexes MultiViews FollowSymLinks<br />
AllowOverride All<br />
Order allow,deny<br />
Allow from all<br />
&lt;/Directory&gt;<br />
NameVirtualHost *:80<br />
&lt;VirtualHost *:80&gt;<br />
VirtualDocumentRoot {Verzeichnis}<br />
&lt;/VirtualHost&gt;<br />
</code></p>
<p>Bei {Verzeichnis} tragt bitte das Verzeichnis ein in dem euer &#8220;Webzeugs&#8221; liegt. Ich z. B. habe alles in meinem Userverzeichnis unter Sites. Das erleichtert das Arbeiten wegen Rechtevergabe usw.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cproell.de/2012/02/29/mac-als-webserver-apache-php-und-mysql-installation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Steam: GTA Reihe für Mac verfügbar</title>
		<link>http://www.cproell.de/2012/02/14/steam-gta-reihe-fur-mac-verfugbar/</link>
		<comments>http://www.cproell.de/2012/02/14/steam-gta-reihe-fur-mac-verfugbar/#comments</comments>
		<pubDate>Tue, 14 Feb 2012 14:00:43 +0000</pubDate>
		<dc:creator>Christian</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[gta]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[spiele]]></category>
		<category><![CDATA[steam]]></category>

		<guid isPermaLink="false">http://cproell.de/?p=641</guid>
		<description><![CDATA[Seit heute sind in Steam die Mac Versionen der GTA Reihe verfügbar. Jedenfalls werden sie bei mir angezeigt. Der Download ist bereits im Gange]]></description>
			<content:encoded><![CDATA[<p>Seit heute sind in Steam die Mac Versionen der GTA Reihe verfügbar. Jedenfalls werden sie bei mir angezeigt. Der Download ist bereits im Gange <img src='http://www.cproell.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><a href="http://cproell.de/static/2012/02/steam.png"><img class="alignnone size-medium wp-image-642" title="GTA Reihe in Steam verfügbar" src="http://cproell.de/static/2012/02/steam-300x260.png" alt="" width="300" height="260" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cproell.de/2012/02/14/steam-gta-reihe-fur-mac-verfugbar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Glückwunsch: der C64 wird 30 Jahre alt</title>
		<link>http://www.cproell.de/2012/01/02/gluckwunsch-der-c64-wird-30-jahre-alt/</link>
		<comments>http://www.cproell.de/2012/01/02/gluckwunsch-der-c64-wird-30-jahre-alt/#comments</comments>
		<pubDate>Mon, 02 Jan 2012 10:31:54 +0000</pubDate>
		<dc:creator>Christian</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[800xl]]></category>
		<category><![CDATA[atari]]></category>
		<category><![CDATA[c64]]></category>
		<category><![CDATA[commodore]]></category>

		<guid isPermaLink="false">http://cproell.de/?p=633</guid>
		<description><![CDATA[Viele &#8220;Junggebliebene&#8221; erinnern sich sicher noch mit Wehmut an die alte Zeit. In den frühen 80ern, genauer im Januar 1982, erschien der Commodore 64, kurz C64 oder auch liebevoll &#8220;Brotkasten&#8221; genannt.. Ich selber hatte leider keinen C64, dafür den Atari 800XL, den ich heute noch besitze und der auch immer noch funktioniert. Berührung mit dem [...]]]></description>
			<content:encoded><![CDATA[<p>Viele &#8220;Junggebliebene&#8221; erinnern sich sicher noch mit Wehmut an die alte Zeit. In den frühen 80ern, genauer im Januar 1982, erschien der <a title="Commodore 64" href="http://de.wikipedia.org/wiki/Commodore_64" target="_blank">Commodore 64</a>, kurz C64 oder auch liebevoll &#8220;Brotkasten&#8221; genannt.. Ich selber hatte leider keinen C64, dafür den <a title="ATARI XL" href="http://de.wikipedia.org/wiki/Atari_800_XL#Atari_XL" target="_blank">Atari 800XL</a>, den ich heute noch besitze und der auch immer noch funktioniert. Berührung mit dem C64 hatte ich bei einem damaligen Kumpel, genauer hatte er einen <a title="Commodore 128" href="http://de.wikipedia.org/wiki/C128" target="_blank">C128</a> der bekanntermassen auch einen C64 Modus beinhaltete. Es war eine schöne Zeit damals.</p>
<p>Daher alles gute an den C64 <img src='http://www.cproell.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.cproell.de/2012/01/02/gluckwunsch-der-c64-wird-30-jahre-alt/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic (Feed is rejected)
Page Caching using disk: enhanced
Database Caching using disk: basic
Object Caching 1063/1104 objects using disk: basic

Served from: www.cproell.de @ 2012-05-17 11:56:10 -->
