Thursday, March 04, 2010

Google acquires picnik

All your base are us

Well I suppose it had to happen eventually, all the good bits of software on the web get swallowed up by the behmoth that's Google.

Now I know I use lots of Google stuff but I'm beginning to object to the giant gobbling up everything that's useful. Now I suppose that the tune would be a different one if Google came to Off Exploing and offered even a fraction of the sum that's roumoured that they paid for picnik, nice retirement plan that'd be.

Labels: , , , , ,

Sunday, October 18, 2009

MOOTOOLS TEST

mootools : FxSlide() in a blog page

This is an experimental effect designed to hide the map withing a blog article. The mootools javascript toolset or framework is well understood. The trick is to apply it to a blog page which is not static. That is to say the number of maps displayed in a page will vary due to the author's content, I may not include a map in every post and secondly due to the fact the Blogger will vary the number of articles on the page over time.

hide map | show map


View Crinkle Crags & Langdale Pikes in a larger map

So the requirement is be able to

  1. insert into a blog post while writing it
  2. add a simple set of links to hide or reveal the map
  3. add any necessary css or html tags to the map itself or it's containing div
  4. the code must be simple and amenable to be inserted as a snippet
  5. we should NOT need to know howmany maps have previously existed on the page, the code must self configure

Labels: , ,