<?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>Design-Notes &#187; Ajax</title>
	<atom:link href="http://design-notes.info/tag/ajax/feed/" rel="self" type="application/rss+xml" />
	<link>http://design-notes.info</link>
	<description>Design-Notes</description>
	<lastBuildDate>Wed, 23 Jun 2010 16:08:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Integrate Minishowcase Gallery Into Wordpress</title>
		<link>http://design-notes.info/tutorial/wordpress/integrate-minishowcase-gallery-into-wordpress/</link>
		<comments>http://design-notes.info/tutorial/wordpress/integrate-minishowcase-gallery-into-wordpress/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 14:29:56 +0000</pubDate>
		<dc:creator>alexandra</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Gallery]]></category>

		<guid isPermaLink="false">http://design-notes.info/?p=1827</guid>
		<description><![CDATA[After using WordPress for a year, I have tried many hacks and tips, and discovered many fun features myself. Here I&#8217;m going to show you how to integrate an Ajax gallery called minishowcase into WordPress.
minishowcase is a small and simple php/javascript online photo gallery, powered by AJAX that allows you to easily show your images [...]]]></description>
			<content:encoded><![CDATA[<p>After using WordPress for a year, I have tried many hacks and tips, and discovered many fun features myself. Here I&#8217;m going to show you how to integrate an Ajax gallery called <a href="http://minishowcase.net/" target="_blank">minishowcase</a> into WordPress.</p>
<blockquote><p>minishowcase is a small and simple php/javascript online photo gallery, powered by AJAX that allows you to easily show your images online, without complex databases or coding, allowing to have an up-and-running gallery in a few minutes.</p></blockquote>
<p>The official  version of minishowcase <strong>does not</strong> detect photos in sub folder. You need to download another version called <strong>minishowcase-scubabeer.zip</strong> if you want to modify your own, alternatively you can download the modified version I m using.</p>
<p>This is the <a href="http://minishowcase.net/community/comments.php?DiscussionID=325&amp;page=1" target="_blank">link</a> you can download the minishowcase that detects sub folders, you can also check up the result<a href="http://www.kakafans.net/gallery/" target="_blank"> here </a> or <a href="http://design-notes.info/download/minishowcase.zip">download</a> the version I modified.</p>
<p>Sample gallery<img src="http://design-notes.info/wp-content/uploads/2009/07/Picture-2-1024x490.png" alt="Picture 2" title="Picture 2" width="600"  class="alignnone size-large wp-image-1834" /></p>
<ul>You may be interested in the following related posts:</p>
<li><a href="http://design-notes.info/tutorial/jquery-tutorial/how-to-creat-a-feature-article-slide-show-with-thumbnails-and-indicator/">How to create a Feature Article slide show with thumbnails and indicator</a></li>
<li><a href="http://design-notes.info/tutorial/wordpress/integrate-feature-article-content-slide-show-into-wordpress/">integrate feature article content slide show into wordpress </a></li>
<li><a href="http://design-notes.info/resources/java-scripts/13-simple-gallery-scripts/">13 Excellent Gallery/Slider Scripts<br />
</a></li>
</ul>
<hr />
<ol><strong>Issues:</strong></p>
<li>A website that already have thousands of photos before installing WordPress. You need to display those files along with the photos in wordpress</li>
<li>You would like to display all your photos in the Media Gallery on a separate professional photographer looking page</li>
</ol>
<p><strong>Solution: </strong>modified version of minishowcase Ajax gallery</p>
<ol><strong>Features:</strong></p>
<li>A script detects all photos in <strong>uploads</strong> folder of WordPress automatically.</li>
<li><strong>Exclude</strong> thumbnails and small photos generated in wordpress in the gallery</li>
<li>Display your photos <strong>professionally</strong></li>
<li>Can be modified to have a <strong>similar layout</strong> as your main site.</li>
</ol>
<p>For those would like to get your hands dirty, these is how to modify minishowcase-scubabeer.zip. For those would like to use my version directly, you can drump to &#8220;what&#8217;s next&#8221; section at the bottom of the page to learn how to install it. </p>
<p>One disadvantage of minishowcase is the gallery folder is fixed (called galleries) which locates inside minishowcase root folder. I need to change this limitation to have it detect the<strong> uploads folder</strong> in my wordpress.</p>
<h2>Change photo directory</h2>
<p>I opened <strong>Ajax.gateway.php</strong> under library folder and change the folder directory from $base_path/galleries/$id/ to $base_path/../wp-content/uploads/$id/ . There are<strong> five</strong> places to change in this file. Then do the same thing for <strong>ajax.functions.js </strong>and you need to change four places for this one. The third file you need to change is index.php at root folder. There are <strong>two</strong> lines need to be changed. Its quite simple so far only search and replace.<br />
<img src="http://design-notes.info/wp-content/uploads/2009/07/Picture-21.png" alt="Integrate Minishowcase Gallery Into Wordpress" title="Picture 2" width="578" height="201" class="alignnone size-full wp-image-1836" /></p>
<h2>Exclude the thumb nail and small photo generated by Wordpress</h2>
<p>Locate this code from ajax.gateway.php</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">	<span style="color: #666666; font-style: italic;">// open directory and parse file list</span>
		<span style="color: #000088;">$num</span> <span style="color: #339933;">=</span> <span style="color: #cc66cc;">0</span><span style="color: #339933;">;</span>
		<span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$dh</span> <span style="color: #339933;">=</span> <span style="color: #990000;">opendir</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$dir</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
			<span style="color: #666666; font-style: italic;">// iterate over file list &amp; output all filenames</span>
			<span style="color: #b1b100;">while</span> <span style="color: #009900;">&#40;</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$filename</span> <span style="color: #339933;">=</span> <span style="color: #990000;">readdir</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$dh</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">!==</span> <span style="color: #009900; font-weight: bold;">false</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
				<span style="color: #000088;">$pinfo</span> <span style="color: #339933;">=</span> <span style="color: #990000;">pathinfo</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$filename</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
				<span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #009900;">&#40;</span><span style="color: #990000;">strpos</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$filename</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;_&quot;</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">!==</span> <span style="color: #cc66cc;">0</span><span style="color: #009900;">&#41;</span>
				<span style="color: #339933;">&amp;&amp;</span> <span style="color: #009900;">&#40;</span><span style="color: #990000;">strpos</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$filename</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;.&quot;</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">!==</span> <span style="color: #cc66cc;">0</span><span style="color: #009900;">&#41;</span>
				<span style="color: #339933;">&amp;&amp;</span> <span style="color: #009900;">&#40;</span><span style="color: #339933;">!</span><span style="color: #990000;">in_array</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$filename</span><span style="color: #339933;">,</span> <span style="color: #000088;">$hidden_files</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span>
				<span style="color: #339933;">&amp;&amp;</span> <span style="color: #009900;">&#40;</span><span style="color: #990000;">in_array</span><span style="color: #009900;">&#40;</span><span style="color: #990000;">strToLower</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$pinfo</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">&quot;extension&quot;</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span><span style="color: #000088;">$settings</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'allowed_extensions'</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span>
				<span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
					<span style="color: #000088;">$all_thumbs</span><span style="color: #009900;">&#91;</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$filename</span><span style="color: #339933;">;</span>
				<span style="color: #009900;">&#125;</span>
			<span style="color: #009900;">&#125;</span>
			<span style="color: #666666; font-style: italic;">// close directory</span>
			<span style="color: #990000;">closedir</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$dh</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
		<span style="color: #009900;">&#125;</span></pre></div></div>

<p>and replace it with this longer version which is saying if the file&#8217;s name contains 150&#215;150 or 300xsth or sthx300, it will not be displayed.</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">	<span style="color: #666666; font-style: italic;">// open directory and parse file list</span>
		<span style="color: #000088;">$num</span> <span style="color: #339933;">=</span> <span style="color: #cc66cc;">0</span><span style="color: #339933;">;</span>
		<span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$dh</span> <span style="color: #339933;">=</span> <span style="color: #990000;">opendir</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$dir</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
			<span style="color: #666666; font-style: italic;">// iterate over file list &amp; output all filenames</span>
			<span style="color: #b1b100;">while</span> <span style="color: #009900;">&#40;</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$filename</span> <span style="color: #339933;">=</span> <span style="color: #990000;">readdir</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$dh</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">!==</span> <span style="color: #009900; font-weight: bold;">false</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
				<span style="color: #000088;">$pinfo</span> <span style="color: #339933;">=</span> <span style="color: #990000;">pathinfo</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$filename</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
				<span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #009900;">&#40;</span><span style="color: #990000;">strpos</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$filename</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;_&quot;</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">!==</span> <span style="color: #cc66cc;">0</span><span style="color: #009900;">&#41;</span>
				<span style="color: #339933;">&amp;&amp;</span> <span style="color: #009900;">&#40;</span><span style="color: #990000;">strpos</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$filename</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;.&quot;</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">!==</span> <span style="color: #cc66cc;">0</span><span style="color: #009900;">&#41;</span>
				<span style="color: #339933;">&amp;&amp;</span> <span style="color: #009900;">&#40;</span><span style="color: #990000;">strpos</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$filename</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;150x150&quot;</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">==</span> <span style="color: #cc66cc;">0</span><span style="color: #009900;">&#41;</span>
				<span style="color: #339933;">&amp;&amp;</span> <span style="color: #009900;">&#40;</span><span style="color: #990000;">strpos</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$filename</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;300x&quot;</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">==</span> <span style="color: #cc66cc;">0</span><span style="color: #009900;">&#41;</span>
				<span style="color: #339933;">&amp;&amp;</span> <span style="color: #009900;">&#40;</span><span style="color: #990000;">strpos</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$filename</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;x300&quot;</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">==</span> <span style="color: #cc66cc;">0</span><span style="color: #009900;">&#41;</span>
				<span style="color: #339933;">&amp;&amp;</span> <span style="color: #009900;">&#40;</span><span style="color: #339933;">!</span><span style="color: #990000;">in_array</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$filename</span><span style="color: #339933;">,</span> <span style="color: #000088;">$hidden_files</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span>
				<span style="color: #339933;">&amp;&amp;</span> <span style="color: #009900;">&#40;</span><span style="color: #990000;">in_array</span><span style="color: #009900;">&#40;</span><span style="color: #990000;">strToLower</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$pinfo</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">&quot;extension&quot;</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span><span style="color: #000088;">$settings</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'allowed_extensions'</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span>
				<span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
					<span style="color: #000088;">$all_thumbs</span><span style="color: #009900;">&#91;</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$filename</span><span style="color: #339933;">;</span>
				<span style="color: #009900;">&#125;</span>
			<span style="color: #009900;">&#125;</span>
			<span style="color: #666666; font-style: italic;">// close directory</span>
			<span style="color: #990000;">closedir</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$dh</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
		<span style="color: #009900;">&#125;</span></pre></div></div>

<p>All done!!</p>
<h2>What&#8217;s next</h2>
<p>Configure your gallery settings according to <strong>Instructions.htm</strong>. You can also stylize it to have a similar look of your main site(for this part please read the instruction of minishowcase) Upload the modified minishowcase into the same level as your wp-content. <img src="http://design-notes.info/wp-content/uploads/2009/07/Picture-3.png" alt="Picture 3" title="Picture 3" width="176" height="434" class="alignnone size-full wp-image-1840" /><br />
Copy _info.txt and index.php in galleries folder to uploads folder.<br />
<img src="http://design-notes.info/wp-content/uploads/2009/07/Picture-4.png" alt="Picture 4" title="Picture 4" width="403" height="307" class="alignnone size-full wp-image-1841" /><img src="http://design-notes.info/wp-content/uploads/2009/07/Picture-5.png" alt="Picture 5" title="Picture 5" width="394" height="222" class="alignnone size-full wp-image-1842" /><br />
Your gallery URL will be http://yourdomain/minishocase<br />
if you change minihsowcase root folder name. The URL of your gallery will be http://yourdomain/yourfoldername  .  have fun!!</p>



ADD TO<a href="#" onclick="javascript:(function(){EN_CLIP_HOST='http://www.evernote.com';try{var x=document.createElement('SCRIPT');x.type='text/javascript';x.src=EN_CLIP_HOST+'/public/bookmarkClipper.js?'+(new Date().getTime()/100000);document.getElementsByTagName('head')[0].appendChild(x);}catch(e){location.href=EN_CLIP_HOST+'/clip.action?url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title);}})();"><img src="http://img44.imageshack.us/img44/3714/picture4p.png" alt="Add To Evernote" /></a>  If this helps, why not tell your friends?


	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fdesign-notes.info%2Ftutorial%2Fwordpress%2Fintegrate-minishowcase-gallery-into-wordpress%2F&amp;title=Integrate%20Minishowcase%20Gallery%20Into%20Wordpress" title="Reddit"><img src="http://design-notes.info/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fdesign-notes.info%2Ftutorial%2Fwordpress%2Fintegrate-minishowcase-gallery-into-wordpress%2F&amp;title=Integrate%20Minishowcase%20Gallery%20Into%20Wordpress&amp;notes=After%20using%20WordPress%20for%20a%20year%2C%20I%20have%20tried%20many%20hacks%20and%20tips%2C%20and%20discovered%20many%20fun%20features%20myself.%20Here%20I%27m%20going%20to%20show%20you%20how%20to%20integrate%20an%20Ajax%20gallery%20called%20minishowcase%20into%20WordPress.%0D%0Aminishowcase%20is%20a%20small%20and%20simple%20php%2Fjavas" title="del.icio.us"><img src="http://design-notes.info/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fdesign-notes.info%2Ftutorial%2Fwordpress%2Fintegrate-minishowcase-gallery-into-wordpress%2F&amp;title=Integrate%20Minishowcase%20Gallery%20Into%20Wordpress" title="StumbleUpon"><img src="http://design-notes.info/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fdesign-notes.info%2Ftutorial%2Fwordpress%2Fintegrate-minishowcase-gallery-into-wordpress%2F&amp;t=Integrate%20Minishowcase%20Gallery%20Into%20Wordpress" title="Facebook"><img src="http://design-notes.info/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fdesign-notes.info%2Ftutorial%2Fwordpress%2Fintegrate-minishowcase-gallery-into-wordpress%2F" title="Technorati"><img src="http://design-notes.info/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.designfloat.com/submit.php?url=http%3A%2F%2Fdesign-notes.info%2Ftutorial%2Fwordpress%2Fintegrate-minishowcase-gallery-into-wordpress%2F&amp;title=Integrate%20Minishowcase%20Gallery%20Into%20Wordpress" title="Design Float"><img src="http://design-notes.info/wp-content/plugins/sociable/images/designfloat.png" title="Design Float" alt="Design Float" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://identi.ca/notice/new?status_textarea=http%3A%2F%2Fdesign-notes.info%2Ftutorial%2Fwordpress%2Fintegrate-minishowcase-gallery-into-wordpress%2F" title="Identi.ca"><img src="http://design-notes.info/wp-content/plugins/sociable/images/identica.png" title="Identi.ca" alt="Identi.ca" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.friendfeed.com/share?title=Integrate%20Minishowcase%20Gallery%20Into%20Wordpress&amp;link=http%3A%2F%2Fdesign-notes.info%2Ftutorial%2Fwordpress%2Fintegrate-minishowcase-gallery-into-wordpress%2F" title="FriendFeed"><img src="http://design-notes.info/wp-content/plugins/sociable/images/friendfeed.png" title="FriendFeed" alt="FriendFeed" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fdesign-notes.info%2Ftutorial%2Fwordpress%2Fintegrate-minishowcase-gallery-into-wordpress%2F&amp;submitHeadline=Integrate%20Minishowcase%20Gallery%20Into%20Wordpress&amp;submitSummary=After%20using%20WordPress%20for%20a%20year%2C%20I%20have%20tried%20many%20hacks%20and%20tips%2C%20and%20discovered%20many%20fun%20features%20myself.%20Here%20I%27m%20going%20to%20show%20you%20how%20to%20integrate%20an%20Ajax%20gallery%20called%20minishowcase%20into%20WordPress.%0D%0Aminishowcase%20is%20a%20small%20and%20simple%20php%2Fjavas&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://design-notes.info/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fdesign-notes.info%2Ftutorial%2Fwordpress%2Fintegrate-minishowcase-gallery-into-wordpress%2F&amp;title=Integrate%20Minishowcase%20Gallery%20Into%20Wordpress&amp;body=After%20using%20WordPress%20for%20a%20year%2C%20I%20have%20tried%20many%20hacks%20and%20tips%2C%20and%20discovered%20many%20fun%20features%20myself.%20Here%20I%27m%20going%20to%20show%20you%20how%20to%20integrate%20an%20Ajax%20gallery%20called%20minishowcase%20into%20WordPress.%0D%0Aminishowcase%20is%20a%20small%20and%20simple%20php%2Fjavas" title="Ping.fm"><img src="http://design-notes.info/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://design-notes.info/tutorial/wordpress/integrate-minishowcase-gallery-into-wordpress/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>
