| M | T | W | T | F | S | S |
|---|---|---|---|---|---|---|
| « Feb | ||||||
| 1 | 2 | 3 | 4 | |||
| 5 | 6 | 7 | 8 | 9 | 10 | 11 |
| 12 | 13 | 14 | 15 | 16 | 17 | 18 |
| 19 | 20 | 21 | 22 | 23 | 24 | 25 |
| 26 | 27 | 28 | 29 | 30 | 31 | |
Posted on October 10th, 2006 by davelms.
Categories: Web Design.
I’ve been busy lately working on a new design for Leeds Gig Guide. The old site was table-driven, looking a little lame and in dire need of some new features.
I took the Yahoo YUI developers kit and based the whole site on its grid and fonts css implementations. Although obviously I get the blame for the design… *wink*.
The Yahoo Calendar implementation made life a lot easier for the Gig Guide, well, basically because it’s an event guide and hence primarily date oriented. Date selection was handled by a javascript request (using Yahoo Connection) to a PHP/MySQL backend which retrieves the gigs for that date and displays the back.
And I got to play a little with Flickr too for some band-related imagery.
Posted on October 1st, 2006 by davelms.
Categories: Music.
Quite a while ago, I used to run a website at www.mymusicguide.co.uk - it’s just been resurrected! Yay!
The point behind it is somewhere to house all those press releases I get through being the editor of Leeds Music Scene. The thing is, most of the news and articles cluttering up my in-box have little or nothing to do with Leeds.
They now have a home…
Posted on September 11th, 2006 by davelms.
Categories: PHP, Web Design.
I’ve done this kind of thing in the past *, and it’s very easy! But, shame on me, I forgot… ooops. Basically, all I wanted to do was take an existing image and use PHP to write text (dynamic, created by my script) over the top and return the updated image to the browser.
(* I created a last.fm / audioscrobbler script that picked up my latest tracks from their feeds, created an image from it, and displayed in my forum signatures. This was before the days that last.fm did this kind of thing themselves!! Bit redundant now though.)
Aaaaanyway… simple really, here’s what I did.
Posted on September 4th, 2006 by davelms.
Categories: Web Design.
As part of the Leeds Music Scene website I’ve been working on the events section a little recently. Promoters, venue owners and bands submit their listings over at another site I run (Leeds Gig Guide) and these are then made available to the LMS site where I have band profiles, venue details, etc. The two complement each other nicely.
Each gig now has its own page on the LMS site and I can incorporate a variety of useful bits of information into it, such as venue location (using the Google Maps API) and ticket links.
My next project was to add an “Add To Calendar” option.