Skip to main content

Posts

Showing posts with the label google maps api

Report-a-Potty

In line with the nationwide Sanitation Hackathon organized by several organizations here in the philippines and abroad, I mentored for one of the GDG chapters here in Davao. After my presentation yesterday, I myself attempted to do a quick hack on how to help in the sanitation problems faced here and abroad. Using Google Maps Javascript API and a supposedly a little bit of PHP (but I became to busy to continue the rest of the application) I've created a webapp which does a simple basic thing: get your current location and report/tag it as an offender. This is in hoping that the corresponding establishments and local government units to improve the sanitation of their provided restroom facilities. Unfortunately, since im one of the mentors for the Davao participants, I wont be able to join the submission of entries. Its a nice proof of concept though :)  The source code could be viewed (since its all just a bunch of HTML and JavaScript. The app is available at htt...

Small Things

I've been having a lot of inflow of ideas recently. I'd also be helping a friend develop his existing system into a web based one. I think this is a good time for me to get back to coding and learning about new things since most of the ideas would require Facebook integration and Google APIs in development. Perhaps I could shoot in a little overview on the projects and track them from time to time and see which ideas are progressing. Quotes - I have this thing for saving quotations and back then I had a local site which I store my favorite quotes but I think there's a better way of storing and sharing quotes. I've checked out some sites which does quote saving and sharing like quoteabl.es but it lacks a certain function I need like importing quotes from e-readers like the Kindle or the iBooks app. They say that they have a plug-in for highlighting quotes and saving it but on my previous examination of the service it still lacks a lot of features. One annoying thing t...

HSBC's Branch Locator Using Google Maps API

Since my car is broken, ive been a bit lazy to go to Alabang at the usual branch where I pay my HSBC bills. I told myself that within this week, I'd find time to pay both my Globe and my HSBC bills since both are due some time next weekend. HSBCs ATM Branch Service Locator Surprisingly, I liked HSBC's branch locator website which uses Google Maps API to map out different branches, the services offered, banking hours and even a picture of the branch itself. Its pretty great how companies takes advantage of Google Maps API. Try it out for a spin! Click here to go to the website. If you want to know more about Google Maps API, you could visit the link below: http://code.google.com/apis/maps/index.html Another website containing tutorials and examples could be found here: http://econym.org.uk/gmap/ Developing applications using Google Maps API is much simpler and you only need a bit of HTML, JavaScript and XML knowledge. Well, feel free to go wild in expanding its c...