Articles in the Projects Category
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 …
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 …
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
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 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 …
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 …
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 …
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 …
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 …
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>



