<?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>Landon Miller</title>
	<atom:link href="http://landonmiller.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://landonmiller.net</link>
	<description></description>
	<lastBuildDate>Sat, 27 Feb 2010 07:26:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Display Author Photo and Bio in Wordpress</title>
		<link>http://landonmiller.net/2009/12/how-to-display-author-photo-and-bio-in-wordpress/</link>
		<comments>http://landonmiller.net/2009/12/how-to-display-author-photo-and-bio-in-wordpress/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 04:05:47 +0000</pubDate>
		<dc:creator>Landon Miller</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://landonmiller.net/?p=92</guid>
		<description><![CDATA[There have been a few projects I have worked on recently that required an author image and a short biography. This is actually a fairly quick process and this post will guide you through the steps of implementing this onto your site.


Getting The Plugin
You will need to download this plugin created by Denis de Bernardy [...]]]></description>
			<content:encoded><![CDATA[<p>There have been a few projects I have worked on recently that required an author image and a short biography. This is actually a fairly quick process and this post will guide you through the steps of implementing this onto your site.<br />
<span id="more-92"></span><br />
<img class="alignnone size-full wp-image-100" title="author image" src="http://landonmiller.net/wp-content/uploads/2010/02/author.jpg" alt="author image" width="347" height="140" /></p>
<h1>Getting The Plugin</h1>
<p>You will need to <a href="http://wordpress.org/extend/plugins/sem-author-image/" class="yellow">download this plugin created by Denis de Bernardy</a>  and place the files into the /wp-content/plugins/ directory. After the plugin is installed, you will need to activate it in the Wordpress control panel. You will then be able to upload author photos by clicking on the Users/Profile tab and clicking edit on the author you’d like to add a photo for. You can also update the author’s biographical information on this page.</p>
<p>After these steps are finished, it’s time to add the following code to <strong>single.php</strong> in your Wordpress template directory (ie. <strong>/wp-content/themes/default/single.php</strong>)</p>
<pre><code>&lt;div class=&quot;box&quot;&gt;
&lt;?php the_author_image(); ?&gt;
&lt;?php the_author_description(); ?&gt;
&lt;/div&gt;</code></pre>
<p>You might notice that I didn’t throw the <strong>entry_author_image</strong> class in the code above, but that’s because it is automatically generated by the plugin.</p>
<h1>Apply Some Styles</h1>
<p>Now the author image and description should be showing up on all single posts, if you would like to style them you can apply some CSS to the box and <strong>entry_author_image</strong> classes:</p>
<pre><code>.box {
&nbsp;&nbsp;padding: 8px;
&nbsp;&nbsp;min-height: 60px;
&nbsp;&nbsp;background: #efefef;
}

.entry_author_image {
&nbsp;&nbsp;float: left;
&nbsp;&nbsp;background: #fff;
&nbsp;&nbsp;padding: 4px;
&nbsp;&nbsp;margin-right: 8px;
&nbsp;&nbsp;border-right: solid 1px #dfdfdf;
&nbsp;&nbsp;border-bottom: solid 1px #dfdfdf;
}</code></pre>
<p></p>
<h1>That’s It</h1>
<p>After completing this tutorial your results should be very similar to the Author section shown in the photo above.</p>
<h1>But wait, there&#8217;s more?</h1>
<p>When I originally wrote this article for <a href="http://woorkup.com/2009/12/14/how-to-display-author-photo-and-bio-in-wordpress/" class="yellow">the woorkup community</a> there were a couple comments about using the gravatar feature that is already built into the newer versions of Wordpress.  This is definitely an option as well and Chris Spooner even <a href="http://line25.com/tutorials/how-to-create-an-author-info-section-in-wordpress" class="yellow">wrote a nice tutorial on it</a>, but I use Bernardy&#8217;s plugin mainly so my clients won&#8217;t have to go to third party sites if they would want to update their author photo.  </p>
]]></content:encoded>
			<wfw:commentRss>http://landonmiller.net/2009/12/how-to-display-author-photo-and-bio-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thoughts on Squarespace</title>
		<link>http://landonmiller.net/2009/10/thoughts-on-squarespace/</link>
		<comments>http://landonmiller.net/2009/10/thoughts-on-squarespace/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 00:52:08 +0000</pubDate>
		<dc:creator>Landon Miller</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://landonmiller.net/?p=8</guid>
		<description><![CDATA[The other day I received an e-mail from a friend of mine asking my thoughts on Squarespace.  I also have been searching Squarespace on Twitter to see if there are any updates regarding their iPhone application that should be released any day now.  In the twitter search I found that there are a lot of [...]]]></description>
			<content:encoded><![CDATA[<p>The other day I received an e-mail from a friend of mine asking my thoughts on <a href="http://www.squarespace.com" class="yellow" target="_blank">Squarespace</a>.  I also have been searching Squarespace on Twitter to see if there are any updates regarding their iPhone application that should be released any day now.  In the twitter search I found that there are a lot of people asking what people think of the platform, so I figured I would take some time and share my thoughts.<br />
<span id="more-8"></span><br />
Before I begin, some of you may already know that before switching to Squarespace my blog was hosted through Media Temple and built with Wordpress.  There are a several good things about Wordpress:  It&#8217;s free, it can be self-hosted, and there are thousands of free plugins and themes available for the less savvy bloggers out there.</p>
<p>Now onto Squarespace, at first glance I was a little turned off by the fact that I couldn&#8217;t host it on my own server and it&#8217;s not free so it&#8217;s an extra fee on top of my current hosting costs.  After all, we are in a recession.  So I signed up for the trial and played around with the templates a bit, but I wasn&#8217;t sure on how to implement my own designs instead of using their pre-made templates.  I submitted a ticket to their support and within the hour I received a reply and assistance that guided me through the process.  This is something that really impressed me mainly because I hate waiting.  When I submit a ticket or send an e-mail, I want an immediate answer and that is not always the case.  I have hosted with other companies that sometimes take 24 to 48 hours to respond and with open source content mangement systems it sometimes involves <a href="http://www.google.com/#hl=en&amp;source=hp&amp;q=the+answer+to+life+the+universe+and+everything&amp;btnG=Google+Search&amp;aq=f&amp;oq=the+answer+to+life+the+universe+and+everything&amp;fp=7cd4f4bc466ed608" class="yellow">googling and researching until you find the answer</a>.</p>
<p>Beyond fanatical support, the Squarespace system works well for all types of users.  If you&#8217;re a blogger and you just want a site to do basic customizing, branding, and posting your articles it works perfect for that.  It&#8217;s also great if you&#8217;re a web designer or developer that wants to take it a step farther and completely customize your site and use some of the built in features like the photo gallery to build a portfolio displaying your work.  Another great feature is their web analytics, although it&#8217;s not Google Analytics but it&#8217;s already built in.  You don&#8217;t have to put extra snippets of code into your HTML or login to another website to check your stats &#8211; it&#8217;s all in one place.</p>
<p>Overall, I am glad I switched.  I am spending less time updating versions of Wordpress and troubleshooting plugins and more time working on client projects and actually posting content here.</p>
]]></content:encoded>
			<wfw:commentRss>http://landonmiller.net/2009/10/thoughts-on-squarespace/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Beautiful HTML</title>
		<link>http://landonmiller.net/2009/04/beautiful-html/</link>
		<comments>http://landonmiller.net/2009/04/beautiful-html/#comments</comments>
		<pubDate>Sun, 12 Apr 2009 01:29:10 +0000</pubDate>
		<dc:creator>Landon Miller</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://landonmiller.net/?p=11</guid>
		<description><![CDATA[Before venturing into server side code, I was primarily a web designer and developer.&#160; The past couple of weeks I have had to deal with a few sites that look great on the exterior, but when going to make a simple change I view the source only to find out that the HTML is nothing [...]]]></description>
			<content:encoded><![CDATA[<p>Before venturing into server side code, I was primarily a web designer and developer.&nbsp; The past couple of weeks I have had to deal with a few sites that look great on the exterior, but when going to make a simple change I view the source only to find out that the HTML is nothing less of a catastrophic disaster.&nbsp; I would think that by using tools such as Dreamweaver, having a DOCTYPE declared in the site would be automatic these days.&nbsp;&nbsp; Chris Coyier has a <a href="http://css-tricks.com/what-beautiful-html-code-looks-like/" class="yellow" target="_blank" class="green">great post over on CSS Tricks</a> about Beautiful HTML and what it should look like.</p>
<p><span id="more-11"></span></p>
<p>My advice to web designers and developers out there is:&nbsp; When it becomes just a job instead of a passion for building an amazing piece of art, maybe it&#8217;s time to move in a different direction.</p>
]]></content:encoded>
			<wfw:commentRss>http://landonmiller.net/2009/04/beautiful-html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A sad reality: IE 6 and PNG</title>
		<link>http://landonmiller.net/2009/01/a-sad-reality-ie-6-and-png/</link>
		<comments>http://landonmiller.net/2009/01/a-sad-reality-ie-6-and-png/#comments</comments>
		<pubDate>Thu, 08 Jan 2009 03:55:06 +0000</pubDate>
		<dc:creator>Landon Miller</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://landonmiller.net/?p=15</guid>
		<description><![CDATA[The one question I have is, &#8220;Why doesn&#8217;t Windows make it mandatory to update your browser with a Windows Update?&#8221;  I will admit I am a Mac enthusiast and one of the many things Apple does right is their software update.  Throughout the past few months I have come across a few clients that are [...]]]></description>
			<content:encoded><![CDATA[<p>The one question I have is, &#8220;Why doesn&#8217;t Windows make it mandatory to update your browser with a Windows Update?&#8221;  I will admit I am a Mac enthusiast and one of the many things Apple does right is their software update.  Throughout the past few months I have come across a few clients that are still using the browser I can only describe as pure crap.  So instead of testing these sites in Internet Explorer 7/8, Firefox, and Safari, it&#8217;s also still a requirement to test in IE 6 if I choose to use a graphic format such as PNG.  Of course I could go with the format that <strong>is</strong> supported &#8211; GIF, but let&#8217;s be honest: It&#8217;s just as crappy as the browser itself.<br />
<span id="more-15"></span><br />
Having said that, I had to find a fix to make the sites look exactly the way they should.  After trying a few PNG fixes I decided to go with one that was created by TwinHelix which you can <a href="http://www.twinhelix.com/css/iepngfix/" class="yellow" target="_blank" class="green">find here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://landonmiller.net/2009/01/a-sad-reality-ie-6-and-png/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
