<?xml version="1.0" encoding="UTF-8"?>
<!--Generated by Squarespace Site Server v5.9.2 (http://www.squarespace.com/) on Wed, 10 Mar 2010 16:17:27 GMT--><rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rss="http://purl.org/rss/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:cc="http://web.resource.org/cc/"><rss:channel rdf:about="http://www.wayne-robinson.com/journal/"><rss:title>Journal</rss:title><rss:link>http://www.wayne-robinson.com/journal/</rss:link><rss:description></rss:description><dc:language>en-AU</dc:language><dc:date>2010-03-10T16:17:27Z</dc:date><admin:generatorAgent rdf:resource="http://www.squarespace.com/">Squarespace Site Server v5.9.2 (http://www.squarespace.com/)</admin:generatorAgent><rss:items><rdf:Seq><rdf:li rdf:resource="http://www.wayne-robinson.com/journal/2009/10/14/yuml-makes-uml-fun.html"/><rdf:li rdf:resource="http://www.wayne-robinson.com/journal/2009/8/14/xero-is-greater-than-the-rest.html"/><rdf:li rdf:resource="http://www.wayne-robinson.com/journal/2009/7/28/wordexcel-http-post.html"/><rdf:li rdf:resource="http://www.wayne-robinson.com/journal/2009/7/16/quickbooks-and-terminal-services.html"/><rdf:li rdf:resource="http://www.wayne-robinson.com/journal/2008/7/10/vodafone-australias-iphone-plans.html"/><rdf:li rdf:resource="http://www.wayne-robinson.com/journal/2008/7/8/updated-allmyfunds-website.html"/><rdf:li rdf:resource="http://www.wayne-robinson.com/journal/2008/2/5/farewell-afk-cafe.html"/><rdf:li rdf:resource="http://www.wayne-robinson.com/journal/2008/1/24/stop-printing-document-properties-summary-page-in-word-2007.html"/><rdf:li rdf:resource="http://www.wayne-robinson.com/journal/2007/11/13/dealing-with-codes-phonetic_alphabet-plugin-ruby-on-rails.html"/><rdf:li rdf:resource="http://www.wayne-robinson.com/journal/2007/11/5/planners-hope-to-transform-super-industry.html"/></rdf:Seq></rss:items></rss:channel><rss:item rdf:about="http://www.wayne-robinson.com/journal/2009/10/14/yuml-makes-uml-fun.html"><rss:title>yUML makes UML fun?</rss:title><rss:link>http://www.wayne-robinson.com/journal/2009/10/14/yuml-makes-uml-fun.html</rss:link><dc:creator>Wayne Robinson</dc:creator><dc:date>2009-10-13T23:53:25Z</dc:date><dc:subject>business programming programming</dc:subject><content:encoded><![CDATA[<p>Thankfully, due to the way I work and the 'clients' I work for I have few requirements to diagramme the applications I work on. However, there is the odd occassion where I need to create documentation for less (or traditionally) technically-minded people.</p>
<p>This usually results in me pulling out OmniGraffle or Visio and fighting with GUI-based design tools for presentation that really just represents fairly simple relationships, but I think I've found an answer.</p>
<p><a class="offsite-link-inline" href="http://yuml.me/">yUML</a> is a UML digramming tool that uses a simple, text-base DSL to describe your diagrammes, rather than fighting with mice and grids to get everything to fit together nicely.</p>
<p>For example, the below diagramme is generated with this very simple code:</p>
<blockquote>
<pre>[User]-(Login)<br />[User]-(Logout) <br />(Login)&lt;(Reminder) <br />(Login)&gt;(Captcha)</pre>
</blockquote>
<p><span class="full-image-block ssNonEditable"><span><img style="width: 450px;" src="http://www.wayne-robinson.com/storage/uml-use_case_example.png?__SQUARESPACE_CACHEVERSION=1255478860525" alt="" /></span></span></p>
<p>If you want a simple, command line script to generate these images, check out the <a class="offsite-link-inline" href="http://blog.10to1.be/ruby/2009/10/13/yuml-me-gem/">yUML Me Gem</a> (although you will have to install Gemcutter first).</p>
<p>yUML can also make class and activity diagrammes, so check it out today.</p>]]></content:encoded></rss:item><rss:item rdf:about="http://www.wayne-robinson.com/journal/2009/8/14/xero-is-greater-than-the-rest.html"><rss:title>Xero is greater than the rest</rss:title><rss:link>http://www.wayne-robinson.com/journal/2009/8/14/xero-is-greater-than-the-rest.html</rss:link><dc:creator>Wayne Robinson</dc:creator><dc:date>2009-08-14T06:28:15Z</dc:date><dc:subject>accounting business business programming programming ruby xero</dc:subject><content:encoded><![CDATA[<p><span class="full-image-float-left ssNonEditable"><span><img style="width: 243px;" src="http://www.wayne-robinson.com/storage/xero_dashboard.jpg?__SQUARESPACE_CACHEVERSION=1250232029020" alt="" /></span></span>Well, that title definitely sounds like a marketing introduction but I swear, I have no affiliation with <a class="offsite-link-inline" href="http://www.xero.com/">Xero</a> apart from thinking that they have some of the best SME accounting software that I've come across.</p>
<p>Being web-based, getting transaction feeds directly from banks, having multi-currency support, simple expense claims, fixed-asset register and most importantly, an API for developers; Xero is highly integrated and, most importantly (and rarely), is actually fun to use.</p>
<p>For the last week or so I have been hacking away at the <a class="offsite-link-inline" href="http://github.com/tlconnor/xero_gateway/">Ruby xero_gateway library</a> project started by Tim Connor and have been having quite a lot of fun. It's great to take a break from customer-facing software for a while and developing code that will be used by other developers.</p>
<p>If you want to check out Xero, head on over to their <a class="offsite-link-inline" href="http://www.xero.com/">main site</a> or their <a class="offsite-link-inline" href="http://blog.xero.com/developer/">developer's site</a>.</p>
<p>Now, shameless plug, if you are an SME and looking to get some extra efficiency by integrating your current business processes/software with your accounting package, <a href="mailto:wayne@wayne-robinson.com">give me a shout</a> and I'm sure to be able to help you get more (time/information/money) from less.</p>
<p>&nbsp;</p>]]></content:encoded></rss:item><rss:item rdf:about="http://www.wayne-robinson.com/journal/2009/7/28/wordexcel-http-post.html"><rss:title>Word/Excel HTTP POST</rss:title><rss:link>http://www.wayne-robinson.com/journal/2009/7/28/wordexcel-http-post.html</rss:link><dc:creator>Wayne Robinson</dc:creator><dc:date>2009-07-28T04:32:31Z</dc:date><dc:subject></dc:subject><content:encoded><![CDATA[<p>A little essoteric, but I recently needed to post some merge fields on a Word application form to a server to save on rekeying when the application form is completed.</p>
<p>Thankfully, VBA in Word can utilise any of the built-in Windows libraries and therefore the above can be easily accomplished using the MSXML2 library.</p>
<p>Some sample code for posting data to a HTTP server in VBA:</p>
<pre>Private Sub PostData()<br /><br />  Set http = CreateObject("MSXML2.ServerXMLHTTP")<br />  http.Open "POST", "http://mycompany.com/url/path", False<br />  http.setRequestHeader "Content-Type", "application/x-www-form-urlencoded"<br />  http.Send "field1=a&amp;field2=b"<br /><br />  MsgBox http.responseText<br /><br />End Sub<br /></pre>
<p>&nbsp;</p>]]></content:encoded></rss:item><rss:item rdf:about="http://www.wayne-robinson.com/journal/2009/7/16/quickbooks-and-terminal-services.html"><rss:title>QuickBooks and Terminal Services</rss:title><rss:link>http://www.wayne-robinson.com/journal/2009/7/16/quickbooks-and-terminal-services.html</rss:link><dc:creator>Wayne Robinson</dc:creator><dc:date>2009-07-16T04:52:39Z</dc:date><dc:subject>accounting business products</dc:subject><content:encoded><![CDATA[<p>I couldn't find anything on the <a href="http://www.quicken.com.au">Quicken</a> (Australia) website about which version of QuickBooks was necessary to be able to use it via Windows Terminal Services so, after waiting 10 minutes on-hold to ask a simple question, here's what I found out.</p>
<p>QuickBooks Premier and above can be installed on Windows Terminal Services.</p>
<p>If ugprading from another QuickBooks version (e.g. Plus), then you get 5 x user licenses (current upgrade price is around AUD$845.00).</p>
<p>If buying new, only 3 of the licenses are enabled and the cost is about AUD$1,449.00</p>
<p>Hope this helps out someone else in the future.</p>]]></content:encoded></rss:item><rss:item rdf:about="http://www.wayne-robinson.com/journal/2008/7/10/vodafone-australias-iphone-plans.html"><rss:title>Vodafone Australia's iPhone Plans</rss:title><rss:link>http://www.wayne-robinson.com/journal/2008/7/10/vodafone-australias-iphone-plans.html</rss:link><dc:creator>Wayne Robinson</dc:creator><dc:date>2008-07-10T05:44:27Z</dc:date><dc:subject></dc:subject><content:encoded><![CDATA[<p>Well, it seems the Vodafone Australia has just released its <a href="http://store.vodafone.com.au/iphone/" class="offsite-link-inline" target="_blank">iPhone plans</a> and surprisingly, they are even more expensive than Optus' plans.</p><p>Starting at $69 per month (plus $189 for the 8GB or $309 for the 16GB iPhone), you get just 250MB of monthly data. To get 1GB of monthly data, you need to spring for the $169 per month plan which, on the plus side, gets you a 16GB iPhone for free.</p><p>Considering Vodafone were the first Australian carrier to offer a 5GB modem plan for just $39 per month, this is very disappointing.</p><p>Oh well, seems like we only have Telstra's plans left to see. At least Telstra have committed to <strong>free</strong> wireless at all their hotspots (most McDonalds and Starbucks locations). <br /></p>]]></content:encoded></rss:item><rss:item rdf:about="http://www.wayne-robinson.com/journal/2008/7/8/updated-allmyfunds-website.html"><rss:title>Updated AllMyFunds Website</rss:title><rss:link>http://www.wayne-robinson.com/journal/2008/7/8/updated-allmyfunds-website.html</rss:link><dc:creator>Wayne Robinson</dc:creator><dc:date>2008-07-08T13:14:37Z</dc:date><dc:subject></dc:subject><content:encoded><![CDATA[<p>After much feedback from our clients, partners and the community about our original website, we've made some updates.</p><p>So, come on over and check out the new, bigger, better and faster <a href="http://www.allmyfunds.com.au" class="offsite-link-inline">AllMyFunds</a> website and see how it is never too early to ensure you can live a comfortable retirement or prevent the <a href="http://www.allmyfunds.com.au/home/superannuation_dirty_little_secret" class="offsite-link-inline">Greedy Pig</a> from eating up your superannuation. <br /></p>]]></content:encoded></rss:item><rss:item rdf:about="http://www.wayne-robinson.com/journal/2008/2/5/farewell-afk-cafe.html"><rss:title>Farewell AFK Café</rss:title><rss:link>http://www.wayne-robinson.com/journal/2008/2/5/farewell-afk-cafe.html</rss:link><dc:creator>Wayne Robinson</dc:creator><dc:date>2008-02-05T08:20:56Z</dc:date><dc:subject></dc:subject><content:encoded><![CDATA[<p>AFK Cafe, the first caf&eacute; created for Geeks has shut its doors today.</p><p>AFK combined great food, a relaxed atmosphere and gaming PCs to create a place where geeks could be themselves located in Woolloongabba, Brisbane, Queensland, Australia.</p><p>This has been a regular place where me and many of my friends would spend our time on a regular basis and I'm very sad to see it go. </p><p>Unfortunately, cashflow issues have affected this fledgling (less than 12 months old) business. Whilst the caf&eacute; appeared to be increasing it's numbers week-by-week, it still didn't get to the point to get above it's 'cash burn' rate. </p><p>I wish Jason &amp; Adell every happiness in the future. I hope we will all keep in touch.</p><p>Their media release can be read below:</p><blockquote><p><em>It is my sad duty to inform you that, as of 3pm today, afk cafe (an internet cafe in Woolloongabba, Brisbane) is closed for good. For those of you who had organised events here (especially the Blood Bowl League and the Board Game group) or just like to hang out here, we're very sorry. It was a combination of financial and workload pressure that forced this closure, and while it may seem sudden it has been an option for a while. It is not a decision that has been made lightly.<br /><br />All those involved with the running of afk wish to extend a very grateful thank you to everyone who has offered their help and support while we've been open. Special thanks are due to our members and regulars, without whom we could not have made it this far. <br /><br />The money we have raised for Child's Play will still go towards gaming equipment for the Mater Children's Hospital, and we will let you know the results of that effort when it's wrapped up. <br /><br />We will be keeping the Livejournal community and Facebook group open for the next week or two for those who want to comment on or discuss the closure. <br /><br /><a href="http://www.facebook.com/group.php?gid=4988314698" target="_blank" class="offsite-link-inline">http://www.facebook.com/group.php?gid=4988314698 </a><br /><a href="http://community.livejournal.com/afk_cafe/" target="_blank" class="offsite-link-inline">http://community.livejournal.com/afk_cafe/</a></em> <br /></p></blockquote>]]></content:encoded></rss:item><rss:item rdf:about="http://www.wayne-robinson.com/journal/2008/1/24/stop-printing-document-properties-summary-page-in-word-2007.html"><rss:title>Stop printing document properties summary page in Word 2007</rss:title><rss:link>http://www.wayne-robinson.com/journal/2008/1/24/stop-printing-document-properties-summary-page-in-word-2007.html</rss:link><dc:creator>Wayne Robinson</dc:creator><dc:date>2008-01-24T04:34:25Z</dc:date><dc:subject>Word 2007</dc:subject><content:encoded><![CDATA[<p>I don't know how it happend, but a colleagues version of Word 2007 recently started printing a document properties summary page at the end of each print job. It took me about 20 minutes searching the Internet for a solution to this problem (even Office's help doesn't seem to have any information on this *feature*), so I've decided to put my solution here.</p><ol><li>Click the 'Office Button' (top-left corner of the window) then 'Print'</li><li>Click 'Options' (bottom-left corner of the print window)</li><li>Choose the 'Display' section</li><li>Untick 'Print document properties'</li><li>Click OK to all the windows and you're done</li></ol>]]></content:encoded></rss:item><rss:item rdf:about="http://www.wayne-robinson.com/journal/2007/11/13/dealing-with-codes-phonetic_alphabet-plugin-ruby-on-rails.html"><rss:title>Dealing with codes - phonetic_alphabet plugin (Ruby on Rails)</rss:title><rss:link>http://www.wayne-robinson.com/journal/2007/11/13/dealing-with-codes-phonetic_alphabet-plugin-ruby-on-rails.html</rss:link><dc:creator>Wayne Robinson</dc:creator><dc:date>2007-11-13T08:23:23Z</dc:date><dc:subject>programming ruby on rails</dc:subject><content:encoded><![CDATA[<p>Most fonts are designed for readability of words, not complicated codes and recently, we've had to provide referreral codes to our partners so that we can track the applications that come from them. Instead of sufferring through referral codes being incorrectly provided because someone has confused an O for an 0 or a 1 for a l or even an I (see what I mean!), I created a plugin that turns any string into it's spoken version using the <a class="offsite-link-inline" href="http://en.wikipedia.org/wiki/NATO_phonetic_alphabet">NATO phonetic alphabet</a>.</p><p>To install this plugin in Ruby on Rails, just type the following from your application's root directory:</p><pre>script/plugin install _<br />https://svn01.allmyfunds.com.au/svn/public/plugins/phonetic_alphabet</pre><p>To use, see this except from the README file:</p><p>You can get the phonetic equivalent of a single character with PhoneticAlphabet[single_character]<br /><br />or<br /><br />You can convert a string to it's phonetic equivalent using the String#to_phonetic overridden method.<br /><br />&nbsp; Example: <br /></p><pre>&nbsp;&nbsp;&nbsp; puts &quot;hello world&quot;.to_phonetic<br /></pre><p>&nbsp; Outputs:<br /></p><pre>&nbsp;&nbsp;&nbsp; hotel echo lima lima oscar SPACE whiskey oscar romeo lima delta<br /></pre><p>You can also pass in a different separator:<br /><br />&nbsp; Example:  <br /></p><pre>&nbsp;&nbsp;&nbsp; puts &quot;hello world&quot;.to_phonetic(&quot;-&quot;)<br /></pre><p>&nbsp; Outputs:<br /></p><pre>&nbsp;&nbsp;&nbsp; hotel-echo-lima-lima-oscar-SPACE-whiskey-oscar-romeo-lima-delta</pre>]]></content:encoded></rss:item><rss:item rdf:about="http://www.wayne-robinson.com/journal/2007/11/5/planners-hope-to-transform-super-industry.html"><rss:title>Planners hope to transform super industry</rss:title><rss:link>http://www.wayne-robinson.com/journal/2007/11/5/planners-hope-to-transform-super-industry.html</rss:link><dc:creator>Wayne Robinson</dc:creator><dc:date>2007-11-05T03:17:53Z</dc:date><dc:subject>business</dc:subject><content:encoded><![CDATA[<p>OK, I apologise for the cross-posting but I do believe that all Australians should at least look at our product.</p><p><strong>MEDIA RELEASE</strong><br /><br />SPECIALIST financial planning company <a href="http://allmyfunds.com.au" class="offsite-link-inline">All My Funds</a> is applying the discount broker model to Australia&rsquo;s trillion dollar superannuation industry.<br /><br />The Queensland-based <a href="http://allmyfunds.com.au" class="offsite-link-inline">All My Funds</a> will target the 70 per cent of workers in the 30-45 age groups who are now using retail funds instead of industry funds.<br /><br />AMF managing director Wayne Robinson said the <a href="http://allmyfunds.com.au" class="offsite-link-inline">All My Funds</a> system would effectively transform retail funds into industry funds for AMF clients because the company would return all commissions paid to the client in exchange for a flat annual fee.<br /><br />``The discount broker model has worked very well in both the sharemarket and the funds management sectors and there is no reason why Australians will not embrace it for their superannuation investments,&rsquo;&rsquo; said Mr Robinson.<br /><br />&ldquo;As it stands, a working 30 year old with $50,000 in their super now could lose more than $98,000 from their retail superannuation funds through commissions over their working life.<br /><br />``We want to change that and also to help people gain the greatest benefit from their retirement savings as possible.&rsquo;&rsquo;<br /><br />Mr Robinson said All My Funds had made the decision to solely concentrate on financial planning issues for the superannuation sector.<br /><br />``There are a lot of good financial planners operating within Australia but we saw there is not really anybody who is solely specialising in superannuation,&rsquo;&rsquo; he said.<br /><br />&ldquo;When you consider the size of the industry, both in terms of investment and the number of participants, it is apparent there is certainly plenty of room for specialist firms in this arena.&rsquo;&rsquo;<br /><br />The three main services that <a href="http://allmyfunds.com.au" class="offsite-link-inline">All My Funds</a> will provide clients is:<br /> </p><ul><li>An annual subscription service where investors pay an annual fee of $385 and all adviser fees, commissions and trails are rebated to the client </li><li>A consolidation service where AMF on behalf of its clients rolls multiple superannuation accounts into one larger account. </li><li>A 25+ page superannuation checkup report (statement of advice limited to superannuation) for only $275. This will give an overview of a client&rsquo;s existing superannuation, a comparison with other retail funds, an indication of what their income will be on retirement as a percentage of their current salary and much more. </li></ul> For further information please contact Marshall Hall (who handles our public relations) on 0404 195&nbsp; 896 or via email on <a href="mailto:marshall@barepublicity.com.au">marshall@barepublicity.com.au</a><p>&nbsp;</p>]]></content:encoded></rss:item></rdf:RDF>