<?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>GotChance &#187; Design</title>
	<atom:link href="http://gotchance.com/blog/category/design/feed/" rel="self" type="application/rss+xml" />
	<link>http://gotchance.com/blog</link>
	<description>web (design + development) and other geeky stuff !</description>
	<lastBuildDate>Fri, 21 May 2010 19:33:43 +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 : Put Your Own &#8220;Feedback-Style&#8221; Twitter Badge</title>
		<link>http://gotchance.com/blog/2009/06/23/how-to-put-your-own-feedback-style-twitter-badge/</link>
		<comments>http://gotchance.com/blog/2009/06/23/how-to-put-your-own-feedback-style-twitter-badge/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 08:42:00 +0000</pubDate>
		<dc:creator>Hari</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[How To's]]></category>

		<guid isPermaLink="false">http://gotchance.com/blog/2009/06/24/how-to-put-your-own-feedback-style-twitter-badge/</guid>
		<description><![CDATA[Few days back, i wrote a post about a Twitter badge, that looks like Uservoice’s Feedback button. However, there were certain limitations in using it :

The image is hosted on their server, not yours.
It includes a small “?” link that leads back to their website.
It relies on Javascript. Won’t work if javascript is disabled.
Limited to [...]]]></description>
			<content:encoded><![CDATA[<p>Few days back, i wrote a post about a <a href="2009/06/19/get-an-awesome-twitter-follow-badge/">Twitter badge</a>, that looks like Uservoice’s Feedback button. However, there were certain limitations in using it :</p>
<ul>
<li>The image is hosted on their server, not yours.</li>
<li>It includes a small “?” link that leads back to their website.</li>
<li>It relies on Javascript. Won’t work if javascript is disabled.</li>
<li>Limited to the texts “Follow us”, “Follow”, “Follow Me” and “My Twitter”</li>
</ul>
<p>When Mike left <a href="2009/06/19/get-an-awesome-twitter-follow-badge/#comment-6504">a comment</a> asking if it was possible to get the image hosted on our site, i decided to write a quick tutorial on how to put such a badge on your site without relying on external site.</p>
<p>Personally, I hate to follow tutorials without knowing the outcome. So, check out the <a href="demos/twitter-badge/">DEMO</a> to see what you’ll be creating.</p>
<h2>Step 1 : The Markup</h2>
<p>The markup is really simple. Just link your image to your twitter account and wrap it inside a div with an id, as follows :</p>
<pre class="brush: xml;">&lt;div id=&quot;twitter-badge&quot;&gt;
	&lt;a href=&quot;http://twitter.com/shrihari&quot;&gt;&lt;img src=&quot;twitter.jpg&quot; alt=&quot;Twitter&quot; /&gt;&lt;/a&gt;
&lt;/div&gt;
</pre>
<p>That code should go just before the closing body tag : <strong>&lt;/body&gt;</strong>.</p>
<h2>Step 2 : The CSS</h2>
<p>The CSS is also amazingly simple. Firstly, you need to make sure the an image with a link has no ugly border around it. If you’re using Wordpress, chances are high that your theme author has already done this, unless you’re using some spammy theme. Next, you need to fix the position of the image.</p>
<pre class="brush: css;">img, a img { border: 0; }
#twitter-badge
{
	position: fixed;
	left: 0;
	top: 200px;
}</pre>
<p>If you want the image on the right side, you’ve to replace <strong>left: 0;</strong> with <strong>right: 0;</strong></p>
<p>Check out the <a href="http://gotchance.com/blog/demos/twitter-badge/">demo here</a>. If you’ve any questions feel free to drop them in the comments.</p>
<hr /><h2>Related posts:</h2><ul><li><a href="http://gotchance.com/blog/2009/06/19/get-an-awesome-twitter-follow-badge/" rel="bookmark" title="Permanent Link: Get An Awesome Twitter Follow Badge">Get An Awesome Twitter Follow Badge</a></li><li><a href="http://gotchance.com/blog/2007/07/06/im-twittering/" rel="bookmark" title="Permanent Link: I&#8217;m Twittering">I&#8217;m Twittering</a></li><li><a href="http://gotchance.com/blog/2009/06/23/new-redesign-live-at-kontactr-com/" rel="bookmark" title="Permanent Link: New Redesign Live At Kontactr.com">New Redesign Live At Kontactr.com</a></li><li><a href="http://gotchance.com/blog/2008/03/25/new-popular-twitter-followers/" rel="bookmark" title="Permanent Link: New Popular Twitter Followers">New Popular Twitter Followers</a></li><li><a href="http://gotchance.com/blog/2009/06/10/my-new-twitter-background/" rel="bookmark" title="Permanent Link: My New Twitter Background">My New Twitter Background</a></li></ul><hr /><small>Copyright &copy; <a href="http://gotchance.com/blog/">GotChance</a> 2008 -  (DF: ca71e7c626327bc5b73b1b2217b0478f)</small>]]></content:encoded>
			<wfw:commentRss>http://gotchance.com/blog/2009/06/23/how-to-put-your-own-feedback-style-twitter-badge/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Simple UI Concept : Login Form Usability Tips</title>
		<link>http://gotchance.com/blog/2009/06/15/simple-ui-concept-login-form-usability-tips/</link>
		<comments>http://gotchance.com/blog/2009/06/15/simple-ui-concept-login-form-usability-tips/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 11:23:02 +0000</pubDate>
		<dc:creator>Hari</dc:creator>
				<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://gotchance.com/blog/2009/06/15/simple-ui-concept-login-form-usability-tips/</guid>
		<description><![CDATA[ In this post i’m going to deal with a simple User Interface concept in web designing. The part i’m going to deal with is Forms. More specifically Login Forms. They are found in almost every other website that you’ll come across. Also, they’re one of the most used elements of the websites that use [...]]]></description>
			<content:encoded><![CDATA[<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; margin-left: 0px; border-left-width: 0px; margin-right: 0px" title="login-form" src="http://gotchance.com/blog/wp-content/uploads/2009/06/loginform.jpg" border="0" alt="login-form" width="260" height="190" align="right" /> In this post i’m going to deal with a simple User Interface concept in web designing. The part i’m going to deal with is <strong>Forms</strong>. More specifically <strong>Login Forms</strong>. They are found in almost every other website that you’ll come across. Also, they’re one of the most used elements of the websites that use them. Though i use “Remember me” feature on almost all the websites i use, there are people who don’t use it. For them, the login form needs to be the most usable. I’ll give you some tips on how to improve your login form’s usability. <em>(Note : I’m not a usability expert)</em></p>
<h2>KISS : The Markup</h2>
<pre class="brush: xml;">
&lt;input type=&quot;text&quot; name=&quot;username&quot; /&gt;
&lt;input type=&quot;password&quot; name=&quot;password&quot; /&gt;
&lt;input type=&quot;checkbox&quot; name=&quot;remember&quot; id=&quot;remember&quot; /&gt;&lt;label for=&quot;remember&quot;&gt;Remember me&lt;/label&gt;
&lt;input type=&quot;submit&quot; name=&quot;login&quot; value=&quot;Login&quot; /&gt;
</pre>
<p>Keep the markup as simple as possible. The above is one of the simplest markups. If you use email address for logging in, keep the input box’s names relevant like “email” “email-address” etc. Sure, names like “my-site-e” “my-site-login-field” will work. But, Google Toolbar and the like will not be able to “AutoFill” the form. This is a huge usability mistake.</p>
<h2>Preserve The Form Order</h2>
<p>The order of the form elements goes as above :</p>
<ol>
<li>Username/Email address box</li>
<li>Password box</li>
<li>Remember me checkbox (if available)</li>
<li>Login button</li>
</ol>
<p>Don’t insert other elements like “Forgot password ?” “Resend Activation” “?” links in between these elements. Place them after the Submit button. But, why ? The usual behaviour of users when they encounter a login form is :</p>
<ol>
<li>Enter the username/email address</li>
<li>Hit [Tab] and type password</li>
<li>Hit [Tab] and hit [Space] to check the Remember me box (if available)</li>
<li>Press Enter to login</li>
</ol>
<p>When you insert other elements in between, they’re selected by hitting tab. So, users are forced to click-focus on the next element, or hit [Tab] repeatedly. This really spoils the usability. Check out <a href="https://blellow.com/login">Blellow’s login form</a>, which breaks this order. (In fact, this is what triggered me to write this post.)</p>
<h2>AutoFocus The First Field</h2>
<p>When you reduce the work of the user, you increase the usability. 99% of the users use the login form for logging in. So, it makes sense to automatically place the I-beam in the first input box on the login page. Examples that come to my mind are <a href="http://gmail.com/">Google</a>, <a href="http://digg.com/">Digg</a>, <a href="http://www.facebook.com/login.php">Facebook</a>. Click on the login link and the cursor will be already placed in the username field. It can be easily achieved using <a href="http://jquery.com/">jQuery</a>. Here’s how :</p>
<pre class="brush: jscript;">
$(document).ready(function() {
	$(&quot;input[type='text']:first&quot;, document.forms[0]).focus();
});
</pre>
<p>The above code will focus on the first text field in the first form on the page. If you&#8217;ve some search form or other form before the login form, you&#8217;ve to adjust the index of <em>document.forms[<strong>n</strong>]</em> accordingly.</p>
<p>Hope the post was useful. As i stated previously, I’m not a usability expert. So, if you have some more tips to improve a login-form’s usability, share with us in the comments.</p>
<hr /><h2>Related posts:</h2><ul><li><a href="http://gotchance.com/blog/2008/11/02/weekly-wrap-up-2/" rel="bookmark" title="Permanent Link: Weekly Wrap-Up">Weekly Wrap-Up</a></li><li><a href="http://gotchance.com/blog/welcome-to-got-chance/" rel="bookmark" title="Permanent Link: Welcome To Got Chance">Welcome To Got Chance</a></li><li><a href="http://gotchance.com/blog/2008/10/22/customizing-kontactr-form/" rel="bookmark" title="Permanent Link: Customizing Kontactr Form">Customizing Kontactr Form</a></li><li><a href="http://gotchance.com/blog/2008/10/30/how-to-simple-javascript-subscription-form/" rel="bookmark" title="Permanent Link: How To : Simple javascript Subscription Form">How To : Simple javascript Subscription Form</a></li><li><a href="http://gotchance.com/blog/2007/10/24/shoppingads-new-cpc-ad-network/" rel="bookmark" title="Permanent Link: ShoppingAds &#8211; New CPC Ad Network">ShoppingAds &#8211; New CPC Ad Network</a></li></ul><hr /><small>Copyright &copy; <a href="http://gotchance.com/blog/">GotChance</a> 2008 -  (DF: ca71e7c626327bc5b73b1b2217b0478f)</small>]]></content:encoded>
			<wfw:commentRss>http://gotchance.com/blog/2009/06/15/simple-ui-concept-login-form-usability-tips/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>My C++ Mario Game And 3D Design</title>
		<link>http://gotchance.com/blog/2009/05/22/my-c-mario-game-and-3d-design/</link>
		<comments>http://gotchance.com/blog/2009/05/22/my-c-mario-game-and-3d-design/#comments</comments>
		<pubDate>Fri, 22 May 2009 15:42:03 +0000</pubDate>
		<dc:creator>Hari</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://gotchance.com/blog/?p=512</guid>
		<description><![CDATA[In my last post I mentioned that I&#8217;ve been learning Game programming in C++ and also 3D design using Blender. Chris commented on the post suggesting that I post my works on the blog and thats exactly what I&#8217;m going to do in this post. I&#8217;m a master neither in the game programming nor in [...]]]></description>
			<content:encoded><![CDATA[<p>In my last post I mentioned that I&#8217;ve been learning Game programming in C++ and also 3D design using Blender. Chris <a href="http://gotchance.com/blog/2009/05/15/what-am-i-upto-these-days/#comment-6386">commented</a> on the post suggesting that I post my works on the blog and thats exactly what I&#8217;m going to do in this post. I&#8217;m a master neither in the game programming nor in the 3d design. So forgive me if my work is amatuerish.</p>
<h3><a href="http://gotchance.com/blog/wp-content/uploads/2009/05/mario.zip">Mario</a></h3>
<p>This has been tested on Windows XP and Vista. But hopefully it should run without a problem on older versions as well. This just includes the first level environment that i created using <a href="http://www.google.com/url?sa=t&amp;source=web&amp;ct=res&amp;cd=6&amp;url=http%3A%2F%2Fwww.tilemap.co.uk%2Fmappy.php&amp;ei=scYWStr5JdeCkQXym8TpDA&amp;usg=AFQjCNG7X898M9d4KNRI_OLi09pxHoCsVw&amp;sig2=vfQZBqk5UqRXp8ONkCrE_w">Mappy</a>. Also, this doesn&#8217;t include any interactions with the environment. I&#8217;ve also included the source code. So, you can take a look at it too and also use it for your own works. Licensed Open source :P.</p>
<h3>3D Design</h3>
<p><a href="http://gotchance.com/blog/wp-content/uploads/2009/05/snowman.jpg"><img class="size-thumbnail wp-image-514 alignright" title="Snowman" src="http://gotchance.com/blog/wp-content/uploads/2009/05/snowman-150x150.jpg" alt="" width="120" height="120" /></a>This may look very very noobish. But after all this is my first go at 3D. I followed <a href="http://www.biorust.com/index.php?page=tutorial_detail&amp;tutid=81&amp;lang=en">this online tutorial</a> to achieve this. Very eager to hear your comments on this one.</p>
<hr /><h2>Related posts:</h2><ul><li><a href="http://gotchance.com/blog/2009/05/15/what-am-i-upto-these-days/" rel="bookmark" title="Permanent Link: What Am I Upto These Days ???">What Am I Upto These Days ???</a></li><li><a href="http://gotchance.com/blog/2010/05/10/why-i-encourage-lorem-ipsum/" rel="bookmark" title="Permanent Link: Why I Encourage Lorem Ipsum">Why I Encourage Lorem Ipsum</a></li><li><a href="http://gotchance.com/blog/2007/07/20/new-design-for-got-chance/" rel="bookmark" title="Permanent Link: New Design for Got Chance">New Design for Got Chance</a></li><li><a href="http://gotchance.com/blog/2008/11/12/new-design-goes-live/" rel="bookmark" title="Permanent Link: New Design Goes Live">New Design Goes Live</a></li><li><a href="http://gotchance.com/blog/2008/11/14/open-for-guest-bloggers/" rel="bookmark" title="Permanent Link: Open For Guest Bloggers">Open For Guest Bloggers</a></li></ul><hr /><small>Copyright &copy; <a href="http://gotchance.com/blog/">GotChance</a> 2008 -  (DF: ca71e7c626327bc5b73b1b2217b0478f)</small>]]></content:encoded>
			<wfw:commentRss>http://gotchance.com/blog/2009/05/22/my-c-mario-game-and-3d-design/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Justify The Text or Left-Align It ?</title>
		<link>http://gotchance.com/blog/2008/12/21/justify-the-text-or-left-align-it/</link>
		<comments>http://gotchance.com/blog/2008/12/21/justify-the-text-or-left-align-it/#comments</comments>
		<pubDate>Sun, 21 Dec 2008 08:48:07 +0000</pubDate>
		<dc:creator>Hari</dc:creator>
				<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://gotchance.com/blog/2008/12/21/justify-the-text-or-left-align-it/</guid>
		<description><![CDATA[ If you&#8217;ve been reading GotChance for a while, you&#8217;d know that I used to have Justified text alignment on the content of blog posts. I had always thought that it was cool to have the right and left margins set evenly. But I was wrong. I came to know that Justified alignment was difficult [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://en.wikipedia.org/wiki/River_(typography)"><img height="194" alt="rivers" src="http://gotchance.com/blog/wp-content/uploads/2008/12/rivers.png" width="244" align="right" /></a> If you&#8217;ve been reading GotChance for a while, you&#8217;d know that I used to have <a href="http://en.wikipedia.org/wiki/Justification_(typesetting)">Justified</a> text alignment on the content of blog posts. I had always thought that it was cool to have the right and left margins set evenly. But I was wrong. I came to know that Justified alignment was difficult to scan, read than a normal left-aligned text.</p>
<p>Another problem with Justified alignment is the &quot;<a href="http://en.wikipedia.org/wiki/River_(typography)">rivers</a>&quot; as you see in the picture to your right. They are some continuous gaps that run down the paragraphs, which make them visually less appealing. Considering all these, I&#8217;ve switched over to Left-aligned text.</p>
<p>Coming back to the title of the post, which alignment should you choose for your website ? There is no point arguing over this one. Definitely, left-aligned text is much better than justified text. So, if, by chance, your blog theme has justified text, it is better to remove it. But, How ? I&#8217;ll tell you.</p>
<p>Text if often justified using CSS. If you look through your Stylesheet (.css file), you&#8217;ll find some like this:</p>
<pre class="brush: css;">text-align: justify;</pre>
<p>Just remove that and the justification is gone. Text will assume the default alignment, that is the left-alignment.</p>
<hr /><h2>Related posts:</h2><ul><li><a href="http://gotchance.com/blog/2007/05/02/7/" rel="bookmark" title="Permanent Link: Post Level Text Link Ads">Post Level Text Link Ads</a></li><li><a href="http://gotchance.com/blog/2008/10/22/customizing-kontactr-form/" rel="bookmark" title="Permanent Link: Customizing Kontactr Form">Customizing Kontactr Form</a></li><li><a href="http://gotchance.com/blog/2008/10/23/at-last-gotchancecom-is-online/" rel="bookmark" title="Permanent Link: At last, GotChance.com is Online">At last, GotChance.com is Online</a></li><li><a href="http://gotchance.com/blog/2008/12/02/do-you-allow-generic-comments-on-your-blog/" rel="bookmark" title="Permanent Link: Do You Allow Generic Comments On Your Blog ?">Do You Allow Generic Comments On Your Blog ?</a></li><li><a href="http://gotchance.com/blog/2008/11/12/wordpress-plugin-wednesday-update-urls/" rel="bookmark" title="Permanent Link: Wordpress Plugin Wednesday &#8211; Update URLs">Wordpress Plugin Wednesday &#8211; Update URLs</a></li></ul><hr /><small>Copyright &copy; <a href="http://gotchance.com/blog/">GotChance</a> 2008 -  (DF: ca71e7c626327bc5b73b1b2217b0478f)</small>]]></content:encoded>
			<wfw:commentRss>http://gotchance.com/blog/2008/12/21/justify-the-text-or-left-align-it/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Creating Easily Color-Variable Themes</title>
		<link>http://gotchance.com/blog/2008/12/06/creating-easily-color-variable-themes/</link>
		<comments>http://gotchance.com/blog/2008/12/06/creating-easily-color-variable-themes/#comments</comments>
		<pubDate>Sat, 06 Dec 2008 13:41:05 +0000</pubDate>
		<dc:creator>Hari</dc:creator>
				<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://gotchance.com/blog/2008/12/06/creating-easily-color-variable-themes/</guid>
		<description><![CDATA[In my last post, I presented 7 examples of how the same theme can be used on different blogs and still be kept unique, just by changing the colors scheme. I also said that, as a series post I&#8217;ll be posting about the necessary features in a theme to make it easily &#34;color-variable&#34;, as I [...]]]></description>
			<content:encoded><![CDATA[<p>In my <a href="http://gotchance.com/blog/2008/11/30/using-the-same-unique-theme-on-related-blogs/">last post</a>, I presented 7 examples of how the same theme can be used on different blogs and still be kept unique, just by changing the colors scheme. I also said that, as a series post I&#8217;ll be posting about the necessary features in a theme to make it easily &quot;color-variable&quot;, as I call it.</p>
<p>These are some very basic tips that you might want to keep in mind if you are creating a theme to be used on multiple blogs. Even if you are not a designer, you might want to make sure that your designer follows these, so that you can use the theme on multiple blogs.</p>
<h3>Avoid Inline CSS</h3>
<p>Inline CSS is not something invalid. But, avoiding it is a good practice in general web development. In our particular case we have to completely avoid inline CSS so that our stylesheet will be the only file we need to edit to vary its color scheme.</p>
<h3>Avoid Excessive Use of Images</h3>
<p>Its a good practice to avoid images, when you want to edit your color scheme. Because, it&#8217;ll save you from the need to edit your images to reflect your changed color scheme. Whenever there is a possibility to use CSS instead of images, do it.</p>
<h3>Make The Images Simple</h3>
<p>There are places where CSS can&#8217;t fill in. In such cases you&#8217;ll need images. When you are forced to use images, keep them simple. To make sure it&#8217;s color can be changed, open the image in Photoshop or your favorite image editor and change its HUE (<strong>Ctrl + U</strong> in Photoshop) to see if it looks good in other colors.</p>
<h3>Pick Color Schemes Wisely</h3>
<p>Not all colors schemes can be easily varied. If you are using a set of 10 colors in your design, sure it can look great. But, it is not that easy to change the color scheme. So, if you want to keep it simple, it is best to follow &quot;<strong>Your Color + White</strong>&quot; scheme. That way, there is not much to change.</p>
<p>These are really simple steps to follow if you follow them from right from the beginning of your design process. Make sure its not too late.</p>
<p>There is another post coming up in this series. In that post I&#8217;ll deal with how you can create virtually more than 1000 themes using a single design, just by varying the color scheme. And, doesn&#8217;t it take even better if I say that the color scheme can be chosen from the admin panel, instead of installing different themes. <a href="http://feeds.feedburner.com/GotChance">Stay Tuned</a>.</p>
<h3>Series Posts :</h3>
<ol>
<li><a href="http://gotchance.com/blog/2008/11/30/using-the-same-unique-theme-on-related-blogs/">Using The Same &#8220;Unique&#8221; Theme On Related Blogs</a></li>
<li><a href="http://gotchance.com/blog/2008/12/06/creating-easily-color-variable-themes/">Creating Easily Color-Variable Themes</a></li>
</ol>
<hr /><h2>Related posts:</h2><ul><li><a href="http://gotchance.com/blog/2008/11/30/using-the-same-unique-theme-on-related-blogs/" rel="bookmark" title="Permanent Link: Using The Same &quot;Unique&quot; Theme On Related Blogs">Using The Same &quot;Unique&quot; Theme On Related Blogs</a></li><li><a href="http://gotchance.com/blog/2008/10/25/3-simple-screen-color-picker-tools/" rel="bookmark" title="Permanent Link: 3 Simple Screen-Color Picker Tools">3 Simple Screen-Color Picker Tools</a></li><li><a href="http://gotchance.com/blog/2008/10/31/when-to-use-a-magazine-theme/" rel="bookmark" title="Permanent Link: When To Use A Magazine Theme ?">When To Use A Magazine Theme ?</a></li><li><a href="http://gotchance.com/blog/2007/10/24/the-morning-after-vs-your-revolution/" rel="bookmark" title="Permanent Link: The Morning After vs. Your Revolution">The Morning After vs. Your Revolution</a></li><li><a href="http://gotchance.com/blog/2007/06/17/wp-zipper-extends-to-add-themes/" rel="bookmark" title="Permanent Link: WP Zipper Extends to add Themes">WP Zipper Extends to add Themes</a></li></ul><hr /><small>Copyright &copy; <a href="http://gotchance.com/blog/">GotChance</a> 2008 -  (DF: ca71e7c626327bc5b73b1b2217b0478f)</small>]]></content:encoded>
			<wfw:commentRss>http://gotchance.com/blog/2008/12/06/creating-easily-color-variable-themes/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Using The Same &quot;Unique&quot; Theme On Related Blogs</title>
		<link>http://gotchance.com/blog/2008/11/30/using-the-same-unique-theme-on-related-blogs/</link>
		<comments>http://gotchance.com/blog/2008/11/30/using-the-same-unique-theme-on-related-blogs/#comments</comments>
		<pubDate>Sun, 30 Nov 2008 07:45:14 +0000</pubDate>
		<dc:creator>Hari</dc:creator>
				<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://gotchance.com/blog/2008/11/30/using-the-same-unique-theme-on-related-blogs/</guid>
		<description><![CDATA[Ever wanted to use the same theme across different blogs that you own ? This is often done by blog networks. There are some reasons why they do it :

To reduce the cost, by not having a designer design a separate theme for each blog.
Branding.. When people see the same theme (with some variations) on [...]]]></description>
			<content:encoded><![CDATA[<p>Ever wanted to use the same theme across different blogs that you own ? This is often done by blog networks. There are some reasons why they do it :</p>
<ol>
<li>To reduce the cost, by not having a designer design a separate theme for each blog.</li>
<li>Branding.. When people see the same theme (with some variations) on different blogs, they&#8217;ll know that there is some relation between them.</li>
</ol>
<p>Not just blog network, even you can do the same. If you are interested in blogging on more than one topic, you can start different blogs. You can use a single theme, with color variations.</p>
<p>To get a better idea of what I am talking about, I&#8217;m posting here 7 Great examples of such practices :</p>
<h2>Envato Network</h2>
<p align="center"><a href="http://envato.com/"><img height="190" alt="envato" src="http://gotchance.com/blog/wp-content/uploads/2008/11/envato.jpg" width="600" /></a> </p>
<p>This is my favorite network that uses the variations of the same theme. All of them look as if unique. But indeed they are variations of a single design.</p>
<ul>
<li><a href="http://nettuts.com/">Net Tuts</a></li>
<li><a href="http://psdtuts.com/">PSD Tuts</a></li>
<li><a href="http://vectortuts.com/">Vector Tuts</a></li>
<li><a href="http://audiotuts.com/">Audio Tuts</a></li>
</ul>
<p>&nbsp;</p>
<h2>Apricot Media</h2>
<p align="center"><a href="http://apricotmedia.com/"><img height="190" alt="apricot" src="http://gotchance.com/blog/wp-content/uploads/2008/11/apricot.jpg" width="600" /></a> </p>
<p>The network itself has more than 5 blogs. But, only 2 of them use the same design.</p>
<ul>
<li><a href="http://wphacks.com/">WP Hacks</a></li>
<li><a href="http://celiacdisease.com/">Celiac Disease</a></li>
</ul>
<p>&nbsp;</p>
<h2>Daily Blog Tips</h2>
<p align="center"><a href="http://dailyblogtips.com/"><img height="190" alt="daily" src="http://gotchance.com/blog/wp-content/uploads/2008/11/daily.jpg" width="600" /></a> </p>
<ul>
<li><a href="http://www.dailybits.com/">Daily Bits</a></li>
<li><a href="http://www.dailywritingtips.com/">Daily Writing Tips</a></li>
<li><a href="http://www.dailyblogtips.com/">Daily Blog Tips</a></li>
</ul>
<p>&nbsp;</p>
<h2>Gawker Media</h2>
<p align="center"><a href="http://gawker.com/"><img height="190" alt="gawker" src="http://gotchance.com/blog/wp-content/uploads/2008/11/gawker.jpg" width="600" /></a> </p>
<p align="left">A very big network. For example I&#8217;ve shown three here. A very good example.</p>
<ul>
<li><a href="http://gawker.com/">Gawker</a></li>
<li><a href="http://lifehacker.com/">Life Hacker</a></li>
<li><a href="http://gizmodo.com/">Gizmodo</a> </li>
</ul>
<p>&nbsp;</p>
<h2>TechCrunch</h2>
<p align="center"><a href="http://techcrunch.com/"><img height="190" alt="crunch" src="http://gotchance.com/blog/wp-content/uploads/2008/11/crunch.jpg" width="600" /></a> </p>
<p>A very popular network with a very nice design.</p>
<ul>
<li><a href="http://www.techcrunch.com/">Tech Crunch</a></li>
<li><a href="http://www.mobilecrunch.com/">Mobile Crunch</a></li>
<li><a href="http://www.techcrunchit.com/">Tech Crunch IT</a></li>
</ul>
<p>&nbsp;</p>
<h2>b5media</h2>
<p align="center"><a href="http://b5media.com/"><img height="190" alt="b5media" src="http://gotchance.com/blog/wp-content/uploads/2008/11/b5media.jpg" width="600" /></a> </p>
<p>One of the biggest blog networks with over 200 blogs. All use the same design with logo and color variations. Also, the &#8220;b5media stripe&#8221; on the top conveys the relation between each other.</p>
<ul>
<li><a href="http://www.play-gadgets.com/">Play Gadgets</a></li>
<li><a href="http://www.cellphone9.com/">Cell Phone 9</a></li>
<li><a href="http://www.windowsvistaweblog.com/">Windoes Vista Weblog</a></li>
</ul>
<p>&nbsp;</p>
<h2>EnGadget</h2>
<p align="center"><a href="http://engadget.com/"><img height="190" alt="engadget" src="http://gotchance.com/blog/wp-content/uploads/2008/11/engadget.jpg" width="600" /></a> </p>
<p>Since the left side of the header is rather plain, I&#8217;ve shown the right side in this image. Another great example.</p>
<ul>
<li><a href="http://engadget.com/">EnGadget</a></li>
<li><a href="http://engadgethd.com/">EnGadget HD</a></li>
<li><a href="http://engadgetmobile.com/">EnGadget Mobile</a></li>
</ul>
<p>&nbsp;</p>
<p>Hope you enjoyed this. This will be a series post. In the next post I&#8217;ll deal with the necessary features of a theme to make easy and suitable for color variations. <a href="http://feeds.feedburner.com/GotChance">Stay tuned</a>.</p>
<h3>Series Posts :</h3>
<ol>
<li><a href="http://gotchance.com/blog/2008/11/30/using-the-same-unique-theme-on-related-blogs/">Using The Same &#8220;Unique&#8221; Theme On Related Blogs</a></li>
<li><a href="http://gotchance.com/blog/2008/12/06/creating-easily-color-variable-themes/">Creating Easily Color-Variable Themes</a></li>
</ol>
<hr /><h2>Related posts:</h2><ul><li><a href="http://gotchance.com/blog/2008/12/06/creating-easily-color-variable-themes/" rel="bookmark" title="Permanent Link: Creating Easily Color-Variable Themes">Creating Easily Color-Variable Themes</a></li><li><a href="http://gotchance.com/blog/2008/11/19/wppw-feed/" rel="bookmark" title="Permanent Link: WPPW  &#8211; &copy;Feed">WPPW  &#8211; &copy;Feed</a></li><li><a href="http://gotchance.com/blog/2007/10/20/wpdesigner-reviews-unique-blog-designs/" rel="bookmark" title="Permanent Link: WPDesigner reviews Unique Blog Designs">WPDesigner reviews Unique Blog Designs</a></li><li><a href="http://gotchance.com/blog/2008/12/05/new-wordpress-theme-sacred-blue/" rel="bookmark" title="Permanent Link: New Wordpress Theme : Sacred Blue">New Wordpress Theme : Sacred Blue</a></li><li><a href="http://gotchance.com/blog/2007/07/17/5-reasons-why-users-leave-your-blogwebsite/" rel="bookmark" title="Permanent Link: 5 Reasons Why Users Leave your Blog/Website">5 Reasons Why Users Leave your Blog/Website</a></li></ul><hr /><small>Copyright &copy; <a href="http://gotchance.com/blog/">GotChance</a> 2008 -  (DF: ca71e7c626327bc5b73b1b2217b0478f)</small>]]></content:encoded>
			<wfw:commentRss>http://gotchance.com/blog/2008/11/30/using-the-same-unique-theme-on-related-blogs/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>New Design Goes Live</title>
		<link>http://gotchance.com/blog/2008/11/12/new-design-goes-live/</link>
		<comments>http://gotchance.com/blog/2008/11/12/new-design-goes-live/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 13:39:17 +0000</pubDate>
		<dc:creator>Hari</dc:creator>
				<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://gotchance.com/blog/2008/11/12/new-design-goes-live/</guid>
		<description><![CDATA[After two days, the new design for GotChance has gone live today. If you are reading GotChance via RSS, you might want to come over to the blog to check out the new design.
Some of the features of this new design :

Pretty much, I&#8217;ve retained the color scheme from the old design since I love [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://gotchance.com/blog/2008/11/09/a-redesign-in-the-works/"></a><a href="http://gotchance.com/blog/wp-content/uploads/2008/NewDesignGoesLive_10C86/newtheme.jpg"><img src="http://gotchance.com/blog/wp-content/uploads/2008/NewDesignGoesLive_10C86/newtheme.jpg" alt="newtheme" width="240" height="195" align="right" /></a>After two days, the new design for GotChance has gone live today. If you are reading GotChance via RSS, you might want to come over to <a href="/">the blog</a> to check out the new design.</p>
<p>Some of the features of this new design :</p>
<ul>
<li>Pretty much, I&#8217;ve retained the color scheme from the old design since I love blue very much. I&#8217;ve changed the color of the sidebar to a light brown.</li>
<li>Simplified Header : The header now has no images other than the logo. This improves page load time.</li>
<li>Rich Header : Instead of having a plain header with just the navigation links, I&#8217;ve included more in the header : 1) A photo of me :D 2) Popular Posts and 3) Subscribe Box</li>
<li>Looots of icons : I&#8217;ve used a lot of icons in this design for many purposes. All the icons are from famfamfam&#8217;s <a href="http://famfamfam.com/lab/icons/silk/">Silk icon set</a>.</li>
<li>Sharing options after post : Now, there are direct social sharing options after the post. And also a subscribe box :)</li>
<li>Rich Footer : Also, I&#8217;ve added more information to the footer too, as you can see.</li>
</ul>
<p>And, as I said, I a learnt some new stuff in this process. I&#8217;ll share them in my next posts. Stay tuned&#8230;</p>
<hr /><h2>Related posts:</h2><ul><li><a href="http://gotchance.com/blog/2010/05/10/why-i-encourage-lorem-ipsum/" rel="bookmark" title="Permanent Link: Why I Encourage Lorem Ipsum">Why I Encourage Lorem Ipsum</a></li><li><a href="http://gotchance.com/blog/2007/07/20/new-design-for-got-chance/" rel="bookmark" title="Permanent Link: New Design for Got Chance">New Design for Got Chance</a></li><li><a href="http://gotchance.com/blog/2008/11/09/a-redesign-in-the-works/" rel="bookmark" title="Permanent Link: A Redesign In The Works">A Redesign In The Works</a></li><li><a href="http://gotchance.com/blog/2007/06/02/aquaria-wordpress-theme/" rel="bookmark" title="Permanent Link: Aquaria &#8211; Wordpress Theme">Aquaria &#8211; Wordpress Theme</a></li><li><a href="http://gotchance.com/blog/2009/05/22/my-c-mario-game-and-3d-design/" rel="bookmark" title="Permanent Link: My C++ Mario Game And 3D Design">My C++ Mario Game And 3D Design</a></li></ul><hr /><small>Copyright &copy; <a href="http://gotchance.com/blog/">GotChance</a> 2008 -  (DF: ca71e7c626327bc5b73b1b2217b0478f)</small>]]></content:encoded>
			<wfw:commentRss>http://gotchance.com/blog/2008/11/12/new-design-goes-live/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>At last, GotChance.com is Online</title>
		<link>http://gotchance.com/blog/2008/10/23/at-last-gotchancecom-is-online/</link>
		<comments>http://gotchance.com/blog/2008/10/23/at-last-gotchancecom-is-online/#comments</comments>
		<pubDate>Thu, 23 Oct 2008 17:12:47 +0000</pubDate>
		<dc:creator>Hari</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://gotchance.com/blog/2008/10/23/at-last-gotchancecom-is-online/</guid>
		<description><![CDATA[ 
After a long time, I&#8217;ve finally put up my home page at GotChance.com. The basic color scheme I took from my previous website NitrogenDesigns.com which I am closing down. In this post, I&#8217;ll list down the scripts and softwares that I used in the process of making of GotChance.com

Desktop Apps :

PSPad Text Editor &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p align="center"><a href="http://gotchance.com/"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="192" alt="gotchance" src="http://gotchance.com/blog/wp-content/uploads/2008/AtlastGotChance.comisOnline_13E9B/gotchance.png" width="240" align="right" border="0"></a> </p>
<p align="left">After a long time, I&#8217;ve finally put up my home page at <a href="http://gotchance.com/">GotChance.com</a>. The basic color scheme I took from my previous website <a href="http://nitrogendesigns.com">NitrogenDesigns.com</a> which I am closing down. In this post, I&#8217;ll list down the scripts and softwares that I used in the process of making of GotChance.com</p>
<p align="left">
<h2>Desktop Apps :</h2>
<ul>
<li><a href="http://www.pspad.com/" target="_blank">PSPad Text Editor</a> &#8211; all the coding work
<li><a href="http://www.adobe.com/products/photoshop" target="_blank">Adobe Photoshop</a> &#8211; all the design work
<li><a href="http://mozilla.com/firefox" target="_blank">Mozilla Firefox</a> &#8211; just testing (primary)
<li><a href="http://google.com/chrome" target="_blank">Google Chrome</a> &#8211; testing, but secondary
<li><a href="http://www.microsoft.com/windows/products/winfamily/ie/default.mspx" target="_blank">Internet Explorer</a> &#8211; testing, also secondary
<li><a href="http://www.easyphp.org" target="_blank">EasyPHP</a> &#8211; to run the php scripts on my local pc
<li><a href="http://entropymine.com/jason/tweakpng/" target="_blank">TweakPNG</a> &#8211; to fix the IE-PNG bug
<li><a href="http://www.foobar2000.org" target="_blank">foobar2000</a> &#8211; just to ease my ears while I worked :P </li>
</ul>
<p>
<h2>Others :</h2>
<ul>
<li><a href="http://www.prototypejs.org/" target="_blank">Prototype framework</a></li>
<li><a href="http://particletree.com/features/lightbox-gone-wild/" target="_blank">Lightbox gone wild</a></li>
<li><a href="http://simplepie.org/" target="_blank">SimplePie RSS Parser</a></li>
<li><a href="http://php.net" target="_blank">PHP</a>, <a href="http://www.w3.org/TR/xhtml1/" target="_blank">XHTML</a>, <a href="http://www.w3.org/Style/CSS" target="_blank">CSS</a></li>
</ul>
<p>If you wanna know how I did something, feel free to ask in comments. I&#8217;d be glad to make a write up.</p>
<hr /><h2>Related posts:</h2><ul><li><a href="http://gotchance.com/blog/2008/10/27/weekly-wrap-up/" rel="bookmark" title="Permanent Link: Weekly Wrap-Up">Weekly Wrap-Up</a></li><li><a href="http://gotchance.com/blog/2007/05/25/gotchancecom-our-new-domain/" rel="bookmark" title="Permanent Link: GotChance.com &#8211; Our new domain">GotChance.com &#8211; Our new domain</a></li><li><a href="http://gotchance.com/blog/2008/11/03/chrome-is-becoming-my-primary-browser/" rel="bookmark" title="Permanent Link: Chrome Is Becoming My Primary Browser">Chrome Is Becoming My Primary Browser</a></li><li><a href="http://gotchance.com/blog/2007/06/20/google-acquires-zenter/" rel="bookmark" title="Permanent Link: Google Acquires Zenter">Google Acquires Zenter</a></li><li><a href="http://gotchance.com/blog/2007/06/18/will-i-win-a-24-lcd-monitor/" rel="bookmark" title="Permanent Link: Will i win a 24&#8243; LCd Monitor ?">Will i win a 24&#8243; LCd Monitor ?</a></li></ul><hr /><small>Copyright &copy; <a href="http://gotchance.com/blog/">GotChance</a> 2008 -  (DF: ca71e7c626327bc5b73b1b2217b0478f)</small>]]></content:encoded>
			<wfw:commentRss>http://gotchance.com/blog/2008/10/23/at-last-gotchancecom-is-online/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Block Magazine and Revolution News Themes</title>
		<link>http://gotchance.com/blog/2007/10/26/block-magazine-and-revolution-news-themes/</link>
		<comments>http://gotchance.com/blog/2007/10/26/block-magazine-and-revolution-news-themes/#comments</comments>
		<pubDate>Fri, 26 Oct 2007 16:01:50 +0000</pubDate>
		<dc:creator>Hari</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Wordpress Themes]]></category>

		<guid isPermaLink="false">http://gotchance.com/2007/10/26/block-magazine-and-revolution-news-themes/</guid>
		<description><![CDATA[This is the second post in my Comparison of Magazine Themes series. In this post, weâ€™ll see about Block Magazine Theme and Revolution News Theme. I chose these two because they were so close in the layout and look.
Block Magazine
Block Magazine is a paid theme by Adii and is sold at UBD. magazine-style theme. After [...]]]></description>
			<content:encoded><![CDATA[<p>This is the second post in my <a href="http://gotchance.com/2007/10/21/comparision-of-6-magazine-wordpress-themes/">Comparison of Magazine Themes</a> series. In this post, weâ€™ll see about <a href="http://themasterplan.in/themes/the-morning-after/">Block Magazine Theme</a> and <a href="http://www.adii.co.za/revolution/">Revolution News Theme</a>. I chose these two because they were so close in the layout and look.</p>
<h2>Block Magazine</h2>
<p><a href="http://adii.co.za/blockmag/">Block Magazine</a> is a paid theme by <a href="http://www.adii.co.za/">Adii</a> and is sold at <a href="http://www.uniqueblogdesigns.com/exclusive-themes/">UBD</a>. magazine-style theme. After seeing themes like The Morning After and Revolution News themes, i have to say that there is nothing special in this theme. As in the Your Revolution theme, i don&#8217;t like the colors. Too flashy. I like the way the Recent Posts, Popular Posts and the Recent Comments are displayed. That saves good space. The &#8220;Welcome&#8221; block on the top right, sorta degrades the theme&#8217;s quality. I&#8217;m not going to go deep into discussing this theme. There is nothing special in this theme when compared to Adii&#8217;s nex <a href="http://www.adii.co.za/2007/10/23/premium-news-theme-revisions-functions-features/">Premium News</a> theme. That is a really nice one.</p>
<h2>Revolution News Theme</h2>
<p><a href="http://news.revolutiontheme.com/demo/">Revolution News</a> theme is a paid magazine-style theme by the popular Wordpress themer <a href="http://www.briangardner.com/">Brian Gardner</a>. This theme basically comes in three flavors : Magazine, News, Sports. But, all the three have a magazine-style layout. Each of them costs $100 with a single-domain license. I wouldn&#8217;t say the price is too high. But, it could have been better.<br />
Coming on to the theme itself, the colors are very pleasant on the eyes. Very clean layout. I like all the three styles&#8217; layout. The &#8220;Subscribe&#8221; button could have been made better. The category pages follow a layout similar to the homepage and looks nice. Nothing much to complain about in this theme and that too without using it.</p>
<h3>Pros</h3>
<ul>
<li>Good ad position</li>
<li>Clean layout and colors</li>
<li>Different styles available</li>
</ul>
<h3>Cons</h3>
<ul>
<li>The price&#8230;</li>
<li>The basic stylesheet (link style etc..) is kinda boring. Could have been more Web2.0-ish</li>
</ul>
<hr /><h2>Related posts:</h2><ul><li><a href="http://gotchance.com/blog/2007/10/21/comparision-of-6-magazine-wordpress-themes/" rel="bookmark" title="Permanent Link: Comparision of 6 Magazine Wordpress Themes">Comparision of 6 Magazine Wordpress Themes</a></li><li><a href="http://gotchance.com/blog/2008/10/31/when-to-use-a-magazine-theme/" rel="bookmark" title="Permanent Link: When To Use A Magazine Theme ?">When To Use A Magazine Theme ?</a></li><li><a href="http://gotchance.com/blog/2007/10/24/the-morning-after-vs-your-revolution/" rel="bookmark" title="Permanent Link: The Morning After vs. Your Revolution">The Morning After vs. Your Revolution</a></li><li><a href="http://gotchance.com/blog/2008/11/02/10-sites-you-can-develop-with-wordpress/" rel="bookmark" title="Permanent Link: 10 Sites You Can Develop With Wordpress">10 Sites You Can Develop With Wordpress</a></li><li><a href="http://gotchance.com/blog/2007/06/17/wp-zipper-extends-to-add-themes/" rel="bookmark" title="Permanent Link: WP Zipper Extends to add Themes">WP Zipper Extends to add Themes</a></li></ul><hr /><small>Copyright &copy; <a href="http://gotchance.com/blog/">GotChance</a> 2008 -  (DF: ca71e7c626327bc5b73b1b2217b0478f)</small>]]></content:encoded>
			<wfw:commentRss>http://gotchance.com/blog/2007/10/26/block-magazine-and-revolution-news-themes/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>The Morning After vs. Your Revolution</title>
		<link>http://gotchance.com/blog/2007/10/24/the-morning-after-vs-your-revolution/</link>
		<comments>http://gotchance.com/blog/2007/10/24/the-morning-after-vs-your-revolution/#comments</comments>
		<pubDate>Wed, 24 Oct 2007 16:32:53 +0000</pubDate>
		<dc:creator>Hari</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Wordpress Themes]]></category>

		<guid isPermaLink="false">http://gotchance.com/2007/10/24/the-morning-after-vs-your-revolution/</guid>
		<description><![CDATA[This is the first post in my Comparison of Magazine Themes series. In this post, we&#8217;ll see about The Morning After and Your Revolution. I chose these two because they were so close in the layout and look.
The Morning After
The Morning After is a free magazine-like theme by Arun Kale. The theme was created based [...]]]></description>
			<content:encoded><![CDATA[<p>This is the first post in my Comparison of Magazine Themes series. In this post, we&#8217;ll see about <a href="http://themasterplan.in/themes/the-morning-after/">The Morning After</a> and <a href="http://www.adii.co.za/revolution/">Your Revolution</a>. I chose these two because they were so close in the layout and look.</p>
<h2>The Morning After</h2>
<p><a href="http://themasterplan.in/themes/the-morning-after/">The Morning After</a> is a free magazine-like theme by Arun Kale. The theme was created based on a brief survey on the WordPress forums about what people would want to see in a unique magazine-style theme. <strike>To my knowledge, it is the first magazine-style theme to be released</strike>(see below). Not only the first, it is my favorite. I use this personally on one of my sites and i&#8217;m loving this. This theme has many features that are essential for a magazine. Especially, i really appreciate the use of Custom Fields. I love the way the posts are displayed on the homepage, and the recent posts section. The Morning After doesn&#8217;t fall behind on the post display page also. It is very nice too like a professional magazine. If i wanted to choose a magazine-style theme and didn&#8217;t have money to spend, i&#8217;d definitely choose The Morning After. To look at an excellent implementation of The Morning After, go to <a href="http://www.popsofa.com/">PopSofa.com</a></p>
<h3>Pros</h3>
<ul>
<li>Excellent Layout</li>
<li>Very good use of Custom Fields</li>
<li>Integration with Email Posts Plugin (a typical magazine feature)</li>
</ul>
<h3>Cons</h3>
<ul>
<li>Colorless. By default it is fully in grayscale</li>
</ul>
<h2>Your Revolution</h2>
<p>First of all i&#8217;d like to tell that i have no personal vengeance against <a href="http://www.adii.co.za/">Adii</a> and this post is truly unbiased. The first thing that stuck me when i saw <a href="http://www.adii.co.za/revolution/">Your Revolution</a> was its color. It was too bright and was a heavy strain on my eye. Of course, i complained that The Morning After was colorless. But, i didn&#8217;t want this much color either. Anything like the <a href="http://news.revolutiontheme.com/">Revolution News Theme</a> will be optimal. Coming back to Your Revolution, i&#8217;d tell that it gives less emphasis for the posts on the frontpage. That is, the first and the second column on the frontpage are equally wide. But, its is logical that the first column needs to be wider than the second.</p>
<p>Your Revolution gives excellent position for the 300 x 250 advertisement, which was absent in The Morning After. Your Revolution&#8217;s single post page look impressive too. Though Your Revolution&#8217;s category page is nice, i like The Morning After&#8217;s better. Also, Your Revolution has a poor header design which is a big drawback. To conclude, i&#8217;d say that Your Revolution isn&#8217;t worth your bucks when The Morning After is available for free.</p>
<h3>Pros</h3>
<ul>
<li>Good Positioning for Advertisement</li>
</ul>
<h3>Cons</h3>
<ul>
<li>The color scheme</li>
<li>Poor header design</li>
<li>The &#8220;Can-do-better&#8221; type of layout</li>
</ul>
<p>UPDATE : Sorry to have mentioned that The Morning After was the first Magazine-style theme. Its looks like <a href="http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/">Mimbo Magazine</a> theme was released before The Morning After. Sorry for the mistake. Thanks for letting me know Darren.</p>
<hr /><h2>Related posts:</h2><ul><li><a href="http://gotchance.com/blog/2007/10/21/comparision-of-6-magazine-wordpress-themes/" rel="bookmark" title="Permanent Link: Comparision of 6 Magazine Wordpress Themes">Comparision of 6 Magazine Wordpress Themes</a></li><li><a href="http://gotchance.com/blog/2007/10/26/block-magazine-and-revolution-news-themes/" rel="bookmark" title="Permanent Link: Block Magazine and Revolution News Themes">Block Magazine and Revolution News Themes</a></li><li><a href="http://gotchance.com/blog/2008/10/31/when-to-use-a-magazine-theme/" rel="bookmark" title="Permanent Link: When To Use A Magazine Theme ?">When To Use A Magazine Theme ?</a></li><li><a href="http://gotchance.com/blog/2008/03/25/new-popular-twitter-followers/" rel="bookmark" title="Permanent Link: New Popular Twitter Followers">New Popular Twitter Followers</a></li><li><a href="http://gotchance.com/blog/2007/06/17/wp-zipper-extends-to-add-themes/" rel="bookmark" title="Permanent Link: WP Zipper Extends to add Themes">WP Zipper Extends to add Themes</a></li></ul><hr /><small>Copyright &copy; <a href="http://gotchance.com/blog/">GotChance</a> 2008 -  (DF: ca71e7c626327bc5b73b1b2217b0478f)</small>]]></content:encoded>
			<wfw:commentRss>http://gotchance.com/blog/2007/10/24/the-morning-after-vs-your-revolution/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Comparision of 6 Magazine Wordpress Themes</title>
		<link>http://gotchance.com/blog/2007/10/21/comparision-of-6-magazine-wordpress-themes/</link>
		<comments>http://gotchance.com/blog/2007/10/21/comparision-of-6-magazine-wordpress-themes/#comments</comments>
		<pubDate>Sun, 21 Oct 2007 16:47:31 +0000</pubDate>
		<dc:creator>Hari</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Wordpress Themes]]></category>

		<guid isPermaLink="false">http://gotchance.com/2007/10/21/comparision-of-6-magazine-wordpress-themes/</guid>
		<description><![CDATA[A month or two ago, when i was searching for Magazine-style wordpress themes, i found none. But, today, after just a short time, there are 6 magazine-style wordpress theme available. Three of them are free and three of them are paid. In the upcoming posts, i&#8217;ll cover the various aspects of these themes. I&#8217;ll split [...]]]></description>
			<content:encoded><![CDATA[<p>A month or two ago, when i was searching for Magazine-style wordpress themes, i found none. But, today, after just a short time, there are 6 magazine-style wordpress theme available. Three of them are free and three of them are paid. In the upcoming posts, i&#8217;ll cover the various aspects of these themes. I&#8217;ll split this into three posts and will post in the upcoming days.</p>
<p>As of now, i&#8217;ll post the list of them. I&#8217;ve ranked them in terms of look, feature, quality and others.</p>
<ol>
<li><a href="http://themasterplan.in/themes/the-morning-after/">The Morning After</a> &#8211; <em>Free</em></li>
<li><a href="http://news.revolutiontheme.com/">Revolution News Theme</a> &#8211; <em>Paid</em> &#8211; (wanted to rank this the same as &#8220;The Morning After&#8221;. But &#8220;The Morning After&#8221; won over because it is Free)</li>
<li><a href="http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/">Mimbo Magazine Theme</a> &#8211; <em>Free</em></li>
<li><a href="http://adii.co.za/blockmag/">Block Magazine</a> &#8211; <em>Paid</em></li>
<li><a href="http://adii.co.za/revolution/">Your Revolution</a> &#8211; <em>Paid</em></li>
<li><a href="http://www.wpdesigner.com/2007/10/06/jello-wala-mello-wordpress-theme/">Jello Wala Mello</a> &#8211; <em>Free</em></li>
</ol>
<p>I&#8217;d like to tell that, the ranking mentioned in this post is in no way influenced by <a href="http://gotchance.com/2007/10/20/wpdesigner-reviews-unique-blog-designs/">my previous post</a>. I&#8217;ll write more about these themes in my upcoming posts.</p>
<hr /><h2>Related posts:</h2><ul><li><a href="http://gotchance.com/blog/2007/10/26/block-magazine-and-revolution-news-themes/" rel="bookmark" title="Permanent Link: Block Magazine and Revolution News Themes">Block Magazine and Revolution News Themes</a></li><li><a href="http://gotchance.com/blog/2008/10/31/when-to-use-a-magazine-theme/" rel="bookmark" title="Permanent Link: When To Use A Magazine Theme ?">When To Use A Magazine Theme ?</a></li><li><a href="http://gotchance.com/blog/2007/10/24/the-morning-after-vs-your-revolution/" rel="bookmark" title="Permanent Link: The Morning After vs. Your Revolution">The Morning After vs. Your Revolution</a></li><li><a href="http://gotchance.com/blog/2008/11/02/10-sites-you-can-develop-with-wordpress/" rel="bookmark" title="Permanent Link: 10 Sites You Can Develop With Wordpress">10 Sites You Can Develop With Wordpress</a></li><li><a href="http://gotchance.com/blog/2007/06/02/aquaria-wordpress-theme/" rel="bookmark" title="Permanent Link: Aquaria &#8211; Wordpress Theme">Aquaria &#8211; Wordpress Theme</a></li></ul><hr /><small>Copyright &copy; <a href="http://gotchance.com/blog/">GotChance</a> 2008 -  (DF: ca71e7c626327bc5b73b1b2217b0478f)</small>]]></content:encoded>
			<wfw:commentRss>http://gotchance.com/blog/2007/10/21/comparision-of-6-magazine-wordpress-themes/feed/</wfw:commentRss>
		<slash:comments>52</slash:comments>
		</item>
		<item>
		<title>WPDesigner reviews Unique Blog Designs</title>
		<link>http://gotchance.com/blog/2007/10/20/wpdesigner-reviews-unique-blog-designs/</link>
		<comments>http://gotchance.com/blog/2007/10/20/wpdesigner-reviews-unique-blog-designs/#comments</comments>
		<pubDate>Sat, 20 Oct 2007 09:48:17 +0000</pubDate>
		<dc:creator>Hari</dc:creator>
				<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://gotchance.com/2007/10/20/wpdesigner-reviews-unique-blog-designs/</guid>
		<description><![CDATA[Last week, Small Potato from WPDesigner posted a review about Nate Whitehill&#8217;s Unique Blog Designs. All the points that he made are very true. In fact, thats what i had felt about them.  Even normal Wordpress Design companies do Unique designs. But, having the word &#8220;Unique&#8221; in their name, UBD doesn&#8217;t do Unique themes. [...]]]></description>
			<content:encoded><![CDATA[<p>Last week, Small Potato from <a href="http://www.wpdesigner.com/">WPDesigner</a> posted a <a href="http://www.wpdesigner.com/2007/10/14/uniqueblogdesignscom-review-the-elephant-in-the-room/">review</a> about Nate Whitehill&#8217;s Unique Blog Designs. All the points that he made are very true. In fact, thats what i had felt about them.  Even normal Wordpress Design companies do Unique designs. But, having the word &#8220;Unique&#8221; in their name, UBD doesn&#8217;t do Unique themes. Check out these sites designed by UBD :</p>
<ul>
<li><a href="http://natewhitehill.com/">NateWhitehill.com</a></li>
<li><a href="http://johnchow.com/">JohnChow.com</a></li>
<li><a href="http://www.mikepedersengolf.com/">MikePedersenGolf.com</a></li>
<li><a href="http://www.johntp.com/">JohnTP.com</a></li>
<li><a href="http://darin.cc">Darin.cc</a></li>
</ul>
<p>Do you think they are Unique ? Of course, they aren&#8217;t. They are just small variations of each other. So are they worth $799 ? Definitely they aren&#8217;t. Even i&#8217;m a wordpress theme designer and i know how much custom themes are worth. I do unique custom themes from $200. But i just don&#8217;t do it like UBD because i don&#8217;t have enough free time. I just do some freelancing.</p>
<p>Coming back to Small Potato&#8217;s review, i&#8217;d support his review 100%. He has wrote what he had thought and there is nothing wrong in it. I don&#8217;t like the way Adii has responded in the <a href="http://www.wpdesigner.com/2007/10/14/uniqueblogdesignscom-review-the-elephant-in-the-room/#comments">comments</a>. Every blogger has every right to publish anything in his blog. I experienced the same when i wrote negative reviews (<a href="http://myblogcontests.com/2007/10/10/win-prizes-worth-700-from-techtreak/">here</a> &amp; <a href="http://myblogcontests.com/2007/09/30/win-1300-from-geeks-are-sexy/">here</a>) on my <a href="http://myblogcontests.com/">Contest Blog</a>.</p>
<p>The <a href="http://www.wpdesigner.com/2007/10/14/uniqueblogdesignscom-review-the-elephant-in-the-room/#comments">comments section</a> of the post is really interesting. There is very interesting conversation between Adii and SP.</p>
<p>Also, as SP points out, the UBD themes are not of good quality. The are, of course, Poorly made gradients. For eg, check out <a href="http://www.darin.cc/">Darin.cc</a>. It reminds me of designs i used to create when i was 14 years old. <strong>Childish</strong>. To finish off, what Small Potato did is nothing wrong. And Unique Blog Designs does have to change this. They need to be unique. I wouldn&#8217;t be wasting my $800 for a copy-cat-like theme.</p>
<hr /><h2>Related posts:</h2><ul><li><a href="http://gotchance.com/blog/2007/10/21/comparision-of-6-magazine-wordpress-themes/" rel="bookmark" title="Permanent Link: Comparision of 6 Magazine Wordpress Themes">Comparision of 6 Magazine Wordpress Themes</a></li><li><a href="http://gotchance.com/blog/2007/08/17/4-reasons-to-avoid-paid-reviews/" rel="bookmark" title="Permanent Link: 4 Reasons to avoid Paid Reviews">4 Reasons to avoid Paid Reviews</a></li><li><a href="http://gotchance.com/blog/become-a-writer/" rel="bookmark" title="Permanent Link: Become a Writer">Become a Writer</a></li><li><a href="http://gotchance.com/blog/2008/12/21/opening-advertising-options-on-gotchance/" rel="bookmark" title="Permanent Link: Opening Advertising Options On GotChance">Opening Advertising Options On GotChance</a></li><li><a href="http://gotchance.com/blog/2010/05/10/why-i-encourage-lorem-ipsum/" rel="bookmark" title="Permanent Link: Why I Encourage Lorem Ipsum">Why I Encourage Lorem Ipsum</a></li></ul><hr /><small>Copyright &copy; <a href="http://gotchance.com/blog/">GotChance</a> 2008 -  (DF: ca71e7c626327bc5b73b1b2217b0478f)</small>]]></content:encoded>
			<wfw:commentRss>http://gotchance.com/blog/2007/10/20/wpdesigner-reviews-unique-blog-designs/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>A Couple of Google News</title>
		<link>http://gotchance.com/blog/2007/08/25/a-couple-of-google-news/</link>
		<comments>http://gotchance.com/blog/2007/08/25/a-couple-of-google-news/#comments</comments>
		<pubDate>Sat, 25 Aug 2007 07:44:27 +0000</pubDate>
		<dc:creator>Hari</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://gotchance.com/2007/08/25/a-couple-of-google-news/</guid>
		<description><![CDATA[Google is undisputedly my favorite company ever. I was excited when i read about two cool news about the Google.
1) GPhone is coming
TechCrunch pointed out to a news article on Rediff, that mentions that the Google Phone (GPhone) might be out in a fortnight. The article also states that Google is in talks with a [...]]]></description>
			<content:encoded><![CDATA[<p>Google is undisputedly my favorite company ever. I was excited when i read about two cool news about the Google.</p>
<h3>1) GPhone is coming</h3>
<p>TechCrunch pointed out to a news article <a href="http://www.rediff.com/money/2007/aug/24gphone.htm">on Rediff</a>, that mentions that the Google Phone (GPhone) might be out in a fortnight. The article also states that Google is in talks with a couple of Indian mobile service providers, which is absolutely fantastic. And, for this reason, GPhone may hit India before iPhone does and will be more popular than iPhone among Indians. This is what makes Google different. They see India as a potential market, whereas the others don&#8217;t.<br />
<center><a href="http://gotchance.com/blog/wp-content/uploads/2007/08/gphone.png" title="GPhone"><img src="http://gotchance.com/blog/wp-content/uploads/2007/08/gphone.png" alt="GPhone" /></a></center></p>
<h3>2) Orkut ReDesign</h3>
<p>This one is more official than the GPhone article. The orkut blog <a href="http://en.blog.orkut.com/2007/08/redesign-preview-true-blue-simplicity.html#links">announced today</a> that there is a redesign under the works. They will be releasing it to groups of users in the coming weeks. This is awesome too. As everyone knows, Orkut is the most popular social network in India and Brazil and i&#8217;m a fan of it too. But, why ? It has a more of an Indian touch. I don&#8217;t know how else to explain.<br />
This redesign is definitely going to be a successful one. So far, <a href="http://www.techcrunch.com/2007/08/24/orkut-redesign-borrrrrring/#comments">the comments</a> about the design are positive.<br />
<a href='http://gotchance.com/blog/wp-content/uploads/2007/08/new-homepage-en-1.png' title='Orkut Redesign'><img src='http://gotchance.com/blog/wp-content/uploads/2007/08/new-homepage-en-1.png' alt='Orkut Redesign' /></a><br />
<strong>UPDATE :</strong> Google Discovery <a href="http://www.googlediscovery.com/2007/08/24/orkut-estreia-nova-e-elegante-interface/">has more pictures</a> of the new design. <a href="http://dreamchaser.go4i.net/">Vinay</a> claims thats the new design has been enabled for him. He has some <a href="http://www.flickr.com/photos/dreampics/collections/72157601647543527/">screenshots on Flickr</a>. Can&#8217;t wait to have it on my account.</p>
<hr /><h2>Related posts:</h2><ul><li><a href="http://gotchance.com/blog/2010/05/09/all-new-gotchance-com/" rel="bookmark" title="Permanent Link: All New GotChance.com">All New GotChance.com</a></li><li><a href="http://gotchance.com/blog/2007/10/26/block-magazine-and-revolution-news-themes/" rel="bookmark" title="Permanent Link: Block Magazine and Revolution News Themes">Block Magazine and Revolution News Themes</a></li><li><a href="http://gotchance.com/blog/2007/05/31/googles-animated-homepage/" rel="bookmark" title="Permanent Link: Google&#8217;s animated Homepage">Google&#8217;s animated Homepage</a></li><li><a href="http://gotchance.com/blog/2007/06/13/omg-yahoos-new-celebrity-site/" rel="bookmark" title="Permanent Link: OMG &#8211; Yahoo&#8217;s new celebrity site">OMG &#8211; Yahoo&#8217;s new celebrity site</a></li><li><a href="http://gotchance.com/blog/2007/10/21/comparision-of-6-magazine-wordpress-themes/" rel="bookmark" title="Permanent Link: Comparision of 6 Magazine Wordpress Themes">Comparision of 6 Magazine Wordpress Themes</a></li></ul><hr /><small>Copyright &copy; <a href="http://gotchance.com/blog/">GotChance</a> 2008 -  (DF: ca71e7c626327bc5b73b1b2217b0478f)</small>]]></content:encoded>
			<wfw:commentRss>http://gotchance.com/blog/2007/08/25/a-couple-of-google-news/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>New Design for Got Chance</title>
		<link>http://gotchance.com/blog/2007/07/20/new-design-for-got-chance/</link>
		<comments>http://gotchance.com/blog/2007/07/20/new-design-for-got-chance/#comments</comments>
		<pubDate>Fri, 20 Jul 2007 12:59:44 +0000</pubDate>
		<dc:creator>Hari</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://gotchance.com/2007/07/20/new-design-for-got-chance/</guid>
		<description><![CDATA[Over the past comments, i heard a lot of positive comments on this blog&#8217;s design. I also heard that it was too simple. I felt the same too. So, i decided to do a redesign. But, this blog is too new for a redesign. So, why not a partial redesign instead of a complete one. [...]]]></description>
			<content:encoded><![CDATA[<p>Over the past comments, i heard a lot of positive comments on this blog&#8217;s design. I also heard that it was too simple. I felt the same too. So, i decided to do a redesign. But, this blog is too new for a redesign. So, why not a partial redesign instead of a complete one. And now it is here. The main change is speed. I removed a lot of big images and the Stripes background so that the blog can load faster. Also, this new version of GotChance has a new and better top menu. I have added another sidebar. One contains the usual links and stuff. The new sidebar contains the sponsors links. If you&#8217;d like your banner to be added too, you can <a href="http://gotchance.com/contact/">contact me</a> to know about the price and other details.</p>
<p>If you have any comments or suggestions on the new design, feel free to share them with me.</p>
<hr /><h2>Related posts:</h2><ul><li><a href="http://gotchance.com/blog/2007/06/24/my-odiogo-podcast/" rel="bookmark" title="Permanent Link: My Odiogo Podcast">My Odiogo Podcast</a></li><li><a href="http://gotchance.com/blog/2010/05/10/why-i-encourage-lorem-ipsum/" rel="bookmark" title="Permanent Link: Why I Encourage Lorem Ipsum">Why I Encourage Lorem Ipsum</a></li><li><a href="http://gotchance.com/blog/become-a-writer/" rel="bookmark" title="Permanent Link: Become a Writer">Become a Writer</a></li><li><a href="http://gotchance.com/blog/welcome-to-got-chance/" rel="bookmark" title="Permanent Link: Welcome To Got Chance">Welcome To Got Chance</a></li><li><a href="http://gotchance.com/blog/2008/11/12/new-design-goes-live/" rel="bookmark" title="Permanent Link: New Design Goes Live">New Design Goes Live</a></li></ul><hr /><small>Copyright &copy; <a href="http://gotchance.com/blog/">GotChance</a> 2008 -  (DF: ca71e7c626327bc5b73b1b2217b0478f)</small>]]></content:encoded>
			<wfw:commentRss>http://gotchance.com/blog/2007/07/20/new-design-for-got-chance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
