<?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>Software4Nerds</title>
	<atom:link href="http://www.software4nerds.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.software4nerds.com/blog</link>
	<description>semi-useless software only a few people care about</description>
	<lastBuildDate>Sun, 14 Mar 2010 15:25:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>SSP/LR Embedding Summary</title>
		<link>http://www.software4nerds.com/blog/2010/02/18/embedding-summary/</link>
		<comments>http://www.software4nerds.com/blog/2010/02/18/embedding-summary/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 15:07:23 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[SlideShowPro]]></category>

		<guid isPermaLink="false">http://www.software4nerds.com/blog/?p=178</guid>
		<description><![CDATA[Summary Method SWF Popups Image Popups bgcolor Controlled By Downside? Shadowbox w/ loader.swf YES* YES Shadowbox settings Extra viewing step Shadowbox w/ index.html YES YES SSP/LR settings Extra viewing step; May want to edit index.html to get rid of scroll bars (see here) Kimili Flash Embed w/ loader.swf YES* YES Kimili settings Limited to WordPress [...]]]></description>
			<content:encoded><![CDATA[<h2>Summary</h2>
<table border="1">
<tr>
<th>Method</th>
<th>SWF Popups</th>
<th>Image Popups</th>
<th>bgcolor Controlled By</th>
<th>Downside?</th>
</tr>
<tr>
<td>Shadowbox w/ loader.swf</td>
<td>YES*</td>
<td>YES</td>
<td>Shadowbox settings</td>
<td>Extra viewing step</td>
</tr>
<tr>
<td>Shadowbox w/ index.html</td>
<td>YES</td>
<td>YES</td>
<td>SSP/LR settings</td>
<td>Extra viewing step; May want to edit index.html to get rid of scroll bars (<a href='http://wiki.slideshowpro.net/SSPlr/CP-DottedOutline'>see here</a>)</td>
</tr>
<tr>
<td>Kimili Flash Embed w/ loader.swf</td>
<td>YES*</td>
<td>YES</td>
<td>Kimili settings</td>
<td>Limited to WordPress width</td>
</tr>
<tr>
<td>iFrame w/ index.html</td>
<td>YES</td>
<td>YES</td>
<td>SSP/LR settings</td>
<td>Limited to WordPress width; Need iFrame enabled browsers; May want to edit index.html to get rid of scroll bars (<a href='http://wiki.slideshowpro.net/SSPlr/CP-DottedOutline'>see here</a>)</td>
</tr>
</table>
<p> <span id="more-178"></span><br />
* Anytime you embed &#8216;loader.swf&#8217;, SWF type pop ups will not work out of the box.  You need to adjust the location of &#8216;pop.html&#8217; to be specific to the post you are embedding the slideshow in ( found in images.xml; explained here: <a href='http://wiki.slideshowpro.net/SSPlr/Tips-EmbedInSeparateHTMLDocument'>http://wiki.slideshowpro.net/SSPlr/Tips-EmbedInSeparateHTMLDocument</a> )</p>
<p>For my money, embedding index.html with Shadowbox gives me the most bang for my buck.  That&#8217;s what I normally use.  YMMV.</p>
<h2>Examples</h2>
<p>iFrame w/ SWF popups (pop ups work):<br />
<iframe src ="/my_galleries/swf_popup/index.html" width="100%" height="600"></p>
<p>Your browser does not support iframes.</p>
<p></iframe></p>
<p>Shadowbox Gallery w/ SWF popups; Embed loader.swf (pop ups don&#8217;t work):<br />
<a href="http://www.software4nerds.com/my_galleries/swf_popup/loader.swf" rel='shadowbox;height=500;width=500;options={flashParams:{base:".",allowfullscreen:"true"}}'><img src="/my_galleries/swf_popup/album1/thumb/_MG_3320.jpg"/></a></p>
<p>Shadowbox Gallery w/ Image popups; Embed loader.swf (pop ups work):<br />
<a href="http://www.software4nerds.com/my_galleries/gallery3/loader.swf" rel='shadowbox;height=500;width=500;options={flashParams:{base:".",allowfullscreen:"true"}}'><img src="/my_galleries/gallery3/album1/thumb/_MG_3380.jpg"/></a></p>
<p>Shadowbox Gallery w/ SWF popups; Embed index.html  (pop ups work):<br />
<a href="http://www.software4nerds.com/my_galleries/swf_popup/index.html" rel='shadowbox;height=600;width=600;options={flashParams:{base:".",allowfullscreen:"true"}}'><img src="/my_galleries/swf_popup/album1/thumb/_MG_3320.jpg"/></a></p>
<p>Kimili Gallery w/ SWF popups; Embed loader.swf; Original images.xml  (pop ups don&#8217;t work):<br />

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_loader_1977121561"
			class="flashmovie"
			width="500"
			height="450">
	<param name="movie" value="/my_galleries/swf_popup/loader.swf" />
	<param name="wmode" value="transparent" />
	<param name="base" value="." />
	<param name="allowfullscreen" value="true" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="/my_galleries/swf_popup/loader.swf"
			name="fm_loader_1977121561"
			width="500"
			height="450">
		<param name="wmode" value="transparent" />
		<param name="base" value="." />
		<param name="allowfullscreen" value="true" />
	<!--<![endif]-->
		
<p>Kimili Gallery w/ SWF popups; Embed loader.swf; images.xml fixed  (pop ups work):<br />
[kml_flashembed movie='/my_galleries/swf_popup_images_fixed/loader.swf' height='450' width='500' base='.' allowfullscreen='true' wmode='transparent'/]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.software4nerds.com/blog/2010/02/18/embedding-summary/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SSP/LR &amp; Kimili Using the Visual Editor</title>
		<link>http://www.software4nerds.com/blog/2009/09/30/ssplr-kimili-using-the-visual-editor/</link>
		<comments>http://www.software4nerds.com/blog/2009/09/30/ssplr-kimili-using-the-visual-editor/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 04:38:07 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[SlideShowPro]]></category>

		<guid isPermaLink="false">http://www.software4nerds.com/blog/?p=156</guid>
		<description><![CDATA[This post shows you how to embed your SlideShowPro for Lightroom slideshow into your WordPress blog using the Kimili plug-in and the &#8220;Kimili Flash Embed&#8221; button on the editor toolbar. The Kimili plug-in is used to embed Flash objects. We&#8217;re going to use it to embed our slideshow. Install the Plug-In The first thing you [...]]]></description>
			<content:encoded><![CDATA[<p>This post shows you how to embed your <a href="http://slideshowpro.net">SlideShowPro for Lightroom</a> slideshow into your WordPress blog using the Kimili plug-in and the &#8220;Kimili Flash Embed&#8221; button on the editor toolbar.<br />
<span id="more-156"></span><br />
The Kimili plug-in is used to embed Flash objects.  We&#8217;re going to use it to embed our slideshow.</p>
<h2>Install the Plug-In</h2>
<p>The first thing you need to do is to install Kimili.  That&#8217;s pretty simple.  You can get the plug-in by going to the &#8220;Add New&#8221; option in your Plugins panel.  Just search for Kimili Flash Embed.</p>
<h2>Create The Slideshow</h2>
<p>Nothing special here.  Create the slideshow however you want.  It doesn&#8217;t matter.  Go nuts.  Just write down the final dimensions (add some to the height if you&#8217;re using the Wet Floor).</p>
<p>For this example, let&#8217;s assume that I&#8217;ve set my width to 500 and my height to 400.  I&#8217;m using the Wet Floor, so I&#8217;m going to write down 500 for my height.</p>
<p>You may want to make considerations for you blog (colors, sizes, etc).</p>
<h2>Upload the Slideshow</h2>
<p>Upload the slideshow somewhere on your site.  I prefer to keep all of my albums in a directory called <code>/my_galleries</code>.</p>
<ul>
<li>I&#8217;ve exported my slideshow to a local folder named <code>gallery3</code></li>
<li>I&#8217;ve uploaded my exported folder to my website so I now a folder called <code>/my_galleries/gallery3</code></li>
<li>To the outside world, my slideshow object is located at <a href="http://www.software4nerds.com/my_galleries/gallery3/loader.swf">/my_galleries/gallery3/loader.swf</a> (you can click on it and see it)</li>
<li>Write that down</li>
</ul>
<h2>Create The Post With The Slideshow</h2>
<ul>
<li>Create the post like normal using the Visual editor</li>
<li>Get to the point where you want to put the slideshow</li>
<li>Press the red button on your toolbar: <img class="alignnone size-full wp-image-160" title="kimili_flash_embed_toolbar_button" src="http://www.software4nerds.com/blog/wp-content/uploads/2009/09/kimili_flash_embed_toolbar_button.png" alt="kimili_flash_embed_toolbar_button" width="36" height="25" /></li>
<li>Press the &#8220;more&#8221; link in the &#8220;SWF definition&#8221; section</li>
<li>Enter the following parameters:
<ul>
<li><strong>Flash (.swf)</strong>: Put the location of your slideshow (e.g. /my_galleries/gallery3/loader.swf)</li>
<li><strong>Dimensions</strong>: Enter the dimensions you wrote down above</li>
<li><strong>wmode</strong>: Select &#8216;transparent&#8217;</li>
<li><strong>allowfullscreen</strong>: Select &#8216;true&#8217;</li>
<li><strong>base</strong>: Enter a single period (.)</li>
<li>Everything else can be left as the defaults or modified for your needs</li>
<li>It should look something like this:</li>
<li><img class="alignnone size-full wp-image-159" title="kimili_form_sample" src="http://www.software4nerds.com/blog/wp-content/uploads/2009/09/kimili_form_sample.png" alt="kimili_form_sample" width="606" height="423" /></li>
</ul>
</li>
<li>Press the Generate button at the bottom of the Kimili form.</li>
</ul>
<h2>Preview The Post</h2>
<p>If you&#8217;ve done everything correctly, you will be rewarded with a post and a slideshow that looks something like this:</p>
<p>[kml_flashembed publishmethod="static" fversion="8.0.0" movie="/my_galleries/gallery3/loader.swf" width="500" height="500" targetclass="flashmovie" wmode="transparent" allowfullscreen="true" base="."]<a href="http://adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>

	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object>
]]></content:encoded>
			<wfw:commentRss>http://www.software4nerds.com/blog/2009/09/30/ssplr-kimili-using-the-visual-editor/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SSP/LR &amp; Shadowbox JS</title>
		<link>http://www.software4nerds.com/blog/2009/09/14/slideshowpro-shadowbox-js/</link>
		<comments>http://www.software4nerds.com/blog/2009/09/14/slideshowpro-shadowbox-js/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 16:39:47 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[SlideShowPro]]></category>

		<guid isPermaLink="false">http://www.software4nerds.com/blog/?p=100</guid>
		<description><![CDATA[This post shows you how to embed your SlideShowPro for Lightroom slideshow into your WordPress blog using the ShadowboxJS plug-in. The ShadowboxJS plug-in is used to embed different things into your blog. A Flash object is one of those things. We&#8217;re going to use it to embed our slideshow and make it &#8216;pop up&#8217;. These [...]]]></description>
			<content:encoded><![CDATA[<p>This post shows you how to embed your <a href="http://slideshowpro.net">SlideShowPro for Lightroom</a> slideshow into your WordPress blog using the ShadowboxJS plug-in.<br />
<span id="more-100"></span></p>
<p>The ShadowboxJS plug-in is used to embed different things into your blog.  A Flash object is one of those things.  We&#8217;re going to use it to embed our slideshow and make it &#8216;pop up&#8217;.  These directions should pretty much work with other *box scripts (you&#8217;ll need to modify it though).</p>
<h2>Install the Plug-In</h2>
<p>The first thing you need to do is to install Shadowbox JS.  That&#8217;s pretty simple.  You can get the plug-in by going to the &#8220;Add New&#8221; option in your Plugins panel.  Just search for Shadowbox JS.</p>
<h2>Create The Slideshow</h2>
<p>Nothing special here.  Create the slideshow however you want.  It doesn&#8217;t matter.  Go nuts.  Just write down the final dimensions (add some to the height if you&#8217;re using the Wet Floor).<br/><br />
For this example, let&#8217;s assume that I&#8217;ve set my width to 500 and my height to 400.  I&#8217;m using the Wet Floor, so I&#8217;m going to write down 500 for my height.<br/><br />
You may want to make considerations for you blog (colors, sizes, etc).</p>
<h2>Upload the Slideshow</h2>
<p>Upload the slideshow somewhere on your site.  I prefer to keep all of my albums in a directory called <code>/my_galleries</code>.</p>
<ul>
<li>I&#8217;ve exported my slideshow to a local folder named <code>gallery3</code></li>
<li>I&#8217;ve uploaded the exported folder to my website so I now have a folder called <code>/my_galleries/gallery3</code></li>
<li>To the outside world, my slideshow object is located at <a href="http://www.software4nerds.com/my_galleries/gallery3/loader.swf">/my_galleries/gallery3/loader.swf</a> (you can click on it and see it)</li>
<li>Write that down</li>
</ul>
<h2> Create The Post With The Slideshow</h2>
<ul>
<li>Create the post like normal</li>
<li>Figure out what image you want to use as your slideshow preview (I chose /my_galleries/gallery1/album1/thumb/_MG_3380.jpg; it could anywhere on your site)
<li>
<li>Switch to the Code editor</li>
<li>Enter the following code into the post where you want the slideshow to appear (modify the code to suite you; don&#8217;t insert <i>my</i> slideshow!):</li>
<li>
<pre class="brush: xml;">&lt;a href=&quot;/my_galleries/gallery3/loader.swf&quot; rel='shadowbox;height=500;width=500;options={flashParams:{base:&quot;.&quot;,allowfullscreen:&quot;true&quot;}}'&gt;&lt;img src=&quot;/my_galleries/gallery3/album1/thumb/_MG_3380.jpg&quot;/&gt;&lt;/a&gt;</pre>
</li>
</ul>
<li>Insert that code into your post</li>
</ul>
<h2>Preview The Post</h2>
<p>If you&#8217;ve done everything correctly, you will be rewarded with a post and a slideshow that looks something like this (click on the image):</p>
<p><a href="http://www.software4nerds.com/my_galleries/gallery3/loader.swf" rel='shadowbox;height=500;width=500;options={flashParams:{base:".",allowfullscreen:"true"}}'><img src="/my_galleries/gallery3/album1/thumb/_MG_3380.jpg"/></a></p>
<h2>Using Director</h2>
<p>If you used Director to create your slideshow, then you probably don&#8217;t have any images in your slideshow folder.  That makes picking a preview image a bit tricky (everything else will be the same though).  The way I see it, you have the following options:</p>
<ol>
<li>Upload an image using WordPress</li>
<li>Use the Director interface to show you the URL and then scale it down</li>
</ol>
<p>The first one is going to be the easiest since the post editor allows uploads.<br />
If you want to use the Director image, be warned.  The image is large.  However, here&#8217;s how you would do it:</p>
<ol>
<li>In Director, edit the album content</li>
<li>Double-Click on the image you want to use as your preview</li>
<li>In the content editor, click the &#8220;view&#8221; button.  A new window will pop up</li>
<li>Use the URL in the new browser window for your image</li>
<li>Make sure you scale it down like so: &lt;img src=&#8221;&#8230;.&#8221; height=&#8221;50%&#8221; width=&#8221;50%&#8221;/&gt;</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.software4nerds.com/blog/2009/09/14/slideshowpro-shadowbox-js/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SSP/LR &amp; Kimili Using the Code Editor</title>
		<link>http://www.software4nerds.com/blog/2009/09/14/slideshowpro-kimili/</link>
		<comments>http://www.software4nerds.com/blog/2009/09/14/slideshowpro-kimili/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 16:00:16 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[SlideShowPro]]></category>

		<guid isPermaLink="false">http://www.software4nerds.com/blog/?p=67</guid>
		<description><![CDATA[This post shows you how to embed your SlideShowPro for Lightroom slideshow into your WordPress blog using the Kimili plug-in. The Kimili plug-in is used to embed Flash objects. We&#8217;re going to use it to embed our slideshow. Install the Plug-In The first thing you need to do is to install Kimili. That&#8217;s pretty simple. [...]]]></description>
			<content:encoded><![CDATA[<p>This post shows you how to embed your <a href="http://slideshowpro.net">SlideShowPro for Lightroom</a> slideshow into your WordPress blog using the Kimili plug-in.<br />
<span id="more-67"></span><br />
The Kimili plug-in is used to embed Flash objects.  We&#8217;re going to use it to embed our slideshow.</p>
<h2>Install the Plug-In</h2>
<p>The first thing you need to do is to install Kimili.  That&#8217;s pretty simple.  You can get the plug-in by going to the &#8220;Add New&#8221; option in your Plugins panel.  Just search for Kimili Flash Embed.</p>
<h2>Create The Slideshow</h2>
<p>Nothing special here.  Create the slideshow however you want.  It doesn&#8217;t matter.  Go nuts.  Just write down the final dimensions (add some to the height if you&#8217;re using the Wet Floor).<br/><br />
For this example, let&#8217;s assume that I&#8217;ve set my width to 500 and my height to 400.  I&#8217;m using the Wet Floor, so I&#8217;m going to write down 500 for my height.<br/><br />
You may want to make considerations for you blog (colors, sizes, etc).</p>
<h2>Upload the Slideshow</h2>
<p>Upload the slideshow somewhere on your site.  I prefer to keep all of my albums in a directory called <code>/my_galleries</code>.</p>
<ul>
<li>I&#8217;ve exported my slideshow to a local folder named <code>gallery3</code></li>
<li>I&#8217;ve uploaded my exported folder to my website so I now a folder called <code>/my_galleries/gallery3</code></li>
<li>To the outside world, my slideshow object is located at <a href="http://www.software4nerds.com/my_galleries/gallery3/loader.swf">/my_galleries/gallery3/loader.swf</a> (you can click on it and see it)</li>
<li>Write that down</li>
</ul>
<h2> Create The Post With The Slideshow</h2>
<ul>
<li>Create the post like normal</li>
<li>Switch to the Code editor</li>
<li>Modify the following line to suite your needs (please don&#8217;t embed <i>my</i> slideshow!):</li>
<li>
<pre class="brush: plain;">[ kml_flashembed movie='/my_galleries/gallery3/loader.swf' height='500' width='500' base='.' allowfullscreen='true' wmode='transparent'/]</pre>
<p><b>you must remove the space between <code>[</code> and <code>kml_flashembed</code>)</b></li>
<li>Insert that code into your post</li>
</ul>
<h2>Preview The Post</h2>
<p>If you've done everything correctly, you will be rewarded with a post and a slideshow that looks something like this:</p>

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_loader_1195274104"
			class="flashmovie"
			width="500"
			height="450">
	<param name="movie" value="/my_galleries/gallery3/loader.swf" />
	<param name="wmode" value="transparent" />
	<param name="base" value="." />
	<param name="allowfullscreen" value="true" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="/my_galleries/gallery3/loader.swf"
			name="fm_loader_1195274104"
			width="500"
			height="450">
		<param name="wmode" value="transparent" />
		<param name="base" value="." />
		<param name="allowfullscreen" value="true" />
	<!--<![endif]-->
		
	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object>
]]></content:encoded>
			<wfw:commentRss>http://www.software4nerds.com/blog/2009/09/14/slideshowpro-kimili/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>
