<?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; Blog Design</title>
	<atom:link href="http://www.rockfuse.com/blog/category/blogging/blog-design-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.863 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>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.974 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>How a simple CMS element in your Wordpress blog can increase your Page Views</title>
		<link>http://www.rockfuse.com/blog/how-a-simple-cms-element-in-your-wordpress-blog-can-increase-your-page-views</link>
		<comments>http://www.rockfuse.com/blog/how-a-simple-cms-element-in-your-wordpress-blog-can-increase-your-page-views#comments</comments>
		<pubDate>Mon, 14 Jul 2008 08:53:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog Design]]></category>

		<guid isPermaLink="false">http://www.rockfuse.com/blog/how-a-simple-cms-element-in-your-wordpress-blog-can-increase-your-page-views</guid>
		<description><![CDATA[ A Wordpress blog is unquestionably the ultimate free CMS (content management system), that one could get his/her hands on. But however, Wordpress is made to be used by systems that gets updated more frequently than others. So,&#160; the ultimate downfall, as I see in Wordpress is that it&#8217;s relatively harder to highlight the content [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin: 0px 3px 3px 0px" height="200" alt="How a simple CMS element in your Wordpress blog can increase your Page Views" src="http://www.rockfuse.com/blog/wp-content/uploads/2008/07/windowslivewritersimplecmselementsinawordpressblogcanincr-97871794530137-043243b929-m-59678f79-a2ad-4f61-8ced-ffbc75433317.jpg" width="200" align="left" border="0"> A Wordpress blog is unquestionably the ultimate free CMS (content management system), that one could get his/her hands on. But however, Wordpress is made to be used by systems that gets updated more frequently than others. So,&nbsp; the ultimate downfall, as I see in Wordpress is that it&#8217;s relatively harder to highlight the content that had been published in the past.</p>
<p>If there are posts that people could gain something from, despite of the date which they had been published on, people will read them. News themes like Revolution really had understood this and they display categories as the main navigation in the blog header. This leads a user directly to a category that he/she is interested in, therefore, leading targeted readers to targeted content, in the most efficient way possible.</p>
<p>For an instance, if a person visits my blog by accident from a social network like StumbleUpon, and if he/she is interested in Social Media, she can directly click through to the &#8220;Social Media&#8221; section, and check out the latest published Social Media articles. That would give more use of my blog to that user, than a scenario where he/she could find one social media article from the latest published posts.</p>
<p>Most of us think that merely displaying categories in the sidebar could get things done. True! If you have around 10-12 categories and you could place them higher on the sidebar. But, the most effective way to do is to lay your categories out in the header, where most of the people will look for navigation.</p>
<p>That&#8217;s why Wordpress news themes harness more page views than typical Wordpress themes. If you can tweak your existing theme to display your most important categories in the header, that could really work well for you. It&#8217;s important to pick the most important ones because usually, we tend to have more that 20 categories in established blogs.</p>
<p>Although news themes come packed with this feature, most of the time, the tweaking will have to be done manually. I had to edit my blog header through a HTML editor to do it. But, there are a few ways in displaying your categories like a typical CMS (horizontally in the header), through advanced Wordpress tweaks. But, you might not want to display all your categories there, which is why it&#8217;s better to use a HTML editor and design it manually.</p>
<p>Since implementing that on ROCKFUSE, I&#8217;ve seen really good results. To make a long story short, More exposure to your content = more page views = more convinced readers = more subscribers. Just thought of sharing this with you since, it&#8217;s an effective way of harnessing the most of what you get, blog-traffic-wise. </p>
<div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:0388fffe-6c2e-465f-b6b7-9b76cb23e6c3" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px">Technorati Tags: <a href="http://technorati.com/tags/Wordpress" rel="tag">Wordpress</a>,<a href="http://technorati.com/tags/Design" rel="tag">Design</a>,<a href="http://technorati.com/tags/CMS" rel="tag">CMS</a>,<a href="http://technorati.com/tags/Blog%20Header" rel="tag">Blog Header</a>,<a href="http://technorati.com/tags/Page%20Views" rel="tag">Page Views</a>,<a href="http://technorati.com/tags/Blog%20Traffic" rel="tag">Blog Traffic</a>,<a href="http://technorati.com/tags/Themes" rel="tag">Themes</a></div>
<p><br/><b>Related Posts</b>
<ul>
<li><a href="http://www.rockfuse.com/blog/simple-ways-to-find-out-what-your-readers-want-you-to-write-about" rel="bookmark" title="August 11, 2008">Simple ways to find out what your readers want you to write about</a></li>
<li><a href="http://www.rockfuse.com/blog/how-to-keep-people-glued-to-your-blog" rel="bookmark" title="October 1, 2007">How to keep people glued to your blog!</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/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/blog-traffic-timeless-content-creation" rel="bookmark" title="August 21, 2008">How to grow your blog traffic with Timeless Content Creation</a></li>
</ul>
<p><!-- Similar Posts took 2.909 ms --></p>]]></content:encoded>
			<wfw:commentRss>http://www.rockfuse.com/blog/how-a-simple-cms-element-in-your-wordpress-blog-can-increase-your-page-views/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>How to get free images for your blog posts legally in a few seconds</title>
		<link>http://www.rockfuse.com/blog/how-to-get-free-images-for-your-blog-posts-legally-in-a-few-seconds</link>
		<comments>http://www.rockfuse.com/blog/how-to-get-free-images-for-your-blog-posts-legally-in-a-few-seconds#comments</comments>
		<pubDate>Fri, 04 Jul 2008 05:30:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog Design]]></category>

		<guid isPermaLink="false">http://www.rockfuse.com/blog/how-to-get-free-images-for-your-blog-posts-legally-in-a-few-seconds</guid>
		<description><![CDATA[ Sometimes when I feel like I&#8217;ve got a few minutes to kill, I tend to go ahead and add a custom designed image to my blog post that I was currently working on. It&#8217;s not a necessity and I could&#8217;ve just inserted a few random pictures off the Google Image Search. But, in fact, [...]]]></description>
			<content:encoded><![CDATA[<p><img style="border-right: 0px; border-top: 0px; margin: 0px 3px 3px 0px; border-left: 0px; border-bottom: 0px" height="244" alt="Creative Commons" src="http://www.rockfuse.com/blog/wp-content/uploads/2008/07/windowslivewriter8aa6798fcca7-11bb0290630500-f75e08f3bc-m-cb249e23-235d-4b88-8256-558f84dfab2b.jpg" width="184" align="left" border="0"> Sometimes when I feel like I&#8217;ve got a few minutes to kill, I tend to go ahead and add a custom designed image to my blog post that I was currently working on. It&#8217;s not a necessity and I could&#8217;ve just inserted a few random pictures off the <a href="http://images.google.com" target="_blank">Google Image Search</a>. But, in fact, <strong>having your own custom made graphics give that post a sense of professionalism</strong> and sometimes, you could really get into trouble when you steal off other people&#8217;s pictures from Google Image Search.</p>
<p>The first and the most important thing to keep in mind is that just because it comes up in a Google Image Search, you just can not go ahead and freely use it in wherever you want. Why? It&#8217;s <strike>like</strike> stealing. Many of us do this and some of us get into trouble. It&#8217;s like copying and pasting someone&#8217;s content in our blog, without asking.</p>
<p>Usually, the workaround is to contact the owner of the site you want to get that specific picture from and ask for permission. But we both know that&#8217;s too much of a hassle.</p>
<p>So, what&#8217;s easier method? </p>
<p><a href="http://search.creativecommons.org/" target="_blank">Creative Commons Search</a> of course. Creative Commons organization lets you search for work that you can legally and freely obtain and manipulate without contacting the owner first. If you check <a href="http://search.creativecommons.org/" target="_blank">this search</a> out, you can find out that you can search for pictures within <a href="http://www.flickr.com" target="_blank">Flickr</a> that you can &#8220;use for commercial purposes&#8221;, and can &#8220;modify, adapt of build upon&#8221;.</p>
<p>If you intend to edit the images or manipulate them, you should in fact keep the &#8220;modify, adapt of build upon&#8221; option checked. If you&#8217;re using them directly for commercial purposes, such as your own designing work that you get paid for, or your advertisements, you should have the &#8220;use for commercial purposes&#8221;.</p>
<p>Flickr lets it&#8217;s users define CCs(Creative Commons) rights for their works. They can forbid anyone from using the pictures regardless of the purpose, allow it to be used for non-commercial purposes or just let whoever wants to edit it their way to edit it for whatever purpose. What CC Search does is go through these pictures and list them out for you.</p>
<p>So, when you feel like you need to use an image for your post, just go through these licensed images and take your pick. CC helps you find what you need in the most legal, and ethical manner.</p>
<div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:64551c6a-3445-45ca-9415-32f87d6157e5" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px">Technorati Tags: <a href="http://technorati.com/tags/Creative%20Commons" rel="tag">Creative Commons</a>,<a href="http://technorati.com/tags/Free%20Photos" rel="tag">Free Photos</a>,<a href="http://technorati.com/tags/Blogging" rel="tag">Blogging</a>,<a href="http://technorati.com/tags/Blog%20Posts" rel="tag">Blog Posts</a>,<a href="http://technorati.com/tags/Flickr" rel="tag">Flickr</a>,<a href="http://technorati.com/tags/Search" rel="tag">Search</a></div>
<p><br/><b>Related Posts</b>
<ul>
<li><a href="http://www.rockfuse.com/blog/41-places-to-find-free-images-to-your-blog-or-web-site" rel="bookmark" title="November 11, 2008">41 Places to find Free Images to your Blog or 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/microsoft-creating-the-ultimate-flickr-you-tube" rel="bookmark" title="November 12, 2007">Microsoft creating the ultimate &#8216;Flickr + You Tube&#8217;</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/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>
</ul>
<p><!-- Similar Posts took 2.984 ms --></p>]]></content:encoded>
			<wfw:commentRss>http://www.rockfuse.com/blog/how-to-get-free-images-for-your-blog-posts-legally-in-a-few-seconds/feed</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>5 things you must put &#8220;above the fold&#8221; in your blog.</title>
		<link>http://www.rockfuse.com/blog/5-things-you-must-put-above-the-fold-in-your-blog</link>
		<comments>http://www.rockfuse.com/blog/5-things-you-must-put-above-the-fold-in-your-blog#comments</comments>
		<pubDate>Mon, 03 Mar 2008 14:30:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog Design]]></category>

		<guid isPermaLink="false">http://www.rockfuse.com/blog/5-things-you-must-put-above-the-fold-in-your-blog/</guid>
		<description><![CDATA[ 
When you take a folded newspaper, what do you see first, even before unfolding? Everything that is visible even before the newspaper is unfolded is called &#8220;above the fold&#8221;. As for the whole purpose of it, something above the fold in the newspaper is to persuade the frequent browser to buy the paper. How [...]]]></description>
			<content:encoded><![CDATA[<p align="center"> <img src="http://www.rockfuse.com/blog/wp-content/uploads/2008/03/newpaper1.jpg" alt="newpaper1.jpg" /></p>
<p>When you take a folded newspaper, what do you see first, even before unfolding? <strong>Everything that is visible even before the newspaper is unfolded is called &#8220;above the fold&#8221;.</strong> As for the whole purpose of it, something above the fold in the newspaper is to persuade the frequent browser to buy the paper. How many times have you bought the newspaper just looking at the headline? I have to admit. <strong>Above the fold marketing, if exploited right, can be really powerful for newspapers and blogs alike.</strong> Newspapers, virtually run on above the fold advertising.</p>
<p>So how can we apply the same thing to a blog? Surely, blog doesn&#8217;t have a fold. But, like unfolding a newspaper, your visitors must scroll down. Like browsing in a newspaper stand for a good newspaper, your visitors browse through blogs. Like someone buying a newspaper because what&#8217;s above the fold is good, some will subscribe to your blog because your above the fold is good.</p>
<p>So today, we will see how you can improve your blog, by prioritizing the 5 things every blogger should put on their blogs, above the fold.</p>
<h3>Header &#8211; D&#8217;oh!</h3>
<p>Your header should be customized. Or at least, not the same thing as the free theme. If you are willing to customize your header a bit, please take these into consideration.<br />
Your header should promote your blog brand effectively. Your unique name that sets you apart from others. Also, try embedding something into the header that tells &#8216;em your blog is, well.. your blog! Something that will portray your blog&#8217;s personality.<br />
And also, if you have enough room, just try to have a few words describing what sets you apart from the other blogs, and why the visitor must subscribe to your blog.<br />
If you&#8217;ve got it all sorted out, good for you. And if you haven&#8217;t, again, good for you. Ha? Mindblogger is launching a blog competition tomorrow. And one of the prizes include a FREE customized blog header. So, keep tuned in for that.</p>
<h3>Something to feed on</h3>
<p>Yeap, this is a bit obvious too:) Make sure that your RSS Feed Chicklet or the link is there possibly with e-mail subscription options. Some people prefer to have the e-mail subscription link rather than the actual form. That might be alright if you&#8217;re out of room. But if you can find some room for that, that&#8217;d be room well occupied.</p>
<h3>A glimpse of your best</h3>
<p>Now here&#8217;s something that you haven&#8217;t heard before. Convincing someone to subscribe to your blog is like asking that person to buy something. Why should he or she, out of all the blogs in this world, subscribe to yours? or &#8216;buy&#8217; your content?<br />
If you&#8217;re stuck without an answer for this question, and if you&#8217;re a good blogger, your &#8220;Most Popular Posts&#8221; will save you! When someone sees the best that you have to offer and choose not to subscribe, there&#8217;s little that you can do to convince him or her otherwise.<br />
And having this above the fold, will instantly catch the &#8220;eye of the tiger&#8221;, and will do the convincing for you. So if you can do that, I can guarantee you&#8217;re going to see some good coming out of that.</p>
<h3>All your pretty squares</h3>
<p>Mind you, people will not scroll down to see your 125&#215;125 ads. Probably the only place to put your ads if you want to make some money would be the top of the sidebar. However, I wouldn&#8217;t recommend this to bloggers starting up. In fact, I wouldn&#8217;t advise them to monetize their blogs until they have hot significant figures in blog stats. 125&#215;125 is something that every blogger puts in his or her blog. But not many bloggers get something out of.</p>
<h3>Something niche-specific</h3>
<p>Except for the above 4 things, there&#8217;s something else that I can&#8217;t be specific about, that should be decided by you, for you. Something niche-specific that will help convey your message to the visitor. Something that says &#8220;I&#8217;m at top of my game!&#8221;. If you&#8217;re running a personal blog, probably an &#8220;About me&#8221; widget. If you&#8217;re blogging about business, then probably an &#8220;About this blog&#8221; widget. Photography blog &#8211; thumbnails of &#8220;My best photos of all time&#8221; widget. You get the idea. It&#8217;s your call. Portray your confidence through your blog. Success will inevitably follow.</p>
<p>So, just try to develop your own code of conduct and see whether your blog stats do any good. Experimenting is the key. Something that will work for another blog, might be completely useless for you. That&#8217;s why I always say &#8220;You cannot replicate another blogger&#8217;s success&#8221;. <strong>If you got your own &#8220;Above the fold&#8221; ideas, let me know. Might do a follow-up on this post in near-future, and I just might publish your ideas as well, with some link love and credits of course&#8230;</strong> So, comment away!<br/><b>Related Posts</b>
<ul>
<li><a href="http://www.rockfuse.com/blog/1650-free-ecs-a-free-blog-header-12-free-ads-contest-every-blogger-can-enter" rel="bookmark" title="March 4, 2008">1650 FREE ECs + a FREE Blog Header + 12 FREE Ads Contest &#8211; Every blogger can enter!</a></li>
<li><a href="http://www.rockfuse.com/blog/your-complete-guide-to-rss-%e2%80%93-part-5-%e2%80%93-do-you-make-these-rss-mistakes" rel="bookmark" title="October 15, 2007">Your complete guide to RSS – Part 5 – Do you make these RSS mistakes?</a></li>
<li><a href="http://www.rockfuse.com/blog/blogcatalog-offers-the-coolest-social-news-widget" rel="bookmark" title="March 10, 2008">BlogCatalog offers the coolest Social News Widget</a></li>
<li><a href="http://www.rockfuse.com/blog/10-second-entry-blog-contest-worth-over-130" rel="bookmark" title="March 24, 2008">10-Second-entry blog contest worth over $250!</a></li>
<li><a href="http://www.rockfuse.com/blog/lijit-its-more-than-just-a-search" rel="bookmark" title="May 30, 2008">Lijit &#8211; it&#8217;s more than just a search!</a></li>
</ul>
<p><!-- Similar Posts took 3.061 ms --></p>]]></content:encoded>
			<wfw:commentRss>http://www.rockfuse.com/blog/5-things-you-must-put-above-the-fold-in-your-blog/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Your blog header could do wonders for you!</title>
		<link>http://www.rockfuse.com/blog/your-blog-header-could-do-wonders-for-you</link>
		<comments>http://www.rockfuse.com/blog/your-blog-header-could-do-wonders-for-you#comments</comments>
		<pubDate>Thu, 04 Oct 2007 07:34:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog Design]]></category>

		<guid isPermaLink="false">http://www.rockfuse.com/blog/your-blog-header-could-do-wonders-for-you/</guid>
		<description><![CDATA[Imagine you get a free one-year subscription for Magazine A or Magazine B; of either you should choose. The choice is yours. You can’t pick both. You have no prior experience with either and you have no way to decide other than looking at the cover page. The thing is one magazine has a kick-ass [...]]]></description>
			<content:encoded><![CDATA[<p>Imagine you get a free one-year subscription for Magazine A or Magazine B; of either you should choose. The choice is yours. You can’t pick both. You have no prior experience with either and you have no way to decide other than looking at the cover page. The thing is one magazine has a kick-ass logo design and the other one is just simple!</p>
<p>&lt;&gt;And just by looking at it, you’ll probably select the one with the good design, right? Now what if we can apply the same thing to a blog? Suppose you have good content and a good blog design. But you need to say out loud ‘I am a professional!’ to the average site visitor yes? Why not do it with a professional header design? I mean, that’s the first thing that a visitor sees in the blog. And probably the first impression of the visitor would be based on your header right?</p>
<p style="text-align: center"><img src="http://wpcom.files.wordpress.com/2006/09/custom-header-1b.PNG" title="Custom Headers!" alt="Custom Headers!" height="264" hspace="5" vspace="5" width="540" /></p>
<p>And if you header does the talking about professionalism for you, then, you score!</p>
<p>It’s psychological. When people see premium blog designs or professional headers, they automatically brand your blog, ‘great blog!’. (Yes, with an exclamation mark!) Much like you wanted that subscription of the magazine with the kick-ass design.</p>
<p>Of course! If you don’t have any design experience at all, and if you’re not willing to spend and get it done, probably you should ignore it. But if you do, then why not make use of that and have a good header, and maybe a good logo design? It can probably drive a visitor’s gut feeling into subscribing to your blog.</p>
<p>On the other hand, people like Steve Pavlina had been highly successful with just a simple mention of their domain name in the header. But I believe that he could have enjoyed more from his blog if he considered having a cool header design. What do you think?<br/><b>Related Posts</b>
<ul>
<li><a href="http://www.rockfuse.com/blog/free-header-giveaway-ends" rel="bookmark" title="October 8, 2007">FREE-Header-Giveaway ends!</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/10-second-entry-blog-contest-worth-over-130" rel="bookmark" title="March 24, 2008">10-Second-entry blog contest worth over $250!</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/5-things-you-must-put-above-the-fold-in-your-blog" rel="bookmark" title="March 3, 2008">5 things you must put &#8220;above the fold&#8221; in your blog.</a></li>
</ul>
<p><!-- Similar Posts took 2.859 ms --></p>]]></content:encoded>
			<wfw:commentRss>http://www.rockfuse.com/blog/your-blog-header-could-do-wonders-for-you/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
