<?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>ATLChris.com &#187; How-To</title>
	<atom:link href="http://atlchris.com/category/how-to/feed/" rel="self" type="application/rss+xml" />
	<link>http://atlchris.com</link>
	<description></description>
	<lastBuildDate>Sat, 03 Mar 2012 19:30:12 +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>How-To: Create Custom Share Buttons For All The Popular Social Services</title>
		<link>http://atlchris.com/1665/how-to-create-custom-share-buttons-for-all-the-popular-social-services/</link>
		<comments>http://atlchris.com/1665/how-to-create-custom-share-buttons-for-all-the-popular-social-services/#comments</comments>
		<pubDate>Thu, 17 Jun 2010 01:03:53 +0000</pubDate>
		<dc:creator>Chris Lentz</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Delicious]]></category>
		<category><![CDATA[Digg]]></category>
		<category><![CDATA[Evernote]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Google Buzz]]></category>
		<category><![CDATA[Linkedin]]></category>
		<category><![CDATA[Posterous]]></category>
		<category><![CDATA[Sharing]]></category>
		<category><![CDATA[Social]]></category>
		<category><![CDATA[StumbleUpon]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://atlchris.com/?p=1665</guid>
		<description><![CDATA[For those of you that follow me, you are probably already know that I recently redesigned my post footer. For those that don&#8217;t know a post footer is the area just below this post with the &#8220;Share It!&#8221; and &#8220;Related Post&#8221; sections. I took it on myself to create a completely custom footer area with [...]]]></description>
			<content:encoded><![CDATA[<p>For those of you that follow me, you are probably already know that I recently redesigned my post footer. For those that don&#8217;t know a post footer is the area just below this post with the &#8220;Share It!&#8221; and &#8220;Related Post&#8221; sections. I took it on myself to create a completely custom footer area with share links to many of the popular social services available today. I like my blog to be different from the other gazillion out there, so I choose to minimize my plugin use and create custom solutions.</p>
<p>Most of the popular social service out there offer pre-made javascript buttons that allow you share your pages or articles on their service. While this does make it easy, there is one problem with using their code generating methods; you are stuck with their styles and icons. I wanted to use a custom style with a different set of icons. To accomplish this, I had to take advantage of the services various &#8220;URL&#8221; submission methods. All the services offer this method, but most of them are poorly documented and are hard to find details on. After spending hours browsing the web for the various &#8220;URL&#8221; submission methods, I decided that once I finished I would post them all together in one place so people can easily find them and create their own custom share buttons. </p>
<p>Below, I am going to offer you the various services URL&#8217;s and teach you how to use them on your site.</p>
<h3>Twitter</h3>
<pre><code>http://twitter.com/home?status=[TITLE]+[URL]</code></pre>
<h3>Digg</h3>
<pre><code>http://www.digg.com/submit?phase=2&#038;url=[URL]&#038;title=[TITLE]</code></pre>
<h3>Facebook</h3>
<pre><code>http://www.facebook.com/share.php?u=[URL]&#038;title=[TITLE]</code></pre>
<p><span id="more-1665"></span></p>
<h3>StumbleUpon</h3</p>
<pre><code>http://www.stumbleupon.com/submit?url=[URL]&#038;title=[TITLE]</code></pre>
<h3>Delicious</h3>
<pre><code>http://del.icio.us/post?url=[URL]&#038;title=[TITLE]]&#038;notes=[DESCRIPTION]</code></pre>
<h3>Google Buzz</h3>
<pre><code>http://www.google.com/reader/link?title=[TITLE]&#038;url=[URL]</code></pre>
<h3>Linkedin</h3>
<pre><code>http://www.linkedin.com/shareArticle?mini=true&#038;url=[URL]&#038;title=[TITLE]&#038;source=[SOURCE/DOMAIN]</code></pre>
<h3>Slashdot</h3>
<pre><code>http://slashdot.org/bookmark.pl?url=[URL]&#038;title=[TITLE]</code></pre>
<h3>Technorati</h3>
<pre><code>http://technorati.com/faves?add=[URL]&#038;title=[TITLE]</code></pre>
<h3>Posterous</h3>
<pre><code>http://posterous.com/share?linkto=[URL]</code></pre>
<h3>Tumblr</h3>
<pre><code>http://www.tumblr.com/share?v=3&#038;u=[URL]&#038;t=[TITLE]</code></pre>
<h3>Reddit</h3>
<pre><code>http://www.reddit.com/submit?url=[URL]&#038;title=[TITLE]</code></pre>
<h3>Google Bookmarks</h3>
<pre><code>http://www.google.com/bookmarks/mark?op=edit&#038;bkmk=[URL]&#038;title=[title]&#038;annotation=[DESCRIPTION]</code></pre>
<h3>Newsvine</h3>
<pre><code>http://www.newsvine.com/_tools/seed&#038;save?u=[URL]&#038;h=[TITLE]</code></pre>
<h3>Ping.fm</h3>
<pre><code>http://ping.fm/ref/?link=[URL]&#038;title=[TITLE]&#038;body=[DESCRIPTION]</code></pre>
<h3>Evernote</h3>
<pre><code>http://www.evernote.com/clip.action?url=[URL]&#038;title=[TITLE]</code></pre>
<h3>Friendfeed</h3>
<pre><code>http://www.friendfeed.com/share?url=[URL]&#038;title=[TITLE]</code></pre>
<p>Those are the URL's you need to know, now, I know some of you are say what do I do with them? These are the URL you link your social icons too. Replace [TITLE] with the title of the page or article. Replace [URL] with the link back to the page or article. Both of these values need  to be URL in encoded for the submissions to process correctly. If you are using php, you can easily URL encode anything with:</p>
<pre><code>&lt;?PHP echo urlencode("VARIBLE"); ?&gt;</code></pre>
<p>If you are using WordPress, you can easily substitue the [URL] and [TITLE] values with WordPress codex functions. Below is the code you can use to replace the [TITLE] value:</p>
<pre><code>&lt;?php print(urlencode(the_title())); ?&gt;</code></pre>
<p>Now, the the code to replace the [URL] value:</p>
<pre><code>&lt;?php print(urlencode(get_permalink())); ?&gt;</code></pre>
<p>Now, lets take a look at it all put together for a general page with a "Share on Twitter" button:</p>
<pre><code>&lt;a href="http://twitter.com/home?status=This is the blog title.+http%3A%2F%2Fatlchris.com%2F1656%2Flink-to-page"&gt;
&lt;img src="http://atlchris.com/wp-content/themes/ATLChris/images/twitter.png" height="18" width="18" alt="Share On Twitter" /&gt;
&lt;/a></code></pre>
<p>Now, a wordpress example. This example substitutes the [TITLE] and [URL] values automatically with the current articles information with URL encoding:</p>
<pre><code>&lt;a href="http://twitter.com/home?status=&lt;?php print(urlencode(get_permalink())); ?&gt;+&lt;?php print(urlencode(the_title())); ?&gt;"&gt;
&lt;img src="http://atlchris.com/wp-content/themes/ATLChris/images/twitter.png" height="18" width="18" alt="Share On Twitter" /&gt;
&lt;/a&gt;</code></pre>
<p>I hope this helps to you create your very own custom share buttons. If you have any questions, please ask them below and I will answer them to the best of my ability. If I missed a service that you would like me to add, please leave a comment below.</p>
<h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://atlchris.com/160/iphone-3g-reviewed-the-apps-part-2/" title="iPhone 3G Reviewed: The Apps (Part 2)">iPhone 3G Reviewed: The Apps (Part 2)</a><br /><small>As you all already know, I am loving my ...</small></li><li><a href="http://atlchris.com/649/web-development-the-applications-and-services/" title="Web Development, The Applications and Services">Web Development, The Applications and Se...</a><br /><small>I wanted to do a little post on my web d...</small></li><li><a href="http://atlchris.com/358/me-today-10-5-2008/" title="Me Today 10-5-2008">Me Today 10-5-2008</a><br /><small>Just a quick video updating you all on e...</small></li></ul>]]></content:encoded>
			<wfw:commentRss>http://atlchris.com/1665/how-to-create-custom-share-buttons-for-all-the-popular-social-services/feed/</wfw:commentRss>
		<slash:comments>34</slash:comments>
		</item>
		<item>
		<title>Improve Your Writing With Wordy.com</title>
		<link>http://atlchris.com/1543/improve-your-writing-with-wordy-com/</link>
		<comments>http://atlchris.com/1543/improve-your-writing-with-wordy-com/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 19:55:25 +0000</pubDate>
		<dc:creator>Chris Lentz</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Software Reviews]]></category>
		<category><![CDATA[Copy-Editor]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordy]]></category>
		<category><![CDATA[Writing]]></category>

		<guid isPermaLink="false">http://atlchris.com/?p=1543</guid>
		<description><![CDATA[A few weeks ago, I discovered a site called Wordy.com. Wordy is a service based out of the UK that allows its users to connect with professional copy-editors to check for grammar, spelling, punctuation, and structure in the users writing. The service is super simple to use, offers very competitive pricing, and has a large [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://atlchris.com/wp-content/uploads/2010/03/logo.gif"><img src="http://atlchris.com/wp-content/uploads/2010/03/logo.gif" alt="" title="Wordy Logo" width="181" height="96" class="alignleft size-full wp-image-1550" style="margin: 10px 20px;" /></a>A few weeks ago, I discovered a site called <a href="http://www.wordy.com/">Wordy.com</a>. Wordy is a service based out of the UK that allows its users to connect with professional copy-editors to check for grammar, spelling, punctuation, and structure in the users writing. The service is super simple to use, offers very competitive pricing, and has a large group of highly trained and professional copy-editors. Just a note on how friendly the people are, with in 24 hours of reporting a bug I found on the site, I had an email from the founder of the site offering me a free submission for assisting with the bug.</p>
<h2>How it Works</h2>
<p>How it works, is the user signs up for the site, and either attaches a common format document, or does a copy/paste right into to the site itself. Once they add text to the site, they are presented with 3 options: the option to choose either UK-English or US-English as the language; a type of text category; Notes to Editor. After filling in these sections of submission, they will confirm the order, and will be presented with a screen that keeps them up-to-date on the status of the submission, as well as a projected time till the review is complete. Once the review is complete, the user will be able to view the revisions, and either accept them or reject them. If they are rejected, you can add notes on why, and the editor will take another look at them. Here is a quick video that shows you how easy it is to submit content and review the revisions:<span id="more-1543"></span></p>
<div style="text-align: center;"><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/KV5G71dosTg&#038;hl=en_US&#038;fs=1&#038;rel=0&#038;hd=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/KV5G71dosTg&#038;hl=en_US&#038;fs=1&#038;rel=0&#038;hd=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></div>
<h2>Review</h2>
<p>At the time I am writing this post, I will have used <a href="http://www.wordy.com/">Wordy</a> a total of 7 times, ranging from a quick paragraph of website copy to a long winded 1000+ word blog post. Right up front, I will say, that I am loving this service for a few of reasons. First, is how easy it is to submit new content for review. You literally submit your text, answer a few basic questions, and click &#8220;confirm.&#8221; With in a few minutes, you have a professionally edited version of your submission, with details on the revisions. Second, is the review times, as I said in the last sentence, most submission are returned fully edited with in a few minutes. As of right now, a 400 word submission will be returned in approximately 33 minutes. It is hard to find a service these days that doesn&#8217;t require at least a 24 hour period for something to be reviewed.</p>
<p>The third reasons I am loving Wordy, is the pricing. Pricing is based on the total word count of the submission, but is very competitively priced. Prices are given in British pounds, but even with the conversion rate, things seem to be very competitively priced. My large blog post on the <a href="http://atlchris.com/1514/hp-mini-311-netbook-reviewed/">HP Mini 311 Netbook</a> was run though Wordy, and it only cost me € 15.09 (just about $20.00 USD.) The final reason I am loving Wordy, is the quality of the editors. I have submitted profession text that I found on some major websites to Wordy to test the quality of the reviewers, and I was very pleased. One editor found some ways to improve a Wall Street Journal news article. I also find the copy-editors to be very friendly and they will work with you through multiple revisions.</p>
<h2>The WordPress Plugin</h2>
<p>Just recently, Wordy announced the new <a href="http://wordpress.org/extend/plugins/wordy/">Wordy WordPress plugin</a>, that will allow you to get instant quotes and submit blog posts to Wordy.com from directly inside your WordPress Blogs wp-admin panel. You can even require all the people who post on your blog to use Wordy via the plugin. Below is a video about the Wordy WordPress Plugin:</p>
<div style="text-align: center;"><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/V3dBPu6AAw4&#038;hl=en_US&#038;fs=1&#038;rel=0&#038;hd=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/V3dBPu6AAw4&#038;hl=en_US&#038;fs=1&#038;rel=0&#038;hd=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></div>
<h2>Final Thoughts</h2>
<p>Why do I like Wordy? Well, as you can probably tell from reading this blog, I am not a professional writer. I blog because I enjoy it. With that being said, I would still like my posts to be free of grammar, punctuation, and structure errors. From emails, to website copy, to blog posts, and company newsletters, everyone who writes content that will be read by others should use <a href="http://www.wordy.com/">Wordy</a>. It will help you gain respect from yours readers, and will allow you to project professionalism through your writing. My final verdict, USE IT!</p>
<h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://atlchris.com/1797/simply-business-wordpress-v2-0-update/" title="Simply Business Wordpress v2.0 Update">Simply Business Wordpress v2.0 Update</a><br /><small>

Today, I have officially released ve...</small></li><li><a href="http://atlchris.com/1665/how-to-create-custom-share-buttons-for-all-the-popular-social-services/" title="How-To: Create Custom Share Buttons For All The Popular Social Services">How-To: Create Custom Share Buttons For ...</a><br /><small>For those of you that follow me, you are...</small></li><li><a href="http://atlchris.com/1439/100-posts-and-some-big-changes/" title="100 Posts and Some Big Changes">100 Posts and Some Big Changes</a><br /><small>Hey check it out, this is my 100th post....</small></li></ul>]]></content:encoded>
			<wfw:commentRss>http://atlchris.com/1543/improve-your-writing-with-wordy-com/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Display Your Feedburner RSS Subscriber Count</title>
		<link>http://atlchris.com/1001/how-to-display-your-feedburner-rss-subscriber-count/</link>
		<comments>http://atlchris.com/1001/how-to-display-your-feedburner-rss-subscriber-count/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 14:23:37 +0000</pubDate>
		<dc:creator>Chris Lentz</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Feedburner]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://atlchris.com/?p=1001</guid>
		<description><![CDATA[Recently, I added my Feedburner subscriber count to my sidebar on the right. Since I did this, I have had countless tweets and emails asking me, how I am able to display it as a number and not as one of the Feedburner chicklets. Let me start this off by saying that you have to [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, I added my Feedburner subscriber count to my sidebar on the right. Since I did this, I have had countless tweets and emails asking me, how I am able to display it as a number and not as one of the Feedburner chicklets.</p>
<p>Let me start this off by saying that you have to use <a href="http://feedburner.google.com/">Google&#8217;s Feedburner</a> service for this to work. In order for this to work, I had to insert some PHP code that takes advantage of the Google Feedburner API. The code below needs to be inserted in one of your template file, I suggest the <code>header.php</code> template file.</p>
<pre>
&lt;?php
$apiurl=&#34;https://feedburner.google.com/api/awareness/1.0/GetFeedData?uri=feedburnerid&#34;;
$ch = curl_init();
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_URL, $apiurl);
$stored = curl_exec($ch);
curl_close($ch);
$grid = new SimpleXMLElement($stored);
$feedcount = $grid->feed->entry['circulation'];
?&gt;
</pre>
<p>In the above code, you need to replace <code>feedburnerid</code> with your feed burner id. This id can be found at the end of your rss address. i.e. My RSS address is http://feeds.feedburner.com/atlchris so my feedburner id would be &#8220;atlchris.&#8221; Once you have done this, you just need to add one more line of PHP code.</p>
<pre>
&lt;?php echo $feedcount; ?&gt;
</pre>
<p>This code needs to be placed where you want the count to appear. You can wrap this code with a div or span tag, outside the PHP brackets, for styling. If you have any questions, please feel free to ask them in the comment section below.</p>
<h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://atlchris.com/1797/simply-business-wordpress-v2-0-update/" title="Simply Business Wordpress v2.0 Update">Simply Business Wordpress v2.0 Update</a><br /><small>

Today, I have officially released ve...</small></li><li><a href="http://atlchris.com/1781/the-wilderness-downtown-project/" title="COOL: The Wilderness Downtown Project">COOL: The Wilderness Downtown Project</a><br /><small>OK, I don't normally post short posts on...</small></li><li><a href="http://atlchris.com/1665/how-to-create-custom-share-buttons-for-all-the-popular-social-services/" title="How-To: Create Custom Share Buttons For All The Popular Social Services">How-To: Create Custom Share Buttons For ...</a><br /><small>For those of you that follow me, you are...</small></li></ul>]]></content:encoded>
			<wfw:commentRss>http://atlchris.com/1001/how-to-display-your-feedburner-rss-subscriber-count/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jailbreak You iPhone 3G with PwnageTool on a Mac</title>
		<link>http://atlchris.com/965/jailbreak-you-iphone-with-pwnagetool-on-a-mac/</link>
		<comments>http://atlchris.com/965/jailbreak-you-iphone-with-pwnagetool-on-a-mac/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 13:44:10 +0000</pubDate>
		<dc:creator>Chris Lentz</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Cydia]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iTunes]]></category>
		<category><![CDATA[Jailbreak]]></category>
		<category><![CDATA[PwnageTool]]></category>

		<guid isPermaLink="false">http://atlchris.com/?p=965</guid>
		<description><![CDATA[If you are a subscriber to my blog, you know that recently (Why I decided to Jailbreak my iPhone) I jail-broke my iPhone 3G with the 3.1 OS. I wanted to walk you all through how to do this, and share my specific experience with you. The method I am going to take you through [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://atlchris.com/wp-content/uploads/2009/10/pwnage.jpg"><img class="alignnone size-full wp-image-968" title="PwnageTool" src="http://atlchris.com/wp-content/uploads/2009/10/pwnage.jpg" alt="PwnageTool" width="69" height="93" /></a></p>
<p>If you are a subscriber to my blog, you know that recently (<a href="http://atlchris.com/869/why-i-decided-to-jailbreak-my-iphone/">Why I decided to Jailbreak my iPhone</a>) I jail-broke my iPhone 3G with the 3.1 OS. I wanted to walk you all through how to do this, and share my specific experience with you. The method I am going to take you through is for Mac users only. Doing it on Windows is a bit more difficult. My friend Matt just tried to Jailbreak his iPhone 3G w/ 3.1 software on Windows and had no luck. He finally asked if he could come over and do it on my Mac.</p>
<h2>What You Will Need:</h2>
<p>- Mac Intel Based Computer<br />
- <a href="http://www.apple.com/itunes/">iTunes 9</a><br />
- <a href="http://apfelportal.de/host/images/PwnageTool__3.1.3.dmg">Download PwnageTool 3.13</a><span id="more-965"></span></p>
<h2>Step 1: Sync &amp; Backup!!!</h2>
<p>I can&#8217;t emphasize this enough, plug your iPhone into your computer and allow iTunes 9 to sync and backup the iPhone completely.</p>
<h2>Step 2: Open PwnageTool and select your iPhone Model</h2>
<p>Once you have downloaded PwnageTool, click it and open it. They first screen you will be asking you what type of iPhone/iPod Touch you have. You have 3 choices, iPhone, iPod Touch 2G, and iPhone 3G(s). If you want to jailbreak just a regular 3G, select 3G(s) as your model.</p>
<p style="text-align: center;"><a href="http://atlchris.com/wp-content/uploads/2009/10/PwnageTool-1.png"><img class="alignnone size-medium wp-image-970" title="PwnageTool 1" src="http://atlchris.com/wp-content/uploads/2009/10/PwnageTool-1-300x267.png" alt="PwnageTool 1" width="270" height="240" /></a></p>
<h2>Step 3: Pwn Your Firmware.</h2>
<p>The next screen you see, is where the PwnageTool is looking for your current firmware in the iTunes folder. It should find it automatically, then you just click on it and click the next button. If it doesn&#8217;t find your Firmware, it will ask you locate it manually. You can find it in here: Users/****/Library/iTunes/iPhone Software Updates</p>
<p style="text-align: center;"><a href="http://atlchris.com/wp-content/uploads/2009/10/PwnageTool-2.png"><img class="alignnone size-medium wp-image-971" title="PwnageTool 2" src="http://atlchris.com/wp-content/uploads/2009/10/PwnageTool-2-300x267.png" alt="PwnageTool 2" width="270" height="240" /></a> <a href="http://atlchris.com/wp-content/uploads/2009/10/PwnageTool-3.png"><img class="alignnone size-medium wp-image-972" title="PwnageTool 3" src="http://atlchris.com/wp-content/uploads/2009/10/PwnageTool-3-300x267.png" alt="PwnageTool 3" width="270" height="240" /></a></p>
<p>After you locate your firmware, you will be greeted with a screen explaining that PwnageTool will create a jail-broken version of that firmware and will output it to your desktop. After you click ok, you will be greeted with another message asking you &#8220;Do you have an iPhone 3G(s) contract that would activate normally Through iTunes?&#8221; What this is asking, is do you have a normal AT&amp;T contract for the phone. For most the answer should be yes, but if you have an unlocked phone, and use it on another carrier you will have to say no. Once you click Yes, PwnageTool will create your new custom firmware. This can take 5 to 10 minutes, so be patient.</p>
<p style="text-align: center;"><a href="http://atlchris.com/wp-content/uploads/2009/10/PwnageTool-4.png"><img class="alignnone size-medium wp-image-973" title="PwnageTool 4" src="http://atlchris.com/wp-content/uploads/2009/10/PwnageTool-4-300x123.png" alt="PwnageTool 4" width="270" height="111" /></a> <a href="http://atlchris.com/wp-content/uploads/2009/10/PwnageTool-5.png"><img class="alignnone size-medium wp-image-974" title="PwnageTool 5" src="http://atlchris.com/wp-content/uploads/2009/10/PwnageTool-5-300x123.png" alt="PwnageTool 5" width="270" height="111" /></a></p>
<p style="text-align: center;"><a href="http://atlchris.com/wp-content/uploads/2009/10/PwnageTool-6.png"><img class="alignnone size-medium wp-image-975" title="PwnageTool 6" src="http://atlchris.com/wp-content/uploads/2009/10/PwnageTool-6-300x267.png" alt="PwnageTool 6" width="270" height="240" /></a></p>
<h2>Step 4: DFU Mode</h2>
<p>After your new custom firmware has been created, you will be asked if you have jail-broken this phone before. if this you your first time, just say no. Next, it will walk you through how to put the phone into DFU mode. To do this, dock you iPhone and Turn it off. Then you will need to hold the home button and the power button down for 10 seconds. After 10 seconds, release just the power button and hold the home button alone for another 10 seconds. PwnageTool will notify you if you have done this correctly.</p>
<p style="text-align: center;"><a href="http://atlchris.com/wp-content/uploads/2009/10/PwnageTool-8.png"><img class="alignnone size-medium wp-image-977" title="PwnageTool 8" src="http://atlchris.com/wp-content/uploads/2009/10/PwnageTool-8-300x267.png" alt="PwnageTool 8" width="270" height="240" /></a> <a href="http://atlchris.com/wp-content/uploads/2009/10/PwnageTool-9.png"><img class="alignnone size-medium wp-image-978" title="PwnageTool 9" src="http://atlchris.com/wp-content/uploads/2009/10/PwnageTool-9-300x267.png" alt="PwnageTool 9" width="270" height="240" /></a></p>
<p>If you have, then you are done with PwnageTool, exit out of it and head over to iTunes. Once in iTunes, you should see your iPhone detected, but not fully accepted. It will ask you to restore the iPhone. Now, hold down the &#8220;Option&#8221; key on your Mac and click restore. You should be prompted with a &#8220;Choose a File&#8221; box. Browse over to your desktop and click on the new custom firmware.</p>
<h2>Step 5: Enjoy!</h2>
<p>Well, that is it, once your iPhone is restored, you will be good to go. You should see Cydia, the jail-broken app store on your iPhone. Now, just sync your iPhone to iTunes to restore all your data. There are lots of great jail-broken apps available, I will post a list of my favorite Cydia apps very soon, in the mean time, <a href="http://feeds.feedburner.com/atlchris">subscribe to my feed</a> so you don&#8217;t miss out on future jailbreak posts. I will try my best to answer any questions you all have in the comment section below.</p>
<h2>Other Great Tutorials</h2>
<p>- <a href="http://bit.ly/17Gngp">Jailbreak iPhone 3GS 3.1</a></p>
<p>- <a href="http://bit.ly/181QqS">YouTube Tutorial</a></p>
<p>- <a href="http://www.youtube.com/watch?v=ZVHjy_d_XVg">YouTube Jailbreak On Windows Tutorial</a></p>
<p><strong><em>DISCLAIMER: This tutorial is for learning purposes ONLY. I do NOT recommend you jailbreak your iPhone, it can cause it to be bricked permanently. I take no responsibility for what may occur if you execute the steps in this tutorial with your device.</em></strong></p>
<h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://atlchris.com/869/why-i-decided-to-jailbreak-my-iphone/" title="Why I decided to Jailbreak my iPhone">Why I decided to Jailbreak my iPhone</a><br /><small>I have had an iPhone now, for about a ye...</small></li><li><a href="http://atlchris.com/1167/itunes-app-store-vs-android-market/" title="iTunes App Store vs. Android Market">iTunes App Store vs. Android Market</a><br /><small>

If you follow me on Twitter, you kno...</small></li><li><a href="http://atlchris.com/1724/hulu-plus-announced/" title="Hulu Plus Announced (With Support for iPhone &#038; iPad)">Hulu Plus Announced (With Support for iP...</a><br /><small>Today, Hulu officially announced their n...</small></li></ul>]]></content:encoded>
			<wfw:commentRss>http://atlchris.com/965/jailbreak-you-iphone-with-pwnagetool-on-a-mac/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>iPhone 3.0: Find My iPhone Feature</title>
		<link>http://atlchris.com/852/iphone-30-find-my-iphone-feature/</link>
		<comments>http://atlchris.com/852/iphone-30-find-my-iphone-feature/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 20:29:49 +0000</pubDate>
		<dc:creator>Chris Lentz</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Software Reviews]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Find My iPhone]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPhone OS 3.0]]></category>
		<category><![CDATA[WWDC]]></category>

		<guid isPermaLink="false">http://atlchris.com/?p=852</guid>
		<description><![CDATA[Lastnight, Apple decided to activate the &#8220;Find My iPhone&#8221; feature that was announced yesterday at Apples WWDC keynote speech. The &#8220;Find My iPhone&#8221; feature is a iPhone locate service that works through Mobile Me &#38; GPS. Say I misplace my iPhone, and someone who works at the establishment I left it at finds it, well [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="size-medium wp-image-853 aligncenter" title="find_my_iphone" src="http://atlchris.com/wp-content/uploads/2009/06/find_my_iphone-300x199.jpg" alt="find_my_iphone" width="300" height="199" /></p>
<p>Lastnight, Apple decided to activate the &#8220;Find My iPhone&#8221; feature that was announced yesterday at Apples WWDC keynote speech. The &#8220;Find My iPhone&#8221; feature is a iPhone locate service that works through Mobile Me &amp; GPS.</p>
<p>Say I misplace my iPhone, and someone who works at the establishment I left it at finds it, well most people would just look in the phone book and try to call someone like Home, Mom or Dad, well I lock my iPhone so they can&#8217;t do that.</p>
<p style="text-align: center;"><a href="http://atlchris.com/wp-content/uploads/2009/06/untitled.jpg"><img class="size-medium wp-image-859 aligncenter" title="untitled" src="http://atlchris.com/wp-content/uploads/2009/06/untitled-300x242.jpg" alt="untitled" width="300" height="242" /></a></p>
<p style="text-align: left;">This is where the new &#8220;Find My iPhone&#8221; feature comes in handy. I login to Mobile Me, and locate my iPhone on a Google Map. I have left my iPhone inside Lenox Mall in Atlanta, Georgia. Well it is inside  a steal building so it can&#8217;t get a exact location, just with in a hundred feet. Well that doesn&#8217;t help much because I visited like 20 stores while I was there.<span id="more-852"></span></p>
<p style="text-align: center;"><a href="http://atlchris.com/wp-content/uploads/2009/06/untitled-2.jpg"><img class="alignnone size-thumbnail wp-image-857" title="untitled-2" src="http://atlchris.com/wp-content/uploads/2009/06/untitled-2-125x125.jpg" alt="untitled-2" width="125" height="125" /></a><a href="http://atlchris.com/wp-content/uploads/2009/06/photo.jpg"><img class="alignnone size-thumbnail wp-image-856" title="photo" src="http://atlchris.com/wp-content/uploads/2009/06/photo-125x125.jpg" alt="photo" width="125" height="125" /></a></p>
<p>Well this is where Apple took it a step further. Not only can you locate your iPhone, but I can also push a message to the iPhone saying if found please email me or call me at some number or email. Well, ring ring, my friend&#8217;s, who is with me, iPhone rings and it is the store manager from the Lenox Mall Apple Store letting me know he found my iPhone next to a iMac in the store.</p>
<p>Not to quote Staples, but &#8220;That Was Easy.&#8221;</p>
<p>I have played with the feature, and have no complaints, it works wonderfully. I was able to find my iPhone in side Lenox Mall and even in a parking garage outside the mall. This is a great feature, and probably the feature that put the biggest smile on my face during yesterdays keynote at WWDC.</p>
<p>WHEN YOU UPGRADE TO IPHONE OS 3.0 ENABLE THIS FEATURE IMMEDITLY VIA THE MOBILE ME SETTINGS ON THE IPHONE.</p>
<p style="text-align: center;"><a href="http://atlchris.com/wp-content/uploads/2009/06/photo-31.jpg"><img class="alignnone size-thumbnail wp-image-865" title="photo-31" src="http://atlchris.com/wp-content/uploads/2009/06/photo-31-125x125.jpg" alt="photo-31" width="125" height="125" /></a><a href="http://atlchris.com/wp-content/uploads/2009/06/untitled-3.jpg"><img class="alignnone size-thumbnail wp-image-858" title="untitled-3" src="http://atlchris.com/wp-content/uploads/2009/06/untitled-3-125x125.jpg" alt="untitled-3" width="125" height="125" /></a></p>
<h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://atlchris.com/770/thoughts-on-the-iphone-30-os/" title="Thoughts on the iPhone 3.0 OS">Thoughts on the iPhone 3.0 OS</a><br /><small>

Yesterday, March 17th, Apple premier...</small></li><li><a href="http://atlchris.com/1656/apples-new-mobile-store-suffers-downtime-on-release-day/" title="Apple&#8217;s New Mobile Store Suffers Downtime On Release Day">Apple&#8217;s New Mobile Store Suffers Downtim...</a><br /><small>This morning, I was reading all about th...</small></li><li><a href="http://atlchris.com/624/macworld-09-rumor-wrap-up/" title="Macworld 09, Rumor Wrap Up">Macworld 09, Rumor Wrap Up</a><br /><small>

With the Macworld 2009 keynote just ...</small></li></ul>]]></content:encoded>
			<wfw:commentRss>http://atlchris.com/852/iphone-30-find-my-iphone-feature/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>HOW TO: Backup Your Website to Amazon S3 (Automatically)</title>
		<link>http://atlchris.com/828/how-to-backup-your-website-to-amazon-s3-automatically/</link>
		<comments>http://atlchris.com/828/how-to-backup-your-website-to-amazon-s3-automatically/#comments</comments>
		<pubDate>Thu, 28 May 2009 15:47:02 +0000</pubDate>
		<dc:creator>Chris Lentz</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Amazon S3]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[Media Temple]]></category>
		<category><![CDATA[S3sync]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[UNIX]]></category>

		<guid isPermaLink="false">http://atlchris.com/?p=828</guid>
		<description><![CDATA[Some of you might not know this about me, but I am a successful web developer outside of this blog. I currently host and run 9 sites on my Media Temple (dv) server. One of my biggest concerns was how I can keep safe, up-to-date, and secure backups of my website files outside of my [...]]]></description>
			<content:encoded><![CDATA[<p>Some of you might not know this about me, but I am a successful web developer outside of this blog. I currently host and run 9 sites on my Media Temple (dv) server. One of my biggest concerns was how I can keep safe, up-to-date, and secure backups of my website files outside of my home. After turning to my good friend Google, I came across a couple of great articles from two local Atlanta bloggers about this topic. My friend <a href="http://paulstamatiou.com/2007/07/29/how-to-bulletproof-server-backups-with-amazon-s3">Paul Stamatiou</a> and <a href="http://www.christinawarren.com/2008/06/24/s3-backup-media-temple-gs/">Christina Warren</a> both have written in depth articles on how they used Amazon S3 to securely backup their websites daily, which is where I learned to do the following.</p>
<p>While Paul and Christina&#8217;s guides are great, I wanted to further explore S3sync and give my experience using S3sync to backup my Media Temple (dv) server to Amazon S3. The steps I am going to walk you through are based on S3sync, a open source Ruby application, that will allow you to transfer files to Amazon S3 using secure SSL encryption. Let me start by warning you, that you need to know a bit about the UNIX commands. You will need a application like Terminal for OS X, Linux, or <a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/">PuTTy</a> for Windows to SSH into your web server. <strong>If you don&#8217;t know what SSH is, then this tutorial might not be for you.</strong> I will be using Terminal which is built into Apple OS X.</p>
<p><em>**It is very important that you use absolute paths through out this tutorial. If you are not sure what your absolute path is, enter &#8220;pwd&#8221; in the terminal window after you have logged into you server. For this tutorial, I am going to work directly from the root level.**<span id="more-828"></span></em></p>
<h2>Step 1: Install Ruby</h2>
<p>I could walk you through a step by step guide on how to install Ruby, but truth be told, I would recommend you check with your web host for specific instructions. For Media Temple, I would use these guides: <a href="http://kb.mediatemple.net/questions/128/(dv)+2.0+Install+Ruby+on+Rails">(dv) 2.0 server</a> or <a href="http://kb.mediatemple.net/questions/279/Ruby+on+Rails+using+Mongrel+Clusters">(dv) 3.0 server</a>. The Media Temple Grid server comes with Ruby pre-installed so you can skip this step.</p>
<h2>Step 2: Install S3sync</h2>
<p>To get started, we need to connect to S3sync&#8217;s Amazon S3 and download the S3sync tar-file. Once we have done that, we are going to decompress it and download the SSL certificates for secure transfers.</p>
<p>Start by getting the S3sync tar:</p>
<pre>wget http://s3.amazonaws.com/ServEdge_pub/s3sync/s3sync.tar.gz</pre>
<p>Decompress the tar file:</p>
<pre>tar xvzf s3sync.tar.gz</pre>
<p>Remove the S3syc tar file, get the SSL certificates, and decompress them:</p>
<pre>
rm s3sync.tar.gz
cd s3sync
mkdir certs
cd certs
wget http://mirbsd.mirsolutions.de/cvs.cgi/~checkout~/src/etc/ssl.certs.shar
sh ssl.certs.shar
</pre>
<h2>Step 3: Setup S3sync</h2>
<p>Next, we are going to make the directory that will store the backups before they are transferred to your S3 account. This folder will be inside the S3sync folder.</p>
<pre>
cd ..
mkdir s3backup
</pre>
<p>Edit the s3config.rb file, this is a step that only needs to be done with newer version of S3sync.</p>
<pre>vi s3config.rb</pre>
<p>You need to replace the confpath with this:</p>
<pre>confpath = ["./", "#{ENV['S3CONF']}", "#{ENV['HOME']}/.s3conf", "/etc/s3conf"]</pre>
<p>Now, enter your Amazon S3 account information into the s3config.yml file which we will create in the S3sync directory:</p>
<pre>
vi s3config.yml
</pre>
<p>Now that you are in the VI editor, hit the &#8220;i&#8221; key to enter insert mode then enter the following:</p>
<pre>
aws_access_key_id:***********************
aws_secret_access_key: ***************************
ssl_cert_dir: /s3sync/certs
</pre>
<p>If you are having problems with this step, look at the s3config.yml.sample file which comes with S3sync. After you have entered your Amazon S3 keys and the absolute path to your certs directory, you need to hit the &#8220;escape&#8221; key then &#8220;:wq&#8221; to save and quit the VI editor. If you are not sure how to use the VI editor, check out this <a href="http://www.eng.hawaii.edu/Tutor/vi.html">resource</a>.</p>
<h2>Step 4: Write the Shell Backup Script</h2>
<p>Now, you need to change directories so you are in the S3sync directory which is where we will create the backup shell script. I have said it before, but this is very important for the automation part at the end of this tutorial, use absolute paths in this script. For the script example below, I am assuming everything is at the root level.</p>
<pre>vi backupscript</pre>
<p>Hit the &#8220;i&#8221; key to enter insert mode.</p>
<pre>
!/bin/bash

echo `date` ": Deleting Previous TAR Files..." &gt; /s3sync/s3backup/backup.log

# Empty the backup folder of previous backups.
cd /s3sync/s3backup
rm -f *
cd /s3sync

echo `date` ": Beginning Backup Process..." &gt;&gt; /s3sync/s3backup/backup.log

# Get the date.
NOW=$(date +_%b_%d_%y_%H-%M)

echo `date` ": Generating File Backup TAR..." &gt;&gt; /s3sync/s3backup/backup.log

# Generate a tar-file of the server contents.
tar czvf websites_backup$NOW.tar.gz **********
mv websites_backup$NOW.tar.gz /s3sync/s3backup
cd /s3sync/s3backup

# Database Backup
DBNAME=**********
DBPWD=**********
DBUSER=**********

echo `date` ": Generating SQL Backup TAR..." &gt;&gt; /s3sync/s3backup/backup.log

# Generate a tar-file of the SQL database.
touch $DBNAME.backup$NOW.sql.gz
mysqldump -u $DBUSER -p$DBPWD $DBNAME | gzip -9 &gt; $DBNAME.backup$NOW.sql.gz

echo `date` ": Compressing 2 TAR Files Into 1..." &gt;&gt; /s3sync/s3backup/backup.log

# Compress all tar-files in to 1
tar czvf server_backup$NOW.tar.gz $DBNAME.backup$NOW.sql.gz websites_backup$NOW.tar.gz

echo `date` ": Delete Individual TAR Files..." &gt;&gt; /s3sync/s3backup/backup.log

# Remove individual tar-files.
rm -f $DBNAME.backup$NOW.sql.gz websites_backup$NOW.tar.gz

echo `date` ": Running S3sync Ruby Script..." &gt;&gt; /s3sync/s3backup/backup.log

# Transfer tar-file to Amazon S3
BUCKET=**********
cd ~/
ruby /s3sync/s3sync.rb -r -v --ssl /s3sync/s3backup/ BUCKET:

echo `date` ": Backup Complete..." &gt;&gt; /s3sync/s3backup/backup.log
</pre>
<p>This script is not very complex but I will walk through it with you a little bit. All of the echo statements in the script are where I output the status of the script for debugging purposes. These statements are not required, but they might help you troubleshoot any problems that might arise.Make sure you replace the directory you want to backup, the SQL database information, and the Amazon S3 Bucket information where you see:  **********</p>
<p>The script starts by deleting the contents of the backup folder, which will contain the backups that were generated the last time the script was ran. Next, we will generate the date for labeling the tar-files. After that, it is time to compress the actual web server files into a tar-file. Make sure you replace the &#8220;**********&#8221; with the absolute path of the directory you would like to backup. Next, we will generate a tar-file with the contents of a SQL database. Again, make sure you replace the &#8220;**********&#8221; with your specific information. Finally, we are going to compress the 2 tar-files into one and transfer that tar-file to your Amazon S3 account. Make sure you edit the last occurrence of &#8220;**********&#8221; with the name of the Amazon S3 bucket you wish to save the backups in.</p>
<h2>Step 5: Test the Script</h2>
<pre>./backupscript</pre>
<p>When you start the script, you should see a fast scrolling list of files as they backup. When it stops scrolling, the 2 tar-files are being combined and transferred to your Amazon S3. This can take a few minutes, so be patient. If successful, the prompt will reappear in the terminal window. Now, you should see the tar-file in your Amazon S3 bucket.</p>
<h2>Step 6: Automate the Script</h2>
<p>Now, I am going to walk you through how to edit your crontab file to run the script daily at a time of your choosing. If you don&#8217;t know how a crontab works, check out this great <a href="http://www.adminschoice.com/docs/crontab.htm">crontab resource</a>. The basic format of a crontab entry is:</p>
<pre>
*    *     *    *     *  command to be executed
-    -    -    -     -
|     |     |     |     |
|     |     |     |     +----- day of week (0 - 6) (Sunday=0)
|     |     |     +------- month (1 - 12)
|     |     +--------- day of month      (1 - 31)
|     +----------- hour (0 - 23)
+------------- min (0 - 59)
</pre>
<p>Start by entering your crontab file:</p>
<pre>crontab -e</pre>
<p>There may already be some crontab entries in this file, so make sure you do not edit any of the current entries. Scroll down to the last entry and insert a new line. One the new line, enter the new crontab:</p>
<pre>0    6    *    *    *    /s3sync/backupscript</pre>
<p>This will run your backupscript at 0 minutes into the 6th hour of everyday. To change the time, edit the 0 for minutes or the 6 for hours (use military time.) This works off of your server time, so if your host is in a different timezone, the backup might not occur when you expect it to. Finally, make sure the path to the file is the absolute path.</p>
<h2>Final Words</h2>
<p>There are many local factors that can effect this script, if the script is not working, I would walk back through the tutorial, and make sure your file tree layout is the way it is suppose to be. Everything we created and edited in this tutorial, belongs inside the /s3sync/ directory.</p>
<p>One of the problems I struggled with, was that the script ran fine manually, but would not transfer the files to Amazon S3 when automated by the crontab. If this problem occurs use the &#8220;SET&#8221; command inside your script, and directly from the terminal and compare the environment variables (<a href="http://www.computerhope.com/unix/uset.htm">more on &#8220;set&#8221;</a>.) Any differences you find might need to be annually adjusted in your script. For me it was the &#8220;PATH&#8221; varible.</p>
<p>I am not a pro with terminal, but I can try to help you troubleshoot any problems you might have when you setup your script. Just drop me a comment below and I will defiantly try my best to help you out.</p>
<h2>Helpful Links</h2>
<ul>
<li><a href="http://kb.mediatemple.net/questions/82/Using+Cron+on+a+%2528dv%2529+Dedicated+Virtual+Server">Media Temple&#8217;s CronTab Guide</a></li>
<li><a href="http://s3sync.net/wiki">S3sync Homepage and Wiki</a></li>
<li><a href="http://www.computerhope.com/unix.htm">General UNIX Guide</a></li>
<li><a href="http://www.christinawarren.com/2008/07/13/video-tutorial-s3-backup-media-temple-gs/">Christina Warren&#8217;s Screencast On S3sync</a></li>
</ul>
<h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://atlchris.com/819/how-i-use-amazon-s3/" title="How I use Amazon S3">How I use Amazon S3</a><br /><small>A couple of months ago, I was reading ab...</small></li><li><a href="http://atlchris.com/649/web-development-the-applications-and-services/" title="Web Development, The Applications and Services">Web Development, The Applications and Se...</a><br /><small>I wanted to do a little post on my web d...</small></li><li><a href="http://atlchris.com/291/time-machine-saves-the-day-again/" title="Time Machine Saves the Day, AGAIN!">Time Machine Saves the Day, AGAIN!</a><br /><small>

Well, as I am writing this post I am...</small></li></ul>]]></content:encoded>
			<wfw:commentRss>http://atlchris.com/828/how-to-backup-your-website-to-amazon-s3-automatically/feed/</wfw:commentRss>
		<slash:comments>30</slash:comments>
		</item>
		<item>
		<title>10.5.6 OS X Update (Mail) Fix</title>
		<link>http://atlchris.com/608/1056-os-x-update-mail-fix/</link>
		<comments>http://atlchris.com/608/1056-os-x-update-mail-fix/#comments</comments>
		<pubDate>Fri, 19 Dec 2008 15:53:39 +0000</pubDate>
		<dc:creator>Chris Lentz</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Fix]]></category>
		<category><![CDATA[Macbook Pro]]></category>
		<category><![CDATA[Mail]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[Update]]></category>

		<guid isPermaLink="false">http://atlchris.com/?p=608</guid>
		<description><![CDATA[Yesterday I wrote a long post venting about the issues that 10.5.6 has brought to me and to my Macbook Pro. I was having a problem with mail crashing every time I loaded a message with an attachment. Well, I am delighted to report that the issue has been fixed thanks to a user by [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday I wrote a <a href="http://atlchris.com/582/os-x-1056-i-hate-you/">long post</a> venting about the issues that 10.5.6 has brought to me and to my Macbook Pro. I was having a problem with mail crashing every time I loaded a message with an attachment. Well, I am delighted to report that the issue has been fixed thanks to a user by the name of Til-Berlin on the Apple discussion forums:</p>
<blockquote><p>In the end I found out that I have two Mail.app on my HDD. Apperently I was using a old updated (which reports also as 3.5). Deleting it and using only the one at /Programs solved my issue. I believe this is the application file from the Combo Update.</p>
<p>~ Til-Berlin (<a href="http://discussions.apple.com/thread.jspa?messageID=8652984#8652984">Link</a>)</p></blockquote>
<p>I looked at the version of Mail I was using from my Dock icon (Mail Menu &gt; About Mail) and noticed that my version was 3.5 897.2/903.3. This is the problem. The current version of Mail is 3.5 903.3 only! I did a quick spotlight search on my mac to find 2 versions of Mail, one was the currupt one that I was using, and one was the good version (3.5 903.3.) I removed the bad one (3.5 897.2/903.3) and then added the good one to my dock, and opened it up. IT WORKED!</p>
<p style="text-align: center;"><img class="size-full wp-image-609 aligncenter" title="OS X Mail" src="http://atlchris.com/wp-content/uploads/2008/12/picture-21.png" alt="OS X Mail" width="291" height="204" /></p>
<p>Til-Berlin suggested to reinstall the combo update after all of this, but I didn&#8217;t have to do this.</p>
<p>I hope this helps everyone who is having problems. You can check out my other post with fixes and details on the problem here: <a href="http://atlchris.com/582/os-x-1056-i-hate-you/">http://atlchris.com/582/os-x-1056-i-hate-you/</a></p>
<h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://atlchris.com/582/os-x-1056-i-hate-you/" title="OS X 10.5.6 I Hate YOU!">OS X 10.5.6 I Hate YOU!</a><br /><small>

OS X Leopard is by far the best OS I...</small></li><li><a href="http://atlchris.com/246/what-apps-i-have-spent-money-on-os-x-iphone/" title="What App&#8217;s I Have Spent Money On (OS X &#038; iPhone)">What App&#8217;s I Have Spent Money On (OS X &...</a><br /><small>So I have received a couple of emails an...</small></li><li><a href="http://atlchris.com/9/macbook-pro-review/" title="Macbook Pro Review!">Macbook Pro Review!</a><br /><small>So of you might have heard from my tweet...</small></li></ul>]]></content:encoded>
			<wfw:commentRss>http://atlchris.com/608/1056-os-x-update-mail-fix/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>HOW TO: Upgrade a (new) Macbook Pro to 4GB of RAM</title>
		<link>http://atlchris.com/499/how-to-upgrade-a-new-macbook-pro-to-4gb-of-ram/</link>
		<comments>http://atlchris.com/499/how-to-upgrade-a-new-macbook-pro-to-4gb-of-ram/#comments</comments>
		<pubDate>Thu, 23 Oct 2008 23:46:23 +0000</pubDate>
		<dc:creator>Chris Lentz</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Crucial]]></category>
		<category><![CDATA[Macbook]]></category>
		<category><![CDATA[Macbook Pro]]></category>
		<category><![CDATA[Memory]]></category>
		<category><![CDATA[NewEgg]]></category>
		<category><![CDATA[RAM]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[Upgrade]]></category>

		<guid isPermaLink="false">http://atlchris.com/?p=499</guid>
		<description><![CDATA[In this guide, I am going to show you step by step, how to upgrade to a 4GB RAM kit on a late 2008 model (Uni body Aluminum) Macbook Pro. I am upgrading my 2.4GHz/250GB Macbook Pro from 2GB of RAM up to 4GB. Th process is very easy, but you still need to take [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://atlchris.com/wp-content/uploads/2008/10/mbp_memory-27.jpg"><img class="size-full wp-image-526 aligncenter" title="mbp_memory-27" src="http://atlchris.com/wp-content/uploads/2008/10/mbp_memory-27.jpg" alt="" width="500" height="330" /></a></p>
<p>In this guide, I am going to show you step by step, how to upgrade to a 4GB RAM kit on a late 2008 model (Uni body Aluminum) Macbook Pro. I am upgrading my 2.4GHz/250GB Macbook Pro from 2GB of RAM up to 4GB. Th process is very easy, but you still need to take it slow so you don’t damage your beautiful Macbook Pro. I believe this same method will work on the new uni body Macbook too, but I have not confirmed this.</p>
<h2>BEFORE YOU START:</h2>
<p style="text-align: left;">I would recommend you do this on a table, in a uncarpeted room, doing this on carpet can create static electricity which can fry your whole machines. Also, make sure you shutdown, NOT SLEEP, your Macbook Pro. Finally, disconnect all wires (USB, Firewire, Power,…)</p>
<p style="text-align: left;"><a href="http://atlchris.com/wp-content/uploads/2008/10/mbp_memory-26.jpg"><img class="alignnone size-medium wp-image-525" title="mbp_memory-26" src="http://atlchris.com/wp-content/uploads/2008/10/mbp_memory-26-300x198.jpg" alt="" width="300" height="198" /></a></p>
<p style="text-align: left;">Start by flipping you Macbook Pro over. Be sure to put something under it so you don&#8217;t scratch it. I would use some sort of anti static cloth. I am using my neoprene case.<span id="more-499"></span></p>
<p style="text-align: left;"><a href="http://atlchris.com/wp-content/uploads/2008/10/mbp_memory-25.jpg"><img class="alignnone size-medium wp-image-524" title="mbp_memory-25" src="http://atlchris.com/wp-content/uploads/2008/10/mbp_memory-25-300x198.jpg" alt="" width="300" height="198" /></a></p>
<p style="text-align: left;">To open the Macbook Pro, flip up the small lever. This will cause the smaller of the 2 plates to raise gently. ** BEAWARE THAT IF YOU HAVE A LOCK ON YOUR COMPUTER THIS LEVER WILL NOT FLIP UP **</p>
<p style="text-align: left;"><a href="http://atlchris.com/wp-content/uploads/2008/10/mbp_memory-24.jpg"><img class="alignnone size-medium wp-image-523" title="mbp_memory-24" src="http://atlchris.com/wp-content/uploads/2008/10/mbp_memory-24-300x198.jpg" alt="" width="300" height="198" /></a></p>
<p style="text-align: left;">When the lever is at a 90% angle the cover should come off very easy. This will reveal the battery (right) and the hard drive (left.)</p>
<p style="text-align: left;"><a href="http://atlchris.com/wp-content/uploads/2008/10/mbp_memory-23.jpg"><img class="alignnone size-medium wp-image-522" title="mbp_memory-23" src="http://atlchris.com/wp-content/uploads/2008/10/mbp_memory-23-300x198.jpg" alt="" width="300" height="198" /></a></p>
<p style="text-align: left;">Apple actually includes some very basic directions on how to access the memory and remove the hard drive on the back of the battery cover. This is new, and pretty handy. I am glad to see Apple is opening up to the concept of laptop customization.</p>
<p style="text-align: left;"><a href="http://atlchris.com/wp-content/uploads/2008/10/mbp_memory-22.jpg"><img class="alignnone size-medium wp-image-521" title="mbp_memory-22" src="http://atlchris.com/wp-content/uploads/2008/10/mbp_memory-22-300x198.jpg" alt="" width="300" height="198" /></a></p>
<p style="text-align: left;">Remove the battery by lifting the clear plastic tab that is attached to it.</p>
<p style="text-align: left;"><strong>** BEFORE YOU PROCEED, TOUCH THE MEDAL FRAME OF THE LAPTOP TO DISCHARGE ANY STATIC ELECTRICITY YOU MIGHT HAVE. **</strong></p>
<p style="text-align: left;"><a href="http://atlchris.com/wp-content/uploads/2008/10/mbp_memory-21.jpg"><img class="alignnone size-medium wp-image-520" title="mbp_memory-21" src="http://atlchris.com/wp-content/uploads/2008/10/mbp_memory-21-300x198.jpg" alt="" width="300" height="198" /></a></p>
<p style="text-align: left;">The memory chips are located under neath the larger cover so we will have to unscrew this cover to access it. There are (4) screws located on the underside of the laptop. The left most screw is a small screw, while the 3 right screws are much long. Make sure you remember which screws go where.</p>
<p style="text-align: left;"><a href="http://atlchris.com/wp-content/uploads/2008/10/mbp_memory-20.jpg"><img class="alignnone size-medium wp-image-519" title="mbp_memory-20" src="http://atlchris.com/wp-content/uploads/2008/10/mbp_memory-20-300x198.jpg" alt="" width="300" height="198" /></a></p>
<p style="text-align: left;">There are also (4) more screws under the cover we already removed.</p>
<p style="text-align: left;"><a href="http://atlchris.com/wp-content/uploads/2008/10/mbp_memory-19.jpg"><img class="alignnone size-medium wp-image-518" title="mbp_memory-19" src="http://atlchris.com/wp-content/uploads/2008/10/mbp_memory-19-300x198.jpg" alt="" width="300" height="198" /></a></p>
<p style="text-align: left;">Using a 1/16th phillips head screw driver. (A screw driver this small can be hard to come by. I bought this one at Lowe&#8217;s for $5.00 and it includes multiple size phillips and flat head attachments. I would start by loosening all the screws at once before you actually remove them.</p>
<p style="text-align: left;"><a href="http://atlchris.com/wp-content/uploads/2008/10/mbp_memory-18.jpg"><img class="alignnone size-medium wp-image-517" title="mbp_memory-18" src="http://atlchris.com/wp-content/uploads/2008/10/mbp_memory-18-300x198.jpg" alt="" width="300" height="198" /></a></p>
<p style="text-align: left;">In order to remember which screws go where, I will line them up off to the side in the same pattern as they were removed from the laptop.</p>
<p style="text-align: left;"><a href="http://atlchris.com/wp-content/uploads/2008/10/mbp_memory-16.jpg"><img class="alignnone size-medium wp-image-515" title="mbp_memory-16" src="http://atlchris.com/wp-content/uploads/2008/10/mbp_memory-16-300x198.jpg" alt="" width="300" height="198" /></a></p>
<p style="text-align: left;">Once all the screws are removed, lift the aluminum cover slowely, it might have some sticky glue like material around the edges so don&#8217;t pull to hard or you might bend it.</p>
<p style="text-align: left;"><a href="http://atlchris.com/wp-content/uploads/2008/10/mbp_memory-15.jpg"><img class="alignnone size-medium wp-image-514" title="mbp_memory-15" src="http://atlchris.com/wp-content/uploads/2008/10/mbp_memory-15-300x198.jpg" alt="" width="300" height="198" /></a></p>
<p style="text-align: left;">The memory sticks are located right in the center of the laptop. It might look like there is just one because they are stacked on top of each other.</p>
<p style="text-align: left;"><a href="http://atlchris.com/wp-content/uploads/2008/10/mbp_memory-14.jpg"><img class="alignnone size-medium wp-image-513" title="mbp_memory-14" src="http://atlchris.com/wp-content/uploads/2008/10/mbp_memory-14-300x198.jpg" alt="" width="300" height="198" /></a></p>
<p style="text-align: left;">On both the left and right side, you will see a plastic clip that looks like a ball. This is what is holding the memory in place.</p>
<p style="text-align: left;"><a href="http://atlchris.com/wp-content/uploads/2008/10/mbp_memory-12.jpg"><img class="alignnone size-medium wp-image-511" title="mbp_memory-12" src="http://atlchris.com/wp-content/uploads/2008/10/mbp_memory-12-300x198.jpg" alt="" width="300" height="198" /></a></p>
<p style="text-align: left;">Bend both of these clips out (away from the memory chip and the first RAM stick should pop up at about a 40% angle like the picture above. It is important to mentally make note of this angle because you will have to insert the new chip at the same angle. Pull the memory towards where the battery was removed from. **TOUCHING ONLY THE EDGES OF THE RAM STICK** Don&#8217;t bend the chip!</p>
<p style="text-align: left;"><a href="http://atlchris.com/wp-content/uploads/2008/10/mbp_memory-11.jpg"><img class="alignnone size-medium wp-image-510" title="mbp_memory-11" src="http://atlchris.com/wp-content/uploads/2008/10/mbp_memory-11-300x198.jpg" alt="" width="300" height="198" /></a></p>
<p style="text-align: left;">Once you have done that the second stick of memory will be revealed.  Remove this one the same way by bending the ball like clips out (away from the chip) on both sides.</p>
<p style="text-align: left;"><a href="http://atlchris.com/wp-content/uploads/2008/10/mbp_memory-10.jpg"><img class="alignnone size-medium wp-image-509" title="mbp_memory-10" src="http://atlchris.com/wp-content/uploads/2008/10/mbp_memory-10-300x198.jpg" alt="" width="300" height="198" /></a></p>
<p style="text-align: left;">The chip should pop up at the same angle as the first. Remove the chip the same way you did the first, but be careful, this second chip is much harder to get a hold of. Remember to only touch the edges of the chip.</p>
<p style="text-align: left;"><a href="http://atlchris.com/wp-content/uploads/2008/10/mbp_memory-7.jpg"><img class="alignnone size-medium wp-image-506" title="mbp_memory-7" src="http://atlchris.com/wp-content/uploads/2008/10/mbp_memory-7-300x198.jpg" alt="" width="300" height="198" /></a></p>
<p style="text-align: left;">Once you have removed both sticks of RAM, open up your new 4GB kit. I purchased a <a href="http://www.crucial.com/">Crucial</a> branded 4GB kit from <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16820148191">NewEgg</a> for just about $130.00 shipped.</p>
<p style="text-align: left;"><a href="http://atlchris.com/wp-content/uploads/2008/10/mbp_memory-6.jpg"><img class="alignnone size-medium wp-image-505" title="mbp_memory-6" src="http://atlchris.com/wp-content/uploads/2008/10/mbp_memory-6-300x198.jpg" alt="" width="300" height="198" /></a></p>
<p style="text-align: left;">Place the new RAM in at the same angle the original RAM came out. Note the notch located on the connector, make sure you line up the notch on the stick of memory with the notch on the connector. Make sure it slides into the connector so you can just barely see the gold contacts. This might take a little force, but don’t push to hard. Once you slide it in, push it completely down until the clamps snap into place. Repeat this step again for the 2nd stick of memory.</p>
<p style="text-align: left;"><a href="http://atlchris.com/wp-content/uploads/2008/10/mbp_memory-5.jpg"><img class="alignnone size-medium wp-image-504" title="mbp_memory-5" src="http://atlchris.com/wp-content/uploads/2008/10/mbp_memory-5-300x198.jpg" alt="" width="300" height="198" /></a></p>
<p style="text-align: left;">Once both sticks are locked in to place, it is time to start putting the computer back together.</p>
<p style="text-align: left;"><a href="http://atlchris.com/wp-content/uploads/2008/10/mbp_memory-3.jpg"><img class="alignnone size-medium wp-image-502" title="mbp_memory-3" src="http://atlchris.com/wp-content/uploads/2008/10/mbp_memory-3-300x198.jpg" alt="" width="300" height="198" /></a></p>
<p style="text-align: left;">Start with the larger of the lids. Line it up very carfully with the edges. Screw all (8) screws in about halfway. You want to make sure you all (8) screws are in before you tighten any of them down, this will help to pull the lid down just perfectly. When you are ready to tighten them start with the screws in the (4) corners.</p>
<p style="text-align: left;">Once you have replaced all the screws, put the battery back. Now that is done it is time to replace the small lid. Start by lining up the bottom of the lid (rounded corners side.) This side needs to go in first. When closing the lid, lower it slowely and close the lever as you push the cover down.</p>
<p style="text-align: center;"><a href="http://atlchris.com/wp-content/uploads/2008/10/mbp_memory-1.jpg"><img class="size-full wp-image-500 aligncenter" title="mbp_memory-1" src="http://atlchris.com/wp-content/uploads/2008/10/mbp_memory-1.jpg" alt="" width="500" height="330" /></a></p>
<p style="text-align: left;">That is it, flip her (or him) over and power her up. The boot up Apple logo might show for a few seconds longer, this is expected because the computer has to analyze the new memory before it boots.</p>
<p style="text-align: center;"><a href="http://atlchris.com/wp-content/uploads/2008/10/picture-2.png"><img class="size-full wp-image-527 aligncenter" title="picture-2" src="http://atlchris.com/wp-content/uploads/2008/10/picture-2.png" alt="" width="333" height="379" /></a></p>
<p style="text-align: left;">Once you have booted up the laptop click the Apple logo in the upper left corner and open &#8220;About this Mac.&#8221; If that says Memory 4GB, you are good to go.</p>
<p style="text-align: left;">I also have a guide on <a href="http://atlchris.com/51/4gb-ram-upgrade-on-macbook-pro/">how to upgrade the memory on the old style Macbook Pro laptops</a>.</p>
<h2>Disclaimer</h2>
<p>This article is ment as a nonprofessional guide. I am not garanteeing you will not damage your Macbook Pro. This is ment as a guide only, I recommend you get an Apple professional technician to install you memory upgrade. I am not to be held responsible for any damage you might cause to you Macbook Pro.</p>
<h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://atlchris.com/51/4gb-ram-upgrade-on-macbook-pro/" title="4GB RAM Upgrade on Macbook Pro">4GB RAM Upgrade on Macbook Pro</a><br /><small>
In this guide, I am going to show you ...</small></li><li><a href="http://atlchris.com/491/5-things-to-love-and-hate-about-the-new-apple-laptops/" title="5 Things to Love and Hate about the New Apple Laptops">5 Things to Love and Hate about the New ...</a><br /><small>

Being the new owner of a solid alumi...</small></li><li><a href="http://atlchris.com/426/new-macbook-pro-macbook-and-cinema-display/" title="New Macbook Pro, Macbook, and Cinema Display">New Macbook Pro, Macbook, and Cinema Dis...</a><br /><small>

Well, it was a big day for Apple fan...</small></li></ul>]]></content:encoded>
			<wfw:commentRss>http://atlchris.com/499/how-to-upgrade-a-new-macbook-pro-to-4gb-of-ram/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>HOW TO: Create a WordPress Archives Page</title>
		<link>http://atlchris.com/375/how-to-create-a-wordpress-archives-page/</link>
		<comments>http://atlchris.com/375/how-to-create-a-wordpress-archives-page/#comments</comments>
		<pubDate>Thu, 09 Oct 2008 19:17:54 +0000</pubDate>
		<dc:creator>Chris Lentz</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Archives]]></category>
		<category><![CDATA[Create]]></category>
		<category><![CDATA[Monthly]]></category>
		<category><![CDATA[Post]]></category>
		<category><![CDATA[Tags]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://atlchris.com/?p=375</guid>
		<description><![CDATA[I have received a couple emails from my readers asking me what plugin I use to generate my archives page. Well, truth be told, my archives page is not a plugin. I hard coded that page using WordPress&#8217; built in template tags. Since there is a lot of interest in this page, I decided to [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://atlchris.com/wp-content/uploads/2008/10/picture-5.png"><img class="size-full wp-image-383 aligncenter" title="picture-5" src="http://atlchris.com/wp-content/uploads/2008/10/picture-5.png" alt="" width="500" height="177" /></a></p>
<p>I have received a couple emails from my readers asking me what plugin I use to generate my archives page. Well, truth be told, my archives page is not a plugin. I hard coded that page using WordPress&#8217; built in template tags. Since there is a lot of interest in this page, I decided to post a walk through of how you can recreate my archives page on your own blog.</p>
<p><em>All of the code below is show via images for posting reasons. Click the images to view the high res versions of the code. If you would like to cut and paste code, find the link the the text file containing the full code in step 10. I would advise against cutting and pasting because this code is specific to my custom templete and will not display correctly on your blog. It is better to understand everything below so you can customize it to your site.</em></p>
<ol>
<li>The first step to creating your archives page is to understand how the WordPress template system works. I would recommend your read up on the WordPress documentation before you proceed. <a href="http://codex.wordpress.org/Using_Themes">http://codex.wordpress.org/Using_Themes</a></li>
<li>What you want to do now, is locate your template directory which is normally at: <em>http://www.yoursite.com/wp-content/themes/yourtheme</em></li>
<li>We now need to create a new file called archives.php and upload it to this directory. This file should be blank, but have the name and extension of archives.php.<span id="more-375"></span></li>
<li>Open the file archives.php with a text editor so we can hard code the archives page in PHP. To start we are going to label the page as the archives template. Retype the below code into the very top of the archives.php page. This allows WordPress to link the template file to the page we will create later.<br />
<a href="http://atlchris.com/wp-content/uploads/2008/10/picture-10.png"><img class="alignnone size-full wp-image-393" title="picture-10" src="http://atlchris.com/wp-content/uploads/2008/10/picture-10.png" alt="" width="175" height="74" /></a></li>
<li>Next, we need to enter the template skeleton into the archives page. This code is specific to your template. Every template page you have should have a basic structure built into it looking something like this:<br />
<a href="http://atlchris.com/wp-content/uploads/2008/10/picture-11.png"><img class="alignnone size-full wp-image-394" title="Wordpress Template Skeleton" src="http://atlchris.com/wp-content/uploads/2008/10/picture-11.png" alt="" width="171" height="44" /></a><br />
This is very important because this is what includes your header, footer, and any side bars your site uses. When we are done, if your page doesn&#8217;t have the correct header, footer, or the necessary sidebars, come back and look at your skeleton code and make sure it matches the other template pages. After you have correctly entered your skeleton code, you should know where the main content area is in the skeleton. For me, it falls between the header and the right sidebar.</li>
<li>Now we are actually going to enter the guts of the archives page. I have 3 different types of archives sections: Archives by month, by tag, and by post. I am going to walk through these individually. All of these sections have a title wrapped in a <em>&lt;h2&gt;</em> tag. This creates the titles of the sections.</li>
<li>The Archives by Month section is very simple. To auto generate the list of months, I use the WordPress tag &#8220;wp_get_archives(&#8216;type=monthly&#8217;).&#8221; To learn more about this tag, check out: <a href="http://codex.wordpress.org/Template_Tags/wp_get_archives">http://codex.wordpress.org/Template_Tags/wp_get_archives</a>. This tag is very complex, so I would recommend you refer to the link above and explore all you can do with it by setting different attributes. The way I use the tag, is so that it outputs an HTML list item. To prepare for this list, I wrap the tag in a unordered list HTML tag of formatting purposes.<br />
<a href="http://atlchris.com/wp-content/uploads/2008/10/picture-6.png"><img class="alignnone size-full wp-image-389" title="Archives by Month" src="http://atlchris.com/wp-content/uploads/2008/10/picture-6.png" alt="" width="384" height="111" /></a></li>
<li>The next section is Archives by Tag, to build this, I used the built in WordPress tag cloud function. The tag for this is &#8220;wp_tag_cloud(&#8221;).&#8221; You can read more about this tag here: <a href="http://codex.wordpress.org/Template_Tags/wp_tag_cloud">http://codex.wordpress.org/Template_Tags/wp_tag_cloud</a>. I use this tag with no attributes set, but you can really customize how the tags are displayed by using different attributes that work with the tag.<br />
<a href="http://atlchris.com/wp-content/uploads/2008/10/picture-7.png"><img class="alignnone size-full wp-image-390" title="Archives by Tag" src="http://atlchris.com/wp-content/uploads/2008/10/picture-7.png" alt="" width="220" height="54" /></a></li>
<li>The final section is the Archives by Post which provides a nice organized list of all your post and the dates they were published. This part is a bit more complex because this doesn&#8217;t use a specific template tag, but is something I coded by hand. The best way to explain this one is to walk you through the code which I do below:<br />
<a href="http://atlchris.com/wp-content/uploads/2008/10/picture-8.png"><img class="alignnone size-full wp-image-391" title="Archives by Post" src="http://atlchris.com/wp-content/uploads/2008/10/picture-8.png" alt="" width="500" height="170" /></a><br />
If you want to adjust how the date appears, please check out the specifics of the_time tag here: <a href="http://codex.wordpress.org/Template_Tags/the_time">http://codex.wordpress.org/Template_Tags/the_time</a></li>
<li>Well, that is how to create the 3 sections individually, now lets look at the archives code in full. Keep in mind yours wont look exactly like mine. I have very specific formatting included in my page so yours will look a bit different from mine. <a href="http://atlchris.com/wp-content/uploads/2008/10/archives.txt">TEXT VERSION OF COMPLETE CODE CAN BE FOUND HERE</a><br />
<a href="http://atlchris.com/wp-content/uploads/2008/10/picture-9.png"><img class="alignnone size-full wp-image-392" title="Wordpres Archives Page Code" src="http://atlchris.com/wp-content/uploads/2008/10/picture-9.png" alt="" width="500" height="260" /></a></li>
<li>Upload the completed archives.php file to your template directory as discussed in step 2.</li>
<li>Next, we need to create a page to associate this template file with. This is done through the built in WordPress admin panel.</li>
<li>To start off you need to create a page using the WordPress admin panel. Login to http://www.yoursite.com/wp-admin/ from there you should see a button labeled &#8220;Write a New Page.&#8221;<a href="http://atlchris.com/wp-content/uploads/2008/10/picture-41.png"><br />
<img class="alignnone size-full wp-image-379" title="picture-41" src="http://atlchris.com/wp-content/uploads/2008/10/picture-41.png" alt="" width="207" height="125" /></a></li>
<li>Now you will find yourself on the &#8220;New Page&#8221; edit screen. Start by entering the title: &#8220;Archives&#8221;.</li>
<li>Now scroll down the page to the &#8220;Comments &amp; Pings&#8221; section. In this section make sure you have bother boxes &#8220;Allow Comments&#8221; &amp; &#8220;Allow Pings&#8221; UNCHECKED.</li>
<li>Next, scroll down a bit further to the &#8220;Page Template&#8221; section and from the drop box select the archives.php file we created earlier.</li>
<li>The final step is to scroll back to the top of the page and publish the page. Once you have published the page you should see the link to the archives page appear in your navigation. Now, depending on your template or not, you might have to setup a direct link to your archives page.</li>
</ol>
<p>Well, that is it. I have included a couple of links to different WordPress articles concerning items I discussed above. I hope you are successful in creating your archives page, and I will answer questions and address concerns to the best of my abilities in the comments section below.</p>
<h2>Additional Help</h2>
<ul>
<li><a href="http://codex.wordpress.org/Pages">WordPress Pages Info</a></li>
<li><a href="http://codex.wordpress.org/Creating_an_Archive_Index">WordPress Creating a Archives Index</a></li>
<li><a href="http://codex.wordpress.org/Template_Tags">WordPress Template Tag Details</a></li>
</ul>
<h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://atlchris.com/1797/simply-business-wordpress-v2-0-update/" title="Simply Business Wordpress v2.0 Update">Simply Business Wordpress v2.0 Update</a><br /><small>

Today, I have officially released ve...</small></li><li><a href="http://atlchris.com/1665/how-to-create-custom-share-buttons-for-all-the-popular-social-services/" title="How-To: Create Custom Share Buttons For All The Popular Social Services">How-To: Create Custom Share Buttons For ...</a><br /><small>For those of you that follow me, you are...</small></li><li><a href="http://atlchris.com/1543/improve-your-writing-with-wordy-com/" title="Improve Your Writing With Wordy.com">Improve Your Writing With Wordy.com</a><br /><small>A few weeks ago, I discovered a site cal...</small></li></ul>]]></content:encoded>
			<wfw:commentRss>http://atlchris.com/375/how-to-create-a-wordpress-archives-page/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>HOW TO: Market Your Blog in 2008</title>
		<link>http://atlchris.com/295/how-to-market-your-blog-in-2008/</link>
		<comments>http://atlchris.com/295/how-to-market-your-blog-in-2008/#comments</comments>
		<pubDate>Wed, 17 Sep 2008 01:37:15 +0000</pubDate>
		<dc:creator>Chris Lentz</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Branding]]></category>
		<category><![CDATA[Comments]]></category>
		<category><![CDATA[Delicious]]></category>
		<category><![CDATA[Digg]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Pro Blogger]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[Stumble Upon]]></category>
		<category><![CDATA[Technorati]]></category>
		<category><![CDATA[Trackback]]></category>

		<guid isPermaLink="false">http://atlchris.com/?p=295</guid>
		<description><![CDATA[Over the years, I have blogged, designed, and developed for many websites, and I have developed a very good knowledge of marketing on the internet. Being a blogger myself, I know how hard it is for present day bloggers to get noticed in the overly populated blogging industry of 2008. On that note, I would [...]]]></description>
			<content:encoded><![CDATA[<p>Over the years, I have blogged, designed, and developed for many websites, and I have developed a very good knowledge of marketing on the internet. Being a blogger myself, I know how hard it is for present day bloggers to get noticed in the overly populated blogging industry of 2008.</p>
<p>On that note, I would like to present my methods of marketing a blog in 2008. There are hundreds of ways to market a blog these days and I am going to address a few of my favorites.</p>
<h3>Create a Brand</h3>
<p><a href="http://atlchris.com/wp-content/uploads/2008/09/picture-6.png"><img class="alignnone size-medium wp-image-300" title="Chris Lentz" src="http://atlchris.com/wp-content/uploads/2008/09/picture-6-300x88.png" alt="" width="300" height="88" /></a></p>
<p><a href="http://www.problogger.net/about-problogger/">Darren</a>(link) of <a href="http://www.problogger.net/">ProBlogger</a>(link) recently posted an <a href="http://www.problogger.net/archives/2008/09/09/present-a-consistent-brand-in-your-blogging/">article</a> and <a href="http://www.problogger.net/archives/2008/09/09/present-a-consistent-brand-in-your-blogging/">video</a> about this topic. In his video he discussed how important it is to present yourself and you blog in a consistent way. Many bloggers these days think design is everything, and redesign every few months trying to keep their site new and fresh, while this can help, I feel it hurts more.</p>
<p>Your blog needs to be a brand, that is consistent with its topics, design, and marketing. I am currently in the process of developing a brand for this site. I have recently ordered business cards with the same logo and color scheme as the site, when it comes time to change the design of the site, I will not flip the design overnight, I will take small steps and transition my readers into the new design. Having a solid brand will help people to associate your content with a reliable source which will lead to more return viewers and increase viewership.</p>
<h3>Technorati</h3>
<p><a href="http://atlchris.com/wp-content/uploads/2008/09/picture-4.png"><img class="alignnone size-thumbnail wp-image-298" title="Technorati" src="http://atlchris.com/wp-content/uploads/2008/09/picture-4-125x125.png" alt="" width="125" height="125" /></a></p>
<p><a href="http://technorati.com/blogs/atlchris.com">Technorati.com</a> is an excellent source for new blogs trying to break into the mainstream. A large amount of my sites traffic comes from <a href="http://technorati.com/blogs/atlchris.com">Technorati</a>, and its directory services. One of the first things any blogger should do when marketing a new blog is to claim it on Technorati and fill out the blogs profile completely with keyword rich descriptions, and associate it with a lot of different but targeted tags. <a href="http://technorati.com/blogs/atlchris.com">Technorati</a> is a great way to spread the word on your new blog, and it is totally free and mostly automated once you complete the sites setup.</p>
<h3>Digg</h3>
<p><a href="http://atlchris.com/wp-content/uploads/2008/09/picture-5.png"><img class="alignnone size-thumbnail wp-image-299" title="Digg" src="http://atlchris.com/wp-content/uploads/2008/09/picture-5-125x125.png" alt="" width="125" height="125" /></a></p>
<p><a href="http://www.digg.com">Digg.com</a> can be an amazing source for new bloggers, Digg can bring hundreds of thousands of hits to your site in a matter of a day if you have “great content.” While most bloggers already know about <a href="http://www.digg.com">Digg</a> and utilize it, many of them make the mistake of spamming <a href="http://www.digg.com">Digg</a> which will do nothing but hurt you when you really have an article that is front-page worthy. Don&#8217;t post every story on your blog to Digg, post the ones that you feel people will really enjoy reading. If your story is Digg worthy, let your readers Digg it and submit it, don&#8217;t force it on them. Submitting a story to Digg then shouting it out to your thousands of Digg friends will not get you on the front-page. Put a dig button at the bottom of your post and let your readers determine if it is Digg worthy.</p>
<p><span id="more-295"></span></p>
<h3>Delicious and Stumble Upon</h3>
<p>Some might get angry that I am wrapping these 2 up in to one bullet point, but they are both pretty simple and can show great results. <a href="http://delicious.com/ATLChris">Delicious</a> is a social bookmarking website that allows you to bookmark of flag your site and its articles, then tag them. This only works because of the large amount of people that use <a href="http://delicious.com/ATLChris">Delicious</a> on a daily basis. I flag all my articles with keyword rich descriptions and tags, then I let <a href="http://delicious.com/ATLChris">Delicious</a> present the link to its many users.</p>
<p><a href="http://www.stumbleupon.com/">Stumble Upon</a> works in the same matter, but doesn&#8217;t work as well. <a href="http://www.stumbleupon.com/">Stumble Upon</a> is good for quick short burst of traffic, but normally this burst will fade away very quickly. One of the great things about <a href="http://www.stumbleupon.com/">Stumble Upon</a> is the <a href="http://www.stumbleupon.com/ads/">campaign</a> section of the site, that allows you to purchase hits for as little as $0.05/hit. These hits are targeted towards your sites subject matter, and can help to draw people in, but this can get expensive</p>
<h3>Twitter</h3>
<p><a href="http://atlchris.com/wp-content/uploads/2008/09/picture-7.png"><img class="alignnone size-thumbnail wp-image-304" title="Twitter" src="http://atlchris.com/wp-content/uploads/2008/09/picture-7-125x125.png" alt="" width="125" height="125" /></a></p>
<p>From the beginning, <a href="http://twitter.com/ATLChris">Twitter</a> has been an unbelievable success. Every blogger out there should have a <a href="http://twitter.com/ATLChris">Twitter </a>account. I use <a href="http://twitter.com/ATLChris">Twitter</a> as a micro blogger and a discussion boards of sorts, but it can also be a great source for bloggers to broadcast that they have a new blog post to the masses. Pair <a href="http://twitter.com/ATLChris">Twitter</a> with a web service called <a href="http://twitterfeed.com/">Twitter Feed</a> and you have a great way to notify a lot of people about a new post, but as I have said before, don&#8217;t spam. Use this service tastefully or you will turn off you followers.</p>
<h3>Trackbacks, Comments, and Forums</h3>
<p>Return readers and RSS subscribers are the best kinds of traffic you want to see on your site. The only way you can get people to return to your site is to draw them in with your content and know that they share the same interest you are presenting on your blog.  To find people that share your same interests, read/comment on other blogs &amp; forums of the same topic and refer back you your own articles. Now, I am not telling you to spam your link all over the net, but if you happen to read an article about the Atlanta Falcons and you recently wrote and article about “Mike Vick and his dogs,” refer back to it in a tasteful way, to better the article, not to just flash it and spam it in the face of the viewers.</p>
<p>If you present your site in a tasteful way to people that share the same interest, you will see your RSS subscribers grow and you return traffic increase. This will also increase the number of useful comments your articles receive, which helps to keep people coming back. If people are passionate about the topic, they will voice there opinion, and return to the article to see what others have said about their comment.</p>
<h3>Content</h3>
<p>Finally, and probably the most important of them all is “great content.” People will not read your blog if your content is not presented in an easily readable way, and does not interest them. Your content needs to be fresh and you need to stick to a topic. <a href="http://www.problogger.net/">ProBlogger</a> currently has a great discussion on going about what “great content” actually is. Below is a snippet of the article, but I very much recommend you browse over the articles comments section and read how people define “great content” and voice your opinion about the subject matter.</p>
<blockquote><p>Blogging advice articles all seems to include the matra &#8211; “create great content”. The theory goes that if you create great content people will come to your blog, link to it, pass it on to friends, bookmark it and your blog will grow.<br />
~ <a href="http://www.problogger.net/archives/2008/09/12/how-do-you-define-great-content/">Pro Blogger</a></p></blockquote>
<p>It is important to present your “great content” in a smart way too. Use keyword rich titles, and don&#8217;t forget things like tags and categories. If you write “great content” and present it in a smart way, your readers will do all the marketing you need automatically.</p>
<p>I hope you found this helful, I am open to your suggestions. What methods do you use to market your blog? I truly believe that if you write “great content” and present it in a smart and pleasant way, your readers will do all the work for you.</p>
<h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://atlchris.com/1665/how-to-create-custom-share-buttons-for-all-the-popular-social-services/" title="How-To: Create Custom Share Buttons For All The Popular Social Services">How-To: Create Custom Share Buttons For ...</a><br /><small>For those of you that follow me, you are...</small></li><li><a href="http://atlchris.com/1439/100-posts-and-some-big-changes/" title="100 Posts and Some Big Changes">100 Posts and Some Big Changes</a><br /><small>Hey check it out, this is my 100th post....</small></li><li><a href="http://atlchris.com/1032/feedly-the-rss-reader-i-cant-live-without/" title="Feedly, The RSS Reader I Can&#8217;t Live Without!">Feedly, The RSS Reader I Can&#8217;t Live With...</a><br /><small>

This day and age, it seems like ever...</small></li></ul>]]></content:encoded>
			<wfw:commentRss>http://atlchris.com/295/how-to-market-your-blog-in-2008/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

