<?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>Life in Phuket, making money blogging &#187; Blog aesthetics</title>
	<atom:link href="http://worldofangel.com/category/blog-aesthetics/feed/" rel="self" type="application/rss+xml" />
	<link>http://worldofangel.com</link>
	<description></description>
	<lastBuildDate>Thu, 15 Oct 2009 06:46:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>The mystery of sidebars pushed to the bottoms of blogs</title>
		<link>http://worldofangel.com/the-mystery-of-sidebars-pushed-to-the-bottoms-of-blogs/</link>
		<comments>http://worldofangel.com/the-mystery-of-sidebars-pushed-to-the-bottoms-of-blogs/#comments</comments>
		<pubDate>Fri, 24 Aug 2007 07:23:43 +0000</pubDate>
		<dc:creator>Angel</dc:creator>
				<category><![CDATA[Blog aesthetics]]></category>

		<guid isPermaLink="false">http://worldofangel.com/the-mystery-of-sidebars-pushed-to-the-bottoms-of-blogs/</guid>
		<description><![CDATA[One common complaint among bloggers is when a sidebar gets pushed to the bottom of a blog. It can happen for a number of reasons and in a number of browsers, but more often than not it occurs in IE6. It’s happened to me before and it’s incredibly annoying and fiddly. There is no quick [...]]]></description>
			<content:encoded><![CDATA[<p>One common complaint among bloggers is when a sidebar gets pushed to the bottom of a blog. It can happen for a number of reasons and in a number of browsers, but more often than not it occurs in IE6. It’s happened to me before and it’s incredibly annoying and fiddly. There is no quick fix and you have to dive right into your code to figure out what’s wrong.</p>
<p>Believe it or not, JohnCow.com currently suffers from a rogue sidebar in IE6. It’s important to check your blog in a number of browsers (Opera, Firefox, Safari, IE6 and IE7) to see if there are errors. Not everybody uses the same browser and, shock horror, some people are still behind the times and using IE6.</p>
<p>If you find your sidebar being pushed to the bottom of your blog, the first place I would check would be the comments tags you or the theme designer has made:</p>
<blockquote><p>&lt;- &#8211; these are comment tags &#8211; -&gt;</p></blockquote>
<p>Something as simple as a missing hyphen or a tag that has not been opened or closed can cause your sidebar to go walkabout. If that doesn’t work, then checking the widths of any pictures you have in your sidebar might solve the problem. If you have an image that is wider than the width of the sidebar, it can cause issues. The same goes for tables and excessively long links.</p>
<p>The next thing I would do is go back and start editing your sidebar with the original code. Make a copy of your edited code, update your blog with the original code, and start adding each of your own additions to the code on by one, checking which bit of code causes the malfunction. It can simply be a case of thinking back to the last thing you changed in your sidebar.</p>
<p>Another cause of problems is if you place a script just outside a div. I resolved a problem with my sidebar some time ago by just moving the script for Google analytics within a div, instead of being outside of it. The problem was only in IE6, but it was annoying enough for me to do something about it.</p>
<p>If you don’t check your blog in IE6, go ahead and do it now because there are more bloggers than you might think that simply don’t know they are producing these errors.</p>
<img src="http://worldofangel.com/bf08f1d9/266bbf77/CCBot/1.0 (+http://www.commoncrawl.org/bot.html).gif" />]]></content:encoded>
			<wfw:commentRss>http://worldofangel.com/the-mystery-of-sidebars-pushed-to-the-bottoms-of-blogs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to wrap text in blog posts around Adsense ads</title>
		<link>http://worldofangel.com/wrap-text-in-blog-posts-around-adsense-ads/</link>
		<comments>http://worldofangel.com/wrap-text-in-blog-posts-around-adsense-ads/#comments</comments>
		<pubDate>Sun, 22 Jul 2007 05:29:35 +0000</pubDate>
		<dc:creator>Angel</dc:creator>
				<category><![CDATA[Blog aesthetics]]></category>
		<category><![CDATA[Paid posting]]></category>

		<guid isPermaLink="false">http://worldofangel.com/how-to-wrap-text-in-blog-posts-around-adsense-ads/</guid>
		<description><![CDATA[When it comes to Adsense placement, I’ve found that most of the pro bloggers, notably John Chow, have Adsense incorporated into their blog posts with the text wrapping around squared ad blocks. Many other bloggers use this method too.
From personal experience, when I read a blog, the ads that I notice most are those that [...]]]></description>
			<content:encoded><![CDATA[<p>When it comes to Adsense placement, I’ve found that most of the pro bloggers, notably John Chow, have Adsense incorporated into their blog posts with the text wrapping around squared ad blocks. Many other bloggers use this method too.</p>
<p>From personal experience, when I read a blog, the ads that I notice most are those that are actually in a blog post. If they are aligned to the left they disturb my reading, but aligned to right, at the top of a post, and they are noticeable without overstepping the mark. I am more drawn to click on them than any other ad placement I have seen.</p>
<p>There was <a href="http://www.erikvossman.com/2005/11/29/how-to-wrap-text-around-google-adsense-or-chitika-ads/" title="Board Shorts on wrapping text around ads">a useful post on Board Shorts</a> about how to wrap the text your blog posts around adsense. It’s actually really simple. All you do is place your Adsense *code in a div, like so.</p>
<p>&lt;div style=”display:block;float:right; margin: 5px 5px 5px 5px;”&gt;<br />
*Code<br />
&lt;/div&gt;</p>
<p>You can then setup your margin to space things out right and choose whether you want to float your ads left or right. You don’t even need a plugin for this one. Thanks to Board shorts for this great tip.</p>
<img src="http://worldofangel.com/bf08f1d9/266bbf77/CCBot/1.0 (+http://www.commoncrawl.org/bot.html).gif" />]]></content:encoded>
			<wfw:commentRss>http://worldofangel.com/wrap-text-in-blog-posts-around-adsense-ads/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How did you choose your blog&#8217;s Wordpress theme?</title>
		<link>http://worldofangel.com/choosing-your-wordpress-theme/</link>
		<comments>http://worldofangel.com/choosing-your-wordpress-theme/#comments</comments>
		<pubDate>Sat, 21 Jul 2007 08:51:57 +0000</pubDate>
		<dc:creator>Angel</dc:creator>
				<category><![CDATA[Blog aesthetics]]></category>

		<guid isPermaLink="false">http://worldofangel.com/choosing-your-wordpress-theme/</guid>
		<description><![CDATA[When it came to deciding on my Wordpress theme (and this applies to themes not on Wordpress too), I was torn between having two sidebars or one. What I noticed on most of the top pro bloggers’ blogs is that their themes place the main content to the far left, with either one or two [...]]]></description>
			<content:encoded><![CDATA[<p>When it came to deciding on my Wordpress theme (and this applies to themes not on Wordpress too), I was torn between having two sidebars or one. What I noticed on most of the top pro bloggers’ blogs is that their themes place the main content to the far left, with either one or two sidebars to the right. <a href="http://johnchow.com/" title="John Chow">John Chow</a> has one, <a href="http://www.cashquests.com/" title="Cash Quests">Kumiko</a> has one, and <a href="http://problogger.net/" title="Pro Blogger">Pro Blogger</a> has one, although his is to the left.</p>
<p>I decided that I wanted my content to be people’s primary focus, so I chose a theme that had the content to the left. I decided on two sidebars to the right, as <a href="http://desinotes.com/" title="Desi Baba">Desi </a>has at the moment. My reason for doing so is that I think two tight, compact sidebars look better than one wide sidebar. It also means that the right hand section of my  blog won’t become overly long.</p>
<p>If I write a short post and have a really long sidebar, when people click on the post the window will be pushed down, which looks ugly. It’s fine if you have dozens of comments for every post you write, but I’m not going to be in that position for a while yet.</p>
<p><strong>All the colors of the rainbow</strong></p>
<p>I found my Wordpress theme, along with hundreds of other themes, at the <a href="http://themes.wordpress.net/" title="Wordpress Theme Viewer">Wordpress Theme Viewer</a>. I wanted a theme with a white background. White backgrounds instill calm in a reader, whereas by using colors behind the text that people read on your blog you can affect their mood, and not always for the better. It makes for uncomfortable reading when you come across a blog that has an all-black background. White is neutral, peaceful and happy.</p>
<p>I made some edits to my theme to make it look more like how I want it to. This sort of task is one of the most lengthy for me because it’s often a case of trial and error. I’m not always sure which part of the CSS corresponds with the template. Having the <a href="https://addons.mozilla.org/en-US/firefox/addon/60" title="Firefox web developer addon">Firefox web developer addon</a> helps because you can mess with the CSS without touching the real file.</p>
<p>Your Wordpress theme should be one that you can feel proud of every time you look at your own blog. It’s not something you will change, maybe ever, so it needs to be something you are 100% happy with.</p>
<p>What decisions did you make in choosing your theme?</p>
<img src="http://worldofangel.com/bf08f1d9/266bbf77/CCBot/1.0 (+http://www.commoncrawl.org/bot.html).gif" />]]></content:encoded>
			<wfw:commentRss>http://worldofangel.com/choosing-your-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use your picture to define your status as a pro blogger</title>
		<link>http://worldofangel.com/add-a-picture-to-your-blog/</link>
		<comments>http://worldofangel.com/add-a-picture-to-your-blog/#comments</comments>
		<pubDate>Thu, 12 Jul 2007 18:41:06 +0000</pubDate>
		<dc:creator>Angel</dc:creator>
				<category><![CDATA[Blog aesthetics]]></category>

		<guid isPermaLink="false">http://worldofangel.com/add-a-picture-to-your-blog/</guid>
		<description><![CDATA[Desi Baba is one young blogger who we could all learn a thing or two from. He seems to hitting the nail on the head and reaching a level of readership that effectively converts into making lots of money online. I’ve been reading Desi’s site for a while and it was with some interest that [...]]]></description>
			<content:encoded><![CDATA[<p>Desi Baba is one young blogger who we could all learn a thing or two from. He seems to hitting the nail on the head and reaching a level of readership that effectively converts into making lots of money online. I’ve been reading Desi’s site for a while and it was with some interest that I came across the post “<a href="http://desinotes.com/your-picture-defines-your-blogs-personality/" title="Desi on adding a pic to your blog">Your Picture Defines your Blog’s Personality</a>”.</p>
<p>To make money online, some pro bloggers recommend you add a photo to your blog to give it a more human element. I happen to think that this is a good idea, and as you can see, one of the first thing I did in setting this blog up was to add my picture in one of my sidebars.</p>
<p>In October last month Desi Baba hit more than $1,400 in Adsense clicks. He isn’t the only pro blogger making tons of money online who uses a photo. <a href="http://www.problogger.net/" title="Pro Blogger">Darren Rowse</a> does it.</p>
<p>If I imagine what goes through my head when I first look at a blog, seeing a photo of the author establishes a bond of trust because you know that you are dealing with a real person. <a href="http://johnchow.com/" title="John Chow">John Chow</a> loves splashing his smiling mug up on his blog for all to see. The message is clear: people want to know who the pro bloggers are.</p>
<p>As Desi points out, it doesn’t matter how good looking you are. Perhaps being ugly might actually work in a pro blogger’s benefit. Could the sympathy vote lead to more Adsense clicks? That’s a line of investigation I might have to take some time.</p>
<p><a href="http://www.shoemoney.com/" title="Shoemoney">Jeremy Schoemaker</a> does things like taking pictures of himself with his Adsense checks. I think maybe that is pushing it in terms of being smug, but he’s a successful pro blogger so who’s to argue? In twelve months time I’ll post a picture of myself with my latest Adsense check. I’ll either be looking very please or very disheartened.</p>
<p>Wish me luck folks.</p>
<img src="http://worldofangel.com/bf08f1d9/266bbf77/CCBot/1.0 (+http://www.commoncrawl.org/bot.html).gif" />]]></content:encoded>
			<wfw:commentRss>http://worldofangel.com/add-a-picture-to-your-blog/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
