<?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>Photography by Steve Ayres &#187; Wordpress</title>
	<atom:link href="http://www.imagearcade.net/images/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.imagearcade.net</link>
	<description>Steve Ayres; Shipley, Yorkshire (UK).  Travel, Landscape, Street, Nature, Portraiture and Photography.</description>
	<lastBuildDate>Wed, 21 Apr 2010 08:11:10 +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>How&#8217;s ImageArcade Made?</title>
		<link>http://www.imagearcade.net/news/hows-imagearcade-made/</link>
		<comments>http://www.imagearcade.net/news/hows-imagearcade-made/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 00:00:16 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.imagearcade.net/?p=1015</guid>
		<description><![CDATA[
Every now and again (well pretty often to be honest) I receive an email from someone who’s seen ImageArcade and has a question related to how it’s been constructed, how I’ve done x or who did y etc.  I like to help people out and try to reply to all these mails, however, to [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" style="padding-right: 20px; padding-bottom: 0px;" title=" How’s ImageArcade Built?" src="../../../SiteImages/News/201001/WebDev.jpg" alt="How’s ImageArcade Built?" width="300" /></p>
<p>Every now and again (well pretty often to be honest) I receive an email from someone who’s seen ImageArcade and has a question related to how it’s been constructed, how I’ve done x or who did y etc.  I like to help people out and try to reply to all these mails, however, to save myself a bit of time here’s a quick guide to some of the most common questions.  Oh and if your mail goes something like “great site; please can you send me all the code and help me build my site totally free?” then as nice as it is to receive complements you might not get a reply <img src='http://www.imagearcade.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><span style="text-decoration: underline;">The Basics</span></p>
<p>ImageArcade is built using <a title="ImageArcade – WordPress" href="http://wordpress.org/" target="_blank"> WordPress</a>. WordPress is a free blog and general CMS authoring tool that runs on PHP.  It’s quick and easy to get up and running and is incredibly flexible and scalable.  After all the WordPress site is built on WordPress itself and receives more hits than ImageArcade will ever get (well you never know!).  The idea is that you can take a ‘theme’ (there are tens of thousands of them out there), apply it to your WordPress installation and away you go.  ImageArcade originally used the <a title="Black Canvas – StudioPress" href="http://www.studiopress.com/themes/blackcanvas" target="_blank"> Black Canvas</a> theme from StudioPress (see <a title="ImageArcade – StudioPress Showcase" href="http://www.imagearcade.net/news/imagearcade-on-show/ ">here</a>) as well).</p>
<p><br class="spacer_" /></p>
<p><span style="text-decoration: underline;">Taking WordPress A Step Further</span></p>
<p>Once you have some content on your site and you’ve learnt your way around WordPress you’ll want to start customising the site over and above what the pre-defined template offers.  The first thing to do here is make sure you understand the template structure of the theme you’re working with.  Once you have an understanding of this and some basic PHP knowledge you’ll be able to make changes to different areas of your site to get the design that you want.  There are thousands of plug-ins built for WordPress that allow you to add additional functionality with little or no changes in PHP or to your template files.</p>
<p><br class="spacer_" /></p>
<p><span style="text-decoration: underline;">Adding The Nice Touches</span></p>
<p>The most common questions I receive are related to the nice graphical and interactive features on the site, for example the image rotator on the home-page or the fish-eye menu on the portfolio page.  These are all achieved with JQuery.  JQuery is a library of commands and functions that are written in JavaScript; web developers can use these functions and libraries to create simple yet very effective tools to cover many usage scenarios.  These tools are generally packaged as ‘plug-ins’ and whilst they are not the same as actual WordPress plug-ins and do require some css and php coding, as a general rule they are quick to pickup and often work in very similar fashion to each other.  Below is a list of some JQuery plug-ins that are used on ImageArcade or that I’ve seen and thought worthy of a mention.</p>
<p><br class="spacer_" /></p>
<ul>
<li><a title="ImageArcade – Image Rotator" href="http://designm.ag/tutorials/image-rotator-css-jquery/" target="blank">Image Rotator</a>: &#8211; As used on the home-page for the featured images.</li>
<li><a title="ImageArcade – Fish Eye Menu" href="http://interface.eyecon.ro/" target="blank">Fish Eye Menu</a>: &#8211; As used on the portfolio page for the gallery links.</li>
<li><a title="ImageArcade – Shadowbox" href="http://wordpress.org/extend/plugins/shadowbox-js/" target="blank">Shadowbox Overlay</a>: &#8211; Used throughout the site to zoom into single images and grey-out the background.</li>
<li><a title="ImageArcade – Accordion Menu" href="http://www.i-marco.nl/weblog/jquery-accordion-menu/" target="blank"> Accordion Menu</a>: &#8211; Used for the menu in the right side-bar.</li>
<li><a title="ImageArcade – Simple Viewer" href="http://www.simpleviewer.net/products/" target="blank"> Simple Viewer</a>: &#8211; Slightly different in that this is a Flash based plug-in.  It’s utilised for the ‘<a title="ImageArcade – Quick Galleries" href="http://www.imagearcade.net/quick-galleries/">quick-galleries</a>’ on the site.</li>
<li><a title="ImageArcade – Galleriffic" href="http://www.twospy.com/galleriffic/" target="blank"> Galleriffic Gallery</a>: &#8211; Used for the gallery pages.</li>
</ul>
<p><br class="spacer_" /></p>
<p>My business background has been related (although not directly) to web development for the last ten years.  This has undoubtedly helped me in producing ImageArcade, but WordPress and associated extensions aren’t a difficult technology to learn.  If you invest a little time in them then you’ll get the reward pretty quickly.</p>
<p><br class="spacer_" /></p>
<p>If you need coding help with a project, or feel that I may be able to offer something to a project (be it photographic of not) that your involved with then shoot on over to the <a title="ImageArcade - Contact" href="http://www.imagearcade.net/contact">contact</a> page and drop me an email!</p>
<p><br class="spacer_" /></p>
<p>Checkout the links page <a title="ImageArcade - Links" href="http://www.imagearcade.net/links">here</a> also!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imagearcade.net/news/hows-imagearcade-made/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ImageArcade On Show</title>
		<link>http://www.imagearcade.net/news/imagearcade-on-show/</link>
		<comments>http://www.imagearcade.net/news/imagearcade-on-show/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 15:31:26 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.imagearcade.net/?p=572</guid>
		<description><![CDATA[ImageArcade is build using a content management package called WordPress.  See here for more details on how the site has been showcased in the World of WordPress.]]></description>
			<content:encoded><![CDATA[<p><a title="ImageArcade.net featured on StudioPress.com showcase." rel="shadowbox" href="../../../SiteImages/News/200910/showcase1.jpg"><img class="alignleft" style="padding-right: 20px; padding-bottom: 10px;" title="ImageArcade On Show - Click to Enlarge" src="../../../SiteImages/News/200910/showcase2.jpg" alt="" width="250" height="200" /></a>Some of you may have noticed that ImageArcade is built using WordPress.  WordPress is a free (yes free) content management system used to control the content on all sorts of web sites.  I know you don&#8217;t want to hear the boring detail so suffice to say you can control the appearance of a WordPress site using what are known as &#8216;themes&#8217;.  These are a collection of templates that can take some of the hard work of building a site away.</p>
<p><br class="spacer_" /></p>
<p>ImageArcade was originally build using the Black Canvas theme for WordPress from <a title="StudioPress" href="http://www.studiopress.com/" target="_blank">StudioPress</a>.  The themes aren&#8217;t free, but for a few of your hard earned notes you get a professionally designed theme and the support from the forum is brilliant.  I&#8217;d recomend them to anyone looking at using WordPress.</p>
<p><br class="spacer_" /></p>
<p>Now ImageArcade has had a fair amount of customisation over and above the standard Black Canvas theme applied to it and a lot of time and love as well.  So here&#8217;s the point of this news post&#8230;&#8230;  The team over at StudioPress have taken a look at ImageArcade and seen fit to add it to their &#8217;showcase&#8217; section to show what can be done with their themes.</p>
<p><br class="spacer_" /></p>
<p>I get a lot of traffic to the site direct from the showcase section so a big thank you to all the guys and girls at StudioPress for doing that!</p>
<p><br class="spacer_" /></p>
<p>If you&#8217;d like to see ImageArcade in the showcase section then take a look here: &#8211; <a title="ImageArcade.net on Studiopress.com" href="http://www.studiopress.com/showcase/black-canvas/image-arcade.htm" target="_blank">ImageArcade Showcase!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.imagearcade.net/news/imagearcade-on-show/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A News Blog About Posting Blogs of News!</title>
		<link>http://www.imagearcade.net/news/news-blog/</link>
		<comments>http://www.imagearcade.net/news/news-blog/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 00:00:40 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.imagearcade.net/?p=610</guid>
		<description><![CDATA[As the news/blog element of ImageArcade goes live here's a news/blog article telling you about it!]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" style="padding-right: 20px;" title="ImageArcade News Goes Live" src="../../../SiteImages/News/200910/newslogo.jpg" alt="" width="250" height="219" /></p>
<p>So here we have it; the news and blog section for ImageArcade.</p>
<p><br class="spacer_" /></p>
<p>Initially the order of the posts may look a little strange as I&#8217;m intending to add a few historical pieces of news, but things should begin to look a little more normal as time moves on. </p>
<p><br class="spacer_" /></p>
<p>The intention is to post anything that seems relevant at the time, or perhaps just anything at all. Of course I&#8217;d be more than happy to here any of you thoughts on any of the posts, so please feel free to leave a comment or two!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imagearcade.net/news/news-blog/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
