Search Results Tag: Cloud Computing

Launch of funtimes.at – mobile web and apps for schedules.

2012/01/04 at 1:11 pm Filed in:Mobile Apps | Our Sites | Portfolio | Social Apps | Web Applications No Comments

The world has just gone mobile. You have already invested in building a great website, but now your customers expect to have your information available on their iPhones and other smartphones. Do you have to build a new mobile-friendly site, and create, maintain, and support new mobile apps for all the devices your customers use now and may use in future? Or is there an easier way?

Yes! You can deliver the mobile experience your customers need today, by leveraging services like Twitter, Facebook, and funtimes.at. Funtimes.at checks your existing website every night, and makes your schedule information mobile-friendly. We take care of everything so that your customers will have easy and intuitive access with the touch of a finger. And if they install the optional app, they can even see the latest update when they do not have Internet access.

What you see here is only a starting point. The web site and apps can be branded and customized to meet all of your needs.

A test of Google App Engine’s free Java hosting

2010/09/01 at 11:40 am Filed in:Our Sites | Portfolio | Web Applications No Comments

Shared web hosting for Java (e.g. Apache Tomcat) has generally been more expensive and complex than PHP and basic web hosting. But I’ve recently discovered Google App Engine now offers free hosting for low-traffic sites, with cloud-style pricing for resource use as traffic increases. It’s a very unique service, you have to use their object store instead of MySQL for example, and you need a special appengine configuration file. To try it out, I adapted my simple Jeocoder project to run on AppEngine (you can try it out here).

JEOCODER” is free sample Java code for determining longitude and latitude from a North American address that works with geocoding services provided by GEOCODER.CA and GEOCODER.US. The code was written by Doug Carmichael for my Gigazad project, where we used it for managing geographically-targeted advertising. GEOCODER.CA offers sample code in other languages, and has a link to my site for our Java version.

It was trivial to get Jeocoder running on appengine. More complex applications could be a challenge… apparently the database doesn’t support joins in queries! It will be interesting to see how Google cloud services evolve vs Amazon and the others.

If I had time I would write a review of Google Sites, which was a breeze to use to create and host a simple web site, www.augcom.ca, for free with no advertising.  The only catch seems to be that there are a set of Google links at the bottom (Sign in | Terms | Report Abuse | Print page | Powered by Google Sites).