Tag Archives: php

4032129960_439aecbdb8_b

Creating an online advent calendar with PHP/Javascript/Ajax

**Skip to bottom if you just want the source code and instructions**! As the festive season approaches, everyone in Britain looks forward to an advent calendar. Actually correction. Everyone looks forward to eating the chocolate from their advent calendar. At work, I got asked to … Read More

fapi

Flickr API Fun: Flickr Theme Searcher

I’ve made another wee Flickr App.  This time you can search groups for keyword, between certain dates. It will then return the photos that have those keywords in the title,description or tags.  You then get the choice to either click on the the photo to … Read More

fl

Introducing Flickr Group Searcher and Flickr Favourite Searcher (with auto-code generation!)

This is my first post in two months..sorry, been incredibly busy at work! I’ve had my first week off since, well, I don’t know when! So how did I spend one of my days off? Coding. Yep, bloody coding! Anyway, I wanted to solve quite … Read More

nob-hill-san-francisco-ca-usa-google-maps

Reading Google Map pointers from a MySQL database

As mentioned in my other blog post, you may be interested in how you can plot points on a google map using the google maps API, combined with a MySQL database.
The basic premise is that you have a MySQL database containing a series of latitudes and longitudes, and you need to read the latitudes/longitudes from the database and plot them onto the google map.