<?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>Rena Reich &#187; blogging</title>
	<atom:link href="http://renareich.com/category/blogging/feed/" rel="self" type="application/rss+xml" />
	<link>http://renareich.com</link>
	<description>Wikis, Content, Social Media and Cats</description>
	<lastBuildDate>Tue, 07 Sep 2010 05:02:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Customizing Your Wordpress Thesis Theme</title>
		<link>http://renareich.com/2009/10/19/customizing-your-wordpress-thesis-theme/</link>
		<comments>http://renareich.com/2009/10/19/customizing-your-wordpress-thesis-theme/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 20:38:12 +0000</pubDate>
		<dc:creator>Rena</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[customization]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[Thesis]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://renareich.com/?p=614</guid>
		<description><![CDATA[
			
				
			
		
I have been a big Thesis fan for a while now. It makes blog design so easy that almost anyone can do it. Thesis, by itself, looks pretty good. This blog is basically bare-bones Thesis. I really want to change things up here, but haven&#8217;t had the time to actually figure out what I want [...]]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Frenareich.com%2F2009%2F10%2F19%2Fcustomizing-your-wordpress-thesis-theme%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Frenareich.com%2F2009%2F10%2F19%2Fcustomizing-your-wordpress-thesis-theme%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<div id="attachment_617" class="wp-caption alignright" style="width: 300px">
	<a href="http://thepetwiki.com/blog/"><img class="size-medium wp-image-617" title="OmersScratchingPostBlog" src="http://renareich.com/wp-content/uploads/2009/10/OmersScratchingPostBlog-300x180.jpg" alt="The finished product - Omer's Scratching Post" width="300" height="180" /></a>
	<p class="wp-caption-text">The finished product - Omer&#39;s Scratching Post</p>
</div>
<p>I have been a big <a title="Getting in to Thesis" href="http://renareich.com/2009/06/27/getting-in-to-thesis/">Thesis fan</a> for a while now. It makes blog design so easy that almost anyone can do it. Thesis, by itself, looks pretty good. This blog is basically bare-bones Thesis. I really want to change things up here, but haven&#8217;t had the time to actually figure out what I want it to look like.</p>
<p>Not so with my other blog (or should I say my cat&#8217;s blog?) <a title="Omer's Scratching Post" href="http://thepetwiki.com/blog/">Omer&#8217;s Scratching Post</a>. Omer is basically the mascot of <a title="The Pet Wiki" href="http://www.thepetwiki.com">The Pet Wiki</a>, and the Scratching Post is a place for him to share his opinions, talk about pet related issues, and to let people know about stuff happening in his life and on The Pet Wiki.</p>
<p>Recently I&#8217;ve been making some big changes. At least the changes look big. With a few custom modifications to Thesis, everything looks great. You can make these modifications in the css and php in the custom folder that Thesis provides, but you don&#8217;t even need to do that. Just add the <a title="Thesis OpenHook Plugin" href="http://wordpress.org/extend/plugins/thesis-openhook/">Thesis OpenHook</a> plugin and you can edit the css and php directly from WordPress.</p>
<p>After you install the Thesis OpenHook plugin, you&#8217;ll notice some new menu items under Appearance in the left menu. We&#8217;ll get to that in a minute. Let&#8217;s start by trying to customize the background of your Thesis theme. <a title="DYIThemes - Custom Background for Thesis" href="http://diythemes.com/thesis/rtfm/custom-backgrounds/">DYIthemes</a>, the creators of Thesis, do a great job explaining how to do just that. They give you a whole starter kit and walk you through the steps. The only thing that I&#8217;d change about their instructions is that instead of making modifications to the css and ftp&#8217;ing it back and forth, you can modify the css by clicking on Thesis Custom Styling in the left menu. It&#8217;s much more convenient to use.</p>
<p>For Omer&#8217;s Scratching Post, I wanted add a custom graphic of my kitty and his scratching post. The first thing that I did was create an image to use. I&#8217;m working on a budget and I don&#8217;t do all that much graphic work. Instead of buying a copy of PhotoShop (which is excellent software for creating graphics,) I opted to use <a title="Paint.net" href="http://paint.net/">Paint.net</a>.</p>
<p>Paint.net is one of those little known, but very useful applications. It&#8217;s a very powerful image editor and it is absolutely free. If you&#8217;re nice, you can donate money to help out these very talented developers. Think of it as good karma to do so.</p>
<p>Now it&#8217;s time to create your graphic. Figure out how many pixels you&#8217;re using for your columns, and make your graphic that width. I chose to make the height on the graphic 200px. You can choose whatever suits your site best. I layered a few pictures of Omer (and you guessed it) his scratching post. I added a bit of text and viola! New header created.</p>
<p>The following brilliant information and css code comes from <a title="Logos for Websites" href="http://www.logosforwebsites.com/2009/05/how-to-add-a-clickable-header-image-in-your-thesis-wordpress-theme/">Logos for Websites</a>:</p>
<p>Now that you have your image you&#8217;ll need to ftp it to the correct place on your site. OpenHooks can&#8217;t help you here. Upload it to /wp-content/themes/thesis_15/custom/images.</p>
<p>Click Thesis Options under Appearance in the left menu. Make sure that &#8220;<label for="display[header][title]">Show site name in header</label>&#8221; and &#8220;<label for="display[header][tagline]">Show site tagline in header</label>&#8221; are checked under Display Options, Header. If they&#8217;re not, select them and click the &#8220;Big Ass Save Button&#8221;.</p>
<p>Now we can go back into the css and modify it to use your new image. Click Thesis Custom Styling and add the following:</p>
<blockquote><p>/* This line sets up our clickable background image based on the site title&#8217;s link */<br />
/* DIY: Adjust the height &amp; width attributes to reflect the actual size of your image */<br />
/* DIY: Change the filename of your image to reflect the actual header&#8217;s file name */<br />
.custom #header #logo a { display: block; height: 200px; width: 928px; background: url(&#8216;images/YourImage.jpg&#8217;) no-repeat; outline: none; }</p>
<p>/* This line gets rid of the site title &amp; tagline by casting them out to far left field */<br />
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }</p>
<p>/* This line collapses the vertical space of the tagline so that there isn&#8217;t unnecessary white space after the header image */</p>
<p>/* This is a bit of a kludge, but it seems to work. */<br />
.custom #header #tagline { height: 0; }</p>
<p>/* This line removes the padding from the header so that the background image sits close to the nav menu, the bottom border of the header, and the sides of the content */<br />
.custom #header { padding: 0; }</p></blockquote>
<p>That&#8217;s it. You&#8217;re all done. It&#8217;s amazing the dramatic results that you can create with very little work. Don&#8217;t worry, I won&#8217;t tell anyone that you got it up in running in an afternoon instead of a week. <img src='http://renareich.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://renareich.com/2009/10/19/customizing-your-wordpress-thesis-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Favorite WordPress Plugins</title>
		<link>http://renareich.com/2009/07/06/my-favorite-wordpress-plugins/</link>
		<comments>http://renareich.com/2009/07/06/my-favorite-wordpress-plugins/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 19:10:26 +0000</pubDate>
		<dc:creator>Rena</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Widgets]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://renareich.com/?p=431</guid>
		<description><![CDATA[
			
				
			
		
I&#8217;ve been having fun. To set up my blog just how I like it, I&#8217;ve been looking for useful widgets to add. There are a ton of great ones out there. Here&#8217;s a list of my favorites:

Akismet &#8211; Spam is a huge problem with any blog. The amount of spam seems to grow every day. [...]]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Frenareich.com%2F2009%2F07%2F06%2Fmy-favorite-wordpress-plugins%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Frenareich.com%2F2009%2F07%2F06%2Fmy-favorite-wordpress-plugins%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p><span class="position: absolute;text-align: right;"><a href="http://view.picapp.com/default.aspx?term=wild horses&amp;iid=5306013" target="_blank"><img class="alignright" src="http://cdn.picapp.com/ftp/Images/b/a/7/5/Wild_Horses_Are_cf8d.jpg?adImageId=1813420&amp;imageId=5306013" border="0" alt="Wild Horses Are Tamed At Rapa Das Bestas" width="234" height="162" /></a><script src="http://cdn.pis.picapp.com/IamProd/PicAppPIS/JavaScript/PisV4.js" type="text/javascript"></script></span>I&#8217;ve been having fun. To set up my blog just how I like it, I&#8217;ve been looking for useful widgets to add. There are a ton of great ones out there. Here&#8217;s a list of my favorites:</p>
<ul>
<li><a title="Akismet" href="http://akismet.com/"><strong>Akismet</strong></a> &#8211; Spam is a huge problem with any blog. The amount of spam seems to grow every day. Akismet does a wonderful job of separating the good from the junk. It is a must for any blog. Akismet comes bundled with WordPress and only needs to be activated. You can get an activation key from WordPress&#8217;s site.</li>
<li><a title="Add to Any" href="http://www.addtoany.com/buttons/"><strong>Add to Any: Subscribe Button</strong></a>- Originally, I was looking for a widget that would allow people to subscribe to my blog by email. The Add to Any: Subscribe Button gives me that and more. This allows readers to get new posts in a bunch of different ways. It goes beyond RSS and email and updates subscribers by Twitter, Facebook and more.</li>
<li><strong><a title="All in One SEO Pack" href="http://semperfiwebdesign.com/">All in One SEO Pack</a> </strong>- This is another no brainer. I bought the Thesis theme for the SEO benefits. If there is another tool out there that can help with with my Search Engine Optimization, I&#8217;m in. This plugin allows me to set tags I want per post to get the best optimization possible.</li>
<li><a title="Dandy ID Services" href="http://wordpress.org/extend/plugins/dandyid-services/"><strong>Dandy ID Services</strong></a> &#8211; I want people to connect to me in as many ways as possible. Dandy ID is a plugin that puts all my social media accounts in one place. It doesn&#8217;t take up a lot of room and the icons add a bit of color to the page. The only caveat is that you need to create an account on Dandy ID. It&#8217;s worth it. One thing that I would like would be to add a title to the widget. Maybe in the next version.</li>
<li><a title="StatPress SEOlution" href="http://blogcraft.de/wordpress-plugins/statpress-seolution/"><strong>StatPress SEOlution</strong></a> &#8211; I like to know where my traffic comes from. StatPress SEOlution gives a wonderful breakdown of where the traffic comes from. The charts are beautiful. The metrics are understandable, which is more important than anything else. Very well done.</li>
<li><strong><a title="Sociable" href="http://yoast.com/wordpress/sociable/">Sociable</a> </strong>- I&#8217;m a sharing kind of person. If I see something I like, I like to tell others about it. I wanted a widget that would make it easier for people to share the information that they find useful. Adding Sociable puts social media links on each post, taking away all barriers to sharing.</li>
<li><a title="Twitter Widget Pro" href="http://xavisys.com/2008/04/wordpress-twitter-widget/"><strong>Twitter Widget Pro</strong></a> &#8211; I am a heavy user of Twitter. Twitter is an amazing tool to connect better with people. I want people to know what I&#8217;m doing on Twitter, and Twitter Widget Pro is the best widget out there. Everything is configurable. I run multiple Twitter accounts, and this is the only widget that allowed me to install multiple accounts on the same sidebar. It looks great.</li>
</ul>
<p>There are a ton more wonderful widgets and plugins out there. These are my favorites for now, but the best part of plugins is if there is something that you&#8217;d like, wait a while. Someone will develop it. Ask on the forums. If you come, they will build it.</p>
<p><strong>Update:</strong> A couple of things that I forgot to mention is that all of these plugins are free. They also can be easily installed from inside WordPress &#8211; no ftp client need. Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://renareich.com/2009/07/06/my-favorite-wordpress-plugins/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>RenaReich.com is getting ready for prime time!</title>
		<link>http://renareich.com/2009/07/04/renareich-com-is-getting-ready-for-prime-time/</link>
		<comments>http://renareich.com/2009/07/04/renareich-com-is-getting-ready-for-prime-time/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 21:42:20 +0000</pubDate>
		<dc:creator>Rena</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[moving blog]]></category>

		<guid isPermaLink="false">http://renareich.com/?p=380</guid>
		<description><![CDATA[
			
				
			
		
Deep breath&#8230; My blog is now on renareich.com. This is a big step for me. I am now in full control of how the blog will look. It&#8217;s very exciting. All that I needed to do in the end was (under tools) export the blog as xml and then import it into the new blog. [...]]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Frenareich.com%2F2009%2F07%2F04%2Frenareich-com-is-getting-ready-for-prime-time%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Frenareich.com%2F2009%2F07%2F04%2Frenareich-com-is-getting-ready-for-prime-time%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Deep breath&#8230; My blog is now on renareich.com. This is a big step for me. I am now in full control of how the blog will look. It&#8217;s very exciting. All that I needed to do in the end was (under tools) export the blog as xml and then import it into the new blog. Piece of cake. The whole thing took less than 10 minutes and I now have a backup of the blog as xml on my hard disk.</p>
<p>There are still a lot of things that I&#8217;d like to do to the way it looks. I&#8217;ve added a bunch of widgets to help out with a bit of the customization. I&#8217;ve added my picture, my tweets, tag cloud, archives, etc. Some of these things I was able to do on the old blog, but some are completely new. I&#8217;ve been trying to get more into the social media aspect of the blog. See all that those icons below this post? If you like what you see, share it with your friends. Look over to the right. If you&#8217;d like to see what else I&#8217;m up to, check me out on FriendFeed or Facebook or LinkeIn.</p>
<p>The next customization of this blog will probably be the header, background and fonts. Although all the information that I want is now showing up, I&#8217;ve only done a partial facelift. Now it&#8217;s time to get colorful. It should be fun.</p>
]]></content:encoded>
			<wfw:commentRss>http://renareich.com/2009/07/04/renareich-com-is-getting-ready-for-prime-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting in to Thesis</title>
		<link>http://renareich.com/2009/06/27/getting-in-to-thesis/</link>
		<comments>http://renareich.com/2009/06/27/getting-in-to-thesis/#comments</comments>
		<pubDate>Sat, 27 Jun 2009 22:37:25 +0000</pubDate>
		<dc:creator>Rena</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Thesis]]></category>

		<guid isPermaLink="false">http://renalive.wordpress.com/?p=369</guid>
		<description><![CDATA[
			
				
			
		
I&#8217;ve been playing around with a number of themes on the new blog site &#8211; I want to have it up and ready before I do the big switch &#8211; and it seems like Thesis wins out. I&#8217;m one of the cheaper people out there, so for me to plunk down $87 for a theme [...]]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Frenareich.com%2F2009%2F06%2F27%2Fgetting-in-to-thesis%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Frenareich.com%2F2009%2F06%2F27%2Fgetting-in-to-thesis%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>I&#8217;ve been playing around with a number of themes on the <a title="Rena Reich Blog" href="http://renareich.com">new blog site</a> &#8211; I want to have it up and ready before I do the big switch &#8211; and it seems like Thesis wins out. I&#8217;m one of the cheaper people out there, so for me to plunk down $87 for a theme is a big deal. There are so many free themes out there that it just seems silly to actually cough up money.</p>
<p>Why did I decide to use Thesis? The clincher for me was the SEO enhancements that have gone into the design. It&#8217;s the KISS (keep it simple, stupid) rule. The less clutter on the page, the better chance that Google has to indexing it. That&#8217;s key. Thesis does just that &#8211; it keeps the html code clean.  I could make the site as pretty as I want, but that won&#8217;t bring traffic.</p>
<p>There are plently of other bells and whistles that come with Thesis, like the ease of modifying the page layout and the ability to set font and font size from drop down menus. That&#8217;s cool. I&#8217;m still playing around with it to understand the full power of the theme. I&#8217;m sure that I&#8217;ll have more to say about it when I have more experience playing with it.</p>
]]></content:encoded>
			<wfw:commentRss>http://renareich.com/2009/06/27/getting-in-to-thesis/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Moving my blog</title>
		<link>http://renareich.com/2009/06/22/moving-my-blog/</link>
		<comments>http://renareich.com/2009/06/22/moving-my-blog/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 20:04:34 +0000</pubDate>
		<dc:creator>Rena</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[thesis theme]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://renalive.wordpress.com/?p=365</guid>
		<description><![CDATA[
			
				
			
		
I did it. I made the decision to move my blog to my own website instead of writing on WordPress&#8217; site. It was a hard decision to make, but I knew that I had to do it eventually, and now is as good a time as ever.
I wasn&#8217;t able to get the domain name renalive.com [...]]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Frenareich.com%2F2009%2F06%2F22%2Fmoving-my-blog%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Frenareich.com%2F2009%2F06%2F22%2Fmoving-my-blog%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>I did it. I made the decision to move my blog to my own website instead of writing on WordPress&#8217; site. It was a hard decision to make, but I knew that I had to do it eventually, and now is as good a time as ever.</p>
<p>I wasn&#8217;t able to get the domain name renalive.com &#8211; it&#8217;s not being used, but someone owns it. I tried to contact them to see if they&#8217;d be willing to sell it, but alas, no response. I&#8217;ll be using renareich.com. It&#8217;s not as cute as Rena Live (I always really liked that name,) but it&#8217;s all mine.</p>
<p>I&#8217;m using GoDaddy for hosting. I&#8217;ve been surprisingly pleased with the service. It was really easy to set up and install. So far, that&#8217;s all I&#8217;ve done with it. I&#8217;ll need to export the database from renalive.wordpress.com and import it into the new database that&#8217;s been set up.</p>
<p>I&#8217;ve been debating about what theme to use. I&#8217;ve heard such wonderful things about Thesis, that I&#8217;m pretty sure that&#8217;s the way that I&#8217;m going to go. I&#8217;m doing a bit more research on what I need to do, and I hope to be up and running soon. The reason that I&#8217;m at all hestitant to use Thesis is that I like the idea of being able to just install something that looks pretty and not think about it. I&#8217;m pretty sure that I&#8217;m going to have to come up with a design, which scares the heck out of me. It&#8217;s a learning process.</p>
]]></content:encoded>
			<wfw:commentRss>http://renareich.com/2009/06/22/moving-my-blog/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Wordle for my blog</title>
		<link>http://renareich.com/2008/12/02/wordle-for-my-blog/</link>
		<comments>http://renareich.com/2008/12/02/wordle-for-my-blog/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 17:20:14 +0000</pubDate>
		<dc:creator>Rena</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[Wordle]]></category>

		<guid isPermaLink="false">http://renalive.wordpress.com/?p=123</guid>
		<description><![CDATA[
			
				
			
		
In my Digital Storytelling course, they introduced me to Wordle. Here is the Wordle for this blog:

]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Frenareich.com%2F2008%2F12%2F02%2Fwordle-for-my-blog%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Frenareich.com%2F2008%2F12%2F02%2Fwordle-for-my-blog%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>In my Digital Storytelling course, they introduced me to Wordle. Here is the Wordle for this blog:</p>
<p><a href="http://www.wordle.net/gallery/wrdl/354354/Rena%27s_Blog" title="Rena&#39;s Blog"><img src="http://www.wordle.net/thumb/wrdl/354354/Rena%27s_Blog" style="border:1px solid #ddd;padding:4px;"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://renareich.com/2008/12/02/wordle-for-my-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
