<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Multiprof &#187; Misc</title>
	<atom:link href="http://www.multiprof.nl/category/projects/misc/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.multiprof.nl</link>
	<description>Home of PWI and more...</description>
	<lastBuildDate>Mon, 11 Jan 2010 21:26:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Cover Flow MMS Diary</title>
		<link>http://www.multiprof.nl/2007/07/cover-flow-mms-diary/</link>
		<comments>http://www.multiprof.nl/2007/07/cover-flow-mms-diary/#comments</comments>
		<pubDate>Mon, 23 Jul 2007 20:41:49 +0000</pubDate>
		<dc:creator>Jeroen Diderik</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://www.jdee.nl/index.php?entry=entry070723-224149</guid>
		<description><![CDATA[If you&#8217;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 of Flash code for creating your personal CoverFlow. Adapting it to the feed of my Mobile MMS Diary, [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve got the latest iTunes version installed, you get the slick Cover Flow album view.<br />
I hate iTunes, but loved the design of the CoverFlow.<br />
After looking around on the web, I found a great piece of Flash code for creating your personal CoverFlow.<br />
Adapting it to the feed of my Mobile MMS Diary, I got it up and running. Retuned it for a more minimal design and<span style="text-decoration: line-through;"> here you go,</span> or open it from the menu on the right.</p>
<p>Thanks to Nathan Stockton of <a href="http://www.n99creations.com/" target="_new">n99creations.com</a> for the original flash code!<img src="http://feeds.feedburner.com/~r/Jdeenl/~4/190346886" alt="" width="1" height="1" /></p>
<p>(currently not available)</p>
<img src="http://www.multiprof.nl/?ak_action=api_record_view&id=28&type=feed" alt="" /><h3  class="related_post_title">Other posts</h3><ul class="related_post"><li><a href="http://www.multiprof.nl/2008/08/minor-update-of-pwi-r15/" title="Minor update of PWI (r15)">Minor update of PWI (r15)</a></li><li><a href="http://www.multiprof.nl/2007/10/bietentocht-2007/" title="Bietentocht 2007">Bietentocht 2007</a></li><li><a href="http://www.multiprof.nl/2008/01/day-3-the-world-premiere-of-tbs-and-more/" title="IFFR Day 3: The world premiere of TBS (and more)">IFFR Day 3: The world premiere of TBS (and more)</a></li><li><a href="http://www.multiprof.nl/2007/06/wwwluchtverkeersleidernl/" title="www.luchtverkeersleider.nl">www.luchtverkeersleider.nl</a></li><li><a href="http://www.multiprof.nl/2008/07/love-and-hate-social-networking/" title="Love and hate Social Networking">Love and hate Social Networking</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.multiprof.nl/2007/07/cover-flow-mms-diary/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testing JW Media Player integration</title>
		<link>http://www.multiprof.nl/2007/07/testing-jw-media-player-integration/</link>
		<comments>http://www.multiprof.nl/2007/07/testing-jw-media-player-integration/#comments</comments>
		<pubDate>Wed, 11 Jul 2007 11:08:39 +0000</pubDate>
		<dc:creator>Jeroen Diderik</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://www.jdee.nl/index.php?entry=entry070711-130839</guid>
		<description><![CDATA[I was brought to the idea of integrating JW Media Player in SPHPBlog posts. Well, here&#8217;s a first test&#8230; Using the swfobject &#60;div id="player"&#62;This text will be replaced&#60;/div&#62; &#60;script type="text/javascript"&#62; 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"); &#60;/script&#62; Other postsCover Flow MMS DiaryPicasa web album troubleAXE BomChickaWahWah dancing girls [...]]]></description>
			<content:encoded><![CDATA[<p>I was brought to the idea of integrating <a href="http://www.jeroenwijering.com/?item=Flash_Media_Player" target="_new">JW Media Player</a> in SPHPBlog posts.<br />
Well, here&#8217;s a first test&#8230;</p>
<p>Using the swfobject<br />
<code><br />
&lt;div id="player"&gt;This text will be replaced&lt;/div&gt;<br />
&lt;script type="text/javascript"&gt;<br />
var so = new SWFObject("mediaplayer.swf","mpl","320","150","7");<br />
so.addParam("allowfullscreen","true");<br />
so.addVariable("file","http://www.mysite.com/playlist.xml");<br />
so.addVariable("height","150");<br />
so.addVariable("width","320");<br />
so.addVariable("displaywidth","120");<br />
so.addVariable("location","mediaplayer.swf");<br />
so.addVariable("autostart","false");<br />
so.write("player");<br />
&lt;/script&gt;<br />
</code></p>
<img src="http://www.multiprof.nl/?ak_action=api_record_view&id=33&type=feed" alt="" /><h3  class="related_post_title">Other posts</h3><ul class="related_post"><li><a href="http://www.multiprof.nl/2008/07/social-networking-explained/" title="Social Networking explained">Social Networking explained</a></li><li><a href="http://www.multiprof.nl/2008/01/day-3-the-world-premiere-of-tbs-and-more/" title="IFFR Day 3: The world premiere of TBS (and more)">IFFR Day 3: The world premiere of TBS (and more)</a></li><li><a href="http://www.multiprof.nl/2008/01/iffr-day-2-import-export-wonderfull-town/" title="IFFR Day 2: Import Export, Wonderfull Town">IFFR Day 2: Import Export, Wonderfull Town</a></li><li><a href="http://www.multiprof.nl/2008/01/iffr-day-4-5-and-6-11-movies-later/" title="IFFR Day 4, 5 and 6: 11 movies later">IFFR Day 4, 5 and 6: 11 movies later</a></li><li><a href="http://www.multiprof.nl/2008/01/picasa-web-album-script-fix/" title="Picasa Web Album script fix">Picasa Web Album script fix</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.multiprof.nl/2007/07/testing-jw-media-player-integration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Experimental Mobile Diary in Flash</title>
		<link>http://www.multiprof.nl/2007/06/experimental-mobile-diary-in-flash/</link>
		<comments>http://www.multiprof.nl/2007/06/experimental-mobile-diary-in-flash/#comments</comments>
		<pubDate>Mon, 25 Jun 2007 20:53:04 +0000</pubDate>
		<dc:creator>Jeroen Diderik</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://www.jdee.nl/index.php?entry=entry070625-225304</guid>
		<description><![CDATA[I&#8217;m currently experimenting with Flash for my Mobile Diary. I&#8217;ve already got 2 solid sollutions with albums/thumbs and all&#8230;but hey, what about a good old fashion album&#8230; Take a peek at the current version here (warning: still a bit buggy with photo positions and layering) Other postsThe Tiger Is ComingWe&#8217;ve broken the World Recordwww.luchtverkeersleider.nlPicasa web [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m currently experimenting with Flash for my Mobile Diary.<br />
I&#8217;ve already got 2 solid sollutions with albums/thumbs and all&#8230;but hey, what about a good old fashion album&#8230;<br />
Take a peek at the current version <span style="text-decoration: line-through;">here</span> (warning: still a bit buggy with photo positions and layering)<br />
<img src="http://feeds.feedburner.com/~r/Jdeenl/~4/190346900" alt="" width="1" height="1" /></p>
<img src="http://www.multiprof.nl/?ak_action=api_record_view&id=38&type=feed" alt="" /><h3  class="related_post_title">Other posts</h3><ul class="related_post"><li><a href="http://www.multiprof.nl/2008/08/minor-update-of-pwi-r15/" title="Minor update of PWI (r15)">Minor update of PWI (r15)</a></li><li><a href="http://www.multiprof.nl/2007/07/axe-bomchickawahwah-dancing-girls-promotion/" title="AXE BomChickaWahWah dancing girls promotion">AXE BomChickaWahWah dancing girls promotion</a></li><li><a href="http://www.multiprof.nl/2008/01/iffr-day-2-import-export-wonderfull-town/" title="IFFR Day 2: Import Export, Wonderfull Town">IFFR Day 2: Import Export, Wonderfull Town</a></li><li><a href="http://www.multiprof.nl/2009/04/for-sale-tugboat-from-1930/" title="My Tugboat from 1930, the ALPHA">My Tugboat from 1930, the ALPHA</a></li><li><a href="http://www.multiprof.nl/2007/06/weve-broken-the-world-record/" title="We&#8217;ve broken the World Record">We&#8217;ve broken the World Record</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.multiprof.nl/2007/06/experimental-mobile-diary-in-flash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
