<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>SemiProBlogging &#187; WordPress</title>
	<atom:link href="http://semiproblogging.com/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://semiproblogging.com</link>
	<description>Blogging for extra money and fun</description>
	<lastBuildDate>Wed, 02 Apr 2008 22:26:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<!-- podcast_generator="podPress/8.8" -->
		<copyright>&#xA9; </copyright>
		<managingEditor>wyliemac@gmail.com ()</managingEditor>
		<webMaster>wyliemac@gmail.com()</webMaster>
		<category></category>
		<itunes:keywords></itunes:keywords>
		<itunes:subtitle></itunes:subtitle>
		<itunes:summary>Blogging for extra money and fun</itunes:summary>
		<itunes:author></itunes:author>
		<itunes:category text="Society &amp; Culture"/>
		<itunes:owner>
			<itunes:name></itunes:name>
			<itunes:email>wyliemac@gmail.com</itunes:email>
		</itunes:owner>
		<itunes:block>No</itunes:block>
		<itunes:explicit>no</itunes:explicit>
		<itunes:image href="http://semiproblogging.com/wp-content/plugins/podpress/images/powered_by_podpress_large.jpg" />
		<image>
			<url>http://semiproblogging.com/wp-content/plugins/podpress/images/powered_by_podpress.jpg</url>
			<title>SemiProBlogging</title>
			<link>http://semiproblogging.com</link>
			<width>144</width>
			<height>144</height>
		</image>
		<item>
		<title>How to automatically generate a page list within a WordPress page or post</title>
		<link>http://semiproblogging.com/how-to-automatically-generate-a-page-list-within-a-wordpress-page-or-post/</link>
		<comments>http://semiproblogging.com/how-to-automatically-generate-a-page-list-within-a-wordpress-page-or-post/#comments</comments>
		<pubDate>Thu, 13 Mar 2008 04:03:40 +0000</pubDate>
		<dc:creator>wyliemac</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[The Man]]></category>

		<guid isPermaLink="false">http://semiproblogging.com/how-to-automatically-generate-a-page-list-within-a-wordpress-page-or-post/</guid>
		<description><![CDATA[ I am not a coder. But I am a do it yourselfer. And with all my blogs, I either find out how to write code to accomplish a specific task, or I find a plugin. And this post is a bit of both.
First, take a look at my post regarding the addition of aerial [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "How to automatically generate a page list within a WordPress page or post", url: "http://semiproblogging.com/how-to-automatically-generate-a-page-list-within-a-wordpress-page-or-post/" });</script>]]></description>
			<content:encoded><![CDATA[<p><img src="http://semiproblogging.com/wp-content/uploads/2008/02/the-man-plugins.jpg" alt="If WordPress were a guy he would be The Man - Plugins" align="left" hspace="10" /> I am not a coder. But I am a do it yourselfer. And with all my blogs, I either find out how to write code to accomplish a specific task, or I find a plugin. And this post is a bit of both.</p>
<p>First, take a look at <a href="http://the270.com/2008/03/12/adding-golf-courses-to-the270/">my post regarding the addition of aerial golf course maps</a> on my <a href="http://the270.com">Columbus, Ohio centric blog the270</a>.</p>
<p>At the end of my narrative, you will find a list of golf courses added to the blog. The list is automatic. That is, as I continue to add aerial golf course maps, WordPress automatically includes those maps to the list. I don&#8217;t have to go back and manually code the list.</p>
<h4>First Create a Parent Page</h4>
<p><img src="http://semiproblogging.com/wp-content/uploads/2008/03/writepage.jpg" alt="Write Page" /></p>
<p>The first step in how I accomplished this was to create a page called &#8220;Golf&#8221;. To do, go to the Write Page tab and create a page with the Page Title &#8220;Golf&#8221;.</p>
<h4>Next create Child pages</h4>
<p><img src="http://semiproblogging.com/wp-content/uploads/2008/03/parentpage.jpg" alt="Parent Page" /></p>
<p>After I created the Golf page, which appears as  http://the270.com/golf/, I created individual pages with the Golf course as the name of the page. In the right hand sidebar, goto the Page Parent field and select &#8220;Golf&#8221; as the parent page. Of course, your parent page will differ according to the name of your page.</p>
<h4>The PHP code needed to display the &#8220;child&#8221; pages in alphabetical order</h4>
<p>Next I did inserted the following PHP code in the text &#8220;code&#8221; field of my post.</p>
<p>&lt;ul&gt;<br />
&lt;?php wp_list_pages(&#8217;child_of=63&amp;sort_column=post_title&amp;title_li=&amp;depth=1&#8242;) ?&gt;<br />
&lt;/ul&gt;<br />
The number &#8220;63&#8243; of the above code corresponds to the ID code of the &#8220;Golf&#8221; page that I created. To determine the ID number of your page, goto the Manage &gt; Pages tabs and search for your page title. The ID number will be to the left.</p>
<p><img src="http://semiproblogging.com/wp-content/uploads/2008/03/id.jpg" alt="ID" /><br />
In the example above, the &#8220;Golf Club of Dublin&#8221; post is a child of the &#8220;Golf&#8221; post. Hypothetically, I could have created another page with the &#8220;Golf Club of Dublin&#8221; being the parent. In this hypothetical, that post would be I guess the grandchild of the &#8220;Golf&#8221; post. I would not want to display the grandchild pages in my list. So to exclude grandchildren, you set the depth as 1 in the PHP code above.</p>
<p>But we are not yet finished.</p>
<h4>Plugin to run PHP code within WordPress pages or posts</h4>
<p><img src="http://semiproblogging.com/wp-content/uploads/2008/03/runphp.jpg" alt="runPHP" align="left" hspace="10" />If I stopped with the above and published the post, the list would not have generated. That&#8217;s because WordPress ignores PHP code within posts or pages. That&#8217;s where the plugin <a href="http://www.nosq.com/blog/runphp/">runPHP</a> comes in handy. After you activate this plugin, you can insert PHP code within your posts or pages, and they will work.</p>
<p>In the right sidebar, all you need to do is make sure there is a check mark in the box next to the words &#8220;run PHP code?&#8221;</p>
<p>After that, just publish and let WordPress and PHP run its magic.</p>
<p><a href="http://sharethis.com/item?&wp=2.8.6&amp;publisher=ad4f4fc7-96c0-41ee-b62d-3f43821044d1&amp;title=How+to+automatically+generate+a+page+list+within+a+WordPress+page+or+post&amp;url=http%3A%2F%2Fsemiproblogging.com%2Fhow-to-automatically-generate-a-page-list-within-a-wordpress-page-or-post%2F">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://semiproblogging.com/how-to-automatically-generate-a-page-list-within-a-wordpress-page-or-post/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Use WordPress as your personal knowledge base</title>
		<link>http://semiproblogging.com/use-wordpress-as-your-personal-knowledge-base/</link>
		<comments>http://semiproblogging.com/use-wordpress-as-your-personal-knowledge-base/#comments</comments>
		<pubDate>Thu, 28 Feb 2008 04:50:45 +0000</pubDate>
		<dc:creator>wyliemac</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Private Blog]]></category>
		<category><![CDATA[The Man]]></category>
		<category><![CDATA[WP Love]]></category>

		<guid isPermaLink="false">http://semiproblogging.com/use-wordpress-as-your-personal-knowledge-base/</guid>
		<description><![CDATA[WordPress can be used for so many reasons. And while not &#8220;making money&#8221; in the direct sense of the word, you can use WordPress as your own personal knowledge base to organize your thoughts, ideas, and information.
Now why would you want to publish those thoughts to the world if you wish it to be your [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Use WordPress as your personal knowledge base", url: "http://semiproblogging.com/use-wordpress-as-your-personal-knowledge-base/" });</script>]]></description>
			<content:encoded><![CDATA[<p><img src="http://semiproblogging.com/wp-content/uploads/2008/02/the-man-love.jpg" alt="If WordPress were a guy he would be The Man - Just General WP LOVE" align="left" hspace="10" />WordPress can be used for so many reasons. And while not &#8220;making money&#8221; in the direct sense of the word, you can use WordPress as your own personal knowledge base to organize your thoughts, ideas, and information.</p>
<p>Now why would you want to publish those thoughts to the world if you wish it to be your own personal knowledge base.</p>
<p>Well that&#8217;s just it. You don&#8217;t have to publish it. You can keep it private.</p>
<p>And I do such a thing with a free <a href="http://www.wordpress.com">wordpress.com</a> blog. Here&#8217;s the steps on how to create a private blog.</p>
<ol>
<li>Sign in to your wordpress.com account, or create a new one</li>
<li>Follow the instructions to create or register a blog<img src="http://semiproblogging.com/wp-content/uploads/2008/02/create.jpg" alt="Create name" /></li>
<li>Type in your desired name and make sure there there is no check mark in the box marked &#8220;Privacy&#8221; so your private blog won&#8217;t be indexed by Google</li>
<li>Once created, go into the blog&#8217;s dashboard and go to the Options &gt; Privacy tabs<img src="http://semiproblogging.com/wp-content/uploads/2008/02/privacy-options.jpg" alt="Privacy Options" /></li>
<li>Select &#8220;<label for="blog-private">I would like my blog to be visible only to users I choose&#8221;</label></li>
<li>When you&#8217;re writing a post, expand the &#8220;Post Status&#8221; tab in the right sidebar and select &#8220;Private&#8221;<img src="http://semiproblogging.com/wp-content/uploads/2008/02/private.jpg" alt="Private" /></li>
<li>After you have completed writing the post, click the &#8220;Save&#8221; icon, NOT the Publish icon.</li>
</ol>
<p><img src="http://semiproblogging.com/wp-content/uploads/2008/02/private-end-results.jpg" alt="Private - end results" align="left" hspace="10" /> You will know that you&#8217;ve done it correctly when you view the title of your post. It should start with &#8220;Private:&#8221; followed by the post title.</p>
<p>That&#8217;s three layers of privacy selections that I use to keep my private knowledge base private. The beauty of having a private knowledge base is that you can put any information you feel useful to you in there and categorize and tag as you see fit. Thus, you can look for information by browsing categories or tags. Plus, you can run a word search. I build to my private knowledge base every day. It is now so much easier for me to locate information that I&#8217;ve stored in my private blog. And it&#8217;s made my work so much more efficient.</p>
<p>One final note, to double check that outsiders can&#8217;t view your blog, log out of your wordpress.com account and type in the web address of your private blog. You should get the following message and log in screen.</p>
<p><img src="http://semiproblogging.com/wp-content/uploads/2008/02/protected.jpg" alt="Protected" /></p>
<p>Has this been helpful? Leave a comment below.</p>
<p><a href="http://sharethis.com/item?&wp=2.8.6&amp;publisher=ad4f4fc7-96c0-41ee-b62d-3f43821044d1&amp;title=Use+WordPress+as+your+personal+knowledge+base&amp;url=http%3A%2F%2Fsemiproblogging.com%2Fuse-wordpress-as-your-personal-knowledge-base%2F">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://semiproblogging.com/use-wordpress-as-your-personal-knowledge-base/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to embed QuickTime video&#8217;s into your WordPress Blog</title>
		<link>http://semiproblogging.com/how-to-embed-quicktime-videos-into-your-wordpress-blog/</link>
		<comments>http://semiproblogging.com/how-to-embed-quicktime-videos-into-your-wordpress-blog/#comments</comments>
		<pubDate>Wed, 27 Feb 2008 02:04:50 +0000</pubDate>
		<dc:creator>wyliemac</dc:creator>
				<category><![CDATA[Plugin]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[The Man]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://semiproblogging.com/how-to-embed-quicktime-videos-into-your-wordpress-blog/</guid>
		<description><![CDATA[ You have no doubt seen plenty of blogs with posts containing embedded YouTube videos. They are so easy to add. All you have to do is copy the embed code and paste it into the &#8220;Code&#8221; tab (not the &#8220;Visual&#8221; tab) of the Post field in WordPress.
If you produce videos, you can upload them [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "How to embed QuickTime video&#8217;s into your WordPress Blog", url: "http://semiproblogging.com/how-to-embed-quicktime-videos-into-your-wordpress-blog/" });</script>]]></description>
			<content:encoded><![CDATA[<p><img src="http://semiproblogging.com/wp-content/uploads/2008/02/the-man-plugins.jpg" alt="If WordPress were a guy he would be The Man - Plugins" align="left" hspace="10" /> You have no doubt seen plenty of blogs with posts containing embedded YouTube videos. They are so easy to add. All you have to do is copy the embed code and paste it into the &#8220;Code&#8221; tab (not the &#8220;Visual&#8221; tab) of the Post field in WordPress.</p>
<p>If you produce videos, you can upload them to YouTube and then embed them into your blog. Even if you don&#8217;t embed them into your blog, YouTube is an excellent way to gain exposure for your blog.</p>
<p>However, sometimes when you upload and embed YouTube videos, the YouTube version may not be of the quality you desire. If you are able to produce your video in QuickTime, you can embed them in your posts with the <a href="http://www.channel-ai.com/blog/plugins/quicktime-embed/">QuickTime Embed</a> plugin by <a href="http://www.channel-ai.com/blog/" title="Visit author homepage">Yaosan Yeo</a>.</p>
<p>To use the plugin, first upload it and activate it in WordPress (more on how to do this in a future post).</p>
<p>Next, upload your QuickTime video to your server.  You&#8217;ll have to do this via FTP (File Transfer Protocol).</p>
<p>Make note of the name of the file, the path you placed the file in, and the dimensions of the video.</p>
<p>Next, within <strike>the Code tab of</strike> the Post editor, enter in the following piece of code:</p>
<blockquote><p>&#91;qt:/wp-content/themes/Forte/images/demo.mov 480 256&#93</p></blockquote>
<p>The above example shows the relative path of where the movie demo.mov is located. You could type in the complete address as in:</p>
<blockquote><p>&#91;qt:/http://yoursite.com/wp-content/themes/Forte/images/demo.mov 480 256&#93</p></blockquote>
<p>The &#8220;/wp-content/themes/Forte/images/&#8221; is just an example of the path in which the file is located. Of course, yours will be different.<br />
Okay, next note the numbers 480 256. Those numbers are variable as well. The 480 is the width of the video. 256 is the height + 16. That is, the actual height of the video is 240 pixels. You add the 16 to accommodate for the height of the QuickTime controller.</p>
<p>So it&#8217;s that easy. To see an example of how I did it to embed a QuickTime video found on another site, please see my post in <a href="http://instantlyiconic.com/and-now-elizabeth-banks-is-fn-seth-rogan/">Instantly Iconic</a>.</p>
<p>One side note. Viewing the QuickTime video may be dependent upon your visitor having QuickTime installed and may take time for the video to &#8220;transfer&#8221; to the post. So use your judgment on whether you wish to use this method.</p>
<p><a href="http://sharethis.com/item?&wp=2.8.6&amp;publisher=ad4f4fc7-96c0-41ee-b62d-3f43821044d1&amp;title=How+to+embed+QuickTime+video%26%238217%3Bs+into+your+WordPress+Blog&amp;url=http%3A%2F%2Fsemiproblogging.com%2Fhow-to-embed-quicktime-videos-into-your-wordpress-blog%2F">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://semiproblogging.com/how-to-embed-quicktime-videos-into-your-wordpress-blog/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>If WordPress were a guy he would be The Man</title>
		<link>http://semiproblogging.com/if-wordpress-were-a-guy-he-would-be-the-man/</link>
		<comments>http://semiproblogging.com/if-wordpress-were-a-guy-he-would-be-the-man/#comments</comments>
		<pubDate>Wed, 27 Feb 2008 01:36:40 +0000</pubDate>
		<dc:creator>wyliemac</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Nuts & Bolts]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[The Man]]></category>
		<category><![CDATA[Themes]]></category>

		<guid isPermaLink="false">http://semiproblogging.com/if-wordpress-were-a-guy-he-would-be-the-man/</guid>
		<description><![CDATA[   
Introducing three new categories for Semi Pro Blogging. It&#8217;s no secret that WordPress is the de facto choice of blogging software for serious bloggers. That&#8217;s not to say that there are serious bloggers using other platforms. So from time to time, SPB will write posts about WordPress and its Nuts &#38; Bolts, the [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "If WordPress were a guy he would be The Man", url: "http://semiproblogging.com/if-wordpress-were-a-guy-he-would-be-the-man/" });</script>]]></description>
			<content:encoded><![CDATA[<p><img src="http://semiproblogging.com/wp-content/uploads/2008/02/the-man-nuts-and-bolts.jpg" alt="If WordPress were a guy he would be The Man - Nuts &amp; Bolts" />  <img src="http://semiproblogging.com/wp-content/uploads/2008/02/the-man-themes.jpg" alt="If WordPress were a guy he would be The Man - Themes" /> <img src="http://semiproblogging.com/wp-content/uploads/2008/02/the-man-plugins.jpg" alt="If WordPress were a guy he would be The Man - Plugins" /></p>
<p>Introducing three new categories for Semi Pro Blogging. It&#8217;s no secret that WordPress is the de facto choice of blogging software for serious bloggers. That&#8217;s not to say that there are serious bloggers using other platforms. So from time to time, SPB will write posts about WordPress and its Nuts &amp; Bolts, the various Theme choices and the multitude of useful Plugins. Where applicable, you&#8217;ll see one of the three badges above to serve as a visual cue as to what the post is about. I am really excited about writing these posts, because by writing about WordPress, I will will be able to learn about it more throughly.</p>
<p>I hope you check back often and view &#8220;The Man&#8221; WordPress series.</p>
<p><a href="http://sharethis.com/item?&wp=2.8.6&amp;publisher=ad4f4fc7-96c0-41ee-b62d-3f43821044d1&amp;title=If+WordPress+were+a+guy+he+would+be+The+Man&amp;url=http%3A%2F%2Fsemiproblogging.com%2Fif-wordpress-were-a-guy-he-would-be-the-man%2F">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://semiproblogging.com/if-wordpress-were-a-guy-he-would-be-the-man/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Speed up your Flickr/Creative Commons Photo Search with Photo Dropper Plugin</title>
		<link>http://semiproblogging.com/speed-up-your-flickrcreative-commons-photo-search-with-photo-dropper-plugin/</link>
		<comments>http://semiproblogging.com/speed-up-your-flickrcreative-commons-photo-search-with-photo-dropper-plugin/#comments</comments>
		<pubDate>Sat, 23 Feb 2008 00:01:30 +0000</pubDate>
		<dc:creator>wyliemac</dc:creator>
				<category><![CDATA[Photography]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Creative Commons]]></category>
		<category><![CDATA[Flickr]]></category>
		<category><![CDATA[Photogarphy]]></category>

		<guid isPermaLink="false">http://semiproblogging.com/speed-up-your-flickrcreative-commons-photo-search-with-photo-dropper-plugin/</guid>
		<description><![CDATA[
 photo credit: Darwin Bell
Well that was simply amazing. Like the photo above. I just downloaded and activated the new Photo Dropper Flickr WordPress plugin. I&#8217;m simply in love with it. It&#8217;s fast, easy and finds great photos that you can use for free on your blog. So no more need to search Flickr manually, [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Speed up your Flickr/Creative Commons Photo Search with Photo Dropper Plugin", url: "http://semiproblogging.com/speed-up-your-flickrcreative-commons-photo-search-with-photo-dropper-plugin/" });</script>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/53611153@N00/290744139/" target="_blank"><img src="http://farm1.static.flickr.com/101/290744139_bb37169d32.jpg" border="0" /></a><br />
<small><a href="http://www.photodropper.com/creative-commons/" title="creative commons" target="_blank"><img src="http://semiproblogging.com/wp-content/plugins/photo_dropper//images/cc.png" alt="Creative Commons License" align="absmiddle" border="0" height="16" width="16" /></a> <a href="http://www.photodropper.com/photos/" target="_blank">photo</a> credit: <a href="http://www.flickr.com/photos/darwinbell/" title="Darwin Bell" target="_blank">Darwin Bell</a></small></p>
<p>Well that was simply amazing. Like the photo above. I just downloaded and activated the new <a href="http://www.photodropper.com/wordpress-plugin/" title="Find Creative Commons photos for your Blog in a flash">Photo Dropper Flickr WordPress</a> plugin. I&#8217;m simply in love with it. It&#8217;s fast, easy and finds great photos that you can use for free on your blog. So <a href="http://semiproblogging.com/what-a-great-photo-can-i-use-it-for-my-blog/">no more need to search Flickr manually</a>, download the photos, then upload to your server (like I did for the post linked above). This little tool does all of this in a matter of clicks.</p>
<p>For a very nice explanation of using Creative Commons photos found on Flickr, check out <a href="http://www.skelliewag.org/a-complete-guide-to-finding-and-using-incredible-flickr-images-162.htm" title="SkellieWag explains the Creative Commons license as it applies to Flickr photos">SkellieWag&#8217;s excellent post</a>.</p>
<p><a href="http://sharethis.com/item?&wp=2.8.6&amp;publisher=ad4f4fc7-96c0-41ee-b62d-3f43821044d1&amp;title=Speed+up+your+Flickr%2FCreative+Commons+Photo+Search+with+Photo+Dropper+Plugin&amp;url=http%3A%2F%2Fsemiproblogging.com%2Fspeed-up-your-flickrcreative-commons-photo-search-with-photo-dropper-plugin%2F">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://semiproblogging.com/speed-up-your-flickrcreative-commons-photo-search-with-photo-dropper-plugin/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What a great photo! Can I use it for my blog?</title>
		<link>http://semiproblogging.com/what-a-great-photo-can-i-use-it-for-my-blog/</link>
		<comments>http://semiproblogging.com/what-a-great-photo-can-i-use-it-for-my-blog/#comments</comments>
		<pubDate>Tue, 19 Feb 2008 04:31:07 +0000</pubDate>
		<dc:creator>wyliemac</dc:creator>
				<category><![CDATA[Photography]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Copyright]]></category>
		<category><![CDATA[Creative Commons]]></category>

		<guid isPermaLink="false">http://semiproblogging.com/what-a-great-photo-can-i-use-it-for-my-blog/</guid>
		<description><![CDATA[
Photo by (/-\)nniina Loves U
There are a lot of great pictures on Flickr. I am continually amazed by the quality and creativity of people out there. Frequently, while browsing Flickr, I will find photos that would be perfect for one of my blogs. But before I post the photo I check to see if it [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "What a great photo! Can I use it for my blog?", url: "http://semiproblogging.com/what-a-great-photo-can-i-use-it-for-my-blog/" });</script>]]></description>
			<content:encoded><![CDATA[<p><img src="http://semiproblogging.com/wp-content/uploads/2008/02/girwithlteddybear.jpg" alt="Big Girls Love Teddies Too" /></p>
<h6>Photo by <a href="http://flickr.com/photos/22298722@N02/2149860739/">(/-\)nniina Loves U</a></h6>
<p>There are a lot of great pictures on <a href="http://flickr.com/">Flickr</a>. I am continually amazed by the quality and creativity of people out there. Frequently, while browsing Flickr, I will find photos that would be perfect for one of my blogs. But before I post the photo I check to see if it is licensed under the Creative Commons. For example, the photo above is licensed under the <a href="http://creativecommons.org/licenses/by/2.0/deed.en">Attribution 2.0 Generic</a> license, which allows me to copy, distribute and transmit the work as long as I give the photographer proper attribution. I do that with the &#8220;Photo by&#8221; credit under the picture.</p>
<p>So how do you determine whether a photo on Flickr is licensed with a Creative Commons license? In the sidebar to the right of the photo, look under the &#8220;Additional Information&#8221; section. There you&#8217;ll find the copyright notice. If you see &#8220;all rights reserved,&#8221; then the photographer has NOT licensed the photo with a Creative Commons license. At this point, if you really want to use the picture, then you should e-mail the photographer with a request to use it. I&#8217;ve done this with some of my other blogs and have never been turned down.</p>
<p>If you see &#8220;some rights reserved,&#8221; then it is licensed under a Creative Commons license. The link will take you to the CC page that describes what you can do with the photo.</p>
<p><img src="http://semiproblogging.com/wp-content/uploads/2008/02/some-rights-reserved.jpg" alt="Some Rights Reserved" /></p>
<p>Further, what&#8217;s awesome about Flickr, is that you can narrow your search to only those photos licensed under a Creative Commons license. How do you think I found the photo at the top of the page?</p>
<p>UPDATE: <a href="http://www.problogger.net/archives/2008/02/23/find-creative-commons-licenced-photos-from-flickr-via-your-wp-blog/">ProBlogger</a> has a post about a <a href="http://www.photodropper.com/add-photos-blog/">WordPress Plugin that searches for Creative Commons licensed photos on Flickr</a> all within the WordPress Software. It&#8217;s definitely one that I&#8217;ll have to check out. Actually, I&#8217;m downloading it now.</p>
<p><a href="http://sharethis.com/item?&wp=2.8.6&amp;publisher=ad4f4fc7-96c0-41ee-b62d-3f43821044d1&amp;title=What+a+great+photo%21+Can+I+use+it+for+my+blog%3F&amp;url=http%3A%2F%2Fsemiproblogging.com%2Fwhat-a-great-photo-can-i-use-it-for-my-blog%2F">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://semiproblogging.com/what-a-great-photo-can-i-use-it-for-my-blog/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
