<?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>HerProBlog.COM &#187; Trisha</title>
	<atom:link href="http://herproblog.com/author/trisha/feed/" rel="self" type="application/rss+xml" />
	<link>http://herproblog.com</link>
	<description>Women Blog. Women Influence. Women Earn!</description>
	<lastBuildDate>Thu, 19 Mar 2009 19:22:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Code You Can Use: Copyright Notice</title>
		<link>http://herproblog.com/2008/10/code-you-can-use-copyright-notice/</link>
		<comments>http://herproblog.com/2008/10/code-you-can-use-copyright-notice/#comments</comments>
		<pubDate>Sun, 05 Oct 2008 18:24:33 +0000</pubDate>
		<dc:creator>Trisha</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Blog Content]]></category>
		<category><![CDATA[Blogging Basics]]></category>
		<category><![CDATA[Getting Started]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[blogging tools]]></category>
		<category><![CDATA[copyright notice]]></category>

		<guid isPermaLink="false">http://herproblog.com/?p=356</guid>
		<description><![CDATA[<div class="postavatar"><img src="http://herproblog.com/wp-content/uploads/avatars/Trisha-sm.png" width="50" height="50" alt="code-you-can-use-copyright-notice" border="0" /></div>
In a recent post at Problogger a guest post by Mark Patterson brought up some important legal issues for bloggers: Intellectual Property Law Tips for Bloggers.
I highly recommend all bloggers, even people just thinking about blogging, to read this post. I imagine some of it will be over your head (some of it went way [...]]]></description>
			<content:encoded><![CDATA[<div class="postavatar"><img src="http://herproblog.com/wp-content/uploads/avatars/Trisha-sm.png" width="50" height="50" alt="code-you-can-use-copyright-notice" border="0" /></div>
<p>In a recent post at Problogger a guest post by Mark Patterson brought up some important legal issues for bloggers: <a href="http://www.problogger.net/archives/2008/08/18/intellectual-property-law-tips-for-bloggers/" target="_blank">Intellectual Property Law Tips for Bloggers</a>.</p>
<p>I highly recommend all bloggers, even people just thinking about blogging, to read this post. I imagine some of it will be over your head (some of it went way over my head anyway!) and may not be relevant to you right now - but you may very well need it at some point in the future. You can always skim through it now, make a mental note of what's in it and bookmark it for sometime in the<br />
future.</p>
<p><strong>Copyright</strong><br />
One of the topics discussed in the post was copyright. Anything you create you own the copyright to, but you should really include a copyright notice on you blog also. Mark noted:</p>
<blockquote><p><a href="http://www.problogger.net/archives/2008/08/18/intellectual-property-law-tips-for-bloggers/" target="_blank">"Let's just say that if you ever had to take legal action against someone who blatantly copied your content, your failure to use a copyright notice will substantially devalue your case."</a></p></blockquote>
<p>I know that I don't really display my copyright properly on my blogs - I should really be using my full name, but to keep a little bit of privacy, I usually just use my first name or a nickname. The copyright notice should include either the copyright symbol or the word 'copyright' and also include the year the content was first published or the range or years.</p>
<p><strong>The code I use</strong><br />
I used to hand edit my year range to include the present year sometime around the first of each year. But it is easy to forget to change it, and I've seen many, many sites of others where they have apparently forgotten to update theirs too.</p>
<p>Rather than hand editing it each year you can use PHP code to display the current year. My copyright notice is written like this:</p>
<p><code>&amp; copy; 2003 - &lt; ?php echo date("Y") ?&gt; ideasforwomen.com</code></p>
<p>The ampersand and the word 'copy' with the semicolon after it will give you the copyright symbol (©)- but and this is important - you need to get rid of the space between the ampersand and the word 'copy' - I had to put the space in here so you could see how I did it. The first year I had my site was in 2003, so that is listed first. Then the code within the php tags should give you the current year. And, like I mentioned above, you should really use your first and last name if at all possible, instead of your domain name like I do.</p>
<p>If you use this code on your blog, you don't ever have to worry again about changing the current year to January by hand!</p>
<p><strong>How do you make use of it?</strong><br />
Within the WordPress theme you are using, find the footer file and at the bottom right before the closing body and html - place the code. And that's it! I hope it makes your like easier, as it has mine!</p>
]]></content:encoded>
			<wfw:commentRss>http://herproblog.com/2008/10/code-you-can-use-copyright-notice/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blogging Tools</title>
		<link>http://herproblog.com/2008/10/blogging-tools/</link>
		<comments>http://herproblog.com/2008/10/blogging-tools/#comments</comments>
		<pubDate>Wed, 01 Oct 2008 11:00:19 +0000</pubDate>
		<dc:creator>Trisha</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Blogging Basics]]></category>
		<category><![CDATA[Getting Started]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://herproblog.com/?p=350</guid>
		<description><![CDATA[<div class="postavatar"><img src="http://herproblog.com/wp-content/uploads/avatars/Trisha-sm.png" width="50" height="50" alt="blogging-tools" border="0" /></div>
While blogging doesn't require a whole lot of extra tools and things to do it - in addition to your browser and either a account at a site for a hosted blog or your own WordPress blog - there are some tools that can be very useful to a blogger.
Graphics or photo editing software
It can [...]]]></description>
			<content:encoded><![CDATA[<div class="postavatar"><img src="http://herproblog.com/wp-content/uploads/avatars/Trisha-sm.png" width="50" height="50" alt="blogging-tools" border="0" /></div>
<p>While blogging doesn't require a whole lot of extra tools and things to do it - in addition to your browser and either a account at a site for a hosted blog or your own WordPress blog - there are some tools that can be very useful to a blogger.</p>
<p><strong>Graphics or photo editing software</strong><br />
It can be very helpful to have software to either make or modify your own graphics or edit photos. If you can't afford to pay someone you can make your own logo for your blog if you have some graphics software.  You may also want to make other graphics to go with certain posts or pages.  If you take photos for your blog, you may want to edit parts out for privacy, etc.   I have been using Photoshop for a very long time, but I know it is too expensive for many people (I use a really old version!).  There are also many inexpensive or free alternatives available.</p>
<p><strong>Pencil and Paper</strong><br />
Using pencil and paper as a tool for blogging may seem silly for something you do on a computer, but actually I find I turn to them quite often.  Sometimes if I having a difficult time writing, it is easier to get my ideas out initially on paper and then finish up on my computer.  You never know when a good idea might pop in your head when your computer is not nearby either.</p>
<p>I get my best ideas while lying in bed - so keeping a piece of paper and pencil by your bed can be very helpful.  I also get good ideas while in the shower - but paper and pencil don't work too well there!  I also make sure I bring paper and  pencil whenever I leave the house too - when waiting in a doctor's office or walking around in a grocery store I sometimes get good ideas too! And I've learned from past mistakes that if I don't write something down right away I usually forget it!</p>
<p><strong>Dictionary and Thesaurus</strong><br />
A dictionary and thesaurus are really almost necessary tools for blogging.  Of course, you don't have to use a printed one - unless you prefer a paper one -  but it can be a good idea to keep a dictionary and thesaurus site that you like bookmarked so they are handy when you need them.</p>
<p><strong>HTML editing software</strong><br />
Sometimes you may want to edit a plugin, some other script or even the WordPress theme you are using.  There is software available that isn't too expensive and also some free alternatives for editing HTML, PHP, CSS or other code.  You can also use Notepad for editing code - but you shouldn't use MSWord - it can add in characters that will mess up your code.</p>
<p><strong>Statistics</strong><br />
At some point you will want to have some way of knowing how many people are visiting your blog, how they found it, who is linking to you, etc.  <a href="http://www.google.com/analytics/" target="_blank">Google Analytics</a> is a great - and free! - service which works pretty well.  You may also want to consider a log analysis software to get even more and more accurate information about your blog and visitors.</p>
<p><strong>Feed Reader</strong><br />
If you are reading this and have a blog  you probably already use a feedreader - but if you don't you should know that they are a great way to keep track of and read other blogs.  I can't imagine how I could keep up with as many blogs as I do if I didn't use one.  They are really necessary if you want to keep up with what is happening in the blogosphere, your friends blogs, your competitors, etc.</p>
<p><em><strong>So - there's a few tools that can be really useful - even necessary for bloggers.  Darren Rowse lists more <a href="http://www.problogger.net/archives/2006/04/15/blog-tools/" target="_blank">here</a><br />
and <a href="http://www.problogger.net/archives/2006/06/27/a-z-of-professional-blogging/" target="_blank">here</a>.</strong></em></p>
<p><em><strong>What other tools do you use?  Or what would you add to this list?</strong></em></p>
]]></content:encoded>
			<wfw:commentRss>http://herproblog.com/2008/10/blogging-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plugin Power: Commentluv</title>
		<link>http://herproblog.com/2008/09/plugin-power-commentluv/</link>
		<comments>http://herproblog.com/2008/09/plugin-power-commentluv/#comments</comments>
		<pubDate>Wed, 24 Sep 2008 19:28:43 +0000</pubDate>
		<dc:creator>Trisha</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Blog Content]]></category>
		<category><![CDATA[Blogging Basics]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[comments]]></category>
		<category><![CDATA[wordpress plugins]]></category>

		<guid isPermaLink="false">http://herproblog.com/?p=338</guid>
		<description><![CDATA[<div class="postavatar"><img src="http://herproblog.com/wp-content/uploads/avatars/Trisha-sm.png" width="50" height="50" alt="plugin-power-commentluv" border="0" /></div>
Keeping your readers happy and encouraging them to participate on your blog is a good way to start building community.  For many people the first people visiting your blog - other than friends and family - are likely to be other bloggers.  Why?  Because to get the word out about your blog, [...]]]></description>
			<content:encoded><![CDATA[<div class="postavatar"><img src="http://herproblog.com/wp-content/uploads/avatars/Trisha-sm.png" width="50" height="50" alt="plugin-power-commentluv" border="0" /></div>
<p>Keeping your readers happy and encouraging them to participate on your blog is a good way to start building community.  For many people the first people visiting your blog - other than friends and family - are likely to be other bloggers.  Why?  Because to get the word out about your blog, it is important to leave comments on other bloggers blogs - and since they also want people to know about their blog - they may very well visit and leave a comment on your blog in return.</p>
<p><strong>Why use the Commentluv plugin?</strong><br />
Commentluv is a very popular plugin and is a great way to show some appreciation and to give a little something back to other bloggers who have stopped by and left comments on your blog.</p>
<p><strong>How it works</strong><br />
It works by parsing the feed of the commenter by visiting their blog and checking in the typical places for a feed. Once a feed is found the plugin then displays the title with the link to the person's last post on their blog beneath their comment.</p>
<p><strong>Installing</strong><br />
You can <a href="http://wordpress.org/extend/plugins/commentluv/" target="_blank">dowload CommentLuv</a> from the Wordpress pluging directory.  The instructions for installing can be found there also and are very simple.  This plugin does not need you to edit any of its files.</p>
<p><strong>Customizing and Features</strong><br />
Once installed and activated, you can find a link for it in your Settings section of your dashboard. There are a few things you can customize.  One is how you want the link to their blog displayed.  They let you decide what text you want around the link and you can use [name], [lastpost] and/or [site] to have the plugin display a link to their name, most recent post and blog home.</p>
<p>You can also edit the text that appears under the comment form to let the user know that you are using CommentLuv.  There is even a place where you can add CSS to style the text however you want.</p>
<p><strong>Other</strong><br />
The only down sides to this plugin I can think of is that some people's feed it just can't find so it doesn't leave a link for some people.  Of course, comment spammers would like to exploit this plugin to get an extra link from you but as long as you are moderating your comments that shouldn't be a problem.</p>
<p>If you do run into any other problems the author also has a <a href="http://wordpress.org/extend/plugins/commentluv/faq/" target="_blank">FAQ</a> that should be able to help you.</p>
<p><em><strong>Do you use this plugin?  Do you like it when other blogger use it?  Are you more likely to leave a comment at a blog that uses it?</strong></em></p>
]]></content:encoded>
			<wfw:commentRss>http://herproblog.com/2008/09/plugin-power-commentluv/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Plugins, Widgets and Doodads</title>
		<link>http://herproblog.com/2008/09/plugins-widgets-and-doodads/</link>
		<comments>http://herproblog.com/2008/09/plugins-widgets-and-doodads/#comments</comments>
		<pubDate>Mon, 22 Sep 2008 11:00:30 +0000</pubDate>
		<dc:creator>Trisha</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Blog Content]]></category>
		<category><![CDATA[Blogging Basics]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[widgets]]></category>

		<guid isPermaLink="false">http://herproblog.com/?p=345</guid>
		<description><![CDATA[<div class="postavatar"><img src="http://herproblog.com/wp-content/uploads/avatars/Trisha-sm.png" width="50" height="50" alt="plugins-widgets-and-doodads" border="0" /></div>
I've written a few posts here already about WordPress plugins.  They can certainly be useful both to you as a blogger and to your readers. There are many other widgets, doodads and other thingamagigs you can add to a blog.  I'll discuss a few here briefly, then go over why you may or [...]]]></description>
			<content:encoded><![CDATA[<div class="postavatar"><img src="http://herproblog.com/wp-content/uploads/avatars/Trisha-sm.png" width="50" height="50" alt="plugins-widgets-and-doodads" border="0" /></div>
<p>I've written a few posts here already about WordPress plugins.  They can certainly be useful both to you as a blogger and to your readers. There are many other widgets, doodads and other thingamagigs you can add to a blog.  I'll discuss a few here briefly, then go over why you may or may not want to use them.</p>
<p><strong>BlogCatalog and MyBlogLog widgets</strong><br />
In a <a href="http://herproblog.com/2008/07/getting-started-with-blogging-part-4-let-the-world-know/">previous post</a> I discussed BlogCatalog and MyBlogLog widgets a little bit.  They can be helpful especially if your blog is new and you want to get new readers.  At one time I was getting few enough visitors that I could keep track of anyone new who showed up through these two sites.  Then I could go and visit their blog.</p>
<p><strong>Polls</strong><br />
Adding a poll to your blog can be a great way to ask your blog readers questions about themselves so you can get a better idea of who they are and what they would like to read about.  I added <a href="http://www.polldaddy.com/" target="_blank">PollDaddy</a> to mine recently.  It was pretty easy to set up and use.  There are many other <a href="http://www.wildapricot.com/blogs/newsblog/archive/2008/06/03/top-5-web-tools-to-create-your-own-online-quiz.aspx" target="_blank">quiz</a>, <a href="http://www.wildapricot.com/blogs/newsblog/archive/2007/09/06/looking-for-a-good-cheap-web-polling-service.aspx" target="_blank">poll and survey scripts</a> to choose from also.</p>
<p><strong>Chats</strong><br />
I added a chat script to my blog recently too.  It can work as a great way to let your readers talk to you in real time.  I haven't had many people use it though - which is partly my fault because I forget to change my status to 'online' most of the time!</p>
<p><strong>Even more doodads</strong><br />
Many people add an image and link to technorati, have an entrecard link, display their feedburner subscriber numbers and sometimes even their pagerank.  It is also common for people to link out to causes or sites they personally care about and want to support, like net neutrality, political candidates, etc.</p>
<p><strong>So where does this lead us?</strong><br />
Like everything in life you have to draw a line somewhere.  Some of these plugins, widgets, doodads and other thingamagigs are useful to either you, your readers or both.  Or really express a point of view that is important to you.</p>
<p>Too many though - and your blog gets cluttered up and gets hard to read and find things on.  Everyone has different opinions on how much is too much or too little.  My opinion is that mine is getting borderline too busy at this point - least in some ways.</p>
<p>You will have to decide for yourself what is best for you and your readers.  Don't add too much stuff or your blog will be too busy and confusing, but adding some 'flair' (<a href="http://www.mattcutts.com/blog/flair-or-flare/" target="_blank">or is it 'flare'?</a>) gives your blog some personality.</p>
<p><em><strong>What do you think?  How much do you think is too much?<br />
</strong></em></p>
]]></content:encoded>
			<wfw:commentRss>http://herproblog.com/2008/09/plugins-widgets-and-doodads/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Code You Can Use: Social Media Links</title>
		<link>http://herproblog.com/2008/09/code-you-can-use-social-media-links/</link>
		<comments>http://herproblog.com/2008/09/code-you-can-use-social-media-links/#comments</comments>
		<pubDate>Tue, 16 Sep 2008 11:00:14 +0000</pubDate>
		<dc:creator>Trisha</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Blog Content]]></category>
		<category><![CDATA[Blogging Basics]]></category>
		<category><![CDATA[Getting Started]]></category>
		<category><![CDATA[social media]]></category>

		<guid isPermaLink="false">http://herproblog.com/?p=332</guid>
		<description><![CDATA[<div class="postavatar"><img src="http://herproblog.com/wp-content/uploads/avatars/Trisha-sm.png" width="50" height="50" alt="code-you-can-use-social-media-links" border="0" /></div>
I'm sure many of you have on your own blog or have seen blogs with links to some of the social media sites either after their posts or before them. These can make it easier for people to submit or bookmark your site.
If you use FeedBurner for your feed, they offer their 'FeedFlare' to make [...]]]></description>
			<content:encoded><![CDATA[<div class="postavatar"><img src="http://herproblog.com/wp-content/uploads/avatars/Trisha-sm.png" width="50" height="50" alt="code-you-can-use-social-media-links" border="0" /></div>
<p>I'm sure many of you have on your own blog or have seen blogs with links to some of the social media sites either after their posts or before them. These can make it easier for people to submit or bookmark your site.</p>
<p>If you use FeedBurner for your feed, they offer their 'FeedFlare' to make it easier to put these links in both your feed and on your actual blog. I still use FeedFlare for my feed, but I didn't like the formatting and some other things about the code they generate for you to use on your blog. There are plugins to do this with too - but the one I tried anyway - didn't give me as much control of the formatting that I wanted either.</p>
<p>I eventually just found the code to use for the link from each of the sites I was interested in and hand coded the whole thing so I could make it look how I wanted it to.</p>
<p><strong>Social media sites</strong><br />
There are many, many social media voting and bookmarking sites, but many of them are not used too much or are not relevant to my blog's topic. Based on some reading I've done, I've narrowed it down to just a few to use on my blog:</p>
<ul>
<li>StumbleUpon</li>
<p>- because many people use it and get traffic from it.</p>
<li>Kirtsy</li>
<p>- because it is relevant to a blog for women.</p>
<li>Delicious</li>
<p>- it's been recommended to use it and easier to do well in than Digg</p>
<li>Reddit</li>
<p>- same as Delicious</p>
<li>Digg</li>
<p>- because, well, everyone seems to have a link to it and some of my posts could do well there if I got enough Diggs.</ul>
<p><strong>The code I use</strong><br />
While I liked the small icons I saw on many blogs, I think they can be confusing sometimes - I forget which site goes with which image. I wanted mine to include both the name of the site and the small icon at the bottom of each post. FeedFlare didn't do it that way and neither did Sociable (at least I couldn't figure out how to make it do it this way).</p>
<p>I use the following code at the bottom of each of my posts:</p>
<p><textarea cols="50" rows="10">&lt;p class="smallcenterbold"&gt;        &lt;a href="http://www.stumbleupon.com/submit?url=&lt;?php the_permalink();&lt;br &gt;&lt;/a&gt; ?&gt;&amp;title=&lt; ?php the_title(); ?&gt;"&gt;Stumble: &lt;img&lt;br /&gt; src="http://cdn.stumble-upon.com/images/16x16_su_round.gif"&lt;br /&gt; border="0"/&gt;&lt;/a&gt; &lt;br /&gt;        &lt;a href="http://www.kirtsy.com/submit.php?url=&lt;?php the_permalink();&lt;br &gt;&lt;/a&gt; ?&gt;"&gt;Kirtsy: &lt;img src="http://www.kirtsy.com/badges/kirtsy_addicon.gif" mce_src="http://www.kirtsy.com/badges/kirtsy_addicon.gif"&lt;br /&gt; style="border:0" alt="add to kirtsy" /&gt;&lt;/a&gt; &lt;br /&gt;        &lt;a href="http://del.icio.us/post?url=&lt;?php the_permalink();&lt;br &gt;&lt;/a&gt; ?&gt;&amp;title=&lt; ?php the_title(); ?&gt;"&gt;delicious: &lt;img&lt;br /&gt; src="http://www.ideasforwomen.com/graphics/delicious.med.gif"&lt;br /&gt; border="0" /&gt;&lt;/a&gt; &lt;br /&gt;        &lt;a href="http://reddit.com/submit?url=&lt;?php the_permalink();&lt;br &gt;&lt;/a&gt; ?&gt;&amp;title=&lt; ?php the_title(); ?&gt;"&gt;reddit: &lt;img&lt;br /&gt; src="http://www.ideasforwomen.com/graphics/reddit.png" border="0"&lt;br /&gt; /&gt;&lt;/a&gt; &lt;br /&gt;        &lt;a href="http://digg.com/submit?url=&lt;?php the_permalink(); ?&gt;&amp;title=&lt;&lt;br /&gt; ?php the_title(); ?&gt;"&gt;Digg: &lt;img&lt;br /&gt; src="http://www.ideasforwomen.com/graphics/digg.png" border="0"&lt;br /&gt; /&gt;&lt;/a&gt; &lt;br /&gt;        &lt;mce:script src="http://feeds.feedburner.com/~s/IdeasForWomenNewsBlog?i=&lt;?php the_permalink() ?&gt;&lt;!-- " type="text/javascript" charset="utf-8"&gt; // --&gt;&lt;/mce:script&gt; &lt;/p&gt; &lt;p&gt;</textarea></p>
<p>You can style the paragraph tags to look however you want them to look. I center mine and keep the text small.</p>
<p>This code goes into the index.php file of your theme right after the div with class="storycontent" closes.</p>
<p>I also wanted something shorter and simpler to put at the beginning of my posts that uses just the icons. I figure this might be easier for people in a hurry and who are really familiar with all the icons used:</p>
<p><textarea cols="50" rows="10">&lt;/p&gt; &lt;p class="smallcenterbold"&gt;        &lt;a href="http://www.stumbleupon.com/submit?url=&lt;?php the_permalink();&lt;br &gt;&lt;/a&gt; ?&gt;&amp;title=&lt; ?php the_title(); ?&gt;"&gt;&lt;img&lt;br /&gt; src="http://cdn.stumble-upon.com/images/16x16_su_round.gif"&lt;br /&gt; border="0"/&gt;&lt;/a&gt; &lt;br /&gt;        &lt;a href="http://www.kirtsy.com/submit.php?url=&lt;?php the_permalink();&lt;br &gt;&lt;/a&gt; ?&gt;"&gt;&lt;img src="http://www.kirtsy.com/badges/kirtsy_addicon.gif" mce_src="http://www.kirtsy.com/badges/kirtsy_addicon.gif"&lt;br /&gt; style="border:0" alt="add to kirtsy" /&gt;&lt;/a&gt; &lt;br /&gt;        &lt;a href="http://del.icio.us/post?url=&lt;?php the_permalink();&lt;br &gt;&lt;/a&gt; ?&gt;&amp;title=&lt; ?php the_title(); ?&gt;"&gt;&lt;img&lt;br /&gt; src="http://www.ideasforwomen.com/graphics/delicious.med.gif"&lt;br /&gt; border="0" /&gt;&lt;/a&gt; &lt;br /&gt;        &lt;a href="http://reddit.com/submit?url=&lt;?php the_permalink();&lt;br &gt;&lt;/a&gt; ?&gt;&amp;title=&lt; ?php the_title(); ?&gt;"&gt;&lt;img&lt;br /&gt; src="http://www.ideasforwomen.com/graphics/reddit.png" border="0"&lt;br /&gt; /&gt;&lt;/a&gt; &lt;br /&gt;        &lt;a href="http://digg.com/submit?url=&lt;?php the_permalink(); ?&gt;&amp;title=&lt;&lt;br /&gt; ?php the_title(); ?&gt;"&gt;&lt;img&lt;br /&gt; src="http://www.ideasforwomen.com/graphics/digg.png" border="0"&lt;br /&gt; /&gt;&lt;/a&gt;         &lt;/p&gt; &lt;p&gt;</textarea></p>
<p>This code goes in the index.php page of your theme right after the following code:</p>
<p><textarea cols="50" rows="1">&lt;br /&gt; &lt;a href="&lt;?php the_permalink() ?&gt;" rel="bookmark"&gt;&lt; ?php the_title(); ?&gt;&lt;/a&gt;&lt;br /&gt; </textarea></p>
<p>The exact placement of the code may change depending upon the theme you use and of course where you want to put it. This is something you can play around with, try it different ways, until you get it where you want it and how you want it to look!</p>
]]></content:encoded>
			<wfw:commentRss>http://herproblog.com/2008/09/code-you-can-use-social-media-links/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Plugin Power: Comment Email Responder</title>
		<link>http://herproblog.com/2008/09/plugin-power-comment-email-responder/</link>
		<comments>http://herproblog.com/2008/09/plugin-power-comment-email-responder/#comments</comments>
		<pubDate>Mon, 15 Sep 2008 11:00:07 +0000</pubDate>
		<dc:creator>Trisha</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Blog Content]]></category>
		<category><![CDATA[Blogging Basics]]></category>
		<category><![CDATA[Getting Started]]></category>
		<category><![CDATA[comments]]></category>
		<category><![CDATA[email responder]]></category>

		<guid isPermaLink="false">http://herproblog.com/?p=327</guid>
		<description><![CDATA[<div class="postavatar"><img src="http://herproblog.com/wp-content/uploads/avatars/Trisha-sm.png" width="50" height="50" alt="plugin-power-comment-email-responder" border="0" /></div>
It is very important to reply back to people who leave comments on your blog. I'll admit that I don't always follow my own advice here. I try, but don't always do so well. But it is good to do because it will help you to attract more loyal and regular readers. People who have [...]]]></description>
			<content:encoded><![CDATA[<div class="postavatar"><img src="http://herproblog.com/wp-content/uploads/avatars/Trisha-sm.png" width="50" height="50" alt="plugin-power-comment-email-responder" border="0" /></div>
<p>It is very important to reply back to people who leave comments on your blog. I'll admit that I don't always follow my own advice here. I try, but don't always do so well. But it is good to do because it will help you to attract more loyal and regular readers. People who have really popular blogs with dozens of comments being left may not be able to reply to everyone, but until you get to that place it is a good idea to reply back to as many commenters as you can.</p>
<p>One question people often have is should they reply back to the person who left the comment, through another comment left in the comments section of your blog or email them back personally? If you reply back in the comments section there is a possibility that the commenter will never see it if they don't come back to check the blog post again. Using the <a href="http://herproblog.com/2008/08/plugin-power-subscribe-to-comments/">Subscribe to Comments</a> plugin helps, but it doesn't guarantee that any specific reader has actually subscribed to the comments.</p>
<p>If you email them only and don't respond in the comment section, when other people visit your blog it may look to them as though you never respond back to those who leave comments. Responding both in the comments section and sending each person an email can be kind of time consuming.</p>
<p><strong>Why use the Comment Email Responder plugin?</strong><br />
The Comment Email Responder solves the problems mentioned above by letting you both reply in the comments section and email the commenter back at the same time.</p>
<p><strong>How it works</strong><br />
Comment Email Responder works by creating a small icon of an envelope with an arrow on it next to each commenters name - but only you can see it when logged in as admin. When you click on it, it moves the cursor down into the comments text box. You then reply in the comments section - and the plugin will then also send your comment to the commenter in an email. But - and this is the really cool part - if the person has clicked the subscribe to comments box - it doesn't send them an email. So no one will get 2 emails sent to them.</p>
<p><strong>Installing</strong><br />
The creator of the plugin has a good page describing how to href="http://www.u-g-h.com/wordpress-plugins/wordpress-plugin-comment-email-responder/"&gt;install<br />
the Comment Email Responder. Installation is easy, and once activated, if you look under settings in your dashboard you will find a link to the plugin to customize it.</p>
<p><strong>Customizing and Features</strong><br />
You can choose the name, address and subject you want the email to use. You can also write a short message to appear in the footer of the email. I use something like: "Thanks again for visiting my blog and leaving a comment! If you like my blog please consider subscribing to read updates in a feed reader or by email! "</p>
<p><strong>Other</strong><br />
Keep in mind, there are times when you may want to respond to a comment differently on your blog than you would privately through an email. Sometimes I don't use it and instead reply more generically in the comments section and then send a more personal response in an email.</p>
<p>Overall I think its a very useful plugin. Sometimes I still don't reply in a timely manner like I should, but the plugin does make it easier to reply back to people - so I don't really have a good excuse!</p>
]]></content:encoded>
			<wfw:commentRss>http://herproblog.com/2008/09/plugin-power-comment-email-responder/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>How Frequently Should You Post?</title>
		<link>http://herproblog.com/2008/09/how-frequently-should-you-post/</link>
		<comments>http://herproblog.com/2008/09/how-frequently-should-you-post/#comments</comments>
		<pubDate>Wed, 10 Sep 2008 11:00:35 +0000</pubDate>
		<dc:creator>Trisha</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Blog Content]]></category>
		<category><![CDATA[Blogging Basics]]></category>

		<guid isPermaLink="false">http://herproblog.com/?p=283</guid>
		<description><![CDATA[<div class="postavatar"><img src="http://herproblog.com/wp-content/uploads/avatars/Trisha-sm.png" width="50" height="50" alt="how-frequently-should-you-post" border="0" /></div>
How frequently should you post?
In a previous post I wrote about "How long should your posts be?" and this time I'll discuss how often you should post, as these are both issues many people ask about.
And like I said before - it really depends upon you and your particular blog – but there are some [...]]]></description>
			<content:encoded><![CDATA[<div class="postavatar"><img src="http://herproblog.com/wp-content/uploads/avatars/Trisha-sm.png" width="50" height="50" alt="how-frequently-should-you-post" border="0" /></div>
<p>How frequently should you post?</p>
<p>In a previous post I wrote about "How long should your posts be?" and this time I'll discuss how often you should post, as these are both issues many people ask about.</p>
<p>And like I said before - it really depends upon you and your particular blog – but there are some things you will want to consider when deciding how often to post.</p>
<p><strong>Too Frequently</strong><br />
If you post too often - like several times a day - and the posts are even kind of long, most people won't have time to read all of them. Personally I sometimes find myself getting kind of annoyed with blogs that post too frequently - I'm unable to keep with it and just get frustrated. I will sometimes even unsubscribe to blogs that post too much.</p>
<p>Most of us probably don't have that much to say that is of that high of quality to write multiple posts each day either. Of course there are exceptions!</p>
<p><strong>Too Little</strong><br />
If you don't post often enough, people may either forget about you or think you stopping blogging. If you are trying to build a relationship with your readers and you want them to get to know who<br />
you are, you may lose some momentum if you wait too long between posts.</p>
<p>The overall message you are trying to get across in your blog may get lost also if people can't remember your previous posts too clearly.</p>
<p><strong>Just Right</strong><br />
I would say - and I'd like to hear your opinion on this too - once a week is the minimum frequency before you might start losing some people. 2-5 posts a week is real nice for building momentum with a<br />
blog.</p>
<p><strong>Consistency is Key!</strong><br />
The most important thing is to be relatively consistent in your posting frequency. If you are planning to change how often you post - either do it gradually or make an announcement to your readers that<br />
you will be changing how often you post and let them know about what to expect.</p>
<p>I have not been a good example of this myself. Sometimes I go in spurts - post a lot for a while, and then nothing for some time. I don't recommend this!</p>
<p><strong>Other Things to Consider</strong><br />
Realistically most of us don't know what to expect when we first start blogging. We may think we will have more time or lots of great ideas to write about and then find out - we don't! That's ok - it happens to most people.</p>
<p>Going from a schedule of less frequent posts to more frequent posting is probably easier on your readers than in the other direction. If they are used to you posting 7 days a week and you suddenly cut down to once a week they may think you've lost interest or something.</p>
<p>I used to think 5 or more posts a week was the best way to go. Lately, I noticed some really successful blogs that post once or twice a week and do quite well! I kind of wish I would have done that when I relaunched my main blog a while back. Less frequent posting gives you more time to spend on quality - and on promoting and marketing your blog!</p>
<p><em><strong>How often do you post? What do you think is the best frequency rate?</strong></em></p>
]]></content:encoded>
			<wfw:commentRss>http://herproblog.com/2008/09/how-frequently-should-you-post/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Building your Brand: Your Social Media Profile Pages</title>
		<link>http://herproblog.com/2008/09/building-your-brand-your-social-media-profile-pages/</link>
		<comments>http://herproblog.com/2008/09/building-your-brand-your-social-media-profile-pages/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 11:00:15 +0000</pubDate>
		<dc:creator>Trisha</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Blogging Basics]]></category>
		<category><![CDATA[Social Media Marketing]]></category>
		<category><![CDATA[Social Tools]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[social networking]]></category>

		<guid isPermaLink="false">http://herproblog.com/?p=285</guid>
		<description><![CDATA[<div class="postavatar"><img src="http://herproblog.com/wp-content/uploads/avatars/Trisha-sm.png" width="50" height="50" alt="building-your-brand-your-social-media-profile-pages" border="0" /></div>
Previously I discussed how your About page on your blog is important for your branding. Today I want to go over your social media profile pages.
Why is this important and why should you do it now? Well - you never know when you might need it and you want to be ready when you do!
My [...]]]></description>
			<content:encoded><![CDATA[<div class="postavatar"><img src="http://herproblog.com/wp-content/uploads/avatars/Trisha-sm.png" width="50" height="50" alt="building-your-brand-your-social-media-profile-pages" border="0" /></div>
<p>Previously I discussed how your About page on your blog is important for your branding. Today I want to go over your social media profile pages.</p>
<p>Why is this important and why should you do it now? Well - you never know when you might need it and you want to be ready when you do!</p>
<p><strong>My Mistake</strong><br />
An example - recently Darren Rowse had a "<a href="http://www.problogger.net/archives/2008/07/22/welcome-to-the-problogger-social-media-love-in/" target="_blank">Social Media Love-In</a>" on his blog. I immediately started adding links to the social media sites I use the most. Then I realized that on some of them I still hadn't added any information about me on my profile pages, or customized where I could. So then I scrambled over to each of the sites and did it all in a hurry. I could have avoided that if I would have done it when I first had a chance.</p>
<p><strong>What you should do</strong><br />
If you are like most bloggers you probably have accounts at Twitter,Digg, StumbleUpon, Facebook and other social media sites. Most of them let you have a profile page where you can add some information about yourself. If you use these sites very often - they become part of your public image that you show to the world.</p>
<p>You want your profile page to convey a professional image, if you are blogging for a business. At any rate - you want it to reflect your goals and let people learn a little bit about you.</p>
<p>Most social media sites let you have at least have a short bio you can write and let you upload a picture. In a previous post in the Building your Brand series I talked about using your picture on your blog. You should use it on your profile pages also. And again, use the same one for consistency. It really does help people to remember who you are.</p>
<p>Usually they have a place where you can add the url of at least one blog. Sometimes more. Sometimes in the bio section you can use html and add links to all your blogs. Some allow even more customization of your profile page.</p>
<p><strong>Twitter</strong><br />
Twitter is a good example. It lets you control some of the design aspects of your page. You can choose a background color and the color of some of the text too. You can also upload a background image! This image can be your logo or some other image you want people to see.</p>
<p>Keep in mind that because of the way the twitter page is set up, you want to either use a small version of your logo or create a version that is tall and skinny - rather than horizontal. In my case I made a tall skinny logo for my main blog and a smaller box with the logo of another blog of mine. Some other good examples of customizing their twitter pages are <a href="http://twitter.com/eMom" target="_blank">Wendy Piersall</a> and <a href="http://twitter.com/problogger">Darren's</a>.</p>
<p><em><strong>Do you know of anybody else who has a nice twitter page? Any advice to share with others for customizing and adding information to your social media profile pages?</strong></em></p>
]]></content:encoded>
			<wfw:commentRss>http://herproblog.com/2008/09/building-your-brand-your-social-media-profile-pages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building your Brand: Your About Page</title>
		<link>http://herproblog.com/2008/08/building-your-brand-your-about-page/</link>
		<comments>http://herproblog.com/2008/08/building-your-brand-your-about-page/#comments</comments>
		<pubDate>Thu, 21 Aug 2008 15:31:20 +0000</pubDate>
		<dc:creator>Trisha</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://herproblog.com/?p=229</guid>
		<description><![CDATA[<div class="postavatar"><img src="http://herproblog.com/wp-content/uploads/avatars/Trisha-sm.png" width="50" height="50" alt="building-your-brand-your-about-page" border="0" /></div>
In an earlier post I discussed the issue of using your picture on your blog: Building your Brand: Use a Picture. There I wrote about how using a picture of yourself helps your readers feel more connected to you as a person.
In this post I want to discuss a related idea – your 'About' page [...]]]></description>
			<content:encoded><![CDATA[<div class="postavatar"><img src="http://herproblog.com/wp-content/uploads/avatars/Trisha-sm.png" width="50" height="50" alt="building-your-brand-your-about-page" border="0" /></div>
<p>In an earlier post I discussed the issue of using your picture on your blog: <a href="http://herproblog.com/2008/07/building-your-brand-use-a-picture/">Building your Brand: Use a Picture</a>. There I wrote about how using a picture of yourself helps your readers feel more connected to you as a person.</p>
<p>In this post I want to discuss a related idea – your 'About' page on your blog.</p>
<p>If your blog doesn't have an About page – it should. It provides a way for you to let your readers know more about you – what kind of a person you are, your motivation for writing your blog, etc. It is yet another way for your readers to feel more connected to you as a person.</p>
<p><strong>How to Create an About page<br />
</strong>If you are using WordPress, making an About page is easy – just go into your dashboard and under write, choose 'page', rather than post.  Depending upon the theme you are using, the page you create should have a link to appearing somewhere on your blog, usually in a side bar.</p>
<p><strong>Two Types or Approaches<br />
</strong>There are essentially 2 types or approaches to an About page. One is focused on you and is more of an About Me (or Us) page. The other is focused on the blog itself and could be considered more of an 'About This Blog' page. If you have a lot you want to say about both you and your blog, you may want to make it into 2 different pages. If not, you can combine it into one About page, which is what most bloggers do.</p>
<p><strong>About You<br />
</strong>Information that you might want to include about you are why and how you started the blog, what is your interest and experience in the topic you are writing about, some background information, etc. If you have kids you can mention it here too. Of course there are good reasons that you may not want to include their pictures or names – but you could still share their ages and other information that won't personally identify them.</p>
<p>For the purpose of transparency, you may want to include information concerning what interest you may have in your topic – do you work in a related industry, is someone paying or sponsoring your blog that could be influencing how you are writing, etc.</p>
<p>You should also include contact information, or a link to a contact page here. And yes, this is very important! I recently wanted to contact some other bloggers about collaborating on something but they had no way to contact them other than leaving a comment – I wanted to talk to them privately, and since comments are not private I was not able to follow through with it.</p>
<p><strong>About Your Blog<br />
</strong>Telling your readers about your blog is a great way to let people know what it is you hope to accomplish and the future plans you have for it. It also provides a way to direct people to posts or pages that you think are more important, or are starting places to understanding the rest of your blog.</p>
<p>You may also want to include why someone should be interested in reading your blog – what will they get out of it? How does it solve a problem for them?</p>
<p>This is also an opportunity to explain or link to a page explaining how to subscribe to your feed, or to explain what that means.</p>
<p><em>More coming soon in the Building Your Brand series!</em></p>
]]></content:encoded>
			<wfw:commentRss>http://herproblog.com/2008/08/building-your-brand-your-about-page/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Plugin Power: Subscribe to Comments</title>
		<link>http://herproblog.com/2008/08/plugin-power-subscribe-to-comments/</link>
		<comments>http://herproblog.com/2008/08/plugin-power-subscribe-to-comments/#comments</comments>
		<pubDate>Tue, 19 Aug 2008 11:00:45 +0000</pubDate>
		<dc:creator>Trisha</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Blog Design]]></category>
		<category><![CDATA[Blogging Basics]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://herproblog.com/?p=204</guid>
		<description><![CDATA[<div class="postavatar"><img src="http://herproblog.com/wp-content/uploads/avatars/Trisha-sm.png" width="50" height="50" alt="plugin-power-subscribe-to-comments" border="0" /></div>
Have you ever had the experience of commenting on an interesting post, leaving and then wondering if the blog author or other visitors will agree, disagree or add to what you said?
The only way you may have been able to find out is to remember the url for that particular post and to periodically return [...]]]></description>
			<content:encoded><![CDATA[<div class="postavatar"><img src="http://herproblog.com/wp-content/uploads/avatars/Trisha-sm.png" width="50" height="50" alt="plugin-power-subscribe-to-comments" border="0" /></div>
<p>Have you ever had the experience of commenting on an interesting post, leaving and then wondering if the blog author or other visitors will agree, disagree or add to what you said?</p>
<p>The only way you may have been able to find out is to remember the url for that particular post and to periodically return to it to see if or what anyone else added to the conversation.</p>
<p>That works if you only visit a few blogs now and then. But once you start visiting a lot of them and leaving lots of comments (which you will want to do to help get more readers) it becomes unmanageable and impractical.</p>
<p>Blogging is very much an interactive and social phenomenon. Communities can form around a blog based on the discussions that take place in the comments section. For this reason you want to make it as easy as possible for your blog visitors to leave comments and to participate in the discussion.</p>
<p>There are a number of plugins that make this easier. Today I want to talk about one of those: <a href="http://txfx.net/code/wordpress/subscribe-to-comments/" target="_blank">Subscribe<br />
to Comments.</a></p>
<p><strong>Why use the Subscribe to Comments plugin?<br />
</strong>With this plugin people can get emails sent to them with any additional comments that were left at the post they left a comment at.  They can stay updated on the conversation making it more likely that they will return to your blog and participate even more!</p>
<p><strong>How it works<br />
</strong>Its quite simple – there's a check box that appears right after the comments text box that visitors just check before they leave their comment if they are interested in getting the additional comments sent to them.</p>
<p><strong>Installing<br />
</strong>This plugin is especially easy to install – there is just one file you need to upload into the 'plugins' directory.</p>
<p><strong>Customizing and Features<br />
</strong>In your dashboard under 'settings' – 'Subscribe to Comments' there are several options you can set:</p>
<ul>
<li>The from name that shows up in the emails sent</li>
<li>The email address used to send them</li>
<li>The text you want to show up for 1) visitors who are not subscribed; 2) Those who are and 3) for you, the author of the post</li>
</ul>
<p>It also allows you to use a custom style for the Subscription Manager if you want to do so. Other feature include letting subscribers change their email address and subscribing without leaving a comment.</p>
<p>A cool thing I just discovered about it is if you are the author of a post you can click on the 'Manage Subscriptions' link under the comment form and it will a list of all the people who have subscribed to comments on your blog, how many comments they have subscribed to and the top subscribed to posts!</p>
<p>I was excited to see how many people had subscribed to something but a little disappointed that some posts hadn't gotten more people subscribed. Personally, I subscribe to most posts I comment at unless I either just forget or expect it will be one of those posts with dozens more people leaving comments.</p>
<p>A link is also included that lists all subscribers email addresses in a text box that you could use to send them all a bulk email. Pretty cool, but I can't see myself using that feature and I can imagine how it could be abused.</p>
<p><em><strong>What do you think? If you use this plugin do you like it? As a blog visitor, do you subscribe to the comments very often?</strong></em></p>
]]></content:encoded>
			<wfw:commentRss>http://herproblog.com/2008/08/plugin-power-subscribe-to-comments/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
