<?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>CSPIEGL.com &#187; Apple</title>
	<atom:link href="http://cspiegl.com/category/apple/feed/" rel="self" type="application/rss+xml" />
	<link>http://cspiegl.com</link>
	<description>My life at the Cloud, what I learn and what I do</description>
	<lastBuildDate>Thu, 11 Mar 2010 23:00:28 +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>Counting Characters</title>
		<link>http://cspiegl.com/2010/counting-characters/</link>
		<comments>http://cspiegl.com/2010/counting-characters/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 23:00:23 +0000</pubDate>
		<dc:creator>cspiegl</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Characters]]></category>
		<category><![CDATA[Count]]></category>
		<category><![CDATA[Script]]></category>

		<guid isPermaLink="false">http://cspiegl.com/?p=1430</guid>
		<description><![CDATA[Just recently I opened my RSS-Reader and found a post by Chris Bowler regarding counting characters and using a script to do it system wide. Just some weeks ago I had the same problem and searched a script, found nothing to useful and cobbled something together my self. Since I use Quicksilver to launch apps, [...]<p><hr />
Posted at <a href="http://cspiegl.com">CSPIEGL.com - My life at the Cloud, what I learn and what I do</a><br/>
<a href="http://cspiegl.com/2010/counting-characters/">Counting Characters</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Just recently I opened my RSS-Reader and found a post by <a href="http://cspiegl.com/wp-content/plugins/feed-statistics.php?url=aHR0cDovL2xvZy5jaHJpc2Jvd2xlci5jb20vcG9zdC80MjIwNjQxMzMvaW1wcm92ZW1lbnRz">Chris Bowler</a> regarding counting characters and using a script to do it system wide. Just some weeks ago I had the same problem and searched a script, found nothing to useful and cobbled something together my self. Since I use Quicksilver to launch apps, I also wanted to use Quicksilver to do the character/word and paragraph counting.</p>
<p>Now I do not want to share my own script — it was not that great — but after reading the post by <a href="http://cspiegl.com/wp-content/plugins/feed-statistics.php?url=aHR0cDovL2xvZy5jaHJpc2Jvd2xlci5jb20vcG9zdC80MjIwNjQxMzMvaW1wcm92ZW1lbnRz">Chris Bowler</a>, I improved it a bit to work just perfect with Quicksilver and completely without Automator.</p>
<p><code>activate<br />
tell application "System Events" to keystroke "c" using command down<br />
set theInput to (the clipboard)<br />
set theInput to (theInput as text)<br />
set myCount to count (theInput)<br />
set myWords to count words of (theInput)<br />
set myParas to count paragraphs of (theInput)<br />
tell me<br />
	activate<br />
	display dialog "Characters: " &#038; myCount &#038; return &#038; "Words: " &#038; myWords &#038; return &#038; "Paragraphs: " &#038; myParas buttons {"Thanks"} default button 1<br />
end tell</code></p>
<p><a href="http://cspiegl.com/wp-content/plugins/feed-statistics.php?url=aHR0cDovL2NzcGllZ2wuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEwLzAzL0NvdW50X0NoYXJhY3RlcnNfdjEuMC5zY3B0Xy56aXA=">Download the Count_Characters_v1.0.scpt</a></p>
<p>What the script does is: It copies the currently selected text into the clipboard and counts the characters, words and paragraphs which are than output in form of a short text message at the display.</p>
<p>I hope that script helps a some people, I would like to get some feedback. </p>
 <img src="http://cspiegl.com/wp-content/plugins/feed-statistics.php?view=1&post_id=1430" width="1" height="1" style="display: none;" /><p><hr />
Posted at <a href="http://cspiegl.com">CSPIEGL.com - My life at the Cloud, what I learn and what I do</a><br/>
<a href="http://cspiegl.com/2010/counting-characters/">Counting Characters</a></p>
]]></content:encoded>
			<wfw:commentRss>http://cspiegl.com/2010/counting-characters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finally: iPhone I&#8217;m coming</title>
		<link>http://cspiegl.com/2009/finally-iphone-im-coming/</link>
		<comments>http://cspiegl.com/2009/finally-iphone-im-coming/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 22:00:57 +0000</pubDate>
		<dc:creator>cspiegl</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Buy]]></category>
		<category><![CDATA[Exitement]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPhone 3GS]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Preordered]]></category>
		<category><![CDATA[Workarea]]></category>

		<guid isPermaLink="false">http://cspiegl.com/?p=978</guid>
		<description><![CDATA[Today the 19th of June 2009 I&#8217;m going to pick up my first iPhone! I wanted one since Apple announced it on the 9th of January 2007. There were different reasons for not getting an iPhone that time, one was that I already had an contract in place which now ends and some others were [...]<p><hr />
Posted at <a href="http://cspiegl.com">CSPIEGL.com - My life at the Cloud, what I learn and what I do</a><br/>
<a href="http://cspiegl.com/2009/finally-iphone-im-coming/">Finally: iPhone I&#8217;m coming</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Today the 19th of June 2009 I&#8217;m going to pick up my first iPhone! I wanted one since Apple announced it on the 9th of January 2007. There were different reasons for not getting an iPhone that time, one was that I already had an contract in place which now ends and some others were <a href="http://cspiegl.com/wp-content/plugins/feed-statistics.php?url=aHR0cDovL2NzcGllZ2wuY29tLzIwMDgvdGhlLWlwaG9uZS1nZXJtYW55LXVwZGF0ZS8=">written</a> down in an much earlier post — these thoughts, published in that old post, are now over-thought and no more accurate. Now I&#8217;m going to hit it! I pre-ordered an 32GB white iPhone 3GS and will pick it up right after school at 12:45AM today.</p>
<p>Over the past two years and now three different iPhone versions I had the chance to play with an iPhone a few times but more less than often — around here not many own one. Now I&#8217;m going to test that crazy device and probably will write about my opinion on it later.</p>
<p>Have a nice day everyone, I definitely will!</p>
 <img src="http://cspiegl.com/wp-content/plugins/feed-statistics.php?view=1&post_id=978" width="1" height="1" style="display: none;" /><p><hr />
Posted at <a href="http://cspiegl.com">CSPIEGL.com - My life at the Cloud, what I learn and what I do</a><br/>
<a href="http://cspiegl.com/2009/finally-iphone-im-coming/">Finally: iPhone I&#8217;m coming</a></p>
]]></content:encoded>
			<wfw:commentRss>http://cspiegl.com/2009/finally-iphone-im-coming/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why I switched or My Macintosh Workstation</title>
		<link>http://cspiegl.com/2009/why-i-switched-or-my-macintosh-workstation/</link>
		<comments>http://cspiegl.com/2009/why-i-switched-or-my-macintosh-workstation/#comments</comments>
		<pubDate>Mon, 13 Apr 2009 22:00:48 +0000</pubDate>
		<dc:creator>cspiegl</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[About]]></category>
		<category><![CDATA[Desk]]></category>
		<category><![CDATA[MacBook]]></category>
		<category><![CDATA[Story]]></category>
		<category><![CDATA[Workspace]]></category>

		<guid isPermaLink="false">http://cspiegl.com/?p=746</guid>
		<description><![CDATA[This post is part six of the series, completing my about page with more than just short paragraphs.
Now it&#8217;s about 1 and a half year ago since I switched from PC to Mac and I am completely happy about that decision. But her I want to write down the way I actually went and why [...]<p><hr />
Posted at <a href="http://cspiegl.com">CSPIEGL.com - My life at the Cloud, what I learn and what I do</a><br/>
<a href="http://cspiegl.com/2009/why-i-switched-or-my-macintosh-workstation/">Why I switched or My Macintosh Workstation</a></p>
]]></description>
			<content:encoded><![CDATA[<p><em>This post is part six of the </em><a href="http://cspiegl.com/wp-content/plugins/feed-statistics.php?url=aHR0cDovL2NzcGllZ2wuY29tLzIwMDkvZmlsbGluZy1teS1hYm91dC1wYWdlLXdpdGgtYS1zZXJpZXMtb2YtcG9zdC8="><em>series</em></a><em>, completing my </em><a href="http://cspiegl.com/wp-content/plugins/feed-statistics.php?url=aHR0cDovL2NzcGllZ2wuY29tL2Fib3V0Lw=="><em>about page</em></a><em> with more than just short paragraphs.</em></p>
<p>Now it&#8217;s about 1 and a half year ago since I switched from PC to Mac and I am completely happy about that decision. But her I want to write down the way I actually went and why I decided the way I did.</p>
<p>In the beginning, I used a Windows machine. Since I started playing with computers. Through my interest in the field, I got interested in Linux and wanted to switch often. The problem with that was that I was not straight enough to really stay consistent at that decision. I switched many times from Windows to Linux, at the time I wanted to use Suse, but every time, I switched back to Windows 2000 or XP really fast so that I could use the programs I was used to and could play my games.</p>
<p>In early 2007 I made the decision — again — to switch to Linux. This time I was about to use Ubuntu and already had searched alternative software which I could use on all three platforms, Linux, Mac OS X and Windows. These programs had been Gimp for picture editing and design work as well as Eclipse / Aptana for web-development, plus some other tools. At that point, I already had in mind that I might switch to a Mac soon which was the reason that I searched applications which I could use on each of the three platform.</p>
<p>The reasons why I chose a MacBook instead of a &#8216;normal&#8217; laptop are pretty obvious and spread all over the net. The machines run faster, look better, the available applications are much nicer and the OS looks and feels much better than the Windows platform. Linux is not an alternative if you just want a simple life, at least in my eyes and I have tested that for me!</p>
<p>In summer 2007, I finally did it. I bought my white, 13&#8243;, MacBook with 2.16GHz Dual Core 2 Duo, 1GB of RAM and 120GB hard-drive — which was replaced by a 320GB hard-drive and the RAM was replaced by two 2GB bricks, which adds up to now 4GB — the operating system is Mac OS X 10.5.6 Leopard. The switch itself was pretty easy for me cause I had planed everything, especially which applications to use.</p>
<p>Now my setup looks like this: My MacBook which is my main machine hooked up to a 23&#8243; LG display, which is also connected to an old Windows XP machine just in case I need one.</p>
<p>Like I already wrote, I&#8217;m still happy with my decision to go Mac and plan on buying my second Mac machine in the end of the year caused by the need of more GPU power but for now I&#8217;m able to do what I want to and everything works just fine.</p>
<p><em>Next is &#8216;My Way to Blogging&#8217;. Stay tuned for part six of the </em><a href="http://cspiegl.com/wp-content/plugins/feed-statistics.php?url=aHR0cDovL2NzcGllZ2wuY29tLzIwMDkvZmlsbGluZy1teS1hYm91dC1wYWdlLXdpdGgtYS1zZXJpZXMtb2YtcG9zdC8="><em>series</em></a><em>. If you want let me know your feedback or maybe tell your story.</em></p>
 <img src="http://cspiegl.com/wp-content/plugins/feed-statistics.php?view=1&post_id=746" width="1" height="1" style="display: none;" /><p><hr />
Posted at <a href="http://cspiegl.com">CSPIEGL.com - My life at the Cloud, what I learn and what I do</a><br/>
<a href="http://cspiegl.com/2009/why-i-switched-or-my-macintosh-workstation/">Why I switched or My Macintosh Workstation</a></p>
]]></content:encoded>
			<wfw:commentRss>http://cspiegl.com/2009/why-i-switched-or-my-macintosh-workstation/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>My Desk</title>
		<link>http://cspiegl.com/2009/my-desk/</link>
		<comments>http://cspiegl.com/2009/my-desk/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 23:00:44 +0000</pubDate>
		<dc:creator>cspiegl</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[About]]></category>
		<category><![CDATA[Creative Zone]]></category>
		<category><![CDATA[Desk]]></category>
		<category><![CDATA[Workarea]]></category>
		<category><![CDATA[Workspace]]></category>

		<guid isPermaLink="false">http://cspiegl.com/?p=515</guid>
		<description><![CDATA[A useless about page is one of the worst things you can have at a blog, right? I&#8217;m now — finally — about to change that. The last post was about why I write English — and also the first partly completing the about page —, this one is about my Mac Desk or Workspace [...]<p><hr />
Posted at <a href="http://cspiegl.com">CSPIEGL.com - My life at the Cloud, what I learn and what I do</a><br/>
<a href="http://cspiegl.com/2009/my-desk/">My Desk</a></p>
]]></description>
			<content:encoded><![CDATA[<p>A useless about page is one of the worst things you can have at a blog, right? I&#8217;m now — finally — about to change that. The last post was about why I write English — and also the first partly completing the about page —, this one is about my Mac Desk or Workspace — you choose how you call it.</p>
<p>For me its like for many creative or freelancing people — OK, I&#8217;m still at school but hey, I do my projects on side. Working at a desk is just impossible if it&#8217;s cultured with papers and other crappy stuff. Which means, that I normally have nothing lying around, especially if I want to enter the <a href="http://cspiegl.com/wp-content/plugins/feed-statistics.php?url=aHR0cDovL2hpdmVsb2dpYy5jb20vYXJ0aWNsZXMvMjAwOC8wMy9vZmZpY2VzLWFuZC10aGUtem9uZQ==">creative zone</a>. The only things which are allowed to be there, are my MacBook, secondary screen, phone, a folder containing papers belonging to current projects I&#8217;m working on and — of course — my Keyboard, Mighty Mouse and Graphic Tablet.</p>
<div id="attachment_526" class="wp-caption aligncenter" style="width: 501px"><a href="http://cspiegl.com/wp-content/plugins/feed-statistics.php?url=aHR0cDovL3d3dy5mbGlja3IuY29tL3Bob3Rvcy9jc3BpZWdsLzMyNjY0NjcwOTMv"><img class="size-large wp-image-526" title="2009-02-09-at-18-37-28" src="http://cspiegl.com/wp-content/uploads/2009/02/2009-02-09-at-18-37-28-1024x682.jpg" alt="The Whole Desk" width="491" height="327" /></a><p class="wp-caption-text">The Whole Desk</p></div>
<div id="attachment_527" class="wp-caption alignright" style="width: 206px"><a href="http://cspiegl.com/wp-content/plugins/feed-statistics.php?url=aHR0cDovL3d3dy5mbGlja3IuY29tL3Bob3Rvcy9jc3BpZWdsLzMyNjcyOTM5MDgv"><img class="size-large wp-image-527" title="2009-02-09-at-18-41-50" src="http://cspiegl.com/wp-content/uploads/2009/02/2009-02-09-at-18-41-50-682x1024.jpg" alt="My Two Chairs" width="196" height="294" /></a><p class="wp-caption-text">My Two Chairs</p></div>
<p>Little about my desk. It&#8217;s 2.4m (94.49 inch) wide and 90 cm (35.43 inch) deep. It&#8217;s white which is one of the colors I like most. There are usually two chairs in front of my desk, one with a back which is chilly and one without which I like best for long sessions cause it doesn&#8217;t let me lay back and forces me stick to the work to get done.</p>
<p>Like I already sad, having a clean workspace is key for me to get creative or even just to get some work done. I can&#8217;t concentrate if there are many papers — which don&#8217;t belong to the project I&#8217;m currently working on —, dust or other stuff lying around. If you look at the pictures you&#8217;ll probably notice that there are two colors which dominate the room. White and Red. I love the white because it lightens the room and I also love the red because it&#8217;s a strong contrast to the white which is supposed to let me think out of the box and makes me fell good.</p>
<p>In the end it comes down to a clean, ordered and uncluttered work-area which makes me happy and helps me to get work done. The best part is I&#8217;m happy when I can sit down at my desk to get work done rather than sitting at school at desks which are not that great designed and chairs which are not comfortable.</p>
<div id="attachment_618" class="wp-caption aligncenter" style="width: 501px"><a href="http://cspiegl.com/wp-content/plugins/feed-statistics.php?url=aHR0cDovL3d3dy5mbGlja3IuY29tL3Bob3Rvcy9jc3BpZWdsLzMyNjY0Njc5MTkv"><img class="size-large wp-image-618" title="2009-02-09-at-18-39-49" src="http://cspiegl.com/wp-content/uploads/2009/02/2009-02-09-at-18-39-49-1024x682.jpg" alt="The MacBook plus Screen, Keyboard and Mouse" width="491" height="327" /></a><p class="wp-caption-text">The MacBook plus Screen, Keyboard and Mouse</p></div>
<p>What is your thought about the workspace? Is it worth spending some time and money to design a great work-area and to keep it clean? Or don&#8217;t you care about the place you are working in? What do you think? Feel free to leave a comment.</p>
 <img src="http://cspiegl.com/wp-content/plugins/feed-statistics.php?view=1&post_id=515" width="1" height="1" style="display: none;" /><p><hr />
Posted at <a href="http://cspiegl.com">CSPIEGL.com - My life at the Cloud, what I learn and what I do</a><br/>
<a href="http://cspiegl.com/2009/my-desk/">My Desk</a></p>
]]></content:encoded>
			<wfw:commentRss>http://cspiegl.com/2009/my-desk/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Time Machine and Aperture Vault saved my Live</title>
		<link>http://cspiegl.com/2009/time-machine-and-aperture-vault-saved-my-live/</link>
		<comments>http://cspiegl.com/2009/time-machine-and-aperture-vault-saved-my-live/#comments</comments>
		<pubDate>Thu, 08 Jan 2009 23:00:32 +0000</pubDate>
		<dc:creator>cspiegl</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[25c3]]></category>
		<category><![CDATA[Aperture]]></category>
		<category><![CDATA[Lesson]]></category>
		<category><![CDATA[Luck]]></category>
		<category><![CDATA[Time Machine]]></category>

		<guid isPermaLink="false">http://cspiegl.com/?p=355</guid>
		<description><![CDATA[About 4 month ago the internal hard drive of my MacBook died. The problem is that I don&#8217;t own a second Mac or have another Mac in my family which means that I&#8217;m not able to get on working like normal and have to move over to my old windows machine for work, which is [...]<p><hr />
Posted at <a href="http://cspiegl.com">CSPIEGL.com - My life at the Cloud, what I learn and what I do</a><br/>
<a href="http://cspiegl.com/2009/time-machine-and-aperture-vault-saved-my-live/">Time Machine and Aperture Vault saved my Live</a></p>
]]></description>
			<content:encoded><![CDATA[<p>About 4 month ago the internal hard drive of my MacBook died. The problem is that I don&#8217;t own a second Mac or have another Mac in my family which means that I&#8217;m not able to get on working like normal and have to move over to my old windows machine for work, which is not really possible cause nearly all applications I use are Mac only. The last time it took about 3 days till my new drive arrived and I was able to restore my files via my Time Machine backup. This time was a little different. My internal hard drive died again some days ago. Here is the story what happened and how I got out of it.</p>
<h1>Apple File Vault</h1>
<p>Normally I&#8217;m not a big fan of Apple&#8217;s File Vault and for that reason I haven&#8217;t activate it till the 25c3. I thought that would be a security option which I shouldn&#8217;t miss. So, I activated it, went to the 25c3 and nothing happened. I came back home and plugged my Time Machine hard drive into my MacBook and still nothing unusual happened. But some days ago &#8211; it was the first of January &#8211; after that I came back to my MacBook and it wouldn&#8217;t start.</p>
<h1>Restoring</h1>
<p>That was the first moment I thought that, there is something wrong. Future testing and it turned out that the hard drive broke again. I was lucky that a family member of mine was able to give me a 2.5&#8243; hard dive to plug into my MacBook and I was serious that I&#8217;m able to restore the system with my Time Machine backup. But that turned out to be wrong. I tried to install the system via the Mac OS X 1.5 Leopard DVD and restoring, everything went well. I tried to log in and an error message popped up saying that something was wrong with the users File Vault image.</p>
<p>Seeing something like this really scares me. All work gone? All pictures taken at the 25c3 gone? But I didn&#8217;t gave up. I tried again, this time with the last Time Machine Backup made just before I left without File Vault turned on. And the restore and the following login went smoothly. But there was still the problem with my Aperture Library which was rearranged entirely in this few days I was not at home. There I just had luck, that I backed up the Library via Aperture Vault just after coming home. I restored the Aperture Library via this Vault and had my system back where it&#8217;s now. Just some little changes, some text files and apps deleted, some new installed and written down some text and everything works again.</p>
<h1>Conclusion</h1>
<p>That&#8217;s the story how Apple&#8217;s Time Machine and Aperture&#8217;s Vault saved all my work don mostly in 2008. And I even learned a big something, that I have to be careful with File Vault and should use more than one way to back up my files &#8211; on a regular bases.<br />
Have you ever had such a extreme case of backup need?</p>
 <img src="http://cspiegl.com/wp-content/plugins/feed-statistics.php?view=1&post_id=355" width="1" height="1" style="display: none;" /><p><hr />
Posted at <a href="http://cspiegl.com">CSPIEGL.com - My life at the Cloud, what I learn and what I do</a><br/>
<a href="http://cspiegl.com/2009/time-machine-and-aperture-vault-saved-my-live/">Time Machine and Aperture Vault saved my Live</a></p>
]]></content:encoded>
			<wfw:commentRss>http://cspiegl.com/2009/time-machine-and-aperture-vault-saved-my-live/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Answere to: The Not So Immortal iPod?</title>
		<link>http://cspiegl.com/2008/answere-to-the-not-so-immortal-ipod/</link>
		<comments>http://cspiegl.com/2008/answere-to-the-not-so-immortal-ipod/#comments</comments>
		<pubDate>Wed, 30 Jul 2008 17:24:03 +0000</pubDate>
		<dc:creator>cspiegl</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[desktopvibes]]></category>
		<category><![CDATA[GPS]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPhone 3G]]></category>
		<category><![CDATA[iPod]]></category>
		<category><![CDATA[IPod classic]]></category>
		<category><![CDATA[IPod touch]]></category>

		<guid isPermaLink="false">http://cspiegl.com/blog/?p=61</guid>
		<description><![CDATA[Today I&#8217;m answering to a post which was originally written at desktopvibes.com-The Not So Immortal iPod?:

First I think the iPod will be around for years and will not stop selling that fast.
iPhone Selling?
Ok the iPhone is selling really well (especially if you compare it to the first selling of the iPod&#8217;s) but you must consider [...]<p><hr />
Posted at <a href="http://cspiegl.com">CSPIEGL.com - My life at the Cloud, what I learn and what I do</a><br/>
<a href="http://cspiegl.com/2008/answere-to-the-not-so-immortal-ipod/">Answere to: The Not So Immortal iPod?</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Today I&#8217;m answering to a post which was originally written at <a title=\"desktopvibes - The Not So Immortal iPod?\" href="http://cspiegl.com/wp-content/plugins/feed-statistics.php?url=aHR0cDovL2Rlc2t0b3B2aWJlcy5jb20vbm90LXNvLWltbW9ydGFsLWlwb2Qv" target=\"_blank\">desktopvibes.com-</a><a title=\"Permanent Link: The Not So Immortal iPod?\" rel=\"bookmark\" href="http://cspiegl.com/wp-content/plugins/feed-statistics.php?url=aHR0cDovL2Rlc2t0b3B2aWJlcy5jb20vbm90LXNvLWltbW9ydGFsLWlwb2Qv">The Not So Immortal iPod?</a>:</p>
<p style="text-align: center;"><a href="http://cspiegl.com/wp-content/plugins/feed-statistics.php?url=aHR0cDovL2NzcGllZ2wuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDA4LzA3L2lwb2QtdnMtaXBob25lLXZzLWlwb2QtdG91Y2guanBn"><img class="size-medium wp-image-62 aligncenter" title="iPod vs. iPhone vs. iPod touch" src="http://cspiegl.com/wp-content/uploads/2008/07/ipod-vs-iphone-vs-ipod-touch-300x225.jpg" alt="" /></a></p>
<p>First I think the <a class=\"zem_slink\" title=\"IPod classic\" rel=\"homepage\" href="http://cspiegl.com/wp-content/plugins/feed-statistics.php?url=aHR0cDovL3d3dy5hcHBsZS5jb20vaXBvZGNsYXNzaWMv">iPod</a> will be around for years and will not stop selling that fast.</p>
<h2>iPhone Selling?</h2>
<p>Ok the <a class=\"zem_slink\" title=\"IPhone\" rel=\"wikipedia\" href="http://cspiegl.com/wp-content/plugins/feed-statistics.php?url=aHR0cDovL2VuLndpa2lwZWRpYS5vcmcvd2lraS9JUGhvbmU=">iPhone</a> is selling really well (especially if you compare it to the first selling of the iPod&#8217;s) but you must consider that back than apple was not as popular as it&#8217;s now (especially in the not professional working scene)!</p>
<h2>What will happen to the iPod?</h2>
<p>I think the iPod selling will slower or if it comes hard and fast decrees. But also I think that if they are going to hold the iPod up to date (especially the touchy thing:D) than the iPod would be going to sell great, cause the iPhone contracts are  for many people really not affordable (and many people just don&#8217;t need internet everywhere!).</p>
<h2>More likely an iPod touch than the iPhone? (My Way)</h2>
<p>For me I&#8217;m looking forward to a <a class=\"zem_slink\" title=\"IPod touch\" rel=\"wikipedia\" href="http://cspiegl.com/wp-content/plugins/feed-statistics.php?url=aHR0cDovL2VuLndpa2lwZWRpYS5vcmcvd2lraS9JUG9kX3RvdWNo">iPod touch</a> update and than going to buy that (if it offers new great things like the new 3G iPhone, especially <a class=\"zem_slink\" title=\"Global Positioning System\" rel=\"wikipedia\" href="http://cspiegl.com/wp-content/plugins/feed-statistics.php?url=aHR0cDovL2VuLndpa2lwZWRpYS5vcmcvd2lraS9HbG9iYWxfUG9zaXRpb25pbmdfU3lzdGVt">GPS</a> would be really nice) cause I think that everywhere internet wouldn&#8217;t be that nice and the monthly fee is just to expensive!</p>
<p>One thing I think they should change is the mayor updating of the iPod touch for money! They just should give it out for free!!! Or much less (something around the 5-10$US)!</p>
 <img src="http://cspiegl.com/wp-content/plugins/feed-statistics.php?view=1&post_id=112" width="1" height="1" style="display: none;" /><p><hr />
Posted at <a href="http://cspiegl.com">CSPIEGL.com - My life at the Cloud, what I learn and what I do</a><br/>
<a href="http://cspiegl.com/2008/answere-to-the-not-so-immortal-ipod/">Answere to: The Not So Immortal iPod?</a></p>
]]></content:encoded>
			<wfw:commentRss>http://cspiegl.com/2008/answere-to-the-not-so-immortal-ipod/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Dashboard / Finder slow motion</title>
		<link>http://cspiegl.com/2008/dashboard-finder-slow-motion/</link>
		<comments>http://cspiegl.com/2008/dashboard-finder-slow-motion/#comments</comments>
		<pubDate>Thu, 10 Jul 2008 15:32:55 +0000</pubDate>
		<dc:creator>cspiegl</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Slow Motion]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Trick]]></category>

		<guid isPermaLink="false">http://cspiegl.com/blog/?p=17</guid>
		<description><![CDATA[Some weeks ago &#8211; long before I started publishing this blog &#8211; I found a little function in Mac OS X (Leopard, so I don&#8217;t know if it works in Tiger or lower too(?) tell me if you know). It&#8217;s nothing you need, but I found it interesting to see once than it&#8217;s enough.

What/How to [...]<p><hr />
Posted at <a href="http://cspiegl.com">CSPIEGL.com - My life at the Cloud, what I learn and what I do</a><br/>
<a href="http://cspiegl.com/2008/dashboard-finder-slow-motion/">Dashboard / Finder slow motion</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Some weeks ago &#8211; long before I started publishing this blog &#8211; I found a little function in Mac OS X (Leopard, so I don&#8217;t know if it works in Tiger or lower too(?) tell me if you know). It&#8217;s nothing you need, but I found it interesting to see once than it&#8217;s enough.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://farm3.static.flickr.com/2296/2431321915_d0fe8ecb8a.jpg?v=0" alt="Mac OS X Leopard Dasbhoard" /></p>
<h2>What/How to see?</h2>
<p>Did you ever see the dashboard / finder-movements in slow motion?<br />
Well if not, now you can. Simply press &#8220;shift&#8221; and than make the finder / dashboard move with for example the F-Keys (F9 &#8211; F12) or just opening an folder.<br />
Normally you wouldn&#8217;t see that much, it flips up fast ad there it is, but if you press &#8220;shift&#8221; this movements are slower.</p>
<h2>Conclusion</h2>
<p>Did you new that function(?) and what do you think of it(?), let me know in the comments.</p>
<p>In my opinion this function isn&#8217;t something useful, but I&#8217;m proud that I found it myself (OK it was random and not planed but I found it myself:D).</p>
<p>And it&#8217;s once interesting to know how the movements look in slow motion isn&#8217;t it?</p>
 <img src="http://cspiegl.com/wp-content/plugins/feed-statistics.php?view=1&post_id=79" width="1" height="1" style="display: none;" /><p><hr />
Posted at <a href="http://cspiegl.com">CSPIEGL.com - My life at the Cloud, what I learn and what I do</a><br/>
<a href="http://cspiegl.com/2008/dashboard-finder-slow-motion/">Dashboard / Finder slow motion</a></p>
]]></content:encoded>
			<wfw:commentRss>http://cspiegl.com/2008/dashboard-finder-slow-motion/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>the iPhone Germany *UPDATE*</title>
		<link>http://cspiegl.com/2008/the-iphone-germany-update/</link>
		<comments>http://cspiegl.com/2008/the-iphone-germany-update/#comments</comments>
		<pubDate>Fri, 04 Jul 2008 12:33:47 +0000</pubDate>
		<dc:creator>cspiegl</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://cspiegl.com/blog/?p=14</guid>
		<description><![CDATA[The first post at this blog was about this blog and the iPhone release in Germany. Now it&#8217;s much the same.
I&#8217;m now going to publish the blog again with the hope that I thought enough about what I&#8217;m going to do in the future with it, and that I have enough to say:D
The iPhone

For now [...]<p><hr />
Posted at <a href="http://cspiegl.com">CSPIEGL.com - My life at the Cloud, what I learn and what I do</a><br/>
<a href="http://cspiegl.com/2008/the-iphone-germany-update/">the iPhone Germany *UPDATE*</a></p>
]]></description>
			<content:encoded><![CDATA[<p>The first post at this blog was about this blog and the <a class=\"zem_slink\" title=\"IPhone\" rel=\"wikipedia\" href="http://cspiegl.com/wp-content/plugins/feed-statistics.php?url=aHR0cDovL2VuLndpa2lwZWRpYS5vcmcvd2lraS9JUGhvbmU=">iPhone</a> release in Germany. Now it&#8217;s much the same.<br />
I&#8217;m now going to publish the blog again with the hope that I thought enough about what I&#8217;m going to do in the future with it, and that I have enough to say:D</p>
<h2>The iPhone</h2>
<h2 style="text-align: center;"><a href="http://cspiegl.com/wp-content/plugins/feed-statistics.php?url=aHR0cDovL2NzcGllZ2wuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDA4LzA3L2hlcm8yMDA4MDYwOS0zMDB4MTUzMi5wbmc="><img class="alignnone size-medium wp-image-16 aligncenter" title="iphone3g-not-to-buy-300x1532" src="http://cspiegl.com/wp-content/uploads/2008/07/hero20080609-300x1532.png" alt="" width="300" height="153" /></a></h2>
<p>For now I decided not to purchase the iPhone.<br />
Maybe you think that this decision is ugly and bad, cause I could purchase it, and the costs are not the problem, but I have thought about the iPhone quiet some time and came to the end that if I buy the iPhone, than I can go online nearly everywhere I want, and that&#8217;s the problem!</p>
<p>I&#8217;m on the Internet if I&#8217;m at home, and the time outside, at the train to school and so on I&#8217;m offline and not connected to the internet what means, that I do other things like reading books, thinking about new ideas and sometimes designing on white paper.</p>
<p>Now if I purchase an iPhone I consider my self not to read books, write down new ideas, or designing new web-designs, rather than surfing the web via the iPhone. Thats why I&#8217;m not going to buy the iPhone.</p>
<p>Oh, by the way: if I&#8217;m not going to buy the iPhone, I think I&#8217;m going to buy something else (not as expensive as a new iPhone but something technically)</p>
<p>What do you think about that desicion? I&#8217;m really interessted.</p>
 <img src="http://cspiegl.com/wp-content/plugins/feed-statistics.php?view=1&post_id=68" width="1" height="1" style="display: none;" /><p><hr />
Posted at <a href="http://cspiegl.com">CSPIEGL.com - My life at the Cloud, what I learn and what I do</a><br/>
<a href="http://cspiegl.com/2008/the-iphone-germany-update/">the iPhone Germany *UPDATE*</a></p>
]]></content:encoded>
			<wfw:commentRss>http://cspiegl.com/2008/the-iphone-germany-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Startpost / the iPhone in Germany</title>
		<link>http://cspiegl.com/2008/startpost-the-iphone-in-germany/</link>
		<comments>http://cspiegl.com/2008/startpost-the-iphone-in-germany/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 15:39:20 +0000</pubDate>
		<dc:creator>cspiegl</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPhone 3G]]></category>
		<category><![CDATA[T-Mobile]]></category>

		<guid isPermaLink="false">http://cspiegl.com/blog/?p=11</guid>
		<description><![CDATA[
So now finally I made it, I will publish my own private / professional blog. About what I&#8217;m going to blog is not clear so. I think at the moment I can say that I&#8217;ll blog about what is coming around. So stay tuned and I hope you&#8217;ll like the posts. This first post is [...]<p><hr />
Posted at <a href="http://cspiegl.com">CSPIEGL.com - My life at the Cloud, what I learn and what I do</a><br/>
<a href="http://cspiegl.com/2008/startpost-the-iphone-in-germany/">Startpost / the iPhone in Germany</a></p>
]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://cspiegl.com/wp-content/plugins/feed-statistics.php?url=aHR0cDovL2NzcGllZ2wuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDA4LzA2L2hlcm8yMDA4MDYwOS5wbmc="><img class="size-medium wp-image-13" title="iPhone 3G" src="http://cspiegl.com/wp-content/uploads/2008/06/hero20080609-300x153.png" alt="" width="300" height="153" /></a></p>
<p>So now finally I made it, I will publish my own private / professional blog. About what I&#8217;m going to blog is not clear so. I think at the moment I can say that I&#8217;ll blog about what is coming around. So stay tuned and I hope you&#8217;ll like the posts. This first post is about a technical thing I&#8217;m heading to at the moment and completely hooked up by.</p>
<h2>The <a class=\"zem_slink\" title=\"IPhone\" rel=\"wikipedia\" href="http://cspiegl.com/wp-content/plugins/feed-statistics.php?url=aHR0cDovL2VuLndpa2lwZWRpYS5vcmcvd2lraS9JUGhvbmU=">iPhone</a> 3G</h2>
<p>I already have been hooked by the first iPhone, but the contracts which were offered by <a class=\"zem_slink\" title=\"T-Mobile\" rel=\"homepage\" href="http://cspiegl.com/wp-content/plugins/feed-statistics.php?url=aHR0cDovL3d3dy50LW1vYmlsZS5uZXQv">T-Mobile</a> have been so expensive that a poor student like I&#8217;m couldn&#8217;t afford it (and the phone it self costs a lot to).<br />
Now the new iPhone 3G is much more affordable (like Steve Jobs told at the WWDC08 Keynote) and the contracts are much more affordable too.<br />
In Germany we have this:</p>
<p style="text-align: center;"><a href="http://cspiegl.com/wp-content/plugins/feed-statistics.php?url=aHR0cDovL2NzcGllZ2wuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDA4LzA2L2lwaG9uZS10YXJpZmRldGFpbHNuZXUuanBn"><img class="alignnone size-medium wp-image-12 aligncenter" title="iphone-tarifdetails-2008-07-01" src="http://cspiegl.com/wp-content/uploads/2008/06/iphone-tarifdetailsneu-300x163.jpg" alt="iPhone contracts" width="300" height="163" /></a></p>
<p style="text-align: left;">One of the only things I&#8217;m thinking about is the data transfare limit, in the contract Complete S &#8211; which I&#8217;m going to use if I take one iPhone.</p>
 <img src="http://cspiegl.com/wp-content/plugins/feed-statistics.php?view=1&post_id=65" width="1" height="1" style="display: none;" /><p><hr />
Posted at <a href="http://cspiegl.com">CSPIEGL.com - My life at the Cloud, what I learn and what I do</a><br/>
<a href="http://cspiegl.com/2008/startpost-the-iphone-in-germany/">Startpost / the iPhone in Germany</a></p>
]]></content:encoded>
			<wfw:commentRss>http://cspiegl.com/2008/startpost-the-iphone-in-germany/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
