Now, that’s great! I enter two addressed into Google Maps and it shows me how to get from one to the other!
Here’s how to get from Fitzpatrick’s Hotel to the John Hancock Center in Chicago, although why it says go east from the hotel is beyond me. It’d be much faster to go west!
Later… The Google Sightseeing blog lists a number of places you might like to visit.
Tag Archives: Web
colr.org – colour scheme from images
colr.org – handy. Load up an image and it’ll pick out the colours from the image and suggest a colour scheme from those colours!
Web links
New Del.icio.us popular sites
Ming vs Flash
Flash, oooohhhhh! Saviour of the universe!
No, not the evil warlord and his arch enemy, but the ming library for PHP and other languages.
Take a quick look through the examples. Interesting eh?
Of course, I want to do something that Ming itself might not be able to do: create a static .swf file that can load image files given on the URL command line. I’ve gone searching and I’m grappling with new ideas. It seems I’ll have to write actionscript to load the image (that’s obvious if you think about it, Ming is out of the way when a .swf file is created.)
None of the examples I’ve come across accept parameters. 🙁
I’m going to look at this over the weekend if I find the time.
Some links:
- Google Search: flash tutorial
- w3schools
- Macromedia
- Flash and Javascript – very interesting.
- The bitmaps example on the Ming examples page offers a clue.
// add a third bitmap of xmms using MX actionscript
$strAction = ”
createEmptyMovieClip(‘picxmms’,10);
picxmms._x=150;
picxmms._y=100;
picxmms.loadMovie(‘http://www16.brinkster.com/gazb/ming/xmms.jpg’);
“;
$movie->add(new SWFAction(str_replace(“\r”, “”, $strAction)));If I could replace the movie URL with a variable I’d be sorted!
Later.. I should have asked Google first. Here’s how to pass parameters to a Flash file. The variable name gets put into the _root name space automatically.
Writing, Briefly
Writing, Briefly – excellent.
trendalicious!
Irish Blogs and Bloggers
Irish Blogs and Bloggers – Here’s another agregator of Irish blogs, this time from the blogsome people.
This joins Planet ILUG as another source of Irish opinion and comment!
Millions of Pages Google Hijacked using ODP Feed
Millions of Pages Google Hijacked using ODP Feed – I don’t think so.
How to improve the Google ranking of your portfolio site
The other Martin Taylor provides a short article on how to increase the visibility of your photo portfolio on Google. All basic stuff, but if you don’t know ’em they’re invaluable!
