Archive for the ‘coding’ Category

kinoatlas is online

Sunday, October 4th, 2009

Finally I’m sufficiently happy with kinoatlas.de to share it with the world. It’s a mashup that shows cinemas and their programme on a Google map, to make it easy to select interesting movies which are being displayed in cinemas close to where you’d go out.

You can find more details on the new kinoatlas page, or just try it out directly. However, it’s only available for Berlin, so if that’s not where you want to see a movie show, you’ll have to write your own mashup ;-)

Actually, I still wonder why this problem has not been tackled by some other movies site, or maybe it has but I simply just didn’t find it. Even Google still sticks to lists of cinemas with several pages of content.

As this project has reached some stable and presentable state now, please go ahead and try it, and I’ll go ahead with the next idea that needs implementation. Or maybe better just pass some more time with friends :-)

geowiki

Friday, September 26th, 2008

Reviewing my past web projects, I’ve put the geowiki in nostalgy mode, i.e. password-protected the editing function to avoid further spamming. Since writing the app in early 2006, online mapping has fortunately evolved a lot, both Google Maps (and competition) as well as the great and free alternative from Open Streetmap. The concept of directly linking a map and a wiki still makes sense to me, though current mashups usually only allow small user inputs in form of comments, or contents that fit into a bubble to be displayed within the map.

Updates (kaleidoscopr, wordpress)

Tuesday, September 23rd, 2008

It’s been time. Finally I’ve updated wordpress to the current version and activated akismet. The latter saved me from manually checking 400 spam comments and will hopefully relieve my mailbox of future spam.

So the other news is an update of kaleidoscopr. Initially I just wanted to change the logo and some wording, but ended up fixing a real bug (which wasn’t obvious in Firefox) and a number of changes for IE (6), that I hadn’t tested before. In the end two days instead of two hours, but now I’m confident about the app.

Kaleidoscopr redesign

Monday, March 17th, 2008

Finally I’m done with a redesign of kaleidoscopr, the online kaleidoscoping app for flickr images, fixing a number of bugs and adding some new options.

What’s new:

  • You can create kaleidoscoped images of bigger sizes (if the original photo allows it)
  • You see infos and relevant links about the current image, like title, description, user name, license
  • You can chose between several creative-commons licenses when searching
  • Somewhat cleaner interface
  • Tag search accepts multiple tags
  • Code is object-oriented
  • Updated to phpflickr 2.2.0 (thanks for this package)

One negative thing: old kaleidoscopr links won’t work any more. If there’s a need for it, tell me and I’ll make it backwards-compatible.

Check it out and enjoy on http://ctrl-w.net/kaleidoscopr

Web 0.5

Tuesday, November 27th, 2007

While browsing through sites of cheap airlines, I was nostalgically overwhelmed when visiting http://www.eurowings.com/ . I can’t remember when it’s been the last time that I’ve seen a real marquee in use (not the equally annoying javascript replacements), but probably years and on private homepages or relics from the iron age of the web. But here it is, a marquee on a business website, recommending to use Microsoft Internet Explorer with 1024 x 768 Hi-Colors.

Probably it’s just a prank by some web-design students or new media artist. This suspicion is supported even more by the name of the design agency: Know Idea GmbH

Kaleidoscopr update

Sunday, July 8th, 2007

Just adjusted the kaleidoscopr to a change in flickr’s API, which had broken the app. The path of flickr pics has been extended by a farm id, and if it’s missing you get a redirect to the new url. Being lazy I only changed curl to follow redirects, but this seems to be enough. I also updated the phpFlickr to the current version 2.1, which works fine for me without any necessary modifications in the source.

Changed apps to work without allow_url_fopen

Saturday, May 12th, 2007

For some time my apps on ctrlw.net failed to work, after the admins had changed allow_url_fopen to false. That’s fine since it increases security, but I had to spend some time now to make everything work again.

The Geocoder wasn’t much hassle, basically following the instructions on http://wiki.dreamhost.com/index.php/Allow_url_fopen and replacing the fopen call by a few lines with curl commands.

The online kaleidoscope took more time, but it was worth it. The rework also improves speed and caching a little bit, while for security reasons I now only allow pictures on flickr’s servers to be kaleidoscoped. And I moved everything to my Dreamhosted domain ctrl-w.net, the same place as this blog.

Ah, and I just created a small page about the kaleidoscopr in this blog, which explains the basics of its use.