<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>Develop In Style</title>
	
	<link>http://developinstyle.com</link>
	<description>Mark Darling - Freelance web and mobile developer based in the Midlands, UK.</description>
	<lastBuildDate>Wed, 25 Aug 2010 09:35:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/develop-in-style" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="develop-in-style" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>iOS Developer Programme Types</title>
		<link>http://developinstyle.com/ios-developer-programme-types/</link>
		<comments>http://developinstyle.com/ios-developer-programme-types/#comments</comments>
		<pubDate>Wed, 25 Aug 2010 09:32:41 +0000</pubDate>
		<dc:creator>Mark Darling</dc:creator>
				<category><![CDATA[iOS]]></category>

		<guid isPermaLink="false">http://developinstyle.com/?p=103</guid>
		<description><![CDATA[Producing an application for the iPhone or other iOS devices, you first need to jump through a couple of hoops. The main thing you may need is entrance to the iPhone Developer Programme. This comes in a number of different &#8230; <a href="http://developinstyle.com/ios-developer-programme-types/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Producing an application for the iPhone or other iOS devices, you first need to jump through a couple of hoops. The main thing you may need is entrance to the iPhone Developer Programme.</p>
<p>This comes in a number of different flavours, depending on what you want out of the programme.</p>
<p>Please note that if you are using the services of a third-party freelancer, or development company to produce your application. For the most part, that company will generally use their own programme to develop your app, and provide preview versions to your devices. However, if once in the AppStore  you want your app to seem as if it was produced by you, and therefore list you as the author within iTunes and the AppStore &#8211;  then you must purchase an license from Apple in your company name, otherwise the app&#8217;s author field will be as your developer chooses (in some case&#8217;s this is not important and not worth the 99$ that it&#8217;ll cost you to register yourselves, however in others cases, it may look bad that your app is produced by WeMakeCheapApps Ltd).</p>
<p>Any good iOS development team will help walk you through this registration process and provide support when required.</p>
<p>The different programme types are summarised below.</p>
<p><strong>Free</strong></p>
<p>This allows you to download the development tools required to produce iOS applications. It gives you XCode, and full access to everything you may need including the iPhone Simulator to test you apps. However, using this programme, you cannot put your applications onto a device, nor can you publish your apps to the AppStore.</p>
<p><strong>Standard</strong></p>
<p>The standard licence is what you&#8217;ll likely want. It allows your company to buy entrance to the programme, and then allocate as many developer certificates as you wish to your team. It allows the normal AppStore route of development, so you submit your application to Apple, they approve, then it gets sold on the AppStore.</p>
<p>There are two slight flavours of the Standard Programme &#8211; Individual and Company. I&#8217;d recommend in 99% of cases that you choose a company. Individual gives you one developer certificate, you cannot make any more &#8211; your Apps Author field will be listed as your full name. A company programme allows you to create any number of development certificates, as your team grows, and gives you the ability to select the Author field for your apps (although this is a one-shot deal, you choose your author name, and there&#8217;s no going back). I&#8217;ve heard people have a hard time converting from a individual license, to a company, so I&#8217;d try to avoid this unnecessary step if possible.<br />
<em>Cost : $99</em></p>
<p><strong>Enterprise</strong></p>
<p>Enterprise access is only required for if you&#8217;re writing apps for you in-house team. So if you were writing an app for your entire sales team to run, you write it, buy an Enterprise license, then you can push it to all your iOS devices within your own company. You cannot use this as a way to get around the AppStore, it&#8217;s purely for internal applications. One of Apple&#8217;s requirements is that you have a minimum of 500 employees to qualify.<br />
<em>Cost : $299</em></p>
]]></content:encoded>
			<wfw:commentRss>http://developinstyle.com/ios-developer-programme-types/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Tidbits</title>
		<link>http://developinstyle.com/wordpress-tidbits/</link>
		<comments>http://developinstyle.com/wordpress-tidbits/#comments</comments>
		<pubDate>Thu, 19 Aug 2010 20:28:53 +0000</pubDate>
		<dc:creator>Mark Darling</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://developinstyle.com/?p=82</guid>
		<description><![CDATA[I&#8217;ve gotten my hands dirty the past few days in WordPress again, a few little php snippets are useful in some situations. A few things I&#8217;ve picked up in my time in theme innards. &#60;?php if (is_user_logged_in()): ?&#62; For these &#8230; <a href="http://developinstyle.com/wordpress-tidbits/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve gotten my hands dirty the past few days in WordPress again, a few little php snippets are useful in some situations.</p>
<p>A few things I&#8217;ve picked up in my time in theme innards.</p>
<p><code>&lt;?php if (is_user_logged_in()): ?&gt;</code><br />
For these times when you need to know if the user is logged in or not.<br />
<code>&lt;?php if ( have_comments() ) : ?&gt;</code><br />
Check if the current post has comments.<br />
<code>&lt;?php if ( comments_open() ) : ?&gt;</code><br />
Are the comments open for the current post.</p>
]]></content:encoded>
			<wfw:commentRss>http://developinstyle.com/wordpress-tidbits/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Meeting the business need to develop an app on a low budget</title>
		<link>http://developinstyle.com/meeting-the-business-need-to-develop-an-app-on-a-low-budget/</link>
		<comments>http://developinstyle.com/meeting-the-business-need-to-develop-an-app-on-a-low-budget/#comments</comments>
		<pubDate>Thu, 19 Aug 2010 10:47:58 +0000</pubDate>
		<dc:creator>Mark Darling</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://developinstyle.com/?p=44</guid>
		<description><![CDATA[Interesting article on setting expectations on iPhone App development for potential clients. http://www.siliconrepublic.com/new-media/item/17425]]></description>
			<content:encoded><![CDATA[<p>Interesting article on setting expectations on iPhone App development for potential clients.</p>
<p><a href="http://www.siliconrepublic.com/new-media/item/17425">http://www.siliconrepublic.com/new-media/item/17425</a></p>
]]></content:encoded>
			<wfw:commentRss>http://developinstyle.com/meeting-the-business-need-to-develop-an-app-on-a-low-budget/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Freelancer’s tool belt</title>
		<link>http://developinstyle.com/freelancers-tool-belt/</link>
		<comments>http://developinstyle.com/freelancers-tool-belt/#comments</comments>
		<pubDate>Tue, 10 Aug 2010 21:03:44 +0000</pubDate>
		<dc:creator>Mark Darling</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://developinstyle.com/?p=31</guid>
		<description><![CDATA[Being freelance is more than just writing code for a living, working solo means you are in charge of your own time management, your own invoicing, and your own project and milestone management. There are a whole host of web &#8230; <a href="http://developinstyle.com/freelancers-tool-belt/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Being freelance is more than just writing code for a living, working solo means you are in charge of your own time management, your own invoicing, and your own project and milestone management.</p>
<p>There are a whole host of web app&#8217;s out there dedicated to helping this process, the following are tools that I use on a regular basis.</p>
<p><strong><a href="http://www.basecamphq.com">Basecamp</a></strong><br />
Most freelancers and contractors are aware of Basecamp. Basecamp is a fluid project management tool, allowing a collaborative workspace to store messages, todo’s, and milestone dates, online -and in a single place.</p>
<p><strong><a href="http://www.getharvest.com">Harvest</a></strong><br />
Harvest is a time tracking tool, encompassing estimates, time-tracking, invoices and expenses. As a freelancer, new clients are often hesitant about how time, offsite are tracked and ultimately paid – Harvest’s reporting system, and detailed invoices make this an easier transition.</p>
<p><strong><a href="http://www.beanstalkapp.com">Beanstalk</a></strong><br />
Source-control can be overlooked, especially for the solo developer. Being able to have an off-site, version tracked, well commented, and private version of the source code at all times is invaluable.</p>
<p><em>To check out</em><strong> &#8211; <a href="http://www.codebasehq.com/">Codebase</a></strong><br />
I haven&#8217;t tried Codebase yet, but have heard good things about it from various people. It includes time-tracking, project milestones, source control, ticketing, wiki&#8217;s, etc. Pricing seems very reasonable, and on the whole it looks pretty cool.</p>
<p>Used and recommend anything else? Leave a comment below.</p>
]]></content:encoded>
			<wfw:commentRss>http://developinstyle.com/freelancers-tool-belt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
