<?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>klauskjeldsen.dk &#187; Search Results  &#187;  start+with+a+phone</title> <atom:link href="http://klauskjeldsen.dk/search/start+with+a+phone/feed/rss2/" rel="self" type="application/rss+xml" /><link>http://klauskjeldsen.dk</link> <description>About web... &#38; stuff</description> <lastBuildDate>Sat, 14 Jan 2012 20:22:42 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>W3C Geolocation API (HTML5)</title><link>http://klauskjeldsen.dk/w3c-geolocation-api-html5/</link> <comments>http://klauskjeldsen.dk/w3c-geolocation-api-html5/#comments</comments> <pubDate>Sun, 24 Oct 2010 07:48:06 +0000</pubDate> <dc:creator>Klaus Kjeldsen</dc:creator> <category><![CDATA[Google]]></category> <category><![CDATA[HTML5]]></category> <category><![CDATA[iPhone]]></category> <category><![CDATA[User Experience]]></category> <category><![CDATA[Web Development]]></category><guid
isPermaLink="false">http://klauskjeldsen.dk/?p=1002</guid> <description><![CDATA[I have fiddled a little bit with the W3C Geolocation API and made the below demo on how to detect the user’s location within a browser. The demo uses HTML5 and the Google Maps API V3, which is designed to &#8230; <a
href="http://klauskjeldsen.dk/w3c-geolocation-api-html5/">Continue reading <span
class="meta-nav">&#8594;</span></a> No related posts.]]></description> <content:encoded><![CDATA[<p>I have fiddled a little bit with the <a
href="http://dev.w3.org/geo/api/spec-source.html">W3C Geolocation API</a> and made the below demo on how to detect the user’s location within a browser. The demo uses HTML5 and the Google Maps API V3, which is designed to load faster, especially on mobile browsers such as Android-based devices and the iPhone.</p><p>See demo in fullscreen here: <a
href="http://klauskjeldsen.dk/demos/geolocation/" target="_blank">W3C Geolocation API Demo</a> &#8211; you can also see this demo on your iPhone.</p><p>Feel free to comment, if you have any experience on <a
href="http://en.wikipedia.org/wiki/W3C_Geolocation_API">geolocation</a>&#8230;</p><p><object
width="100%" height="400" data="http://klauskjeldsen.dk/demos/geolocation/"></object></p><p>As an alternative it is also posible to use the <a
href="http://code.google.com/apis/gears/api_geolocation.html">Google Gears Geolocation API</a>, see code example here: <a
href="http://code.google.com/apis/maps/documentation/javascript/basics.html#DetectingUserLocation">Google Maps Javascript API V3 &#8211; Basics</a></p><blockquote><p>Currently, several ways exist to detect the user&#8217;s location within a browser. None of these methods are part of the Google Maps API; instead, they are common industry standards.</p><ul><li>Newer browsers are starting to support the <a
href="http://dev.w3.org/geo/api/spec-source.html">W3C Geolocation standard</a>. This standard is part of HTML5 and will likely become the de-facto standard going forward. All applications that wish to perform geolocation should support this standard.</li><li>Some browsers with Google Gears can use <a
href="http://code.google.com/apis/gears/api_geolocation.html">Google Gears Geolocation API</a>. Since widespread support for the W3C standard is still forthcoming, checking for Gears is a good fallback mechanism.</li><li>Some browsers use IP addresses to detect a user&#8217;s location, though this provides only a very rough estimate.</li></ul><p>Source: code.google.com</p></blockquote><h2>Additional Google Maps resources:</h2><ul><li><a
href="http://code.google.com/intl/da/apis/maps/articles/toomanymarkers.html#markerclusterer">Marker Clustere</a>r &#8211; Too Many Markers!</li><li><a
href="http://sites.google.com/site/gmapsdevelopment/">Google Maps Marker Icons</a></li></ul><p>No related posts.</p>]]></content:encoded> <wfw:commentRss>http://klauskjeldsen.dk/w3c-geolocation-api-html5/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>iPhone Safari Crash Fix</title><link>http://klauskjeldsen.dk/iphone-safari-crash-fix/</link> <comments>http://klauskjeldsen.dk/iphone-safari-crash-fix/#comments</comments> <pubDate>Sat, 15 Nov 2008 15:10:17 +0000</pubDate> <dc:creator>Klaus Kjeldsen</dc:creator> <category><![CDATA[iPhone]]></category> <category><![CDATA[Fix]]></category> <category><![CDATA[Safari]]></category><guid
isPermaLink="false">http://klauskjeldsen.dk/?p=428</guid> <description><![CDATA[No doubt iPhone&#8217;s Safari browser is the best mobile browser, though it seems to have an unfortunate issue, namely, that it tend to periodically crash after a longer time of use with multiple pages. Safari shuts down and returns to &#8230; <a
href="http://klauskjeldsen.dk/iphone-safari-crash-fix/">Continue reading <span
class="meta-nav">&#8594;</span></a> Related posts:<ol><li><a
href='http://klauskjeldsen.dk/iphone-3g-no-missing-sound/' rel='bookmark' title='iPhone 3G: No Sound'>iPhone 3G: No Sound</a></li><li><a
href='http://klauskjeldsen.dk/use-apple-iphone-bluetooth-headset-with-macbook/' rel='bookmark' title='Use Apple iPhone Bluetooth Headset with MacBook'>Use Apple iPhone Bluetooth Headset with MacBook</a></li><li><a
href='http://klauskjeldsen.dk/iphone-3g-disable-slow-itunes-backup-mac-and-windows/' rel='bookmark' title='Update iPhone without backing up (Mac and Windows)'>Update iPhone without backing up (Mac and Windows)</a></li></ol>]]></description> <content:encoded><![CDATA[<p>No doubt<a
href="http://en.wikipedia.org/wiki/Safari_(web_browser)"> iPhone&#8217;s Safari browser</a> is the best mobile browser, though it seems to have an unfortunate issue, namely, that it tend to periodically crash after a longer time of use with multiple pages. Safari shuts down and returns to the home screen. On the <a
href="http://discussions.apple.com/thread.jspa?threadID=1762646&amp;tstart=15" target="_blank">Apple Discussion Forum</a> it seems that more people have experienced the same as I.</p><p>I am sure that Apple is aware of the problem, and continuously will provide stability fixes for the iPhone. However, running the latest version, which at this moment is the iPhone 2.1 firmware/software, the iPhone still have stability problems. Hopefully this will change in the next version, the iPhone 2.2 software.</p><p>However, it is possible to prevent the iPhone Safari from crashing, though it is not a permanent fix:</p><ul><li>You can try to clear the Cache, Cookies and History. To do this, go to <em>Settings</em> &gt; <em>Safari</em> and tap <em>Clear Cache</em>, <em>Clear Cookies</em> and <em>Clear History</em>.</li><li>If that is ineffective, try makeing a soft reset of your iPhone by holding down the Sleep and Home buttons until the Apple logo appears (about 8 second). Note that this is also how you power the iPhone off. When the &#8220;Slide to power off&#8221; slider appears, just keep holding the buttons down and pretty soon you will see the Apple logo appears, indicating that the iPhone is reseting. This can help reset some apps that may be running in the background. Importantly you will not lose any data.</li></ul><p>Related posts:<ol><li><a
href='http://klauskjeldsen.dk/iphone-3g-no-missing-sound/' rel='bookmark' title='iPhone 3G: No Sound'>iPhone 3G: No Sound</a></li><li><a
href='http://klauskjeldsen.dk/use-apple-iphone-bluetooth-headset-with-macbook/' rel='bookmark' title='Use Apple iPhone Bluetooth Headset with MacBook'>Use Apple iPhone Bluetooth Headset with MacBook</a></li><li><a
href='http://klauskjeldsen.dk/iphone-3g-disable-slow-itunes-backup-mac-and-windows/' rel='bookmark' title='Update iPhone without backing up (Mac and Windows)'>Update iPhone without backing up (Mac and Windows)</a></li></ol></p>]]></content:encoded> <wfw:commentRss>http://klauskjeldsen.dk/iphone-safari-crash-fix/feed/</wfw:commentRss> <slash:comments>14</slash:comments> </item> <item><title>Use Apple iPhone Bluetooth Headset with MacBook</title><link>http://klauskjeldsen.dk/use-apple-iphone-bluetooth-headset-with-macbook/</link> <comments>http://klauskjeldsen.dk/use-apple-iphone-bluetooth-headset-with-macbook/#comments</comments> <pubDate>Wed, 05 Nov 2008 21:08:37 +0000</pubDate> <dc:creator>Klaus Kjeldsen</dc:creator> <category><![CDATA[iPhone]]></category> <category><![CDATA[Apple]]></category> <category><![CDATA[Headset]]></category><guid
isPermaLink="false">http://klauskjeldsen.dk/?p=395</guid> <description><![CDATA[After I bought my Apple iPhone Bluetooth Headset for my iPhone a thought came to my mind, namely, whether it was possible to pair the headset with my MacBook and using it together with e.g. Skype. Pairing the iPhone headset &#8230; <a
href="http://klauskjeldsen.dk/use-apple-iphone-bluetooth-headset-with-macbook/">Continue reading <span
class="meta-nav">&#8594;</span></a> Related posts:<ol><li><a
href='http://klauskjeldsen.dk/iphone-3g-no-missing-sound/' rel='bookmark' title='iPhone 3G: No Sound'>iPhone 3G: No Sound</a></li><li><a
href='http://klauskjeldsen.dk/setup-internet-connection-via-bluetooth-using-nokia-6300-on-mac-os-x/' rel='bookmark' title='Setup Internet Connection via Bluetooth using Nokia 6300 on Mac OS X'>Setup Internet Connection via Bluetooth using Nokia 6300 on Mac OS X</a></li><li><a
href='http://klauskjeldsen.dk/nokia-6300-apple-iphone-theme/' rel='bookmark' title='Nokia 6300 &#8211; Apple iPhone Theme'>Nokia 6300 &#8211; Apple iPhone Theme</a></li></ol>]]></description> <content:encoded><![CDATA[<p><a
href="http://klauskjeldsen.dk/wp-content/uploads/headset.jpg"><img
class="alignright size-full wp-image-398" style="border: 0pt none;" title="headset" src="http://klauskjeldsen.dk/wp-content/uploads/headset.jpg" alt="" width="144" height="144" /></a>After I bought my Apple iPhone Bluetooth Headset for my iPhone a thought came to my mind, namely, whether it was possible to pair the headset with my MacBook and using it together with e.g. Skype.</p><p>Pairing the iPhone headset with the MacBook can be done seamlessly, just go to the Bluetooth in the menu bar, select &#8220;Set up Bluetooth Device&#8230;&#8221; and choose &#8220;Headset&#8221;, then press and hold the headset button for about eight seconds, until you hear the startup tone and then five quick high beeps. The headset is now discoverable and will remain so for about five minutes. The status light blinks green while the headset is discoverable.</p><p>Unfortunately, I believe that the audio quality over Bluetooth is quite unsatisfying, it seems to be poor and a bit crackly. Therefore it is kind of tricky to recommend using the Apple iPhone Bluetooth Headset for that purpose.</p><p>Related posts:<ol><li><a
href='http://klauskjeldsen.dk/iphone-3g-no-missing-sound/' rel='bookmark' title='iPhone 3G: No Sound'>iPhone 3G: No Sound</a></li><li><a
href='http://klauskjeldsen.dk/setup-internet-connection-via-bluetooth-using-nokia-6300-on-mac-os-x/' rel='bookmark' title='Setup Internet Connection via Bluetooth using Nokia 6300 on Mac OS X'>Setup Internet Connection via Bluetooth using Nokia 6300 on Mac OS X</a></li><li><a
href='http://klauskjeldsen.dk/nokia-6300-apple-iphone-theme/' rel='bookmark' title='Nokia 6300 &#8211; Apple iPhone Theme'>Nokia 6300 &#8211; Apple iPhone Theme</a></li></ol></p>]]></content:encoded> <wfw:commentRss>http://klauskjeldsen.dk/use-apple-iphone-bluetooth-headset-with-macbook/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>iPhone 3G: No Sound</title><link>http://klauskjeldsen.dk/iphone-3g-no-missing-sound/</link> <comments>http://klauskjeldsen.dk/iphone-3g-no-missing-sound/#comments</comments> <pubDate>Fri, 05 Sep 2008 15:06:42 +0000</pubDate> <dc:creator>Klaus Kjeldsen</dc:creator> <category><![CDATA[iPhone]]></category><guid
isPermaLink="false">http://klauskjeldsen.dk/?p=233</guid> <description><![CDATA[View Comments for updates&#8230; UPDATE: My iPhone was replaced with a brand new iPhone after being sent to Apple Support, so now that I have my second iPhone, I hope not to see the problem again &#8211; or any problems &#8230; <a
href="http://klauskjeldsen.dk/iphone-3g-no-missing-sound/">Continue reading <span
class="meta-nav">&#8594;</span></a> Related posts:<ol><li><a
href='http://klauskjeldsen.dk/use-apple-iphone-bluetooth-headset-with-macbook/' rel='bookmark' title='Use Apple iPhone Bluetooth Headset with MacBook'>Use Apple iPhone Bluetooth Headset with MacBook</a></li><li><a
href='http://klauskjeldsen.dk/iphone-safari-crash-fix/' rel='bookmark' title='iPhone Safari Crash Fix'>iPhone Safari Crash Fix</a></li></ol>]]></description> <content:encoded><![CDATA[<p><strong>View Comments for updates&#8230;</strong></p><blockquote><p>UPDATE: My iPhone was replaced with a brand new iPhone after being sent to Apple Support, so now that I have my second iPhone, I hope not to see the problem again &#8211; or any problems at all.</p></blockquote><p>Recently, I experienced an issue with my iPhone, during phone calls the sound disappeared from the ear speaker, but when plugging in the headset or switching to the speaker (loudspeaker ) the sound was available. I was afraid the iPhone already after a couple of month had to be delivered to Apple Support/Service, but when I turned to my good friend, Google, I found some of methods through which people solved their sound problem:<br
/> <span
id="more-233"></span></p><ul><li>Restart the iPhone by holding down the sleep and home buttons until the &#8220;Slide to power off&#8221; appears.</li><li>Soft reset your iPhone by holding down the sleep and home buttons until the Apple logo appears.</li><li>Restore your iPhone from iTunes (restoring the phone will erase contacts, calendars, photos and other data on the phone, but will restore automatically backed up information including text messages, notes, call history, contact favorites, sound settings, widget settings, etc.).</li><li>Go to <em>Settings</em> &gt; <em>General</em> &gt; <em>Reset</em> &gt; <em>Reset All Settings</em>. It will reset all your settings to its original state and NO harm is done to contacts, calendars, photos or any other data on the phone.</li><li>Plug and unplug headset jack several times.</li><li>Blowing air into the headset jack.</li><li>Blowing air into the ear speaker.</li></ul><p>[ad code=1 align=left]</p><p>After trying some of the first mentioned methods with no luck, I did the last two &#8211; I don&#8217;t which one that did the trick, but somehow the sound returned. However, the iPhone must somehow be quite sensitive to dust in these components.</p><p>Related posts:<ol><li><a
href='http://klauskjeldsen.dk/use-apple-iphone-bluetooth-headset-with-macbook/' rel='bookmark' title='Use Apple iPhone Bluetooth Headset with MacBook'>Use Apple iPhone Bluetooth Headset with MacBook</a></li><li><a
href='http://klauskjeldsen.dk/iphone-safari-crash-fix/' rel='bookmark' title='iPhone Safari Crash Fix'>iPhone Safari Crash Fix</a></li></ol></p>]]></content:encoded> <wfw:commentRss>http://klauskjeldsen.dk/iphone-3g-no-missing-sound/feed/</wfw:commentRss> <slash:comments>42</slash:comments> </item> <item><title>Update iPhone without backing up (Mac and Windows)</title><link>http://klauskjeldsen.dk/iphone-3g-disable-slow-itunes-backup-mac-and-windows/</link> <comments>http://klauskjeldsen.dk/iphone-3g-disable-slow-itunes-backup-mac-and-windows/#comments</comments> <pubDate>Tue, 05 Aug 2008 17:53:02 +0000</pubDate> <dc:creator>Klaus Kjeldsen</dc:creator> <category><![CDATA[iPhone]]></category> <category><![CDATA[Mac OS X]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[3G]]></category> <category><![CDATA[Backup]]></category> <category><![CDATA[iTunes]]></category><guid
isPermaLink="false">http://klauskjeldsen.dk/?p=162</guid> <description><![CDATA[The below method is not yet tested with iOS 4.0, if you try it, please post a comment if it works. Most iPhone OS 2.0 / iPhone 3G users have experienced the very slow backup process each time the iPhone is &#8230; <a
href="http://klauskjeldsen.dk/iphone-3g-disable-slow-itunes-backup-mac-and-windows/">Continue reading <span
class="meta-nav">&#8594;</span></a> Related posts:<ol><li><a
href='http://klauskjeldsen.dk/apple-itunes-dj-queue-songs/' rel='bookmark' title='Apple iTunes DJ &#8211; Queue Songs'>Apple iTunes DJ &#8211; Queue Songs</a></li><li><a
href='http://klauskjeldsen.dk/boot-camp-imac-error-fix-black-screen/' rel='bookmark' title='Boot Camp: Windows 7 on iMac &#8211; Fix Black Screen'>Boot Camp: Windows 7 on iMac &#8211; Fix Black Screen</a></li><li><a
href='http://klauskjeldsen.dk/iphone-3g-iphone-201-software-update-available/' rel='bookmark' title='iPhone 3G: iPhone 2.0.1 Software Update available'>iPhone 3G: iPhone 2.0.1 Software Update available</a></li></ol>]]></description> <content:encoded><![CDATA[<blockquote><p>The below method is not yet tested with iOS 4.0, if you try it, please post a comment if it works.</p></blockquote><p>Most iPhone OS 2.0 / iPhone 3G users have experienced the very slow backup process each time the iPhone is connected to iTunes, and as more applications are installed the process will take even longer. It is possible to just cancel the backup process, and then make a regular Sync without backing up. However, if you want avoid the backup process from starting, there is a workaround. It is possible disable the automatic backup process from starting, and how to do this is described below; firstly for Mac users, and secondly for Windows users:</p><p>[ad code=1 align=left]</p><h2>Mac users:</h2><ol><li>Quit iTunes.</li><li>Open a Terminal (Applications &gt; Utilities &gt; Terminal)</li><li>Type or copy the following command:<div
class="codesnip-container" >defaults write com.apple.iTunes AutomaticDeviceBackupsDisabled -bool true</div></li><li>Open iTunes.</li><li>Connect the iPhone.</li><li>Make Sync without backing up.</li></ol><p>To enable automatic backup in iTunes again use this command instead:</p><div
class="codesnip-container" >defaults write com.apple.iTunes AutomaticDeviceBackupsDisabled -bool false</div><p><em><br
/> Note: If you previously have used the command line option that entirely disables the backup feature, then type this command as well to enable to backup process: </em></p><div
class="codesnip-container" >defaults write com.apple.iTunes DeviceBackupsDisabled -bool false</div><p><em>Recommendation: If you choose to disable the automatic backup process, it would be a good idea to manually making a backup it once a while to get a safe copy of text messages, call log and like (just right-click your iPhone icon in iTunes).</em></p><h2>Windows Users: (updated)</h2><p>Windows users can use the same approach:</p><ol><li>Quit iTunes.</li><li>Press Win+R (opens the Windows Run dialog)</li><li>Type or copy the following command:<div
class="codesnip-container" >&#8220;%CommonProgramFiles%\Apple\Mobile Device Support\bin\defaults.exe&#8221; write com.apple.iTunes AutomaticDeviceBackupsDisabled -bool true</div></li><li>Open iTunes.</li><li>Connect the iPhone.</li><li>Make Sync without backing up.</li></ol><p>Related posts:<ol><li><a
href='http://klauskjeldsen.dk/apple-itunes-dj-queue-songs/' rel='bookmark' title='Apple iTunes DJ &#8211; Queue Songs'>Apple iTunes DJ &#8211; Queue Songs</a></li><li><a
href='http://klauskjeldsen.dk/boot-camp-imac-error-fix-black-screen/' rel='bookmark' title='Boot Camp: Windows 7 on iMac &#8211; Fix Black Screen'>Boot Camp: Windows 7 on iMac &#8211; Fix Black Screen</a></li><li><a
href='http://klauskjeldsen.dk/iphone-3g-iphone-201-software-update-available/' rel='bookmark' title='iPhone 3G: iPhone 2.0.1 Software Update available'>iPhone 3G: iPhone 2.0.1 Software Update available</a></li></ol></p>]]></content:encoded> <wfw:commentRss>http://klauskjeldsen.dk/iphone-3g-disable-slow-itunes-backup-mac-and-windows/feed/</wfw:commentRss> <slash:comments>67</slash:comments> </item> <item><title>Top 10 iPhone 3G Applications</title><link>http://klauskjeldsen.dk/top-10-iphone-3g-applications/</link> <comments>http://klauskjeldsen.dk/top-10-iphone-3g-applications/#comments</comments> <pubDate>Sun, 03 Aug 2008 19:29:20 +0000</pubDate> <dc:creator>Klaus Kjeldsen</dc:creator> <category><![CDATA[iPhone]]></category> <category><![CDATA[Mac OS X]]></category> <category><![CDATA[Phone]]></category><guid
isPermaLink="false">http://klauskjeldsen.dk/?p=98</guid> <description><![CDATA[Update &#8211; After some years the list was kind of outdated, here are some additional applications that I have recently used the most: Facebook LinkedIn TweetDeck (will so be Tweetie instead) Air Mouse (wireless mouse pad app) EyeTV (TV app) DropBox (access &#8230; <a
href="http://klauskjeldsen.dk/top-10-iphone-3g-applications/">Continue reading <span
class="meta-nav">&#8594;</span></a> Related posts:<ol><li><a
href='http://klauskjeldsen.dk/iphone-3g-iphone-201-software-update-available/' rel='bookmark' title='iPhone 3G: iPhone 2.0.1 Software Update available'>iPhone 3G: iPhone 2.0.1 Software Update available</a></li><li><a
href='http://klauskjeldsen.dk/iphone-3g-disable-slow-itunes-backup-mac-and-windows/' rel='bookmark' title='Update iPhone without backing up (Mac and Windows)'>Update iPhone without backing up (Mac and Windows)</a></li></ol>]]></description> <content:encoded><![CDATA[<blockquote><p><strong>Update</strong> &#8211; After some years the list was kind of outdated, here are some additional applications that I have recently used the most:</p><div
id="_mcePaste"><ul><li><strong>Facebook</strong></li><li><strong>LinkedIn</strong></li><li><strong>TweetDeck</strong> (will so be Tweetie instead)</li><li><strong>Air Mouse</strong> (wireless mouse pad app)</li><li><strong>EyeTV</strong> (TV app)</li><li><strong>DropBox</strong> (access files everywhere)</li><li><strong>Remote</strong> (iTunes Remote app)</li><li><strong>WordPress</strong> (access your wordpress site)</li><li><strong>Jamie Oliver</strong> (cooking app)</li><li><strong>My Football</strong> (Live soccer scores and tables)</li><li><strong>LiveScore</strong> (LIve soccer scores)</li><li><strong>Weather Pro</strong> (wheather app)</li><li><strong>DMI Byvejret</strong> (danish weather app)</li><li><strong>Google</strong> (GMail, Calendar web applications)</li><li><strong>SeneseEarn</strong> (Google Adsense app)</li><li><strong>AnalyticsApp </strong>(Google Analytics app)</li><li><strong>Opera Mini</strong> (alternative browser &#8211; good for heavy sites)</li><li><strong>TjekBenzin</strong> (danish gas price app)</li></ul></div></blockquote><p>This is yet another list of favorite iPhone 3G applications available from the Apple App Store. Actually, it is not ordered top 10 list, but just a list of the 10 applications that I found most useful. No games are included since games qualify for their own top 10 list. Listed is also mainly free applications since I have only bought a couple of applications at this time. The list will be updated as new and better applications arrive at App Store.</p><p>[ad code=1 align=left]</p><ul><li><strong>Remote</strong><br
/> With Remote, you can control the music on your computer or Apple TV from your iPod touch or iPhone. Play, pause, skip, shuffle. See your songs, playlists, and album art on your iPod touch or iPhone as if you were right in front of your computer. Remote is free and works with your Wi-Fi network, so you can control playback from anywhere in and around your home.</li><li><strong>FileMagnet (NOT FREE 30DDK)</strong><br
/> FileMagnet makes it easy to copy files from your Mac and view them on your iPhone and iPod touch. It supports all the common file types, including PDFs, Microsoft Office documents, images, movies, sounds and even folders. By running the FileMagnet Uploader on your Mac, you can wirelessly copy files over your wi-fi network. FileMagnet also lets you copy files from your phone to another mac &#8211; use your iPhone like a hard drive!<br
/> <em>Constraints: It only works with Mac, one more thing that Windows users mustÂ  miss.</em></li><li><strong>Benzin Priser (A danish specific app)</strong><br
/> The application uses the <a
href="http://www.fdmbenzinpriser.dk/" target="_blank">FDM Benzin Priser</a> service to get the latest gas-prices for your current area (GPS Support), or the latest prices for your regular gas stations. Reporting prices from the application to help others get gas cheaper is easy.<br
/> <em>Constraints: How usable this application is in your area rely on the frequency of gas prices reported.</em></li><li><strong>Facebook</strong><br
/> Facebook for iPhone makes it easy to stay connected and share information with friends. Use your iPhone to start conversations with Facebook Chat, check your friends&#8217; latest photos and status updates, look up a phone number, or upload your own mobile phothos to Facebook whole on the go.</li><li><strong>Palringo Instant Messenger</strong><br
/> Palringo works by integrating with several existing, popular                     messaging services including Apple&#8217;s own iChat for Mac OS X.                     The other seven are AOL&#8217;s AIM, Google Talk, Yahoo!                     Messenger, Gadu Gadu, ICQ, Jabber and Windows Live                     Messenger.</li><li><strong>WordPress</strong><br
/> Introducing the first Open Source app that lets you write posts, upload photos, and edit your WordPress blog from your iPhone or iPod Touch. With support for both <a
href="http://wordpress.com/">WordPress.com</a> and self-hosted <a
href="http://wordpress.org/">WordPress</a> <em>(2.5.1 or higher)</em>, users of all experience levels can get going in seconds. <ins
style="text-decoration: none;"></ins></li><li><strong>EverNote</strong><br
/> Evernote for iPhone (and iPod Touch) lets you capture any moment or idea as it happens, wherever you may find yourself. And, thanks to Evernote&#8217;s amazing cloud-based sync, you can recall it all any time from your iPhone, Mac, PC, the Web, or other mobile device.</li><li><strong>Shazam</strong><br
/> When you hear a song and wonder what it is, Shazam is there with the answer. Hold your iPhone to the music and within seconds we&#8217;ll tell you the artist and track name.</li><li><strong>Phanfare</strong><br
/> The phanfare iPhone application turns your iPhone into a connected digital camera. Once installed, you take photos with the Phanfare application and they are uploaded directly into your Phanfare account over the cell network and wi-fi.</li><li><strong>YouNote<br
/> </strong>YouNote is an application for iPhone that allows you to take quick notes on all sorts of information. This information is accessible and available at all times on your iPhone. Whatever format the note is in (Drawing, Audio, Text, Photo, etc.), it is possible to link different criteria (tags, a color, the geolocation, etc.) which simplifies the filing and finding of the notes.</li></ul><p>Related posts:<ol><li><a
href='http://klauskjeldsen.dk/iphone-3g-iphone-201-software-update-available/' rel='bookmark' title='iPhone 3G: iPhone 2.0.1 Software Update available'>iPhone 3G: iPhone 2.0.1 Software Update available</a></li><li><a
href='http://klauskjeldsen.dk/iphone-3g-disable-slow-itunes-backup-mac-and-windows/' rel='bookmark' title='Update iPhone without backing up (Mac and Windows)'>Update iPhone without backing up (Mac and Windows)</a></li></ol></p>]]></content:encoded> <wfw:commentRss>http://klauskjeldsen.dk/top-10-iphone-3g-applications/feed/</wfw:commentRss> <slash:comments>8</slash:comments> </item> <item><title>Nokia 6300, iSync Plugin, and Contact Photos</title><link>http://klauskjeldsen.dk/nokia-6300-isync-plugin-and-contact-photos/</link> <comments>http://klauskjeldsen.dk/nokia-6300-isync-plugin-and-contact-photos/#comments</comments> <pubDate>Mon, 20 Aug 2007 13:31:44 +0000</pubDate> <dc:creator>Klaus Kjeldsen</dc:creator> <category><![CDATA[Mac OS X]]></category> <category><![CDATA[Phone]]></category><guid
isPermaLink="false">http://klauskjeldsen.dk/2007/08/20/nokia-6300-isync-plugin-and-contact-photos/</guid> <description><![CDATA[Here is some iSync plugins for the Nokia 6300; the first two works pretty stable, and the last has support of contact photos and birthdays, but is might cause some errors to the iSync synchronization process. All plugins should be &#8230; <a
href="http://klauskjeldsen.dk/nokia-6300-isync-plugin-and-contact-photos/">Continue reading <span
class="meta-nav">&#8594;</span></a> Related posts:<ol><li><a
href='http://klauskjeldsen.dk/free-nokia-6300-isync-plugin/' rel='bookmark' title='Nokia 6300 iSync Plugin (Snow Leopard Compatible)'>Nokia 6300 iSync Plugin (Snow Leopard Compatible)</a></li><li><a
href='http://klauskjeldsen.dk/how-to-isync-a-nokia-6300-on-mac-os-x/' rel='bookmark' title='How to iSync a Nokia 6300 on Mac OS X'>How to iSync a Nokia 6300 on Mac OS X</a></li><li><a
href='http://klauskjeldsen.dk/nokia-6300-mac-os-x-theme/' rel='bookmark' title='Nokia 6300 Mac OS X Theme'>Nokia 6300 Mac OS X Theme</a></li></ol>]]></description> <content:encoded><![CDATA[<p><a
title="DOWNLOAD" href="http://klauskjeldsen.dk/files/Nokia6300.phoneplugin.zip"><img
style="float:right;border:none;margin:0 10px 0 10px;" src="http://klauskjeldsen.dk/wp-content/uploads/isync.jpg" alt="Nokia 6300 plugin" /></a></p><p>Here is some iSync plugins for the Nokia 6300; the first two works pretty stable, and the last has support of contact photos and birthdays, but is might cause some errors to the iSync synchronization process. All plugins should be compatible with Leopard.</p><p><strong>Here is what to do:</strong></p><ol><li>Download one of the following plugins:<ul><li><a
href="http://klauskjeldsen.dk/files/Nokia6300.phoneplugin.zip">Nokia 6300 iSync plugin</a></li><li><a
href="http://klauskjeldsen.dk/files/Nokia6300.phoneplugin.birthdays.support.zip">Nokia 6300 iSync plugin supports birthdays</a><br
/> (edited by Jeremy Robertson)</li><li><a
href="http://klauskjeldsen.dk/files/Nokia6300.phoneplugin.photo.support.zip">Nokia 6300 iSync plugin  supports birthdays and contact photos</a><br
/> (edited by Rums)</li></ul><p>(using the last mentioned <a
href="#photosupportnotes">read these notes</a>)</li><li>Extract the <strong>Nokia6300.phoneplugin.zip</strong> (your browser might do it for you).</li><li>Quit iSync if its running</li><li>Double click the <strong>Nokia 6300 Plugin</strong></li><li>Drag and drop the green folder on the blue one<br
/> <img
style="border: medium none; width: 90%;" src="http://klauskjeldsen.dk/wp-content/uploads/nokia6300installguide.png" alt="Install Guide" /></li><li>Start iSync, and the Nokia 6300 should be supported</li></ol><p><strong>Additional notes and issues:</strong></p><ul><li>iSync only synchronizes the contacts you have on the phone and not on the SIM-card. <a
href="http://klauskjeldsen.dk/2007/06/08/free-nokia-6300-isync-plugin/#comment-314">View this comment</a>.</li><li>All-day events in iCal appears as events with start and end time at the same hour in the phones calendar 6300 when synchronized, e.g. 14:00-14:00 according to the time zone.</li></ul><p><strong
id="photosupportnotes">Notes and issues on synchronizing contact photos:</strong></p><ul><li>If you add contact photos on the phone and then synchronizes, it should work fine.</li><li>But if the photos are added in the Address Book on your mac, some issues are present. Although it works in Address Book adding photos to contacts, it does not always work according to the synchronization part. If a photo is added and you have used the embedded &#8216;image edit&#8217; pop-up window, then when it comes to iSync your entire sync will fail. But adding photos is still possible, if you have a photo you like to add to a certain contact, just drag it to the information area of the contact, and if the image edit pop-up appears just press <em>Cancel</em>, and in most cases the photo is added anyways.</li><li>If iSync fails because of the above, you are not told what failed, or why it failed.</li></ul><p>Related posts:<ol><li><a
href='http://klauskjeldsen.dk/free-nokia-6300-isync-plugin/' rel='bookmark' title='Nokia 6300 iSync Plugin (Snow Leopard Compatible)'>Nokia 6300 iSync Plugin (Snow Leopard Compatible)</a></li><li><a
href='http://klauskjeldsen.dk/how-to-isync-a-nokia-6300-on-mac-os-x/' rel='bookmark' title='How to iSync a Nokia 6300 on Mac OS X'>How to iSync a Nokia 6300 on Mac OS X</a></li><li><a
href='http://klauskjeldsen.dk/nokia-6300-mac-os-x-theme/' rel='bookmark' title='Nokia 6300 Mac OS X Theme'>Nokia 6300 Mac OS X Theme</a></li></ol></p>]]></content:encoded> <wfw:commentRss>http://klauskjeldsen.dk/nokia-6300-isync-plugin-and-contact-photos/feed/</wfw:commentRss> <slash:comments>32</slash:comments> </item> <item><title>How to iSync a Nokia 6300 on Mac OS X</title><link>http://klauskjeldsen.dk/how-to-isync-a-nokia-6300-on-mac-os-x/</link> <comments>http://klauskjeldsen.dk/how-to-isync-a-nokia-6300-on-mac-os-x/#comments</comments> <pubDate>Fri, 20 Apr 2007 11:25:54 +0000</pubDate> <dc:creator>Klaus Kjeldsen</dc:creator> <category><![CDATA[Mac OS X]]></category> <category><![CDATA[Phone]]></category> <category><![CDATA[iSync]]></category> <category><![CDATA[Nokia]]></category><guid
isPermaLink="false">http://klauskjeldsen.dk/2007/04/20/how-to-isync-a-nokia-6300-on-mac-os-x/</guid> <description><![CDATA[&#8212; UPDATE &#8212; FOLLOW THIS LINK TO GET THE SNOW LEOPARD COMPATIBLE PLUGIN &#8212; UPDATE &#8212; The Nokia 6300 do not appear in the list of supported phones for the iSync application in Mac OS X. Nokia has neither made &#8230; <a
href="http://klauskjeldsen.dk/how-to-isync-a-nokia-6300-on-mac-os-x/">Continue reading <span
class="meta-nav">&#8594;</span></a> Related posts:<ol><li><a
href='http://klauskjeldsen.dk/free-nokia-6300-isync-plugin/' rel='bookmark' title='Nokia 6300 iSync Plugin (Snow Leopard Compatible)'>Nokia 6300 iSync Plugin (Snow Leopard Compatible)</a></li><li><a
href='http://klauskjeldsen.dk/nokia-6300-isync-plugin-and-contact-photos/' rel='bookmark' title='Nokia 6300, iSync Plugin, and Contact Photos'>Nokia 6300, iSync Plugin, and Contact Photos</a></li><li><a
href='http://klauskjeldsen.dk/setup-internet-connection-via-bluetooth-using-nokia-6300-on-mac-os-x/' rel='bookmark' title='Setup Internet Connection via Bluetooth using Nokia 6300 on Mac OS X'>Setup Internet Connection via Bluetooth using Nokia 6300 on Mac OS X</a></li></ol>]]></description> <content:encoded><![CDATA[<p><img
style="float: right; border: none; margin: 0 0 10px 15px;" src="/files/Nokia6300.jpg" alt="Nokia 6300" /></p><h3>&#8212; UPDATE &#8212;</h3><h3> <a
href="http://klauskjeldsen.dk/2007/06/08/free-nokia-6300-isync-plugin/">FOLLOW THIS LINK TO GET THE SNOW LEOPARD COMPATIBLE PLUGIN</a><br
/></h3><h3>&#8212; UPDATE &#8212;<br
/></h3><p>The <a
href="http://en.wikipedia.org/wiki/Nokia_6300">Nokia 6300</a> do not appear in the <a
href="http://www.apple.com/macosx/features/isync/devices.html">list of supported phones</a> for the <a
href="http://www.apple.com/macosx/features/isync/" class="broken_link">iSync application</a> in Mac OS X. Nokia has neither  made a <a
href="http://www.nokia.com/A4299040" class="broken_link">plug-in</a> available yet, but it is possible relatively easy to make the iSync work. Here is at short guide to make it work:</p><ol><li>Make sure iSync is not running.</li><li>Locate the iSync application in the Applications folder, and select <strong>Show Package Contents</strong>.</li><li>Locate the <strong>MetaClasses.plist</strong> file at this path: <em>Contents &gt; PlugIns &gt; ApplePhoneConduit.syncdevice &gt; Contents &gt; PlugIns &gt; PhoneModelsSync.phoneplugin &gt; Contents &gt; Resources</em>.</li><li>Back-up the <strong>MetaClasses.plist</strong> file just to be safe.</li><li>Open <strong>MetaClasses.plist</strong> with a ordinary text editor, e.g. <a
href="http://macromates.com/">TextMate</a>.</li><li>The trick is to find a phone in the <a
href="http://en.wikipedia.org/wiki/Xml">XML</a> list with the same operating system as the Nokia 6300 phone, which is the <a
href="http://en.wikipedia.org/wiki/Nokia_Series_40">Nokia Series 40</a>, 3rd edition, with Bluetooth and USB. The <a
href="http://en.wikipedia.org/wiki/Nokia_6280">Nokia 6280</a> fits this requirement, and the below XML is a copy of the 6280 XML entry with changes to fit the 6300, which should be inserted below the 6280 entry.[ad code=1 align=left]<pre name="code" class="xml">
<key>com.nokia.6300</key>
<dict>
	<key>Identification</key>
	</dict><dict>
		<key>com.apple.cgmi+cgmm</key>
		<string>Nokia+Nokia 6300</string>
		<key>com.apple.gmi+gmm</key>
		<string>Nokia+Nokia 6300</string>
		<key>com.apple.usb.vendorid-modelid</key>
		<string>0x0421/0x045A</string>
	</dict>
	<key>InheritsFrom</key>
	<array>
		<string>family.com.nokia.series40.3rdEd.bus.usb-bt</string>
	</array>
	<key>Services</key>
	<array>
		<dict>
			<key>ServiceName</key>
			<string>com.apple.model</string>
			<key>ServiceProperties</key>
			</dict><dict>
				<key>ModelIcon</key>
				<string>NOK6300.tiff</string>
				<key>ModelName</key>
				<string>6300</string>
			</dict>

		<dict>
			<key>ServiceName</key>
			<string>com.apple.synchro</string>
			<key>ServiceProperties</key>
			</dict><dict>
				<key>MaxCityLength</key>
				<integer>50</integer>
				<key>MaxEMailLength</key>
				<integer>60</integer>
				<key>MaxEventLocationLength</key>
				<integer>150</integer>
				<key>MaxPhoneNumberLength</key>
				<integer>48</integer>
				<key>MaxPostalCodeLength</key>
				<integer>50</integer>
				<key>MaxStateLength</key>
				<integer>50</integer>
				<key>MaxStreetLength</key>
				<integer>50</integer>
				<key>MaxURLLength</key>
				<integer>60</integer>
			</dict>

	</array>
</pre><p>Alternative: <a
href="http://klauskjeldsen.dk/files/XML6300.txt">Copy the 6300 XML from this link</a></li><p><em>If the USB connection is to be used for the iSync with the Nokia 6300, e.g. if you do not have a bluetooth device on the computer, then change the com.apple.usb.vendorid-modelid XML setting from <strong>0&#215;0421/0x045A</strong> to <strong>0&#215;0421/0x04F9</strong></em></p><li>Add this phone icon <a
href="http://klauskjeldsen.dk/files/NOK6300.tiff">NOK6300.tiff</a> in the same folder as the <strong>MetaClasses.plist</strong> file. It is important that the file name matches the one in the XML definition.</li><li>Now it should work&#8230; Save and close the <strong>MetaClasses.plist</strong> file and start up iSync. Make sure that Bluetooth is enabled on your phone. Select <strong>Add Device&#8230;</strong> from the iSync Devices menu. iSync should find your Nokia 6300, and display the icon that you just added.</li></ol><p><strong>Additional notes:</strong></p><p>- When to the bluetooth connection is setup properly, it&#8217;s also easy to put music on the phone. Just select <strong>Browse Device&#8230;</strong> in the dropdown under the bluetooth icon in the menu bar, and browse to memory card and drop your music.</p><p>- If you are having trouble connecting to the internet via bluetooth using the phone, take a look at this <a
href="http://klauskjeldsen.dk/2007/05/04/setup-internet-connection-via-bluetooth-using-nokia-6300-on-mac-os-x/">post</a>.</p><p>- Nokia has also posted some information about how to connect your Nokia phone to a Mac, and setup iSync. <a
href="http://www.nokia.com/A4366274" class="broken_link">More here&#8230;</a></p><p>- The approach is tested and working with the Nokia 5300 with USB connection, view these comments <a
href="http://klauskjeldsen.dk/2007/04/20/how-to-isync-a-nokia-6300-on-mac-os-x/#comment-205">here</a> and <a
href="http://klauskjeldsen.dk/2007/04/20/how-to-isync-a-nokia-6300-on-mac-os-x/#comment-219">here</a>.</p><p></p><p>Related posts:<ol><li><a
href='http://klauskjeldsen.dk/free-nokia-6300-isync-plugin/' rel='bookmark' title='Nokia 6300 iSync Plugin (Snow Leopard Compatible)'>Nokia 6300 iSync Plugin (Snow Leopard Compatible)</a></li><li><a
href='http://klauskjeldsen.dk/nokia-6300-isync-plugin-and-contact-photos/' rel='bookmark' title='Nokia 6300, iSync Plugin, and Contact Photos'>Nokia 6300, iSync Plugin, and Contact Photos</a></li><li><a
href='http://klauskjeldsen.dk/setup-internet-connection-via-bluetooth-using-nokia-6300-on-mac-os-x/' rel='bookmark' title='Setup Internet Connection via Bluetooth using Nokia 6300 on Mac OS X'>Setup Internet Connection via Bluetooth using Nokia 6300 on Mac OS X</a></li></ol></p>]]></content:encoded> <wfw:commentRss>http://klauskjeldsen.dk/how-to-isync-a-nokia-6300-on-mac-os-x/feed/</wfw:commentRss> <slash:comments>290</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: basic (User agent is rejected)
Database Caching 45/112 queries in 0.096 seconds using disk: basic
Content Delivery Network via N/A

Served from: klauskjeldsen.dk @ 2012-02-07 17:38:45 -->
