I had some more ideas about what to do with my flex flickr widget the other day. Inspired by Dunstan's old blog that he never updates, I though I should get the widget to update related to my situation.
For the first incarnation (and I have many more ideas of how to do this) it will update with the time of day to show a representation of where I am (London). It then selects a random photo in the top 20 results to show.
Clicking the image now updates the photo from the original result set, rather than making a new request, which has made it a million times faster.
The only problem is the difficulty I have searching and selecting images. I am currently using the tag search to bring back images of London plus Morning, landmarks, afternoon, evening or night. landmarks you say?? Well the thing is, no one seems to tag photos with day or noon, people only tag things that aren't the norm.
So I am planning on adding some more photos of my own that I can use, or find out a clever way I can do some self tagging, perhaps with favourites or something.
The next step is going to have to be integration with another service, perhaps twitter, weather.com or in the future fireeagle.
Download the source code for my Flickr widget!
I have wanted to have a little project for a while now. Something to add to this blog that would help me learn something new and suffice my need to code. So I decided to create a really simple Flickr widget in Flex (frame work over kill I know).
Previously in flex I have used SOAP [...]
I have been re factoring some stuff in action script 3 recently and the old date manipulation was a bit hacky. It included get time then adding multiples of milliseconds to epocs, which was a bit confusing.
I though I would be a good idea to write a few methods in my personal utilities class, simple [...]
The evening we popped down to Adobe live to be confronted with the normal (and expected) sales stuff, in fact there seemed to be almost as many people there from Adobe as visitors!
After buying some books (more on them later) and .net magazine (again more on that later) we made a quick exit and cursed [...]
I had some problems getting custom chrome to work with Apollo, and also getting a code behind files to work.
I am one of those people who is a bit of a tidy freak with code, and try as much as I can to seperate things sensiably. I also find I much rather developing functionality in [...]