<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" gd:etag="W/&quot;CE8ASXgzeip7ImA9WhVbEUs.&quot;"><id>tag:blogger.com,1999:blog-10743943</id><updated>2012-05-28T11:54:08.682+12:00</updated><category term="Internet Marketing" /><category term="Findability" /><category term="Social Media" /><category term="Website content" /><category term="Browsers" /><category term="WebShell" /><category term="SEO" /><category term="Website Optimisation" /><category term="Cloud-Computing" /><category term="email" /><category term="Audrey" /><category term="Useability" /><category term="Blogs" /><category term="links" /><category term="Domain Names" /><category term="Facebook" /><title>EastWeb View</title><subtitle type="html">The web is an increasingly complex place. In the interests of a simpler world I include here my views, tips and insights to help you find a smarter way to work on the web, along with news from Spiral Web Solutions - the company I founded to provide smart software for people to work with.</subtitle><link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="http://blog.spiral.co.nz/feeds/posts/default" /><link rel="alternate" type="text/html" href="http://blog.spiral.co.nz/" /><link rel="next" type="application/atom+xml" href="http://www.blogger.com/feeds/10743943/posts/default?start-index=26&amp;max-results=25&amp;redirect=false&amp;v=2" /><author><name>Audrey</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="25" height="32" src="http://bp1.blogger.com/_zyhmPf-7Pz4/SGyXo7hUwdI/AAAAAAAAAKY/ESMJoUsF0_o/S220/audreyfromtramp.jpg" /></author><generator version="7.00" uri="http://www.blogger.com">Blogger</generator><openSearch:totalResults>81</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/WebRavings" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="webravings" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><entry gd:etag="W/&quot;CUcCR3o9fSp7ImA9WhVVFE8.&quot;"><id>tag:blogger.com,1999:blog-10743943.post-7117675744054942856</id><published>2012-05-07T14:57:00.000+12:00</published><updated>2012-05-08T08:37:46.465+12:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-05-08T08:37:46.465+12:00</app:edited><title>Human readable URLs, and Routing in WebShell</title><content type="html">It’s been on the to-do list of WebShell improvements for a long time. Turning the URLs (addresses) in our content management system (CMS) into something a bit better for humans.&lt;br /&gt;
&lt;br /&gt;
I will use a client site for an example, the address of the “about us” page for &lt;a href="http://www.boydhq.co.nz/" target="_blank"&gt;Boyd HQ&lt;/a&gt; used to be “&lt;a href="http://www.boydhq.co.nz/default.aspx?Page=4099"&gt;http://www.boydhq.co.nz/default.aspx?Page=4099&lt;/a&gt;” but with the upgrade it becomes “&lt;a href="http://www.boydhq.co.nz/c/About-Us"&gt;http://www.boydhq.co.nz/c/About-Us&lt;/a&gt;” (note: the old address still works to so any bookmarks search results and links are still good).&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Why did we do this?&lt;/b&gt;&lt;br /&gt;
Two reasons &lt;br /&gt;
1) It just looks nicer&lt;br /&gt;
2) The addresses are much more memorable and easier to direct people to&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Why now? &lt;/b&gt;&lt;br /&gt;
While there have been ways to do this in the past, with things like URL rewriting or generating a file for each page, they were mucky and not that robust. The routing technology introduced in previous versions and improved in version 4 of the .net framework has changed things. &lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;How it works for anyone interested&lt;/b&gt;&lt;br /&gt;
Neither “http://www.boydhq.co.nz/c/About-Us” or “http://www.boydhq.co.nz/c” actually exist as real files or directories, "/c" (c for content) exists only virtually as a rout to "/default.aspx" (the same page used in the old system) the rout passes with it the page variable, (in this case "About-Us")&amp;nbsp; WebShell uses this variable (just like it can use "Page=4099") to pull the correct content from its SQL server database and display it within the page template. Routing can be used for much more complex URLs with many more variables and we look forward to using it more in the future to produce better and more human friendly URLs in other projects. &lt;br /&gt;
And in case you were wondering where the page address "About-Us" comes from WebShell first tries to use the navigation title of a page (in this case About Us), then the long title then several combinations of the 2 titles with parent pages until it finds an address that is unique within the website so even if you give 5 pages the same name in the navigation they will be given different addresses by WebShell. In most cases there will only be one and your page is just named the same as it is in the navigation with spaces replaced with a dash.&lt;br /&gt;
&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10743943-7117675744054942856?l=blog.spiral.co.nz' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.spiral.co.nz/feeds/7117675744054942856/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://blog.spiral.co.nz/2012/05/human-readable-urls-and-routing-in.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/10743943/posts/default/7117675744054942856?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/10743943/posts/default/7117675744054942856?v=2" /><link rel="alternate" type="text/html" href="http://blog.spiral.co.nz/2012/05/human-readable-urls-and-routing-in.html" title="Human readable URLs, and Routing in WebShell" /><author><name>Cain</name><uri>http://www.blogger.com/profile/15741659273801851857</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="28" src="http://2.bp.blogspot.com/--zg50XpccOc/TsBLKlAt6SI/AAAAAAAAAAQ/G5mb6GFogAI/s220/cainSmall.png" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;CU8DRH8_fyp7ImA9WhVXEU0.&quot;"><id>tag:blogger.com,1999:blog-10743943.post-8820312391848871203</id><published>2012-04-11T12:24:00.000+12:00</published><updated>2012-04-11T12:24:35.147+12:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-04-11T12:24:35.147+12:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="WebShell" /><title>Log in to make changes to your website</title><content type="html">Making changes to your website starts with logging in to your dashboard. You do this by going to www.spiral.co.nz, on the right hand side you will see a box for client login. Enter your username &amp;amp; password here and click on the "Sign In" button.&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://2.bp.blogspot.com/-vH620-UlE6o/T4TNxwUdtzI/AAAAAAAABZg/cIjEQcP6cgU/s1600/Screen+Shot+2012-04-11+at+11.58.43+AM.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="231" src="http://2.bp.blogspot.com/-vH620-UlE6o/T4TNxwUdtzI/AAAAAAAABZg/cIjEQcP6cgU/s320/Screen+Shot+2012-04-11+at+11.58.43+AM.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
If you enter the wrong password for your email address you will get the alternative login screen so you can have another go at logging in.&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://1.bp.blogspot.com/-pljQbIMebZo/T4TOS2ME3pI/AAAAAAAABZo/yBkDwbcS7Sc/s1600/Screen+Shot+2012-04-11+at+12.19.15+PM.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="135" src="http://1.bp.blogspot.com/-pljQbIMebZo/T4TOS2ME3pI/AAAAAAAABZo/yBkDwbcS7Sc/s200/Screen+Shot+2012-04-11+at+12.19.15+PM.png" width="200" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: left;"&gt;
If you don't remember your password, you can click on the "Forgot your password" link to have WebShell send you an email that enables you to reset your password.&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://2.bp.blogspot.com/-wDdkSe9y68s/T4TO7cgk3uI/AAAAAAAABZw/_8tm8IHCp14/s1600/Screen+Shot+2012-04-11+at+12.21.50+PM.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="144" src="http://2.bp.blogspot.com/-wDdkSe9y68s/T4TO7cgk3uI/AAAAAAAABZw/_8tm8IHCp14/s200/Screen+Shot+2012-04-11+at+12.21.50+PM.png" width="200" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: left;"&gt;
or call us in the office on 04-5862686&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: left;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10743943-8820312391848871203?l=blog.spiral.co.nz' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.spiral.co.nz/feeds/8820312391848871203/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://blog.spiral.co.nz/2012/04/log-in-to-make-changes-to-your-website.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/10743943/posts/default/8820312391848871203?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/10743943/posts/default/8820312391848871203?v=2" /><link rel="alternate" type="text/html" href="http://blog.spiral.co.nz/2012/04/log-in-to-make-changes-to-your-website.html" title="Log in to make changes to your website" /><author><name>Audrey</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="25" height="32" src="http://bp1.blogger.com/_zyhmPf-7Pz4/SGyXo7hUwdI/AAAAAAAAAKY/ESMJoUsF0_o/S220/audreyfromtramp.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/-vH620-UlE6o/T4TNxwUdtzI/AAAAAAAABZg/cIjEQcP6cgU/s72-c/Screen+Shot+2012-04-11+at+11.58.43+AM.png" height="72" width="72" /><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;A0QEQ3g4eCp7ImA9WhVRGUs.&quot;"><id>tag:blogger.com,1999:blog-10743943.post-4378271529000682093</id><published>2012-03-29T08:15:00.000+13:00</published><updated>2012-03-29T10:15:02.630+13:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-03-29T10:15:02.630+13:00</app:edited><title>Twiggy's Broadband Mistake &amp; the Power of Social Media</title><content type="html">Talking to my friend Twiggy in the village yesterday I discovered she had a received a $1300 bill from her broadband provider. "How the hell did that happen?" I exclaimed,&amp;nbsp;after-all,&amp;nbsp;Twiggy&amp;nbsp;is real computer savvy and not one to waste her earnings.&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://3.bp.blogspot.com/-OQusM6dPez4/T3NemfHkXLI/AAAAAAAABYU/4BFBxW5XZZ0/s1600/Screen+Shot+2012-03-29+at+7.54.22+AM.png" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" height="28" src="http://3.bp.blogspot.com/-OQusM6dPez4/T3NemfHkXLI/AAAAAAAABYU/4BFBxW5XZZ0/s320/Screen+Shot+2012-03-29+at+7.54.22+AM.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
Seems she left her browser open for several days and one of those little tabs, like the ones on the right, had a small "widget" on the page which was&amp;nbsp;refreshing&amp;nbsp;every 3&amp;nbsp;seconds.&amp;nbsp;Each time&amp;nbsp;the widget refreshed data was pulled, from the server in North America, and added to&amp;nbsp;Twiggy's broadband usage. &amp;nbsp;Its easy enough to do, you're browsing the web where you find something interesting to read and, with no time to read it immediately, you leave it open in one of your browser tabs to read later - something I have done a million times but won't be doing again.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
What happened to Twiggy's account from her broadband provider is a story in itself, after-all she was the unwitting recipient of some stupid web development. She called the provider &amp;nbsp;to &amp;nbsp;sort out her bill and was told that there was no requirement to reduce the charges, but out of compassion a reduction to about $900 could be arranged. Bugger! So she posted a comment online in one of her regular social media spots, very soon after, the broadband provider asked "please get in touch so we can sort something out" ... the upshot was Twiggy was able to obtain a more satisfactory settlement of the charges.&lt;br /&gt;
&lt;br /&gt;
The lesson is that it is worth getting hold of the right person to sort out a problem like this, and social media can be a good way to achieve this.&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10743943-4378271529000682093?l=blog.spiral.co.nz' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.spiral.co.nz/feeds/4378271529000682093/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://blog.spiral.co.nz/2012/03/twiggys-broadband-mistake-power-of.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/10743943/posts/default/4378271529000682093?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/10743943/posts/default/4378271529000682093?v=2" /><link rel="alternate" type="text/html" href="http://blog.spiral.co.nz/2012/03/twiggys-broadband-mistake-power-of.html" title="Twiggy's Broadband Mistake &amp; the Power of Social Media" /><author><name>Audrey</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="25" height="32" src="http://bp1.blogger.com/_zyhmPf-7Pz4/SGyXo7hUwdI/AAAAAAAAAKY/ESMJoUsF0_o/S220/audreyfromtramp.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/-OQusM6dPez4/T3NemfHkXLI/AAAAAAAABYU/4BFBxW5XZZ0/s72-c/Screen+Shot+2012-03-29+at+7.54.22+AM.png" height="72" width="72" /><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;Ck8DQn0_eip7ImA9WhVREkU.&quot;"><id>tag:blogger.com,1999:blog-10743943.post-3463347046527521367</id><published>2012-03-19T12:10:00.002+13:00</published><updated>2012-03-21T11:01:13.342+13:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-03-21T11:01:13.342+13:00</app:edited><title>Using WebShell to add links to your webpage</title><content type="html">Heres a short write up for WebShell (was Nautilus) users on how to add links using WebShell.&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: #0b5394; font-size: large;"&gt;Decide on the destination&lt;/span&gt;&lt;br /&gt;
Find the document or page you want to link to. You will need to know its location on the internet eg. if I wanted to link to the Mailroom homepage, I know that its location on the internet is www.mailroom.co.nz, so I can use that.&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: #0b5394; font-size: large;"&gt;Select text&lt;/span&gt;&lt;br /&gt;
Select the text you want to use as your linking text. This would normally be something descriptive so the visitor knows and understands what they are linking to - for example this might be - &lt;a href="http://www.mailroom.co.nz/"&gt;Read more about how Mailroom helps professional marketers connect with and analyse their database&lt;/a&gt;. This may seem a little long but Google uses this link text in its "relevance"&amp;nbsp;algorithm&amp;nbsp;when indexing the Mailrrom website.&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: #0b5394; font-size: large;"&gt;Make the Connection&lt;/span&gt;&lt;br /&gt;
Click on the chain-link image at the top of the editing window.&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://1.bp.blogspot.com/-sQzE9A8N35Q/T2ZUv5vaLYI/AAAAAAAABWc/pU_-HCcf9jk/s1600/Screen+Shot+2012-03-19+at+10.33.19+AM.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/-sQzE9A8N35Q/T2ZUv5vaLYI/AAAAAAAABWc/pU_-HCcf9jk/s1600/Screen+Shot+2012-03-19+at+10.33.19+AM.png" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
The "Hyperlink" box will appear.&amp;nbsp;The hyperlink box has 3 elements - Link Info, Target and Advanced.&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://3.bp.blogspot.com/-Z-dMK9cv-yU/T2ZVLqokEYI/AAAAAAAABWk/8Z_d7CTOsvg/s1600/Screen+Shot+2012-03-19+at+10.34.51+AM.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="290" src="http://3.bp.blogspot.com/-Z-dMK9cv-yU/T2ZVLqokEYI/AAAAAAAABWk/8Z_d7CTOsvg/s320/Screen+Shot+2012-03-19+at+10.34.51+AM.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;b&gt;Link Info&lt;/b&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://3.bp.blogspot.com/-TXxR-a5qXu8/T2ZiNiNpBdI/AAAAAAAABWs/kFXTR0H9zuU/s1600/Screen+Shot+2012-03-19+at+10.37.33+AM.png" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/-TXxR-a5qXu8/T2ZiNiNpBdI/AAAAAAAABWs/kFXTR0H9zuU/s1600/Screen+Shot+2012-03-19+at+10.37.33+AM.png" /&gt;&lt;/a&gt;&lt;/div&gt;
There are 3 Link Types&amp;nbsp;URL,&amp;nbsp;Link to anchor in the text and E-mail. Here are some of the&lt;br /&gt;
&lt;br /&gt;
&lt;div&gt;
&lt;ul&gt;&lt;a href="http://2.bp.blogspot.com/-65IMIdk6msU/T2Zmoi5ZESI/AAAAAAAABW4/g1TzyZU6hkA/s1600/Screen+Shot+2012-03-19+at+11.49.45+AM.png" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" height="116" src="http://2.bp.blogspot.com/-65IMIdk6msU/T2Zmoi5ZESI/AAAAAAAABW4/g1TzyZU6hkA/s200/Screen+Shot+2012-03-19+at+11.49.45+AM.png" width="200" /&gt;&lt;/a&gt;
&lt;li&gt;URL: Protocol http://. Where you enter the full address of the&amp;nbsp;destination&amp;nbsp;link eg. www.mailroom.co.nz.&lt;/li&gt;
&lt;li&gt;URL: Protocol http://.&amp;nbsp;Where you enter the full address of the&amp;nbsp;destination&amp;nbsp;link, when it a secure webpage eg. https://www.facebook.com/SpiralWeb&lt;/li&gt;
&lt;li&gt;URL:&amp;nbsp;Protocol ftp://.&amp;nbsp;Where you are linking to an ftp site. Very rarely used.&lt;/li&gt;
&lt;li&gt;URL:&amp;nbsp;Protocol news://.&amp;nbsp;Contact us if you need to use this.&lt;/li&gt;
&lt;li&gt;URL:&amp;nbsp;Protocol other.&amp;nbsp;For all other links.&lt;/li&gt;
&lt;li&gt;Link to anchor in the text. Where you link to a&amp;nbsp;previously&amp;nbsp;setup anchor on your page.&lt;/li&gt;
&lt;li&gt;E-Mail. Where you can create an email pop-up&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt;
... and "Browse Server" which allows you to insert links to PDF files on the web server (you must upload them to make them available online)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Target Info&lt;/b&gt;&lt;br /&gt;
Target controls where the new document will be displayed when the user follows a link. Most of the time, clicking on a link simply loads a new document in the same window. With the Target attribute you can have the link open in a new window.Target has four predefined values:&lt;br /&gt;
&lt;br /&gt;
* "_blank"&lt;br /&gt;
* "_parent"&lt;br /&gt;
* "_self"&lt;br /&gt;
* "_top"&lt;br /&gt;
&lt;br /&gt;
Where you enter the name of the destination frame on a page with multiple frames.&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://3.bp.blogspot.com/-y685QmoKyMw/T2ZoHdCrybI/AAAAAAAABXA/xRZVfMWauA8/s1600/Screen+Shot+2012-03-19+at+11.55.09+AM.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="55" src="http://3.bp.blogspot.com/-y685QmoKyMw/T2ZoHdCrybI/AAAAAAAABXA/xRZVfMWauA8/s320/Screen+Shot+2012-03-19+at+11.55.09+AM.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: left;"&gt;
&lt;popup window=""&gt; Where you want a pop up window.&amp;nbsp;&lt;/popup&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://3.bp.blogspot.com/-XfMCbJKkZPw/T2ZoVtTjwhI/AAAAAAAABXI/IZpD_asxmNY/s1600/Screen+Shot+2012-03-19+at+11.56.54+AM.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="187" src="http://3.bp.blogspot.com/-XfMCbJKkZPw/T2ZoVtTjwhI/AAAAAAAABXI/IZpD_asxmNY/s320/Screen+Shot+2012-03-19+at+11.56.54+AM.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: left;"&gt;
New Window (_blank) when you want the link to open in a new browser window.&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: left;"&gt;
Topmost Window (_top) when you want the link to open in the topmost window of a set of frames and the page is to occupy the whole screen.&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: left;"&gt;
Same Window (_self) when you want the link to open in the existing window (this is also the default).&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: left;"&gt;
Parent Window (_parent) when you want the link to open in the parent frame of a set of frames.&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: left;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="text-align: left;"&gt;
&lt;b&gt;Advanced Info&lt;/b&gt;&lt;/div&gt;
&lt;div style="text-align: left;"&gt;
Take a look at this one - if you know what these terms mean then go ahead and use it otherwise you may want to read up on HTML before you attempt using this element.&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://2.bp.blogspot.com/-cw7MwjqajRw/T2ZqnB-bSGI/AAAAAAAABXQ/80vHHKLqMyg/s1600/Screen+Shot+2012-03-19+at+12.06.03+PM.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="244" src="http://2.bp.blogspot.com/-cw7MwjqajRw/T2ZqnB-bSGI/AAAAAAAABXQ/80vHHKLqMyg/s320/Screen+Shot+2012-03-19+at+12.06.03+PM.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="text-align: left;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;br /&gt;
Creating smart, meaningful links will help you get a higher Google listing and help people find your website.&lt;br /&gt;
&lt;br /&gt;
Good luck with your links and remember you can call us in the office for a refresher on what to do.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10743943-3463347046527521367?l=blog.spiral.co.nz' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.spiral.co.nz/feeds/3463347046527521367/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://blog.spiral.co.nz/2012/03/using-webshell-to-add-links-to-your.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/10743943/posts/default/3463347046527521367?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/10743943/posts/default/3463347046527521367?v=2" /><link rel="alternate" type="text/html" href="http://blog.spiral.co.nz/2012/03/using-webshell-to-add-links-to-your.html" title="Using WebShell to add links to your webpage" /><author><name>Audrey</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="25" height="32" src="http://bp1.blogger.com/_zyhmPf-7Pz4/SGyXo7hUwdI/AAAAAAAAAKY/ESMJoUsF0_o/S220/audreyfromtramp.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/-sQzE9A8N35Q/T2ZUv5vaLYI/AAAAAAAABWc/pU_-HCcf9jk/s72-c/Screen+Shot+2012-03-19+at+10.33.19+AM.png" height="72" width="72" /><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;CEIMSX07fip7ImA9WhVSGEk.&quot;"><id>tag:blogger.com,1999:blog-10743943.post-6975179938139939823</id><published>2012-03-16T09:16:00.002+13:00</published><updated>2012-03-16T09:16:28.306+13:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-03-16T09:16:28.306+13:00</app:edited><title>What we've been up to so far this year ...</title><content type="html">This is, of course, the quarter that often speeds by the fastest because it starts off with holidays in January. Apart from holidays the team have been busy on:&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;writing patient management software for a clinical trial running across NZ &amp;amp; Australia&lt;/li&gt;
&lt;li&gt;developing and delivering software to speed up the stocktake process for businesses, &amp;nbsp;by using handheld barcode scanners&lt;/li&gt;
&lt;li&gt;overhauling a clients website, adding new graphics and extra functionality&lt;/li&gt;
&lt;li&gt;database work for both the NZ Registered Architects and the Rail Heritage Trust of NZ&amp;nbsp;&lt;/li&gt;
&lt;li&gt;styling RSS feeds&lt;/li&gt;
&lt;li&gt;learning more about the Facebook developers platform for an upcoming application we are writing&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;
and Cain went to &lt;a href="http://www.webstock.org.nz/" target="_blank"&gt;Webstock&lt;/a&gt;, an inspirational conference for web professionals - designers, developers, usability experts, content writers etc ... he's back at work, refreshed, inspired and ready to implement all the cool stuff he learned.&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://www.webstock.org.nz/" target="_blank"&gt;&lt;img border="0" height="121" src="http://1.bp.blogspot.com/-xVt2A5CIGFw/T2JNZGVlEQI/AAAAAAAABVs/IfHXFmb5gtM/s640/Screen+Shot+2012-03-16+at+9.12.55+AM.png" width="640" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10743943-6975179938139939823?l=blog.spiral.co.nz' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.spiral.co.nz/feeds/6975179938139939823/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://blog.spiral.co.nz/2012/03/what-weve-been-up-to-so-far-this-year.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/10743943/posts/default/6975179938139939823?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/10743943/posts/default/6975179938139939823?v=2" /><link rel="alternate" type="text/html" href="http://blog.spiral.co.nz/2012/03/what-weve-been-up-to-so-far-this-year.html" title="What we've been up to so far this year ..." /><author><name>Audrey</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="25" height="32" src="http://bp1.blogger.com/_zyhmPf-7Pz4/SGyXo7hUwdI/AAAAAAAAAKY/ESMJoUsF0_o/S220/audreyfromtramp.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/-xVt2A5CIGFw/T2JNZGVlEQI/AAAAAAAABVs/IfHXFmb5gtM/s72-c/Screen+Shot+2012-03-16+at+9.12.55+AM.png" height="72" width="72" /><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;CUUEQXg9eCp7ImA9WhRVFks.&quot;"><id>tag:blogger.com,1999:blog-10743943.post-2562699271121926316</id><published>2012-01-16T10:28:00.002+13:00</published><updated>2012-01-16T10:33:20.660+13:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-01-16T10:33:20.660+13:00</app:edited><title>New Zealand Browser Stats 2011</title><content type="html">Looks like Internet Explorer is not as popular as it once was in New Zealand, according to Statcounter Global Statistics. While holding its number 1 spot it has dropped below 40% of browser usage. &amp;nbsp;Google's Chrome browser has overtaken Firefox to becomes NZ's number 2 browser.&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://2.bp.blogspot.com/-qXZoCxGqTng/TxNDZho76zI/AAAAAAAABVI/ERJhMYDWBOE/s1600/StatCounter-browser-ww-monthly-201012-201112.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="374" src="http://2.bp.blogspot.com/-qXZoCxGqTng/TxNDZho76zI/AAAAAAAABVI/ERJhMYDWBOE/s640/StatCounter-browser-ww-monthly-201012-201112.jpg" width="640" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;span style="font-size: large;"&gt;What does this mean for you?&lt;/span&gt;&lt;br /&gt;
If you are not already using Chrome it means, after you have done website updates, you need to look at your website in&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Chrome&lt;/li&gt;
&lt;li&gt;Internet Explorer&lt;/li&gt;
&lt;li&gt;Firefox&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;
because sometimes they will display your updates differently/unexpectedly.&lt;br /&gt;
&lt;br /&gt;
Stats for mobile devices show the iPhone browser useage far exceeds any of the other mobile browsers.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10743943-2562699271121926316?l=blog.spiral.co.nz' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.spiral.co.nz/feeds/2562699271121926316/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://blog.spiral.co.nz/2012/01/new-zealand-browser-stats-2011.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/10743943/posts/default/2562699271121926316?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/10743943/posts/default/2562699271121926316?v=2" /><link rel="alternate" type="text/html" href="http://blog.spiral.co.nz/2012/01/new-zealand-browser-stats-2011.html" title="New Zealand Browser Stats 2011" /><author><name>Audrey</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="25" height="32" src="http://bp1.blogger.com/_zyhmPf-7Pz4/SGyXo7hUwdI/AAAAAAAAAKY/ESMJoUsF0_o/S220/audreyfromtramp.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/-qXZoCxGqTng/TxNDZho76zI/AAAAAAAABVI/ERJhMYDWBOE/s72-c/StatCounter-browser-ww-monthly-201012-201112.jpg" height="72" width="72" /><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;Ak8CQn48eCp7ImA9WhRRFUQ.&quot;"><id>tag:blogger.com,1999:blog-10743943.post-3312548333975793601</id><published>2011-11-30T09:23:00.001+13:00</published><updated>2011-11-30T09:34:23.070+13:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-11-30T09:34:23.070+13:00</app:edited><title>Is your password on the hackers top 25 list?</title><content type="html">&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://1.bp.blogspot.com/-9W0DN7ojAGM/TtVBnI0AEoI/AAAAAAAABU8/OjMgtLjwGjk/s1600/Screen+shot+2011-11-30+at+9.32.30+AM.png" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/-9W0DN7ojAGM/TtVBnI0AEoI/AAAAAAAABU8/OjMgtLjwGjk/s1600/Screen+shot+2011-11-30+at+9.32.30+AM.png" /&gt;&lt;/a&gt;&lt;/div&gt;
The end of year lists have started! Splashdata have published the 25 worst passwords for 2011. &amp;nbsp;The list was compiled based on millions of stolen passwords posted online by hackers. Here it &amp;nbsp;is:&lt;br /&gt;
&lt;br /&gt;
1. password&lt;br /&gt;
2. 123456&lt;br /&gt;
3. 12345678&lt;br /&gt;
4. qwerty&lt;br /&gt;
5. abc123&lt;br /&gt;
6. monkey&lt;br /&gt;
7. 1234567&lt;br /&gt;
8. letmein&lt;br /&gt;
9. trustno1&lt;br /&gt;
10. dragon&lt;br /&gt;
11. baseball&lt;br /&gt;
12. 111111&lt;br /&gt;
13. iloveyou&lt;br /&gt;
14. master&lt;br /&gt;
15. sunshine&lt;br /&gt;
16. ashley&lt;br /&gt;
17. bailey&lt;br /&gt;
18. passw0rd&lt;br /&gt;
19. shadow&lt;br /&gt;
20. 123123&lt;br /&gt;
21. 654321&lt;br /&gt;
22. superman&lt;br /&gt;
23. qazwsx&lt;br /&gt;
24. michael&lt;br /&gt;
25. football&lt;br /&gt;
&lt;br /&gt;
Did you see yours?&amp;nbsp;If your password is on the list you might want to change it.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10743943-3312548333975793601?l=blog.spiral.co.nz' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.spiral.co.nz/feeds/3312548333975793601/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://blog.spiral.co.nz/2011/11/is-your-password-on-hackers-top-25-list.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/10743943/posts/default/3312548333975793601?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/10743943/posts/default/3312548333975793601?v=2" /><link rel="alternate" type="text/html" href="http://blog.spiral.co.nz/2011/11/is-your-password-on-hackers-top-25-list.html" title="Is your password on the hackers top 25 list?" /><author><name>Audrey</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="25" height="32" src="http://bp1.blogger.com/_zyhmPf-7Pz4/SGyXo7hUwdI/AAAAAAAAAKY/ESMJoUsF0_o/S220/audreyfromtramp.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/-9W0DN7ojAGM/TtVBnI0AEoI/AAAAAAAABU8/OjMgtLjwGjk/s72-c/Screen+shot+2011-11-30+at+9.32.30+AM.png" height="72" width="72" /><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;AkEER3g6fip7ImA9WhRRFEk.&quot;"><id>tag:blogger.com,1999:blog-10743943.post-6297316275069709689</id><published>2011-11-28T09:16:00.001+13:00</published><updated>2011-11-28T15:50:06.616+13:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-11-28T15:50:06.616+13:00</app:edited><title>Upgrade time</title><content type="html">Back at work after a week in the south island so it was time to upgrade to iOS5 on my iPad. The little iPad was my "work" machine while I was away. Rather then a laptop I chose to take the smaller iPad with it's bluetooth keyboard - worked a treat. As I was relying on it there was no way I was going to upgrade to the new OS just before going away.&lt;br /&gt;
All up it took about 2 hours to do the downloads, perform the upgrade and connect to iCloud - sweet!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10743943-6297316275069709689?l=blog.spiral.co.nz' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.spiral.co.nz/feeds/6297316275069709689/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://blog.spiral.co.nz/2011/11/upgrade-time.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/10743943/posts/default/6297316275069709689?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/10743943/posts/default/6297316275069709689?v=2" /><link rel="alternate" type="text/html" href="http://blog.spiral.co.nz/2011/11/upgrade-time.html" title="Upgrade time" /><author><name>Audrey</name><uri>http://www.blogger.com/profile/10419461620219923125</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;C0MMSH0_fyp7ImA9WhRSE0Q.&quot;"><id>tag:blogger.com,1999:blog-10743943.post-2772453997322922615</id><published>2011-11-16T10:05:00.001+13:00</published><updated>2011-11-16T10:11:29.347+13:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-11-16T10:11:29.347+13:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Social Media" /><title>Where to post your status!</title><content type="html">&lt;br /&gt;
Confused by social media and not sure where to post your status. KISA sent me this handy flowchart to help you decide.&lt;br /&gt;
&lt;br /&gt;
&lt;div&gt;
&lt;a href="http://www.breakingcopy.com/social-media-flowchart-status" style="text-align: center;"&gt;&lt;img border="0" height="480" src="http://4.bp.blogspot.com/-oyH3f6G-evc/TsLUSPI-G0I/AAAAAAAABUs/ZL1Lg0bmyUE/s640/Screen+shot+2011-11-16+at+10.02.30+AM.png" width="640" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10743943-2772453997322922615?l=blog.spiral.co.nz' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.spiral.co.nz/feeds/2772453997322922615/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://blog.spiral.co.nz/2011/11/where-to-post-your-status.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/10743943/posts/default/2772453997322922615?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/10743943/posts/default/2772453997322922615?v=2" /><link rel="alternate" type="text/html" href="http://blog.spiral.co.nz/2011/11/where-to-post-your-status.html" title="Where to post your status!" /><author><name>Audrey</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="25" height="32" src="http://bp1.blogger.com/_zyhmPf-7Pz4/SGyXo7hUwdI/AAAAAAAAAKY/ESMJoUsF0_o/S220/audreyfromtramp.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/-oyH3f6G-evc/TsLUSPI-G0I/AAAAAAAABUs/ZL1Lg0bmyUE/s72-c/Screen+shot+2011-11-16+at+10.02.30+AM.png" height="72" width="72" /><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;D0MEQH09fCp7ImA9WhRSE00.&quot;"><id>tag:blogger.com,1999:blog-10743943.post-6133272929398812015</id><published>2011-11-15T09:54:00.001+13:00</published><updated>2011-11-15T10:16:41.364+13:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-11-15T10:16:41.364+13:00</app:edited><title>My old t-shirts remind me of websites</title><content type="html">&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://4.bp.blogspot.com/-j7nfTcwRIww/TsGFJsw1GFI/AAAAAAAABUk/GQpNefWUP3c/s1600/images+%25284%2529.jpeg" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" src="http://4.bp.blogspot.com/-j7nfTcwRIww/TsGFJsw1GFI/AAAAAAAABUk/GQpNefWUP3c/s1600/images+%25284%2529.jpeg" /&gt;&lt;/a&gt;&lt;/div&gt;
Its time to get out last summers t-shirts. The weather is warmer and more dependable. &amp;nbsp;I can categorise my old t-shirts as follows&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;quality t-shirts I want to keep&lt;/li&gt;
&lt;li&gt;quality t-shirts that are already out of fashion&lt;/li&gt;
&lt;li&gt;stretched saggy ones - poor quality&lt;/li&gt;
&lt;/ul&gt;
I'm always grateful when my quality t-shirts last a couple of summers. My biggest disappointment is when I love a t-shirt and it goes all saggy and baggy with just a few washes. Its not just the waste of money, its the waste of time - all that shopping time wasted!&lt;br /&gt;
&lt;br /&gt;
Those t-shirts remind me of websites in that ...&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;when you commision a website that goes out of fashion next year, you are in for an upgrade earlier than you expected ... a waste of time and money.&lt;/li&gt;
&lt;li&gt;your old, cheap website can quickly start to look like that saggy, baggy t-shirt which is not a good look for your organisation&lt;/li&gt;
&lt;li&gt;your quality website will look good next year and the year after, it will be&amp;nbsp;easy&amp;nbsp;to update and you will wear it with pride&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;
We strive to build quality websites and software for people. Looking back at last seasons websites I believe we&amp;nbsp;achieved&amp;nbsp;that goal, thanks to our customers for being open minded and make some tough decisions.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10743943-6133272929398812015?l=blog.spiral.co.nz' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.spiral.co.nz/feeds/6133272929398812015/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://blog.spiral.co.nz/2011/11/my-old-t-shirts-remind-me-of-websites.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/10743943/posts/default/6133272929398812015?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/10743943/posts/default/6133272929398812015?v=2" /><link rel="alternate" type="text/html" href="http://blog.spiral.co.nz/2011/11/my-old-t-shirts-remind-me-of-websites.html" title="My old t-shirts remind me of websites" /><author><name>Audrey</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="25" height="32" src="http://bp1.blogger.com/_zyhmPf-7Pz4/SGyXo7hUwdI/AAAAAAAAAKY/ESMJoUsF0_o/S220/audreyfromtramp.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/-j7nfTcwRIww/TsGFJsw1GFI/AAAAAAAABUk/GQpNefWUP3c/s72-c/images+%25284%2529.jpeg" height="72" width="72" /><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;D0cBQnc6fSp7ImA9WhRSEk8.&quot;"><id>tag:blogger.com,1999:blog-10743943.post-9077347979413667878</id><published>2011-11-14T11:10:00.001+13:00</published><updated>2011-11-14T11:57:33.915+13:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-11-14T11:57:33.915+13:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Useability" /><title>How people use websites and cloud software</title><content type="html">This week we will be delivering a beta, or test version of the software we have developed to record patients (anonymously) who have agreed to&amp;nbsp;participate&amp;nbsp;in a double-blind medical trial. &amp;nbsp;We have already spent a considerable amount of time observing people using the website and using the results to improve the software.&lt;br /&gt;
&lt;br /&gt;
One of the most significant lessons in all this "watching" is that people&amp;nbsp;&lt;b&gt;show&lt;/b&gt;&amp;nbsp;us through their&amp;nbsp;actions or behaviour, how they will use the website and often this differs to what they&amp;nbsp;&lt;b&gt;tell&lt;/b&gt;&amp;nbsp;us they will do or want.&lt;br /&gt;
&lt;br /&gt;
The research co-ordinators at Wellington ICU, who start using the software this week, &amp;nbsp;will be entering real data and giving feedback on the software. This is the 3rd stage of a simple process we use to find out how people actually use a website or&amp;nbsp;piece&amp;nbsp;of software. The 3 stages are:&lt;br /&gt;
&lt;h2&gt;

Stage 1&lt;/h2&gt;
During the first stage I gave a set of tasks to perform, on the website, to 3 people. Tasks like&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;log in to the website as a Research co-ordinator and invite other users within your site&lt;/li&gt;
&lt;li&gt;randomise a patient and allocate a treatment pack to them&lt;/li&gt;
&lt;li&gt;add 2 patients to the screening log&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;
While my test subjects were performing the tasks I wrote notes on how they interacted with the website. We also videoed the session so we could go back and view the interaction.&amp;nbsp;&lt;/div&gt;
&lt;br /&gt;
&lt;h2&gt;

Stage 2&lt;/h2&gt;
&lt;div&gt;
This stage was similar to stage 1 but this time we used people who would be using the software and had a background using medical trial software. Where stage 1 gave us information on how a&amp;nbsp;person&amp;nbsp;might interact with the software, stage 2 gave us information about how an informed user might interact with the software. An example of the difference is the people in stage 1 used the mouse to navigate the website and&amp;nbsp;the&amp;nbsp;forms, whereas the people in stage 2 used the mouse for navigation but used tabs for the forms.&lt;/div&gt;
&lt;br /&gt;
&lt;h2&gt;

Stage 3&lt;/h2&gt;
&lt;div&gt;
In the 3rd stage the actual users of the software get a chance to "play" with it. The results of this stage are useful in familiarising the users with the software before they begin using it "for real" and they get to give us feedback. We use that feedback to correct any errors that may have slipped through our testing process and make subtle improvements to the website.&lt;/div&gt;
&lt;br /&gt;
We use this information to make the website easier to use, make the software more efficient and to tell us if things are working the way the customer (or end user) is expecting them to work.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10743943-9077347979413667878?l=blog.spiral.co.nz' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.spiral.co.nz/feeds/9077347979413667878/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://blog.spiral.co.nz/2011/11/how-people-use-websites-and-cloud.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/10743943/posts/default/9077347979413667878?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/10743943/posts/default/9077347979413667878?v=2" /><link rel="alternate" type="text/html" href="http://blog.spiral.co.nz/2011/11/how-people-use-websites-and-cloud.html" title="How people use websites and cloud software" /><author><name>Audrey</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="25" height="32" src="http://bp1.blogger.com/_zyhmPf-7Pz4/SGyXo7hUwdI/AAAAAAAAAKY/ESMJoUsF0_o/S220/audreyfromtramp.jpg" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;D0cCRHg4eSp7ImA9WhRSEk8.&quot;"><id>tag:blogger.com,1999:blog-10743943.post-4468649339067272723</id><published>2011-11-14T10:02:00.000+13:00</published><updated>2011-11-14T11:57:45.631+13:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-11-14T11:57:45.631+13:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Audrey" /><title>Aggregating Content</title><content type="html">Our blog is undergoing a redesign ... not just the look but also the structure. In my mind structure/function and look must always go together, as to which comes first ... thats the topic of another post, not yet written.&lt;br /&gt;
It's getting:&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;a new name&lt;/li&gt;
&lt;li&gt;new purpose&lt;/li&gt;
&lt;li&gt;more people writing to it&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;
Hope you like it and please, tell us how we are doing.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10743943-4468649339067272723?l=blog.spiral.co.nz' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.spiral.co.nz/feeds/4468649339067272723/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://blog.spiral.co.nz/2011/11/aggregating-content.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/10743943/posts/default/4468649339067272723?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/10743943/posts/default/4468649339067272723?v=2" /><link rel="alternate" type="text/html" href="http://blog.spiral.co.nz/2011/11/aggregating-content.html" title="Aggregating Content" /><author><name>Audrey</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="25" height="32" src="http://bp1.blogger.com/_zyhmPf-7Pz4/SGyXo7hUwdI/AAAAAAAAAKY/ESMJoUsF0_o/S220/audreyfromtramp.jpg" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;Dk8ASH0-cCp7ImA9WhRSEk8.&quot;"><id>tag:blogger.com,1999:blog-10743943.post-1957077180239886027</id><published>2011-06-14T16:29:00.000+12:00</published><updated>2011-11-14T11:54:09.358+13:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-11-14T11:54:09.358+13:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Facebook" /><category scheme="http://www.blogger.com/atom/ns#" term="Audrey" /><title>Facebook face recognition is on - heres how to turn it off</title><content type="html">Facebook has been really sneaky and rolled out a fabulous (!) new feature that helps friends tag you in photographs. They've kept it pretty quiet but this is how it works.&lt;br /&gt;
&lt;br /&gt;
When a someone posts a photo on Facebook, the photo recognition software tags friends in the photo with names that Facebook thinks match the faces. This is a great feature in iPhoto but creepy in Facebook. You can untag yourself in any photo but if you want to stop it happening at all you need to change your privacy settings.&lt;br /&gt;
&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-size: large;"&gt;How to disable automatic face recognition&lt;/span&gt;&lt;br /&gt;
You can disable the face recognition for your account by changing your privacy settings. Heres how:&lt;br /&gt;
&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;Go to "Account" ---&amp;gt; "Privacy Settings"&lt;/li&gt;
&lt;li&gt;Click on &amp;nbsp;"Customise Settings"&lt;/li&gt;
&lt;li&gt;Scroll down to "Suggest photos of me to friends"&lt;/li&gt;
&lt;li&gt;Click on "Edit Settings"&lt;/li&gt;
&lt;li&gt;Change&amp;nbsp;"Enabled" to "disabled" and click on "Ok" to save&lt;/li&gt;
&lt;/ol&gt;
&lt;br /&gt;
Hope this helps - email me or comment here on how you get on.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10743943-1957077180239886027?l=blog.spiral.co.nz' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.spiral.co.nz/feeds/1957077180239886027/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://blog.spiral.co.nz/2011/06/facebook-face-recognition-is-on-heres.html#comment-form" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/10743943/posts/default/1957077180239886027?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/10743943/posts/default/1957077180239886027?v=2" /><link rel="alternate" type="text/html" href="http://blog.spiral.co.nz/2011/06/facebook-face-recognition-is-on-heres.html" title="Facebook face recognition is on - heres how to turn it off" /><author><name>Audrey</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="25" height="32" src="http://bp1.blogger.com/_zyhmPf-7Pz4/SGyXo7hUwdI/AAAAAAAAAKY/ESMJoUsF0_o/S220/audreyfromtramp.jpg" /></author><thr:total>2</thr:total></entry><entry gd:etag="W/&quot;CEQMQn06eSp7ImA9WhZVEkw.&quot;"><id>tag:blogger.com,1999:blog-10743943.post-838748584412715140</id><published>2011-05-24T16:46:00.000+12:00</published><updated>2011-05-24T16:46:23.311+12:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-05-24T16:46:23.311+12:00</app:edited><title>ICONZ Case Study</title><content type="html">Just noticed this week that the case study ICONZ did on our hosting has been published. See&amp;nbsp;&lt;a href="http://www.iconz.net/casestudies"&gt;http://www.iconz.net/casestudies&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10743943-838748584412715140?l=blog.spiral.co.nz' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.spiral.co.nz/feeds/838748584412715140/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://blog.spiral.co.nz/2011/05/iconz-case-study.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/10743943/posts/default/838748584412715140?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/10743943/posts/default/838748584412715140?v=2" /><link rel="alternate" type="text/html" href="http://blog.spiral.co.nz/2011/05/iconz-case-study.html" title="ICONZ Case Study" /><author><name>Audrey</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="25" height="32" src="http://bp1.blogger.com/_zyhmPf-7Pz4/SGyXo7hUwdI/AAAAAAAAAKY/ESMJoUsF0_o/S220/audreyfromtramp.jpg" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;Dk8DQHo4fip7ImA9WhRSEk8.&quot;"><id>tag:blogger.com,1999:blog-10743943.post-1885685678432016326</id><published>2011-05-24T16:17:00.001+12:00</published><updated>2011-11-14T11:54:31.436+13:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-11-14T11:54:31.436+13:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Social Media" /><title>21 Social Media Terms</title><content type="html">&lt;ol&gt;
&lt;li&gt;Blog – A tool used by writers around the globe to connect with readers. The most popular blogging platforms include WordPress, Typepad and Blogger.&lt;/li&gt;
&lt;li&gt;Delicious – A free online bookmarking service. When someone tags an article, video or blog post with a Delicious bookmark, it’s the equivalent of getting a “vote.”&lt;/li&gt;
&lt;li&gt;Digg – Similar to Delicious in that people vote for articles, videos and blog posts. If your content gets enough Diggs, it’s promoted to the front page for millions of visitors to see.&lt;/li&gt;
&lt;li&gt;Facebook – A social network that connects people with friends, family and business associates. Facebook is the largest social network in the world with more than 500 million users.&lt;/li&gt;
&lt;li&gt;Flickr – A social network that allows users to store photos online and then share them with others through profiles, groups, sets and other methods.&lt;/li&gt;
&lt;li&gt;Foursquare — Foursquare is a mobile check-in service that allows people to get points every time they visit their favorite restaurant, bar, coffee shop or whatever. The more points you get, the more likely you’ll be the recipient of special offers from that establishment.&lt;/li&gt;
&lt;li&gt;HootSuite – HootSuite allows you to manage multiple social media profiles, pre-schedule tweets or posts and view metrics.&lt;/li&gt;
&lt;li&gt;Like – Instead of writing a comment for a message or a status update, a Facebook user can click the “Like” button as a quick way to show approval and share the message.&lt;/li&gt;
&lt;li&gt;LinkedIn – LinkedIn is a business-oriented social networking site that is mainly used for professional networking.&lt;/li&gt;
&lt;li&gt;Reddit – Reddit is similar to Digg and Delicious. It is a social news site that is built upon a community of users who share and comment on stories.&lt;/li&gt;
&lt;li&gt;Skype – A free program that allows for text, audio and video chats between users.&lt;/li&gt;
&lt;li&gt;StumbleUpon – A platform that’s similar to Digg, Delicious and Reddit. When you rate a website that you like using StumbleUpon, you automatically share it with like-minded people around the globe.&lt;/li&gt;
&lt;li&gt;Technorati – Real-time search for user-generated media (including blogs) by tag or keyword. Also provides popularity indexes.&lt;/li&gt;
&lt;li&gt;TweetDeck – An application that connects users with contacts across Twitter, Facebook, MySpace, LinkedIn and more.&lt;/li&gt;
&lt;li&gt;Tweetup – A Tweetup is an organized or impromptu gathering of people who use Twitter.&lt;/li&gt;
&lt;li&gt;Twitter – Twitter is a platform that allows users to share 140-character-long messages publicly. User can “follow” each other as a way of subscribing to each others’ messages. Additionally, users can use the @username command to direct a message towards another Twitter user.&lt;/li&gt;
&lt;li&gt;Twitter Search – Twitter Search is a search engine operated by Twitter to search for Twitter messages and users in real-time.&lt;/li&gt;
&lt;li&gt;Vimeo – Vimeo is a video sharing service in which users can upload videos to be hosted online and shared and watched by others. &amp;nbsp;&lt;/li&gt;
&lt;li&gt;Webinar – A webinar is a live video event such as a meeting, training, or presentation that takes place via the Internet.&lt;/li&gt;
&lt;li&gt;WordPress – WordPress is a content management system and contains blog publishing tools that allow users to host and publish blogs.&lt;/li&gt;
&lt;li&gt;YouTube – A video sharing service where people can upload videos to be hosted online.&lt;/li&gt;
&lt;/ol&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10743943-1885685678432016326?l=blog.spiral.co.nz' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.spiral.co.nz/feeds/1885685678432016326/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://blog.spiral.co.nz/2011/05/39-social-media-terms.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/10743943/posts/default/1885685678432016326?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/10743943/posts/default/1885685678432016326?v=2" /><link rel="alternate" type="text/html" href="http://blog.spiral.co.nz/2011/05/39-social-media-terms.html" title="21 Social Media Terms" /><author><name>Audrey</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="25" height="32" src="http://bp1.blogger.com/_zyhmPf-7Pz4/SGyXo7hUwdI/AAAAAAAAAKY/ESMJoUsF0_o/S220/audreyfromtramp.jpg" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;Dk8MRnc5eSp7ImA9WhRSEk8.&quot;"><id>tag:blogger.com,1999:blog-10743943.post-3233295955565166306</id><published>2011-05-23T23:30:00.002+12:00</published><updated>2011-11-14T11:54:47.921+13:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-11-14T11:54:47.921+13:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="email" /><title>Email list growth tactics - level of effectiveness</title><content type="html">In March this year Marketing Sherpa published the results&amp;nbsp;from a survey on the most effective email list growth tactics. This survey was conducted amongst 1,100 marketers, to gauge how important a variety of tactics were considered to be, from the point of view of their respective organizations. Here's what they found:&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://www.marketingsherpa.com/article.php?ident=31871"&gt;&lt;img border="0" height="400" src="http://2.bp.blogspot.com/-hWXcvmkNQQI/TdpFE4WV6nI/AAAAAAAABSo/PPX8LeSHt2w/s400/list-growth-tactic.gif" width="385" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: left;"&gt;
Getting people to sign up to your newsletter is about building trust and offering value - such as offering a download - not simply throwing up a form and hoping that people will stumble upon it.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10743943-3233295955565166306?l=blog.spiral.co.nz' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.spiral.co.nz/feeds/3233295955565166306/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://blog.spiral.co.nz/2011/05/email-list-growth-tactics-level-of.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/10743943/posts/default/3233295955565166306?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/10743943/posts/default/3233295955565166306?v=2" /><link rel="alternate" type="text/html" href="http://blog.spiral.co.nz/2011/05/email-list-growth-tactics-level-of.html" title="Email list growth tactics - level of effectiveness" /><author><name>Audrey</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="25" height="32" src="http://bp1.blogger.com/_zyhmPf-7Pz4/SGyXo7hUwdI/AAAAAAAAAKY/ESMJoUsF0_o/S220/audreyfromtramp.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/-hWXcvmkNQQI/TdpFE4WV6nI/AAAAAAAABSo/PPX8LeSHt2w/s72-c/list-growth-tactic.gif" height="72" width="72" /><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;Dk4ARnY6eSp7ImA9WhRSEk8.&quot;"><id>tag:blogger.com,1999:blog-10743943.post-8313670698006165710</id><published>2011-05-23T22:26:00.001+12:00</published><updated>2011-11-14T11:55:47.811+13:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-11-14T11:55:47.811+13:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Facebook" /><category scheme="http://www.blogger.com/atom/ns#" term="Social Media" /><title>Facebook just got better for non-profits</title><content type="html">&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://1.bp.blogspot.com/-ssOKC2XSq8o/TdovoXJhz-I/AAAAAAAABSY/7ls7OVKEKic/s1600/Screen+shot+2011-05-23+at+9.57.16+PM.png" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/-ssOKC2XSq8o/TdovoXJhz-I/AAAAAAAABSY/7ls7OVKEKic/s1600/Screen+shot+2011-05-23+at+9.57.16+PM.png" /&gt;&lt;/a&gt;&lt;/div&gt;
Establishing new relationships and growing supporters are huge undertakings for non-profits. Social media tools, such as Facebook, are becoming critical in ensuring non-profits efforts are successful.&amp;nbsp;This month Facebook announced its launch of a new resource centre designed to support not-for-profit organisations. The page, "Non-Profits on Facebook" offers tutorials, open discussions and educational material to specifically help not-for-profits.&lt;br /&gt;
&lt;br /&gt;
Some of the resources published and available through the Non-profits on Facebook page include:&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;a &lt;a href="http://www.scribd.com/doc/54240397/Pages-Manual"&gt;Getting Started Guide&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;a &lt;a href="https://facebook-inc.box.net/shared/u2nfl2i1o2"&gt;Guide for Non-profits&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://facebook-inc.box.net/shared/ayz8mnrlrc"&gt;Quicktips&lt;/a&gt;&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
The Guide for Non-profits&amp;nbsp;includes set-up instructions in addition to best practices for using the network and connecting with online communities.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The new resource center already has more than 425,000 Likes.&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://3.bp.blogspot.com/-Cfh_6x44toY/Tdo1uECleMI/AAAAAAAABSc/BAt8dkH6rYU/s1600/Screen+shot+2011-05-23+at+9.59.05+PM.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="245" src="http://3.bp.blogspot.com/-Cfh_6x44toY/Tdo1uECleMI/AAAAAAAABSc/BAt8dkH6rYU/s400/Screen+shot+2011-05-23+at+9.59.05+PM.png" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10743943-8313670698006165710?l=blog.spiral.co.nz' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.spiral.co.nz/feeds/8313670698006165710/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://blog.spiral.co.nz/2011/05/facebook-just-got-better-for-non.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/10743943/posts/default/8313670698006165710?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/10743943/posts/default/8313670698006165710?v=2" /><link rel="alternate" type="text/html" href="http://blog.spiral.co.nz/2011/05/facebook-just-got-better-for-non.html" title="Facebook just got better for non-profits" /><author><name>Audrey</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="25" height="32" src="http://bp1.blogger.com/_zyhmPf-7Pz4/SGyXo7hUwdI/AAAAAAAAAKY/ESMJoUsF0_o/S220/audreyfromtramp.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/-ssOKC2XSq8o/TdovoXJhz-I/AAAAAAAABSY/7ls7OVKEKic/s72-c/Screen+shot+2011-05-23+at+9.57.16+PM.png" height="72" width="72" /><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;Dk4CQH8ycSp7ImA9WhRSEk8.&quot;"><id>tag:blogger.com,1999:blog-10743943.post-2373603707954172294</id><published>2011-03-16T21:21:00.000+13:00</published><updated>2011-11-14T11:56:01.199+13:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-11-14T11:56:01.199+13:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Facebook" /><title>Understanding Facebook Pages for Business</title><content type="html">Are you on Facebook? What about your business?&lt;br /&gt;
If you’re a business owner you really need to set up a Fan Page or else you risk being left behind as more businesses shift to social networks like Facebook. My upcoming workshop is a guide to understanding business "Pages" on Facebook.&lt;br /&gt;
&lt;br /&gt;
The workshop will look at:&lt;br /&gt;
1. The difference between personal and business pages&lt;br /&gt;
2. How to setup your business page&lt;br /&gt;
3. What privacy settings you can use to prevent or control access to your personal information&lt;br /&gt;
&lt;br /&gt;
Before attending the workshop you should have a personal Facebook page, known as a Facebook profile. If you need help with setting this up you can download my "Signing Up to Facebook" guide from the free resources on our website. www.spiral.co.nz/free&lt;br /&gt;
Ideally you will have some personal experience of Facebook but you don't need any business experience of Facebook.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;
The workshop details:&lt;/div&gt;
&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;
4:30pm on Wednesday 23rd March 2011&lt;/div&gt;
&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;
and&lt;/div&gt;
&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;
4:30pm on Wednesday 30th March 2011&lt;/div&gt;
&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;
At Spiral, Level 1, 240 Jackson St, Petone&lt;/div&gt;
&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;
Will run for approx. 90 minutes.&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
Arrive early if you would like afternoon tea which will be served from 4pm.&lt;br /&gt;
&lt;br /&gt;
The cost to attend is $80 for the public. The event is free for Spiral clients.&lt;br /&gt;
Please rsvp to Audrey@spiral.co.nz&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10743943-2373603707954172294?l=blog.spiral.co.nz' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.spiral.co.nz/feeds/2373603707954172294/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://blog.spiral.co.nz/2011/03/understanding-facebook-pages-for.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/10743943/posts/default/2373603707954172294?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/10743943/posts/default/2373603707954172294?v=2" /><link rel="alternate" type="text/html" href="http://blog.spiral.co.nz/2011/03/understanding-facebook-pages-for.html" title="Understanding Facebook Pages for Business" /><author><name>Audrey</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="25" height="32" src="http://bp1.blogger.com/_zyhmPf-7Pz4/SGyXo7hUwdI/AAAAAAAAAKY/ESMJoUsF0_o/S220/audreyfromtramp.jpg" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;Dk4DSHg9eSp7ImA9WhRSEk8.&quot;"><id>tag:blogger.com,1999:blog-10743943.post-8765605640838668264</id><published>2011-03-16T16:05:00.001+13:00</published><updated>2011-11-14T11:56:19.661+13:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-11-14T11:56:19.661+13:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Social Media" /><title>Christchurch and Twitter</title><content type="html">&lt;a href="http://twitpic.com/42spnf" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;" title="An aerial shot of Christchurch from a helicopter carrying Pri... on Twitpic"&gt;&lt;img alt="An aerial shot of Christchurch from a helicopter carrying Pri... on Twitpic" src="http://twitpic.com/show/thumb/42spnf.jpg" /&gt;&lt;/a&gt;It takes just seconds to post a status update to Twitter which means Twitter can break news even before the news stations. Within minutes of the earthquake in Christchurch people were tweeting about the disaster. At a time when many people in Chch didn't have&amp;nbsp;radio&amp;nbsp;or television coverage Twitter provided status updates for them via their mobile phones.&lt;br /&gt;
&lt;br /&gt;
You can find out whats happening in Christchurch by searching for the hashtags&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;#christchurch&amp;nbsp;&lt;/li&gt;
&lt;li&gt;#eqnz&lt;/li&gt;
&lt;/ul&gt;
or looking at the twitter handles:&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;twitter.com/#!/nzpolice_chch&lt;/li&gt;
&lt;li&gt;twitter.com/#!/NZRedCross&lt;/li&gt;
&lt;li&gt;twitter.com/#!/NZcivildefence&lt;/li&gt;
&lt;/ul&gt;
The Japanese earthquake is #eqjp&lt;br /&gt;
&lt;br /&gt;
... and if you don't know what these #tags mean you can go on over to the &lt;a href="http://support.twitter.com/groups/31-twitter-basics/topics/104-welcome-to-twitter-support/articles/166337-the-twitter-glossary"&gt;Twitter glossary&lt;/a&gt; and look them up.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10743943-8765605640838668264?l=blog.spiral.co.nz' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.spiral.co.nz/feeds/8765605640838668264/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://blog.spiral.co.nz/2011/03/christchurch-and-twitter.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/10743943/posts/default/8765605640838668264?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/10743943/posts/default/8765605640838668264?v=2" /><link rel="alternate" type="text/html" href="http://blog.spiral.co.nz/2011/03/christchurch-and-twitter.html" title="Christchurch and Twitter" /><author><name>Audrey</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="25" height="32" src="http://bp1.blogger.com/_zyhmPf-7Pz4/SGyXo7hUwdI/AAAAAAAAAKY/ESMJoUsF0_o/S220/audreyfromtramp.jpg" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;A0UBQHY6fSp7ImA9WhZTEkg.&quot;"><id>tag:blogger.com,1999:blog-10743943.post-4872300385613538252</id><published>2011-03-16T15:41:00.002+13:00</published><updated>2011-03-16T20:07:31.815+13:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-03-16T20:07:31.815+13:00</app:edited><title>Cloud Computing &amp; Disasters</title><content type="html">&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="https://lh5.googleusercontent.com/-UkUrBOo2d14/TYBhRoHy7kI/AAAAAAAABRk/reNLMovYjo4/s1600/emergency-checklist.jpg" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" height="213" src="https://lh5.googleusercontent.com/-UkUrBOo2d14/TYBhRoHy7kI/AAAAAAAABRk/reNLMovYjo4/s320/emergency-checklist.jpg" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;We are all reeling from the results of the latest earthquake in Japan coming so soon after our dear friends and families in Christchurch had the ground and their lives shaken. &amp;nbsp;Once we are over the shock it would be a good time to start thinking about disaster recovery and being prepared. We've put a bit of thought into disaster recovery and backup. &lt;br /&gt;
&lt;br /&gt;
After the shock of Christchurch we, like so many others, took stock of our emergency plans. Our first priority is our people so we&amp;nbsp;have upgraded our emergency kit, adding more water to it, extra food for us, and dog food for Myst. We've also made it easier to find in case its surrounded by rubble. After looking after the team here at Spiral our focus will shift to looking after our customers interests. People use our software to:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;update their websites&lt;/li&gt;
&lt;li&gt;manage their membership databases&lt;/li&gt;
&lt;li&gt;manage and sell products online&lt;/li&gt;
&lt;li&gt;send email newsletters and promotions&lt;/li&gt;
&lt;/ul&gt;&lt;div&gt;This software resides on servers in Auckland and Sydney. &amp;nbsp;If there is a local earthquake we are confident that a customer with electricity and a computer they will be able to use our software immediately. Both server sites have off-site backups.&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;We write software that runs in "the cloud" so it's only logical that a lot of our processes are managed by cloud software.&amp;nbsp;&amp;nbsp;We also use other peoples cloud software, namely&lt;/div&gt;&lt;ul&gt;&lt;li&gt;Basecamp for project Management&lt;/li&gt;
&lt;li&gt;Highrise for our Customer Database&lt;/li&gt;
&lt;li&gt;Google Apps for documents, calendars and email&lt;/li&gt;
&lt;li&gt;Xero for financial reporting and invoicing&lt;/li&gt;
&lt;li&gt;Nautilus (our software) for updating website content&lt;/li&gt;
&lt;/ul&gt;Our team can work anywhere from Napier to Petone to Canada to the UK.&amp;nbsp;Supporting the flexible working arrangements we have implemented was the major driver behind setting all this up. While setting this up we have accidentally created an amazing disaster recovery situation. If our building in Petone was damaged by fire or natural disaster we would have all our critical data available immediately and could be back in operation as soon as we had access to&amp;nbsp;electricity. &lt;br /&gt;
&lt;br /&gt;
As for that server in Auckland - we&amp;nbsp;deliberately commissioned the servers that your software, databases and websites are on in Auckland, rather than use another excellent provider here in the Hutt Valley. We backup all our data, and your data, to our local server here in Petone to cover any Auckland&amp;nbsp;disaster.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10743943-4872300385613538252?l=blog.spiral.co.nz' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.spiral.co.nz/feeds/4872300385613538252/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://blog.spiral.co.nz/2011/03/cloud-computing-disasters.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/10743943/posts/default/4872300385613538252?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/10743943/posts/default/4872300385613538252?v=2" /><link rel="alternate" type="text/html" href="http://blog.spiral.co.nz/2011/03/cloud-computing-disasters.html" title="Cloud Computing &amp; Disasters" /><author><name>Audrey</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="25" height="32" src="http://bp1.blogger.com/_zyhmPf-7Pz4/SGyXo7hUwdI/AAAAAAAAAKY/ESMJoUsF0_o/S220/audreyfromtramp.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://lh5.googleusercontent.com/-UkUrBOo2d14/TYBhRoHy7kI/AAAAAAAABRk/reNLMovYjo4/s72-c/emergency-checklist.jpg" height="72" width="72" /><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;DEIFSHw6eyp7ImA9Wx9VFU8.&quot;"><id>tag:blogger.com,1999:blog-10743943.post-8818452013058680637</id><published>2011-02-01T15:13:00.002+13:00</published><updated>2011-02-01T15:15:19.213+13:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-02-01T15:15:19.213+13:00</app:edited><title>We are looking for someone who wants a FREE website</title><content type="html">&lt;div class="p1"&gt;Each year we do a pro-bono project for a community organisation. So far we we dont have a deserving candidate for 2011. Take a look at some of our past pro-bono work and apply to us at Spiral if you think we can help you.&lt;/div&gt;&lt;div class="p1"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="p2"&gt;&lt;span class="Apple-style-span" style="font-size: large;"&gt;Rotary Club of Hutt Valley - 2010&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_zyhmPf-7Pz4/TUdiYNVYeTI/AAAAAAAABQQ/naCroP_z-lc/s1600/Screen+shot+2011-02-01+at+2.11.37+PM.png" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://2.bp.blogspot.com/_zyhmPf-7Pz4/TUdiYNVYeTI/AAAAAAAABQQ/naCroP_z-lc/s1600/Screen+shot+2011-02-01+at+2.11.37+PM.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;div class="p2"&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The Rotary Club needed a website to:&lt;/div&gt;&lt;/div&gt;&lt;ol&gt;&lt;li&gt;Encourage people to visit the club&amp;nbsp;&lt;/li&gt;
&lt;li&gt;Show the clubs history and provide a place to expand the historical information about the club&lt;/li&gt;
&lt;li&gt;Support new and existing members&lt;/li&gt;
&lt;/ol&gt;&lt;div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;The website meets the goals plus it provides a "members only section" for club notices and information.&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-size: large;"&gt;Jackson Street - 2009&lt;/span&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_zyhmPf-7Pz4/TUdqdQxYJiI/AAAAAAAABQU/3R0R9iDR-uE/s1600/Screen+shot+2011-02-01+at+2.34.32+PM.png" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/_zyhmPf-7Pz4/TUdqdQxYJiI/AAAAAAAABQU/3R0R9iDR-uE/s1600/Screen+shot+2011-02-01+at+2.34.32+PM.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Jackson Street is a heritage precinct managed by a locally elected board and funded by a levy on local landlords. Many people contribute to making Jackson Street a success story. The street is growing in popularity, not just with the locals with people coming from outside the region to visit the street.&lt;br /&gt;
The old website was dated, boring and did not reflect the old world charm and diversity of the street so we revamped it.&lt;br /&gt;
&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-size: large;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-size: large;"&gt;MIRO - Mainland Island Restoration Operation - 2008&lt;/span&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_zyhmPf-7Pz4/TUdgiuPfW3I/AAAAAAAABQM/_f7Z_4Q8mFY/s1600/Screen+shot+2011-02-01+at+2.16.52+PM.png" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://4.bp.blogspot.com/_zyhmPf-7Pz4/TUdgiuPfW3I/AAAAAAAABQM/_f7Z_4Q8mFY/s1600/Screen+shot+2011-02-01+at+2.16.52+PM.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;span class="Apple-style-span" style="font-size: large;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
MIRO (Mainland Island Restoration Operation) is a volunteer group who work in partnership with Greater Wellington Regional Council in East Harbour Regional Park. To:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;protect and restore the natural forest and lakes ecosystem of EHR&lt;/li&gt;
&lt;li&gt;eliminate pests, both plant and animal&amp;nbsp;&lt;/li&gt;
&lt;li&gt;see vulnerable trees, birds, insects and fish flourish again&lt;/li&gt;
&lt;li&gt;reintroduce native species lost to the Park&lt;/li&gt;
&lt;/ul&gt;The website was&amp;nbsp;designed&amp;nbsp;to:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;encourage new volunteers&lt;/li&gt;
&lt;li&gt;support the existing volunteer network&lt;/li&gt;
&lt;li&gt;provide news about events and projects&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;&lt;br /&gt;
The website includes our CMS and is simply maintained by one of the volunteers.&lt;br /&gt;
&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-size: large;"&gt;What we are looking for in a pro-bono project&lt;/span&gt;&lt;br /&gt;
As software developers we excel at providing software that meets the needs and goals of the&amp;nbsp;organisation&amp;nbsp;we are working with. We can provide:&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;software development&lt;/li&gt;
&lt;li&gt;website management software&lt;/li&gt;
&lt;li&gt;websites&lt;/li&gt;
&lt;li&gt;facebook pages&lt;/li&gt;
&lt;li&gt;database management software&lt;/li&gt;
&lt;/ul&gt;and maybe a sprinkling of Twitter.&lt;br /&gt;
&lt;br /&gt;
We work best with organisations that have a person committed to managing the web presence of&amp;nbsp;their&amp;nbsp;organisation and have strong content writing skills or the ability to engage a content writer for the website.&lt;br /&gt;
&lt;br /&gt;
To submit your organisation for consideration please email &lt;a href="mailto:audrey@spiral.co.nz"&gt;Audrey&lt;/a&gt; with a short paragraph about why you need our help.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10743943-8818452013058680637?l=blog.spiral.co.nz' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.spiral.co.nz/feeds/8818452013058680637/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://blog.spiral.co.nz/2011/02/we-are-looking-for-someone-who-wants.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/10743943/posts/default/8818452013058680637?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/10743943/posts/default/8818452013058680637?v=2" /><link rel="alternate" type="text/html" href="http://blog.spiral.co.nz/2011/02/we-are-looking-for-someone-who-wants.html" title="We are looking for someone who wants a FREE website" /><author><name>Audrey</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="25" height="32" src="http://bp1.blogger.com/_zyhmPf-7Pz4/SGyXo7hUwdI/AAAAAAAAAKY/ESMJoUsF0_o/S220/audreyfromtramp.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/_zyhmPf-7Pz4/TUdiYNVYeTI/AAAAAAAABQQ/naCroP_z-lc/s72-c/Screen+shot+2011-02-01+at+2.11.37+PM.png" height="72" width="72" /><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;Dk4NSXo4fip7ImA9WhRSEk8.&quot;"><id>tag:blogger.com,1999:blog-10743943.post-7070229380032901432</id><published>2011-02-01T13:17:00.001+13:00</published><updated>2011-11-14T11:56:38.436+13:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-11-14T11:56:38.436+13:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="email" /><title>Sorry! you need TWO email addresses</title><content type="html">Email is here to stay, until we can find a better (quicker?) method of remote communication, you better get used to it and you need to show your customers you know how to use it correctly.&lt;br /&gt;
&lt;br /&gt;
If you think you can get away with myname@paradise.net.nz as your business email address AND your family email address - think again. As I have mentioned in previous posts it is important for your professional image to use an email address for your business that uses your domain name. Professional &amp;nbsp;email addresses look like:&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;myname@mybusinessname.co.nz&lt;/li&gt;
&lt;li&gt;info@mybusinessname.co.nz&lt;/li&gt;
&lt;li&gt;sales@mybusinessname.co.nz&lt;/li&gt;
&lt;li&gt;etc&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;
Unprofessional email addresses look like&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;mybusinessname@myisp.co.nz&amp;nbsp;&lt;/li&gt;
&lt;li&gt;mybusinessname@yahoo.com.au&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;
they just don't cut it in todays business world.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;Business vs Personal&lt;/b&gt;&lt;br /&gt;
You can split email communication into two types - business and personal.&amp;nbsp;Don't&amp;nbsp;confuse them! Having your business email send to your personal, or worse family, email is confusing and unprofessional. Having your personal email sent to work is wasting your time and what happens when you sell the business or leave? Take the example of the CEO of a small 15 person company. She has myname@mycompany.co.nz as her email address. To provide continuity of service and proper support for important customers the new CEO will need to receive the previous CEO's emails - do you really want your private life paraded in front of a stranger? &amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
There is no excuse for not having your very own email address. The&amp;nbsp;proliferation&amp;nbsp;and ready availability of free email addresses from Yahoo and Google mean its easy, quick and free to setup your own email address. You&amp;nbsp;don't&amp;nbsp;even need your own computer - you can use a computer at work, at a friends or in a public place like the library.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10743943-7070229380032901432?l=blog.spiral.co.nz' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.spiral.co.nz/feeds/7070229380032901432/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://blog.spiral.co.nz/2011/02/sorry-you-need-two-email-addresses.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/10743943/posts/default/7070229380032901432?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/10743943/posts/default/7070229380032901432?v=2" /><link rel="alternate" type="text/html" href="http://blog.spiral.co.nz/2011/02/sorry-you-need-two-email-addresses.html" title="Sorry! you need TWO email addresses" /><author><name>Audrey</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="25" height="32" src="http://bp1.blogger.com/_zyhmPf-7Pz4/SGyXo7hUwdI/AAAAAAAAAKY/ESMJoUsF0_o/S220/audreyfromtramp.jpg" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;CEcNQXwzfip7ImA9Wx9VEEQ.&quot;"><id>tag:blogger.com,1999:blog-10743943.post-6780331450433354632</id><published>2011-01-27T14:34:00.000+13:00</published><updated>2011-01-27T14:34:50.286+13:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-01-27T14:34:50.286+13:00</app:edited><title>Opens &amp; Clicks for Mailroom Users</title><content type="html">A&amp;nbsp;brief&amp;nbsp;explanation&amp;nbsp;of the Opened &amp;amp; Clicked terms in Mailroom.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Opened&lt;/b&gt;&lt;br /&gt;
Opened means someone has opened the mail (hopefully to read it). This statistic does not include emails that have been read in preview mode. The best way to treat "Opens" is to look at trends and remember they will actually be higher than recorded.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Total Opened&lt;/b&gt;&lt;br /&gt;
The total number of times your campaign was viewed by your recipients. This means that if you send a campaign to 2 recipients and one reads your email twice while the other reads it once, the total opened will be 3.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Unique Opened&lt;/b&gt;&lt;br /&gt;
The unique opened does not take repeat opens into account, meaning the figure represents the total number of recipients that actually opened your campaign.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Clicks&lt;/b&gt;&lt;br /&gt;
The Clicks data provides a number of important figures about the links in your campaign. As an example, "2,481 (14.28%) recipients clicked 7 links" tells us the following:&lt;br /&gt;
A total of 2,481 recipients clicked at least one link.&lt;br /&gt;
This resulted in a click-through rate of 14.28%.&lt;br /&gt;
All up, 7 different links in the campaign were clicked.&lt;br /&gt;
&lt;br /&gt;
It may be a link to your website or an extension of the article in the newsletter. You can deliberately encourage "clicks" by putting a summary of the article in the newsletter with a link to the full article residing on your website or blog.&lt;br /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10743943-6780331450433354632?l=blog.spiral.co.nz' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.spiral.co.nz/feeds/6780331450433354632/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://blog.spiral.co.nz/2011/01/opens-clicks-for-mailroom-users.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/10743943/posts/default/6780331450433354632?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/10743943/posts/default/6780331450433354632?v=2" /><link rel="alternate" type="text/html" href="http://blog.spiral.co.nz/2011/01/opens-clicks-for-mailroom-users.html" title="Opens &amp; Clicks for Mailroom Users" /><author><name>Audrey</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="25" height="32" src="http://bp1.blogger.com/_zyhmPf-7Pz4/SGyXo7hUwdI/AAAAAAAAAKY/ESMJoUsF0_o/S220/audreyfromtramp.jpg" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;D0UGQno4fSp7ImA9Wx9WFUg.&quot;"><id>tag:blogger.com,1999:blog-10743943.post-772628269000832938</id><published>2011-01-21T09:15:00.001+13:00</published><updated>2011-01-21T09:27:03.435+13:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-01-21T09:27:03.435+13:00</app:edited><title>How to look like an amateur - is this you?</title><content type="html">Heres some tips to looking casual and amateurish:&lt;br /&gt;
&lt;div class="p1"&gt;&lt;/div&gt;&lt;ul&gt;&lt;li&gt;Don't get a domain name&lt;/li&gt;
&lt;li&gt;Have your car sign-written with your yahoo, gmail or paradise email address&lt;/li&gt;
&lt;li&gt;use your ISP email address on your emails eg mybusiness@paradise.net.nz&lt;/li&gt;
&lt;li&gt;Get the wrong domain name eg use mybusiness.net.nz when your are a company and should use .co.nz&lt;/li&gt;
&lt;/ul&gt;I see examples of these nearly every day. Having a domain name, which will cost you between $40 &amp;amp; $70, is worth it just for the level of professionalism it adds to your business on your email communications. Heres how to look professional:&lt;br /&gt;
&lt;div class="p1"&gt;&lt;/div&gt;&lt;ul&gt;&lt;li&gt;register a relevant domain name for your business&lt;/li&gt;
&lt;li&gt;use it as your email address eg me@mybusiness.co.nz&lt;/li&gt;
&lt;li&gt;keep your Yahoo, GMail &amp;amp; ISP email addresses for your personal stuff&lt;/li&gt;
&lt;/ul&gt;TIP: You can create an email alias to combine your personal and work email addresses yet still look professional.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10743943-772628269000832938?l=blog.spiral.co.nz' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.spiral.co.nz/feeds/772628269000832938/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://blog.spiral.co.nz/2011/01/how-to-look-like-amateur-is-this-you.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/10743943/posts/default/772628269000832938?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/10743943/posts/default/772628269000832938?v=2" /><link rel="alternate" type="text/html" href="http://blog.spiral.co.nz/2011/01/how-to-look-like-amateur-is-this-you.html" title="How to look like an amateur - is this you?" /><author><name>Audrey</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="25" height="32" src="http://bp1.blogger.com/_zyhmPf-7Pz4/SGyXo7hUwdI/AAAAAAAAAKY/ESMJoUsF0_o/S220/audreyfromtramp.jpg" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;AkcESHk4fip7ImA9Wx9WEk8.&quot;"><id>tag:blogger.com,1999:blog-10743943.post-8197945679802235553</id><published>2011-01-13T09:57:00.002+13:00</published><updated>2011-01-17T14:33:29.736+13:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-01-17T14:33:29.736+13:00</app:edited><title>Confusion about virtual servers could undermine your decisions</title><content type="html">&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_zyhmPf-7Pz4/TS4XFFAaNnI/AAAAAAAABQE/dp5cCEZrt7I/s1600/Screen+shot+2011-01-13+at+9.59.29+AM.png" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" src="http://4.bp.blogspot.com/_zyhmPf-7Pz4/TS4XFFAaNnI/AAAAAAAABQE/dp5cCEZrt7I/s1600/Screen+shot+2011-01-13+at+9.59.29+AM.png" /&gt;&lt;/a&gt;&lt;/div&gt;There is misconception and confusion regarding shared servers vs virtual&amp;nbsp;servers.&amp;nbsp;Having a basic understanding of the difference will help you quickly make good decisions about your website or web application hosting. &amp;nbsp;Virtual servers provide the&amp;nbsp;most robust, dependable solution available at this time while shared servers (if not set up 100% correctly) have the potential to open your website up to poor performance or at worst, to hackers.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Shared Servers&lt;/b&gt;&lt;br /&gt;
Shared servers are an older technology where many websites/companies shared a server and even a database. The software running on the server portions up the server and shares slices of it to the multiple users. When the server fills up you need to setup an additional server or add more resources in a tricky process that can involve periods of down-time. Its a bit like cutting up a cake, there is only so much to go round and when its all gone you have you have to make another one if you want more cake.&lt;br /&gt;
&lt;br /&gt;
For startup companies, a shared server keeps the initial capital outlay down - we started like this. As soon as we were able we purchased our own dedicated server and moved all our websites, databases and applications onto our new dedicated server. &lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Dedicated Servers&lt;/b&gt;&lt;br /&gt;
Dedicated servers are owned by one company. They are dedicated to running just that companies applications/websites or they could be dedicated to running a single website/application. When we setup our dedicated server, we called it Kauri for strength and growth. Kauri is still running and many of our customers still have websites hosted there. It's working well - even better since we moved all our databases and some of our bigger websites onto the virtual server we&amp;nbsp;commissioned&amp;nbsp;earlier in 2010.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Virtual Servers&lt;/b&gt;&lt;br /&gt;
Virtual servers look like a dedicated server from a software view. They are totally autonomous, like Kauri. The key difference is in the hardware. Instead of the server software sitting on just one hard (physical) server, it sits across a bank of servers which can be added, changed or removed without impacting on any of the individual virtual servers. The changes are managed by the server software, in our case, the world leader VMWare.&lt;br /&gt;
&lt;br /&gt;
Large organisations have been using virtual server technology for years so it was exciting to find a similar&amp;nbsp;offering&amp;nbsp;in the SMB market. We commissioned our new server, called Pounamu, in early 2010 and experienced an increase in dependability measured by less call-outs for our team. The benefits of a virtual server, and why we have one are:&lt;br /&gt;
&lt;br /&gt;
&lt;ol&gt;&lt;li&gt;Dependability. If any one of the physical servers in the array has a problem the software switches the work-load off that server and spreads it across the rest of the servers. Then the problematic hardware can be replaced or fixed without affecting the performance of your website in any way.&lt;/li&gt;
&lt;li&gt;Scaleability. Many websites start of with a small&amp;nbsp;amount&amp;nbsp;of traffic. Later, some experience significant growth and may need more disk space or processing power. With a virtual server additional CPU, RAM or&amp;nbsp;storage&amp;nbsp;can be commissioned and operational in as little as 2 hours! A process that used to take days.&lt;/li&gt;
&lt;/ol&gt;&lt;br /&gt;
With the virtual server technology, we can have a new dedicated server setup and running an application in a couple of days or changes made to cope with a sudden increase in web traffic in just 2 hours&amp;nbsp;- it's &amp;nbsp;phenomenal!&lt;br /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10743943-8197945679802235553?l=blog.spiral.co.nz' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.spiral.co.nz/feeds/8197945679802235553/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://blog.spiral.co.nz/2011/01/confusion-about-virtual-servers-could.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/10743943/posts/default/8197945679802235553?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/10743943/posts/default/8197945679802235553?v=2" /><link rel="alternate" type="text/html" href="http://blog.spiral.co.nz/2011/01/confusion-about-virtual-servers-could.html" title="Confusion about virtual servers could undermine your decisions" /><author><name>Audrey</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="25" height="32" src="http://bp1.blogger.com/_zyhmPf-7Pz4/SGyXo7hUwdI/AAAAAAAAAKY/ESMJoUsF0_o/S220/audreyfromtramp.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/_zyhmPf-7Pz4/TS4XFFAaNnI/AAAAAAAABQE/dp5cCEZrt7I/s72-c/Screen+shot+2011-01-13+at+9.59.29+AM.png" height="72" width="72" /><thr:total>0</thr:total></entry></feed>

