<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>PogoStick Web Services</title>
	
	<link>http://pogostick.co.nz</link>
	<description>Quality Website Services at Cheap Prices</description>
	<lastBuildDate>Wed, 12 Jun 2013 09:45:27 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/christchurchnzblog" /><feedburner:info uri="christchurchnzblog" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Setting up Ruby for Windows and installing RubyGems</title>
		<link>http://feedproxy.google.com/~r/christchurchnzblog/~3/GvTdHuXIUdw/</link>
		<comments>http://pogostick.co.nz/setting-up-ruby-for-windows-and-rubygems/#comments</comments>
		<pubDate>Fri, 12 Apr 2013 03:59:33 +0000</pubDate>
		<dc:creator>Jas</dc:creator>
				<category><![CDATA[Technical Tips]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[installing gems]]></category>
		<category><![CDATA[middleman]]></category>
		<category><![CDATA[ruby gems]]></category>
		<category><![CDATA[ruby on windows]]></category>

		<guid isPermaLink="false">http://pogostick.co.nz/?p=1772</guid>
		<description><![CDATA[I&#8217;m going to cover a few different topics here, none of them in great detail but enough to get you started. You&#8217;ll find more than enough in-depth articles on using Ruby or any of the many RubyGems available out there such as Middleman &#8211; this is just to get you off the ground. I started [...]]]></description>
				<content:encoded><![CDATA[<p>I&#8217;m going to cover a few different topics here, none of them in great detail but enough to get you started. You&#8217;ll find more than enough in-depth articles on using Ruby or any of the many RubyGems available out there such as Middleman &#8211; this is just to get you off the ground.</p>
<p><img src="http://pogostick.co.nz/wp-content/uploads/2013/04/ruby-install-windows.jpg" alt="ruby-install-windows" width="502" height="231" class="aligncenter size-full wp-image-1778" /></p>
<p>I started with a Windows 7 64-bit laptop &#8211; nothing installed. I needed to get to the point where I could install gems, which is easy enough but there are a few steps to work through. These steps assume you have administrator rights to install programs. In addition to these instructions, you may find the <a href="http://ruby.about.com/od/beginningruby/ss/Installing-A-Ruby-Development-Environment-On-Windows.htm" target="_blank">articles on About.com helpful.</a></p>
<p><strong>Step 1 &#8211; Download and install Github (optional)</strong> This is only required if you use <a href="http://www.github.com" target="_blank">Github</a> to manage the development of your Ruby website, otherwise skip this step. Github is one of the most user-friendly version control systems out there. Create an account, setup a repo (repository) and start building! </p>
<p>To install on Windows, simply <a href="https://help.github.com/articles/set-up-git" target="_blank">download the installer</a> and follow the prompts. The first time you use it you&#8217;ll need to log in with your account details and sync (to copy your repo to your local drive). </p>
<p><strong>Step 2 &#8211; Install Ruby for Windows</strong> &#8211; Once again straightforward enough. Grab the latest build of RubyInstaller for Windows and install. My suggestions are always accept the default install directory (e.g. C:\Ruby193 &#8211; we will use this as our example) and select the options to make Ruby available system-wide.</p>
<p><strong>Step 3 &#8211; Install the Ruby Devkit</strong> &#8211; This is needed for running a lot of the native C/C++ extensions (sorry if you thought you could get away with just a light Ruby install!). <a href="http://rubyinstaller.org/add-ons/devkit/" target="_blank">Download the self-extracting zip file</a> and extract to the C:\Ruby193\devkit folder.</p>
<p><strong>Step 4 &#8211; Initialise and install the dk.rb file</strong> &#8211; Open a command window (Windows key > R, type cmd and press Enter), navigate to the folder that contains the dk.rb file (e.g. type cd C:\Ruby193\devkit) then type <em>ruby dk.rb init</em> to initialise the devkit. This creates a config.yml (YAML file) &#8211; it should have the correct folder for your Ruby installation but check anyway. If it&#8217;s correct type <em>ruby dk.rb install</em> and press Enter.</p>
<p><img src="http://pogostick.co.nz/wp-content/uploads/2013/04/config-yaml-file-300x136.jpg" alt="config-yaml-file" width="300" height="136" class="alignright size-medium wp-image-1779" /></p>
<p>It&#8217;s probably a good idea at this point to restart your machine.</p>
<p>You should now be all set to install or run <a href="http://rubygems.org/" target="_blank">RubyGems</a>. RubyGems are most likely already installed with Ruby for Windows but you can make sure they&#8217;re all up-to-date by typing <em>gem update &#8211;system</em>. </p>
<p>If you have any issues with installing gems maybe try a <a href="http://stackoverflow.com/questions/15121247/gem-install-json-fails-with-redifinition-of-struct-timezone-timespec/15123048#15123048" target="_blank">different devkit version</a>.</p>
<p>If you run into any issues getting started or installing gems let me know in the comments section.</p>
<img src="http://feeds.feedburner.com/~r/christchurchnzblog/~4/GvTdHuXIUdw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://pogostick.co.nz/setting-up-ruby-for-windows-and-rubygems/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://pogostick.co.nz/setting-up-ruby-for-windows-and-rubygems/</feedburner:origLink></item>
		<item>
		<title>Does your website need a facelift?</title>
		<link>http://feedproxy.google.com/~r/christchurchnzblog/~3/gOW0AQ6gx_Q/</link>
		<comments>http://pogostick.co.nz/does-your-website-need-a-facelift/#comments</comments>
		<pubDate>Tue, 26 Feb 2013 08:39:55 +0000</pubDate>
		<dc:creator>Jas</dc:creator>
				<category><![CDATA[Online Marketing]]></category>
		<category><![CDATA[business websites]]></category>
		<category><![CDATA[website design]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://pogostick.co.nz/?p=1767</guid>
		<description><![CDATA[If you&#8217;re not happy with the current look of your website maybe it&#8217;s time for a facelift. Don&#8217;t stress &#8211; every website should, and often does, get a makeover from time to time, even websites that cost thousands. On average most business websites will get a fresh design every two years. Often this is part [...]]]></description>
				<content:encoded><![CDATA[<p><img class="alignright size-medium wp-image-1768" alt="website-new-look" src="http://pogostick.co.nz/wp-content/uploads/2013/02/website-new-look-300x221.jpg" width="300" height="221" />If you&#8217;re not happy with the current look of your website maybe it&#8217;s time for a facelift. Don&#8217;t stress &#8211; every website should, and often does, get a makeover from time to time, even <a href="http://www.stuff.co.nz/national/blogs/from-the-newsroom/8352961/Stuff-gets-some-homepage-love" target="_blank">websites that cost thousands.</a></p>
<p>On average most <a href="http://pogostick.co.nz/website-packages/">business websites</a> will get a fresh design every two years. Often this is part of a company&#8217;s rebranding, logo change or some marketing campaign. Or it might just be the current website is starting to look dated. Whatever the reason, if you feel your website needs a new coat of paint, then what&#8217;s involved? Is it expensive? Time consuming? Complicated?</p>
<h2>Websites designed to be upgraded</h2>
<p>The good news is that it doesn&#8217;t need to be any of those things, particularly if you own a PogoStick website. That&#8217;s because our websites are built on a modern framework called WordPress. WordPress is a CMS (Content Management System) that allows a new design to be applied to your website without too much work &#8211; and that saves you money and time.</p>
<p>This modern framework means your website is flexible enough to be upgraded without any interruption to your website service. You don&#8217;t lose the old theme so you can easily switch back to it at anytime.</p>
<h2>What new designs are available?</h2>
<p>If you already have a designed brand then you will likely want to retain that feel throughout your website. Colours, fonts and layout should match the style of the rest of your marketing collateral, including letterhead, email newsletters or offline advertising. You can still use any of the available WordPress themes &#8211; it will just take more time to make sure it&#8217;s customised to copy your existing branding.</p>
<p>If you don&#8217;t have existing branding then the transition to a new look is often easier &#8211; simply browse any of the available WordPress themes and choose one that suits your tastes and your business. There are literally thousands of different themes available, from free to premium, blog style to <a title="Check out our e-commerce websites" href="http://pogostick.co.nz/website-packages/retail-premium/">e-commerce</a>, and everything in between. A quick Google search brings up a host of designer companies who offer their themes at affordable prices, whether it&#8217;s ThemeForest, Woo Themes or StudioPress, they all offer state-of-the-art designer themes that can be just the ticket to giving your website a brand new look.</p>
<h2>I&#8217;ve got a new theme &#8211; now what?</h2>
<p>Once you&#8217;ve got a new theme, or chosen one (we can take care of the rest), what happens next? The new theme is applied to your website using the WordPress admin tool. This provides a starting point for your new design. We say starting point because even though themes save a lot of work when it comes to changing the look of your website, they still need to be customised for your specific needs.</p>
<p>Additional work to make sure your new theme is exactly the way you want it can include:</p>
<ul>
<li>Modifying colours</li>
<li>Adding your logo</li>
<li>Updating the standard placeholder text</li>
<li>Changing images used</li>
<li>Ensuring your existing content (text) looks correct in the new layout</li>
</ul>
<p>We&#8217;re happy to provide you with a quote for a website makeover, so feel free to send us a link to the new theme you like and we can advise what the likely costs are.</p>
<h2>What if I don&#8217;t have a PogoStick website?</h2>
<p>While PogoStick WordPress websites are easy to update with a new design &#8211; what if you already have a website from another provider, what options do you have? While we can assist with existing setups sometimes the more cost-effective option (and cheaper in the long run) is to switch to a new <a title="Packages" href="http://pogostick.co.nz/website-packages/">WordPress website for your business</a>. That way you can take advantage of the power of themes to make sure it&#8217;s always easier keeping your website looking great!</p>
<img src="http://feeds.feedburner.com/~r/christchurchnzblog/~4/gOW0AQ6gx_Q" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://pogostick.co.nz/does-your-website-need-a-facelift/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://pogostick.co.nz/does-your-website-need-a-facelift/</feedburner:origLink></item>
		<item>
		<title>We are now Google AdWords certified!</title>
		<link>http://feedproxy.google.com/~r/christchurchnzblog/~3/rf8cLEoAPxQ/</link>
		<comments>http://pogostick.co.nz/we-are-now-google-adwords-certified/#comments</comments>
		<pubDate>Mon, 31 Dec 2012 21:38:31 +0000</pubDate>
		<dc:creator>Jas</dc:creator>
				<category><![CDATA[Online Marketing]]></category>
		<category><![CDATA[adwords]]></category>
		<category><![CDATA[google adwords]]></category>
		<category><![CDATA[Google professional]]></category>
		<category><![CDATA[online advertising]]></category>
		<category><![CDATA[PPC]]></category>

		<guid isPermaLink="false">http://pogostick.co.nz/?p=1756</guid>
		<description><![CDATA[Even though we have been working with Google AdWords and providing advertising services to clients for many years, we are proud to announce that we now have a individually qualified AdWords Professional working for us. Owner and director of PogoStick Web Services, Jason Dodd, achieved the Google qualification after completing two 2-hour exams designed to [...]]]></description>
				<content:encoded><![CDATA[<p><a href="http://pogostick.co.nz/wp-content/uploads/2012/12/adwords-certification.jpg" rel="lightbox[1756]" title="We are now Google AdWords certified!"><img src="http://pogostick.co.nz/wp-content/uploads/2012/12/adwords-certification-300x232.jpg" alt="adwords-certification" width="300" height="232" class="alignright size-medium wp-image-1757" /></a>Even though we have been working with Google AdWords and providing advertising services to clients for many years, we are proud to announce that we now have a <a href="https://www.starttest.com/9.0.0.0/searchcert.aspx?cmd=detail&amp;id=I0068016D036AFC56535844&amp;programid=93&amp;target=%target%&amp;type=%type%&amp;limit=%limit%&amp;loc=ENG&amp;code=1aa475069c6c87bc1b4283561c8bee4733c25fe0" title="View Google AdWords qualification" target="_blank">individually qualified AdWords Professional</a> working for us. Owner and director of PogoStick Web Services, Jason Dodd, achieved the Google qualification after completing two 2-hour exams designed to test the limit of a student&#8217;s knowledge and application of Google&#8217;s advertising programme, AdWords.</p>
<p>&#8220;The costs involved in sitting the exam, the high pass mark needed, as well as the challenging nature of many of the questions make sure that only those who really know their stuff actually achieve the qualification. I really had to draw on my years of working with AdWords and happy to come away with a successful result.&#8221;</p>
<p>&#8220;Google AdWords is the fastest way for businesses to achieve maximum exposure on the internet, particularly those starting out with a <a href="http://pogostick.co.nz/website-packages/premium-website-package/" title="Get your new website now..." target="_blank">new website</a> waiting to work their way through the natural search results. It provides a very targeted, measurable and cost-effective way to pitch to qualified buyers.&#8221;</p>
<p>&#8220;I was skeptical at first, but when I actually tried it with my own business I couldn&#8217;t deny there was a noticeable difference in the number of enquiries we were getting. Being budget-focused, it was great that we could easily specify exactly how much we wanted to spend, not just with a daily budget but also maximum CPC for individual keywords. We could simply allocate a given amount to advertising for that month, create our ads, set our location target and launch the campaign without too much fuss.&#8221;</p>
<p>&#8220;Gaining recognition from Google of our expertise with AdWords is good for our clients, who can have full confidence in our ability to manage their AdWords campaign, from start to finish. All they need to do is decide how much they want to spend and what they want to promote &#8211; we can take care of everything else. As a Google agency we have access to promotional vouchers and other incentives to get new advertisers off to a good start; ideal for businesses looking to get a feel for PPC without over committing themselves.&#8221;</p>
<p>&#8220;AdWords can seem daunting for a small business &#8211; there seems to be so much to sort out before they can even launch a campaign. Our experience with using AdWords as well as helping a range of clients from different industries allows us to give small business owners the right advice and direction on their own online advertising. From outlining the initial goals and strategy to researching keywords and choosing target markets, to writing ads and doing conversion tracking we can take a lot of the complexity out of using AdWords while still allowing even sole traders who have no time to setup a campaign to take advantage of the power and exposure of Google advertising.&#8221;</p>
<p>If you&#8217;ve been thinking about tapping into advertising with Google but have no idea where to start or what to do, <a class="lbp-inline-link-2" href="#">get in touch with us and ask about our AdWords Starter package.</a> </p>
<div>
<div id="lbp-inline-href-2" style="padding: 10px;background: #fff;text-align:left">[contact-form-7]</p>
<div style="font-size:x-small">*Please note that additional charges may be incurred for a high level of customisation or stock photography. If this is the case, we&#8217;ll let you know before commencing the work.</div>
</div>
</div>
<img src="http://feeds.feedburner.com/~r/christchurchnzblog/~4/rf8cLEoAPxQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://pogostick.co.nz/we-are-now-google-adwords-certified/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://pogostick.co.nz/we-are-now-google-adwords-certified/</feedburner:origLink></item>
		<item>
		<title>Christchurch tradies need an affordable website</title>
		<link>http://feedproxy.google.com/~r/christchurchnzblog/~3/PEmg5Ykc5Es/</link>
		<comments>http://pogostick.co.nz/christchurch-tradies-need-affordable-websites/#comments</comments>
		<pubDate>Mon, 10 Dec 2012 01:00:47 +0000</pubDate>
		<dc:creator>Jas</dc:creator>
				<category><![CDATA[Business Tips]]></category>
		<category><![CDATA[Christchurch]]></category>
		<category><![CDATA[Online Marketing]]></category>

		<guid isPermaLink="false">http://pogostick.co.nz/?p=1715</guid>
		<description><![CDATA[It&#8217;s common knowledge here in New Zealand (and a surprisingly large number of people overseas) that Christchurch is in the process of recovering from the devastating earthquakes of September 2010 and February 2011. That means a massive influx of construction workers and huge boost to local tradesman, who are capitalising on the boom. While it [...]]]></description>
				<content:encoded><![CDATA[<p><img src="http://pogostick.co.nz/wp-content/uploads/2012/12/christchurch-affordable-websites-for-tradespeople-267x300.jpg" alt="" title="Know a tradie without a website? Let them know about affordable websites from PogoStick Web Services!" width="267" height="300" class="alignright size-medium wp-image-1721" />It&#8217;s common knowledge here in New Zealand (and a surprisingly large number of people overseas) that Christchurch is in the process of recovering from the <a href="http://pogostick.co.nz/christchurch-quake-2011-it-wasnt-meant-to-happen/" title="Christchurch Quake 2011 – It wasn’t meant to happen" target="_blank">devastating earthquakes of September 2010</a> and February 2011. That means a massive influx of construction workers and huge boost to local tradesman, who are capitalising on the boom. While it didn&#8217;t start quite as quickly as some anticipated (with a lot of rebuilding bogged down in insurance paperwork and nervous investors) it is starting to finally happen.</p>
<p>So how can tradesman make sure they are maximising their advertising opportunities? How can they take advantage of this unique time to build their business and their brand, and stick around for the long term? There are a few steps involved and, because you&#8217;re a busy tradesman you&#8217;ll probably say you&#8217;re too busy, but it will take less time and less dollars than you think.</p>
<h2>Step 1 &#8211; Get a website</h2>
<p>This is the really easy part &#8211; email us at <a href="mailto:sales@pogostick.co.nz?subject=New website">sales@pogostick.co.nz</a> and tell us you want an affordable website. Aside from telling us what your website name to be (e.g. christchurchbuilders.co.nz) there&#8217;s not much else to it. Of course, if you have a logo, some text for your homepage, maybe some photos of your business or links to websites you like send them through. But to get started all we need is the website name and a deposit and we can take care of the rest. </p>
<p>With complete <a href="http://pogostick.co.nz/website-packages/standard-website/" title="Standard website package for under $300!">website packages starting from under $300</a> including hosting and email services (<strong>with no ongoing charges</strong>, aside from minimal hosting fees after the first year) it will be the easiest investment in your business you&#8217;ll ever make. </p>
<p>We can have your website up and running within five working days of receiving your deposit &#8211; once it&#8217;s setup then it&#8217;s over to you to start spreading the word!</p>
<h2>Step 2 &#8211; Promote your website</h2>
<p>There are literally hundreds of different ways you can promote your website &#8211; bumper stickers, car signage, lawn signs, letterhead, business cards, email signatures, corporate gifts, classified ads, personalised plates, forum signatures, Facebook, Twitter, company uniforms, <a href="http://nzs.com" target="_blank">directory listings</a>, adding it to your logo or even changing your business name (Joe&#8217;s Building becomes JoesBuilding.co.nz). All it takes is a little imagination and making sure that whenever, or wherever, your business is seen, your website name is seen as well. </p>
<p>The other way to promote your website, aside from publicising it, is to give people an incentive to visit it. Run a competition where people enter online, offer free quotes, a free download of a useful resource (such as a guide for first-time home builders) or a discount available only from your website (e.g. customers have to quote a secret code word or for users of our <a href="http://pogostick.co.nz/website-packages/retail-premium/" title="Retail Premium website package" target="_blank">online store website</a> you can accept voucher codes for people buying direct from your website).</p>
<p>Lastly, there is paid advertising, in particular Google AdWords where you can have your ads show when people search for a related product or service. Not only are these ads very measurable so you know how effective your advertising dollar is, but you can also target them very tightly, choosing who to show the ads to (only display to people in Christchurch, New Zealand and for selected keyword phrases e.g. earthquake builders). Talk to us as we can help take care of this for you. AdWords provide you with an effective method of hitting the front page of Google for relevant keywords without needing to wait the months it can take to work your way through the natural organic search rankings.</p>
<p>So two steps and less than $300 &#8211; now tradies in Christchurch have no excuse for driving around in a van without a website or professional email address. <a href="http://pogostick.co.nz/contact/" title="Contact">Get in touch today</a> and join our growing list of <a href="http://pogostick.co.nz/about-pogostick-web-services/customer-feedback/" title="Customer Feedback" target="_blank">happy customers!</a></p>
<img src="http://feeds.feedburner.com/~r/christchurchnzblog/~4/PEmg5Ykc5Es" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://pogostick.co.nz/christchurch-tradies-need-affordable-websites/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://pogostick.co.nz/christchurch-tradies-need-affordable-websites/</feedburner:origLink></item>
		<item>
		<title>5 Reasons Airbnb is Better than a Hostel</title>
		<link>http://feedproxy.google.com/~r/christchurchnzblog/~3/bb8i53eXd5s/</link>
		<comments>http://pogostick.co.nz/5-reasons-airbnb-is-better-than-a-hostel/#comments</comments>
		<pubDate>Tue, 16 Oct 2012 01:04:55 +0000</pubDate>
		<dc:creator>Jas</dc:creator>
				<category><![CDATA[Christchurch]]></category>
		<category><![CDATA[Travel]]></category>

		<guid isPermaLink="false">http://pogostick.co.nz/?p=1683</guid>
		<description><![CDATA[While on a train to Amsterdam, after spending two nights in the tourist hotspot of Bruges, it dawned on me that hostels aren&#8217;t that great. We had just stayed at one of the many hostels in town and while the location was central it didn&#8217;t have much else going for it, unless you include intoxicated [...]]]></description>
				<content:encoded><![CDATA[<p><a href="http://pogostick.co.nz/wp-content/uploads/2012/10/paris-apartment.jpg" rel="lightbox[1683]" title="Cute apartment - Our home while in Paris"><img src="http://pogostick.co.nz/wp-content/uploads/2012/10/paris-apartment-300x200.jpg" alt="" title="Cute apartment - Our home while in Paris" width="300" height="200" class="alignright size-medium wp-image-1698" /></a>While on a train to Amsterdam, after spending two nights in the tourist hotspot of Bruges, it dawned on me that hostels aren&#8217;t that great. We had just stayed at one of the many hostels in town and while the location was central it didn&#8217;t have much else going for it, unless you include intoxicated fellow guests crashing through the place at 3 in the morning. Now you might think this is just a knee-jerk reaction to one bad experience. It isn&#8217;t. I&#8217;ve had more than one but, to be fair, I&#8217;ve also stayed at some really nice hostels. But the experience was a catalyst for thinking that the rising trend of <a href="http://www.airbnb.com/tell-a-friend?airef=bylpzc2ffbzz5">online private accommodation services like Airbnb</a> is actually great news for travelers like me.</p>
<p>Recently we spent four months traveling around the world, flying in to Paris and finally, 17 weeks and 16 countries later, flying out of LAX. It was an amazing experience and didn&#8217;t require as much planning as a lot of people say an adventure of that magnitude needs. And, thanks to <a href="http://www.airbnb.com/tell-a-friend?airef=bylpzc2ffbzz5">Airbnb</a>, it cost a lot less than is normally expected when you&#8217;re staying in the world&#8217;s capital cities for four months. </p>
<p>We are travelers on a &#8216;mid-range&#8217; budget (not that anyone was really counting) but we didn&#8217;t want to sacrifice too much. So sleeping in parks, WOOFing or couch surfing was not on the list of options. I don&#8217;t have anything against couch surfing but I&#8217;ve moved on from just &#8216;making do&#8217; when it comes to accommodation. I&#8217;ve also come to appreciate that getting a good night&#8217;s sleep is worth its weight in gold when you&#8217;re on the road &#8211; for the sake of saving a few dollars you pay the much bigger price of feeling off par the next day, or worse, become the grumpy travel buddy nobody wants to be around (normally that would be me). Some of the thousands we&#8217;d saved flying with a budget airline could at least be put towards paying a little more for good accommodation.</p>
<p>Turns out we didn&#8217;t have to dip into those &#8216;savings&#8217; with the amount of places on Airbnb, many available for around $USD80 per night for an entire apartment. That is so much better than the hostel option, which is normally around $USD40 per person. Add in that most hostels force you to share a bathroom and lack cooking facilities (another cost saver in itself), you&#8217;re on your way to becoming just like Charlie Sheen &#8211; bi-winning. </p>
<p>And, even though we were traveling during peak season and hitting all the tourist hotspots, we still had plenty to choose from despite only booking a week or less in advance (mostly due to our &#8216;go where we feel like it&#8217; planning approach). So after four months on the road, traveling around the world, I&#8217;ve come to the conclusion that <a href="http://www.airbnb.com/tell-a-friend?airef=bylpzc2ffbzz5">Airbnb</a> is definitely a big win for travelers. </p>
<p>Here are my top five reasons.</p>
<h2>1 &#8211; Hosts care about reviews</h2>
<p>Airbnb is built on a feedback system, where every person who stays gives a review of the place. Star ratings are given for a range of factors including cleanliness, value and location. Reviews are a significant factor when guests choose their next place to stay. More positive reviews definitely impact on the number of bookings a host gets. </p>
<p>Hosts know that every guest will be reviewing them, unlike hostels where there&#8217;s no setup to gather feedback from <em>every</em> visitor. Just one tip on reviews: While it&#8217;s a great way to trust you&#8217;ll get good accommodation, places with little or no reviews are sometimes priced accordingly, meaning that if you&#8217;re willing to risk it, you can bag a bargain (more than once it worked out really well for us). </p>
<h2>2 &#8211; Hosts care about their home</h2>
<p>This might sound a little ridiculous but it&#8217;s one reason Airbnb stands head and shoulders above many hostels (and even motels and hotels). Because your accommodation is the host&#8217;s home you can be sure it has been cared for, a side-benefit of a house-proud host. Conversely, I&#8217;ve seen many a hostel or motel in an advanced state of entropy &#8211; peeling wallpaper, dirty amenities and the worst crime of all, hairs in the bed &#8211; while all the time there&#8217;s a guy at check-in who, politely put, doesn&#8217;t give a damn.  </p>
<h2>3 &#8211; Hosts take better care of their guests</h2>
<p>With an Airbnb host, you&#8217;re not just another number, a faceless tourist checking in, sandwiched somewhere between a busload of Japanese tourists and that group of footie players on a weekend drinking expedition. Think of it this way: imagine walking into a hotel and you were the only guest. Sporting chance you would get royal treatment. Besides hosts remember the first point we discussed so of course they want you to enjoy your stay! </p>
<p>One notable experience we had was a host who went way beyond the call of duty when he got up at 5am on a Sunday to prepare our breakfast so we could make it down to Pier 33 to get our Alcatraz tickets. We had tried to dissuade him the night before but he insisted. I have never had anything resembling that level of amazing service at any hotel I&#8217;ve stayed at.</p>
<h2>4 &#8211; You get a better &#8216;local&#8217; experience</h2>
<p>Hosts are locals and generally live where the locals live. They do the things (no matter how banal they are, they are interesting to you as a visitor) that locals do. They know all the best places to go, the local spots away from the tourist trail and Lonely Planet crowd. The <a href="http://www.airbnb.com/tell-a-friend?airef=bylpzc2ffbzz5">new Guidebook feature on Airbnb</a> (which I&#8217;ve just started using) is a case in point.</p>
<p>Hosts can often give you better advice and even discounts to local attractions or public transport passes. We&#8217;ve had people stay with us that travel for work and are just sick of the corporate-blah of hotel life, cocooned away from the real world.</p>
<h2>5 &#8211; You get more accommodation for your money</h2>
<p>It&#8217;s not just about saving money; it&#8217;s also about getting a better all-round accommodation experience. You can stay at some very unique places (we almost got to stay on a luxury yacht in San Francisco) &#8211; places with a lot of history or good, old-fashioned charm. You can also get more features for your money. While a hostel or hotel might restrict you to a room and cramped bathroom facilities, there are plenty of entire homes available on Airbnb. And many of them are very reasonably priced. For the cost of a basic motel room, we rented entire apartments in most of the major cities we visited in Europe. Aside from the pleasure of having an entire place to ourselves, the cooking facilities meant we also saved on having to eat out every night.</p>
<p>Long story short, we liked Airbnb so much that we&#8217;ve <a href="https://www.airbnb.com/rooms/98192">put our own house on there</a>, and over the last 18 months have had quite a few visitors, which has been a welcome shot in the arm for our local tourism, struggling with the aftermath of a deadly earthquake and drastic accommodation shortage.</p>
<p>If you haven&#8217;t already started using Airbnb then you don&#8217;t know what you&#8217;re missing &#8211; making your next holiday more affordable, without having to put up with budget accommodation could be as simple as <a href="http://www.airbnb.com/tell-a-friend?airef=bylpzc2ffbzz5">browsing Airbnb.</a></p>
<p>Have you used Airbnb? Would you recommend it to other travelers?</p>
<img src="http://feeds.feedburner.com/~r/christchurchnzblog/~4/bb8i53eXd5s" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://pogostick.co.nz/5-reasons-airbnb-is-better-than-a-hostel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://pogostick.co.nz/5-reasons-airbnb-is-better-than-a-hostel/</feedburner:origLink></item>
		<item>
		<title>5 Signs you’re neglecting your Website</title>
		<link>http://feedproxy.google.com/~r/christchurchnzblog/~3/D-m4WS31_t4/</link>
		<comments>http://pogostick.co.nz/5-signs-your-website-needs-a-makeover/#comments</comments>
		<pubDate>Mon, 27 Aug 2012 22:39:09 +0000</pubDate>
		<dc:creator>Jas</dc:creator>
				<category><![CDATA[Business Tips]]></category>
		<category><![CDATA[Online Marketing]]></category>

		<guid isPermaLink="false">http://pogostick.co.nz/?p=1675</guid>
		<description><![CDATA[If one or more of these symptoms is true in your case then it&#8217;s high time to take action. It&#8217;s so easy to forget about your website but it&#8217;s not &#8216;set and forget&#8217; &#8211; you need to constantly update and maintain your website so it remains effective in attracting and keeping customers. With the super [...]]]></description>
				<content:encoded><![CDATA[<p><img src="http://pogostick.co.nz/wp-content/uploads/2012/08/paint-brush.jpg" alt="" title="Does your website need a makeover?" width="300" class="alignright size-full wp-image-1676" />If one or more of these symptoms is true in your case then it&#8217;s high time to take action. It&#8217;s so easy to forget about your website but it&#8217;s not &#8216;set and forget&#8217; &#8211; you need to constantly update and maintain your website so it remains effective in attracting and keeping customers.</p>
<p>With the <a href="http://pogostick.co.nz/website-packages/premium-website-package/" target="_blank">super affordable business website packages</a> available from PogoStick Web Services, clients save hundreds by using the included content management system to add their own content. It makes it a lot more affordable than most websites available in New Zealand (in fact, we stand by our claim of having the cheapest website package in the country!) but it does require a little extra motivation to get the project done. So if you have one of these great value websites but you feel like it&#8217;s not quite there yet see if the following symptoms are familiar and, if they are, take action to follow through on finishing or upgrading your business website.</p>
<h2>1 &#8211; It&#8217;s not finished</h2>
<p>You know the feeling. You got excited about having your own website. You started with a bang but that quickly turned into a fizzle &#8211; you got distracted with other things and your motivation went off the boil. Now you just can&#8217;t face doing the work to get your website up to scratch &#8211; it all just seems too much of a chore! How can you power through to the finish line and have a website you&#8217;re happy with? </p>
<p><strong>Solution:</strong> Set a finish date and stick to it! Go one step further and tell your customers you&#8217;ll be launching your new website in x number of weeks. Write a list of what needs to be done and start ticking them off. Enlist some help. If content needs to be written delegate to someone else in the business or take advantage of our <a href="http://pogostick.co.nz/faqs/" target="_blank">copywriting service</a>.</p>
<h2>2 &#8211; You don&#8217;t like the look of it</h2>
<p>Style can be a subjective thing; what looks great to one person might be an eyesore to someone else. The fact is, if you&#8217;re not happy with the look of it then you&#8217;ll be less motivated to work on it or to promote it to your customers. At the same time, it&#8217;s worth taking the advice of someone who isn&#8217;t emotionally invested in it, someone who can be objective about how it looks, particularly in comparison with other professional websites within your industry. Be prepared to let go of some cherished flashing rainbow graphics in order to meet what&#8217;s commonly accepted among most modern websites (unless your business persona is all about being different!).</p>
<p><strong>Solution:</strong> Websites are not set in concrete. Unlike a house where it&#8217;s major work to change to a different style with PogoStick websites there are literally <a href="http://wordpress.org/extend/themes/tag-filter/" target="_blank">thousands of different looks available</a> and changing colours, fonts, images and other styles does not have to be a major project. In most cases you&#8217;ll need us to make the changes and the best way is to provide us with the specific changes you want (and we can provide a quote) as well as (if you have them available) links to similar websites that showcase the style you want.</p>
<h2>3 &#8211; It hasn&#8217;t been updated for more than six months</h2>
<p>This is a common trap that even big company websites fall into. To see what we mean just look at their blog and you might see a flurry of posts to start with that slowed to a trickle and now seems completely abandoned. Social media channels (such as Facebook and Twitter accounts) also suffer the same disinterest. Other pages, such as current specials or promotions, may also bear traces of tumbleweed that tell the visitor the lights are on but no one&#8217;s home. It&#8217;s a bad look for any website and gives a bad impression of your business in general.</p>
<p><strong>Solution:</strong> Think about how you can use your website as a tool to communicate with your customers in real time. Do you regularly have announcements you would like to share with customers? Change of store hours? New products? New promotions? Perhaps online only specials (extend this to Facebook and Twitter fans)? Remember blog posts don&#8217;t have to be long &#8211; something short yet interesting and relevant to your customers is just as effective. If you don&#8217;t already have a blog setup on your website get in touch and find out how easy it is!</p>
<h2>4 &#8211; You still have an &#8216;under construction&#8217; page</h2>
<p>As far as business website no-no&#8217;s go this is right up there (second only to not having a website at all!). It&#8217;s all very well wanting to launch with everything &#8216;just right&#8217; but if you get too pedantic it&#8217;s possible your website will be in a perpetual holding pattern, and that&#8217;s bad for business. And please, this isn&#8217;t the 90s so no more of those <a href="http://www.animatedgif.net/underconstruction/construction.shtml" target="_blank">&#8216;under construction&#8217; animated gifs!</a></p>
<p><strong>Solution:</strong> When we build a new website our clients can request a &#8216;website coming soon&#8217; page to hide their site while it&#8217;s being put together, however in most cases it&#8217;s really not necessary. There&#8217;s very little chance anyone (apart from you) will see the website and unless your sharing government secrets there&#8217;s problem no harm if someone did. Keep in mind too that website&#8217;s are designed to evolve over time, so the initial look and feel can be changed within days or weeks. It&#8217;s better to have something to show your customers your &#8216;on the net&#8217; than a boring &#8216;under construction&#8217; page with no end date in sight!</p>
<h2>5 &#8211; It&#8217;s using placeholder text</h2>
<p>Placeholder text can either appear as words along the lines of &#8216;something something coming soon&#8230;&#8217; or the beloved <a href="http://www.lipsum.com/" target="_blank">lorem ipsum</a> used by graphic designers for decades as dummy text. It&#8217;s acceptable for the first week or two but after that it just looks bad. Really bad. Particularly if you have pages of the stuff. Fine for someone who reads Latin but for the rest of us it just looks like the website owner is MIA. </p>
<p><strong>Solution:</strong> If you&#8217;re having trouble coming up with the words for your website consider the following questions: Do you really need the page or text? The less said the better. Websites should get to the point &#8211; fast. How much information do your customers really need (or want)? It&#8217;s quite likely you could put it in bullet point format instead of trying to craft it into a paragraph. Could an image be used to convey your message instead? A picture equals a thousand words, and a great picture even more. There are lots of <a href="http://www.sxc.hu/index.phtml" target="_blank">free stock image websites</a> that can help you out. If you get stuck with the writing then perhaps consider our <a href="http://pogostick.co.nz/faqs/" target="_blank">copywriting service</a> as an alternative option. </p>
<p>So take the time to review your business website and give it the TLC it needs. A &#8216;coat of paint&#8217; or some fresh content can make all the difference! Of course, we&#8217;re <a href="http://pogostick.co.nz/contact/" target="_blank">here to help</a> should you need any expert advice.</p>
<img src="http://feeds.feedburner.com/~r/christchurchnzblog/~4/D-m4WS31_t4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://pogostick.co.nz/5-signs-your-website-needs-a-makeover/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://pogostick.co.nz/5-signs-your-website-needs-a-makeover/</feedburner:origLink></item>
		<item>
		<title>What’s the real cost of that business website?</title>
		<link>http://feedproxy.google.com/~r/christchurchnzblog/~3/0Am4UJw7tKk/</link>
		<comments>http://pogostick.co.nz/whats-the-real-cost-of-that-business-website/#comments</comments>
		<pubDate>Mon, 30 Jul 2012 22:51:09 +0000</pubDate>
		<dc:creator>Jas</dc:creator>
				<category><![CDATA[Business Tips]]></category>

		<guid isPermaLink="false">http://pogostick.co.nz/?p=1669</guid>
		<description><![CDATA[When you&#8217;re looking for an affordable business website it&#8217;s important to consider the total cost of ownership (TCO). Unlike some business purchases, such as an office chair where the TCO is generally the same as the sticker price, buying a website generally involves some sort of ongoing cost, such as domain registration, hosting, maintenance as [...]]]></description>
				<content:encoded><![CDATA[<p><img src="http://pogostick.co.nz/wp-content/uploads/2012/07/getthebestprice.jpg" alt="" title="Apples with apples? Avoid these common pitfalls when shopping for a business website" width="300" height="238" class="alignright size-full wp-image-1671" />When you&#8217;re looking for an affordable business website it&#8217;s important to consider the total cost of ownership (TCO). Unlike some business purchases, such as an office chair where the TCO is generally the same as the sticker price, buying a website generally involves some sort of ongoing cost, such as domain registration, hosting, maintenance as well as content or design changes. In this article, we will consider each of these aspects to help you compare apples with apples when shopping for a business website, and make sure you get the best value for your money.</p>
<h2>Not all website prices are created equal</h2>
<p>Venturing into the world of business website shopping can be scary, intimidating and confusing &#8211; and you thought buying an office laptop was bad enough. Googling &#8220;affordable business websites&#8221; brings up pages of potential vendors. Where to start? The first results may not always be the best value for your business; they may just have spent more on optimising their website for Google to appear higher in the results. A lot of vendors don&#8217;t provide accurate pricing or obscure the pricing by listing a &#8220;monthly&#8221; price with no upfront costs but expensive long-term contracts.</p>
<p>Other variations with website packages can include optional extras such as content management systems (CMS), interactive forms, custom design, SEO (Search Engine Optimisation), logos or email services. And, once again, no prices are listed making comparison extremely difficult. In the end, you may just give up on trying to find a website provider with the help of Google and just end up asking friends or business colleagues for their recommendation. </p>
<h2>What are some common website expenses?</h2>
<p>To help clear things up here&#8217;s a list of the common costs associated with a business website, and some valuable questions to ask when talking to a website supplier. </p>
<p><strong>Hosting </strong>- Hosting is needed to make your website live and able to be viewed on the world wide web. All PogoStick websites include free hosting for the first 12 months, and after that there is a $6.50 a month fee, which also includes domain renewal. We don&#8217;t put limits on your hosting either, like some providers that restrict your traffic or website size. Using fast, secure US-based servers we can avoid expensive NZ hosting and the potential problems of local hosting (such as the Christchurch earthquake). It is worth checking hosting fees since they can be outrageously expensive!</p>
<p><strong>Email services</strong> &#8211; When you get a website, normally you will want email services too. No point buying a fancy new domain name if you still have to advertise that unprofessional-looking Hotmail email address. The extra cost can be off-putting however, especially if your budget is limited. At PogoStick, email services are included at no extra cost. We use the flexible, yet powerful, Google Apps solution that not only provides you with web-based email (that can be <a href="http://pogostick.co.nz/using-google-apps-email-gmail-with-outlook/" title="Using Google Apps email (Gmail) with Outlook" target="_blank">collected using Microsoft Outlook</a> if required) but also offers additional features such as a company intranet and online document storage and collaboration. </p>
<p><strong>Content management</strong> &#8211; The content of your website is the text that fills in the pages. For your initial setup will you need to write your own content or will they do it? How much will that cost? Will you be able to edit your own web pages? Or will you need to pay for every change? We offer you the choice to do it yourself for free and let us do it for you at a very reasonable hourly rate. The content management system (CMS) that comes free with every PogoStick website is easy to use, and lots of tutorials are available on the internet including <a href="https://www.youtube.com/watch?v=wiAPboFIEUA&#038;feature=plcp" target="_blank">instruction videos on YouTube</a>.</p>
<p><strong>Future changes</strong> &#8211; What options are there for future changes of my website, such as branding updates, new pages, current promotions or new features such as online forms? How much can I do myself (using the CMS)? Is the website platform open or proprietary (meaning that it will be difficult or expensive to transfer to another provider)? We use WordPress, one of the world&#8217;s most popular open platforms, which means if you want to switch to another company it&#8217;s absolutely free to take your entire website somewhere else, and there are many WordPress developers and trainers to choose from, so there are no risks with a PogoStick website!</p>
<p><strong>Opportunity costs</strong> &#8211; This is one that&#8217;s often overlooked because it&#8217;s not a direct expense you &#8220;pay&#8221; for, however it&#8217;s a trap that can seriously cost you. Some places, like Yola, VistaPrint or Wix, offer &#8220;free&#8221; websites. Supported by ads or URLs that they own the website might be free but it could be costing you in lost sales. These types of websites often present a poor image for your business, and it can scare away potential sales. It&#8217;s a cost that you can&#8217;t put a number on but it&#8217;s worth taking into account. Our <a href="http://pogostick.co.nz/website-packages/premium-website-package/" target="_blank">Premium website package</a> offers additional styling and design but even our cheapest package allows a professional look that will send out the right message for your business.</p>
<h2>Don&#8217;t get stuck with a website your business can&#8217;t afford</h2>
<p>Recently, talking to a business friend, she told me that she wanted to make some changes to her existing website. I gave her a quote for the changes but, as much as she would have liked to take up the offer, she discovered that she was essentially locked into her current provider and the cost of making the changes was exorbitant. This highlights the potential pitfall of choosing certain providers that will build your website using their own proprietary systems &#8211; it means that when it comes to future changes or development you will most likely be stuck with them, unable to choose a different, more reasonably-priced provider.</p>
<p>If you&#8217;re buying a website it pays to ask a potential vendor for details of these costs so there are no nasty surprises when it comes to paying both the initial, and any future invoices. That&#8217;s one thing you&#8217;ll find with our <a href="http://pogostick.co.nz/website-packages/standard-website/" target="_blank" title="Our website packages start from just $299">cheap PogoStick websites</a> is our &#8220;sticker price&#8221; is all inclusive &#8211; website build, design, CMS, hosting and email services. The complete package. As for ongoing costs, you&#8217;ll only pay $6.50 a month after the first year to cover hosting and domain renewal. </p>
<p>So before you sign up for that new business website make sure you understand the TCO, all costs (both short and long term) of owning the website. Don&#8217;t get locked in to a website that seemed good to start with but burdens your business with expensive ongoing fees or long term contracts that are either difficult or expensive to change. By doing your homework before committing to that new website you&#8217;ll enjoy the best value website for your business without any unnecessary expenses. If there&#8217;s anything here you want more detail on, or would like to enquire about one of our <a href="http://pogostick.co.nz/website-packages/" title="Compare our website packages" target="_blank">website packages</a>, feel free to <a href="http://pogostick.co.nz/contact/" title="Contact" target="_blank">get in touch</a>.</p>
<img src="http://feeds.feedburner.com/~r/christchurchnzblog/~4/0Am4UJw7tKk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://pogostick.co.nz/whats-the-real-cost-of-that-business-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://pogostick.co.nz/whats-the-real-cost-of-that-business-website/</feedburner:origLink></item>
		<item>
		<title>10 things you should know about the Samsung Galaxy S2</title>
		<link>http://feedproxy.google.com/~r/christchurchnzblog/~3/LmvRMlfJH84/</link>
		<comments>http://pogostick.co.nz/10-things-you-should-know-about-the-samsung-galaxy-s2/#comments</comments>
		<pubDate>Thu, 31 May 2012 22:02:21 +0000</pubDate>
		<dc:creator>Jas</dc:creator>
				<category><![CDATA[Shopping]]></category>
		<category><![CDATA[samsung galaxy s2]]></category>

		<guid isPermaLink="false">http://pogostick.co.nz/?p=1664</guid>
		<description><![CDATA[When it comes to Android phones the Samsung Galaxy S2 is generally considered the default choice. It has a good balance of features and performance, and is generally well-regarded among Android users. A generous screen size, expandable memory, slim lightweight design and reasonable battery life. It became the fallback when I got tired of shopping [...]]]></description>
				<content:encoded><![CDATA[<p><img class="alignright" title="samsung-galaxy-s-2" src="http://pogostick.co.nz/wp-content/uploads/2012/05/samsung-galaxy-s-2.jpg" alt="" width="300" height="318" />When it comes to Android phones the Samsung Galaxy S2 is generally considered the default choice. It has a good balance of features and performance, and is generally well-regarded among Android users. A generous screen size, expandable memory, slim lightweight design and reasonable battery life.</p>
<p>It became the fallback when I got tired of shopping for the perfect Android smartphone. Sure someone could argue there are better phones out there but if you’re wanting a good all-rounder you can’t go too far wrong with a Galaxy S2. Prices are dropping significantly with the S3 making an appearance so you’ll probably pick one up at a bargain price (try <a href="http://www.pricespy.co.nz">www.pricespy.co.nz</a> to see who’s doing the best deal).</p>
<p>I’ve had the Samsung Galaxy S2 for about a month now and learned a few things along the way I’d like to share with you. I’m sure there’s more to learn but here are the big questions I had and the answers I came up with &#8211; it might save you some time because some issues didn’t seem to have obvious answers when I Googled them.</p>
<p>Overall I’m pretty happy with the S2 &#8211; it does everything I think it should and has only locked up when I’ve tried to make it do something it really shouldn’t (like plugging in a non-standard USB keyboard). If you have any questions or would like to add your own Galaxy S2 tips feel free to leave a comment.</p>
<h2 dir="ltr">1 &#8211; Micro-USB is really useful</h2>
<p>One thing that’s exciting about smartphones like the Galaxy S2 is that they are basically mini-computers. I’m about to travel overseas for four months and a laptop is just too big to be carrying around Europe. The thought that I could just use my phone to connect to a mouse and keyboard and then fire up Google Docs, Gmail and anything else I needed was very appealing. However, there are a few things to keep in mind.</p>
<p>Micro-USB adapter &#8211; For most devices, such as memory sticks or keyboards, that you want to plug-in to your phone you’ll need standard USB. Buy a USB to micro-USB adapter for the job.<br />
Low-powered devices only &#8211; The S2 can only accept low-powered USB devices. It doesn’t have enough grunt to support many devices that require extra juice &#8211; it will warn you when a device is too demanding (in my experience this error can also appear if your phone is in power-saving mode).<br />
Standard USB devices only &#8211; If a device is not built to standard spec it’s quite likely it won’t work. I was keen to use a roll-up flexible keyboard but none that I tried would work. So don’t expect just because it’s USB it will play nicely with your phone.<br />
USB hubs can work &#8211; Even though there is only micro-USB plug on your phone I have successfully run a USB hub and connected two devices (keyboard and mouse). It can be hit and miss however.<br />
Bluetooth is another option &#8211; If the USB option isn’t working for you you can always buy a Bluetooth keyboard and mouse set.</p>
<h2 dir="ltr">2 &#8211; Don’t bother with a larger battery</h2>
<p>I was seriously tempted to buy a larger battery just because I’m not used to having to recharge my phone every other day. You can find larger batteries on Trade Me to replace the standard 1650 battery for around $30.</p>
<p>The downside is that some, due to their larger size, require a new phone cover (your existing covers may no longer fit) and there are reports of batteries overheating. And, because I have yet to see or read any reliable proof that they significantly improve battery life I’ve decided to pass on the bigger battery for now and just look at ways to conserve what life I do have.</p>
<p>There are apps such as Juice Defender which are very popular but basically its about switching off the services you don’t need e.g. GPS, WiFi, Bluetooth etc. It’s common sense really.</p>
<h2 dir="ltr">3 &#8211; Play all video formats</h2>
<p>Before you convert your entire video collection to mp4 to play on your S2, install the MX Player app. This app will play almost any video file e.g. avi, mkv etc.</p>
<p>Of course you might need some extra memory so go out and buy yourself a 16Gb micro-SD card to beef up storage on your phone. Just remember to get Class 6 (higher transfer rate that Class 4 or lower) or higher so videos play smoothly.</p>
<h2 dir="ltr">4 &#8211; Get familiar with the Google Play store</h2>
<p>This is where the real action is. The S2 is a great phone but really it’s all about the apps. Browse the store, get recommendations from others on great apps and you’ll have your own favourites in no time.</p>
<p>It’s a good idea to read the reviews for additional information about apps and don’t stress too much about all the permissions they request when you download &#8211; most apps are the same and if an app was causing problems you can be sure Google would pull it from the store pretty quickly!</p>
<h2 dir="ltr">5 &#8211; Silence that camera!</h2>
<p>One of the biggest gripes from users seems to be that it is impossible to shut the S2 camera up (the rumour is that it has to do with child safety laws in Korea where the phone is manufactured).</p>
<p>There are camera apps that you can download that say they offer a silent option but in my experience none of them work.</p>
<p>One option that does work (I have tested this) is to install the Camera360 app. Use ES File Explorer (only available for rooted phones &#8211; <a href="http://reviews.cnet.co.uk/mobile-phones/how-to-root-your-samsung-galaxy-s2-50004972/">this is the best guide</a> on how to do it) and navigate to the root directory (which is why you need to root your phone to do this). Find the System &gt; Media &gt; Audio &gt; UI folder. Rename all the camera related sound files e.g. change Cam_Start.ogg to Cam_Startold.ogg.</p>
<p>Now start the Camera360 app and choose the silent option. No more embarrassing clicks or whirrs when taking photos at the art gallery.</p>
<h2 dir="ltr">6 &#8211; GPS has limitations</h2>
<p>GPS might seem like magical technology. Track your friends whenever you want. Find your exact location in seconds. Sadly no. It’s important to understand the limitations of GPS so you don’t get all disappointed when it doesn’t work out.</p>
<p>Firstly, GPS will not work indoors. Your phone will use WiFi or cellular positioning when you’re inside (or underground), which is less accurate. The Galaxy S2 has A-GPS, which simply means it can start up GPS quicker, nothing else.</p>
<p>Secondly, GPS will drain your battery. Smartphones in general are battery hungry but GPS makes it even worse. Switch it off if you don’t need it (drag down the top of the screen) to enable or disable GPS (and other services).</p>
<p>If you do want to track your friends then get the Google Latitude app. This will require a data connection (so your phone can transmit its location to the Google servers).</p>
<h2 dir="ltr">7 &#8211; Educate yourself</h2>
<p>One advantage of the S2 is there are a lot of other S2 owners out there, so by doing a bit of Googling you can quickly find tips on shortcuts and secret button combinations that can turn you from average to power user in no time.</p>
<p>Did you know that by holding the Home button and pressing the Power button that you can take a picture of the phone’s screen? You only need to hold the Home button for a second before pressing the Power button (otherwise the Recent Tasks window appears obscuring the view!). This is a handy way to share your screen with friends.</p>
<p>Another tip: Hold the Power button for at least 10 seconds will force the phone to shutdown (if it locks up).</p>
<h2 dir="ltr">8 &#8211; Beware of auto-updating apps</h2>
<p>It might seem the convenient option but it can chew through data if all your apps are set to auto-update, even if you set it to only update when on WiFi. My personal preference is set the default to not update and only manually update those apps that really need updating, rather than letting apps re-download and install themselves every time the developer does a bug fix!</p>
<h2 dir="ltr">9 &#8211; Precache maps on WiFi</h2>
<p>Want to use Google Maps on the go but don’t have a data plan or don’t want to incur extra costs? The solution is to precache maps in your Google Maps application (make sure you have the latest version).</p>
<p>Go to Settings and choose Labs. Tick the Precache option. Now when you’re on a WiFi connection you can long touch a spot on the map and choose the option to precache the map. It will save a 10 mile radius of the area. Handy.</p>
<h2 dir="ltr">10 &#8211; The Galaxy S3 is out</h2>
<p>This is more a general reminder that no matter what phone you buy, there is always a better, faster model around the corner. Don’t get sucked in to the consumerism vortex &#8211; just buy what you need and stick with it. And now that Ice Cream Sandwich is available for the S2 you’ll be able to match the new phones OS at least.</p>
<h2>11 &#8211; Bonus &#8211; Music players. What music player?</h2>
<p>Ok, so just one more. This is my own pet peeve with Android. You would think with all the billions behind Google they could at least come up with an iTunes equivalent. I have tried several different music players and have not found a semi-decent music player for the Android (disclaimer: have only tried free players) &#8211; none appear to have any reasonable method of managing your music and playlists from your PC. I&#8217;ve ended up going low tech &#8211; create separate folders for each playlist and just do a straight copy from iTunes to the phone using the USB cable.</p>
<p>Of course there’s lots more to learn about the Samsung Galaxy S2 but hopefully this will help you hit the ground running. Feel free to leave a comment of your own and share your tips.</p>
<img src="http://feeds.feedburner.com/~r/christchurchnzblog/~4/LmvRMlfJH84" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://pogostick.co.nz/10-things-you-should-know-about-the-samsung-galaxy-s2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://pogostick.co.nz/10-things-you-should-know-about-the-samsung-galaxy-s2/</feedburner:origLink></item>
		<item>
		<title>Finding profitable keywords for your website</title>
		<link>http://feedproxy.google.com/~r/christchurchnzblog/~3/c-b9hJPcE6M/</link>
		<comments>http://pogostick.co.nz/finding-profitable-keywords-for-your-website/#comments</comments>
		<pubDate>Sun, 22 Apr 2012 00:24:34 +0000</pubDate>
		<dc:creator>Jas</dc:creator>
				<category><![CDATA[Online Marketing]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[profitable keywords]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://pogostick.co.nz/?p=1657</guid>
		<description><![CDATA[What connects your website to people out there in the world of the interweb? In most cases, it is the all-important keyword. That’s why it’s called a keyword &#8211; it’s the key that links your website with the more than two billion searches performed on Google every day. The trouble is, how do you know [...]]]></description>
				<content:encoded><![CDATA[<p>What connects your website to people out there in the world of the interweb? In most cases, it is the all-important keyword. That’s why it’s called a keyword &#8211; it’s the key that links your website with the more than two billion searches performed on Google every day.</p>
<p>The trouble is, how do you know what keywords the people you want to visit your website are using? You could guess but there are ways of knowing what keywords to target with more certainty than the hit-and-miss approach.</p>
<p>Obviously once you know what keywords people are using in your market space, you can start using those keywords to improve your SEO and PPC efforts.</p>
<h2 dir="ltr">1 &#8211; Start with a root keyword for your website</h2>
<p>You most likely have a starting point for your keyword research. It’s quite likely a generic description of the business you’re in. For example, if you sell flowers then florist is quite likely that root keyword.</p>
<p>It’s a safe bet that a lot of searches using that keyword are looking for businesses that sell flowers, and provides a good root keyword that you can stem from to locate other useful keywords.</p>
<h2 dir="ltr">2 &#8211; Grow your list using keyword tools</h2>
<p>I know a lot of people suggest using several different keyword tools to grow your target keyword list. I understand they are concerned about built-in bias in some tools (specifically Google keyword tools) and, while I agree with this in theory, we’re going for the 80/20 approach &#8211; get an 80% result in 20% of the time. If you have time, sure spend the extra 80% fine-tuning your result but for the purpose of growing your keyword list, just using the tools provided by Google is sufficient.</p>
<p>Google offers plenty of helpful tools to determine keywords<a href="http://www.google.com/insights/search/"> Google Insights for Search</a>,<a href="http://www.google.com/trends"> Google Trends</a>,<a href="http://www.google.com/support/analytics/bin/topic.py?hl=en&amp;topic=12626"> Site Search reports</a> in Google Analytics and<a href="http://www.google.com/webmasters/"> Webmaster Tools</a>. If you are an<a href="http://adwords.google.com/"> AdWords</a> user take a look at the<a href="https://adwords.google.com/select/KeywordToolExternal"> Keyword Tool</a>,<a href="http://www.google.com/sktool/"> Search-based Keyword Tool</a>,<a href="http://adwords.google.com/support/bin/topic.py?topic=11720"> Search Query Performance reports</a>, and more.</p>
<p><strong>What to look for</strong><br />
After entering your root keyword into the keyword suggestion tools, look for keywords that have the following attributes:</p>
<ul>
<li><strong>Significant search volume</strong> &#8211; Aim for over 200 monthly searches (if targeting the local NZ area) or over 1000 if you have a global market. There’s no point putting effort into optimising your website for a keyword that is only searched a few times (unless it is very valuable to your business).</li>
<li><strong>Commercial intent</strong> &#8211; If you’re selling something then you want keywords that indicate someone is looking to buy. If you’re a florist then obviously “free flowers” is not a keyword you will be interested in. Look for “buy flowers”, “wedding bouquets”, “flower arranging services” etc.</li>
<li><strong>Focus on your niche</strong> &#8211; Don’t waste your time chasing all possible keywords. Narrow your selection to those that closely align with your USP (Unique Selling Point). If you’re the only florist near a major hospital then choose keywords that highlight that e.g. “florist st marys hospital” etc.</li>
</ul>
<p>Hopefully these suggestions will help you narrow the list of potential keywords to target. In fact, it makes sense to limit your list to a maximum of 10 keyword phrases. It’s better to invest more time in a few keywords than making a half-hearted attempt at a 100 keywords.</p>
<h2 dir="ltr">3 &#8211; Implement your new keywords</h2>
<p><img class="alignnone size-full wp-image-1658" title="adding-profitable-keywords-to-web-page" src="http://pogostick.co.nz/wp-content/uploads/2012/04/adding-profitable-keywords-to-web-page.jpg" alt="" width="525" height="578" /></p>
<p>Once you have your final list of keywords to target it’s time to add them to your website (or your PPC AdWords campaign). Here are some ways you can implement your keywords (refer to the image above for help on where you can change these website elements).</p>
<ol>
<li><strong>Domain name</strong> &#8211; Whether you already have a website or not you may consider purchasing a domain name that includes or matches one of the keywords on your list. While the value of name matching has declined in recent years it can still be valuable to capture click through as people will see your website as being more relevant. It’s the reason domain names like aucklandflorist.co.nz usually get snapped up quickly.</li>
<li><strong>Page heading</strong> &#8211; This is the H1 on the page (in most cases) and the name of the page as it appears in your website menus (and the page title by default) so make it relevant, concise and inviting.</li>
<li><strong>Page text</strong> &#8211; Rewrite your website pages (with <a href="../../../../../website-packages/standard-website/">PogoStick websites a free CMS</a> is included so you can make your own changes) to include the keywords. Make sure it still sounds natural and don’t overuse them. Try to include synonyms of the words where suitable.</li>
<li><strong>Page title*</strong> &#8211; Make sure the page title accurately reflects the content or message of the page. If you are promoting Get Well flowers then why not change the page title to reflect that? Keep it short and descriptive.</li>
<li><strong>Page description*</strong> &#8211; The description is good for two reasons &#8211; it is normally the snippet shown in the search results encouraging people to click through to your website (improving your ranking in Googe) but it also helps the search engines assess the purpose of the page, so they are more likely to suggest it to people searching on those keywords. Your <a href="../../../../../">PogoStick website</a> will be equipped with an All in one SEO plugin that will help you setup elements like this on each page.</li>
<li><strong>Keyword tag*</strong> &#8211; Unfortunately spammers overused the keyword tag making it pointless for modern day websites, unless you want to show your competitors what keywords you are targeting (hint: look at competitor websites, right-click and View Source and look for meta name=&#8221;keywords&#8221; &#8211; you may be able to see what keywords they are going after!).</li>
</ol>
<p>*If you can’t see these fields when editing your web page, check the Screen Options link (top right of the page editing screen).</p>
<p>Fine-tuning your keyword target list will be an ongoing project as the words people use to find your product or service change over time but by scheduling a review every six months you’ll be able to make sure that you’re giving your website the best chance of being found by your target market.</p>
<img src="http://feeds.feedburner.com/~r/christchurchnzblog/~4/c-b9hJPcE6M" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://pogostick.co.nz/finding-profitable-keywords-for-your-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://pogostick.co.nz/finding-profitable-keywords-for-your-website/</feedburner:origLink></item>
		<item>
		<title>Easiest way to get your Google Apps email with Gmail</title>
		<link>http://feedproxy.google.com/~r/christchurchnzblog/~3/wfbqTvxu8Q8/</link>
		<comments>http://pogostick.co.nz/easiest-way-to-get-your-google-apps-email-with-gmail/#comments</comments>
		<pubDate>Wed, 22 Feb 2012 19:15:45 +0000</pubDate>
		<dc:creator>Jas</dc:creator>
				<category><![CDATA[Technical Tips]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[google apps]]></category>
		<category><![CDATA[managing email]]></category>
		<category><![CDATA[setting up email]]></category>

		<guid isPermaLink="false">http://pogostick.co.nz/?p=1647</guid>
		<description><![CDATA[If you&#8217;re like me and your main email account is Gmail then when you get yourself setup with Google Apps on your new website domain then you have a problem &#8211; a nice easy way to seamlessly retrieve your domain email using Gmail. When I first encountered this problem I struggled to actually find any [...]]]></description>
				<content:encoded><![CDATA[<p>If you&#8217;re like me and your main email account is Gmail then when you get yourself setup with Google Apps on your new website domain then you have a problem &#8211; a nice easy way to seamlessly retrieve your domain email using Gmail. When I first encountered this problem I struggled to actually find any up-to-date information on the topic. There were a lot of complicated methods of setting up multiple Gmail accounts and using third-party tools to fetch mail between the accounts &#8211; no thanks!</p>
<p>But who wants to be having to access three or 4 different email services to keep track of new mail? Not me. There had to be a better way. There was and you&#8217;ll be pleased to know it&#8217;s actually really easy.</p>
<h2>Step 1 &#8211; Enable POP on your Google Apps account</h2>
<p>Firstly login to your new Google Apps email. Go to Settings and Forwarding and POP/IMAP. Enable POP for your all your email (this will fetch any existing email in your account) and save the change.</p>
<p><img src="http://pogostick.co.nz/wp-content/uploads/2012/02/updating-gmail-collect-google-apps-email.jpg" alt="" title="updating-gmail-collect-google-apps-email" width="575" height="309" class="alignnone size-full wp-image-1650" /></p>
<h2>Step 2 &#8211; Add the account to your existing Gmail account</h2>
<p>Login to your main Gmail account. Go to Settings > Accounts and add your Google Apps email account:</p>
<p>Email: email@mydomain.com<br />
Username: email@mydomain.com<br />
Password: xxxxx<br />
Mail server: pop.gmail.com<br />
Port: 995<br />
SSL selected</p>
<p><img src="http://pogostick.co.nz/wp-content/uploads/2012/02/gmail-google-apps-email-settings.jpg" alt="" title="gmail-google-apps-email-settings" width="575" height="252" class="alignnone size-full wp-image-1651" /></p>
<p>That&#8217;s it &#8211; you&#8217;re done! I recommending choosing the Add a label option so you know where your emails are coming from.</p>
<img src="http://feeds.feedburner.com/~r/christchurchnzblog/~4/wfbqTvxu8Q8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://pogostick.co.nz/easiest-way-to-get-your-google-apps-email-with-gmail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://pogostick.co.nz/easiest-way-to-get-your-google-apps-email-with-gmail/</feedburner:origLink></item>
	</channel>
</rss>
