<?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>Cosmos Blog &#187; Form</title>
	<atom:link href="http://www.cosmos-blog.com/tag/form/feed" rel="self" type="application/rss+xml" />
	<link>http://www.cosmos-blog.com</link>
	<description>Internet News,Design,Resources,icon,wordpress,photoshop,Tutorial,tools,Technology,Make Money,fonts</description>
	<lastBuildDate>Sat, 31 Jul 2010 01:03:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>The Ways To Make Your Blog’s Comment Form Stand Out</title>
		<link>http://www.cosmos-blog.com/the-ways-to-make-your-blog%e2%80%99s-comment-form-stand-out</link>
		<comments>http://www.cosmos-blog.com/the-ways-to-make-your-blog%e2%80%99s-comment-form-stand-out#comments</comments>
		<pubDate>Mon, 09 Nov 2009 02:40:06 +0000</pubDate>
		<dc:creator>cosmos</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Comment]]></category>
		<category><![CDATA[Form]]></category>

		<guid isPermaLink="false">http://www.cosmos-blog.com/?p=4340</guid>
		<description><![CDATA[Wordpress comment form is usually the left out portion of most blog designs. Most blog designers do not care to make the comment form unique and stylish but just create it in a hurry. Here are 10 ways with examples to make your blog&#8217;s comment form stand out from the crowd.
1. Change the Layout

Most wordpress [...]]]></description>
			<content:encoded><![CDATA[<div id="lw_context_ads"><p><span class='wp_keywordlink_affiliate'><a href="http://www.cosmos-blog.com/tag/wordpress" target="_blank">Wordpress</a></span> comment form is usually the left out portion of most blog designs. Most blog designers do not care to make the comment form unique and stylish but just create it in a hurry. Here are 10 ways with examples to make your blog&rsquo;s comment form stand out from the crowd.</p>
<h3>1. Change the Layout</h3>
<p><img class="largepostimage" title="WordPress Comment Form" height="337" alt="WordPress Comment Form" src="http://www.cosmos-blog.com/wp-content/uploads/auto_save_image/2009/11/1040069si.png" width="466" /><br />
Most wordpress theme developers do not give much thought into changing the layout of comment form and usually use the same layout as in the default wordpress theme. By creating a different layout of comment form, you can make your blog stand out from the crowd. Here are some nice comment form layouts you can get inspiration from to create a different and unique layout for your net blog design.</p>
<h4>Name, Email, URL in line</h4>
<p><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.labnol.org');" href="http://www.labnol.org/"><img class="largepostimage" title="Name, Email, URL at top inline" height="362" alt="" src="http://www.cosmos-blog.com/wp-content/uploads/auto_save_image/2009/11/104006IXz.png" width="556" modo="false" /></a></p>
<h4>Name, Email, URL in line at bottom</h4>
<p><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://corp.viewzi.com/index.php/v2/blog');" href="http://corp.viewzi.com/index.php/v2/blog"><img class="alignnone" title="Name Email URL to the bottom in line" height="296" alt="" src="http://www.cosmos-blog.com/wp-content/uploads/auto_save_image/2009/11/104006QD3.png" width="619" modo="false" /></a></p>
<h4>Name, Email, URL to right</h4>
<p><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://jontangerine.com/');" href="http://jontangerine.com/"><img class="largepostimage" title="Comment Form With Name, Email, URL to right" height="256" alt="" src="http://www.cosmos-blog.com/wp-content/uploads/auto_save_image/2009/11/104007Yin.png" width="620" modo="false" /></a></p>
<h4>Name, Email, URL to the left</h4>
<p><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://blog.popstalin.com/');" href="http://blog.popstalin.com/"><img class="largepostimage" title="Name, Email URL to left" height="290" alt="" src="http://www.cosmos-blog.com/wp-content/uploads/auto_save_image/2009/11/104007kbX.png" width="620" modo="false" /></a></p>
<h4>Name, Email, URL after comment area</h4>
<p><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://net.tutsplus.com');" href="http://net.tutsplus.com/"><img class="largepostimage" title="Name URL Email after comment area" height="394" alt="" src="http://www.cosmos-blog.com/wp-content/uploads/auto_save_image/2009/11/104007RKc.png" width="613" modo="false" /></a></p>
<h3>2. Using tabindex</h3>
<p>tabindex is the attribute for form elements using which you can decide the tab order that is where to focus next when user presses tab to proceed to next input field. By default, tab index will be the order in which input fields are present in html code. But if you change the layout, it will be better to specify tabindex attribute with input fields.</p>
<p><img class="largepostimage" title="tabindex in form fields" height="137" alt="tabindex in form fields" src="http://www.cosmos-blog.com/wp-content/uploads/auto_save_image/2009/11/104007uds.png" width="580" /></p>
<h3>3. Use label and fieldset</h3>
<p>The comment forms should be accessible to all, even those who use screen readers, they should be able to comment on your blog. <em>label</em> and <em>fieldset</em> tags make your comment form more accessible as screen readers use information in label tag to specify input fields.<br />
<img class="largepostimage" title="label and fieldset tags" height="124" alt="" src="http://www.cosmos-blog.com/wp-content/uploads/auto_save_image/2009/11/104007thq.png" width="617" /></p>
<h3>4. Highlight Field in Focus</h3>
<p><img class="largepostimage" title="Highlight Field in Focus" height="301" alt="" src="http://www.cosmos-blog.com/wp-content/uploads/auto_save_image/2009/11/104007zfo.png" width="606" /><br />
Highlighting the input field currently in focus makes your comment form more usable. You can use the <code>:focus</code> pseudo CSS selector to define styles for highlighting field in focus.<br />
But the CSS technique does not work everywhere as older versions of IE do not recognize <code>:focus</code> pseudo selector. For that You can use JavaScript. Here&rsquo;s the sample code in jQuery to highlight field in focus.</p>
<div class="dp-highlighter">
<ol class="dp-c">
<li class="alt"><span><span>$(</span><span class="string">&#8216;input&#8217;</span><span>).focus(</span><span class="keyword"><strong>function</strong></span><span>(){ &nbsp;&nbsp;</span></span></li>
<li class=""><span>&nbsp;&nbsp;&nbsp;&nbsp;$(</span><span class="keyword"><strong>this</strong></span><span>).css(</span><span class="string">&#8216;border-color&#8217;</span><span>,&nbsp;</span><span class="string">&#8216;#000&#8242;</span><span>); &nbsp;&nbsp;</span></li>
<li class="alt"><span>}) &nbsp;&nbsp;</span></li>
<li class=""><span>.blur(</span><span class="keyword"><strong>function</strong></span><span>(){ &nbsp;&nbsp;</span></li>
<li class="alt"><span>&nbsp;&nbsp;&nbsp;&nbsp;$(</span><span class="keyword"><strong>this</strong></span><span>).css(</span><span class="string">&#8216;border-color&#8217;</span><span>,&nbsp;</span><span class="string">&#8216;#666&#8242;</span><span>); &nbsp;&nbsp;</span></li>
<li class=""><span>});&nbsp;&nbsp;</span></li>
</ol>
</div>
<pre class="js" style="display: none" name="code">$('input').focus(function(){
	$(this).css('border-color', '#000');
})
.blur(function(){
	$(this).css('border-color', '#666');
});</pre>
<h3>5. Add a Formatting Toolbar to <span class='wp_keywordlink_affiliate'><a href="http://www.cosmos-blog.com/tag/comment" target="_blank">Comment</a></span> textarea</h3>
<p><img class="largepostimage" title="WYSIWIG Comment Editor" height="334" alt="" src="http://www.cosmos-blog.com/wp-content/uploads/auto_save_image/2009/11/104007b9k.jpg" width="500" /><br />
This one is not that necessary but if you want to enhance user experience by providing them with options to format their comment, you should consider adding a WYSIWIG text editor toolbar to your comment textarea. Here&rsquo;s a nice plugin called <a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://wordpress.org/extend/plugins/tinymcecomments');" href="http://wordpress.org/extend/plugins/tinymcecomments">TinyMCE Comments</a> that utilizes the same editor which is used in <span class='wp_keywordlink'><a href="http://www.cosmos-blog.com/tag/wordpress">WordPress</a></span> Admin area.</p>
<h3>6. Let Users Subscribe To Comments</h3>
<p>This is a must have feature for any <span class='wp_keywordlink'><a href="http://www.cosmos-blog.com/tag/wordpress">WordPress</a></span> blog as it lets users know if anyone has replied to their comment or added some useful information to the article. You can use <a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://txfx.net/code/wordpress/subscribe-to-comments/');" href="http://txfx.net/code/wordpress/subscribe-to-comments/">Subscribe to Comments</a> <span class='wp_keywordlink'><a href="http://www.cosmos-blog.com/tag/wordpress">WordPress</a></span> plugin to add this functionality.</p>
<h3>7. Show Errors Instantly</h3>
<p>In WordPress, if comment form data has some errors, users are taken to a new page that only displays error message and nothing else. As a result user has to click back button and sometimes comment data is lost which will have to be typed again.</p>
<p>It is always a nice idea to have form validation on the spot using JavaScript and display error messages to user as he leaves a particular field rather than form posting back to server and then coming out with errors. Here&rsquo;s a nice tutorial on adding <a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://net.tutsplus.com/tutorials/wordpress/adding-form-validation-to-wordpress-comments-using-jquery/');" href="http://net.tutsplus.com/tutorials/wordpress/adding-form-validation-to-wordpress-comments-using-jquery/">form validation with jQuery</a>.</p>
<p><img class="largepostimage" title="Comment Form Validation using JavaScript" height="170" alt="On the spot Form Validation" src="http://www.cosmos-blog.com/wp-content/uploads/auto_save_image/2009/11/104008PSa.png" width="453" /></p>
<h3>8. Preview Comments</h3>
<p><img class="largepostimage" title="Comment Preview" height="295" alt="Comment Preview" src="http://www.cosmos-blog.com/wp-content/uploads/auto_save_image/2009/11/104008Kec.png" width="474" /><br />
Letting the user have a chance to see what they are about to post prevents not only spell mistakes or grammatical errors but also gives them a chance to have a second thought over what they have written. There are some nice plugins like <a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://wordpress.org/extend/plugins/live-comment-preview/');" href="http://wordpress.org/extend/plugins/live-comment-preview/">Live Comment Preview</a> to add this type of feature into WordPress comment form.<br />
But the question is not only the preview functionality but also where the preview will be shown, Lorelle VanFossen has written a good tutorial about <a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://lorelle.wordpress.com/2006/04/01/comment-live-preview-placement/');" href="http://lorelle.wordpress.com/2006/04/01/comment-live-preview-placement/">live comment preview position</a>.</p>
<h3>9. Edit <span class='wp_keywordlink_affiliate'><a href="http://www.cosmos-blog.com/tag/comment" target="_blank">Comment</a></span> After Posting</h3>
<p><img class="largepostimage" title="AJAX Edit Comments" height="100" alt="AJAX Edit Comments" src="http://www.cosmos-blog.com/wp-content/uploads/auto_save_image/2009/11/104008Suz.jpg" width="353" /><br />
An option to edit comment after posting will certainly make your site more usable as user will have the option to correct any mistakes in the comment text or it is possible that user has changed his mind and wants to change or add something to the comment. <a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://wordpress.org/extend/plugins/wp-ajax-edit-comments/');" href="http://wordpress.org/extend/plugins/wp-ajax-edit-comments/">WP AJAX Edit Comments</a> plugin for WordPress will give users an option to edit their comments within set time interval after posting comment.</p>
<h3>10. Spice Up With Graphics</h3>
<p>Using some fancy graphics to style your comment form will give it a unique appearance and brand. Moreover, graphics say more than words and will help catch user attention and will motivate them to comment on your blog. Here are some spicy comment forms with appropriate use of graphics.</p>
<p><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.madfrogdesigns.com/');" href="http://www.madfrogdesigns.com/"><img class="largepostimage" title="Malfrog Designs Comment Form" height="411" alt="" src="http://www.cosmos-blog.com/wp-content/uploads/auto_save_image/2009/11/104008EPW.jpg" width="546" modo="false" /></a></p>
<p><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://designdisease.com/blog/');" href="http://designdisease.com/blog/"><img class="largepostimage" title="Design Disease Comment Form" height="234" alt="" src="http://www.cosmos-blog.com/wp-content/uploads/auto_save_image/2009/11/104008lpx.jpg" width="546" modo="false" /></a></p>
<p><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://css-tricks.com/');" href="http://css-tricks.com/"><img class="largepostimage" title="CSS Tricks Comment Form" height="313" alt="" src="http://www.cosmos-blog.com/wp-content/uploads/auto_save_image/2009/11/1040088vj.jpg" width="546" modo="false" /></a></p>
<p><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://ma.tt/');" href="http://ma.tt/"><img class="largepostimage" title="ma.tt Comment Form" height="245" alt="" src="http://www.cosmos-blog.com/wp-content/uploads/auto_save_image/2009/11/104008Qk0.jpg" width="546" modo="false" /></a></p>
<p><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://taufiq-ridha.co.cc');" href="http://taufiq-ridha.co.cc/"><img class="largepostimage" title="Taufiq Ridha Comment Form" height="322" alt="" src="http://www.cosmos-blog.com/wp-content/uploads/auto_save_image/2009/11/104008OQr.jpg" width="546" modo="false" /></a></p>
<p><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.komodomedia.com/blog/');" href="http://www.komodomedia.com/blog/"><img class="largepostimage" title="Komodo Media comment form design" height="437" alt="" src="http://www.cosmos-blog.com/wp-content/uploads/auto_save_image/2009/11/104008deD.jpg" width="546" modo="false" /></a></p>
<p>That&rsquo;s It! With a litlle thought and time, you can make your blog&rsquo;s comment form more usable and enhance the user experience.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.cosmos-blog.com/the-ways-to-make-your-blog%e2%80%99s-comment-form-stand-out/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
