Get featured.biz MapMode Exclusive

Getfeatured.biz in MapMode

Getfeatured.biz is the new kid on the Ghana classified block and its already kicking ass with its sleek interface and easy to use features. The MapMode which is still in beta mode currently allows viewers to see locations of listings on a rather well designed Google Map. 

Getfeatured currently accepts listings on Jobs | Autos | Real Estate 

Users of this great service cannot only list ads, but they can also add their own locations to the places mode of Getfeatured

Tags: map google ghana

Multiple layers in Fusion tables map

If you are a fan of Fusion Tables  from Google then you probably know the many benefits it comes with. Google fusion tables is a data storage in the cloud which allows you to pull various data stunts including representing data in charts and on maps using a column stored with locations.  

Google fusion tables allows you to create a new table using 3 main methods;

  1. By Importing .csv, .tsv, or .txt (100mb)
  2. Selecting a spreadsheet from your Google Docs
  3. Creating an empty table

For a quick hands on tutorial on a “Hello World for Google fusion tables” visit the INPHINA THOUGHTS blog.

Some of the features of Google fusion tables are:

  • Ability to map large amounts of geographic data
  • Filtering of data
  • Aggregating data
  • Exporting Map data to KML and CSV

It gets even more fun with the FusionTablesLayer Builder which helps you generate HTML for your map created in Fusion Table with search elements. After you have created your HTML you can copy and paste it on your website or blog. 

The FusionTablesLayer Builder as it is now even helps you to include more than one table which creates 2 layers. Head over to FusionTablesLayer Builder and give it a try. In case you want to have more than one table included create more layer variables like below.

In this example I added a third table to create a third layer. Remember to change the variable content to your actual table id. 

<script type=”text/javascript”>

var map;

var layer;

var tableid = 0000000;

var layer2;

var tableid2 = 0000000;

var layer3;

var tableid3 = 0000000;

function initialize() {

  map = new google.maps.Map(document.getElementById(‘map_canvas’), {

    center: new google.maps.LatLng(-47.75409797967996, -78.3984375),

    zoom: 2,

    mapTypeId: google.maps.MapTypeId.ROADMAP

  });

  layer = new google.maps.FusionTablesLayer(tableid);

  layer.setQuery(“SELECT ‘geometry’ FROM ” + tableid);

  layer.setMap(map);

  layer2 = new google.maps.FusionTablesLayer(tableid2);

  layer2.setQuery(“SELECT ‘geometry’ FROM ” + tableid2);

  layer2.setMap(map);

  layer3 = new google.maps.FusionTablesLayer(tableid3);

  layer3.setQuery(“SELECT ‘geometry’ FROM ” + tableid3);

  layer3.setMap(map);

}

</script>

Taking your office to the clouds

Every business requires basic softwares such as an office suite for productivity work, project management tools and backup services.

When it comes to office suite application, there is one name we often associate with and that is Microsoft office. Others in this business include; IBM Lotus, GNOME office, KOffice, OpenOffice and iWork for Apple computers.  A typical office suite component is made up of a Word Processor, Spreadsheet, Presentation program, Email client, Contact Manager and a Database. 

Office Suite - Google Apps

Whiles these applications are very useful, the proprietary suites are often expensive to acquire and that is when the Open source and some free suites become very helpful. If you are looking at streamlining productivity costs on office suites as a small company with flexibility then Google Apps is a must have.

Here are some of the few benefits you can gain from the free version of Google Apps;

  • Maximum of 50 accounts
  • Messaging in apps
  • Real time collaboration / sharing. 
  • Integration with more Google Applications
  • Enough of storage space
  • 24 / 7 access to documents and emails from any location. All you need is a computer with internet access to login to your account to access all your files, mails and photos. 
  • Intranet capabilities. 
  • Many apps from the App market. Manymoon, which I would be discussing in a bit is one of the many apps available  and installable on your Google Apps account.  Apps from the market makes it easy to centralize and bring some of the applications you are used to on your traditional desktop applications. 
  • Efficient, useful and secured
  • Good Mobile Interface

If I have done a good job of convincing you to jump to Google Apps, follow this link for a brief tutorials on how to setup your domain on Google Apps, either ways still follow the link to be more convinced. 

Project / Task Management (ManyMoon)

Manymoon is a great app for organizing all your projects and tasks. If you are not happy with your current task / project management tool then give manymoon a try. It is clean and simple to setup. It helps you stay focused on large and complex projects. There is a version for linkedin called Projects and Teamspaces app. It is a a very productive application and helps you know exactly what you want to work on and check off on your to do list whiles having the flexibility to organize your documents associated with daily tasks and integrate with Google Calendar and Docs. 

Setup is quick and painless.

Backup with DropBox

So you now have your office suite setup in the cloud on Google’s reliable servers and collaborating with your team on maymoon. You probably have some files you cannot do without anywhere you go provided you cannot share them or upload them on Google Apps. DropBox is an online backup webservice similar to MobileMe which automatically syncs with selected files on your computer. It comes with an app for both Android and the iPhone, making it easier to have access to any of your documents and files any where you go on your smart phone. 

You can sign up  for free on WindowsMacLinuxand Mobile

Tags: google mobile