<?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>ROCKFUSE &#187; Blogging</title>
	<atom:link href="http://www.rockfuse.com/blog/category/blogging/feed" rel="self" type="application/rss+xml" />
	<link>http://www.rockfuse.com/blog</link>
	<description>Tips and Resources for Bloggers, Internet Marketers and Entrepreneurs</description>
	<lastBuildDate>Tue, 15 Jun 2010 00:27:28 +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>How to get your Feedburner subscriber count in Plain Text</title>
		<link>http://www.rockfuse.com/blog/how-to-get-your-feedburner-subscriber-count-in-text</link>
		<comments>http://www.rockfuse.com/blog/how-to-get-your-feedburner-subscriber-count-in-text#comments</comments>
		<pubDate>Mon, 11 May 2009 12:59:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog Design]]></category>

		<guid isPermaLink="false">http://www.rockfuse.com/blog/?p=726</guid>
		<description><![CDATA[While tweaking down this theme, I wanted to use my subscriber count in plain text. Actually, it wasn&#8217;t that hard thanks to 45n5&#8217;s great tutorial in doing that. Not to mention, the dozens of other articles which pointed the exact same thing following that particular tutorial.
Anyway, all of them were from the time before Google [...]]]></description>
			<content:encoded><![CDATA[<p>While tweaking down this theme, I wanted to use my subscriber count in plain text. Actually, it wasn&#8217;t that hard thanks to <a href="http://www.digitalproductreporter.com/how-to-get-your-feedburner-count-as-plain-text.html" target="_blank">45n5&#8217;s great tutorial</a> in doing that. Not to mention, the dozens of other articles which pointed the exact same thing following that particular tutorial.</p>
<p>Anyway, all of them were from the time before Google started intergrating Feedburner into their own setting and because of that, the code was a bit outdated and gave a php error.</p>
<p>parser error : Opening and ending tag mismatch: meta line 1 and HEAD</p>
<p>And when I looked into the problem, I understod that it was because Feedburner specifications had changed around since the Google Integration.  So, I worked around it and found the solution.</p>
<p>So here&#8217;s how to get the feed count in plain text.</p>
<p>In whatever place you want the feed count, insert these lines, possibly at the very top of the page (Don&#8217;t forget to replace myFeedburnerFeedId with the ID of your feed)</p>
<blockquote><p>&lt;?php</p>
<p>$whaturl=&#8221;https://feedburner.google.com/api/awareness/1.0/GetFeedData?uri=myFeedburnerFeedId&#8221;;</p>
<p>$ch = curl_init();</p>
<p>curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);<br />
curl_setopt($ch, CURLOPT_URL, $whaturl);<br />
$data = curl_exec($ch);<br />
curl_close($ch);</p>
<p>$xml = new SimpleXMLElement($data);<br />
$fb = $xml-&gt;feed-&gt;entry['circulation'];</p>
<p>?&gt;</p></blockquote>
<p>Then, in the place where you want the feedcount to appear, just insert:</p>
<blockquote><p>&lt;?php echo $fb;?&gt;</p></blockquote>
<p>And we&#8217;re done!</p>
<p>You can see on the top-right of this blog, it&#8217;s at work. Have fun with it guys!<br/><b>Related Posts</b>
<ul>
<li><a href="http://www.rockfuse.com/blog/lost-rss-subscribers" rel="bookmark" title="September 11, 2008">How I lost more than 50+ RSS Subscribers &#8211; and How You Can Too!</a></li>
<li><a href="http://www.rockfuse.com/blog/how-to-create-your-own-feedburner-feedflares" rel="bookmark" title="August 15, 2008">How to create your own FeedBurner FeedFlares</a></li>
<li><a href="http://www.rockfuse.com/blog/three-point-on-why-you-should-upgrade-to-wordpress-232-right-now" rel="bookmark" title="December 30, 2007">Three points on why you should upgrade to Wordpress 2.3.2 right now!</a></li>
<li><a href="http://www.rockfuse.com/blog/your-complete-guide-to-rss-%e2%80%93-part-4-%e2%80%93-harnessing-the-maximum-from-your-rss-feed-tips-and-tricks" rel="bookmark" title="October 12, 2007">Your complete guide to RSS – Part 4 – Harnessing the maximum from your RSS Feed: Tips and Tricks</a></li>
<li><a href="http://www.rockfuse.com/blog/15-firefox-plugins-that-will-make-your-blogging-more-fun-and-productive" rel="bookmark" title="January 7, 2009">15 Firefox Plugins that will make your blogging more fun and productive!</a></li>
</ul>
<p><!-- Similar Posts took 2.859 ms --></p>]]></content:encoded>
			<wfw:commentRss>http://www.rockfuse.com/blog/how-to-get-your-feedburner-subscriber-count-in-text/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I moved to HostClear! Probably the best blog host I&#8217;ve been with.</title>
		<link>http://www.rockfuse.com/blog/i-moved-to-hostclear-probably-the-best-blog-host-ive-been-with</link>
		<comments>http://www.rockfuse.com/blog/i-moved-to-hostclear-probably-the-best-blog-host-ive-been-with#comments</comments>
		<pubDate>Tue, 17 Feb 2009 12:57:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog Hosting]]></category>

		<guid isPermaLink="false">http://www.rockfuse.com/blog/i-moved-to-hostclear-probably-the-best-blog-host-ive-been-with</guid>
		<description><![CDATA[ A few months back I was on the hunt for a web host. I have used a lot of web hosts in the past for my sites. But with the growth of my blogs and other sites, I needed to move it all to one hosting account to keep track of things. And after [...]]]></description>
			<content:encoded><![CDATA[<p><a class="thickbox" href="http://www.rockfuse.com/blog/wp-content/uploads/2009/02/screen-hostclear.jpg"><img style="display: inline; margin-left: 0px; margin-right: 0px; border-width: 0px;" title="screen_hostclear" src="http://www.rockfuse.com/blog/wp-content/uploads/2009/02/screen-hostclear-thumb.jpg" border="0" alt="screen_hostclear" width="183" height="159" align="right" /></a> A few months back I was on the hunt for a web host. I have used a lot of web hosts in the past for my sites. But with the growth of my blogs and other sites, I needed to move it all to one hosting account to keep track of things. And after much research, I found <a href="http://stats.hostclear.com/track?cb65b058d2926c8017fd0c4184f403530">HostClear</a> and chose to give it a try.</p>
<p>And here’s my unpaid, non-biased review of it, for all of you who are trying to find just the “right” host.</p>
<h3>Why?</h3>
<p>Their one and only hosting plan is an All-in-one hosting solution providing:</p>
<p><strong>FREE Domain For Life<br />
FREE Instant Setup<br />
FREE Site Builder<br />
Unlimited Domains<br />
Unlimited Hosting Space<br />
Unlimited GB&#8217;s Of Transfer<br />
Unlimited E-Mail Accounts<br />
Unlimited MySQL Databases</strong></p>
<p>That’s a pretty good deal for only <strong>$3.95 per month</strong> right? $3.95 is the 24 month-price though.</p>
<p>12 month price is $4.95 p/month while the 6 month price is $5.95 p/month, and no Setup Fees for orders more than 6 months! Overall, it’s the cheapest hosting plan I found that allows unlimited space, bandwidth and sites.</p>
<h3>Support</h3>
<p>Support is one of the most important things when it comes to web hosting. And that’s one of the things I like about HostClear. I’ve used their support system extensively and would probably rate a 10/10 for that. They’ve got a</p>
<p><strong>Support ticket system</strong> which responded to all my questions in less than 30 minutes</p>
<p><strong>A toll-free phone support line</strong> (I haven’t tried that yet)</p>
<p>And the <strong>24/7 Live Chat facility</strong> which resolved all my general queries within seconds!</p>
<h3>Features</h3>
<p>If you’re looking to host your blog, then you’ve got more than enough features on HostClear! I know that because I’ve got 6 Wordpress blogs there, functioning perfectly! And I got a new domain of my choice – for life! For a full list of their features you can take a look<strong> </strong><a href="http://stats.hostclear.com/track?cb65b058d2926c8017fd0c4184f403530"><strong>here</strong></a><strong>.</strong></p>
<p>They provide a 30 day money back guarantee, so you sign up at no-risk and plus, you get a 99.9% uptime guarantee. I should tell you that I have never experienced any downtime at all with them.</p>
<h3>Overall opinion</h3>
<p>I haven’t had a single problem with HostClear and it would be unfair of me if I didn’t rate it a 10/10. I’ve done a lot of research on blog hosting and Host Clear should be the host that offers the best value for money!</p>
<p>If you have been a reader of ROCKFUSE, you would know that I wouldn’t recommend anything to my readers that I’m not 100% satisfied with. So, in that sense, HostClear is probably the best solution, in my opinion that is.</p>
<p><strong><a href="http://stats.hostclear.com/track?cb65b058d2926c8017fd0c4184f403530">Check them out now!</a> – Rest Assured, you won’t regret it.</strong></p>
<input id="gwProxy" type="hidden" />
<input id="jsProxy" onclick="jsCall();" type="hidden" /><br/><b>Related Posts</b>
<ul>
<li><a href="http://www.rockfuse.com/blog/probably-the-best-free-web-host" rel="bookmark" title="September 16, 2007">Probably the best free web host!</a></li>
<li><a href="http://www.rockfuse.com/blog/10-things-that-you-shouldnt-be-doing-when-starting-up-a-blog" rel="bookmark" title="November 17, 2008">7 Things that you shouldn&#8217;t be doing when starting up a blog!</a></li>
<li><a href="http://www.rockfuse.com/blog/weight-loss-ready-affiliate-review-site-peocash-review" rel="bookmark" title="September 7, 2008">Making Money with a Weight-Loss Ready Affiliate Review Site &#8211; PeoCash Review.</a></li>
<li><a href="http://www.rockfuse.com/blog/5-tips-to-get-the-most-out-of-project-wonderful-advertising" rel="bookmark" title="April 27, 2008">5 tips to get the most out of Project Wonderful advertising</a></li>
<li><a href="http://www.rockfuse.com/blog/add-a-301-redirect-and-save-your-blog" rel="bookmark" title="October 4, 2007">Add a 301-redirect and save your blog!</a></li>
</ul>
<p><!-- Similar Posts took 2.923 ms --></p>]]></content:encoded>
			<wfw:commentRss>http://www.rockfuse.com/blog/i-moved-to-hostclear-probably-the-best-blog-host-ive-been-with/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>15 Firefox Plugins that will make your blogging more fun and productive!</title>
		<link>http://www.rockfuse.com/blog/15-firefox-plugins-that-will-make-your-blogging-more-fun-and-productive</link>
		<comments>http://www.rockfuse.com/blog/15-firefox-plugins-that-will-make-your-blogging-more-fun-and-productive#comments</comments>
		<pubDate>Wed, 07 Jan 2009 05:56:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blogging Tools]]></category>

		<guid isPermaLink="false">http://www.rockfuse.com/blog/15-firefox-plugins-that-will-make-your-blogging-more-fun-and-productive</guid>
		<description><![CDATA[ There are plenty of Firefox Plugins for pretty much everything – including blogging. So I thought it would be cool to just share a few of those I found useful and made my life a bit easier. And here it is – a list of 15 Firefox Plugins (or Add-ons), what they are capable [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.rockfuse.com/blog/wp-content/uploads/2009/01/images.jpg" class="thickbox"><img title="images" style="border-right: 0px; border-top: 0px; display: inline; margin: 0px 5px 5px; border-left: 0px; border-bottom: 0px" height="100" alt="images" src="http://www.rockfuse.com/blog/wp-content/uploads/2009/01/images-thumb.jpg" width="104" align="right" border="0" /></a> There are plenty of Firefox Plugins for pretty much everything – including blogging. So I thought it would be cool to just share a few of those I found useful and made my life a bit easier. And here it is – a list of 15 Firefox Plugins (or Add-ons), what they are capable of and, how you can benefit from using them.</p>
<p>&#160;</p>
<h3>Add-ons helping you to blog</h3>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/1730">ScribeFire Blog Editor</a> – This is probably the most popular tool which allows you to blog from within Firefox. Formerly known as Performancing, this handy tool opens a window within Firefox in which you can do rich text editing and all sorts of stuff while doing your research on your web. And when you’re done, just hit the publish button and your post will go live on your blog. Works on a number of blog platforms including Wordpress and Blogger.</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/3214">Live Writerfox</a> – This is one of my personal favorites. If you think that Windows Live Writer is the next best thing since sliced bread, you’ll love the functionality it provides you to integrate Windows Live Writer with Mozilla Firefox. Helps you “Blog It” straight from Live Writer.</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/1811">Deepest Sender</a> – Primarily a LiveJournal client, but now supports Wordpress and Blogger. This Plugin provides similar functionality as ScribeFire. You can straight away blog something and publish it from within the Firefox environment. Doesn’t have as much functionality as the ScribeFire – although a strong second-in-place contender.</p>
<p>&#160;</p>
<h3>Add-ons enhancing text editing/formatting</h3>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/1407">Clipmarks</a> – If there are phrases you use often while blogging, this tool will come in handy for you. Simply select a word/phrase that you’re using frequently and assign it to a shortcut key. Personally, this is really useful to me when I’m commenting on a blog. I’d just store my name, URL and e-mail on macros and inserting them into the commenting fields literally take seconds!</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/4763">Text Formatting Toolbar</a> – Gives you a handy toolbar to apply HTML/BBcode markup to any text area within Windows Live Writer. It comes really handy when you want to leave a comment on a blog with some HTML formatting or when you want to do some quick edit in any text area that allows BBcode – like forums. Save you a lot of time, and can cut the work in half for you theme developers.</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/1812">CoLT</a> – Hate it when you lose the formatting/link when you’re pasting a hyperlink from another page – while blogging? You got to have CoLT! This add-on let’s you specify how you want your links, the way you want it.</p>
<p>&#160;</p>
<h3>Fun tools</h3>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/7571">Zemanta</a> – This is a fun too to work with. Just let it run while you’re blogging and it will automatically recommend relevant links and Flickr pics that matches your content. You can then insert that stuff on your post or read them to refine your understanding on the subject. Totally worth a go!</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/8538">Feedly RSS News Reader</a> – Another fun tool for your to play around when you want to kill a minute. Feedly RSS News Reader combines your Google Reader and Twitter in a “fun magazine-like environment”. An innovative way to catch the news I’d say.</p>
<p>&#160;</p>
<h3>Blog Management Add-ons</h3>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/4835">Wordpress Helper</a> – Wordpress Plugin/Theme developers can’t ask for a better tool than this one. This literally puts the whole Wordpress Codex in your fingertips. When you’re ding an edit on a theme or a plugin within Firefox it will provide you with additional documentation and help if you run into some problem, straight from the Wordpress Codex.</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/2996">Wordpress.com Sidebar</a> – Managing a Wordpress.com blog? Have all the functionality of your blog from within a handy sidebar. This Firefox Plugin creates a sidebar which you can use to manage your Wordpress.com blog on the go!</p>
<p>&#160;</p>
<h3>Third Party integration Add-ons</h3>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/5000">ShareThis</a> – This Plugin brings the legendary “Share This” button to Firefox. Easily submit your favorite content on the web for your Social Network buddies to see. Provides the same functionality as the Wordpress plugin for any page you are surfing.</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/6369">FeedBurner Subscribers Display</a> – Tired of checking Feedburner every time you want to check on your Subscriber count? Install this handy add-on and Get your Feedburner Subscriber count right there on the Firefox status bar, so it’ll be visible to you all the time. Additional options are available to display “feed hits” for your feed too.</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/3977">Google Reader Notifier</a> – Something like the Gmail Notifier, but for Google reader. Shows you when new items are available alongside the count of unread items. A good way to keep in touch with your favorite feeds.</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/6424">Better GReader</a> – Another GReader tool that enhances few things on Google Reader. It’s actually a Greasemonkey script and you need to <a href="https://addons.mozilla.org/firefox/addon/748">install Greasemonkey</a> plugin to activate it. It’s really customizable and has some pretty good tweaks to go with Google Reader.</p>
<p><br/><b>Related Posts</b>
<ul>
<li><a href="http://www.rockfuse.com/blog/on-what-do-you-blog-desktop-publishing-software-for-bloggers" rel="bookmark" title="April 14, 2008">On what do you blog? &#8211; Desktop Publishing Software for Bloggers</a></li>
<li><a href="http://www.rockfuse.com/blog/wordpress-26-is-out-and-its-a-killer" rel="bookmark" title="July 17, 2008">Wordpress 2.6 is out &#8211; and it&#8217;s a Killer!</a></li>
<li><a href="http://www.rockfuse.com/blog/14-wordpress-plugins-that-will-help-you-make-more-money-from-google-adsense-on-your-blog" rel="bookmark" title="January 14, 2009">14 Wordpress Plugins that will help you make more money from Google AdSense on your blog.</a></li>
<li><a href="http://www.rockfuse.com/blog/still-using-ftp-to-upload-your-plugins-and-themes" rel="bookmark" title="February 26, 2008">Still using FTP to upload your plugins and themes?</a></li>
<li><a href="http://www.rockfuse.com/blog/how-to-get-your-feedburner-subscriber-count-in-text" rel="bookmark" title="May 11, 2009">How to get your Feedburner subscriber count in Plain Text</a></li>
</ul>
<p><!-- Similar Posts took 6.888 ms --></p>]]></content:encoded>
			<wfw:commentRss>http://www.rockfuse.com/blog/15-firefox-plugins-that-will-make-your-blogging-more-fun-and-productive/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>How to moderate your Wordpress Blog comments from your own Desktop</title>
		<link>http://www.rockfuse.com/blog/how-to-moderate-your-wordpress-blog-comments-from-your-own-desktop</link>
		<comments>http://www.rockfuse.com/blog/how-to-moderate-your-wordpress-blog-comments-from-your-own-desktop#comments</comments>
		<pubDate>Fri, 19 Dec 2008 05:18:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blogging Tools]]></category>

		<guid isPermaLink="false">http://www.rockfuse.com/blog/how-to-moderate-your-wordpress-blog-comments-from-your-own-desktop</guid>
		<description><![CDATA[ Admit it! When the e-mail hits your inbox that a reader of your blog commented on the post you just published, you just put off approving the comment for an hour or two since it’s a painful process – starting up the browser, logging into Wordpress, going over to moderate comments and approving it.
Or [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.rockfuse.com/blog/wp-content/uploads/2008/12/moderatormainscreen.jpg" class="thickbox"><img title="moderatormainscreen" style="border-right: 0px; border-top: 0px; display: inline; margin: 0px 0px 3px 3px; border-left: 0px; border-bottom: 0px" height="244" alt="moderatormainscreen" src="http://www.rockfuse.com/blog/wp-content/uploads/2008/12/moderatormainscreen-thumb.jpg" width="162" align="right" border="0" /></a> Admit it! When the e-mail hits your inbox that a reader of your blog commented on the post you just published, you just put off approving the comment for an hour or two since it’s a painful process – starting up the browser, logging into Wordpress, going over to moderate comments and approving it.</p>
<p>Or when you see that comment which skipped Akismet spam catcher you just need to log in and mark it as spam before the virus spreads deep into your beloved blog community. Or., you just auto-approve all the comments since it’s a hassle to approve all the blog comments.</p>
<p>Not anymore! <a href="http://www.danieldura.com/code/moderator">Moderator</a> let’s you moderate all your Wordpress blog comments from your desktop. That’s right! You can specify a time interval you want moderator to check for new comments, and when new comment are available, you will be immediately notified of them.</p>
<p>After that, it’s take you a few seconds to read the comment, review it and then approve/discard it. It’s a pretty easy process and when you’re done, Moderator sits nicely on your taskbar till the next batch of comments come. It’s an Adobe AIR application so it’s super lightweight.</p>
<p>A word of caution – It’s still in the alpha release. So, bugs might exist, although within my short evaluation period, I didn’t come across any. You can download Moderator from <a href="http://www.danieldura.com/code/moderator">here</a>.</p>
<p><br/><b>Related Posts</b>
<ul>
<li><a href="http://www.rockfuse.com/blog/a-simple-secret-which-can-reduce-wordpress-spam-comments-by-90" rel="bookmark" title="July 20, 2008">A simple secret which can reduce Wordpress spam comments by 90%</a></li>
<li><a href="http://www.rockfuse.com/blog/i-will-not-comment-spam-you-since-ive-no-idea-about-your-niche" rel="bookmark" title="May 13, 2008">I will not comment spam you since I&#8217;ve no idea about your niche</a></li>
<li><a href="http://www.rockfuse.com/blog/how-do-you-respond-to-negative-reader-comments" rel="bookmark" title="June 23, 2008">How do you Respond to Negative Reader Comments?</a></li>
<li><a href="http://www.rockfuse.com/blog/i-am-thankful-for-their-spam-comments-they-make-me-feel-like-a-celebrity" rel="bookmark" title="April 22, 2008">I am thankful for their spam comments. They make me feel like a celebrity.</a></li>
<li><a href="http://www.rockfuse.com/blog/productivity-tips-bloggers" rel="bookmark" title="September 2, 2008">24 Productivity Tips for Bloggers</a></li>
</ul>
<p><!-- Similar Posts took 2.897 ms --></p>]]></content:encoded>
			<wfw:commentRss>http://www.rockfuse.com/blog/how-to-moderate-your-wordpress-blog-comments-from-your-own-desktop/feed</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>6 Wordpress Plugins that Enhance Google Analytics on your blog</title>
		<link>http://www.rockfuse.com/blog/6-wordpress-plugins-that-enhances-google-analytics-in-your-blog</link>
		<comments>http://www.rockfuse.com/blog/6-wordpress-plugins-that-enhances-google-analytics-in-your-blog#comments</comments>
		<pubDate>Wed, 03 Dec 2008 02:11:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.rockfuse.com/blog/6-wordpress-plugins-that-enhances-google-analytics-in-your-blog</guid>
		<description><![CDATA[ Google Analytics, without a doubt is the leading site statistics tracking tool in the terms of usability, on the web. But, in a dynamic environment such as a Wordpress blog, we are too often limited to only experience a fraction of the features offered through Google Analytics.
You may just want to track the number [...]]]></description>
			<content:encoded><![CDATA[<p><a class="thickbox" href="http://www.rockfuse.com/blog/wp-content/uploads/2008/12/64485466-3f0b4c6730.jpg"><img style="border-right: 0px; border-top: 0px; display: inline; margin: 3px 0px 3px 5px; border-left: 0px; border-bottom: 0px" title="64485466_3f0b4c6730" src="http://www.rockfuse.com/blog/wp-content/uploads/2008/12/64485466-3f0b4c6730-thumb.jpg" border="0" alt="64485466_3f0b4c6730" width="304" height="244" align="right" /></a> Google Analytics, without a doubt is the leading site statistics tracking tool in the terms of usability, on the web. But, in a dynamic environment such as a Wordpress blog, we are too often limited to only experience a fraction of the features offered through Google Analytics.</p>
<p>You may just want to track the number of visits to you blog, or you might want to track every outbound link or even AdSense cliks and YPN too. Whatever your needs are, the following Wordpress plugins can give you exactly what you need from Google Analytics, without the hassle of copying and pasting tracking codes to all your pages.</p>
<h4>RSS Link Tagger for Google Analytics</h4>
<p>This is one of the plugins that has a specific usage. RSS Link Tagger for Google Analytics conveniently modifies RSS permalinks to include utm queries, so that you can track your feed subscription conversions, the same way you track non-AdWords advertising campaigns. <strong>» </strong><a href="http://rebelic.nl/rsslinktagger/"><strong>Plugin Home</strong></a></p>
<h4>DBD Footprints</h4>
<p>Yeah I know. This is not exactly a branded Google Analytics plugin, but it gets the simplest job done – Adding Google Analytics tracking code. Since Google Analytics and other plugins are most of the time supplying Javascript snippets, it’s important to add these codes at the very end of the HTML body to save the page loading time. And this nifty little plugin gives you the ability to do just that. <strong>» </strong><a href="http://wordpress.org/extend/plugins/dbd-footprints/"><strong>Plugin Home</strong></a></p>
<h4>Google Analytics for Wordpress</h4>
<p>This is my choice of a Google Analytics plugin. It does everything you need it to do,, plus more! The Google Analytics for Wordpress plugin automatically tracks and segments all outbound links from within posts, comment author links, links within comments, blogroll links and downloads. It also allows you to track AdSense clicks, add extra search engines, track image search queries and it will even work together with Urchin. Pretty cool, huh? <strong>» </strong><a href="http://yoast.com/wordpress/google-analytics/"><strong>Plugin Home</strong></a></p>
<h4>Ultimate Google Analytics</h4>
<p>This does the same stuff that “Google Analytics for Wordpress” plugin does. It’s suitable for those of you who don’t really know whether you want to use the Advanced Features of Google Analytics. In the basic plugin view, it’ll give you the basic features of Google Analytics. But if you wish to have more, you can switch to the Advanced views which pretty much integrates all the advance Google Analytics features to your blog. <strong>» </strong><a href="http://www.oratransplant.nl/uga/"><strong>Plugin Home</strong></a></p>
<h4>WP Google Analytics</h4>
<p>Not as flash as the two plugins before, but can spherically be configured to track stuff like searches (as /search/{search}?referrer={referrer}), not track user roles (administrators, editors, authors, etc) and log anything in the admin areas in Wordpress. <strong>» </strong><a href="http://xavisys.com/2007/02/wordpress-google-analytics-plugin/"><strong>Plugin Home</strong></a></p>
<h4>Local Analytics</h4>
<p>Are you an efficiency freak? Worried about the page loading times of your blog? Then you should try out Local Analytics first. The plugin is highly configurable and also allows <strong>caching of the ga.js file locally</strong>, inorder to enable faster loading of pages. Includes support for tracking subdomains and main domain in a single profile as well as Yahoo Publisher Network ad clicks alongside AdSense ad clicks. <strong>» </strong><a href="http://www.joycebabu.com/downloads/local-analytics"><strong>Plugin Home</strong></a><br/><b>Related Posts</b>
<ul>
<li><a href="http://www.rockfuse.com/blog/14-wordpress-plugins-that-will-help-you-make-more-money-from-google-adsense-on-your-blog" rel="bookmark" title="January 14, 2009">14 Wordpress Plugins that will help you make more money from Google AdSense on your blog.</a></li>
<li><a href="http://www.rockfuse.com/blog/google-webmaster-tools-blog" rel="bookmark" title="August 25, 2008">What Google Webmaster Tools can tell about your blog.</a></li>
<li><a href="http://www.rockfuse.com/blog/wordpress-26-is-out-and-its-a-killer" rel="bookmark" title="July 17, 2008">Wordpress 2.6 is out &#8211; and it&#8217;s a Killer!</a></li>
<li><a href="http://www.rockfuse.com/blog/do-you-load-your-server-unnecessarily-with-the-dofollow-plugins" rel="bookmark" title="July 17, 2008">Do you load your server unnecessarily with the dofollow plugins?</a></li>
<li><a href="http://www.rockfuse.com/blog/the-biggest-collection-of-wordpress-seo-plugins-that-can-multiply-your-blog-traffic" rel="bookmark" title="August 5, 2008">The biggest collection of Wordpress SEO plugins that can multiply your blog traffic</a></li>
</ul>
<p><!-- Similar Posts took 3.389 ms --></p>]]></content:encoded>
			<wfw:commentRss>http://www.rockfuse.com/blog/6-wordpress-plugins-that-enhances-google-analytics-in-your-blog/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>7 Things that you shouldn&#8217;t be doing when starting up a blog!</title>
		<link>http://www.rockfuse.com/blog/10-things-that-you-shouldnt-be-doing-when-starting-up-a-blog</link>
		<comments>http://www.rockfuse.com/blog/10-things-that-you-shouldnt-be-doing-when-starting-up-a-blog#comments</comments>
		<pubDate>Mon, 17 Nov 2008 06:49:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blogging Tips]]></category>

		<guid isPermaLink="false">http://www.rockfuse.com/blog/10-things-that-you-shouldnt-be-doing-when-starting-up-a-blog</guid>
		<description><![CDATA[ Recently I’ve been engaged in starting up many small niche blogs in very varying niches. And there had come been many things I wished I hadn’t done when starting up some of them. But it’s all part of the game and it’s a learning process. We all make mistakes and we should learn from [...]]]></description>
			<content:encoded><![CDATA[<p><a class="thickbox" href="http://www.rockfuse.com/blog/wp-content/uploads/2008/11/260978898-2b3214c2b4.jpg"><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; margin: 0px 5px 5px 0px; border-right-width: 0px" title="260978898_2b3214c2b4" src="http://www.rockfuse.com/blog/wp-content/uploads/2008/11/260978898-2b3214c2b4-thumb.jpg" border="0" alt="260978898_2b3214c2b4" width="244" height="151" align="left" /></a> Recently I’ve been engaged in starting up many small niche blogs in very varying niches. And there had come been many things I wished I hadn’t done when starting up some of them. But it’s all part of the game and it’s a learning process. We all make mistakes and we should learn from them. So as an outcome of my own learning process, I’ll present this code to you – my code of the things that shouldn’t be done when starting up a blog.</p>
<p>I only hope that you find it useful.</p>
<h3>Waiting till you complete the blog setup to register a domain.</h3>
<p>This is an absolute no-no. If you’re concerned about your Return-on-Investment from the blog, the sooner you start earning money from it, the better. And Search Engine traffic being the best kind of free traffic that you can get, it’s extremely important that you start pumping up traffic from Search Engines as soon as possible. To do that, the sooner you register the domain and let Search Engines get familiarized with the domain, the better off you’ll be. So, once you come up with a domain name, register it and set up a temporary page till you get done with the set up.</p>
<h3>Don’t order a gazillion links within the first few weeks.</h3>
<p>Intelligent Search Engines like Google had developed advanced mechanisms to spot the trends a certain site might be developing over time. And this applies to the trends of Paid Links also. It might sound really weird, but sometime back, I had around 500 paid links pointing to one new blog. The traffic dropped drastically. And immediately after I removed the links, the traffic went back up. When 500 sites suddenly start pointing to a new website, Google gets cautious. So avoid ordering a ton of links till the blog gains osme solid ground.</p>
<h3><a class="thickbox" href="http://www.rockfuse.com/blog/wp-content/uploads/2008/11/2402698820-6606b5ca8a-m.jpg"><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; margin: 0px 0px 5px 5px; border-right-width: 0px" title="2402698820_6606b5ca8a_m" src="http://www.rockfuse.com/blog/wp-content/uploads/2008/11/2402698820-6606b5ca8a-m-thumb.jpg" border="0" alt="2402698820_6606b5ca8a_m" width="174" height="204" align="right" /></a> Do not wait to monetize it</h3>
<p>Some people may tell you that you should be waiting around 2-3 months to monetize a new blog, but so far from what I’ve heard, all I can say is – I don’t know why you should wait to do something that you’re eventually going to do anyway. I mean, if you’re eventually going to put up ads on your site, you might as well have them from Day 1 because</p>
<ol>
<li>You’ll start earning some money from Day 1</li>
<li>The people that wouldn’t like to see ads on your site wouldn’t want to see them even 10 years later.</li>
</ol>
<h3>Do not start your blog on free domains having the thoughts of moving it to a paid domain once you get some money</h3>
<p>I hear this in a lot of blogging forums from relatively new bloggers. They would always go like “Should I keep my blogspot/wordpress domain or should I move to a new one?”. Here’s the deal – if you move your domain, most of the things that are attributed to your domain including links and popularity is going to lessen drastically. So either you spend 10 bucks and keep a domain from the beginning, or you just have that free domain going. Don’t plan to move out down the line – it’s going to be really hard.</p>
<h3>Do not wait to pump up your best pieces</h3>
<p>Psychologically, new blogger tend to “hold on” to a great topic they find for a post till they have a little more subscribers, a little more traffic and so on. But the truth is that till you get some quality content on the front page of your blog, it’s going to be some time before “a little more traffic” becomes a possibility. If your blog is fairly new, take a chance on that great post. Promote it a bit on Social Media sites, and if it’s really going to make a difference, you’d experience that difference right then than later.</p>
<p><a class="thickbox" href="http://www.rockfuse.com/blog/wp-content/uploads/2008/11/440777294-3f085783ae-m.jpg"><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; margin: 0px 5px 5px 0px; border-right-width: 0px" title="440777294_3f085783ae_m" src="http://www.rockfuse.com/blog/wp-content/uploads/2008/11/440777294-3f085783ae-m-thumb.jpg" border="0" alt="440777294_3f085783ae_m" width="138" height="204" align="left" /></a></p>
<h3>Don’t gear down your blog promotion</h3>
<p>Many new bloggers tend to wait till they have around a good number of articles before they actually go ahead and do prominent blog promotion. My 2 cents? Don’t wait. Even if you have 2 blog posts of really good quality content, go ahead and do some blog marketing. Submit your feed to RSS directories, Submit you articles to Social Media sites (through others if possible) and do some article marketing in various article directories. Either you can wait for your blog to grow or you can do something now and accelerate that growth.</p>
<h3>Do not sell links till you get a solid PR</h3>
<p>The more you sell links on your site, more deprived your PR is going to be. People will come to you giving you a $7 per month deal on your 10 PR1 pages for 4 links in each. Don’t take it. If you do, probably in the next PR update, it’s going to go down to a big 0. Surely, you don’t want that to happen?<br/><b>Related Posts</b>
<ul>
<li><a href="http://www.rockfuse.com/blog/google-sandbox-myth-or-fact" rel="bookmark" title="November 3, 2008">Google Sandbox &#8211; Myth or Fact?</a></li>
<li><a href="http://www.rockfuse.com/blog/here%e2%80%99s-a-method-that-is-helping-hundreds-of-people-increase-their-website%e2%80%99s-earnings" rel="bookmark" title="October 7, 2007">Here’s a method that is helping hundreds of people increase their website’s earnings!</a></li>
<li><a href="http://www.rockfuse.com/blog/how-to-decide-on-a-domain-name-for-your-web-site" rel="bookmark" title="September 25, 2007">How to decide on a domain name for your web site</a></li>
<li><a href="http://www.rockfuse.com/blog/making-money-and-saving-money-running-a-photo-blog" rel="bookmark" title="October 6, 2008">Making Money and Saving Money Running a Photo Blog</a></li>
<li><a href="http://www.rockfuse.com/blog/add-a-301-redirect-and-save-your-blog" rel="bookmark" title="October 4, 2007">Add a 301-redirect and save your blog!</a></li>
</ul>
<p><!-- Similar Posts took 3.344 ms --></p>]]></content:encoded>
			<wfw:commentRss>http://www.rockfuse.com/blog/10-things-that-you-shouldnt-be-doing-when-starting-up-a-blog/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>41 Places to find Free Images to your Blog or Web Site!</title>
		<link>http://www.rockfuse.com/blog/41-places-to-find-free-images-to-your-blog-or-web-site</link>
		<comments>http://www.rockfuse.com/blog/41-places-to-find-free-images-to-your-blog-or-web-site#comments</comments>
		<pubDate>Tue, 11 Nov 2008 13:06:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog Design]]></category>

		<guid isPermaLink="false">http://www.rockfuse.com/blog/?p=635</guid>
		<description><![CDATA[Lately I&#8217;ve been scouting a bit on the sites that supply copyright free images/photos for one of my projects. So, i the process, I thought, why not make a compilation of some of th worthwhile sites that I come across? And here it is &#8211; a list of 41 sites that offer photos and images [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" src="http://img396.imageshack.us/img396/254/randomrotationgallerybg3.jpg" alt="" width="292" height="288" />Lately I&#8217;ve been scouting a bit on the sites that supply copyright free images/photos for one of my projects. So, i the process, I thought, why not make a compilation of some of th worthwhile sites that I come across? And here it is &#8211; a list of 41 sites that offer photos and images absolutely free of charge.</p>
<p>Some of the pictures are totally free of charge, some may require you to credit the copyright holder, and some may not be available for commercial use. But plenty of options are there to go around &#8211; so enjoy!</p>
<p class="MsoNormal"> </p>
<ul>
<li><span style="-webkit-text-decorations-in-effect: underline; text-decoration: underline;"><span><a title="A digital Dreamer" href="http://adigitaldreamer.com/gallery/"><span>A Digital Dreamer</span></a></span></span></li>
<li><span style="-webkit-text-decorations-in-effect: underline; text-decoration: underline;"><span><a title="Aarin Free Photo" href="http://aarinfreephoto.com/"><span>Aarin Free Photo</span></a></span></span></li>
<li><span style="-webkit-text-decorations-in-effect: underline; text-decoration: underline;"><span><a title="AboutPixel" href="http://www.aboutpixel.de/"><span>AboutPixel</span></a></span></span></li>
<li><span style="-webkit-text-decorations-in-effect: underline; text-decoration: underline;"><span><a title="Afflict" href="http://www.afflict.net/"><span>Afflict</span></a></span></span></li>
<li><span style="-webkit-text-decorations-in-effect: underline; text-decoration: underline;"><span><a href="http://amazingtextures.com/textures/index.php" target="_blank"><span>Amazing Textures</span></a></span></span></li>
<li><span style="-webkit-text-decorations-in-effect: underline; text-decoration: underline;"><span><a href="http://www.amgmedia.com/freephotos/" target="_blank"><span>AMG Media</span></a></span></span></li>
<li><span style="-webkit-text-decorations-in-effect: underline; text-decoration: underline;"><span><a href="http://www.ars.usda.gov/is/graphics/photos/" target="_blank"><span>ARS Image Gallery</span></a></span></span></li>
<li><span style="-webkit-text-decorations-in-effect: underline; text-decoration: underline;"><span><a href="http://www.artfavor.com/" target="_blank"><span>Art Favor</span></a></span></span></li>
<li><span style="-webkit-text-decorations-in-effect: underline; text-decoration: underline;"><span><a title="Bajstock" href="http://www.bajstock.com/"><span>Bajstock</span></a></span></span></li>
<li><span style="-webkit-text-decorations-in-effect: underline; text-decoration: underline;"><span><a title="Barrys Free Photos" href="http://www.barrysfreephotos.com/"><span>Barry’s Free Photos</span></a></span></span></li>
<li><span style="-webkit-text-decorations-in-effect: underline; text-decoration: underline;"><span><a title="Big Foto" href="http://www.bigfoto.com/"><span>Big Foto</span></a></span></span></li>
<li><span style="-webkit-text-decorations-in-effect: underline; text-decoration: underline;"><span><a title="Big Stock Photo" href="http://www.bigstockphoto.com/"><span>Big Stock Photo</span></a></span></span></li>
<li><span style="-webkit-text-decorations-in-effect: underline; text-decoration: underline;"><span><a href="http://www.burningwell.org/" target="_blank"><span>Burning Well</span></a></span></span></li>
<li><span style="-webkit-text-decorations-in-effect: underline; text-decoration: underline;"><span><a title="Buzz Net" href="http://www.buzznet.com/"><span>Buzz Net</span></a></span></span></li>
<li><span style="-webkit-text-decorations-in-effect: underline; text-decoration: underline;"><span><a title="Cepolina" href="http://www.cepolina.com/freephoto/"><span>Cepolina</span></a></span></span></li>
<li><span style="-webkit-text-decorations-in-effect: underline; text-decoration: underline;"><span><a href="http://gimp-savvy.com/PHOTO-ARCHIVE/" target="_blank"><span>Copyright Free Photo Archive</span></a></span></span></li>
<li><span style="-webkit-text-decorations-in-effect: underline; text-decoration: underline;"><span><a href="http://www.creatingonline.com/stock_photos/" target="_blank"><span>Creating Online</span></a></span></span></li>
<li><span style="-webkit-text-decorations-in-effect: underline; text-decoration: underline;"><span><a href="http://search.creativecommons.org/"><span>Creative Commons Image Search</span></a></span></span></li>
<li><span style="-webkit-text-decorations-in-effect: underline; text-decoration: underline;"><span><a title="Cromavista" href="http://cromavista.ricardomartin.info/"><span>Cromavista</span></a></span></span></li>
<li><span style="-webkit-text-decorations-in-effect: underline; text-decoration: underline;"><span><a title="Demny Onink" href="http://www.demmy.nl/fotostock_0001.html"><span>Demny Onink</span></a></span></span></li>
<li><span style="-webkit-text-decorations-in-effect: underline; text-decoration: underline;"><span><a title="Design Packs Photos" href="http://www.designpacks.com/"><span>Design Packs Photos</span></a></span></span></li>
<li><span style="-webkit-text-decorations-in-effect: underline; text-decoration: underline;"><span><a title="DeviantArt" href="http://stockart.deviantart.com/"><span>DeviantArt</span></a></span></span></li>
<li><span style="-webkit-text-decorations-in-effect: underline; text-decoration: underline;"><span><a href="http://gallery.hd.org/index.jsp" target="_blank"><span>DHD Multimedia Gallery</span></a></span></span></li>
<li><span style="-webkit-text-decorations-in-effect: underline; text-decoration: underline;"><span><a title="Flickr" href="http://www.flickr.com/"><span>Flickr</span></a></span></span></li>
<li><span style="-webkit-text-decorations-in-effect: underline; text-decoration: underline;"><span><a title="Fontplay" href="http://www.fontplay.com/freephotos/"><span>Fontplay Free Photos</span></a></span></span></li>
<li><span style="-webkit-text-decorations-in-effect: underline; text-decoration: underline;"><span><a title="Fotodatebank" href="http://www.fotodatenbank.com/"><span>Fotodatebank</span></a></span></span></li>
<li><span style="-webkit-text-decorations-in-effect: underline; text-decoration: underline;"><span><a title="Fotogenica" href="http://www.fotogenika.net/modifica/igallery.asp"><span>Fotogenica</span></a></span></span></li>
<li><span style="-webkit-text-decorations-in-effect: underline; text-decoration: underline;"><span><a title="fotolia" href="http://www.fotolia.com/"><span>Fotolia</span></a></span></span></li>
<li><span style="-webkit-text-decorations-in-effect: underline; text-decoration: underline;"><span><a href="http://www.freedigitalphotos.net/" target="_blank"><span>Free Digital Photos</span></a></span></span></li>
<li><span style="-webkit-text-decorations-in-effect: underline; text-decoration: underline;"><span><a title="Free Foto" href="http://www.freefoto.com/index.jsp"><span>Free Foto</span></a></span></span></li>
<li><span style="-webkit-text-decorations-in-effect: underline; text-decoration: underline;"><span><a href="http://www.freeimages.co.uk/" target="_blank"><span>Free Images and Stock Photos</span></a></span></span></li>
<li><span style="-webkit-text-decorations-in-effect: underline; text-decoration: underline;"><span><a title="Free Images UK" href="http://www.freeimages.co.uk/"><span>Free Images UK</span></a></span></span></li>
<li><span style="-webkit-text-decorations-in-effect: underline; text-decoration: underline;"><span><a title="Free Media Goo" href="http://www.freemediagoo.com/"><span>Free Media Goo</span></a></span></span></li>
<li><span style="-webkit-text-decorations-in-effect: underline; text-decoration: underline;"><span><a title="Free Photo Station" href="http://www.freephotostation.com/"><span>Free Photo Station</span></a></span></span></li>
<li><span style="-webkit-text-decorations-in-effect: underline; text-decoration: underline;"><span><a href="http://www.free-photographs.net/" target="_blank"><span>Free Photographs</span></a></span></span></li>
<li><span style="-webkit-text-decorations-in-effect: underline; text-decoration: underline;"><span><a href="http://www.freephotosbank.com/" target="_blank"><span>Free Photos Bank</span></a></span></span></li>
<li><span style="-webkit-text-decorations-in-effect: underline; text-decoration: underline;"><span><a title="Free Stock Photos" href="http://freestockphotos.com/"><span>Free Stock Photos</span></a></span></span></li>
<li><span style="-webkit-text-decorations-in-effect: underline; text-decoration: underline;"><span><a title="Freewebpics" href="http://www.freewebpics.de/"><span>Freewebpics</span></a></span></span></li>
<li><span style="-webkit-text-decorations-in-effect: underline; text-decoration: underline;"><span><a href="http://fromoldbooks.org/" target="_blank"><span>From Old Books</span></a></span></span></li>
<li><span style="-webkit-text-decorations-in-effect: underline; text-decoration: underline;"><span><a title="Geek Philosopher" href="http://www.geekphilosopher.com/MainPage/photos.htm"><span>Geek Philosopher</span></a></span></span></li>
<li><span style="-webkit-text-decorations-in-effect: underline; text-decoration: underline;"><span><a title="Getty Images - Royalty Free Images" href="http://creative.gettyimages.com/source/frontdoor/DefaultRfLanding.aspx"><span>Getty Images &#8211; Royalty Free Images</span></a></span></span></li>
<li><span style="-webkit-text-decorations-in-effect: underline; text-decoration: underline;"><span><a title="Image After" href="http://www.imageafter.com/"><span>Image After</span></a></span></span></li>
<li><span style="-webkit-text-decorations-in-effect: underline; text-decoration: underline;"><span><a title="Image Base" href="http://davidniblack.com/imagebase/"><span>Image Base</span></a></span></span></li>
<li><span style="-webkit-text-decorations-in-effect: underline; text-decoration: underline;"><span><a title="Image Blowout" href="http://imageblowout.com/xoops/"><span>Image Blowout</span></a></span></span></li>
<li><span style="-webkit-text-decorations-in-effect: underline; text-decoration: underline;"><span><a title="ImageTemple" href="http://www.imagetemple.com/"><span>ImageTemple</span></a></span></span></li>
<li><span style="-webkit-text-decorations-in-effect: underline; text-decoration: underline;"><span><a title="iStockphoto" href="http://www.istockphoto.com/index.php"><span>iStockphoto</span></a></span></span></li>
<li><span style="-webkit-text-decorations-in-effect: underline; text-decoration: underline;"><span><a title="Lightmatter" href="http://www.lightmatter.net/gallery/"><span>Lightmatter</span></a></span></span></li>
<li><span style="-webkit-text-decorations-in-effect: underline; text-decoration: underline;"><span><a title="Litetek" href="http://www.litetek.net/backgrounds/"><span>Litetek</span></a></span></span></li>
<li><span style="-webkit-text-decorations-in-effect: underline; text-decoration: underline;"><span><a title="LogoDesignweb" href="http://www.logodesignweb.com/stockphoto/"><span>LogoDesignweb</span></a></span></span></li>
<li><span style="-webkit-text-decorations-in-effect: underline; text-decoration: underline;"><span><a href="http://build.tripod.lycos.com/imagebrowser/photos/index.html" target="_blank"><span>Lycos Image Gallery</span></a></span></span></li>
<li><span style="-webkit-text-decorations-in-effect: underline; text-decoration: underline;"><span><a href="http://majesticimagery.com/" target="_blank"><span>Majestic Imagery</span></a></span></span></li>
<li><span style="-webkit-text-decorations-in-effect: underline; text-decoration: underline;"><span><a title="Mayang" href="http://www.mayang.com/textures/"><span>Mayang</span></a></span></span></li>
<li><span style="-webkit-text-decorations-in-effect: underline; text-decoration: underline;"><span><a title="Morgue File - Free Photographs" href="http://www.morguefile.com/"><span>Morgue File</span></a></span></span></li>
<li><span style="-webkit-text-decorations-in-effect: underline; text-decoration: underline;"><span><a title="NWYH Stock Images" href="http://www.nwyhstockimages.com/default.aspx"><span>NWYH Stock Images</span></a></span></span></li>
<li><span style="-webkit-text-decorations-in-effect: underline; text-decoration: underline;"><span><a title="Open Photo" href="http://www.openphoto.net/"><span>Open Photo</span></a></span></span></li>
<li><span style="-webkit-text-decorations-in-effect: underline; text-decoration: underline;"><span><a title="Orangetrash" href="http://orangetrash.d2.hu/index2.html"><span>Orangetrash</span></a></span></span></li>
<li><span style="-webkit-text-decorations-in-effect: underline; text-decoration: underline;"><span><a title="Our Media" href="http://www.ourmedia.org/"><span>Our Media</span></a></span></span></li>
<li><span style="-webkit-text-decorations-in-effect: underline; text-decoration: underline;"><span><a href="http://pdphoto.org/" target="_blank"><span>PD Photo</span></a></span></span></li>
<li><span style="-webkit-text-decorations-in-effect: underline; text-decoration: underline;"><span><a href="http://www.photorogue.com/" target="_blank"><span>Photo Rogue</span></a></span></span></li>
<li><span style="-webkit-text-decorations-in-effect: underline; text-decoration: underline;"><span><a href="http://www.photocase.com/" target="_blank"><span>PhotoCase</span></a></span></span></li>
<li><span style="-webkit-text-decorations-in-effect: underline; text-decoration: underline;"><span><a href="http://www.pics4learning.com/" target="_blank"><span>Pics4Learning</span></a></span></span></li>
<li><span style="-webkit-text-decorations-in-effect: underline; text-decoration: underline;"><span><a href="http://www.picturestation.net/start/" target="_blank"><span>Picture Station</span></a></span></span></li>
<li><span style="-webkit-text-decorations-in-effect: underline; text-decoration: underline;"><span><a title="Piotrpix" href="http://www.piotrpix.com/"><span>Piotrpix</span></a></span></span></li>
<li><span style="-webkit-text-decorations-in-effect: underline; text-decoration: underline;"><span><a title="PIX" href="http://pix.halal.dk/"><span>PIX</span></a></span></span></li>
<li><span style="-webkit-text-decorations-in-effect: underline; text-decoration: underline;"><span><a href="http://www.pixelperfectdigital.com/" target="_blank"><span>Pixel Perfect Digital</span></a></span></span></li>
<li><span style="-webkit-text-decorations-in-effect: underline; text-decoration: underline;"><span><a href="http://www.pixelbag.de/" target="_blank"><span>PixelBag</span></a></span></span></li>
<li><span style="-webkit-text-decorations-in-effect: underline; text-decoration: underline;"><span><a title="Pixelquelle" href="http://www.pixelquelle.de/"><span>Pixelquelle</span></a></span></span></li>
<li><span style="-webkit-text-decorations-in-effect: underline; text-decoration: underline;"><span><a title="Stock Exchange - Free Photographs" href="http://sxc.hu/"><span>Stock Exchange</span></a></span></span></li>
<li><span style="-webkit-text-decorations-in-effect: underline; text-decoration: underline;"><span><a title="Stock Vault" href="http://www.stockvault.net/"><span>Stock Vault</span></a></span></span></li>
<li><span style="-webkit-text-decorations-in-effect: underline; text-decoration: underline;"><span><a title="Stock.Xchng" href="http://www.sxc.hu/"><span>Stock.Xchng</span></a></span></span></li>
<li><span style="-webkit-text-decorations-in-effect: underline; text-decoration: underline;"><span><a title="The Photo Repository" href="http://www.pyed.net/eye/"><span>The Photo Repository</span></a></span></span></li>
<li><span style="-webkit-text-decorations-in-effect: underline; text-decoration: underline;"><span><a title="tOfz" href="http://tofz.org/"><span>tOfz</span></a></span></span></li>
<li><span style="-webkit-text-decorations-in-effect: underline; text-decoration: underline;"><span><a title="Triparalbum" href="http://www.tripalbum.net/"><span>Triparalbum</span></a></span></span></li>
<li><span style="-webkit-text-decorations-in-effect: underline; text-decoration: underline;"><span><a title="Truly Free Stock" href="http://www.trulyfreestock.com/"><span>Truly Free Stock</span></a></span></span></li>
<li><span style="-webkit-text-decorations-in-effect: underline; text-decoration: underline;"><span><a title="Twice Pix" href="http://www.twicepix.net/imgdatabase/"><span>Twice Pix</span></a></span></span></li>
<li><span style="-webkit-text-decorations-in-effect: underline; text-decoration: underline;"><span><a title="Unprofound" href="http://www.unprofound.com/"><span>Unprofound</span></a></span></span></li>
<li><span style="-webkit-text-decorations-in-effect: underline; text-decoration: underline;"><span><a href="http://www.visipix.com/index_hidden.htm" target="_blank"><span>Visipix</span></a></span></span></li>
<li><span style="-webkit-text-decorations-in-effect: underline; text-decoration: underline;"><span><a href="http://www.woophy.com/" target="_blank"><span>Woophy</span></a></span></span></li>
<li><span style="-webkit-text-decorations-in-effect: underline; text-decoration: underline;"><span><a href="http://www.nps.gov/yell/press/images/" target="_blank"><span>Yellowstone National Park</span></a></span></span></li>
<li><span style="-webkit-text-decorations-in-effect: underline; text-decoration: underline;"><span><a title="YotoPhoto" href="http://www.yotophoto.com/"><span>YotoPhoto</span></a></span></span></li>
</ul>
<p><br/><b>Related Posts</b>
<ul>
<li><a href="http://www.rockfuse.com/blog/making-money-and-saving-money-running-a-photo-blog" rel="bookmark" title="October 6, 2008">Making Money and Saving Money Running a Photo Blog</a></li>
<li><a href="http://www.rockfuse.com/blog/how-to-make-your-blog-load-faster-part-2-optimizing-css-javascript-and-images" rel="bookmark" title="July 20, 2008">How to make your blog load faster &#8211; PART 2 &#8211; Optimizing CSS, JavaScript and Images</a></li>
<li><a href="http://www.rockfuse.com/blog/how-to-get-free-images-for-your-blog-posts-legally-in-a-few-seconds" rel="bookmark" title="July 4, 2008">How to get free images for your blog posts legally in a few seconds</a></li>
<li><a href="http://www.rockfuse.com/blog/what-is-a-favicon-why-you-need-it-and-how-to-add-one-to-your-blog" rel="bookmark" title="May 25, 2008">What is a Favicon, Why you need it, and How to add one to your blog&#8230;</a></li>
<li><a href="http://www.rockfuse.com/blog/microsoft-creating-the-ultimate-flickr-you-tube" rel="bookmark" title="November 12, 2007">Microsoft creating the ultimate &#8216;Flickr + You Tube&#8217;</a></li>
</ul>
<p><!-- Similar Posts took 2.987 ms --></p>]]></content:encoded>
			<wfw:commentRss>http://www.rockfuse.com/blog/41-places-to-find-free-images-to-your-blog-or-web-site/feed</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Bloggers! Do you pay attention to your &#8220;Content Accessibility&#8221;?</title>
		<link>http://www.rockfuse.com/blog/bloggers-content-accessibility</link>
		<comments>http://www.rockfuse.com/blog/bloggers-content-accessibility#comments</comments>
		<pubDate>Tue, 28 Oct 2008 14:42:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blogging Tips]]></category>
		<category><![CDATA[blog posts]]></category>
		<category><![CDATA[content accessibility]]></category>
		<category><![CDATA[Content Writing]]></category>
		<category><![CDATA[expose content]]></category>

		<guid isPermaLink="false">http://www.rockfuse.com/blog/?p=624</guid>
		<description><![CDATA[Most of us are masters of writing what we know and what we don&#8217;t know. That&#8217;s why some of us make  a living out of it, right? But have you ever considered the possibility that the potential of your great content is limited just because you don&#8217;t tend to pay much attention to the simple [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.rockfuse.com/blog/wp-content/uploads/2008/10/357884708_87e4f9f7be_m.jpg"><img class="size-full wp-image-625 alignleft" style="border: 0pt none; padding: 0pt 5px 5px 0pt;" title="357884708_87e4f9f7be_m" src="http://www.rockfuse.com/blog/wp-content/uploads/2008/10/357884708_87e4f9f7be_m.jpg" alt="" width="160" height="240" /></a>Most of us are masters of writing what we know and what we don&#8217;t know. That&#8217;s why some of us make  a living out of it, right? But have you ever considered the possibility that the potential of your great content is limited just because you don&#8217;t tend to pay much attention to the simple thing called &#8220;Content Accessibility&#8221;?</p>
<p>If you&#8217;ve never heard of the term, well, I don&#8217;t blame you. Just for the record, it&#8217;s the simple process of making sure that the better part of your content can be accessed by the poeople who refer to your blog.</p>
<p>The point I&#8217;m getting onto is that writing great content is only half the job. The other half consists of promoting that content and making it accessible.</p>
<h3>What&#8217;s the difference between promotion and accessibility?</h3>
<p>Simply said, promoting your content will bring your great blog post exposure within the time that it was published. Accessibility makes sure it continues to get some exposure (not as much as it used to, though) even after it&#8217;s published.</p>
<p>Let me take you through this process by a few practical examples that I employ.</p>
<ul>
<li>It&#8217;s almost a cliche saying that you must have &#8220;Popular Posts&#8221; in your blog, because everyone does it now. But how many of you actually edit them to reflect on your blog content? Face it. Sometimes, the content on the top aren&#8217;t the most enlightening. If you&#8217;re really sure that you have better content in your blog that didn&#8217;t receive the exposure it deserved, don&#8217;t forget to push the numbers. It&#8217;s a bit shady, but after all, you must not forget that <em>it&#8217;s your blog</em>.</li>
<li>Making your blog categories more accessible and promoting them more prominently can give your old blog posts continued exposure. There&#8217;s a ton of ways you can do this. Be innovative &#8211; capture the visitor! For the record, I do this by having the categories up on my blog header.</li>
<li>Creating good archives can really tighten the lasso on those curious visitors of yours. I use an <a href="http://www.idunzo.com/projects/clean-archives/" target="_blank">ajax plugin</a> for this purpose, which effectively organizes my archives for easy access. <a href="http://www.rockfuse.com/blog/archives" target="_blank">Take a look</a> at it if you already haven&#8217;t.</li>
<li>One thing that we bloggers are really lazy to do is to find old posts and interlink them with the new posts. But it&#8217;s worth the effort I tell ya. It would make sure that when your new post goes double platinum, your old post would at least go platinum. So in that way, interlinking your posts will make sure your blog will go triple platinum instead double <img src='http://www.rockfuse.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </li>
</ul>
<p>Tags: <a rel="tag" href="http://technorati.com/tag/content+writing">content writing</a> <a rel="tag" href="http://technorati.com/tag/content+accessibility">content accessibility</a> <a rel="tag" href="http://technorati.com/tag/expose+content">expose content</a> <a rel="tag" href="http://technorati.com/tag/blog+posts">blog posts</a><br/><b>Related Posts</b>
<ul>
<li><a href="http://www.rockfuse.com/blog/blog-traffic-timeless-content-creation" rel="bookmark" title="August 21, 2008">How to grow your blog traffic with Timeless Content Creation</a></li>
<li><a href="http://www.rockfuse.com/blog/optimize-blog-design-more-subscribers" rel="bookmark" title="September 18, 2008">How you can Optimize your Blog Design to get more Subscribers</a></li>
<li><a href="http://www.rockfuse.com/blog/how-to-add-adsense-code-to-the-middle-of-every-blog-post-within-5-minutes-automatically" rel="bookmark" title="August 2, 2008">How to add AdSense Code to the middle of every Blog Post within 5 minutes, automatically!</a></li>
<li><a href="http://www.rockfuse.com/blog/4-common-misconceptions-of-the-blogosphere-that-will-ruin-your-blogging" rel="bookmark" title="April 9, 2008">4 common misconceptions of the blogosphere that will RUIN your blogging</a></li>
<li><a href="http://www.rockfuse.com/blog/on-what-do-you-blog-desktop-publishing-software-for-bloggers" rel="bookmark" title="April 14, 2008">On what do you blog? &#8211; Desktop Publishing Software for Bloggers</a></li>
</ul>
<p><!-- Similar Posts took 3.006 ms --></p>]]></content:encoded>
			<wfw:commentRss>http://www.rockfuse.com/blog/bloggers-content-accessibility/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Does updating your blog more give you more visitors?</title>
		<link>http://www.rockfuse.com/blog/updating-blog-more-visitors</link>
		<comments>http://www.rockfuse.com/blog/updating-blog-more-visitors#comments</comments>
		<pubDate>Mon, 22 Sep 2008 15:36:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blogging Tips]]></category>
		<category><![CDATA[blog traffic]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[posting frequency]]></category>
		<category><![CDATA[posting more]]></category>
		<category><![CDATA[update blog]]></category>

		<guid isPermaLink="false">http://www.rockfuse.com/blog/?p=604</guid>
		<description><![CDATA[I always wondered about this. And as any of you would think, I went for the seemingly obvious answer. That was of course before I tried investigating it myself. So did I change my perception about the whole thing? Did I end up with the conclusion that I was wrong? Well., to sum up my [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.rockfuse.com/blog/wp-content/uploads/2008/09/2241923654_b2641bdfb9_m.jpg"><img class="alignright size-full wp-image-605" title="2241923654_b2641bdfb9_m" src="http://www.rockfuse.com/blog/wp-content/uploads/2008/09/2241923654_b2641bdfb9_m.jpg" alt="" width="240" height="160" /></a>I always wondered about this. And as any of you would think, I went for the seemingly obvious answer. That was of course before I tried investigating it myself. So did I change my perception about the whole thing? Did I end up with the conclusion that I was wrong? Well., to sum up my stand on this I would put it up this way.</p>
<blockquote><p>Posting more definitely gives you more visitors, but it&#8217;s up to you to find out whether it&#8217;s worth the effort.</p></blockquote>
<p>Before justifying my stand on this, let me tell you why posting more gives you more visitors.,</p>
<p>By posting more you&#8217;re creating content and the more content you have, more search engine traffic you will get. But it&#8217;s always not the best way to get traffic. Simply because, without doing sufficient seo, you&#8217;re not going to get much out of it at all. And creating good, quality content takes time, which can probably hinder your potential.</p>
<p>What if you can simply cut down your posting frequency and try promoting your content more prominently?</p>
<p>Let me give you a real life example. I used to post six or more times per week sometime before. My goal was to create as much content as possible. As a result I was putting aside good number of hours for this blog alone. But with time, I changed this approach and concentrated on creating content whenever I felt like I had something important to share. And I put that leftover time and used it to do more seo and social media promotion.</p>
<p>As the result, I&#8217;ve steadily improved my traffic and I did it within a fraction of the time that I used to commit to this blog, earlier than this.</p>
<p>But ultimately it all comes down to you. Like I said you should decide for yourself just how much is too much. Think about it and you just might save some of your valuable time.</p>
<p>Technorati Tags: <a rel="tag" href="http://technorati.com/tag/posting+more">posting more</a> <a rel="tag" href="http://technorati.com/tag/blog+traffic">blog traffic</a> <a rel="tag" href="http://technorati.com/tag/posting+frequency">posting frequency</a> <a rel="tag" href="http://technorati.com/tag/update+blog">update blog</a> <a rel="tag" href="http://technorati.com/tag/blogging">blogging</a><br/><b>Related Posts</b>
<ul>
<li><a href="http://www.rockfuse.com/blog/kick-starting-a-blog-in-50-days-secrets-revealed-part-1" rel="bookmark" title="April 6, 2008">Kick starting a blog in 50 days &#8211; secrets revealed! &#8211; Part 1</a></li>
<li><a href="http://www.rockfuse.com/blog/what-trace-adkins-taught-me-about-blogging" rel="bookmark" title="May 19, 2008">What Trace Adkins taught me about blogging</a></li>
<li><a href="http://www.rockfuse.com/blog/what-to-do-when-your-blog-doesnt-move-on" rel="bookmark" title="February 27, 2008">What to do when your blog doesn&#8217;t move on</a></li>
<li><a href="http://www.rockfuse.com/blog/blogging-tip-write-timeless-content" rel="bookmark" title="September 20, 2007">Blogging tip: Write timeless content!</a></li>
<li><a href="http://www.rockfuse.com/blog/traffic-spikes-dont-matter" rel="bookmark" title="March 17, 2008">Traffic spikes don&#8217;t matter!</a></li>
</ul>
<p><!-- Similar Posts took 2.886 ms --></p>]]></content:encoded>
			<wfw:commentRss>http://www.rockfuse.com/blog/updating-blog-more-visitors/feed</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Technorati Tag Generator</title>
		<link>http://www.rockfuse.com/blog/technorati-tag-generator</link>
		<comments>http://www.rockfuse.com/blog/technorati-tag-generator#comments</comments>
		<pubDate>Mon, 15 Sep 2008 18:20:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blogging Tools]]></category>
		<category><![CDATA[tagging]]></category>
		<category><![CDATA[technorati]]></category>
		<category><![CDATA[technorati tag generator]]></category>

		<guid isPermaLink="false">http://www.rockfuse.com/blog/?p=577</guid>
		<description><![CDATA[This weekend, I took some time to develop a tool which I think most of you will find very useful on a day-today basis. Yeap! It&#8217;s the Technorati Tag Generator. Just specify the Tags you want you blog post to be tagged with and the Technorati Tag Generator will output a HTML code which you [...]]]></description>
			<content:encoded><![CDATA[<p>This weekend, I took some time to develop a tool which I think most of you will find very useful on a day-today basis. Yeap! It&#8217;s the Technorati Tag Generator. Just specify the Tags you want you blog post to be tagged with and the Technorati Tag Generator will output a HTML code which you can copy/paste at the end of your blog posts.</p>
<p>This will make Technorati index your page under specific topics. And you&#8217;ll be entitled to a piece of Technorati&#8217;s huge search traffic, depending on the &#8216;hotness&#8217; of you post.</p>
<p><strong>Feel free to Bookmark This Page and generate Technorati Tags whenever you publish a blog post.</strong><br />
<a class="a2a_dd" onmouseover="a2a_show_dropdown(this)" onmouseout="a2a_onMouseOut_delay()" href="http://www.addtoany.com/share_save"><img src="http://static.addtoany.com/buttons/share_save_256_24.gif" border="0" alt="Share/Save/Bookmark" width="256" height="24" /></a><script type="text/javascript"><!--
a2a_linkname=document.title;a2a_linkurl=location.href;
// --></script><script src="http://static.addtoany.com/menu/page.js" type="text/javascript"></script></p>
<p></br>
<p><iframe name="I1" width="555" height="344" marginwidth="1" marginheight="1" border="0" frameborder="0" src="http://www.rockfuse.com/blog/technorati-tag-generator.php"><br />
</iframe></p>
<h3>Why should I use Technorati Tag Generator?</h3>
<ul>
<li> Technorati is still one of the most sought after blog search engines. Using tags will help Technorati visitors find your blog posts.</li>
<li>Free backlinks from Technorati! You heard me! Certain Technorati tag pages get indexed by Google. And when they do, if your page is tagged with the tag of that page, you&#8217;ll get a backlink to your site from a &#8216;considered important&#8217; site by Google.</li>
<li>If you&#8217;re a news blogger, with a bit of luck, your relevant content might find it easier to get into the Technorati&#8217;s frontpage, if you use tags!</li>
</ul>
<p>Note to my Subscribers: Some of your feed readers may not be able to display the above tool which allows you to generate Technorati tags. If so, please <a href="http://www.rockfuse.com/blog/technorati-tag-generator">visit this page</a> and bookmark it.</p>
<p>Technorati Tags: <a href=http://technorati.com/tag/technorati+tag+generator rel=tag>technorati tag generator</a> <a href=http://technorati.com/tag/technorati rel=tag>technorati</a> <a href=http://technorati.com/tag/tagging rel=tag>tagging</a> <br/><b>Related Posts</b>
<ul>
<li><a href="http://www.rockfuse.com/blog/google-webmaster-tools-%e2%80%93-making-life-easier-for-bloggers" rel="bookmark" title="October 19, 2007">Google Webmaster Tools – making life easier for bloggers!</a></li>
<li><a href="http://www.rockfuse.com/blog/have-you-looked-at-your-blog-through-the-spiders-eye" rel="bookmark" title="February 21, 2008">Have you looked at your blog through the spider&#8217;s eye?</a></li>
<li><a href="http://www.rockfuse.com/blog/how-to-get-free-images-for-your-blog-posts-legally-in-a-few-seconds" rel="bookmark" title="July 4, 2008">How to get free images for your blog posts legally in a few seconds</a></li>
<li><a href="http://www.rockfuse.com/blog/how-to-engage-in-effective-forum-marketing-to-promote-your-blog" rel="bookmark" title="August 7, 2008">How to engage in effective forum marketing to promote your blog.</a></li>
<li><a href="http://www.rockfuse.com/blog/5-four-minute-killer-seo-tweaks-that-90-of-bloggers-ignore" rel="bookmark" title="August 13, 2008">5 four-minute killer SEO tweaks that 90% of bloggers ignore</a></li>
</ul>
<p><!-- Similar Posts took 2.960 ms --></p>]]></content:encoded>
			<wfw:commentRss>http://www.rockfuse.com/blog/technorati-tag-generator/feed</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
	</channel>
</rss>
