<?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> &#187; WebDev</title>
	<atom:link href="http://joshrivera.com/category/webdev/feed/" rel="self" type="application/rss+xml" />
	<link>http://joshrivera.com</link>
	<description></description>
	<lastBuildDate>Tue, 04 Aug 2009 23:20:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>custom flickr feed</title>
		<link>http://joshrivera.com/webdev/my-flickr/</link>
		<comments>http://joshrivera.com/webdev/my-flickr/#comments</comments>
		<pubDate>Fri, 26 Dec 2008 17:39:28 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[WebDev]]></category>
		<category><![CDATA[blogFeature]]></category>

		<guid isPermaLink="false">http://joshrivera.com/?p=85</guid>
		<description><![CDATA[I had a few friends ask me how I integrated my flickr feed into the sidebar.  The method I use is actually extremely easy and allows for a custom feed&#8230;

1.  Download the flickrRSS plugin.
2.  Drop the plugin in wp-content/plugins
3.  Log into your Wordpress and enable the plugin
4.  Visit the Settings section, select flickrRSS and configure [...]]]></description>
			<content:encoded><![CDATA[<p>I had a few friends ask me how I integrated my flickr feed into the sidebar.  The method I use is actually extremely easy and allows for a custom feed&#8230;</p>
<p><span id="more-85"></span></p>
<p>1.  Download the <a href="http://eightface.com/wordpress/flickrrss/" target="_blank">flickrRSS plugin</a>.</p>
<p>2.  Drop the plugin in wp-content/plugins</p>
<p>3.  Log into your Wordpress and enable the plugin</p>
<p>4.  Visit the Settings section, select flickrRSS and configure your plugin as follows:<br />
Use idGettr to get your id, copy+paste it into the field<br />
Display: user, 6 items, square<br />
the rest you can leave blank for now</p>
<p>5.  Once the plugin has been enable you need to manually edit your theme through Wordpress.  Under the appearance tab, select editor, the location may be different depending on the vers</p>
<p>ion of Wordpress you are using.  I recommend upgrading to 2.7, the editor link will be on the left sidebar.</p>
<p>6.     Once you select &#8216;Editor&#8217; make sure that you are modifying the correct theme.  On the top right there is a drop down that lets you select the theme to edit, ensure that you have your current theme selected.</p>
<p>7.  Select Stylesheet(style.css).  Navigate all the way to the bottom of the file and add the following lines:<br />
/***** flickrRSS *****/<br />
#flickr ul, #flickr ul li { padding: 0; margin: 0; border: 0; }<br />
#flickr a img { border: 1px #ccc solid; padding: 3px; margin: 5px 3px 0px;}<br />
#flickr a:hover img { border: 1px #999 solid; }</p>
<p>8.  Select Sidebar(sidebar.php). Enter the followi</p>
<p>ng code where you want your feed to appear:<br />
&lt;div id=&#8221;flickr&#8221;&gt;<br />
&lt;h2&gt;flickr&lt;/h2&gt;<br />
&lt;ul&gt;&lt;?php get_flickrrss(); ?&gt;&lt;/ul&gt;</p>
<p>Feel free to modify and play with the CSS until you get the results youre looking for.</p>
<p><img class="alignleft size-full wp-image-318" title="flickr" src="http://joshrivera.com/wp-content/uploads/2008/12/flickr.jpg" alt="flickr" width="330" height="195" /></p>
<div class="sexy-bookmarks sexy-bookmarks-expand"><ul class="socials"><li class="sexy-delicious"><a href="http://del.icio.us/post?url=http://joshrivera.com/webdev/my-flickr/&amp;title=custom+flickr+feed" rel="external nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a></li><li class="sexy-digg"><a href="http://digg.com/submit?phase=2&amp;url=http://joshrivera.com/webdev/my-flickr/&amp;title=custom+flickr+feed" rel="external nofollow" title="Digg this!">Digg this!</a></li><li class="sexy-myspace"><a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://joshrivera.com/webdev/my-flickr/&amp;t=custom+flickr+feed" rel="external nofollow" title="Post this to MySpace">Post this to MySpace</a></li><li class="sexy-facebook"><a href="http://www.facebook.com/share.php?u=http://joshrivera.com/webdev/my-flickr/&amp;t=custom+flickr+feed" rel="external nofollow" title="Share this on Facebook">Share this on Facebook</a></li><li class="sexy-twitter"><a href="http://www.twitter.com/home?status=RT+@joshrivera:+custom+flickr+feed+-+http://tinyurl.com/lx2te3" rel="external nofollow" title="Tweet This!">Tweet This!</a></li><li class="sexy-mail"><a href="mailto:?&amp;subject=custom%20flickr%20feed&amp;body=I%20had%20a%20few%20friends%20ask%20me%20how%20I%20integrated%20my%20flickr%20feed%20into%20the%20sidebar.%20%C2%A0The%20method%20I%20use%20is%20actually%20extremely%20easy%20and%20allows%20for%20a%20custom%20feed...%0D%0A%0D%0A%0D%0A%0D%0A1.%20%C2%A0Download%20the%20flickrRSS%20plugin.%0D%0A%0D%0A2.%20%C2%A0Drop%20the%20plugin%20in%20wp-content%2Fplugins%0D%0A%0D%0A3.%20%C2%A0Log%20into%20your%20Wordpress%20and%20enable%20the%20plugin%0D%0A%0D - http://joshrivera.com/webdev/my-flickr/" rel="external nofollow" title="Email this to a friend?">Email this to a friend?</a></li></ul><div style="clear:both;"></div></div>]]></content:encoded>
			<wfw:commentRss>http://joshrivera.com/webdev/my-flickr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>K2 Custom Image Header Fail</title>
		<link>http://joshrivera.com/webdev/k2-custom-image-header/</link>
		<comments>http://joshrivera.com/webdev/k2-custom-image-header/#comments</comments>
		<pubDate>Wed, 22 Oct 2008 19:39:32 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[WebDev]]></category>

		<guid isPermaLink="false">http://joshrivera.com/?p=44</guid>
		<description><![CDATA[I was having an issue loading a custom image in K2 for Wordpress.  When clicking on the Custom Image Header link, I would get a &#8220;Can not load custom-header&#8221;.  To fix this you need to have GD Library for php installed on your system. For linux install: yum install php-gd, and restart your server. done!
Share [...]]]></description>
			<content:encoded><![CDATA[<p>I was having an issue loading a custom image in K2 for Wordpress.  When clicking on the Custom Image Header link, I would get a &#8220;Can not load custom-header&#8221;.  To fix this you need to have <a href="http://www.libgd.org/Main_Page" target="_blank">GD Library</a> for php installed on your system. For linux install: yum install php-gd, and restart your server. done!</p>
<div class="sexy-bookmarks sexy-bookmarks-expand"><ul class="socials"><li class="sexy-delicious"><a href="http://del.icio.us/post?url=http://joshrivera.com/webdev/k2-custom-image-header/&amp;title=K2+Custom+Image+Header+Fail" rel="external nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a></li><li class="sexy-digg"><a href="http://digg.com/submit?phase=2&amp;url=http://joshrivera.com/webdev/k2-custom-image-header/&amp;title=K2+Custom+Image+Header+Fail" rel="external nofollow" title="Digg this!">Digg this!</a></li><li class="sexy-myspace"><a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://joshrivera.com/webdev/k2-custom-image-header/&amp;t=K2+Custom+Image+Header+Fail" rel="external nofollow" title="Post this to MySpace">Post this to MySpace</a></li><li class="sexy-facebook"><a href="http://www.facebook.com/share.php?u=http://joshrivera.com/webdev/k2-custom-image-header/&amp;t=K2+Custom+Image+Header+Fail" rel="external nofollow" title="Share this on Facebook">Share this on Facebook</a></li><li class="sexy-twitter"><a href="http://www.twitter.com/home?status=RT+@joshrivera:+K2+Custom+Image+Header+Fail+-+http://tinyurl.com/n8oebl" rel="external nofollow" title="Tweet This!">Tweet This!</a></li><li class="sexy-mail"><a href="mailto:?&amp;subject=K2%20Custom%20Image%20Header%20Fail&amp;body=I%20was%20having%20an%20issue%20loading%20a%20custom%20image%20in%20K2%20for%20Wordpress.%C2%A0%20When%20clicking%20on%20the%20Custom%20Image%20Header%20link%2C%20I%20would%20get%20a%20%22Can%20not%20load%20custom-header%22.%C2%A0%20To%20fix%20this%20you%20need%20to%20have%20GD%20Library%20for%20php%20installed%20on%20your%20system.%20For%20linux%20install%3A%20yum%20install%20php-gd%2C%20and%20restart%20your%20server.%20d - http://joshrivera.com/webdev/k2-custom-image-header/" rel="external nofollow" title="Email this to a friend?">Email this to a friend?</a></li></ul><div style="clear:both;"></div></div>]]></content:encoded>
			<wfw:commentRss>http://joshrivera.com/webdev/k2-custom-image-header/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
