<?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>Design Woop &#124; The Web Design and Development Blog &#187; iPhone</title>
	<atom:link href="http://designwoop.com/category/iphone/feed/" rel="self" type="application/rss+xml" />
	<link>http://designwoop.com</link>
	<description>The Web design blog brought to you by David Martin</description>
	<lastBuildDate>Mon, 21 May 2012 07:00:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>iPhone Pacman Wallpaper v2</title>
		<link>http://designwoop.com/2010/07/iphone-pacman-wallpaper-v2/</link>
		<comments>http://designwoop.com/2010/07/iphone-pacman-wallpaper-v2/#comments</comments>
		<pubDate>Tue, 06 Jul 2010 16:31:15 +0000</pubDate>
		<dc:creator>Stu Greenham</dc:creator>
				<category><![CDATA[Freebies]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://designwoop.com/?p=1848</guid>
		<description><![CDATA[After seeing <a href="http://www.engadget.com/2010/07/06/pac-man-ios-4-wallpaper-just-a-video-feature-away-from-perfect/">this post on engadget</a> regarding the pretty sweet Pacman wallpaper for iPhone by some Japanese dude, <a href="http://twitter.com/stugreenham">Myself</a> and <a href="http://twitter.com/iamjamie">Jamie</a> decided to tweak the colours to be more 'Pacman Like'.]]></description>
			<content:encoded><![CDATA[<p>After seeing <a href="http://www.engadget.com/2010/07/06/pac-man-ios-4-wallpaper-just-a-video-feature-away-from-perfect/">this post on engadget</a> regarding the pretty sweet Pacman wallpaper for iPhone by some Japanese dude, <a href="http://twitter.com/stugreenham">Myself</a> and <a href="http://twitter.com/iamjamie">Jamie</a> decided to tweak the colours to be more &#8216;Pacman Like&#8217;. Here&#8217;s my version:</p>
<p><img src="http://turbo.designwoop.com/uploads/2010/07/pacwall_stu.png" alt="" title="Updated Pacman Wallpaper" width="320" height="480" class="alignnone size-full wp-image-1849" /></p>
]]></content:encoded>
			<wfw:commentRss>http://designwoop.com/2010/07/iphone-pacman-wallpaper-v2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Give Your Website A Custom iPhone Icon With/Without The Gloss Effect</title>
		<link>http://designwoop.com/2010/05/give-your-website-a-custom-iphone-icon-withwithout-the-gloss-effect/</link>
		<comments>http://designwoop.com/2010/05/give-your-website-a-custom-iphone-icon-withwithout-the-gloss-effect/#comments</comments>
		<pubDate>Tue, 25 May 2010 21:29:36 +0000</pubDate>
		<dc:creator>Stu Greenham</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://designwoop.com/?p=1780</guid>
		<description><![CDATA[What is becoming just as popular is to add a custom iPhone icon that will appear on your iPhone's Home Screen. This post will show you how to do this and how you can customise it so that it doesn't have the default gloss effect.]]></description>
			<content:encoded><![CDATA[<p>When creating a website, it is more common then not now that we will add a custom favicon that will display in the browser tab alongside the website page title, this is fairly simple in fact only one line of code as below:</p>
<pre class="brush: php; title: ; notranslate">
&lt;link rel=&quot;icon&quot; href=&quot;/favicon.png&quot; type=&quot;image/vnd.microsoft.icon&quot; /&gt;
</pre>
<p>What is becoming just as popular is to add a custom iPhone icon that will appear on your iPhone&#8217;s Home Screen. Again this is very straight forward with one line of code in between your header tags, as shown below:</p>
<pre class="brush: php; title: ; notranslate">
&lt;link rel=&quot;apple-touch-icon&quot; href=&quot;/iphone_icon.png&quot;/&gt;
</pre>
<p>If you use an image of anything around 50px by 50px in size that will be, as the iPhone will resize and round off the corners for you on the fly. To add your site to your Home Screen, simply visit the webpage on your iPhone, then select the <strong>plus</strong> sign, followed by <strong>Add to Home Screen</strong>. You will get a prompt now and your icon should show, to finish, simply click add. </p>
<p>You will now be taken to your Home Screen where the icon should now be appearing. Here is the example below for Design Woop:</p>
<p><img src="http://turbo.designwoop.com/uploads/2010/05/photo-1.png" alt="" title="Normal Icon" width="320" height="480" class="alignnone size-full wp-image-1782" /></p>
<p>Now if your a picky sod like me, you will notice the horrible gloss effect that Apple adds to the icon by default. Until today I was using jQTouch to remove this until I came across <a href="http://developer.apple.com/safari/library/documentation/appleapplications/reference/safariwebcontent/ConfiguringWebApplications/ConfiguringWebApplications.html">this page on Apple.com</a> which brought my attention to the additional -precomposed option. This stops mobile Safari adding any effects to the icon which is just what I was after! The line of code we use for this is now:</p>
<pre class="brush: php; title: ; notranslate">
&lt;link rel=&quot;apple-touch-icon-precomposed&quot; href=&quot;/iphone_icon.png&quot;/&gt;
</pre>
<p>After refreshing the page and re-saving it to my iPhone Home Screen I was left with the much nicer&#8230;</p>
<p><img src="http://turbo.designwoop.com/uploads/2010/05/photo-2.png" alt="" title="iPhone 2" width="320" height="480" class="alignnone size-full wp-image-1784" /></p>
<p>I hope you agree with me but I think the no gloss icons are nicer!</p>
]]></content:encoded>
			<wfw:commentRss>http://designwoop.com/2010/05/give-your-website-a-custom-iphone-icon-withwithout-the-gloss-effect/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Meebo Finally Launches on iPhone With Support for Dozens of IM Networks</title>
		<link>http://designwoop.com/2010/02/meebo-finally-launches-on-iphone-with-support-for-dozens-of-im-networks/</link>
		<comments>http://designwoop.com/2010/02/meebo-finally-launches-on-iphone-with-support-for-dozens-of-im-networks/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 22:45:27 +0000</pubDate>
		<dc:creator>Stu Greenham</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[instant messaging]]></category>

		<guid isPermaLink="false">http://designwoop.com/?p=868</guid>
		<description><![CDATA[Mashable (first again, man these guys are good) just posted an article on the new iPhone app Meebo. For anyone else using the webtool already this app looks great and is free! Check out the post for Screenshots and a review.]]></description>
			<content:encoded><![CDATA[<p>Mashable (first again, man these guys are good) just posted an article on the new iPhone app Meebo. For anyone else using the webtool already this app looks great and is free! Check out the post for Screenshots and a review.</p>
<p><a href="http://mashable.com/2010/02/15/meebo-iphone-3/" class="visit-community" rel="nofollow">Click here to visit the article »</a></p>
]]></content:encoded>
			<wfw:commentRss>http://designwoop.com/2010/02/meebo-finally-launches-on-iphone-with-support-for-dozens-of-im-networks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Favourite Links 3</title>
		<link>http://designwoop.com/2010/01/favourite-links-of-the-week-3/</link>
		<comments>http://designwoop.com/2010/01/favourite-links-of-the-week-3/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 20:20:00 +0000</pubDate>
		<dc:creator>Stu Greenham</dc:creator>
				<category><![CDATA[All Posts]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Freebies]]></category>
		<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://designwoop.com/?p=720</guid>
		<description><![CDATA[Time again for another round of fun and exciting links! If you have any you want featuring on next weeks roundup then let me know via Twitter (via @stugreenham). ]]></description>
			<content:encoded><![CDATA[<p>Time again for another round of fun and exciting links! We have free fonts, tutorials for image replacement, inspirational blog designs, comedy moustache mugs and a few more! If you have any you want featuring on next weeks roundup then let me know via Twitter (via <a rel="nofollow" href="http://twitter.com/stugreenham">@stugreenham</a>).</p>
<h4>Moustache Mugs!</h4>
<p>Visit Source: <a rel="nofollow" href="http://www.peteribruegger.com/index.php?/projects/dalian-moustache-mug-online-shop/">http://www.peteribruegger.com</a></p>
<p>Safe to say this is on my next to buy list! I will no doubt be the coolest kid at work! Just need help deciding which one to go for?</p>
<p><a rel="nofollow" href="http://www.peteribruegger.com/index.php?/projects/dalian-moustache-mug-online-shop/"><img class="alignnone visit-link" src="http://designwoop.com/images/posts/links-3/mugshot.jpg" alt="Mug Shots" width="428" height="200" /></a></p>
<h4>20 Super Clean Fonts Perfect for Minimal Style Design</h4>
<p>Visit Source: <a rel="nofollow" href="http://webdesignledger.com/freebies/20-super-clean-fonts-perfect-for-minimal-style-design">http://webdesignledger.com</a></p>
<p>Web Design Ledger posted this great article showcasing 20 great font&#8217;s that are especially good for minimalistic designs. Another great point to make is they are all free! Go Nuts&#8230;</p>
<p><a rel="nofollow" href="http://webdesignledger.com/freebies/20-super-clean-fonts-perfect-for-minimal-style-design"><img class="alignnone visit-link" src="http://designwoop.com/images/posts/links-3/fonts.jpg" alt="20 Clean Fonts" width="428" height="274" /></a></p>
<h4>Chomp iPhone App</h4>
<p>Visit Source: <a rel="nofollow" href="http://chompapps.com/">http://chompapps.com</a></p>
<p>A new iPhone App that attempts to take on <a rel="nofollow" href="http://www.apple.com">Apple&#8217;s</a> app store genius feature. Called <a rel="nofollow" href="http://chompapps.com/">Chomp</a>, it is based around giving you app recommendations based on the reviews you give other apps. Probably not the best explanation their but its free so give it a try!</p>
<p><a rel="nofollow" href="http://chompapps.com/"><img class="alignnone visit-link" src="http://designwoop.com/images/posts/links-3/chomp.jpg" alt="Chomp iPhone App" width="428" height="267" /></a></p>
<h4>Nine Techniques for CSS Image Replacement</h4>
<p>Visit Source: <a rel="nofollow" href="http://css-tricks.com/css-image-replacement/">http://css-tricks.com</a></p>
<p><a rel="nofollow" href="http://twitter.com/chriscoyier">Chris Coyier</a> wrote this great tutorial article I came across looking at nine techniques for CSS Image Replacement. I myself was only aware of a couple of these so its good read for anyone who actively uses this technique to freshen up on possibly better methods of doing the same thing.</p>
<p><a rel="nofollow" href="http://css-tricks.com/css-image-replacement/"><img class="alignnone visit-link" src="http://designwoop.com/images/posts/links-3/img-repl.jpg" alt="9 Image Replacement Techniques" width="428" height="259" /></a></p>
<h4>Better html anchor, a jquery script to slide the scrollbar</h4>
<p>Visit Source: <a rel="nofollow" href="http://www.position-absolute.com/articles/better-html-anchor-a-jquery-script-to-slide-the-scrollbar/">http://www.position-absolute.com</a></p>
<p>Great jQuery script that gives you a smooth page jump anchor effect replacing the standard jump to links. This is really cool and you will probably have seen in on various sites around, well now you can use it on your site too.</p>
<p><a rel="nofollow" href="http://www.position-absolute.com/articles/better-html-anchor-a-jquery-script-to-slide-the-scrollbar/"><img class="alignnone visit-link" src="http://designwoop.com/images/posts/links-3/jquery-anchor.jpg" alt="jQuery Anchor Script" width="428" height="190" /></a></p>
<h4>50 Most Amazing Beautiful Blog Designs</h4>
<p>Visit Source: <a rel="nofollow" href="http://creativenerds.co.uk/inspiration/50-most-amazing-beautiful-blog-designs/">http://creativenerds.co.uk</a></p>
<p>Creative Nerds posted this article showcasing 50 inspirational blog designs. Some great sites here and one to keep on record when your looking for some inspiration yourself!</p>
<p><a rel="nofollow" href="http://creativenerds.co.uk/inspiration/50-most-amazing-beautiful-blog-designs/"><img class="alignnone visit-link" src="http://designwoop.com/images/posts/links-3/tutorial9.jpg" alt="50 Amazing Blog Designs" width="428" height="313" /></a></p>
<h4>30 Gorgeous iPhone App Interfaces &amp; Icons</h4>
<p>Visit Source: <a rel="nofollow" href="http://iphone.appstorm.net/roundups/design/30-gorgeous-iphone-app-interfaces-icons/">http://iphone.appstorm.net</a></p>
<p>The Appstorm guys posted this article last week and for an aspiring future iPhone app developer (nice title indeed) its a keeper! The post looks at 30 apps all look amazing! Not only good for inspiration but there are some good apps I didn&#8217;t know about here so take a look!</p>
<p><a rel="nofollow" href="http://iphone.appstorm.net/roundups/design/30-gorgeous-iphone-app-interfaces-icons/"><img class="alignnone visit-link" src="http://designwoop.com/images/posts/links-3/30apps.jpg" alt="30 Gorgeous iPhone App Interfaces &amp; Icons" width="428" height="236" /></a></p>
<p>Right thats it for this week but be sure to check back next week! Tweet me @stugreenham if you find any interesting articles that I can use or you think is interesting and I will take a look!</p>
]]></content:encoded>
			<wfw:commentRss>http://designwoop.com/2010/01/favourite-links-of-the-week-3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>5 Reason&#8217;s to work directly from your Dropbox account</title>
		<link>http://designwoop.com/2010/01/5-reasons-to-work-directly-from-your-dropbox-account/</link>
		<comments>http://designwoop.com/2010/01/5-reasons-to-work-directly-from-your-dropbox-account/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 22:11:08 +0000</pubDate>
		<dc:creator>Stu Greenham</dc:creator>
				<category><![CDATA[All Posts]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[dropbox]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[storage]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://designwoop.com/?p=686</guid>
		<description><![CDATA[<a href="http://www.getdropbox.com/">Dropbox</a>, the must have app for 2009! Right? Well for most of us with a brain it was and my god it's a life saver! For anyone who hasn't heard of Dropbox yet, in a nutshell, its a piece of software that allows you to sync your files online and across your computers automatically. Better yet, it works on Mac, PC, Linux and as from a few months back the iPhone too.]]></description>
			<content:encoded><![CDATA[<p><a rel="nofollow" href="https://www.dropbox.com/referrals/NTYxODQ2Njk">Dropbox</a>, the must have app for 2009! Right? Well for most of us with a brain it was and my god it&#8217;s a life saver! For anyone who hasn&#8217;t heard of Dropbox yet, in a nutshell, its a piece of software that allows you to sync your files online and across your computers automatically. Better yet, it works on Mac, PC, Linux and as from a few months back the iPhone too.</p>
<p>Dropbox can really be a lifesaver when working on any project and here&#8217;s 5 reasons why you should be using it too:</p>
<h4>Share Files without a Pen Stick</h4>
<p>As Dropbox allows you to share folders with other members, this makes a great tool for collaborating with projects. Your files instantly sync to your shared contacts folders each time a file is saved or created ensuring that everyones folders look the same. Although it&#8217;s not possible to work on the same file at the same time, it removes the need for removable storage devices to exchange files or having to email files back and forth and back and forth again, thus saving a lot of time.</p>
<h4>Reverting back with File Revisions and Undo Deleting Files</h4>
<p>This is a great feature and one that I imagine a lot of noobs won&#8217;t be aware of, but Dropbox stores revisions of each of your files allowing you to revert back to previous versions via the web interface of your account. This is super if you accidentally overwrite a file and perfect when working on documents or spreadsheets as an example. Extending this further, <a rel="nofollow" href="https://www.dropbox.com/referrals/NTYxODQ2Njk">Dropbox</a> will even allow you to restore recently deleted files meaning that your covered from all angles.</p>
<h4>On the Fly Backing Up of Files</h4>
<p>Similar to my previous mention of restoring old files and file revisions, Dropbox also relentlessly backs up your files on the fly. For them days when your computer decides to play blue screen you have the piece of mind knowing that should your hard drive decide to pack up on you, your files are nicely tucked away over on the Dropbox servers. What differentiates this from other backup services is that the backup itself is always running, meaning that you don&#8217;t have to wait for a specific time at which point the whole backup will begin. Yes yes I know paid for backup services will probably be a safer option, but for specific folders Dropbox is perfect.</p>
<p>At work, I save all my concepts I&#8217;m working on straight to Dropbox as I do any code or handy scripts / plugins / links I find allowing any of the other guys I work with to access these from their machines. Once a project is complete, I then copy the files over to the Network Shared drive which is backed up securely.</p>
<h4>Mac, Windows, Linux and iPhone Compatible</h4>
<p>There are a lot of programs available that only built to support one OS, say Mac or Windows for example. If your in my situation where you use a Mac at home but a PC at work then you will probably have spent hours trying to hunt down similar programs that offer the same features as the Mac does for your PC (As an example, finding a To Do List as good as <a rel="nofollow" href="http://culturedcode.com/things/">Things</a> grr). Well fortunately, Dropbox has Windows, Mac, Linux and iPhone versions of its popular software and all work together seamlessly. By the time I get home from work, my Mac is already up to date with any files I have been editing at work!</p>
<h4>Saweeet Prices and Referrals earn you Extra Storage</h4>
<p>Dropbox offers storage from 2GB up to a whopping 100GB depending on your account and obviously price plan you choose. For a standard FREE, yes free account, you get 2GB worth of storage and you are not limited to features, meaning you can share folders / files, revert to old files and your files are backed up. What&#8217;s even better is that if you refer your friends using your unique referral link, you can earn up to 3GB additional storage.</p>
<p>If you have given the free trial ago and are ready for more space then you can pay $9.99 p/m for 50GB&#8217;s worth of storage and $19.99 p/m for 100GB!</p>
<h4>Conclusion</h4>
<p>To sum things up, Dropbox just works, and works well! What other product can you say offers you storage space with on the fly backups, file / folder sharing capability as well as the option to restore deleted files for Free? Well short answer is you can&#8217;t. I find myself constantly telling people about this tool and I have my friends, my family all using it to share / send files. </p>
<p>I also think for any students out there, this would be invaluable! I can remember snapping numerous pen sticks when I was at Uni and losing my work, as well as misplacing them or having them pinched and this is not a very efficient method compared to Dropbox, and your files are secure! </p>
<p>Finally, The iPhone app which was recently released is another feature that the guys at Dropbox dropped on us and now I can access my files on the go, literally! I can even make files available offline if I want to.</p>
<p>What are you waiting for, get over to <a rel="nofollow" href="https://www.dropbox.com/referrals/NTYxODQ2Njk">http://getdropbox.com</a> and signup for your free account now and let me know what you think.</p>
]]></content:encoded>
			<wfw:commentRss>http://designwoop.com/2010/01/5-reasons-to-work-directly-from-your-dropbox-account/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Google Sync now supports Push Mail</title>
		<link>http://designwoop.com/2009/09/google-sync-now-supports-push-email/</link>
		<comments>http://designwoop.com/2009/09/google-sync-now-supports-push-email/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 17:08:41 +0000</pubDate>
		<dc:creator>Stu Greenham</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Calendar]]></category>
		<category><![CDATA[contacts]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[exchange]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[push]]></category>
		<category><![CDATA[sync]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://designwoop.com/?p=501</guid>
		<description><![CDATA[Back in February I wrote a post about Google Sync and how you can sync your Google Calendar and Contacts to your iPhone wirelessly using the exchange feature on your iPhone. Well Google have now added support for push mail to their sync feature! In their blog post they write about their decision to add this.]]></description>
			<content:encoded><![CDATA[<p>Back in February I wrote a post about <a href="http://designwoop.com/2009/02/google-iphone-synching/">Google Sync</a> and how you can sync your Google Calendar and Contacts to your iPhone wirelessly using the exchange feature on your iPhone. Well Google have now added support for push mail to their sync feature! In their <a href="http://gmailblog.blogspot.com/2009/09/push-gmail-for-iphone-and-windows.html">blog post</a> they write about their decision to add this.</p>
<p>If you have already setup your Gcal and/or Gcontacts as per my guide <a href="http://designwoop.com/2009/02/google-iphone-synching/">here</a> to your phone then adding the mail to it is super simple&#8230;.</p>
<ul>
<li>Go to <strong>Settings</strong></li>
<li>Go to <strong>Mail, Contacts, Calendar</strong></li>
<li>Click on the Exchange account you currently have setup to your Gmail Cal and/or Contacts</li>
<li>Flick <strong>Mail</strong> to <strong>Yes</strong></li>
<li>Now choose which folders you want to sync at the bottom of the current page</li>
</ul>
<p>Now when you go to Mail from the home screen you will now have your Exchange account listed in your accounts list.</p>
<p>It&#8217;s really that simple! :) any probs let me know in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://designwoop.com/2009/09/google-sync-now-supports-push-email/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic (Feed is rejected)
Page Caching using disk: enhanced
Database Caching using disk: basic
Object Caching 748/864 objects using disk: basic
Content Delivery Network via turbo.designwoop.com

Served from: designwoop.com @ 2012-05-21 14:18:44 -->
