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

<channel>
	<title>Pocketware</title>
	<atom:link href="http://pocketware.com.au/feed/" rel="self" type="application/rss+xml" />
	<link>http://pocketware.com.au</link>
	<description>Smart Apps 4 Smart Phones</description>
	<lastBuildDate>Thu, 16 May 2013 04:14:03 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>SSL Weak-point</title>
		<link>http://pocketware.com.au/2013/05/ssl-weak-point/</link>
		<comments>http://pocketware.com.au/2013/05/ssl-weak-point/#comments</comments>
		<pubDate>Thu, 16 May 2013 04:14:03 +0000</pubDate>
		<dc:creator>gj.</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pocketware.com.au/?p=430</guid>
		<description><![CDATA[In hind sight many problems are very simple to avoid. I&#8217;d like to share this tip so that you might not get caught out as easily as we did. Check the expiry dates of your SSL certificates and diarise a &#8230; <a href="http://pocketware.com.au/2013/05/ssl-weak-point/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-433" alt="secure_150" src="http://pocketware.com.au/wp-content/uploads/2013/05/secure_150.jpg" width="150" height="210" />In hind sight many problems are very simple to avoid.</p>
<p>I&#8217;d like to share this tip so that you might not get caught out as easily as we did.</p>
<p>Check the expiry dates of your SSL certificates and <strong>diarise a reminder</strong> for their renewal a few days before expiry. <strong>EVEN IF YOU HAVE THEM SET FOR AUTOMATIC RENEWAL.</strong></p>
<p>Yesterday one of our systems just stopped responding, a backend service that is only accessed by program calls, it took a little while before we tried to connect to it with a browser and were confronted by the certificate issue.</p>
<p>Turns out our provider&#8217;s auto renewal process had failed and they had no alert monitoring. The provider follow-up unfortunately lacked the level of urgency expected for a live customer system totally broken, resulting in a 18+ hour outage and no doubt a provider review.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://pocketware.com.au/2013/05/ssl-weak-point/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Special data needs</title>
		<link>http://pocketware.com.au/2012/02/special-data-needs/</link>
		<comments>http://pocketware.com.au/2012/02/special-data-needs/#comments</comments>
		<pubDate>Wed, 08 Feb 2012 04:54:07 +0000</pubDate>
		<dc:creator>gj.</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pocketware.com.au/?p=250</guid>
		<description><![CDATA[Business apps can have some special data needs. One we have been working on lately stores a large supplier database on the phone. However the information does change and needs to be updated easily and with no inconvenience to the &#8230; <a href="http://pocketware.com.au/2012/02/special-data-needs/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p><img src="http://pocketware.com.au/wp-content/uploads/2012/02/building_200.jpg" alt="" title="building_200" width="200" height="150" class="alignleft size-full wp-image-254" />Business apps can have some special data needs.</p>
<p>One we have been working on lately stores a large supplier database on the phone. However the information does change and needs to be updated easily and with no inconvenience to the user.</p>
<p>The first thing this app does after install is load the current database from the client server. From then on a check is made every four hours to ensure the app database is current and updated if need be. The time between checks must of course be configurable and transparent to the user. But what happens if there is no Internet connection? In the short term this isn&#8217;t a problem as the app will issue regular reminders that the information must be synced with the backend server. After a period of time (again configurable) the app will no longer operate if the database has not been synced and the local data will be erased. After an extended period the app will remove itself from the user device.</p>
<p>Robust data integrity capabilities like these are common in business applications and demonstrate the value of engaging with a development group who have large scale business experience as well as the skills to work with mobile platforms.</p>
]]></content:encoded>
			<wfw:commentRss>http://pocketware.com.au/2012/02/special-data-needs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apps vs Mobile Web</title>
		<link>http://pocketware.com.au/2011/11/apps-vs-mobile-web/</link>
		<comments>http://pocketware.com.au/2011/11/apps-vs-mobile-web/#comments</comments>
		<pubDate>Wed, 30 Nov 2011 01:52:07 +0000</pubDate>
		<dc:creator>gj.</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pocketware.com.au/?p=188</guid>
		<description><![CDATA[As a business, when you develop and deploy information to the mobile world there are a multitude of things to be considered. You have a team of really talented and technical IT staff that could do the work, but can &#8230; <a href="http://pocketware.com.au/2011/11/apps-vs-mobile-web/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p><img src="http://pocketware.com.au/wp-content/uploads/2011/11/world_200.jpg" alt="" title="world_200" width="200" height="141" class="alignleft size-full wp-image-191" />As a business, when you develop and deploy information to the mobile world there are a multitude of things to be considered.</p>
<p>You have a team of really talented and technical IT staff that could do the work, but can they really? If your staff are not constantly working in the mobile sphere how relevant are their skill sets, what was covered at University even a year or so back is no longer best practice. The world of mobiles changes almost daily, the pace of development is frenetic in both hardware and software. The mobile platform on which your customers will consume information will have a lifespan of a couple of years at most.</p>
<p>Recently there has been much discussion around developing a mobile web site that can be viewed by any phone with a browser against the overhead of developing multiple programmed applications for the various phone platforms. On the surface the idea of one website seems simple, the reality though is anything but. Every model of phone has a different screen size, optimising for that is non-trivial, added to which are a multitude of mobile browsers all with their own quirks which need testing and catering to.</p>
<p>The technical team at Pocketware provide objective advice on the best technical approach to use depending on the particular business needs and issues such as stability, security and access to individual platform hardware for the wide range of devices and technologies currently available. Recent developments like HTML5 are blurring the boundaries between native apps and websites, an understanding of the pros and cons of these options in addition to the current skill sets to utilise them is critical to your mobile development. </p>
]]></content:encoded>
			<wfw:commentRss>http://pocketware.com.au/2011/11/apps-vs-mobile-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sweep by Pocketware</title>
		<link>http://pocketware.com.au/2011/10/sweep-by-pocketware/</link>
		<comments>http://pocketware.com.au/2011/10/sweep-by-pocketware/#comments</comments>
		<pubDate>Mon, 24 Oct 2011 03:27:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pocketware.com.au/?p=46</guid>
		<description><![CDATA[Join in the festivities of the Spring Carnival with a Melbourne Cup sweep app for Androids (2.2 and above). Download Sweep by Pocketware This easy to install, simple to use app is free from Pocketware and makes the organizing of &#8230; <a href="http://pocketware.com.au/2011/10/sweep-by-pocketware/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p><img class="alignleft size-thumbnail wp-image-50" title="horse-icon" src="http://pocketware.com.au/wp-content/uploads/2011/10/horse-icon-150x150.png" alt="" width="279" height="307" />Join in the festivities of the Spring Carnival with a Melbourne Cup sweep app for Androids (2.2 and above).<br />
Download <a title="Sweep by Pocketware" href="http://pocketware.com.au/PocketSweep.apk" target="_blank">Sweep by Pocketware</a></p>
<p>This easy to install, simple to use app is free from Pocketware and makes the organizing of the office sweep a breeze!</p>
<p>Key in names and email addresses of sweep participants and let the application assign the horses, assist to keep everyone advised of their entry and keep up with any field changes.</p>
<p>As this is a prototype application it can only be installed by downloading from the link below after first allowing installation of non-Market applications on your Android (please check: Settings / Applications / Unknown sources &#8211; clear this field again after the app is installed).</p>
<table>
<tbody>
<tr>
<td valign="middle"></td>
<td><img class="alignnone size-thumbnail wp-image-170" title="QR_Droid_26156" src="http://pocketware.com.au/wp-content/uploads/2011/10/QR_Droid_26156-150x150.png" alt="" width="150" height="150" border="0" /></td>
</tr>
</tbody>
</table>
<p>If you have feedback or encounter any issues with the app please let us know in the comments area.</p>
<p><a href="http://pocketware.com.au/wp-content/uploads/2011/10/sweep-1.png"><img class="alignnone size-thumbnail wp-image-180" title="sweep-1" src="http://pocketware.com.au/wp-content/uploads/2011/10/sweep-1-150x150.png" alt="" width="150" height="150" /></a><a href="http://pocketware.com.au/wp-content/uploads/2011/10/sweep-3.png"><img class="alignnone size-thumbnail wp-image-182" title="sweep-3" src="http://pocketware.com.au/wp-content/uploads/2011/10/sweep-3-150x150.png" alt="" width="150" height="150" /></a><a href="http://pocketware.com.au/wp-content/uploads/2011/10/sweep-7.png"><img class="alignnone size-thumbnail wp-image-179" title="sweep-7" src="http://pocketware.com.au/wp-content/uploads/2011/10/sweep-7-150x150.png" alt="" width="150" height="150" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://pocketware.com.au/2011/10/sweep-by-pocketware/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enhancing the mobile experience</title>
		<link>http://pocketware.com.au/2011/09/enhancing-the-mobile-experience/</link>
		<comments>http://pocketware.com.au/2011/09/enhancing-the-mobile-experience/#comments</comments>
		<pubDate>Thu, 08 Sep 2011 10:52:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pocketware.com.au/?p=1</guid>
		<description><![CDATA[Pocketware was formed in 2011 by a bunch of IT professionals who decided that the standard of apps out there in the marketplace could be a lot better. The main objective was to have fun but also to apply their &#8230; <a href="http://pocketware.com.au/2011/09/enhancing-the-mobile-experience/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p><strong><span style="font-size: small;">Pocketware was formed in 2011 by a bunch of IT professionals who decided that the standard of apps out there in the marketplace could be a lot better. </span></strong><br />
<strong><span style="font-size: small;">The main objective was to have fun but also to apply their years of hard earned development and business technology experience to produce quality apps.<br />
</span></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://pocketware.com.au/2011/09/enhancing-the-mobile-experience/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
