<?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;  browser+for+mobile+phone</title> <atom:link href="http://klauskjeldsen.dk/search/browser+for+mobile+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>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>Browser for Mobile Phones</title><link>http://klauskjeldsen.dk/browser-for-mobile-phones/</link> <comments>http://klauskjeldsen.dk/browser-for-mobile-phones/#comments</comments> <pubDate>Tue, 19 Jun 2007 15:03:44 +0000</pubDate> <dc:creator>Klaus Kjeldsen</dc:creator> <category><![CDATA[Phone]]></category><guid
isPermaLink="false">http://klauskjeldsen.dk/2007/06/19/browser-for-mobile-phones/</guid> <description><![CDATA[The embedded phone browser in many phones are not very usefull. Opera Mini is a reasonable alternative, and recently Opera Software released a Opera Mini 4 Beta version with some new exciting features. However, it seem like they changed the &#8230; <a
href="http://klauskjeldsen.dk/browser-for-mobile-phones/">Continue reading <span
class="meta-nav">&#8594;</span></a> Related posts:<ol><li><a
href='http://klauskjeldsen.dk/syncronize-google-calendar-with-phones-using-gcalsync/' rel='bookmark' title='Syncronize Google Calendar with mobile phones using GCalSync'>Syncronize Google Calendar with mobile phones using GCalSync</a></li><li><a
href='http://klauskjeldsen.dk/test/' rel='bookmark' title='Search Engine Optimization'>Search Engine Optimization</a></li><li><a
href='http://klauskjeldsen.dk/backup-mobile-phone-contacts-and-calendar-events/' rel='bookmark' title='Backup Mobile Phone Contacts and Calendar Events'>Backup Mobile Phone Contacts and Calendar Events</a></li></ol>]]></description> <content:encoded><![CDATA[<p></p><p>The embedded phone browser in many phones are not very usefull. <a
href="http://www.operamini.com/">Opera Mini</a> is a reasonable alternative, and recently <a
href="http://en.wikipedia.org/wiki/Opera_software">Opera Software</a> released a <a
href="http://www.operamini.com/beta/">Opera Mini 4 Beta</a> version with some new exciting <a
href="http://www.operamini.com/beta/features/">features</a>. However, it seem like they changed the default search engine from Google to Yahoo! for some incomprehensible reason.</p><p><object
width="425" height="350"><param
name="movie" value="http://www.youtube.com/v/4jj4pkVoV9A"></param><param
name="wmode" value="transparent"></param><embed
src="http://www.youtube.com/v/4jj4pkVoV9A" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object></p><p></p><p>Related posts:<ol><li><a
href='http://klauskjeldsen.dk/syncronize-google-calendar-with-phones-using-gcalsync/' rel='bookmark' title='Syncronize Google Calendar with mobile phones using GCalSync'>Syncronize Google Calendar with mobile phones using GCalSync</a></li><li><a
href='http://klauskjeldsen.dk/test/' rel='bookmark' title='Search Engine Optimization'>Search Engine Optimization</a></li><li><a
href='http://klauskjeldsen.dk/backup-mobile-phone-contacts-and-calendar-events/' rel='bookmark' title='Backup Mobile Phone Contacts and Calendar Events'>Backup Mobile Phone Contacts and Calendar Events</a></li></ol></p>]]></content:encoded> <wfw:commentRss>http://klauskjeldsen.dk/browser-for-mobile-phones/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Setup and Use GMail on Your Phone</title><link>http://klauskjeldsen.dk/setup-and-use-gmail-on-your-phone/</link> <comments>http://klauskjeldsen.dk/setup-and-use-gmail-on-your-phone/#comments</comments> <pubDate>Sun, 13 May 2007 08:28:03 +0000</pubDate> <dc:creator>Klaus Kjeldsen</dc:creator> <category><![CDATA[Google]]></category> <category><![CDATA[Phone]]></category><guid
isPermaLink="false">http://klauskjeldsen.dk/2007/05/13/setup-and-use-gmail-on-your-phone/</guid> <description><![CDATA[There is a couple of ways to use GMail on your phone, the two first-mentioned are recommended: Use the GMail application on your mobile, go to gmail.com/app on your mobile device&#8217;s web browser and download. The application features viewing attachments &#8230; <a
href="http://klauskjeldsen.dk/setup-and-use-gmail-on-your-phone/">Continue reading <span
class="meta-nav">&#8594;</span></a> Related posts:<ol><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/backup-mobile-phone-contacts-and-calendar-events/' rel='bookmark' title='Backup Mobile Phone Contacts and Calendar Events'>Backup Mobile Phone Contacts and Calendar Events</a></li><li><a
href='http://klauskjeldsen.dk/google-gmail-voice-and-video-chat/' rel='bookmark' title='Google: Gmail Voice and Video Chat'>Google: Gmail Voice and Video Chat</a></li></ol>]]></description> <content:encoded><![CDATA[<p></p><p>There is a couple of ways to use GMail on your phone, the two first-mentioned are recommended:</p><ul><li>Use the GMail application on your mobile, go to <strong>gmail.com/app</strong> on your mobile device&#8217;s web browser and download. The application features viewing attachments you receive in messages, including photos, Microsoft Word documents, and PDF files. <a
href="http://www.google.com/mobile/mail/">More info&#8230;</a></li><li>Use the lightweight GMail on your mobile, go to <strong><a
href="http://m.gmail.com">http://m.gmail.com</a></strong> on your mobile device&#8217;s web browser.   If you connect your computer to the internet using GPRS on your phone via bluetooth, it might be a good idea to use lightweight GMail to economize some of the expensive data transfer. The normal GMail web application will load over 200KB in the initial load, while the lightweight version loads about 10KB. More info on <a
href="http://klauskjeldsen.dk/2007/05/04/setup-internet-connection-via-bluetooth-using-nokia-6300-on-mac-os-x/">setting up a internet connection on your computer via bluetooth with a phone</a>.</li><li>Your phone might have a build in email application on your phone, e.g. the Nokia 6300 has an application that features support for setting up GMail access through POP3.</li></ul><p><strong>Additional notes:</strong></p><p>- Use Goggle Search on your mobile, go to <strong>http://mobile.google.com</strong> on your mobile device&#8217;s web browser. <a
href="http://www.google.com/mobile/">More info&#8230;</a></p><p>- Use Goggle Maps on your mobile, go to <strong>www.google.com/gmm</strong> on your mobile device&#8217;s web browser and download. <a
href="http://www.google.com/gmm/">More info&#8230;</a></p><p></p><p>Related posts:<ol><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/backup-mobile-phone-contacts-and-calendar-events/' rel='bookmark' title='Backup Mobile Phone Contacts and Calendar Events'>Backup Mobile Phone Contacts and Calendar Events</a></li><li><a
href='http://klauskjeldsen.dk/google-gmail-voice-and-video-chat/' rel='bookmark' title='Google: Gmail Voice and Video Chat'>Google: Gmail Voice and Video Chat</a></li></ol></p>]]></content:encoded> <wfw:commentRss>http://klauskjeldsen.dk/setup-and-use-gmail-on-your-phone/feed/</wfw:commentRss> <slash:comments>13</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 38/87 queries in 0.182 seconds using disk: basic
Content Delivery Network via N/A

Served from: klauskjeldsen.dk @ 2012-02-07 18:15:45 -->
