<?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 Shack &#187; tool</title>
	<atom:link href="http://designshack.net/tag/tool/feed" rel="self" type="application/rss+xml" />
	<link>http://designshack.net</link>
	<description>Inspiration, CSS Gallery &#38; Community News</description>
	<lastBuildDate>Thu, 09 Feb 2012 06:00:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Integrating Flickr With WordPress</title>
		<link>http://designshack.net/articles/integrating-flickr-with-wordpress/</link>
		<comments>http://designshack.net/articles/integrating-flickr-with-wordpress/#comments</comments>
		<pubDate>Tue, 22 Jul 2008 11:30:01 +0000</pubDate>
		<dc:creator>David Appleyard</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[integrate]]></category>
		<category><![CDATA[photo]]></category>
		<category><![CDATA[tool]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://localhost:8888/?p=147</guid>
		<description><![CDATA[WordPress is undoubtedly one of the most popular blogging platforms, so it&#8217;s no surprise that there are a huge variety of different plugins to allow you to integrate Flickr with your blog posts. This article does include a sponsored review of iFlickr, but we&#8217;ll also be looking at other plugins available to mix these two [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.designshack.net/postimages/flickr-wordpress.gif" alt="Flickr and WordPress Plugins" class="right" />WordPress is undoubtedly one of the most popular blogging platforms, so it&#8217;s no surprise that there are a huge variety of different plugins to allow you to integrate Flickr with your blog posts.  This article does include a sponsored review of <a href="http://www.photopreneur.com/iflickr/">iFlickr</a>, but we&#8217;ll also be looking at other plugins available to mix these two online platforms together.</p>
<h2>iFlickr Review</h2>
<p>By way of a basic introduction, iFlickr is a WordPress plugin that allows you to easily find free images on Flickr and insert them into your blog post while automatically putting the attribution link underneath. It can save you quite a bit of time when looking for related images to your blog post, but doesn&#8217;t satisfy the requirement you may have for putting your own personal images on your blog (we&#8217;ll cover some methods for doing this later on).</p>
<p>Here are some of the various bits we liked and didn&#8217;t like so much about iFlickr:</p>
<h2>The Good</h2>
<ul class="bullets">
<li>iFlickr makes it very easy to search for images as you&#8217;re writing</li>
<li>It gives you more flexibility and precision than other plugins which attempt to automatically find related images</li>
<li>It&#8217;s a very simple way to add some graphical content to a news article or blog post</li>
<li>It&#8217;s fairly easy to use CSS to customize the way the image appears
<li>It&#8217;s completely free!</li>
</ul>
<h2>The Annoying</h2>
<ul class="bullets">
<li>iFlickr only works with PHP5. This may be fine, but not all servers come with this by default</li>
<li>You can&#8217;t choose to only show your own images</li>
<li>It can be a bit tricky to get working correctly (it took us a while)</li>
</ul>
<p>If you&#8217;re looking to use an appropriate Flickr photo with your blog posts on a regular basis, iFlickr is definitely a good way to go. However, if you&#8217;d like to mix things up in a different way, trying one of the following might be a better option:</p>
<h2>Other Flickr/WordPress Plugins</h2>
<ul>
<li><a href="http://wordpress.org/extend/plugins/wordpress-flickr-manager/">WordPress Flickr Manager</a> &#8211; This is a very fully fledged offering, which lets you search for both personal and public photos and insert them into your posts. It&#8217;s not as simple as iFlickr, but you might appreciate the bigger set of features.</li>
<li><a href="http://tantannoodles.com/toolkit/photo-album/">Flickr Photo Album</a> &#8211; This plugin allows you to add a set of photos to your site as an album. Rather than picking one or two images, you are able to display a whole collection. Great for showcasing screenshots, or your holiday pictures!</li>
<li><a href="http://eightface.com/wordpress/flickrrss/">FlickrRSS</a> &#8211; This lets you display a selection of your Flickr images as a sidebar widget. There are some useful advanced options for customising the display exactly as you want it.</li>
</ul>
<p>We&#8217;d be really interested to hear about any other plugins which you find useful for integrating Flickr with your blog &#8211; drop us a line below!</p>
]]></content:encoded>
			<wfw:commentRss>http://designshack.net/articles/integrating-flickr-with-wordpress/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Coding With Springloops</title>
		<link>http://designshack.net/articles/coding-with-springloops/</link>
		<comments>http://designshack.net/articles/coding-with-springloops/#comments</comments>
		<pubDate>Fri, 18 Apr 2008 16:39:11 +0000</pubDate>
		<dc:creator>David Appleyard</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[springloops]]></category>
		<category><![CDATA[tool]]></category>

		<guid isPermaLink="false">http://localhost:8888/?p=231</guid>
		<description><![CDATA[A common problem I encounter when designing a site in a team is the lack of a tool to easily allow us to collaborate and co-ordinate our work. There are several tools available to manage workflow and tasks, but few to actually help with the problem of overwriting someone else&#8217;s code. Springloops is a unique [...]]]></description>
			<content:encoded><![CDATA[<p>A common problem I encounter when designing a site in a team is the lack of a tool to easily allow us to collaborate and co-ordinate our work. There are several tools available to manage workflow and tasks, but few to actually help with the problem of overwriting someone else&#8217;s code.</p>
<p><a href="http://www.springloops.com/">Springloops</a> is a unique source code management tool focused on web development teams. It allows you to code in parallel and share your code safely concentrated on results, not on lost changes or overwritten files. You get rapid collaboration in protected space.</p>
<p>In addition, using innovative deployment features, you can get rid of uploading files via ftp and overwriting others files on the server. It only takes one click to update several servers (both staging and production) in seconds. It can be a real problem solver &#8211; <a href="http://www.springloops.com/">take a look</a> at see if it&#8217;s for you.</p>
]]></content:encoded>
			<wfw:commentRss>http://designshack.net/articles/coding-with-springloops/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Object Caching 257/287 objects using disk: basic

Served from: designshack.net @ 2012-02-09 14:59:49 -->
