<?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>Web design London &#124; Joe Smalley &#187; Wordpress</title>
	<atom:link href="http://www.joesmalley.com/blog/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.joesmalley.com</link>
	<description></description>
	<lastBuildDate>Fri, 13 May 2011 10:39:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>WordPress &#8211; Extending the NextGEN Gallery plugin</title>
		<link>http://www.joesmalley.com/blog/2010/01/16/wordpress-extending-the-nextgen-gallery-plugin/</link>
		<comments>http://www.joesmalley.com/blog/2010/01/16/wordpress-extending-the-nextgen-gallery-plugin/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 15:47:10 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Website development]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.joesmalley.com/?p=523</guid>
		<description><![CDATA[I have been using the NextGen Gallery plugin for WordPress to handle image galleries. The admin interface is easy to use, even for my clients. Unfortunately the plugin outputs the images into Flash movie, which I wasn&#8217;t happy with- so I&#8217;ve written code to output the images into a Javascript scroller, which is far more [...]]]></description>
			<content:encoded><![CDATA[<p>I have been using the <a href="http://wordpress.org/extend/plugins/nextgen-gallery/" target="_blank">NextGen Gallery</a> plugin for WordPress to handle image galleries. The admin interface is easy to use, even for my clients. Unfortunately the plugin outputs the images into Flash movie, which I wasn&#8217;t happy with- so I&#8217;ve written code to output the images into a Javascript scroller, which is far more customisable. I can change the next/previous image buttons to suit the style of the website, and I can add a number or thumbnail for each image if I wish.</p>
<p><span id="more-523"></span></p>
<div id="attachment_528" class="wp-caption alignnone" style="width: 538px"><a rel="attachment wp-att-528" href="http://www.joesmalley.com/blog/2010/01/16/wordpress-extending-the-nextgen-gallery-plugin/ng2/"><img class="size-medium wp-image-528 " title="ng2" src="http://www.joesmalley.com/wp-content/uploads/2010/01/ng2-528x379.jpg" alt="" width="528" height="379" /></a><p class="wp-caption-text">The script working on the site I created for Working Group. Each image caption is pulled in from the caption&#39;s set in NG Gallery.</p></div>
<div id="attachment_529" class="wp-caption alignnone" style="width: 538px"><img class="size-medium wp-image-529 " title="ng3" src="http://www.joesmalley.com/wp-content/uploads/2010/01/ng3-528x405.jpg" alt="" width="528" height="405" /><p class="wp-caption-text">I also used it on my own website on my portfolio pages - here each image is represented with a clickable dot. This could easily be changed for a number or thumbnail image if desired.</p></div>
<p><strong>Installation and setup</strong></p>
<p><a href="/downloads/js-nextgengalleryextended.zip">Click here</a> to download a package containing all the necessary files. There is some PHP code you&#8217;ll need to insert into your WordPress page template (usually page.php), some to go into your header.php, and images, a stylesheet and Javascript file for upload into your theme&#8217;s folder.</p>
<p>Just go into the NG Gallery plugin&#8217;s &#8216;Manage Gallery&#8217; page, select a gallery, and set the &#8216;Page Link&#8217; to your desired page. You may also need to tweak the CSS file depending on your gallery&#8217;s image dimensions.</p>
<div id="attachment_524" class="wp-caption alignnone" style="width: 538px"><a rel="attachment wp-att-524" href="http://www.joesmalley.com/blog/2010/01/16/wordpress-extending-the-nextgen-gallery-plugin/ng/"><img class="size-medium wp-image-524" title="NextGen Gallery settings" src="http://www.joesmalley.com/wp-content/uploads/2010/01/ng-528x418.jpg" alt="" width="528" height="418" /></a><p class="wp-caption-text">Be sure to set the &quot;Page link to:&quot; field to your desired page.</p></div>
<p>This package includes Javascript code from Dynamic Drive&#8217;s <a href="http://www.dynamicdrive.com/dynamicindex17/featuredcontentslider.htm" target="_blank">Featured Content Slider</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joesmalley.com/blog/2010/01/16/wordpress-extending-the-nextgen-gallery-plugin/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

