Google streetview reached The Netherlands
headline »
Thu, 19/03/09 – 8:15 | Comments Off

It’s maybe only a small part yet, but the photo-car of Google Streetview has reached The Netherlands, hitting Amsterdam, Rotterdam and Groningen as a first as you can see as the blue part on the …

Read the full story »
Cyberspace

Spotted, thoughts and other online things…

Film

About the movies I like, the International Film Festival Rotterdam …

Misc

Music

The concerts, albums and anything musical…

Personal

A little bit about me and my life….

Home » Archive by Category

Articles in the Projects Category

Single Album display in PWI
Tuesday, 11 Nov, 2008 – 23:34 | One Comment
Single Album display in PWI

On popular demand, I’ve updated the Picasa Webalbum Integration script to enable single album display.
This is a minor update thatdoesn’t change much and is a bit dirty.
Look in the variables in the top of the …

Minor update of PWI (r15)
Saturday, 9 Aug, 2008 – 14:56 | 4 Comments
Minor update of PWI (r15)

I have updated the Picasa Webalbum Integration script. This is a minor update that fixes two bugs.
1. The “Back to album” link now works in IE also
2. The paging is corrected on single page albums
You …

Back home
Monday, 21 Apr, 2008 – 9:04 | Comments Off
Back home

Home sweet home…. I finally made my decision and choose my platform for the PWI library.
Storage will be done inside CVS at GoogleCode, but description, help etc. will be here: picasa-webalbum-integrator
Regards,
JD

Picasa Webalbum Integration project back to life
Saturday, 5 Apr, 2008 – 16:11 | Comments Off

I couldn’t leave it alone and picked up the PWI (Picasa Webalbum Integrator) project again.
I gave it it’s own place here, underneath projects , hope to see/hear you again there.

It’s been fun…
Saturday, 8 Mar, 2008 – 13:00 | One Comment

It’s been fun while it lasted. I’ve tried hard to keep this blog up and running and post at a regular interval.
It seems to be getting harder and harder when work starts to dominate my …

Picasa Web Album script fix
Wednesday, 30 Jan, 2008 – 16:28 | Comments Off

It seems that google has decided to change somehting, breaking the code of pwa2 (and the original pwa) script. It didn’t show the single photo’s anymore.
Well, all is fixed now and you can download the …

Picasa Webalbum integration – Web 2.0 style
Wednesday, 21 Nov, 2007 – 0:06 | Comments Off

This version is discontinued and moved on to the Javascript only version.
Don’t you hate it when pages refresh, loading takes forever, nothing to see…
Well, those are the thing (amongst many others) that set me to …

Picasa web album integration UPDATE
Wednesday, 1 Aug, 2007 – 1:33 | Comments Off

I have rewritten some of the code of my Picasa Web Album javascript.
(originally from Haochi Chen at http://googlified.com)
The first version was a success but it still lacked some features that I wanted.
I’ve since improved the …

Cover Flow MMS Diary
Monday, 23 Jul, 2007 – 22:41 | Comments Off

If you’ve got the latest iTunes version installed, you get the slick Cover Flow album view.
I hate iTunes, but loved the design of the CoverFlow.
After looking around on the web, I found a great piece …

Testing JW Media Player integration
Wednesday, 11 Jul, 2007 – 13:08 | Comments Off

I was brought to the idea of integrating JW Media Player in SPHPBlog posts.
Well, here’s a first test…
Using the swfobject

<div id=”player”>This text will be replaced</div>
<script type=”text/javascript”>
var so = new SWFObject(“mediaplayer.swf”,”mpl”,”320″,”150″,”7″);
so.addParam(“allowfullscreen”,”true”);
so.addVariable(“file”,”http://www.mysite.com/playlist.xml”);
so.addVariable(“height”,”150″);
so.addVariable(“width”,”320″);
so.addVariable(“displaywidth”,”120″);
so.addVariable(“location”,”mediaplayer.swf”);
so.addVariable(“autostart”,”false”);
so.write(“player”);
</script>