<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Blog &#187; Development</title>
	<atom:link href="http://blog.xero.com/topic/development/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.xero.com</link>
	<description>Xero Accounting Software</description>
	<lastBuildDate>Wed, 08 Feb 2012 21:11:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>One secret to our success</title>
		<link>http://blog.xero.com/2009/03/one-secret-to-our-success/</link>
		<comments>http://blog.xero.com/2009/03/one-secret-to-our-success/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 22:36:57 +0000</pubDate>
		<dc:creator>Philip Fierlinger</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://blog.xero.com/?p=4410</guid>
		<description><![CDATA[I&#8217;ve learned a lot by listening to people like 37Signals and Doug Bowman share the secrets to their success. I&#8217;m hoping others can learn from the secrets of our success with Xero. To wit, the following is an overview of our agile design and development process, focusing on how rapid prototyping fits into our product [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve learned a lot by listening to people like <a href="http://gettingreal.37signals.com/" target="_blank">37Signals</a> and <a href="http://stopdesign.com" target="_blank">Doug Bowman</a> share the secrets to their success. I&#8217;m hoping others can learn from the secrets of our success with Xero.</p>
<p>To wit, the following is an overview of our agile design and development process, focusing on how rapid prototyping fits into our product development cycle.<span id="more-4410"></span>At Xero, we&#8217;re building a robust SaaS platform at lightning pace. To make it happen, our design and development process, along with our documentation, is extremely lightweight.</p>
<p>These days, many developers have adopted some form of agile development. One of the core tenets of agile development is that you only scope, plan and build what&#8217;s absolutely necessary to produce working software.</p>
<h2>WorkingSoftware != UsableSoftware</h2>
<p>One big problem with this approach is that too many people define &#8220;working software&#8221; in purely technical terms. That&#8217;s like making food and judging it by whether it&#8217;s cooked, not whether it&#8217;s edible or delicious.</p>
<p>If nobody wants it, it&#8217;s useless. You end up wasting days/weeks/months of effort.</p>
<p>Design is key to making things that people want. At Xero, we&#8217;ve taken the approach that design must come first. We make sure our software is easy for people to use before we build it.</p>
<p>Our design approach is also key to building software quickly with minimal documentation. We don&#8217;t waste time writing use-cases and specifications. We design and rapidly prototype our use-cases. It allows us to communicate, evaluate and improve our solutions before a single line of code is ever written.</p>
<h2>ThePrototype == TheSpecifictaion</h2>
<p>In our methodology, the prototype is the specification. It speaks for itself. Our developers use the prototype as their blueprint throughout the development process, all the way through to final QA testing.</p>
<p>It&#8217;s important to clarify what I mean by prototypes. We don&#8217;t create working prototypes. We create design prototypes called screenflows: click-by-click simulations of the user experience, showing every interaction necessary to complete a given task. A screenflow is based on a scenario of a person completing a common task. We simulate all the screens, all the clicks and all the data entry necessary to start and complete the task. The result is a slideshow that simulates somebody using the software.</p>
<p>Screenflows are an ideal blueprint for developers. They make it obvious what needs to happen, when, where, how and why.</p>
<h2>Documentation == Ill Communication</h2>
<p>Screenflows leave nothing to the imagination, since they detail every click and every interaction. I recommend avoiding written specifications as much as possible – the screenflow should be the spec. In some situations, a few bullet points are necessary to outline some underlying business rules. If the business rules require anything greater than a few bullet points then it&#8217;s best to show it in the screenflow, rather than using words to explain the solution.</p>
<p>Show it, don&#8217;t tell it.</p>
<p>Using words to explain a design solution invariably leads to misunderstandings and poor implementation.</p>
<p>Through this prototyping methodology we can makes dozens, even hundreds, of small and large refinements and fundamental improvements to a solution very, very quickly. We achieve a level of efficiency and effectiveness that could never be done through written specifications or even code level prototyping.</p>
<h2>Design != PrettyGraphics</h2>
<p>One dangerous misconception is that design is simply styling &#8211; choosing colours and making shiny graphics. Colours and graphics are important to the user experience, but the true purpose of design is to guide people through a process, making the process obvious and simple.</p>
<p>In the case of software, design needs to guide people through the process of managing information: entering data and getting data in return. Design guides people through the process of knowing what information to enter, where to enter it and what to do next. More than colours and graphics, it relies on information design and interaction design – strong visual hierarchy, simple language and obvious visual feedback.</p>
<p>By doing design prototypes you can develop the user experience with much more precision and far less effort than writing pages of specifications. That should be music to your ears. Unfortunately, many project managers, business analysts and information architects still cling to their documentation like a bad habit.</p>
<p>If you embrace design-led rapid prototyping I guarantee that your software (and web sites) will become dramatically better and your development time will be drastically reduced.</p>
<h2>If (Useful) PleaseComment</h2>
<p>If you find this interesting please let me know. If so, you should come along to my session at <a href="http://is.gd/lvO6" target="_blank">Web 2.0 Expo</a> and workshop at <a href="http://www.web09.org/workshops.php" target="_blank">Web09</a> that goes into much more detail.</p>
<p>UPDATE: <a href="http://blog.xero.com/2009/04/nice-to-be-back/">You can see my slides here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.xero.com/2009/03/one-secret-to-our-success/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>We&#8217;ve got&#8230;fixed assets!</title>
		<link>http://blog.xero.com/2009/03/fixed-assets-2/</link>
		<comments>http://blog.xero.com/2009/03/fixed-assets-2/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 18:43:51 +0000</pubDate>
		<dc:creator>Andrew Butel</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Tips (Xero Business)]]></category>

		<guid isPermaLink="false">http://blog.xero.com/?p=4132</guid>
		<description><![CDATA[It&#8217;s great to hear from our accounting partners that by using Xero, they are achieving what we’ve always dreamed of – spending less time cutting the numbers and more time improving them. Today we’ve raised the bar again, by releasing a fixed asset register within Xero that allows business owners to manage their asset register [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s great to hear from our accounting partners that by using Xero, they are achieving what we’ve always dreamed of – spending less time cutting the numbers and more time improving them.</p>
<p>Today we’ve raised the bar again, by releasing a <a href="http://www.xero.com/fixedassets">fixed asset register</a> within Xero that allows business owners to manage their asset register so that accountants can keep depreciation up-to-date monthly, or annually with minimal work.</p>
<p><object width="437" height="370" data="http://www.viddler.com/player/5facac18/" type="application/x-shockwave-flash"><param name="id" value="viddler_5facac18" /><param name="wmode" value="transparent" /><param name="allowScriptAccess" value="always" /><param name="allowFullScreen" value="true" /><param name="src" value="http://www.viddler.com/player/5facac18/" /><param name="name" value="viddler_5facac18" /><param name="allowfullscreen" value="true" /></object></p>
<p>This is another example of how the web is changing the way we do accounting.  Managing fixed assets has always been a job done by the accountant at year-end, which means that the business only gets full visibility of their financial performance &amp; position once a year.  By bringing this information into Xero, you are one step closer to having complete numbers at your finger-tips anytime, anywhere.</p>
<p>For accountants this means you can spread the workload for your clients during the year. With the numbers always up to date and accurate (and now including depreciation), year end will be much faster.</p>
<p>Click here to see the detailed <a href="http://help.xero.com/UserGuide.aspx?helpPage=FixedAssets_All.htm" target="_blank">help for Fixed Assets</a>.</p>
<p>We&#8217;d love to get your feedback.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.xero.com/2009/03/fixed-assets-2/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Help getting paid, import contacts, customize invoices and date shortcuts</title>
		<link>http://blog.xero.com/2009/03/help-getting-paid-import-contacts-customize-invoices-and-date-shortcuts/</link>
		<comments>http://blog.xero.com/2009/03/help-getting-paid-import-contacts-customize-invoices-and-date-shortcuts/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 18:40:12 +0000</pubDate>
		<dc:creator>Andrew Butel</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Tips (Xero Business)]]></category>

		<guid isPermaLink="false">http://blog.xero.com/?p=4146</guid>
		<description><![CDATA[It&#8217;s release day again and we’re quite excited about this one. The main feature in this release is a fixed assets and depreciation (more about this in our next blog post), but we’ve also been able to pick up on several of the most requested features by our customers to help you manage your debtors, [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s release day again and we’re quite excited about this one. The main feature in this release is a fixed assets and depreciation (more about this in our next blog post), but we’ve also been able to pick up on several of the most requested features by our customers to help you manage your debtors, provide more options for customizing invoices and importing of contacts.</p>
<p><strong>Helping you get paid<br />
</strong></p>
<p><a href="http://www.xero.com/getpaid">Managing cashflow</a> has never been more important. To help out, we’ve turned the Awaiting Payment tab in Accounts Receivable into a debt collection tool.</p>
<p><img class="alignnone size-full wp-image-4168" title="awaitingpayment" src="http://blog.xero.com/wp-content/uploads//2009/03/awaitingpayment.png" alt="awaitingpayment" width="470" height="118" /></p>
<p>The process is simple:</p>
<ol>
<li>Simply click the overdue amount under Money Coming In on the Dashboard (or go to the Awaiting Payment tab in Accounts Receivable)</li>
<li>All invoices that are overdue or past their expected payment date will be highlighted in red.</li>
<li> Expand an invoice to view the contact’s phone number then give them a call (regardless of how great your accounting system, <strong>the best way to get payment on time is to talk to your customers</strong>).</li>
<li>Record a note about when they&#8217;ll pay and set the expected date.</li>
<li>Save the note and send a statement to follow-up your call.  In your email, confirm the details they agreed upon.</li>
</ol>
<p>Watch the short video below to see how it works:</p>
<p><object width="437" height="370" data="http://www.viddler.com/player/a48bee63/" type="application/x-shockwave-flash"><param name="id" value="viddler_a48bee63" /><param name="wmode" value="transparent" /><param name="allowScriptAccess" value="always" /><param name="allowFullScreen" value="true" /><param name="src" value="http://www.viddler.com/player/a48bee63/" /><param name="name" value="viddler_a48bee63" /><param name="allowfullscreen" value="true" /></object></p>
<p><strong>Match your invoices to your brand</strong></p>
<p>We know how important your brand is and your invoices need to show it.  We&#8217;re working on a complete invoice customization solution, but to handle the most common customization needs you can now:</p>
<ul>
<li>Position your logo</li>
<li>Edit the page headings</li>
<li>Choose from a selection of fonts</li>
<li>Decide which columns to show</li>
<li>Hide or show the payment advice</li>
<li>Plus, other layout options</li>
</ul>
<p><a href="http://help.xero.com/UserGuide.aspx?HelpPage=Settings_InvoiceSettings.htm#BK_PDFFormat">Find out how to customize the look of your PDF invoices</a>.</p>
<p><strong>Also in this release: Import contacts, date shortcuts<br />
</strong></p>
<ul>
<li>You can now import contacts from your old accounting system or Outlook. First, export them to CSV and then modify them in Excel or an online spreadsheet like Google Docs to match the format used in Xero.</li>
<li>Please thank Kim Fowler for this awesome suggestion: simply enter +7 or +30 (or <strong>+ any number</strong>) <strong>in any date field</strong> to automatically calculate the date.</li>
</ul>
<p><a href="http://help.xero.com/UserGuide.aspx?helpPage=Contacts_Import.htm" target="_blank">For detailed instructions on importing contacts read the help</a> or watch the short video below.</p>
<p><object width="437" height="370" data="http://www.viddler.com/player/9b459c8/" type="application/x-shockwave-flash"><param name="id" value="viddler_9b459c8" /><param name="wmode" value="transparent" /><param name="allowScriptAccess" value="always" /><param name="allowFullScreen" value="true" /><param name="src" value="http://www.viddler.com/player/9b459c8/" /><param name="name" value="viddler_9b459c8" /><param name="allowfullscreen" value="true" /></object></p>
<p>You can read this month&#8217;s <a href="http://help.xero.com/UserGuide.aspx?HelpPage=Releases/Changes_12March2009.htm" target="_blank">full release notes here</a>.</p>
<p>Please let us know what you think.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.xero.com/2009/03/help-getting-paid-import-contacts-customize-invoices-and-date-shortcuts/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Speaking at Web 2.0 Expo</title>
		<link>http://blog.xero.com/2009/03/speaking-at-web-20-expo/</link>
		<comments>http://blog.xero.com/2009/03/speaking-at-web-20-expo/#comments</comments>
		<pubDate>Fri, 06 Mar 2009 01:34:51 +0000</pubDate>
		<dc:creator>Philip Fierlinger</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[United States]]></category>

		<guid isPermaLink="false">http://blog.xero.com/?p=4090</guid>
		<description><![CDATA[I&#8217;ve been invited to speak at the Web 2.0 Expo in San Francisco early next month. My session is on rapid prototyping &#8211; a passion of mine and the not-so-secret sauce behind Xero. This expo has always been one of the most important conferences to watch for emerging web technologies and strategies. The whole schedule [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been invited to speak at the <a href="http://www.web2expo.com/sf" target="_blank">Web 2.0 Expo in San Francisco</a> early next month.</p>
<p><a href="http://www.web2expo.com/webexsf2009/public/schedule/detail/8860" target="_blank">My session</a> is on rapid prototyping &#8211; a passion of mine and the not-so-secret sauce behind Xero.</p>
<p>This expo has always been one of the most important conferences to watch for emerging web technologies and strategies. <a href="http://www.web2expo.com/webexsf2009/public/schedule/grid" target="_blank">The whole schedule</a> is jam packed with amazing people and topics.</p>
<p>If you want to go, just use this discount code <strong>websf09spr35</strong> to get 35% off the ticket price.</p>
<p><a href="http://sf.web2expo.com"><br />
<img title="Web 2.0 Expo San Francisco 2008" src="http://assets.en.oreilly.com/1/event/22/webexsf2009_speaker-banner_336x280.gif" border="0" alt="Web 2.0 Expo San Francisco 2008" width="336" height="280" /><br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.xero.com/2009/03/speaking-at-web-20-expo/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Easy peasy converting your MYOB AO ledgers to Xero</title>
		<link>http://blog.xero.com/2009/03/easy-peasy-converting-your-myob-ao-ledgers-to-xero/</link>
		<comments>http://blog.xero.com/2009/03/easy-peasy-converting-your-myob-ao-ledgers-to-xero/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 20:25:20 +0000</pubDate>
		<dc:creator>Stuart Bale</dc:creator>
				<category><![CDATA[Accountants]]></category>
		<category><![CDATA[Australia]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[New Zealand]]></category>

		<guid isPermaLink="false">http://blog.xero.com/?p=4056</guid>
		<description><![CDATA[We recently updated My Xero for our accounting practices to make managing their clients and staff even easier.  You can read about these introduced changes here. Now we’ve made the process better for those accounting practices using MYOB Accountants Office General Ledger.  We are offering an overnight conversion process, via a special upload page, that [...]]]></description>
			<content:encoded><![CDATA[<p>We recently updated My Xero for our accounting practices to make managing their clients and staff even easier.  You can read about these introduced <a href="http://blog.xero.com/2009/02/one-giant-leap-for-accountants/" target="_blank">changes here</a>.</p>
<p>Now we’ve made the process better for those accounting practices using MYOB Accountants Office General Ledger.  We are offering an overnight conversion process, via a special upload page, that converts an MYOB AO GL backup file into a Xero organisation, complete with Chart of Accounts and comparative annual balances.</p>
<p>We even send you pre-populated bank authority forms for your clients to sign and return directly to Xero, which makes moving from MYOB BankConnect for the new financial year a breeze.</p>
<p>To watch this in action, check out <a href="http://blog.xero.com/2009/01/myobao_export/ ">MYOB AO Export</a>, then contact your local <a href="mailto: sales @xero.com " target="_blank">Xero Account Manager</a> for assistance in getting set up to convert your AO GLs before 31 March.</p>
<p>Soon we are releasing Fixed Assets and Depreciation, to ensure that monthly management reports and annual accounts are accurate and up to date – an essential requirement for your clients in the current economic climate.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.xero.com/2009/03/easy-peasy-converting-your-myob-ao-ledgers-to-xero/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>On Safari</title>
		<link>http://blog.xero.com/2009/02/on-safari/</link>
		<comments>http://blog.xero.com/2009/02/on-safari/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 09:53:23 +0000</pubDate>
		<dc:creator>Craig Walker</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://blog.xero.com/?p=4002</guid>
		<description><![CDATA[Yesterday Apple released a public beta version of Safari 4, the latest version of their web browser and another step-up in the browser wars. I&#8217;ve been using it for the past day and I have to say it&#8217;s pretty cool &#8211; though it was a bit weird to see the tabs sit atop the browser [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday Apple released a public beta version of <a href="http://www.apple.com/safari" target="_blank">Safari 4</a>, the latest version of their web browser and another step-up in the browser wars. I&#8217;ve been using it for the past day and I have to say it&#8217;s pretty cool &#8211; though it was a bit weird to see the tabs sit atop the browser (a la Google&#8217;s <a href="http://www.google.com/chrome" target="_blank">Chrome browser</a>).</p>
<p>With Safari 4 Apple has introduced a bunch of new features (other than the new location for the tabs). Some of these new features include &#8220;Top Sites&#8221;, which shows users the most frequently visited Web pages, &#8220;Cover Flow&#8221; for flicking through your browsing history and a full history search, which not only searches through URLs and title of visited page, but also the complete text of the page itself. In fact, a lot of user exhanacments appear to be around the browser history and making it easier to get to your favourite web sites.</p>
<p><img src="http://blog.xero.com/wp-content/uploads//2009/02/safari-top-sites.png" alt="Safari Top Sites" title="Safari Top Sites" width="448" height="334" class="aligncenter size-full wp-image-4004" /></p>
<p>For web developers there is even more to like: new CSS effects, HTML 5 offline suport, and, of course, full Acid 3 compliance (a perfect 100 out of 100 score).</p>
<p>In addition to all this Apple claims the new version of Safari to be the fastest browser around. To do this they&#8217;ve introduced the Nitro engine, an advanced JavaScript engine designed to make web browsing faster. Apple claims increases in speed of 30 times over IE7 and 3 times faster than Firefox 3. CNet have done some independent testing of Safari 4 to test those claims and it does appear that right now Safari 4 is the fastest browser on the planet. Check out the <a href="http://crave.cnet.co.uk/software/0,39029471,49301219,00.htm" target="_blank">graphs here</a>.</p>
<p>This is great news for Xero: applications like Xero love fast browsers. In fact the beauty of the current iteration of the browser wars is that it&#8217;s all been about performance &#8211; which can only be a good thing for developers and users alike. It actually feels much faster than I expected. Xero has always felt pretty quick to me (I guess I would have to say that <img src='http://blog.xero.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ) but with Safari 4 it feels really smooth and responsive &#8211; especially those parts of the app that use a significant amount of JavaScript (like bank rec).</p>
<p>I have not had one problem with Safari 4 so far &#8211; no unexpected behavior, no crashes &#8211; however because it&#8217;s a pre-release version you do have to be careful.</p>
<p>Safari 4 is in beta for both Mac and PC, available as a free download from <a href="http://www.apple.com/safari/download/" target="_blank">http://www.apple.com/safari/download/</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.xero.com/2009/02/on-safari/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Webstock 2009</title>
		<link>http://blog.xero.com/2009/02/3979/</link>
		<comments>http://blog.xero.com/2009/02/3979/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 00:02:40 +0000</pubDate>
		<dc:creator>Philip Fierlinger</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://blog.xero.com/?p=3979</guid>
		<description><![CDATA[Webstock, a design and technology conference held in Wellington, was once again packed with ideas, passion, inspiration and fun. Highlights for me: Fiona Romeo – how the Royal Observatory is using crowd sourcing to get people involved with science, making science easy fun and interesting, in turn people are actually having a significant impact on [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.webstock.org.nz/09/images/banners/C.gif" alt="" /></p>
<p><a href="http://webstock.org.nz/" target="_blank">Webstock</a>, a design and technology conference held in Wellington, was once again packed with ideas, passion, inspiration and fun.</p>
<p>Highlights for me:</p>
<ul>
<li><a href="http://foe.typepad.com/about.html" target="_blank">Fiona Romeo</a> – how the Royal Observatory is using crowd sourcing to get people involved with science, making science easy fun and interesting, in turn people are actually having a significant impact on science. She showed several different projects, each of them was a brilliantly simple example of how to engage and harness the energy of thousands of people&#8230;
<ul>
<li>Upload your night sky photos to a Flickr group, then <a href="http://code.flickr.com/blog/2009/02/18/found-in-space/" target="_blank">software analyzes the images, identifying and tagging the star system</a> in your photos.</li>
<li><a href="https://www.galaxyzoo.org/" target="_blank">Galaxy Zoo</a> is a game where you&#8217;re shown a photo of a star system and you need to classify the type of galaxy. It&#8217;s easy, fun and addictive (sound familiar?). In the past, they had one full time employee do this over several years. Now they have thousands of people all over the world processing millions of images, <a href="http://news.skymania.com/2008/11/space-fans-find-new-breed-of-galaxy.html" target="_blank"><strong>resulting in the discovery of new galaxies</strong></a>!!</li>
</ul>
</li>
</ul>
<ul>
<li><a href="http://www.holovaty.com/" target="_blank">Adrian Holovaty</a>, <a href="http://magicalnihilism.wordpress.com/" target="_blank">Matt Jones</a>, <a href="http://www.plasticbag.org/" target="_blank">Tom Coates</a> – were all riffing on the same theme: surfacing metadata to expose implicit behavioral patterns – making the invisible visible. Help people discover <a href="http://everyblock.org" target="_blank">what&#8217;s happening in their neighborhood</a>. Other interesting examples were a <a href="http://twitter.com/botanicalls0106" target="_blank">plant that Twitters</a> when its water is low or a <a href="http://twitter.com/towerbridge" target="_blank">bridge that Twitters</a> when it&#8217;s opening or closing. The goal: Help people become <a href="http://www.slideshare.net/blackbeltjones/the-demonhaunted-world" target="_blank">aware of what&#8217;s all around</a> and <a href="http://www.slideshare.net/blackbeltjones/polite-pertinent-and-pretty-designing-for-the-newwave-of-personal-informatics-493301/8" target="_blank">aware of their own behavior</a>. Awareness let&#8217;s us see the world in a new way. It&#8217;s also the first step to change.</li>
</ul>
<ul>
<li><a href="http://zefrank.com" target="_blank">Ze Frank</a> – finding fun ways to inject some humanity into technology and create ‘social resonance’. In the coldness of cyberspace people are discovering, <a href="http://www.zefrank.com/scribbler/gallery/" target="_blank">creating</a> and sharing their <a href="http://www.zefrank.com/frailty/?poem=1&amp;line=5&amp;image=2" target="_blank">quirks</a> , <a href="http://www.zefrank.com/zesblog/archives/2008/09/childrens_songs.html" target="_blank">vulnerabilities</a>, and moments of <a href="http://www.zefrank.com/from52to48withlove/" target="_blank">tenderness</a> or <a href="http://www.zefrank.com/angrigami/" target="_blank">absurdity</a>. Ze is inspiring people to embrace their beautiful imperfections and he likes to challenge our collective <a href="http://www.zefrank.com/atheist/" target="_blank">beliefs</a>.</li>
</ul>
<p>Those are just a <em>few</em> of the big highlights. The list could just keep going for miles.</p>
<p>Whatever business you&#8217;re in, you could and <em>should</em> be applying many of these ideas in your work.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.xero.com/2009/02/3979/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Roadmapping &#8211; know where you&#8217;re going</title>
		<link>http://blog.xero.com/2009/02/roadmapping-know-where-youre-going/</link>
		<comments>http://blog.xero.com/2009/02/roadmapping-know-where-youre-going/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 02:39:01 +0000</pubDate>
		<dc:creator>Andrew Butel</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Small Business]]></category>
		<category><![CDATA[Tips (Xero Business)]]></category>

		<guid isPermaLink="false">http://blog.xero.com/?p=3965</guid>
		<description><![CDATA[For a long time, we had a two dimensional roadmap &#8211; ie. a list of features and some release dates.  It was quite hard to communicate any dependencies and how projects were prioritised so there was a general feeling that we were just rolling out one feature after the other. A roadmap is really only [...]]]></description>
			<content:encoded><![CDATA[<p>For a long time, we had a two dimensional roadmap &#8211; ie. a list of features and some release dates.  It was quite hard to communicate any dependencies and how projects were prioritised so there was a general feeling that we were just rolling out one feature after the other.</p>
<p>A roadmap is really only useful if you know your destination, otherwise it&#8217;s just a bunch of ordered features, so the first question to ask is:</p>
<p><strong>What is the destination that this roadmap takes our company/product to?</strong><br />
It&#8217;s quite likely there will be some competing goals here &#8211; maybe it&#8217;s to open up new markets, or maybe it&#8217;s to innovate in your existing market. You may need to focus on one goal, or a few, but it&#8217;s important to first understand your goals so that you can measure the impact of each project and make sure you&#8217;re getting closer to the destination.</p>
<p>The next question to ask is:</p>
<p><strong>What’s the quickest route to the destination?</strong><br />
This is what roadmaps are all about &#8211; knowing your destination and planning how to get there most efficiently.</p>
<p>Once you understand the goals, then get your stakeholders in a room and chuck ideas up on a whiteboard.   Rank each as high/medium/low impact &#8211; based on how close they get you to your goals.  Then rank each as high/medium/low difficulty &#8211; based on how long they will take to deliver.</p>
<p><strong>The high impact, low difficulty projects are a no-brainer </strong><br />
Now you can start to plan the roadmap against your goals.  There will be dependencies between features and SDP (software delivery platform) projects needed to support customers, operations, billing etc &#8211; but you can prioritise the projects with high impact, low difficulties first, then the high/med and med/low projects etc.</p>
<p><strong>Communicate the roadmap based on the goals</strong><br />
It&#8217;s good to keep your goals in front of everyone and show what goal each project is working towards.  The roadmap below shows goals as &#8216;swim-lanes’, with release milestones marked along the top.  Some people like to give each release a code-name &#8211; I like to give it a theme, which sets people’s expectations about what’s in the release (ie: yes &#8211; hooking up the twitter API is a great idea, we’ll look at it in the networking release).</p>
<p><img class="aligncenter size-full wp-image-3966" title="roadmap-template" src="http://blog.xero.com/wp-content/uploads//2009/02/roadmap-template.png" alt="roadmap-template" width="300" height="175" /></p>
<p>This has become quite an effective template for visually communicating priorities between projects, how our roadmap is meeting our goals and how there are dependencies from release to release and between product and SDP.</p>
<p>If you’d like to have a play with your own roadmap, <a href="http://www.virtualcto.co.nz/Roadmap%20Template.vsd">download this roadmap template for Microsoft Visio</a> and fill in the blanks.  Let me know how you get on via the comments section below.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.xero.com/2009/02/roadmapping-know-where-youre-going/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Let&#8217;s get relational!</title>
		<link>http://blog.xero.com/2009/02/lets-get-relational/</link>
		<comments>http://blog.xero.com/2009/02/lets-get-relational/#comments</comments>
		<pubDate>Mon, 16 Feb 2009 01:01:41 +0000</pubDate>
		<dc:creator>Craig Walker</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[SaaS]]></category>

		<guid isPermaLink="false">http://blog.xero.com/?p=3823</guid>
		<description><![CDATA[An old friend and ex-colleague of mine Tony Bain (we were building SaaS applications together before they were called SaaS applications), has written an interesting article over at ReadWriteWeb (Is the relational database doomed?) regarding the ever increasing popularity of so-called key/value databases and their relevance as compared to traditional relational databases. I&#8217;m not going [...]]]></description>
			<content:encoded><![CDATA[<p>An old friend and ex-colleague of mine <a href="http://blog.tonybain.com/" target="_blank">Tony Bain</a> (we were building SaaS applications together before they were called SaaS applications), has written an interesting article over at ReadWriteWeb (<a href="http://www.readwriteweb.com/archives/is_the_relational_database_doomed.php" target="_blank">Is the relational database doomed?</a>) regarding the ever increasing popularity of so-called key/value databases and their relevance as compared to traditional relational databases.</p>
<p>I&#8217;m not going to explain either here (you can read Tony&#8217;s take on it for an overview of both technologies) but I thought I would add my thoughts with regards to decisions we&#8217;ve made at Xero on this very subject.</p>
<p>On this website it states quite clearly that we&#8217;re the world&#8217;s easiest accounting system and that&#8217;s what we want our customers to experience. What we&#8217;ve built (and are still building) though is one of the world&#8217;s most sophisticated accounting engines &#8211; one that will hopefully become the number 1 accounting engine in the cloud.</p>
<p>One of the reasons we&#8217;ve been able to achieve this is our choice of storing data in a relational database (in our case utilizing Microsoft SQL Server). The idea of key/value stores is essentially a hark back to the old days of hierarchical databases, a technology which ironically underpins most of the current desktop accounting systems in the world. We believe that by being able to store accounting information in a logical and structured relational form has allowed us to build a powerful platform to evolve our accounting engine over a relatively short period of time.</p>
<p>Let&#8217;s take a peek behind the curtain:</p>
<p>Xero&#8217;s accounting engine combines a multi-perspective general ledger with an event-driven transaction engine. I&#8217;ll try to explain what that means:</p>
<p>The transaction engine stores documents such as invoices and bank transactions and contains all of the logic necessary to process those documents based on actions by agents (users or contacts). The outcome of these actions is to produce journals in our general ledger and because each document keeps a record of its actions, they can all be replayed or rewound when something changes and new journals can be created as and when required.</p>
<p>The general ledger resembles a standard journal-based double-entry accounting system, however we&#8217;ve built in the capability to model different types of transactions in the same journal. To begin with we modeled both accrual transactions (what happens when you raise an accounts payable invoice) and cash transactions (what happens when you pay that invoice) in the same journal &#8211; allowing us at any time to look at the GL in both a cash or accrual perspective. As we&#8217;ve added complexity to the system (such as tracking and multi-currency &#8211; coming soon I promise) more perspectives are added to the GL. Think of it as a dice &#8211; depending on how you look at the dice you get a different number &#8211; that&#8217;s the power of our GL.</p>
<p>The diagram below shows how the two engines fit into our architecture:</p>
<p><img class="aligncenter size-full wp-image-3824" title="Xero Accounting Engine" src="http://blog.xero.com/wp-content/uploads//2009/02/xero-accounting-engine-16-feb-09.png" alt="Xero Accounting Engine" width="505" height="271" /></p>
<p>The transaction engine and general ledger operate like two accounting engines in one because they both contain copies of the data, one from a business perspective and one from an accounting perspective. This is beneficial because typically in a small business data is fragmented which leads to poor communication, poor visibility, high costs and unnecessary delays. The power of Xero is that it is at once both a business and an accounting solution, so its important that our business and accounting layers are self-contained yet fully integrated and that we&#8217;re able to connect our business and accounting layers with the outside world.</p>
<p>Why use a relational database for what appears to be inherently hierarchical data? Because it is the simplicity of our data design due to the relational model that makes Xero so powerful and allows us to achieve seamless integration between our transaction and general ledger layers.</p>
<p>So am I advocating relational databases in all scenarios? Absolutely not! You should always go with a &#8220;horses for courses&#8221; strategy when choosing technology. But for accounting data relational data structures offer huge benefits, both in simplifying application architecture and delivering a more integrated experience. The ideas and strategies behind key/value stores are sound and there are some very smart people behind them: my point is, though, that relational databases are not dying, let alone dead and the use of relational data design can be extremely powerful.</p>
<p>You can learn a lot from what others are doing, especially the big players like Google, eBay, Amazon and Facebook. In fact Facebook is a great example of an organization that has applied different technologies to solve specific problems: a MySQL relational backend, memcached (essentially an in-memory key/value store that sits higher in the application stack) for caching almost everything and key/value stores using Cassandra for email searching. This is where I see massively scalable architectures moving: choosing specific technologies to solve specific problems &#8211; pragmatism over ideology.</p>
<p>I have more to say on this topic, especially around what you can learn from scaling key/value stores and how can this be applied to relational databases &#8211; will leave that stuff for next time.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.xero.com/2009/02/lets-get-relational/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Protecting passwords &#8211; your best security</title>
		<link>http://blog.xero.com/2009/02/protecting-passwords-your-best-security/</link>
		<comments>http://blog.xero.com/2009/02/protecting-passwords-your-best-security/#comments</comments>
		<pubDate>Sun, 15 Feb 2009 23:07:44 +0000</pubDate>
		<dc:creator>Nathan Travers</dc:creator>
				<category><![CDATA[Company News]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Tips (Xero Business)]]></category>

		<guid isPermaLink="false">http://blog.xero.com/?p=3813</guid>
		<description><![CDATA[Security is a hot topic for any SaaS application where sensitive data is involved. No question. What is unusual is people’s surprise when I tell them that the best way of increasing their security when using Xero is to choose a strong password and the ability to keep it secure; rather than any security measures [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.xero.com/security/" target="_blank">Security</a> is a hot topic for any SaaS application where sensitive data is involved. No question.</p>
<p>What is unusual is people’s surprise when I tell them that the best way of increasing their security when using Xero is to choose a strong password and the ability to keep it secure; rather than any security measures that Xero has implemented.</p>
<p>I’ve heard mixed opinions from customers on how sensitive they feel their accounting data is. But picking a secure password isn’t simply about preventing access to a particular site,  the consequences of poorly-selected passwords can be devastating. Having your social networking access compromised could be embarrassing but finding your identity has been stolen or bank account compromised is far worse.</p>
<p>OK take a deep breath before we get carried away with paranoia. These things can happen but ask yourself “How many people do I personally know who’ve had this happen to them?”  Personally – no one.</p>
<p><strong>So what have Xero done to protect me?</strong></p>
<p>•    We make sure you don’t have to share a login with any other user, as all organisations signed up to Xero get unlimited users. Therefore there’s no excuse for sharing logins and passwords.<br />
•    It may seem annoying at times, but we’ve purposefully excluded the ability for browsers to remember your Xero password. You have to type it each time. This means no one else     will be able to access your data whether your computer is stolen or if you simply leave it unattended and the timeout returns to the login page.<br />
•    We make sure you use a password of at least 8 characters containing both letters and non-alphabetical characters.</p>
<p><strong>So what can you do to make sure you’re secure?</strong></p>
<p>Here’s some commonsense rules that will help you with security and help train your memory as well:</p>
<ol>
<li>Use different passwords. If you’re signing up for something that doesn’t need to be secure you could use the same password for all similar sites but beware if cracked or guessed it could well be applied to any other site you may have signed up to. Following this same rationale &#8211; make sure all your secure sites use different passwords</li>
<li>Choose passwords that are hard to remember (for other people). Birthdays, names, pets or maiden names are all easily scavenged from Google searches and your public profiles displayed on other sites.</li>
<li>Ideally choose a password that makes no sense and is a mixture of upper and lower case and non-alphanumeric characters. Take the first letter of a long phrase such as “I love to sing in the shower. No one can hear me and it lasts for an hour.” This can be used to create and remember a really good password “Iltsits.Nochmail4ah”</li>
<li>Without being patronising, please don’t use passwords suggested in blogs or other sites.  Although <a href="https://secure.pctools.com/guides/password/">some sites</a> can provide tools to help you remember a chosen password.</li>
<li>Never (and we really mean never) give you password to anyone else, no matter how much you trust them. If you think someone knows your password, change it immediately.</li>
<li>Make sure that your email account has a strong password, as if it is possible to get in to your email account it is possible to get into most of your online services. Use a different password for your email account than you use for Xero.</li>
</ol>
<p><strong>Other tools</strong></p>
<p>There are password software solutions available to download to make entering passwords easier. These may mean you only have to enter a single password to access the application which automatically associates the real password with the site. These may be useful but make sure they don’t fall foul of any of the issues above before you consider implementing them.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.xero.com/2009/02/protecting-passwords-your-best-security/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WEB09 count me in</title>
		<link>http://blog.xero.com/2009/02/web09-count-me-in/</link>
		<comments>http://blog.xero.com/2009/02/web09-count-me-in/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 21:29:28 +0000</pubDate>
		<dc:creator>Philip Fierlinger</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://blog.xero.com/?p=3746</guid>
		<description><![CDATA[There&#8217;s a new conference coming up in April called WEB09. The line-up looks like a cracker. I&#8217;m particularly looking forward to John Casasanta from Tap Tap Tap, Christian Schalk of Google, plus local heroes Karl van Randow of CactusLab and Jarred Bishop. The conference is being organized by the Godfather of the Auckland web community, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.web09.org" target="_blank"><img src="http://blog.xero.com/wp-content/uploads//2009/02/web091.png" alt="web09" title="web09" width="450" height="84" class="aligncenter size-full wp-image-3750" /></a></p>
<p>There&#8217;s a new conference coming up in April called <a href="http://www.web09.org" target="_blank">WEB09</a>. The line-up looks like a cracker. I&#8217;m particularly looking forward to John Casasanta from Tap Tap Tap, Christian Schalk of Google, plus local heroes Karl van Randow of CactusLab and Jarred Bishop.</p>
<p>The conference is being organized by the Godfather of the Auckland web community, John Ballinger. John came to one of my <a href="http://skyrize.com" target="_blank">Skyrize workshops</a> and asked me to do the workshop and speak at the conference on rapid prototyping. My workshop will be on Thursday 16 April, although details aren&#8217;t posted on the WEB09 site just yet.</p>
<p>Let me know if you&#8217;re interested in going, I have a few discount codes to give away.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.xero.com/2009/02/web09-count-me-in/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Seamless</title>
		<link>http://blog.xero.com/2009/02/seamless/</link>
		<comments>http://blog.xero.com/2009/02/seamless/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 08:28:44 +0000</pubDate>
		<dc:creator>Stuart Bale</dc:creator>
				<category><![CDATA[Accountants]]></category>
		<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://blog.xero.com/?p=3608</guid>
		<description><![CDATA[One of our readers Sheryl commented today: Sad to see that Xero is not going full steam ahead with their own practice management system… even a fully integrated system is still separate and will inevitably look and feel different unless you have a direct say on the interface and functionality. We decided not to do [...]]]></description>
			<content:encoded><![CDATA[<p>One of our readers Sheryl <a href="http://blog.xero.com/2009/01/myob-end-of-an-era/#comment-1139" target="_new">commented today</a>:</p>
<blockquote><p>Sad to see that Xero is not going full steam ahead with their own practice management system… even a fully integrated system is still separate and will inevitably look and feel different unless you have a direct say on the interface and functionality.</p></blockquote>
<p>We decided not to do Practice Management for a few reasons:</p>
<ol>
<li>We don&#8217;t believe Practice Management fits a fully online model yet, as good Practice Management should be fully linked with you document management and email management systems, which are still predominantly installed applications;</li>
<li>Good Practice Management is a very specialised and localised application, and so should be tailored to the unique needs of each accounting practice;</li>
<li>When we saw what our friends at Acclipse are doing, it was clear that we should partner with them, while still providing links to the existing systems available today.</li>
</ol>
<p>The exciting aspect of the relationship between Xero and Acclipse is that our teams are working very closely together to provide a seamless experience for accountants, from Practice Management to the newly released <a href="http://blog.xero.com/2009/02/one-giant-leap-for-accountants/" target="_new">Xero Accountants Edition</a> and to end customer accounting.</p>
<p>Check out this screen from Acclipse Practice Manager to see what we mean:</p>
<p style="text-align: center;"><a href="http://blog.xero.com/wp-content/uploads//2009/02/acclipse_dashboard.png"><img class="size-medium wp-image-3609 aligncenter" title="acclipse_dashboard" src="http://blog.xero.com/wp-content/uploads//2009/02/acclipse_dashboard-440x440.png" alt="acclipse_dashboard" width="440" height="440" /></a></p>
<p>We think that is pretty seamless.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.xero.com/2009/02/seamless/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The wireless opportunity</title>
		<link>http://blog.xero.com/2009/01/wireless/</link>
		<comments>http://blog.xero.com/2009/01/wireless/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 04:22:19 +0000</pubDate>
		<dc:creator>Rod Drury</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Mobile]]></category>

		<guid isPermaLink="false">http://blog.xero.com/?p=3271</guid>
		<description><![CDATA[I always enjoy getting the latest wireless reports from Dr. Mehmet Unsoy. This detailed analysis on Apple&#8217;s impact on the wireless world is very interesting for software developers. Apple, iPhone and iTunes – Impacts on the Wireless World (pdf) Here are some highlights &#8230; You may recall that 3G iPhone was launched globally on July [...]]]></description>
			<content:encoded><![CDATA[<p>I always enjoy getting the latest wireless reports from Dr. Mehmet Unsoy.  This detailed analysis on Apple&#8217;s impact on the wireless world is very interesting for software developers.</p>
<p><a href="http://www.cartagena-capital.com/pdfs/cartagena-newsletter-jan-09.pdf" target="_new">Apple, iPhone and iTunes – Impacts on the Wireless World</a> (pdf)</p>
<p>Here are some highlights &#8230;<span id="more-3271"></span><br />
<blockquote>You may recall that 3G iPhone was launched globally on July 11th, 2008. Within the first 6 months, around 12 million 3G iPhones have been sold, with significant majority in the U.S., to AT&amp;T subscribers. However, as of now, iPhone is available in over 80 countries, through more than 100 mobile operators. So, it truly is a global product.</p></blockquote>
<blockquote><p>&#8230; about 50% of all mobile Internet access in the U.S. is through a 3G iPhone</p></blockquote>
<blockquote><p>Application developers generally wonder which platform to focus on for their development. Sometimes (not always) numbers speak for themselves! Apple has launched the App Store for iPhones in iTunes on July 11th 2008 with only 500 apps, (about 150 of them free); In December 2008, this number exceeded 10,000 apps (which is a remarkable and record?breaking number to achieve within 5 months). In addition, in the same period, 500 Million application downloads to iPhones have occurred. That is about 100 Million app downloads per month!</p></blockquote>
<blockquote><p>For the mobile industry, 2009 is expected to be the year of applications. It is the applications where the user excitements are at; it is the applications that will justify and drive the deployment of wireless broadband / 4G networks in the future; and it is the applications where ultimately the money is.</p></blockquote>
<p>If I was a young fella doing it all again I&#8217;d be investing my time here.  The mobile platforms provides an access to market reducing significantly the costs to entry.  This is an area where you can play with minimal capital and there are endless possibilities for increasingly complex applications.</p>
<p>That access to market is driving enterprises like banks to release applications for brand perhaps rather than utility.  See the Westpac icon below on my iTunes front page today.</p>
<p style="text-align: center;"><img class="size-full wp-image-3273 aligncenter" title="westpac" src="http://blog.xero.com/wp-content/uploads//2009/01/westpac.png" alt="Westpac in iTunes" width="490" height="259" /></p>
<p>This signals that enterprise customers will pay for bespoke development for an iPhone application.  So developers wanting to break into iPhone development have fee paying opportunities to hone their skills before building their million dollar idea.</p>
<p>Maybe it&#8217;s time my near 5 year old got his own Mac and learned a bit of Cocoa programming.  I may be able to turn him cash-flow positive much earlier than I originally planned.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.xero.com/2009/01/wireless/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get paid faster, online</title>
		<link>http://blog.xero.com/2008/12/get-paid-faster-online/</link>
		<comments>http://blog.xero.com/2008/12/get-paid-faster-online/#comments</comments>
		<pubDate>Sun, 21 Dec 2008 22:00:39 +0000</pubDate>
		<dc:creator>Andrew Butel</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Tips (Xero Business)]]></category>

		<guid isPermaLink="false">http://blog.xero.com/?p=2646</guid>
		<description><![CDATA[Reducing the time it takes to get paid can make all the difference to your cashflow and help you to meet your commitments on time. Xero already makes it easy to raise invoices, send them by email then follow them up with a statement.  But with our update today, you can now offer your customers [...]]]></description>
			<content:encoded><![CDATA[<p>Reducing the time it takes to get paid can make all the difference to your cashflow and help you to meet your commitments on time.</p>
<p>Xero already makes it easy to raise invoices, send them by email then follow them up with a statement.  But with our update today, you can now offer your customers the ability to pay your invoices online using their credit card.</p>
<p><img class="size-full wp-image-2650 alignnone" title="credit-cards" src="http://blog.xero.com/wp-content/uploads//2008/12/credit-cards.png" alt="credit-cards" width="200" height="27" /></p>
<p>By using a free <a href="https://www.paypal.com/" target="_blank">PayPal account</a>, you can now add a &#8216;Pay online now&#8217; link to all your invoices, allowing your customers to pay using VISA, Mastercard, American Express or PayPal (PayPal feeds apply on credit card transactions). PayPal will automatically notify you by email when payment is received from a customer. <a href="http://help.xero.com/UserGuide.aspx?helpPage=howto/Q_OnlineInvPayment.htm" target="_blank">Find out more</a> in help or watch the short video below.</p>
<p><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="437" height="370" id="viddler_29c7a7cb"><param name="movie" value="http://www.viddler.com/player/29c7a7cb/" /><param name="allowScriptAccess" value="always" /><param name="allowFullScreen" value="true" /><embed src="http://www.viddler.com/player/29c7a7cb/" width="437" height="370" type="application/x-shockwave-flash" allowScriptAccess="always" allowFullScreen="true" name="viddler_29c7a7cb" ></embed></object></p>
<p>This is a great payment option for businesses that don&#8217;t have credit card facilities (like <a href="http://www.holidayhomes.co.nz/" target="_blank">Holiday Rental Properties</a>) or businesses that have international customers or who are selling consumers or expense claimable size products &amp; services and with our multi-currency module (coming in early 2009) you will be able to invoice in foreign currencies and reconcile your PayPal account directly inside of Xero.</p>
<p>Other updates released today include:</p>
<ul>
<li>With our Global version you can configure your own sales tax rates</li>
<li>Pay or receive a refund against a credit note</li>
<li>Australian users can now import their chart of accounts from MYOB</li>
</ul>
<p>Read the full <a href="http://help.xero.com/UserGuide.aspx?HelpPage=Releases/Changes_22December2008.htm" target="_blank">release notes</a> here.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.xero.com/2008/12/get-paid-faster-online/feed/</wfw:commentRss>
		<slash:comments>42</slash:comments>
		</item>
		<item>
		<title>Developers, developers, developers</title>
		<link>http://blog.xero.com/2008/12/developers-developers-developers/</link>
		<comments>http://blog.xero.com/2008/12/developers-developers-developers/#comments</comments>
		<pubDate>Mon, 01 Dec 2008 03:09:21 +0000</pubDate>
		<dc:creator>Tony Rule</dc:creator>
				<category><![CDATA[Company News]]></category>
		<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://blog.xero.com/?p=2326</guid>
		<description><![CDATA[We&#8217;ve just updated our developer website and moved it to WordPress so we can be more responsive. The temporary URL is http://blog.xero.com/developer/  We have a dedicated team working on our developer API. We really want to hear what features you want so we&#8217;ve started using User Voice so you can tell us what we should [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve just updated our developer website and moved it to WordPress so we can be more responsive. The temporary URL is <a href="http://blog.xero.com/developer/">http://blog.xero.com/developer/</a> </p>
<p>We have a dedicated team working on our developer API. We really want to hear what features you want so we&#8217;ve started using User Voice so you can tell us what we should be working on first. <a href="http://blog.xero.com/developer/feedback/">http://blog.xero.com/developer/feedback/</a></p>
<p>We&#8217;ve just updated our API this morning. One of our new features allows us to return if an invoice has been paid. This handles the subscription engine scenario.</p>
<p>For example :</p>
<ol>
<li>An event registration site issues invoices on registration.</li>
<li>The invoices are sent to Xero using <a href="http://blog.xero.com/developer/api/put-apixro10invoice/" target="_blank">PUT Invoice</a></li>
<li>Bank Feeds are received into Xero each night (or manually uploaded)</li>
<li>Bank Reconciliation is completed in Xero. Payments are matched to invoices.</li>
<li>Event registration application queries Xero using <a href="http://blog.xero.com/developer/api/invoices-get/" target="_blank">GET Invoices</a> to see which invoices have been paid</li>
</ol>
<p>Here is a sample XML fragment of the GET Invoices response.</p>
<pre>&lt;Invoices&gt;
&lt;Invoice&gt;
&lt;InvoiceType&gt;ACCREC&lt;/InvoiceType&gt;
.......
<div><span style="color: #ff0000;">    &lt;Payments&gt;
&lt;Payment&gt;
&lt;Date&gt;2008-10-01T00:00:00&lt;/Date&gt;
&lt;Amount&gt;5.0000&lt;/Amount&gt;
&lt;/Payment&gt;
&lt;Payment&gt;
&lt;Date&gt;2008-10-29T00:00:00&lt;/Date&gt;
&lt;Amount&gt;411.0000&lt;/Amount&gt;
&lt;/Payment&gt;
&lt;/Payments&gt;</span></div>
</pre>
<p>This will be great for anyone building club management or any other subscription based applications.</p>
<p>For developers we also have our <a href="http://www.codeplex.com/XeroLabs">CodePlex</a> site for Open Source Projects.</p>
<p>How else can we help?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.xero.com/2008/12/developers-developers-developers/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Journaling into control accounts</title>
		<link>http://blog.xero.com/2008/11/journaling-into-control-accounts/</link>
		<comments>http://blog.xero.com/2008/11/journaling-into-control-accounts/#comments</comments>
		<pubDate>Sun, 30 Nov 2008 01:40:25 +0000</pubDate>
		<dc:creator>Rod Drury</dc:creator>
				<category><![CDATA[Company News]]></category>
		<category><![CDATA[Accounting]]></category>
		<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://blog.xero.com/2008/11/journaling-into-control-accounts/</guid>
		<description><![CDATA[I was asked last week why we didn’t allow journals into the debtors control account. I replied, “why would you have to?”. It turns out the accountant hadn’t gone through the Xero setup wizard to enter in outstanding invoices. But the question has been bugging me for the last few days and I feel a [...]]]></description>
			<content:encoded><![CDATA[<p>I was asked last week why we didn’t allow journals into the debtors control account.  I replied, “why would you have to?”. It turns out the accountant hadn’t gone through the Xero setup wizard to enter in outstanding invoices. But the question has been bugging me for the last few days and I feel a need to explain why it’s not good to journal into control accounts and that it’s really bad if your accounting system would allow you to do that.</p>
<p>But let me step back a bit to paint the picture.<span id="more-2310"></span>I started accounting at Napier Boys High School  with Fred Westrupp. I’m pretty sure we did accounting from 5th to 7th form. From what I can remember Fred was your classic accountant. He looked like an accountant. And like most accountants I know, once you get to know them, they have a very dry sense of humour. Fred was passionate about accounting and or some reason I was drawn to it as well.  I liked that it was logical, symmetrical and that you put things into the right place and the numbers all worked out. Call me a geek but double entry accounting has always appealed to me.</p>
<p>I think it’s also why I like computer programming. Bob McCaw at Napier Boys got us into computing in the Apple II BASIC Programming days. It&#8217;s logical and when you get it right it works.</p>
<p>I did both accounting at computing at Victoria but I’m sure that I actually learned more at high school.  Certainly I learned bookkeeping which didn’t seem to be taught at university.</p>
<p>When we started Xero I had to convince our first few people (like Craig, Kirk and Phil) that accounting was interesting and for the first few weeks we were drawing T accounts to handle the full life cycle of business transactions.  I was determined that we were going to build a state of the art accounting engine that leveraged the power of a relational database.  Kirk completely got it and not only built the double entry accounting engine but solved the problem of modeling cash and accrual transactions in a single engine. We’re really proud of that.</p>
<p>Once we had completed the R&amp;D phase of Xero and selected our platform and approach we quite quickly built the core engine.  That engine allowed debits and credits to be posted, and they had to balance.  The engine would not allow things to get out of sync.<br />
Essentially that is all you need to do accounting and was one of the reasons why we launched Xero with fairly limited functionality because the journaling system would allow us to post anything to deal with any transaction.</p>
<p>Over the years I’ve worked with lots of accounting systems and because of my systems background I’ve generally been appalled at their underlying file or database structure.  Some systems allow one legged journals and all sorts of things that just allow errors to creep in.  We didn’t want any of that.</p>
<p>Once you start building functionality on top of the accounting engine you’re essentially just making it easier for the user to create those base journals.  Once you have all the features that people need they should never have to do a journal.  We’re not there yet but have made a huge amount of progress.  We love asking what accountants are using journals for because that is an indicator of functionality we’re missing and normally an opportunity to improve business processes.</p>
<p>Once you start building accounting modules over the core engine, like Debtors, you create subsidiary ledgers. That means that the account becomes a control or header account over a large number of transactions. Summary accounting reports like Profit &amp; Loss and the Balance Sheet present a summary over the entire Debtors Ledger.</p>
<p>The functionality of the accounting application needs to handle all the things you do with debtors.  Invoicing, receipting, credit notes etc to keep everything in sync.  If you allow direct posting into the debtors control then you can get out of sync and can create a mess. In our view you should never be able to post to control accounts.</p>
<p>So being asked whether we could do it just reinforces to me how bad previous accounting engines actually are they would need to allow that. We’ve even seen some of the most popular products adjust the database schema on a period role.  That is appalling. In  a relational database do you need periods at all?</p>
<p>Another good example is hierarchical charts of accounts. We often see companies with charts of several hundred accounts with the same groups repeating.  There are so many accounts it’s impossible to get meaningful management information out of reports.  That is why we implemented our version of cost centers called <a href="http://help.xero.com/UserGuide.aspx?helpPage=Settings_Tracking.htm" target="_blank">Tracking</a>, which leverages the relational database to report across multiple dimensions.</p>
<p>So we’ve done a lot of work to make Xero the worlds easiest accounting system.  We’ve also done a lot of work under the hood to build what we believe is the most elegant accounting engine ever.</p>
<p>I hope Fred would be proud.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.xero.com/2008/11/journaling-into-control-accounts/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Open Source at Xero</title>
		<link>http://blog.xero.com/2008/11/open-source/</link>
		<comments>http://blog.xero.com/2008/11/open-source/#comments</comments>
		<pubDate>Mon, 24 Nov 2008 21:58:47 +0000</pubDate>
		<dc:creator>Tony Rule</dc:creator>
				<category><![CDATA[Company News]]></category>
		<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://blog.xero.com/?p=2215</guid>
		<description><![CDATA[We know there are lots of people that would love to build tools on top of Xero, so we&#8217;ve been working on a number of Open Source projects for people to start playing with. These are hosted at our Microsoft CodePlex site http://codeplex.com/xerolabs One of the first projects we&#8217;ve put up is a tool that [...]]]></description>
			<content:encoded><![CDATA[<p>We know there are lots of people that would love to build tools on top of Xero, so we&#8217;ve been working on a number of Open Source projects for people to start playing with.</p>
<p>These are hosted at our Microsoft CodePlex site <a href="http://codeplex.com/xerolabs" target="_blank">http://codeplex.com/xerolabs</a></p>
<p style="text-align: center;"><img class="size-full wp-image-2238 aligncenter" title="codeplex" src="http://blog.xero.com/wp-content/uploads//2008/11/codeplex.png" alt="" width="172" height="56" /></p>
<p>One of the first projects we&#8217;ve put up is a tool that allows you to build custom invoice templates in Microsoft Word 2007.</p>
<p>We&#8217;ve had lots of requests for more flexible formatting of invoices. At some stage in the future we&#8217;ll have a great way to do this inside the Xero web application but we wanted to address this request as soon as we could.</p>
<p>We&#8217;ve decided not to release this functionality as part of the standard Xero product because it&#8217;s not our model to install software, though power users may find this functionality useful.  We hope that others will take the code, extend it and build their own tools on top of Xero.</p>
<p style="text-align: center;"><a href="http://blog.xero.com/wp-content/uploads//2008/11/xerolabs-24nov08.jpg"><img class="size-medium wp-image-2222 aligncenter" title="Invoicing for Office 2007" src="http://blog.xero.com/wp-content/uploads//2008/11/xerolabs-24nov08-440x329.jpg" alt="" width="440" height="329" /></a></p>
<p>You can download <a href="http://www.codeplex.com/XeroLabs/Release/ProjectReleases.aspx?ReleaseId=19698">Xero Invoicing for Microsoft Office 2007</a> here. Other open source projects in the works are a Microsoft Outlook contacts importer and the Xero API wrapper for C#.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.xero.com/2008/11/open-source/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Tip: Don&#8217;t make me type www</title>
		<link>http://blog.xero.com/2008/11/tip-dont-make-me-type-www/</link>
		<comments>http://blog.xero.com/2008/11/tip-dont-make-me-type-www/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 02:42:12 +0000</pubDate>
		<dc:creator>Philip Fierlinger</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[New Zealand]]></category>

		<guid isPermaLink="false">http://blog.xero.com/?p=2021</guid>
		<description><![CDATA[This is a blog post I&#8217;ve been meaning to write for years. There remains a rampant problem in NZ: sites that lead to a Address Not Found error if you neglect to type www before the web address, for example&#8230; state.co.nz amp.co.nz toyota.co.nz msd.govt.nz tranzmetro.co.nz These sites cost hundreds of thousands of dollars to build, [...]]]></description>
			<content:encoded><![CDATA[<p>This is a blog post I&#8217;ve been meaning to write for years. There remains a rampant problem in NZ: sites that lead to a <em>Address Not Found</em> error if you neglect to type www before the web address, for example&#8230;</p>
<ul>
<li><a href="http://state.co.nz" target="_blank">state.co.nz</a></li>
<li><a href="http://amp.co.nz" target="_blank">amp.co.nz</a></li>
<li><a href="http://toyota.co.nz" target="_blank">toyota.co.nz</a></li>
<li><a href="http://msd.govt.nz" target="_blank">msd.govt.nz</a></li>
<li><a href="http://tranzmetro.co.nz" target="_blank">tranzmetro.co.nz</a></li>
</ul>
<p>These sites cost hundreds of thousands of dollars to build, maintain and promote. Adding a redirect to the www address is a basic, ten second job for any web geek (see: <a href="http://www.google.com/search?q=wildcard+dns+redirect" target="_blank">wildcard DNS redirect</a>).</p>
<p>Please try your site now. If somebody can&#8217;t access your site by simply typing your domain and the suffix (ie .com) then go fix it now!! Getting an error is a bad experience. You&#8217;re losing business and you&#8217;re frustrating people who happen to be persistent and knowledgeable enough to re-try with www in front.</p>
<p>Care to out any other offenders?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.xero.com/2008/11/tip-dont-make-me-type-www/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Credit notes 2.0</title>
		<link>http://blog.xero.com/2008/11/credit-notes-20/</link>
		<comments>http://blog.xero.com/2008/11/credit-notes-20/#comments</comments>
		<pubDate>Mon, 10 Nov 2008 00:38:31 +0000</pubDate>
		<dc:creator>Andrew Butel</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://blog.xero.com/?p=1593</guid>
		<description><![CDATA[One of our most requested features has been the ability to raise a credit note directly against a customer or supplier account.  We&#8217;ve delayed for a while delivering on this so that we could take some time to extend our accounting engine to support this and a lot of other future features we have on [...]]]></description>
			<content:encoded><![CDATA[<p>One of our most requested features has been the ability to raise a <a href="http://help.xero.com/UserGuide.aspx?Region=CNTRY/NZ&amp;HelpPage=Payments_AddCreditNote.htm" target="_blank">credit note</a> directly against a customer or supplier account.  We&#8217;ve delayed for a while delivering on this so that we could take some time to extend our accounting engine to support this and a lot of other future features we have on our roadmap.</p>
<p>As of yesterday, you can now raise a credit note directly against a customer or supplier account and you will be prompted to apply it to any outstanding invoices, or you can carry it as a credit until the next invoice you raise.</p>
<p>We&#8217;ve also made some improvements to our Accounts Receivable dashboard and to all reports that include credit notes.  You can read the full release notes <a href="http://help.xero.com/UserGuide.aspx?Region=CNTRY/NZ&amp;HelpPage=Releases/Changes_9November2008.htm" target="_blank">here</a>.</p>
<p>This is an exciting release for us as even though we&#8217;ve kept the changes to a minimum, we&#8217;ve set up the accounting engine for the next 12 months of features that we&#8217;ll be delivering like foreign currency invoices and bank accounts.</p>
<p>As you&#8217;d expect, raising and applying credit notes is as simple as working with invoices &#8211; here&#8217;s a quick walkthrough.</p>
<p><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="437" height="406" id="viddler_d864710b"><param name="movie" value="http://www.viddler.com/player/d864710b/" /><param name="allowScriptAccess" value="always" /><param name="allowFullScreen" value="true" /><embed src="http://www.viddler.com/player/d864710b/" width="437" height="406" type="application/x-shockwave-flash" allowScriptAccess="always" allowFullScreen="true" name="viddler_d864710b" ></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.xero.com/2008/11/credit-notes-20/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrade complete</title>
		<link>http://blog.xero.com/2008/11/upgrade-complete/</link>
		<comments>http://blog.xero.com/2008/11/upgrade-complete/#comments</comments>
		<pubDate>Sun, 09 Nov 2008 06:48:09 +0000</pubDate>
		<dc:creator>Craig Walker</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://blog.xero.com/?p=1559</guid>
		<description><![CDATA[The upgrade to Xero over the weekend has been completed. We hope the downtime didn&#8217;t cause you too much inconvenience. Improvements to credit notes are the major part of today&#8217;s release. You can now raise credit notes directly against a customer or supplier in either accounts receivable or accounts payable. We&#8217;ll post more details soon, [...]]]></description>
			<content:encoded><![CDATA[<p>The upgrade to Xero over the weekend has been completed. We hope the downtime didn&#8217;t cause you too much inconvenience.</p>
<p>Improvements to credit notes are the major part of today&#8217;s release. You can now raise credit notes directly against a customer or supplier in either accounts receivable or accounts payable.</p>
<p>We&#8217;ll post more details soon, in the mean time you can view the <a href="http://help.xero.com/UserGuide.aspx?HelpPage=Releases/Changes_9November2008.htm" target="_blank">release notes here</a>.</p>
<p>Thanks to all those who fed me coffee and zapped me to keep going &#8211; I&#8217;m off home now!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.xero.com/2008/11/upgrade-complete/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Calling all tourism operators</title>
		<link>http://blog.xero.com/2008/10/calling-all-tourism-operators/</link>
		<comments>http://blog.xero.com/2008/10/calling-all-tourism-operators/#comments</comments>
		<pubDate>Tue, 07 Oct 2008 21:21:51 +0000</pubDate>
		<dc:creator>Larissa Paris</dc:creator>
				<category><![CDATA[Company News]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Industries]]></category>
		<category><![CDATA[New Zealand]]></category>

		<guid isPermaLink="false">http://blog.xero.com/?p=1078</guid>
		<description><![CDATA[Our Xero network continues to grow and one of the interesting parts of my job at Xero is identifying new opportunities and industries to work with. We have a number of tourism operators using Xero which led me to think about what system would these tourism operators be using for their online bookings, and how [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.bookit.co.nz/" target="_blank"><img class="alignnone size-medium wp-image-1080" title="bookit_logo" src="http://blog.xero.com/wp-content/uploads//2008/10/bookit_logo.gif" alt="" width="148" height="47" /></a></p>
<p>Our <a href="http://www.xero.com/solutions/" target="_blank">Xero network</a> continues to grow and one of the interesting parts of my job at Xero is identifying new opportunities and industries to work with.</p>
<p>We have a number of tourism operators using Xero which led me to think about what system would these tourism operators be using for their online bookings, and how could we make their lives even easier?</p>
<p><a href="http://www.bookit.co.nz/" target="_blank">BookIt</a> is the premier online booking processing service for the tourism industry, providing solutions for many of New Zealand&#8217;s leading tourism companies including Tourism Holdings, New Zealand Tourism Online and Christchurch Airport. Suppliers of tourism products including accommodation, activities, tours and transport can benefit from the increased exposure that BookIt offers through the reseller network or use the BookIt system on their own website to take direct bookings.</p>
<p>The BookIt system automates many routine tasks including payments, settlements, vouchering, cancellations, amendments and invoicing. We are working with the team at BookIt to take this one step further by integrating with Xero. If you would like to participate in trialling this integration then we&#8217;d love to hear from you &#8211; please contact us on <a href="mailto:network@xero.com" target="_blank">network@xero.com</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.xero.com/2008/10/calling-all-tourism-operators/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Zeald to Xero beta invite</title>
		<link>http://blog.xero.com/2008/09/zeald-to-xero-beta-invite/</link>
		<comments>http://blog.xero.com/2008/09/zeald-to-xero-beta-invite/#comments</comments>
		<pubDate>Wed, 10 Sep 2008 04:15:37 +0000</pubDate>
		<dc:creator>Rod Drury</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://blog.xero.com/?p=768</guid>
		<description><![CDATA[Over the past few weeks we&#8217;ve been working with the fine team at Zeald who provide an E-commerce engine for small businesses to sell online. &#160;The interface allows invoices generated from Zeald to be automatically sent into Xero. As&#160;payments&#160;are received into your bank account it&#8217;s super easy to reconcile them against invoices, saving you time. [...]]]></description>
			<content:encoded><![CDATA[<p>Over the past few weeks we&#8217;ve been working with the fine team at <a href="http://www.zeald.com" target="_blank">Zeald</a> who provide an E-commerce engine for small businesses to sell online. &nbsp;The interface allows invoices generated from Zeald to be automatically sent into Xero. As&nbsp;payments&nbsp;are received into your bank account it&#8217;s super easy to reconcile them against invoices, saving you time.</p>
<p style="text-align: center;"><img class="size-full wp-image-769 aligncenter" title="zeald2xero" src="http://blog.xero.com/wp-content/uploads//2008/09/zeald2xero.png" alt="" width="168" height="56" /></p>
<p>We need a few beta customers to make sure everything is working properly. If anyone is using Zeald and Xero and&nbsp;would&nbsp;like to help out please send a note to network@xero.com.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.xero.com/2008/09/zeald-to-xero-beta-invite/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Xero on Chrome</title>
		<link>http://blog.xero.com/2008/09/xero-on-chrome/</link>
		<comments>http://blog.xero.com/2008/09/xero-on-chrome/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 23:55:32 +0000</pubDate>
		<dc:creator>Craig Walker</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://blog.xero.com/?p=740</guid>
		<description><![CDATA[Is Xero the first accounting system in the world to work on Google&#8217;s new Chrome browser? We think/hope so:) As Google Chrome is based on Webkit, the core engine under Safari, it seems to work fine. The browser detection objects we used haven&#8217;t been updated yet so we had to do some tweaking to allow [...]]]></description>
			<content:encoded><![CDATA[<p>Is Xero the first accounting system in the world to work on Google&#8217;s new <a href="http://www.google.com/chrome" target="_blank">Chrome browser</a>? We think/hope so:)</p>
<p>As Google Chrome is based on Webkit, the core engine under Safari, it seems to work fine. The browser detection objects we used haven&#8217;t been updated yet so we had to do some tweaking to allow users to log in from Chrome. We&#8217;ve updated BrowserHawk settings to pass Chrome through as Safari 3.1. &nbsp;(You can check your browser here: &nbsp;<a href="http://help.xero.com/browser" target="_blank">http://help.xero.com/browser</a>)</p>
<p style="text-align: center;"><img class="size-full wp-image-741 aligncenter" title="xero on chrome" src="http://blog.xero.com/wp-content/uploads//2008/09/xero-chrome.png" alt="" width="500" height="419" /></p>
<p>We thought that some of our geek fans would be all over Chrome today and want to test it with an application that uses ajax and javascript heavily. &nbsp;Let us know what you think of performance and any issues you find.&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.xero.com/2008/09/xero-on-chrome/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Reporting and invoicing updates</title>
		<link>http://blog.xero.com/2008/09/reporting-and-invoicing/</link>
		<comments>http://blog.xero.com/2008/09/reporting-and-invoicing/#comments</comments>
		<pubDate>Mon, 01 Sep 2008 20:58:19 +0000</pubDate>
		<dc:creator>Michelle Perera</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://blog.xero.com/?p=701</guid>
		<description><![CDATA[We&#8217;ve made lots of fine tuned enhancements in our latest release today. You can read the full release notes in our Help Centre. Some of the top requests from our customers we&#8217;ve addressed with this release. New price list report There are two new reports for items sold. Firstly, you can get a breakdown of [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve made lots of fine tuned enhancements in our latest release today. You can read the <a href="http://help.xero.com/UserGuide.aspx?HelpPage=Releases/Changes_2September2008.htm">full release notes</a> in our Help Centre.</p>
<p>Some of the top requests from our customers we&#8217;ve addressed with this release.</p>
<p><strong>New price list report</strong><br />
There  are two new reports for items sold. Firstly, you can get a breakdown of the items sold from your Price List by running a <a href="http://help.xero.com/UserGuide.aspx?HelpPage=Report_PriceList.htm" target="_blank">Sales by Item report</a>. This tells you how many units of an item you have sold and what was the average price of the item sold. You can then compare this to the unit price entered on your list. Secondly, the <a href="http://help.xero.com/UserGuide.aspx?HelpPage=Report_PriceListInvoices.htm" target="_blank">Price List Invoice Summary report</a> is related to the new report above as it provides you with a list of all the invoices that made up the total sales for the chosen item on your Sales by Item report.</p>
<p><strong>More invoice flexibility</strong><br />
With your invoices you can now print to PDF, an accounts payable invoice (not a Tax Invoice) that you&#8217;ve entered in Xero. And you can also prepay accounts receivable or accounts  payable invoices via the invoice itself. <a href="http://help.xero.com/UserGuide.aspx?HelpPage=Accounts_PrintEmail.htm" target="_blank">Read more here</a>.</p>
<p>There&#8217;s many more updates detailed in the release notes.  Have a play.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.xero.com/2008/09/reporting-and-invoicing/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Behind the scenes</title>
		<link>http://blog.xero.com/2008/09/behind-the-scenes/</link>
		<comments>http://blog.xero.com/2008/09/behind-the-scenes/#comments</comments>
		<pubDate>Mon, 01 Sep 2008 20:44:35 +0000</pubDate>
		<dc:creator>Sara Goepel</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://blog.xero.com/?p=696</guid>
		<description><![CDATA[As product manager for our back office systems at Xero (subscriptions, billing, customer support, analytics, etc), my team aims to ensure that from the moment you sign up to Xero your experience is smooth and ideally flawless. My Xero is where you manage your information in Xero, your companies and subscriptions. We&#8217;ve got lots planned [...]]]></description>
			<content:encoded><![CDATA[<p>As product manager for our back office systems at Xero (subscriptions, billing, customer support, analytics, etc), my team aims to ensure that from the moment you sign up to Xero your experience is smooth and ideally flawless.</p>
<p>My Xero is where you manage your information in Xero, your companies and subscriptions. We&#8217;ve got lots planned for My Xero and today we’ve released some significant updates.</p>
<p>We have updated the design of My Xero by moving the profile and billing information to separate tabs, rather than being in the right column.</p>
<p style="text-align: center;"><img class="size-full wp-image-715 aligncenter" title="blog-myxero-own-orgs1" src="http://blog.xero.com/wp-content/uploads//2008/09/blog-myxero-own-orgs1.png" alt="" width="332" height="225" /></p>
<p>We&#8217;ve streamlined the process of adding an organisation by eliminating several steps and instead taking you straight to the setup wizard. Of course, you can always stop and save at any point in the wizard by using the exit button at the bottom of screen. If you do,  you will see a new progress bar in My Xero, showing how far along you&#8217;ve gotten.</p>
<p>There&#8217;s a long list of other changes, some you may notice and many others that are happening behind the scenes to make your experience as smooth as we can. Let us know what you think.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.xero.com/2008/09/behind-the-scenes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

