<?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>blog.V1ru8.net &#187; apple</title>
	<atom:link href="http://blog.v1ru8.net/tag/apple/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.v1ru8.net</link>
	<description></description>
	<lastBuildDate>Mon, 28 Sep 2009 15:55:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>An update and two new iPhone apps</title>
		<link>http://blog.v1ru8.net/2008/08/07/an-update-and-two-new-iphone-apps/</link>
		<comments>http://blog.v1ru8.net/2008/08/07/an-update-and-two-new-iphone-apps/#comments</comments>
		<pubDate>Thu, 07 Aug 2008 12:29:46 +0000</pubDate>
		<dc:creator>Thomas Post</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Stuff]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[Documents]]></category>
		<category><![CDATA[Education]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Docs]]></category>
		<category><![CDATA[iPhone App Store]]></category>
		<category><![CDATA[iPhoneNotes]]></category>
		<category><![CDATA[marks]]></category>
		<category><![CDATA[MiGhtyDocs]]></category>

		<guid isPermaLink="false">http://www.v1ru8.net/?p=96</guid>
		<description><![CDATA[The Update Lets start with the update of iPhoneNotes. I released version 0.8 of iPhoneNotes. This version works now with firmware 2.0 and some bugs with firmware 1.1.2 are fixed too. (I&#8217;ve got some bug-reports about that). Now when I was bugfixing iPhoneNotes I was thinking of the future of iPhoneNotes. The best way to [...]]]></description>
			<content:encoded><![CDATA[<p><strong>The Update</strong></p>
<p>Lets start with the update of iPhoneNotes. I released version 0.8 of iPhoneNotes. This version works now with firmware 2.0 and some bugs with firmware 1.1.2 are fixed too. (I&#8217;ve got some bug-reports about that). Now when I was bugfixing iPhoneNotes I was thinking of the future of iPhoneNotes. The best way to keep iPhoneNotes alive would be a complete renew. Something with an alternative Notes application on the iPhone which makes it possible to us it without a jailbreak. And  the ability to sync with the notes from Apple Mail. But currently I don&#8217;t have the time and the motivation to build such an environment. That means that iPhoneNotes will stay how it is now for the next future.<br/><br />
P.S. probably I can motivate my self to do some work for a future iPhoneNotes application when someone out there takes the initiative for it.
</p>
<p><strong>The New Releases</strong>
<p>
<img src="http://blog.v1ru8.net/wp-content/uploads/2008/08/features_icon.png" alt="" title="features_icon" width="150" height="150" class="alignnone size-medium wp-image-98"  style="float:left"/></p>
<p><strong>Marks:</strong> That is an application for students to manage their credits and marks. (for more see the <a href="http://www.v1ru8.net/marks/">product page</a>) It will be available in the iPhone App Store for $0.99. Currently it&#8217;s &#8220;in review&#8221; by Apple. So it&#8217;s just a matter of time till it is finally available.</p>
<p><img src="http://blog.v1ru8.net/wp-content/uploads/2008/08/features_icon-1.png" alt="" title="features_icon-1" width="150" height="150" class="alignnone size-medium wp-image-99" style="float:right;"/></p>
<p><strong>MiGhtyDocs:</strong> Let&#8217;s you view your Google Documents on your iPhone and have them available wherever you are. Even if you haven&#8217;t an internet connection. This app is avialable in the iPhone App Store when apple approved it too. It&#8217;s only version 0.5 so it has just some basic functions and a lot of possibilities to implement new features in the future. I&#8217;m very interested in your feedback for this application. So that I can implement your requirements in future versions! MiGhtyDocs will be available for free. (donations are always welcome)</p>
<p>
<a href="http://www.v1ru8.net/iphonenotes">iPhoneNotes 0.8</a><br />
<a href="http://www.v1ru8.net/marks">Marks</a><br />
<a href="http://www.v1ru8.net/mightydocs">MiGhtyDocs</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.v1ru8.net/2008/08/07/an-update-and-two-new-iphone-apps/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>The iPhone Notes DB &#8211; Terrible</title>
		<link>http://blog.v1ru8.net/2008/03/21/the-iphone-notes-db-terrible/</link>
		<comments>http://blog.v1ru8.net/2008/03/21/the-iphone-notes-db-terrible/#comments</comments>
		<pubDate>Fri, 21 Mar 2008 16:12:37 +0000</pubDate>
		<dc:creator>Thomas Post</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[annoyance]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[notes]]></category>
		<category><![CDATA[SQLite]]></category>

		<guid isPermaLink="false">http://www.v1ru8.net/2008/03/21/the-iphone-notes-db-terrible/</guid>
		<description><![CDATA[Since I&#8217;m developing the iPhoneNotes application i worked alot with the iPhone Notes database. This database is the data-source for my app. But it has a terrible layout: CREATE TABLE Note (creation_date INTEGER, title TEXT, summary TEXT) CREATE TABLE note_bodies (note_id INTEGER, data, UNIQUE(note_id)) column note_id is assigned to the rowid from the Note table [...]]]></description>
			<content:encoded><![CDATA[<p>Since I&#8217;m developing the iPhoneNotes application i worked alot with the iPhone Notes database. This database is the data-source for my app. But it has a terrible layout:<br />
<code>CREATE TABLE Note (creation_date INTEGER, title TEXT, summary TEXT)</code><br />
<code>CREATE TABLE note_bodies (note_id INTEGER, data, UNIQUE(note_id))</code></p>
<ul>
<li>column <code>note_id</code> is assigned to the rowid from the <code>Note</code> table (don&#8217;t like that but it works)</li>
<li>In the Note database is the <code>title</code> of the note stored. And in the <code>summary</code> column is the content of the note store if it isn&#8217;t too big (absolutely don&#8217;t understand why?!?!)</li>
<li>the <code>data</code> column from the <code>note_bodies</code> database contains the content of the note always. But in a really strange pseudo HTML format. Every line is in a <code>div</code> element and sometimes it has a <code>br</code> element at the end of the line. The problem is that these <code>div</code> tags are not every time closed correct. So it is impossible to parse it with an XML parser.(I hate things like that)</li>
<li>Because the content of the note is stored twice it has a terrible data redundancy! I don&#8217;t understand why that is needed.</li>
</ul>
<p>So Apple please update the notes application in version 2.0. The actual note&#8217;s db is not how things should be done!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.v1ru8.net/2008/03/21/the-iphone-notes-db-terrible/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>New MacBook Air</title>
		<link>http://blog.v1ru8.net/2008/01/21/new-macbook-air/</link>
		<comments>http://blog.v1ru8.net/2008/01/21/new-macbook-air/#comments</comments>
		<pubDate>Sun, 20 Jan 2008 23:02:33 +0000</pubDate>
		<dc:creator>Thomas Post</dc:creator>
				<category><![CDATA[Stuff]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[MacBook]]></category>
		<category><![CDATA[MacBook Air]]></category>

		<guid isPermaLink="false">http://www.v1ru8.net/2008/01/21/new-macbook-air/</guid>
		<description><![CDATA[Last week Apple introduced the new MacBook Air the world&#8217;s thinnest notebook. The world&#8217;s thinnest means 4 mm in the front to 19 mm in the back. I think thats just awesome! That&#8217;s so thin it&#8217;s unimaginable. But this size has its costs. The MacBook Air has no FireWire (400 nor 800), no Ethernet and [...]]]></description>
			<content:encoded><![CDATA[<div style="float:left;padding:5px;">
<a href="http://blog.v1ru8.net/wp-content/uploads/2008/01/overview_bigair_one20080115.jpg" rel="lightbox[macbookair]" title="MacBook Air Closed"><img src="http://blog.v1ru8.net/wp-content/uploads/2008/01/overview_bigair_one20080115.thumbnail.jpg" width="128" height="64" alt="MacBook Air Closed" /></a><br />
<a href="http://blog.v1ru8.net/wp-content/uploads/2008/01/overview_bigair_three20080115.jpg" rel="lightbox[macbookair]" title="MacBook Air Side"><img src="http://blog.v1ru8.net/wp-content/uploads/2008/01/overview_bigair_three20080115.thumbnail.jpg" width="128" height="64" alt="MacBook Air Side" /></a><br />
<a href="http://blog.v1ru8.net/wp-content/uploads/2008/01/overview_bigair_two20080115.jpg" rel="lightbox[macbookair]" title="MacBook Air Backside"><img src="http://blog.v1ru8.net/wp-content/uploads/2008/01/overview_bigair_two20080115.thumbnail.jpg" width="128" height="64" alt="MacBook Air Backside" /></a>
</div>
<p>Last week Apple introduced the new MacBook Air the world&#8217;s thinnest notebook. The world&#8217;s thinnest means 4 mm in the front to 19 mm in the back. I think thats just awesome! That&#8217;s so thin it&#8217;s unimaginable. But this size has its costs. The MacBook Air has no FireWire (400 nor 800), no Ethernet and no Audio-In. It has just <b>one</b> USB 2.0 Port, a micro-DVI Port and a headphone jacket. Now how can you connect it to the internet? The product name told it already. You connect it over the Air with <a href="http://en.wikipedia.org/wiki/IEEE_802.11#802.11n" target="_blank">802.11<b>n</b></a>. </p>
<p>Based on the size it hasn&#8217;t a CD/DVD-ROM drive built in. You can just plug in (on that single USB port you have) an external one. I think thats a <b>good solution</b> in combination with that &#8220;<a href="http://www.apple.com/macbookair/wireless.html" target="_blank">Remote Disc</a>&#8221; feature. Because last time I used the CD/DVD-ROM drive of my MacBook Pro was when i installed Mac OS 10.5.</p>
<p>Finally the price: The standard Core 2 Duo 1.6 GHz model with 80GB 1.8&#8243; HDD and 2GB RAM costs $1799. The 1.8GHz C2D costs $300 extra. For a SSD you will pay $999 extra. That makes it a really expensive notebook.</p>
<p><b>Conclusion</b><br/>If you have the money for it and it&#8217;s not your only computer its a glorious ultra portable mac!</p>
<p><strong>Rating:</strong> 8 out of 10 stars (-1 for the price and -1 for the missing ports)</p>
<p>Now watch the ad below or have a look at <a href="http://www.apple.com/macbookair/" target="_blank">apple&#8217;s homepage</a></p>
<div><embed src="http://blog.v1ru8.net/wp-content/uploads/2008/01/apple-macbook-air-iphone.m4v" width="480" height="285" autoplay="false" cache="true"/></div></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.v1ru8.net/2008/01/21/new-macbook-air/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple Address Book vCard Export v1.1</title>
		<link>http://blog.v1ru8.net/2008/01/13/apple-address-book-vcard-export-v11/</link>
		<comments>http://blog.v1ru8.net/2008/01/13/apple-address-book-vcard-export-v11/#comments</comments>
		<pubDate>Sat, 12 Jan 2008 23:28:48 +0000</pubDate>
		<dc:creator>Thomas Post</dc:creator>
				<category><![CDATA[Stuff]]></category>
		<category><![CDATA[address book]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[bug-fix]]></category>
		<category><![CDATA[mac os x]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[vCard]]></category>

		<guid isPermaLink="false">http://www.v1ru8.net/2008/01/13/apple-address-book-vcard-export-v11/</guid>
		<description><![CDATA[Today I can release a new version of vCardExporter with a few bug-fixes. Re-import into Address Book works now (no &#8220;No importable cards were found.&#8221; message will appear) New application icon added Window title and opacity adjusted I hope this version will do it&#8217;s job better then the old. Download: vCardExporter 1.1 Application description]]></description>
			<content:encoded><![CDATA[<div style="float:right; padding:5px;"><a href="http://blog.v1ru8.net/wp-content/uploads/2008/01/icon.png" rel="lightbox[groupname]" title="vCardExporter Icon"><img src="http://blog.v1ru8.net/wp-content/uploads/2008/01/icon.thumbnail.png" width="128" height="128" alt="vCardExporter Icon" /></a></div>
<p>Today I can release a new version of vCardExporter with a few bug-fixes.
<div>
<ul>
<li>Re-import into Address Book works now (no &#8220;No importable cards were found.&#8221; message will appear)</li>
<li>New application icon added</li>
<li>Window title and opacity adjusted</li>
</ul>
</div>
<p>
I hope this version will do it&#8217;s job better then the old.<br />
Download: <a href='http://blog.v1ru8.net/wp-content/uploads/2008/01/vcardexporterapp.zip' title='vCardExporter 1.1'>vCardExporter 1.1</a><br />
<a href="http://blog.v1ru8.net/2008/01/03/apple-address-book-vcard-export/">Application description</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.v1ru8.net/2008/01/13/apple-address-book-vcard-export-v11/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>iPhone Firmware 1.1.2</title>
		<link>http://blog.v1ru8.net/2008/01/03/iphone-firmware-112/</link>
		<comments>http://blog.v1ru8.net/2008/01/03/iphone-firmware-112/#comments</comments>
		<pubDate>Thu, 03 Jan 2008 23:57:26 +0000</pubDate>
		<dc:creator>Thomas Post</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[telephone]]></category>

		<guid isPermaLink="false">http://www.v1ru8.net/2008/01/03/iphone-firmware-112/</guid>
		<description><![CDATA[After I got some problems with anySIM during the update from 1.1.1 to 1.1.2 (be sure to be in airplane mode during unlocking with anySIM and installing iWorld from the Installer to get SMS and Phone working) it is now finally working. The main fixes for me in this version are: Localized &#8211; keyboards and [...]]]></description>
			<content:encoded><![CDATA[<p>After I got some problems with anySIM during the update from 1.1.1 to 1.1.2 (be sure to be in airplane mode during unlocking with <a href="http://code.google.com/p/iphone-elite/" target="_blank" title="anySIM">anySIM</a> and installing <a href="http://conceitedsoftware.com/iphone/site/packages/" title="iWorld" target="_blank">iWorld</a> from the Installer to get SMS and Phone working) it is now finally working. <img src='http://blog.v1ru8.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  <br class="webkit-block-placeholder" />The main fixes for me in this version are:
<ul>
<li>Localized &#8211; keyboards and  auto correction*</li>
<li>Receiving SMS&#8217;s from the mailbox</li>
<li>EDGE settings are now stored properly*</li>
<li>TIFF exploit fixed (now I&#8217;m sleeping better) *</li>
</ul>
<p>However that&#8217;s all it&#8217;s not really more. Or have I forgotten something? I don&#8217;t think so. In the daily usage it&#8217;s not a big change, maybe it is a bit faster and more stable but that&#8217;s all.The problems I get during the update (missed up that airplane mode thing)  were it not worth. So I would not do it again!<br class="webkit-block-placeholder" /><br class="webkit-block-placeholder" />* workaround for 1.1.1 is also available<br class="webkit-block-placeholder" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.v1ru8.net/2008/01/03/iphone-firmware-112/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>StartupSound.PrefPane</title>
		<link>http://blog.v1ru8.net/2008/01/03/startupsoundprefpane/</link>
		<comments>http://blog.v1ru8.net/2008/01/03/startupsoundprefpane/#comments</comments>
		<pubDate>Thu, 03 Jan 2008 20:06:18 +0000</pubDate>
		<dc:creator>Thomas Post</dc:creator>
				<category><![CDATA[Regards]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[mac os x]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[startup sound]]></category>

		<guid isPermaLink="false">http://www.v1ru8.net/2008/01/03/startupsoundprefpane/</guid>
		<description><![CDATA[You are on a train, in a meeting or at the auditorium and you would start your mac. Press the power button and then BOOOM&#8230; oh i hate this moments! Everyone is looking at you, thats sometimes a bit embarrassing.Now i found a solution: StartupSound.PrefPane from Arcana Research. That&#8217;s a really good utility! Thx! Rating: 10 out of 10 stars]]></description>
			<content:encoded><![CDATA[<p>You are on a train, in a meeting or at the auditorium and you would start your mac. Press the power button and then <span style="font-weight: bold" class="Apple-style-span">BOOOM&#8230; </span>oh i hate this moments! Everyone is looking at you, thats sometimes a bit embarrassing.Now i found a solution: <a href="http://www5e.biglobe.ne.jp/~arcana/StartupSound/BETA/index.en.html" title="StartupSound.PrefPane" target="_blank">StartupSound.PrefPane</a> from <a href="http://www5e.biglobe.ne.jp/~arcana/index.en.html" title="Arcana Research" target="_blank">Arcana Research</a>. That&#8217;s a really good utility! Thx!</p>
<p><strong>Rating:</strong> 10 out of 10 stars</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.v1ru8.net/2008/01/03/startupsoundprefpane/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple Address Book vCard Export</title>
		<link>http://blog.v1ru8.net/2008/01/03/apple-address-book-vcard-export/</link>
		<comments>http://blog.v1ru8.net/2008/01/03/apple-address-book-vcard-export/#comments</comments>
		<pubDate>Thu, 03 Jan 2008 19:09:16 +0000</pubDate>
		<dc:creator>Thomas Post</dc:creator>
				<category><![CDATA[Stuff]]></category>
		<category><![CDATA[address book]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[mac os x]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[vCard]]></category>

		<guid isPermaLink="false">http://www.v1ru8.net/2008/01/03/apple-address-book-vcard-export/</guid>
		<description><![CDATA[Last autumn I was sad about the Apple Address Book&#8217;s vCard export function. If you d&#8217; like to export more then one vCard, Address Book puts them all together in one file. But i d&#8217; like to have them in separate files. So I took a bit of time and wrote this tiny application.vCard Exporter]]></description>
			<content:encoded><![CDATA[<p>Last autumn I was sad about the Apple Address Book&#8217;s vCard export function. If you d&#8217; like to export more then one vCard, Address Book puts them all together in one file. But i d&#8217; like to have them in separate files. So I took a bit of time and wrote this tiny application.<br class="webkit-block-placeholder" /><a href="http://www.v1ru8.net/wp-content/uploads/2008/01/vcardexporterapp.zip" title="vCard Exporter">vCard Exporter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.v1ru8.net/2008/01/03/apple-address-book-vcard-export/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

