Archive for November, 2008

Google Maps

November 19, 2008

So I have been trying to familiarise myself with Google Maps the only way I know how – in small little steps. Mostly using one or two tutorials, the documentation made available by google, and a bit of intuition ;-)

So, first of is: Map One – This was just learning how to put the map on the page, playing with adding the controls, centering the map on locations etc. Then I thought I would just copy/paste the code to add ten random markers because, well, it looked pretty cool!

Map Two – For this I used a tutorial – It pulls locations out of a MySQL database (via lat, and long coordinates, as well as a title attribute) using PHP, then creates a simple PHP loop that echoes the code that creates the different markers for as many rows there are in the table.

That was useful but this site suggests that outputting the data into XML to be read into the page will have the following benefits: faster initial page load, easier debugging, and a more flexible map app. So I set about figuring out how to output MySQL data as an XML file: ba-da-bing. There appears to be a variety of methods to be able to do this but I set up a query to my database that echoed the results into an XML format. Maybe I could look into a function called domxml_new_doc() in the future?

Now, map three is using the same information as map two, but it is pulling it from the above-linked XML file instead of connecting directly to my database.

Progress. Slightly. Hurrah. Next up, geocoding places using markers and saving them to the database for XML use. Then I can get onto the real fun of playing with the routeplanner function of google maps, probably using this as some kind of guide initially.

Cray Ate TV Tea

November 15, 2008

Even if I haven’t been doing stuff actually directly relevent to the minor project or my dissertation I’ve still tried to remain a little bit creative/productive and develop new skills along the way – maybe they will come in useful some point in the future, or maybe if I stay in the “zone” long enough I will be able to smash out a metric ton of certifiable bonafide work.

First off, the notice board I mentioned a few blog posts earlier – useful, cheap (free, more or less), and recycled. Win.

I also started designing a generic flyer for a club night I am involved in that runs weekly at ibar in Bournemouth. I mostly book bands and other acts, sort out the majority of online promo, and then do a bit of face-to-face flyering at the AIB. Any who, these are two variations of essentially the same idea/design but I couldn’t decide which I prefered – what do you think?

The one with the name at the top (as opposed to down the side) was a little rushed, sort of like just a proof to see how it might look so bear that in mind!

Generic Flyer One

Generic Flyer One

That one is probably my favourite, but I had to try and see how it might look if I changed the composition slightly:

Second Go

Second Go

I learnt about making tiles, then bastardising them to make the pattern you see as the background. Quite a useful skill, I suppose!

If anyone had any opinions or suggestions it will cool to hear them! I’ll probably post something else I’ve made (or ‘found’) tomorrow.

Finished A Website

November 12, 2008

I have been working on a website for an Architectural Design company based out of Essex. The guy who owns the company is a mate from Southend’s music scene and basically just wanted a presence on the web for his company but other than that didn’t offer too much in terms of direction initially. That led me to want to make a site that looks awesome and fits generically with similar companies whilst offering something unique.

Turns out that is bloody difficult and I should have just tried to offer something a little more generic and delivered it much, much, sooner than I have. Saying that, though, I am really pleased with how the site has turned out. There’s not much in the way of interaction but I like how the flash parts intergret with the rest of the site without being too distracting or a burden to load. There is still some meta tag stuff to be done, but it is pretty much finished!

Skills used: Actionscript 3, Flash, HTML, CSS, PHP.

Have a little look, here: Richard Morgan Associates Ltd

Safe, I’m actually getting stuff done!