<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Serradinho</title>
	
	<link>http://www.serradinho.com/Blog</link>
	<description>Blogging tips &amp; tricks. WordPress, Thesis &amp; Downloads!</description>
	<lastBuildDate>Sat, 07 Nov 2009 10:28:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<thespringbox:skin xmlns:thespringbox="http://www.thespringbox.com/dtds/thespringbox-1.0.dtd">http://feeds.feedburner.com/SerradinhoBlog?format=skin</thespringbox:skin><creativeCommons:license>http://creativecommons.org/licenses/by/2.0/</creativeCommons:license><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/SerradinhoBlog" type="application/rss+xml" /><feedburner:emailServiceId>SerradinhoBlog</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>Protect your Blog from Brute Force Login Attempts</title>
		<link>http://feedproxy.google.com/~r/SerradinhoBlog/~3/qjQeymkWFDs/protect-your-blog-from-brute-force-login-attempts.htm</link>
		<comments>http://www.serradinho.com/Blog/protect-your-blog-from-brute-force-login-attempts.htm#comments</comments>
		<pubDate>Sat, 07 Nov 2009 08:47:19 +0000</pubDate>
		<dc:creator>John Samuel</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Guest Posts]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[brute force]]></category>
		<category><![CDATA[Login Lockdown]]></category>
		<category><![CDATA[protect your blog]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[wordpress plugins]]></category>

		<guid isPermaLink="false">http://www.serradinho.com/Blog/?p=9264</guid>
		<description><![CDATA[
Every website is prone to some or the other attacks from the spammers and hackers (not the ethical ones). The most common way is by attempting to login to the website or certain accounts. There have been attempts of login to various Twitter accounts of the celebrities in the past.
Accounts which have common or dictionary passwords can be easily attacked. The best approach is to choose a strong password for your account.
If you are a [...]]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/ANHdrPQ0sShnT9IDsGx6pLwpQ0M/0/da"><img src="http://feedads.g.doubleclick.net/~a/ANHdrPQ0sShnT9IDsGx6pLwpQ0M/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/ANHdrPQ0sShnT9IDsGx6pLwpQ0M/1/da"><img src="http://feedads.g.doubleclick.net/~a/ANHdrPQ0sShnT9IDsGx6pLwpQ0M/1/di" border="0" ismap="true"></img></a></p><p><a class="post_image_link" href="http://www.serradinho.com/Blog/protect-your-blog-from-brute-force-login-attempts.htm" title="Permanent link to Protect your Blog from Brute Force Login Attempts"><img class="post_image alignright frame" src="http://www.serradinho.com/Blog/wp-content/uploads/2009/11/rsz_lock.jpg" width="125" height="125" alt="Protect your Blog from Brute Force Login Attempts" title="Protect your Blog from Brute Force Login Attempts" /></a>
</p><p><span class="drop_cap">E</span>very website is prone to some or the other attacks from the spammers and hackers (not the ethical ones). The most common way is by attempting to login to the website or certain accounts. There have been attempts of login to various Twitter accounts of the celebrities in the past.</p>
<p>Accounts which have common or dictionary passwords can be easily attacked. The best approach is to choose a strong password for your account.</p>
<div id="attachment_9282" class="wp-caption aligncenter" style="width: 522px">
	<img class="size-full wp-image-9282" title="Prevent Brute Force Login Attempts" src="http://www.serradinho.com/Blog/wp-content/uploads/2009/11/deadly_attacks_brute_force.jpg" alt="Prevent Brute Force Login Attempts" width="522" height="253" />
	<p class="wp-caption-text">Prevent Brute Force Login Attempts</p>
</div>
<p>If you are a blogger, you should protect your account from such attacks. Choosing a strong password is one option. The second option is to protect your account from brute force attacks. The next question will be &#8220;What is a a Brute Force Attack?&#8221;</p>
<p>A Brute Force Attack is a mechanism to break into a website with all possible combination of passwords till the correct one is found. If your password is simple enough like a word from a dictionary, it can be easily found by the attackers.</p>
<p>Most of the websites lock down accounts for a particular period of time after a certain number of failed login attempts. This ensures the protection of accounts from brute force attacks. You can add the similar feature in your Wordpress blog.</p>
<p>Serradinho introduced <strong>Login Lockdown</strong> in <a href="http://www.serradinho.com/Blog/plugins-i-think-should-be-part-of-wordpress-core-functionality.htm">Plugins that should be part of WordPress core functionality</a>. Login LockDown is a wordpress plugin which protects your accounts from brute force attacks.</p>
<p><strong>How does Login LockDown works?</strong></p>
<p>Login Lockdown makes a record IP and timestamp of every failed login attempts. If a certain number of failed attempts is found within a specified period of time from a particular IP, Login Lockdown blocks all login requests from the same range of IPs for a specified period of time</p>
<p><a href="http://wordpress.org/extend/plugins/login-lockdown/">Download Login LockDown</a></p>
<p>After installation, your Wordpress Login Menu will look something like this</p>
<div class="mceTemp mceIEcenter">
<dl class="wp-caption aligncenter" style="width: 291px;">
<dt><img class="  " title="WordPress Plugin - Login LockDown" src="http://www.serradinho.com/Blog/wp-content/uploads/2009/11/Login-Lockdown-menu-281x300.png" alt="Login Lockdown Login Page" width="281" height="300" /></dt>
<dd> </dd>
</dl>
</div>
<p>The default settings include 3 Maximum Login retries with 5 minutes of Retry Time Restriction and a lockout period of one hour. Depending on your requirement, you can change these settings.</p>
<div class="wp-caption aligncenter" style="width: 217px">
	<img class="  " title="WordPress Plugin - Login LockDown Options" src="http://www.serradinho.com/Blog/wp-content/uploads/2009/11/Login-Lockdown-217x300.png" alt="Login Lockdown 217x300 Protect your Blog from Brute Force Login Attempts" width="217" height="300" />
	<p class="wp-caption-text">WordPress Plugin - Login LockDown Options</p>
</div>
<p>Protect your wordpress account with Lockdrop Login. Do you use any other plugin to protect your account?</p>
<img src="http://feeds.feedburner.com/~r/SerradinhoBlog/~4/qjQeymkWFDs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.serradinho.com/Blog/protect-your-blog-from-brute-force-login-attempts.htm/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		<feedburner:origLink>http://www.serradinho.com/Blog/protect-your-blog-from-brute-force-login-attempts.htm</feedburner:origLink></item>
		<item>
		<title>5 Free eBooks that could help your Business</title>
		<link>http://feedproxy.google.com/~r/SerradinhoBlog/~3/V1QvOK3nQfs/5-free-ebooks-that-could-help-your-business.htm</link>
		<comments>http://www.serradinho.com/Blog/5-free-ebooks-that-could-help-your-business.htm#comments</comments>
		<pubDate>Fri, 06 Nov 2009 05:00:51 +0000</pubDate>
		<dc:creator>George Serradinho</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Web Tools]]></category>
		<category><![CDATA[eBooks]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[ebook]]></category>
		<category><![CDATA[free download]]></category>

		<guid isPermaLink="false">http://www.serradinho.com/Blog/?p=9016</guid>
		<description><![CDATA[
I have 5 more eBooks for you download and try. You could also view the rest of my free downloads to see what else you could need or use.
Profit Tricks
 Create two versions of your e-zine so people  can choose if they want ads included with it or not.  This&#8217;ll attract the people who hate ads to subscribe.  You could also charge a subscription fee to the  e-zine without ads. This [...]]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/XDJyXHNc5xZqvIlwW8jQ8e8tZRw/0/da"><img src="http://feedads.g.doubleclick.net/~a/XDJyXHNc5xZqvIlwW8jQ8e8tZRw/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/XDJyXHNc5xZqvIlwW8jQ8e8tZRw/1/da"><img src="http://feedads.g.doubleclick.net/~a/XDJyXHNc5xZqvIlwW8jQ8e8tZRw/1/di" border="0" ismap="true"></img></a></p><p><a class="post_image_link" href="http://www.serradinho.com/Blog/5-free-ebooks-that-could-help-your-business.htm" title="Permanent link to 5 Free eBooks that could help your Business"><img class="post_image alignright frame" src="http://www.serradinho.com/Blog/wp-content/uploads/2008/12/thumb_free_ebooks.png" width="115" height="112" alt="5 Free eBooks that could help your Business" title="5 Free eBooks that could help your Business" /></a>
</p><p><span class="drop_cap">I</span> have 5 more eBooks for you download and try. You could also view the rest of my <a href="http://www.serradinho.com/Blog/downloads">free downloads</a> to see what else you could need or use.</p>
<h3>Profit Tricks</h3>
<p><img class="alignright size-full wp-image-9019" title="ebook - Profit Tricks" src="http://www.serradinho.com/Blog/wp-content/uploads/2009/10/ebook_profit_tricks.jpg" alt="ebook - Profit Tricks" width="150" height="150" /> Create two versions of your e-zine so people  can choose if they want ads included with it or not.  This&#8217;ll attract the people who hate ads to subscribe.  You could also charge a subscription fee to the  e-zine without ads. This will make up for the lost  advertising revenue.</p>
<p>Create a long-term relationship with your entire  customer base. You can stay in touch with them  through an e-zine, with greeting cards, opt-in lists,<br />
autoresponders, messages boards, chat rooms,  e-mail discussion lists, instant online messages, etc.  When you stay in touch, people don&#8217;t forget about  your business.</p>
<a href="http://www.serradinho.com/Blog/wp-content/plugins/download-monitor/download.php?id=MRR_Profit_Tricks.zip" title="Downloaded 1 times">eBook - Profit Tricks (1) 171.37 KB</a>
<h3>Ad Gladiator</h3>
<p>Gauher Chaudhry has a resource that will give you the insider information that you need to create a killer solo ad using his unique success formula.</p>
<p>He calls this content-packed resource Ad Gladiator.</p>
<p><img class="alignleft size-full wp-image-9022" title="ebook - Ad Gladiator" src="http://www.serradinho.com/Blog/wp-content/uploads/2009/10/ebook_ad_gladiator.jpg" alt="ebook - Ad Gladiator" width="150" height="150" /><br />
You will discover the success formula for solo ads that will help you create a KILLER solo ad campaign that will get you MORE traffic, MORE leads and MORE sales!</p>
<p>For the last six months, Gauher has studied, researched and dissected the best solo ads on the Internet and determined what has made them so wildly successful.  All of these top solo ads were created using the same principles that led to the creation of his success formula.</p>
<p>You can use this success formula to create solo ads that leave your prospects begging for more information. But be careful!  If you miss just one part of the success formula,  then your entire solo ad campaign could fall apart.</p>
<a href="http://www.serradinho.com/Blog/wp-content/plugins/download-monitor/download.php?id=MRR_Ad_Gladiator.zip" title="Downloaded 1 times">eBook - Ad Gladiator (1) 1.52 MB</a>
<h3>7 Ways to Get More Completely Free Web Traffic</h3>
<p><img class="alignright size-full wp-image-9025" title="ebook - 7 Ways to Get More Completely Free Web Traffic " src="http://www.serradinho.com/Blog/wp-content/uploads/2009/10/ebook_7_ways_to_get_free_web_traffic.jpg" alt="ebook - 7 Ways to Get More Completely Free Web Traffic " width="150" height="150" /></p>
<p>This report contains 7 ideas for getting totally free traffic to your website.More Traffic = More Sales = More Profit</p>
<p>All 7 of the ideas listed are effective methods of traffic generation that will also help you to be seen as more of an expert in your field.</p>
<a href="http://www.serradinho.com/Blog/wp-content/plugins/download-monitor/download.php?id=free_7_Ways_to_Get_More_Completely_Free_Web_Traffic.zip" title="Downloaded 7 times">eBook - 7 Ways to Get More Completely Free Web Traffic  (7) 98.35 KB</a>
<h3>30 Tips for eBook Authors</h3>
<p><img class="alignleft size-full wp-image-9027" title="ebook - 30 Tips for eBook Authors " src="http://www.serradinho.com/Blog/wp-content/uploads/2009/11/ebook_30_tips_ebook_authors.jpg" alt="ebook 30 tips ebook authors 5 Free eBooks that could help your Business" width="150" height="150" /></p>
<p>Writing Isn&#8217;t Nearly As Hard As You Think&#8230; If You Know A Few &#8220;Tricks Of The Trade&#8221;<br />
5 super-hot topics to write about!</p>
<ul>
<li>7 ultra productive brainstorming strategies</li>
<li>&#8220;In the know&#8221; organizing techniques!</li>
<li>The &#8220;fill in the blanks&#8221; easy writing method!</li>
<li>Many more golden nuggets for writers!</li>
</ul>
<a href="http://www.serradinho.com/Blog/wp-content/plugins/download-monitor/download.php?id=free_30_Tips_for_eBook_Authors.zip" title="Downloaded 3 times">eBook - 30 Tips for eBook Authors  (3) 245.12 KB</a>
<h3>How to Create an eCourse in One Day</h3>
<p><img class="alignright size-full wp-image-9028" title="ebook - How to Create an eCourse in One Day" src="http://www.serradinho.com/Blog/wp-content/uploads/2009/11/ebook_how_to_create_ecourse_in_one_day.jpg" alt="ebook - How to Create an eCourse in One Day" width="150" height="150" /></p>
<p>If your emails aren’t opened, it doesn’t matter how good the offer inside is. Make sure you have the best possible chance to get your message read with Subject Line Secrets. Grab your copy today.</p>
<a href="http://www.serradinho.com/Blog/wp-content/plugins/download-monitor/download.php?id=free_How_to_Create_an_eCourse_in_One_Day.zip" title="Downloaded 2 times">eBook - How to Create an eCourse in One Day (2) 252.41 KB</a>
<h3>Final Thought</h3>
<p>I hope you enjoyed all these free downloads and that they either help you or your business grow. All feedback is welcomed and apprecitaed.</p>
<img src="http://feeds.feedburner.com/~r/SerradinhoBlog/~4/V1QvOK3nQfs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.serradinho.com/Blog/5-free-ebooks-that-could-help-your-business.htm/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://www.serradinho.com/Blog/5-free-ebooks-that-could-help-your-business.htm</feedburner:origLink></item>
		<item>
		<title>Newest WordPress Plugins 05/11</title>
		<link>http://feedproxy.google.com/~r/SerradinhoBlog/~3/Qlq9PdUdLrQ/newest-wordpress-plugins-05112009.htm</link>
		<comments>http://www.serradinho.com/Blog/newest-wordpress-plugins-05112009.htm#comments</comments>
		<pubDate>Thu, 05 Nov 2009 10:13:22 +0000</pubDate>
		<dc:creator>George Serradinho</dc:creator>
				<category><![CDATA[Web Tools]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[wordpress newest plugins]]></category>
		<category><![CDATA[wordpress plugins]]></category>

		<guid isPermaLink="false">http://www.serradinho.com/Blog/?p=9221</guid>
		<description><![CDATA[
So, this is the first post about newest WordPress plugins for November. Have a look and let me know if you are using them or trying them out.
Sectionize
Takes HTML content which contains flat heading elements inline with paragraphs and automatically nests them withing HTML5  elements.
NoAutoP
Adds the function &#8220;thecontentnoautop&#8221; which doesn&#8217;t include a paragraph tag automatically with the post content.
MATRIX GALLERY
With this plugin you can create 3D photo galleries or menus from the images in [...]]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/Ei1k6vV6r-UPsSkFhFmRIIqrsd0/0/da"><img src="http://feedads.g.doubleclick.net/~a/Ei1k6vV6r-UPsSkFhFmRIIqrsd0/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/Ei1k6vV6r-UPsSkFhFmRIIqrsd0/1/da"><img src="http://feedads.g.doubleclick.net/~a/Ei1k6vV6r-UPsSkFhFmRIIqrsd0/1/di" border="0" ismap="true"></img></a></p><p><a class="post_image_link" href="http://www.serradinho.com/Blog/newest-wordpress-plugins-05112009.htm" title="Permanent link to Newest WordPress Plugins 05/11"><img class="post_image alignright frame" src="http://www.serradinho.com/Blog/wp-content/uploads/2008/08/thumb_wordpress.png" width="115" height="112" alt="Newest WordPress Plugins 05/11" title="Newest WordPress Plugins 05/11" /></a>
</p><p><span class="drop_cap">S</span>o, this is the first post about newest WordPress plugins for November. Have a look and let me know if you are using them or trying them out.</p>
<p><a href="http://wordpress.org/extend/plugins/sectionize/" target="_blank">Sectionize</a><br />
Takes HTML content which contains flat heading elements inline with paragraphs and automatically nests them withing HTML5  elements.</p>
<p><a href="http://wordpress.org/extend/plugins/noautop/" target="_blank">NoAutoP</a><br />
Adds the function &#8220;thecontentnoautop&#8221; which doesn&#8217;t include a paragraph tag automatically with the post content.</p>
<p><a href="http://wordpress.org/extend/plugins/matrix-gallery/" target="_blank">MATRIX GALLERY</a><br />
With this plugin you can create 3D photo galleries or menus from the images in a folder. To display the plugin in your Posts type [matrix_gallery ID], where ID is the carousel ID.</p>
<div id="attachment_9225" class="wp-caption aligncenter" style="width: 376px">
	<img class="size-full wp-image-9225" title="WordPress Plugin - Matrix Gallery" src="http://www.serradinho.com/Blog/wp-content/uploads/2009/11/wp_matrix_gallery.jpg" alt="WordPress Plugin - Matrix Gallery" width="376" height="162" />
	<p class="wp-caption-text">WordPress Plugin - Matrix Gallery</p>
</div>
<p><a href="http://wordpress.org/extend/plugins/buddypress-friends-on-line/" target="_blank">BuddyPress Friends On-line (FOL)</a><br />
Will display on your Friends page in a widget under the search field currently on-line friends. Data is dynamically updated.</p>
<p><a href="http://wordpress.org/extend/plugins/my-live-signature/" target="_blank">My Live Signature</a><br />
Adds a real, true and personal signature to your posts, pages and content. This plugin allows you to easily use your free or animated live personal signature on your blog.</p>
<p>The plugin is extremely easy to use and allows a lot of option to integrate your signature into your blog. You can choose the signature location (i.e. at the end of each post, at the end of a page or anywhere in your posts), you can choose a different signature to each area and much more!</p>
<p><a href="http://wordpress.org/extend/plugins/static-toolbar/" target="_blank">Static Toolbar</a><br />
Static Toolbar displays a static toolbar in the bottom of the page, which may contain last posts, rss feed, search engine, social network and sharing links.</p>
<div id="attachment_9227" class="wp-caption aligncenter" style="width: 439px">
	<img class="size-full wp-image-9227" title="WordPress Plugin - Static Toolbar" src="http://www.serradinho.com/Blog/wp-content/uploads/2009/11/wp_static_toolbar.JPG" alt="WordPress Plugin - Static Toolbar" width="439" height="55" />
	<p class="wp-caption-text">WordPress Plugin - Static Toolbar</p>
</div>
<p><a href="http://wordpress.org/extend/plugins/random-post-link/" target="_blank">Random Post Link</a><br />
Unlike the Random Redirect plugin, this plugin ensures that a user will not see the same post twice.</p>
<p>It does this by keeping a list of single posts that the user has seen and then checking that list when redirecting.</p>
<p><a href="http://wordpress.org/extend/plugins/wow-blockquotes/" target="_blank">WoW Blockquotes</a><br />
Add a Warcraft forum blue post blockquote to your selected text by easily adding tags and changing font color.</p>
<div id="attachment_9226" class="wp-caption aligncenter" style="width: 515px">
	<img class="size-full wp-image-9226" title="WordPress Plugin - WoW Blockquotes" src="http://www.serradinho.com/Blog/wp-content/uploads/2009/11/wp_blockquote.JPG" alt="WordPress Plugin - WoW Blockquotes" width="515" height="477" />
	<p class="wp-caption-text">WordPress Plugin - WoW Blockquotes</p>
</div>
<h3>Final Thought</h3>
<p>I hope you enjoyed this weeks plugins and that you maybe try a few out. I would like to know any feedback you have concerning these plugins.</p>
<img src="http://feeds.feedburner.com/~r/SerradinhoBlog/~4/Qlq9PdUdLrQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.serradinho.com/Blog/newest-wordpress-plugins-05112009.htm/feed</wfw:commentRss>
		<slash:comments>14</slash:comments>
		<feedburner:origLink>http://www.serradinho.com/Blog/newest-wordpress-plugins-05112009.htm</feedburner:origLink></item>
		<item>
		<title>October 2009 Flashback Report</title>
		<link>http://feedproxy.google.com/~r/SerradinhoBlog/~3/Asyv7-647YE/october-2009-flashback-report.htm</link>
		<comments>http://www.serradinho.com/Blog/october-2009-flashback-report.htm#comments</comments>
		<pubDate>Wed, 04 Nov 2009 05:00:32 +0000</pubDate>
		<dc:creator>George Serradinho</dc:creator>
				<category><![CDATA[Statistics]]></category>
		<category><![CDATA[Website Updates]]></category>
		<category><![CDATA[income report]]></category>
		<category><![CDATA[october flashback report]]></category>
		<category><![CDATA[serradinho october 2009 report]]></category>
		<category><![CDATA[statistics]]></category>
		<category><![CDATA[statistics for serradinho]]></category>

		<guid isPermaLink="false">http://www.serradinho.com/Blog/?p=9129</guid>
		<description><![CDATA[
Well, October is over and a new month is upon us, one step closer to Christmas. It&#8217;s time to reflect on what happened in the month of October and hope to give you guys a better perspective on Serradinho Blog. Whats happening and how are statistics and all, hope you all enjoy  
Posts from the Month:
Well, if you are not new here, then you know I do weekly roundups of posts on a Monday. [...]]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/OVXW2ZwHMTw7bBFi1dYHghwXKjo/0/da"><img src="http://feedads.g.doubleclick.net/~a/OVXW2ZwHMTw7bBFi1dYHghwXKjo/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/OVXW2ZwHMTw7bBFi1dYHghwXKjo/1/da"><img src="http://feedads.g.doubleclick.net/~a/OVXW2ZwHMTw7bBFi1dYHghwXKjo/1/di" border="0" ismap="true"></img></a></p><p><a class="post_image_link" href="http://www.serradinho.com/Blog/october-2009-flashback-report.htm" title="Permanent link to October 2009 Flashback Report"><img class="post_image alignright frame" src="http://www.serradinho.com/Blog/wp-content/uploads/2009/10/flashback_2009.png" width="146" height="150" alt="October 2009 Flashback Report" title="October 2009 Flashback Report" /></a>
</p><p><span class="drop_cap">W</span>ell, October is over and a new month is upon us, one step closer to Christmas. It&#8217;s time to reflect on what happened in the month of October and hope to give you guys a better perspective on Serradinho Blog. Whats happening and how are statistics and all, hope you all enjoy <img src='http://www.serradinho.com/Blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' title="October 2009 Flashback Report" /> </p>
<h3>Posts from the Month:</h3>
<p>Well, if you are not new here, then you know I do weekly roundups of posts on a Monday. They have posts published on this blog as well as great reads from other bloggers.</p>
<ul>
<li><a href="http://www.serradinho.com/Blog/serious-monday-roundup-12.htm">Serious Monday Roundup #12</a></li>
<li><a href="http://www.serradinho.com/Blog/serious-monday-roundup-13.htm">Serious Monday Roundup #13</a></li>
<li><a href="http://www.serradinho.com/Blog/serious-monday-roundup-14.htm">Serious Monday Roundup #14</a></li>
</ul>
<p class="note">Or you can view our monthly round up of posts  <a href="http://www.serradinho.com/Blog/serious-monthly-roundup-october-2009.htm">Serious Monthly Roundup &#8211; October 2009</a>.</p>
<h3>Usage:</h3>
<p>I know my site usage is not hectic and still has lots to increase by, but I am trying my best and I know it will get better.</p>
<ul>
<li> <strong><span style="color: #800000;">Visits:</span></strong> 4,679 (Previous &#8211; 4,420)</li>
<li><strong><span style="color: #800000;">Pages:</span></strong> 11,803 (Previous &#8211; 13,325)</li>
<li><strong><span style="color: #800000;">Pages/Visit: </span></strong>2.52 (Previous &#8211; 3.01)</li>
<li><strong><span style="color: #800000;">Bounce:</span></strong> 66.08% (Previous &#8211; 59.57%)</li>
<li><strong><span style="color: #800000;">Average time:</span></strong> 3:49 (Previous &#8211; 5:12)</li>
<li><strong><span style="color: #800000;">New visits: </span></strong>63.20% (Previous &#8211; 62.22%)</li>
</ul>
<p><span style="color: #800000;"> </span></p>
<h3>Banner ads:</h3>
<p>These are banners in my sidebar and at the footer. The banner ads range from 125&#215;125, 120&#215;240 and 115&#215;30. I put back Google Adsense on posts, lets see if my adsense increases or not <img src='http://www.serradinho.com/Blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' title="October 2009 Flashback Report" /> </p>
<ul>
<li><strong><strong><span style="color: #800000;"> Thesis:</span></strong> </strong>197</li>
<li><strong><strong><span style="color: #800000;">StudioPress theme:</span></strong> </strong>145</li>
<li><strong><strong><span style="color: #800000;">Free Pixel site:</span></strong> </strong>131</li>
<li><strong><strong><span style="color: #800000;">Elegant theme:</span></strong> </strong>114</li>
<li><strong><strong><span style="color: #800000;">OIO Publisher:</span></strong> </strong>111</li>
</ul>
<h3>Traffic:</h3>
<ol>
<li><strong><strong><span style="color: #0000ff;">Google / Organic:</span></strong> </strong>43.39%</li>
<li><strong><strong><span style="color: #0000ff;">Direct: </span></strong></strong>21.86%</li>
<li><strong><strong><span style="color: #0000ff;">yahoo / Organic:</span></strong> </strong>2.49%</li>
<li><strong><strong><span style="color: #0000ff;">stumbleupon referal:</span></strong> </strong>1.99%<strong><strong><span style="color: #0000ff;"> </span></strong></strong></li>
<li><strong><strong><span style="color: #0000ff;">diythemes.com referal:</span></strong> </strong>2.49%</li>
</ol>
<h3>Browsers:</h3>
<p>It’s funny to see that Chrome and Safari are catching up to IE. I would like to see it some time next year. Please remember that this is for my blog.</p>
<ol>
<li><strong><strong><span style="color: #800000;">Firefox:</span></strong> </strong>62.83%</li>
<li><strong><strong><span style="color: #800000;">IE:</span></strong> </strong>17.27%</li>
<li><strong><strong><span style="color: #800000;">Chrome:</span></strong> </strong>10.47%</li>
<li><strong><strong><span style="color: #800000;">Safari:</span></strong> </strong>6.24%</li>
<li><span style="color: #800000;"><strong><strong>Opera:</strong> </strong></span>1.26%</li>
</ol>
<h3>Free Downloads</h3>
<p>As some of you already know, I have many <a href="http://www.serradinho.com/Blog/downloads">free downloads</a> available ranging from ebooks, plr articles, images and graphics and WordPress. Below are a few stats that might interest you.</p>
<p style="padding-left: 30px;"><span style="text-decoration: underline;"><strong>Overall Totals:</strong></span></p>
<ul>
<li><strong><strong><span style="color: #800000;">Total Hits:</span></strong> </strong>76,851 (Previuos &#8211; 70,171)</li>
</ul>
<p style="padding-left: 30px;"><span style="text-decoration: underline;"><strong>Category Totals:</strong></span></p>
<ul>
<li><strong><strong><span style="color: #800000;">eBook Hits:</span></strong> </strong>27,169 (Previuos -25,052)</li>
<li><strong><strong><span style="color: #800000;">PLR Articles Hits:</span></strong> </strong>20,598 (Previuos -18,101)</li>
<li><strong><strong><span style="color: #800000;">Images and Graphics Hits:</span></strong> </strong>7,333 (Previuos -6,909)</li>
<li><strong><strong><span style="color: #800000;">WordPress Hits:</span></strong> </strong>21,652 (Previous &#8211; 20,109)</li>
</ul>
<p>So make sure you stop by and never miss any new dowmloads, use them or share them. It&#8217;s cool <img src='http://www.serradinho.com/Blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' title="October 2009 Flashback Report" /> </p>
<h3>Income:</h3>
<ul>
<li><strong><span style="color: #800000;">Google Adsense:</span></strong><strong> </strong>$3</li>
<li><strong><strong><span style="color: #800000;">Services Rendered:</span> </strong></strong>$96</li>
</ul>
<p>That makes my total income for Otoberber 2009, a minimum of only  <strong><span style="color: #800000;">$99</span></strong>. This is very low, but I have one project that should make it up. Lets just say that it&#8217;s a due payment <img src='http://www.serradinho.com/Blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' title="October 2009 Flashback Report" /> </p>
<p>Anyways, my traffic from search engines is doing well for me, thanks to you all <img src='http://www.serradinho.com/Blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' title="October 2009 Flashback Report" /> </p>
<p><span style="color: #800000;"><span style="text-decoration: underline;"><br />
</span></span></p>
<p style="text-align: center;"><span style="color: #800000;"><span style="text-decoration: underline;"><strong><img class="aligncenter size-full wp-image-9137" title="traffic_stats_oct_2009" src="http://www.serradinho.com/Blog/wp-content/uploads/2009/11/traffic_stats_oct_2009.gif" alt="traffic stats oct 2009 October 2009 Flashback Report" width="251" height="132" /><br />
</strong></span></span></p>
<p style="text-align: center;"><span style="color: #800000;"><span style="text-decoration: underline;"><strong><br />
</strong></span></span></p>
<img src="http://feeds.feedburner.com/~r/SerradinhoBlog/~4/Asyv7-647YE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.serradinho.com/Blog/october-2009-flashback-report.htm/feed</wfw:commentRss>
		<slash:comments>23</slash:comments>
		<feedburner:origLink>http://www.serradinho.com/Blog/october-2009-flashback-report.htm</feedburner:origLink></item>
		<item>
		<title>New Elegant WordPress theme called Glow</title>
		<link>http://feedproxy.google.com/~r/SerradinhoBlog/~3/Pb7zJxAayB8/new-elegant-theme-called-glow.htm</link>
		<comments>http://www.serradinho.com/Blog/new-elegant-theme-called-glow.htm#comments</comments>
		<pubDate>Tue, 03 Nov 2009 11:05:44 +0000</pubDate>
		<dc:creator>George Serradinho</dc:creator>
				<category><![CDATA[Themes]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[elegant glow theme]]></category>
		<category><![CDATA[elegant theme]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[wordpress elegant theme]]></category>
		<category><![CDATA[wordpress theme]]></category>

		<guid isPermaLink="false">http://www.serradinho.com/Blog/?p=9195</guid>
		<description><![CDATA[
So, here is another theme by Elegant themes. This one is called Glow and seems to have a nice clean look packed with many features for the users.
My previous post about Elegant themes shows others themes that they offer. Go have a look as there might be a theme that you can use.

With its bright colours, bold text and flashy design, Glow is a great theme for anyone looking to make an impact!
I really like [...]]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/RXUofzCwblrS0u8VU0JPNorMEZs/0/da"><img src="http://feedads.g.doubleclick.net/~a/RXUofzCwblrS0u8VU0JPNorMEZs/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/RXUofzCwblrS0u8VU0JPNorMEZs/1/da"><img src="http://feedads.g.doubleclick.net/~a/RXUofzCwblrS0u8VU0JPNorMEZs/1/di" border="0" ismap="true"></img></a></p><p><a class="post_image_link" href="http://www.serradinho.com/Blog/new-elegant-theme-called-glow.htm" title="Permanent link to New Elegant WordPress theme called Glow"><img class="post_image alignright frame" src="http://www.serradinho.com/images/elegantthemes125.gif" width="125" height="125" alt="New Elegant WordPress theme called Glow" title="New Elegant WordPress theme called Glow" /></a>
</p><p><span class="drop_cap">S</span>o, here is another theme by <a href="http://www.serradinho.com/Blog/go/elegant/" target="_blank">Elegant themes</a>. This one is called Glow and seems to have a nice clean look packed with many features for the users.</p>
<p>My previous post about <a href="http://www.serradinho.com/Blog/premium-elegant-theme.htm">Elegant themes</a> shows others themes that they offer. Go have a look as there might be a theme that you can use.</p>
<p style="text-align: center;"><img class="size-full wp-image-9198 aligncenter" title="Elegant Theme - Glow theme" src="http://www.serradinho.com/Blog/wp-content/uploads/2009/11/glow-elegant-theme.jpg" alt="Elegant Theme - Glow theme" width="580" height="1000" /></p>
<p>With its bright colours, bold text and flashy design, Glow is a great theme for anyone looking to make an impact!</p>
<p>I really like the featured posts on top as well as the tabs for recent posts, popular posts and recent comments. The rest of the theme is straight forward and very simple to use and follow, this should help out many users thinking of adding another theme to their collection.</p>
<p><a href="http://www.elegantthemes.com/preview/Glow/" target="_blank">Preview of Elegant Glow theme</a> and see it in action.</p>
<h3>Feature list:</h3>
<ul>
<li> Opera compatible</li>
<li>Netscape compatible</li>
<li>Safari compatible</li>
<li> Wordpress 2.8 compatible</li>
<li> Four Color Schemes (purple, red, blue and green)</li>
<li> Threaded Comments</li>
<li> Optional Blog-style Structure</li>
<li> Gravatar ready</li>
<li> Firefox compatible</li>
<li> IE8 + IE7 + IE6 compatible</li>
<li> Advertisement Ready</li>
<li> Widget ready sidebars</li>
<li> Theme Options Page</li>
<li> Custom thumbnail images</li>
<li> PSD files</li>
<li> Valid XHTML + CSS</li>
<li> Smooth tabless design</li>
</ul>
<h3>Final Thought</h3>
<p>I think the theme is really well worked and it could work for some users out there. Go have a look and let me know what you think of it. What you like and dislike, all feedback welcomed.</p>
<img src="http://feeds.feedburner.com/~r/SerradinhoBlog/~4/Pb7zJxAayB8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.serradinho.com/Blog/new-elegant-theme-called-glow.htm/feed</wfw:commentRss>
		<slash:comments>20</slash:comments>
		<feedburner:origLink>http://www.serradinho.com/Blog/new-elegant-theme-called-glow.htm</feedburner:origLink></item>
		<item>
		<title>Serious Monthly Roundup – October 2009</title>
		<link>http://feedproxy.google.com/~r/SerradinhoBlog/~3/qJUrqVUtyb8/serious-monthly-roundup-october-2009.htm</link>
		<comments>http://www.serradinho.com/Blog/serious-monthly-roundup-october-2009.htm#comments</comments>
		<pubDate>Tue, 03 Nov 2009 05:00:19 +0000</pubDate>
		<dc:creator>George Serradinho</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Website Updates]]></category>
		<category><![CDATA[october 2009 monthly posts]]></category>
		<category><![CDATA[october monthly roundup]]></category>
		<category><![CDATA[serradinho monthly roundup]]></category>

		<guid isPermaLink="false">http://www.serradinho.com/Blog/?p=9067</guid>
		<description><![CDATA[
If you have missed any of October&#8217;s great posts, then this post will help you identify popular posts from last month. October was a very slow month for me.
Blog Updates
Layout and Design changes for Serradinho
Some might have noticed the changes to the layout and design of Serradinho. I have been busy with last few days with it and trying my best to make my blog as unique as possible.
Monday Roundups
Serious Monday Roundup #12
Serious Monday roundup [...]]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/pGCXQCnSZBP_4YLHKLJs_ZruU2I/0/da"><img src="http://feedads.g.doubleclick.net/~a/pGCXQCnSZBP_4YLHKLJs_ZruU2I/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/pGCXQCnSZBP_4YLHKLJs_ZruU2I/1/da"><img src="http://feedads.g.doubleclick.net/~a/pGCXQCnSZBP_4YLHKLJs_ZruU2I/1/di" border="0" ismap="true"></img></a></p><p><a class="post_image_link" href="http://www.serradinho.com/Blog/serious-monthly-roundup-october-2009.htm" title="Permanent link to Serious Monthly Roundup – October 2009"><img class="post_image alignright frame" src="http://www.serradinho.com/Blog/wp-content/uploads/2009/08/thumb_monthly_roundup.png" width="115" height="112" alt="Serious Monthly Roundup – October 2009" title="Serious Monthly Roundup – October 2009" /></a>
</p><p><span class="drop_cap">I</span>f you have missed any of October&#8217;s great posts, then this post will help you identify popular posts from last month. October was a very slow month for me.</p>
<h3>Blog Updates</h3>
<p><a href="http://www.serradinho.com/Blog/refreshing-look-for-serradinho-29102009.htm">Layout and Design changes for Serradinho</a><br />
Some might have noticed the changes to the layout and design of Serradinho. I have been busy with last few days with it and trying my best to make my blog as unique as possible.</p>
<h3>Monday Roundups</h3>
<p><a href="http://www.serradinho.com/Blog/serious-monday-roundup-12.htm">Serious Monday Roundup #12</a><br />
Serious Monday roundup #12 ending 4th October 2009. A roundup of previous weeks posts as well as great reads that I would like to share with you.</p>
<p><img class="alignleft" title="Monday Roundup" src="http://www.serradinho.com/Blog/wp-content/uploads/2009/07/thumb_serious_monday.png" alt="thumb serious monday Serious Monthly Roundup – October 2009" width="115" height="112" /><a href="http://www.serradinho.com/Blog/serious-monday-roundup-13.htm">Serious Monday Roundup #13</a><br />
Serious Monday roundup #13 ending 11th October 2009. A roundup of previous weeks posts as well as great reads that I would like to share with you.</p>
<p><a href="http://www.serradinho.com/Blog/serious-monday-roundup-14.htm">Serious Monday Roundup #14</a><br />
Serious Monday roundup #14 ending 25th October 2009. A roundup of previous weeks posts as well as great reads that I would like to share with you.</p>
<h3>WordPress</h3>
<p><a href="http://www.serradinho.com/Blog/plugin-review-cute-profiles.htm">Plugin Review: Cute Profiles</a><br />
I am going to be doing another review of a WordPress plugin. This plugin is Cute Profiles. A plugin that allows you to bring all your Social Profiles at one location.</p>
<p><a href="http://www.serradinho.com/Blog/wordpress-2-8-5-is-out-protection-upgrade.htm">WordPress 2.8.5 is Out &#8211; Protection Upgrade</a><br />
I woke this morning to a notification about a new version of WordPress. Yes, that&#8217;s right. We are now at version 2.8.5 and this version is for protection purposes so upgrade ASAP.</p>
<p><img class="alignright" title="WordPress" src="http://www.serradinho.com/Blog/wp-content/uploads/2009/09/member_wordpress.png" alt="member wordpress Serious Monthly Roundup – October 2009" width="128" height="128" /></p>
<p><a href="http://www.serradinho.com/Blog/newest-wordpress-plugins-0810.htm">Newest WordPress Plugins 08/10</a><br />
Here are this weeks WordPress plugins 08/10. I tried to get some screen shots of the plugins, but not all had. They are in no particular order, just listed.</p>
<p><a href="http://www.serradinho.com/Blog/plugin-review-wp-portfolio.htm">Plugin Review: WP Portfolio</a><br />
I am going to be doing another review of a WordPress plugin. This plugin is WP Portfolio. A plugin that allows you to show off your portfolio through a single page on your wordpress blog with automatically generated thumbnails.</p>
<p><a href="http://www.serradinho.com/Blog/does-your-blog-have-contact-form.htm">Does your blog have a Contact Form?</a><br />
This seems to be a straight forward question and it should have a straight forward answer, but I have seen some blogs not having a way to contact the webmaster/owner.</p>
<p><a href="http://www.serradinho.com/Blog/newest-wordpress-plugins-29102009.htm">Newest WordPress Plugins 29/10</a><br />
Here are this weeks WordPress plugins 29/10. I tried to get some screen shots of the plugins, but not all had. They are in no particular order, just listed.</p>
<h3>Guest Posts</h3>
<p><a href="http://www.serradinho.com/Blog/easycomment-to-assist-you-in-commenting.htm">EasyComment to assist you in Commenting</a><br />
If you are on Firefox, you can make use of the EasyComment extension. This extension helps you to easily complete this task with a click. <strong><span style="color: #800000;">Post by <a href="http://www.serradinho.com/Blog/author/techiejs/">John Samuel</a> and has +25 comments.</span></strong></p>
<p><a href="http://www.serradinho.com/Blog/how-much-promotion-does-your-blog-require.htm">How Much Promotion Does Your Blog Require?</a><br />
Come and read about how much blog promotion and marketing tips one needs to make it in the internet world. <span style="color: #800000;"><strong>Post by <a href="http://www.serradinho.com/Blog/author/anand/">Anand Srinivasan</a> and has +10 comments.</strong></span></p>
<h3>Thesis Theme</h3>
<p><a href="http://www.serradinho.com/Blog/thesis-tutorial-styling-of-note-alert-and-other-boxes-in-posts.htm">Thesis Tutorial &#8211; Styling of Note, Alert and other boxes in posts</a><br />
The boxes don&#8217;t normally have images in and this post will show you how to add an image on the left and have the wording displayed on the right hand side. The two examples I’m showing are the note and alert boxes, but you could create other boxes for any other reason.</p>
<h3>Downloads</h3>
<p><a href="http://www.serradinho.com/Blog/ebooks-help-you-with-your-business.htm">eBooks &#8211; Help you with your Business</a><br />
Another 4 free downloads for you to try out. eBooks are Profit 13 Ways, AdSwap Master Class, Confessions of a Joint-Venture Broker and 10 Ways to Enhance Your Business.</p>
<p><img class="alignleft" title="Free Downloads" src="http://www.serradinho.com/Blog/wp-content/uploads/2008/12/thumb_free_ebooks.png" alt="thumb free ebooks Serious Monthly Roundup – October 2009" width="115" height="112" /></p>
<p><a href="http://www.serradinho.com/Blog/ebooks-4-exciting-free-downloads.htm">eBooks &#8211; 4 Exciting Free Downloads</a><br />
Some new ebooks for you to download. eBooks covered are GPS for Newbies, Auto Sound System, The Art of Buying a Car and Home Chef Kitchen Management.</p>
<p><a href="http://www.serradinho.com/Blog/ebooks-5-more-mixed-downloads.htm">eBooks &#8211; 5 More Mixed Free Downloads</a><br />
Some new ebooks for you to download. eBooks covered are Flipping Content for Profits, Top 10 Google Ranking, Zero to Fifty in 30 Days, 500 Questions That Sell Like Crazy and Free Blogging for Profits.</p>
<p><a href="http://www.serradinho.com/Blog/ebooks-backyard-play-ideas-get-rid-stretch-marks.htm">eBooks &#8211; Backyard Play Ideas for Children &amp; Get Rid of Stretch Marks</a><br />
Some new ebooks for you to download. eBooks covered are Backyard Play Ideas for Children and Get Rid of Stretch Marks. Come and download them now!</p>
<p><a href="http://www.serradinho.com/Blog/ebooks-halloween-self-help-tips.htm">eBooks &#8211; Halloween and Self Help Tips &amp; Tactics</a><br />
I have 3 more eBooks for you download and try. They are History about Halloween &amp; 350 Powerful Self Help Tips &amp; Tactics. Come and get them today.</p>
<h3>Personal</h3>
<p><a href="http://www.serradinho.com/Blog/its-my-birthday-and-i-just-hit-the-big-30.htm">It’s my birthday and I just hit the BIG 30</a><br />
I thought it would be nice if I wrote a post to say Happy Birthday to myself as I have just reached the big milestone of 30. Can you believe it, 30 down and at least another 30 is on the cards for me.</p>
<img src="http://feeds.feedburner.com/~r/SerradinhoBlog/~4/qJUrqVUtyb8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.serradinho.com/Blog/serious-monthly-roundup-october-2009.htm/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		<feedburner:origLink>http://www.serradinho.com/Blog/serious-monthly-roundup-october-2009.htm</feedburner:origLink></item>
		<item>
		<title>Thesis Tutorial – Full Width Header and Menu</title>
		<link>http://feedproxy.google.com/~r/SerradinhoBlog/~3/Gb5mLHUfvgk/thesis-tutorial-full-width-header-and-menu.htm</link>
		<comments>http://www.serradinho.com/Blog/thesis-tutorial-full-width-header-and-menu.htm#comments</comments>
		<pubDate>Mon, 02 Nov 2009 07:06:52 +0000</pubDate>
		<dc:creator>George Serradinho</dc:creator>
				<category><![CDATA[Blog Tips]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Thesis]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[thesis full width header]]></category>
		<category><![CDATA[thesis full width menu]]></category>
		<category><![CDATA[thesis tutorial]]></category>

		<guid isPermaLink="false">http://www.serradinho.com/Blog/?p=9162</guid>
		<description><![CDATA[
So, I received an email from a user asking how I did the full width header image and menu on the blog. I have set up this post especially for this purpose and I will try and explain what to do.

For this tutorial, I have manually set the top and bottom menu items that must be displayed. One could use the normal thesis menu if you really wanted to. One would have to edit the [...]]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/mvOV6jDa5jw2pH736qsxlg5avzg/0/da"><img src="http://feedads.g.doubleclick.net/~a/mvOV6jDa5jw2pH736qsxlg5avzg/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/mvOV6jDa5jw2pH736qsxlg5avzg/1/da"><img src="http://feedads.g.doubleclick.net/~a/mvOV6jDa5jw2pH736qsxlg5avzg/1/di" border="0" ismap="true"></img></a></p><p><a class="post_image_link" href="http://www.serradinho.com/Blog/thesis-tutorial-full-width-header-and-menu.htm" title="Permanent link to Thesis Tutorial &#8211; Full Width Header and Menu"><img class="post_image alignright frame" src="http://www.serradinho.com/Blog/wp-content/uploads/2009/05/thesis-125x125_b.png" width="125" height="125" alt="Thesis Tutorial - Full Width Header and Menu" title="Thesis Tutorial   Full Width Header and Menu" /></a>
</p><p><span class="drop_cap">S</span>o, I received an email from a user asking how I did the full width header image and menu on the blog. I have set up this post especially for this purpose and I will try and explain what to do.</p>
<p style="text-align: center;"><img class="aligncenter size-medium wp-image-9166" title="Thesis Tutorial – Full Width Header and Menu" src="http://www.serradinho.com/Blog/wp-content/uploads/2009/11/header_menu_example.GIF" alt="Thesis Tutorial – Full Width Header and Menu" width="455" height="97" /></p>
<p>For this tutorial, I have manually set the top and bottom menu items that must be displayed. One could use the normal thesis menu if you really wanted to. One would have to edit the CSS styling then for menu.</p>
<p class="note">You will have to set your site to be full width. You can go to &#8216;<strong>Thesis Design</strong>&#8216; and change &#8216;<strong>Framework Options</strong>&#8216;.</p>
<h3>So, what&#8217;s with my menu&#8217;s:</h3>
<ol>
<li>Top menu (pages) &#8211; show page links and a search form to the right. When hovering over link, show line underneath.</li>
<li>Bottom menu (categories) &#8211; show certain category links. When hovering over link, highlight background colour.</li>
</ol>
<p class="alert">Please remember to backup your original custom_functions.php and custom.css file.</p>
<p>The CSS details below are for the header and title area  as well as for the two menu bars that appear (above and below the the header). This must be copied to your custom.css file. You can change the font and background colours to match up with your site.</p>
<pre class="brush: css;">
.custom #header_area {display:none;}
.custom #header #logo, .custom #header #tagline {text-indent: -9999px;}
.custom #header #tagline {height: 0;}
.custom #header {padding: 0;}
.custom #title_area {background: #7BAAD9; padding:0 0 0; border-bottom:0px solid #c55;}
.custom #title_area2 {background: #444343; padding:0 0 0; border-bottom:0px solid #c55;}

/* TOP MENU BY THE HEADER */
#top_menu_container {height: 30px;background: #444343; margin-top:0px;}
#top_menu_container input, textarea {background:#EEEEEE none repeat scroll 0 0; border-color:#AAAAAA #DDDDDD #DDDDDD #AAAAAA; border-style:solid; border-width:1px; width: 19.5em; height:1.6em; color:#444444; font-size:1.1em;}
#top_menu {height: 30px;}
#top_menu , #top_menu ul {padding: 0; margin: 0; list-style: none; line-height: 1;}
#top_menu ul {float: left; list-style: none; margin: 0px 0px 0px 0px; padding: 0px;}
#top_menu li {float: left; list-style: none; margin: 0px; padding: 0px;}
#top_menu ul li {list-style: none; margin: 0px; padding: 0px;}
#top_menu li a {color: #FFFFFF; display: block; margin: 3px 3px 0px 3px; padding: 5px 10px 5px 10px; text-decoration: none; font-weight: bold; text-transform: uppercase; font-size: 11px; font-family: Arial, Helvetica, sans-serif;}
#top_menu li a:hover {color: #FFFFFF; display: block; margin: 3px 3px 0px 3px; padding: 5px 10px 5px 10px; text-decoration: underline;}

/* CATEGORY MENU BY THE HEADER */
#category_menu_container {height: 30px;background: #444343; margin-top:0px;}
#category_menu_container input, textarea {background:#EEEEEE none repeat scroll 0 0; border-color:#AAAAAA #DDDDDD #DDDDDD #AAAAAA; border-style:solid; border-width:1px; width: 19.5em; height:1.6em; color:#444444; font-size:1.1em;}
#category_menu {height: 30px;}
#category_menu, #category_menu ul {padding: 0; margin: 0; list-style: none; line-height: 1;}
#category_menu ul {float: left; list-style: none; margin: 0px 0px 0px 0px; padding: 0px;}
#category_menu li {float: left; list-style: none; margin: 0px; padding: 0px;}
#category_menu ul li {list-style: none; margin: 0px; padding: 0px;}
#category_menu li p {color: #fff; display: block; margin: 3px 3px 0px 3px; padding: 5px 10px 5px 10px; text-decoration: none; font-weight: bold; text-transform: uppercase; font-size: 11px; font-family: Arial, Helvetica, sans-serif;}
#category_menu li a, #category_menu li a:link {color: #fff; display: block; margin: 3px 3px 0px 3px; padding: 5px 10px 5px 10px; text-decoration: none; font-weight: bold; text-transform: uppercase; font-size: 11px; font-family: Arial, Helvetica, sans-serif;}
#category_menu li a:hover {background: #7BAAD9; color: #FFFFFF; display: block; margin: 3px 3px 0px 3px; padding: 5px 10px 5px 10px; text-decoration: none; -moz-border-radius-bottomleft:4px; -moz-border-radius-bottomright:4px; -moz-border-radius-topleft:4px; -moz-border-radius-topright:4px; -webkit-border-top-left-radius:4px; -webkit-border-top-right-radius:4px; -webkit-border-bottom-left-radius:4px; -webkit-border-bottom-right-radius:4px;}
</pre>
<p>The following is the function that I used in the custom_functions.php file. This is a very simple function. You will see I removed the normal thesis navigation menu as I have created the menu within the function.</p>
<pre class="brush: php;">

remove_action('thesis_hook_before_header', 'thesis_nav_menu');
add_action('thesis_hook_before_html', 'full_width_header');

function full_width_header() { ?&gt;

 &lt;div id=&quot;title_area2&quot; class=&quot;full_width&quot;&gt;
    &lt;div class=&quot;page&quot;&gt;
       &lt;div id=&quot;top_menu_container&quot;&gt;
       &lt;ul id=&quot;top_menu&quot;&gt;
       &lt;li class=&quot;page_item&quot;&gt;&lt;a href=&quot;http://www.serradinho.com/&quot; title=&quot;Home&quot; rel=&quot;nofollow&quot;&gt;Home&lt;/a&gt;&lt;/li&gt;
       &lt;li class=&quot;page_item&quot;&gt;&lt;a href=&quot;http://www.serradinho.com/Blog/blog&quot; title=&quot;About Us&quot;&gt;About Us&lt;/a&gt;&lt;/li&gt;
       &lt;li class=&quot;page_item&quot;&gt;&lt;a href=&quot;http://www.serradinho.com/Blog/contact&quot; title=&quot;Contact Us&quot;&gt;Contact Us&lt;/a&gt;&lt;/li&gt;
       &lt;li class=&quot;page_item&quot;&gt;&lt;a href=&quot;http://www.serradinho.com/Blog/advertise&quot; title=&quot;Advertise&quot;&gt;Advertise&lt;/a&gt;&lt;/li&gt;
       &lt;li class=&quot;page_item&quot;&gt;&lt;a href=&quot;http://www.serradinho.com/Blog/submit-guest-post&quot; title=&quot;Submit Guest Post&quot;&gt;Submit Guest Post&lt;/a&gt;&lt;/li&gt;
       &lt;li class=&quot;page_item&quot;&gt;&lt;a href=&quot;http://www.serradinho.com/Blog/services&quot; title=&quot;Services&quot;&gt;Services&lt;/a&gt;&lt;/li&gt;
       &lt;li class=&quot;page_item&quot;&gt;&lt;a href=&quot;http://www.serradinho.com/Blog/blog/archives&quot; title=&quot;Archives&quot;&gt;Archives&lt;/a&gt;&lt;/li&gt;
       &lt;/ul&gt;
       &lt;?php thesis_search_form(); ?&gt;
       &lt;/div&gt;
    &lt;/div&gt;
 &lt;/div&gt;

 &lt;div id=&quot;title_area&quot; class=&quot;full_width&quot;&gt;
    &lt;div class=&quot;page&quot;&gt;
	&lt;div id=&quot;header&quot;&gt;
             &lt;a href=&quot;http://www.serradinho.com/&quot; alt=&quot;&lt;?php bloginfo('name') ?&gt;&quot; /&gt;&lt;img src=&quot;http://www.serradinho.com/Blog/wp-content/uploads/2009/10/serradinho_logo_full4.png&quot;&gt;&lt;/a&gt;
	&lt;/div&gt;
    &lt;/div&gt;
 &lt;/div&gt;

 &lt;div id=&quot;title_area2&quot; class=&quot;full_width&quot;&gt;
    &lt;div class=&quot;page&quot;&gt;
       &lt;div id=&quot;category_menu_container&quot;&gt;
       &lt;ul id=&quot;category_menu&quot;&gt;
       &lt;li class=&quot;cat-item&quot;&gt;&lt;a href=&quot;http://www.serradinho.com/Blog/category/thesis&quot; title=&quot;Thesis&quot;&gt;Thesis&lt;/a&gt;&lt;/li&gt;
       &lt;li class=&quot;cat-item&quot;&gt;&lt;a href=&quot;http://www.serradinho.com/Blog/category/themes&quot; title=&quot;Themes&quot;&gt;Themes&lt;/a&gt;&lt;/li&gt;
       &lt;li class=&quot;cat_item&quot;&gt;&lt;a href=&quot;http://www.serradinho.com/Blog/category/wordpress&quot; title=&quot;WordPress&quot;&gt;WordPress&lt;/a&gt;&lt;/li&gt;
       &lt;li class=&quot;cat_item&quot;&gt;&lt;a href=&quot;http://www.serradinho.com/Blog/category/downloads&quot; title=&quot;Downloads&quot;&gt;Downloads&lt;/a&gt;&lt;/li&gt;
       &lt;li class=&quot;cat_item&quot;&gt;&lt;a href=&quot;http://www.serradinho.com/Blog/category/featured&quot; title=&quot;Featured&quot;&gt;Featured&lt;/a&gt;&lt;/li&gt;
       &lt;li class=&quot;cat_item&quot;&gt;&lt;a href=&quot;http://www.serradinho.com/Blog/category/tutorials&quot; title=&quot;Tutorials&quot;&gt;Tutorials&lt;/a&gt;&lt;/li&gt;
       &lt;li class=&quot;cat_item&quot;&gt;&lt;a href=&quot;http://www.serradinho.com/Blog/category/guest-posts&quot; title=&quot;Guest Posts&quot; &gt;Guest Posts&lt;/a&gt;&lt;/li&gt;
       &lt;li class=&quot;cat_item&quot;&gt;&lt;a href=&quot;http://www.serradinho.com/Blog/category/blogging-tips&quot; title=&quot;Blog Tips&quot;&gt;Blog Tips&lt;/a&gt;&lt;/li&gt;
       &lt;li class=&quot;cat_item&quot;&gt;&lt;a href=&quot;http://www.serradinho.com/Blog/category/link-love&quot; title=&quot;Link Love&quot;&gt;Link Love&lt;/a&gt;&lt;/li&gt;
       &lt;li class=&quot;cat_item&quot;&gt;&lt;a href=&quot;http://www.serradinho.com/Blog/category/reviews&quot; title=&quot;Reviews&quot;&gt;Reviews&lt;/a&gt;&lt;/li&gt;
       &lt;li class=&quot;cat_item&quot;&gt;&lt;a href=&quot;http://www.serradinho.com/Blog/category/personal&quot; title=&quot;Personal&quot;&gt;Personal&lt;/a&gt;&lt;/li&gt;
       &lt;/ul&gt;
       &lt;/div&gt;
    &lt;/div&gt;
 &lt;/div&gt;

&lt;?php }
</pre>
<h3>Thesis Tutorials</h3>
<p>I have a few other <a href="http://www.serradinho.com/Blog/category/thesis">thesis theme tutorials</a> that you could have a look at to help you make your site/blog as unique as possible. I know there are many posts by other sites also explaining what one can do, so make sure to do a search via Google.</p>
<h3>Final Thought</h3>
<p>I hope this tutorial has helped you understand what to do and how easy it is to make changes. Let me know if you need any additional help, I&#8217;m here to help.</p>
<img src="http://feeds.feedburner.com/~r/SerradinhoBlog/~4/Gb5mLHUfvgk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.serradinho.com/Blog/thesis-tutorial-full-width-header-and-menu.htm/feed</wfw:commentRss>
		<slash:comments>18</slash:comments>
		<feedburner:origLink>http://www.serradinho.com/Blog/thesis-tutorial-full-width-header-and-menu.htm</feedburner:origLink></item>
		<item>
		<title>Serious Monday Roundup #15</title>
		<link>http://feedproxy.google.com/~r/SerradinhoBlog/~3/t15VEQx6M70/serious-monday-roundup-15.htm</link>
		<comments>http://www.serradinho.com/Blog/serious-monday-roundup-15.htm#comments</comments>
		<pubDate>Mon, 02 Nov 2009 05:00:33 +0000</pubDate>
		<dc:creator>George Serradinho</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Link Love]]></category>
		<category><![CDATA[Other Bloggers]]></category>
		<category><![CDATA[Top Sites]]></category>
		<category><![CDATA[Website Updates]]></category>
		<category><![CDATA[blogger link love]]></category>
		<category><![CDATA[influential blogger posts]]></category>
		<category><![CDATA[previous serradinho posts]]></category>
		<category><![CDATA[top blogger posts]]></category>

		<guid isPermaLink="false">http://www.serradinho.com/Blog/?p=9093</guid>
		<description><![CDATA[
Well, October is over now and we are in a new month. This is just a recap of last weeks posts. I hope you enjoyed some of them. So lets down to business and start listing them.
Best posts on Serradinho ending 2nd November 2009

Layout and Design changes for Serradinho
Some might have noticed the changes to the layout and design of Serradinho. I have been busy with last few days with it and trying my best [...]]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/GAGDXn4_ARInV0pIGZMbUWsMip0/0/da"><img src="http://feedads.g.doubleclick.net/~a/GAGDXn4_ARInV0pIGZMbUWsMip0/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/GAGDXn4_ARInV0pIGZMbUWsMip0/1/da"><img src="http://feedads.g.doubleclick.net/~a/GAGDXn4_ARInV0pIGZMbUWsMip0/1/di" border="0" ismap="true"></img></a></p><p><a class="post_image_link" href="http://www.serradinho.com/Blog/serious-monday-roundup-15.htm" title="Permanent link to Serious Monday Roundup #15"><img class="post_image alignright frame" src="http://www.serradinho.com/Blog/wp-content/uploads/2009/07/thumb_serious_monday.png" width="115" height="112" alt="Serious Monday Roundup #15" title="Serious Monday Roundup #15" /></a>
</p><p><span class="drop_cap">W</span>ell, October is over now and we are in a new month. This is just a recap of last weeks posts. I hope you enjoyed some of them. So lets down to business and start listing them.</p>
<h3>Best posts on Serradinho ending 2nd November 2009</h3>
<p><img class="aligncenter" title="Monday roundup of posts and great reads" src="http://www.serradinho.com/Blog/wp-content/uploads/2009/08/reading_news.jpg" alt="reading news Serious Monday Roundup #15" width="300" height="200" /></p>
<p><a href="http://www.serradinho.com/Blog/refreshing-look-for-serradinho-29102009.htm">Layout and Design changes for Serradinho</a><br />
Some might have noticed the changes to the layout and design of Serradinho. I have been busy with last few days with it and trying my best to make my blog as unique as possible.</p>
<p><a href="http://www.serradinho.com/Blog/plugin-review-cute-profiles.htm">Plugin Review: Cute Profiles</a><br />
I am going to be doing another review of a WordPress plugin. This plugin is Cute Profiles. A plugin that allows you to bring all your Social Profiles at one location.</p>
<p><a href="http://www.serradinho.com/Blog/ebooks-halloween-self-help-tips.htm">Books &#8211; Halloween and Self Help Tips &amp; Tactics</a><br />
I have 3 more eBooks for you download and try. They are History about Halloween &amp; 350 Powerful Self Help Tips &amp; Tactics. Come and get them today.</p>
<p><a href="http://www.serradinho.com/Blog/newest-wordpress-plugins-29102009.htm">Newest WordPress Plugins 29/10</a><br />
Here are this weeks WordPress plugins 29/10. I tried to get some screen shots of the plugins, but not all had. They are in no particular order, just listed.</p>
<h3>Great reads ending 2nd November 2009</h3>
<ol>
<li><a href="http://thesisthemehq.com/25-top-blogs-about-blogging/" target="_blank">25 Top Blogs About Blogging</a> &#8211; Once you get into the groove and start regularly reading articles on these sites, you will pick up on other best-practice bloggers via recommendations, advertisements, reviews, comments, forums and news alerts.</li>
<li><a href="http://www.sitesketch101.com/3-reasons-a-small-business-should-blog" target="_blank">3 Reasons a Small Business Should Blog</a> &#8211; I think the points made in this document are relevant to all small business bloggers. It should also be food for thought for bloggers who want to grow into being professional.</li>
<li><a href="http://tycoonblogger.com/uncategorized/sponsored-tweets-or-ad-ly-what-is-better-for-making-money-on-twitter" target="_blank">Sponsored Tweets or Ad.ly &#8211; what is better for making money on Twitter?</a> &#8211; Ad.ly is a new service that places in stream ads in your Twitter posts. Sponsored Tweets is very similiar to ad.ly but the major difference is that you get payed per tweet not by campaign.</li>
<li><a href="http://www.extremejohn.com/16-reasons-commenting-on-your-blog-sucks/" target="_blank">16 Reasons Commenting on Your Blog Sucks</a> &#8211; Leaving comments is a big part of blogging, networking and generating fresh traffic to your blog, I highly suggest that every blogger comment on other blogs.</li>
<li><a href="http://www.smartbloggerz.com/2009/10/bloggers-with-authority-are-made-for-success/" target="_blank">Bloggers With Authority Are Made For Success </a>- You might be knowing many bloggers with authority; we have seen how efficiently they manage their blogs &amp; how successfully they run their blogs and receive massive amount of traffic.</li>
<li><a href="http://www.hellboundbloggers.com/blogging/tips-for-improving-alexa-rank" target="_blank">7 Basic Tips For Improving Your Blog’s Alexa Rank</a> &#8211; Now in this article I’ll share some tips to improve the Alexa rank of your blog.</li>
<li><a href="http://ducedo.com/find-distractions-rescuetime/" target="_blank">Is This Where You Waste Your Time?</a> &#8211; Because of this it is important to always have a todo-list so you know what you should be doing. Another important thing is to get rid of all distractions, which can be a bit tricky if you do not know what is distracting you.</li>
<li><a href="http://thesisthemehq.com/the-definitive-list-of-thesis-theme-tutorials/" target="_blank">The Definitive List of Thesis Theme Tutorials</a> &#8211; The Thesis Theme Community of users has rallied together to create some fantastic tutorials for newbie Thesis Theme users and experienced website coders alike.</li>
<li><a href="http://www.extremejohn.com/10-reasons-you-should-do-a-weekly-recap-on-your-blog/" target="_blank">10 Reasons You Should Do a Weekly Recap on Your Blog</a> &#8211; Basically my weekly recap includes some of the most popular posts on Extreme John as well as links to some of my favorite blog articles that I read throughout the week on other blogs, I often leave comments on those blogs as well.</li>
</ol>
<h3>Final Thought</h3>
<p>I hope you enjoyed last weeks details and that you have some kind of feedback for me. There were so many great reads by other bloggers, I had a tough time eliminating some.</p>
<img src="http://feeds.feedburner.com/~r/SerradinhoBlog/~4/t15VEQx6M70" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.serradinho.com/Blog/serious-monday-roundup-15.htm/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		<feedburner:origLink>http://www.serradinho.com/Blog/serious-monday-roundup-15.htm</feedburner:origLink></item>
		<item>
		<title>eBooks – Halloween and Self Help Tips &amp; Tactics</title>
		<link>http://feedproxy.google.com/~r/SerradinhoBlog/~3/UsVt5lEPHm0/ebooks-halloween-self-help-tips.htm</link>
		<comments>http://www.serradinho.com/Blog/ebooks-halloween-self-help-tips.htm#comments</comments>
		<pubDate>Fri, 30 Oct 2009 05:00:28 +0000</pubDate>
		<dc:creator>George Serradinho</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[eBooks]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[ebook]]></category>
		<category><![CDATA[free download]]></category>
		<category><![CDATA[halloween]]></category>
		<category><![CDATA[self help]]></category>
		<category><![CDATA[tactics]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://www.serradinho.com/Blog/?p=8662</guid>
		<description><![CDATA[
I have 2 more eBooks for you download and try. The one would help many of us. You could also view the rest of my free downloads to see what else you could need or use.
The History of Halloween

Discover the True history of Halloween. If you never knew and were curious, then this will enlighten you with the facts of Halloween based on history.
When you think of Halloween, what springs to mind? For most of [...]]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/ru1bO1HDn3QFnl623jO2emwLbLU/0/da"><img src="http://feedads.g.doubleclick.net/~a/ru1bO1HDn3QFnl623jO2emwLbLU/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/ru1bO1HDn3QFnl623jO2emwLbLU/1/da"><img src="http://feedads.g.doubleclick.net/~a/ru1bO1HDn3QFnl623jO2emwLbLU/1/di" border="0" ismap="true"></img></a></p><p><a class="post_image_link" href="http://www.serradinho.com/Blog/ebooks-halloween-self-help-tips.htm" title="Permanent link to eBooks &#8211; Halloween and Self Help Tips &#038; Tactics"><img class="post_image alignright frame" src="http://www.serradinho.com/Blog/wp-content/uploads/2008/12/thumb_free_ebooks.png" width="115" height="112" alt="eBooks - Halloween and Self Help Tips & Tactics" title="eBooks   Halloween and Self Help Tips & Tactics" /></a>
</p><p><span class="drop_cap">I</span> have 2 more eBooks for you download and try. The one would help many of us. You could also view the rest of my <a href="http://www.serradinho.com/Blog/downloads">free downloads</a> to see what else you could need or use.</p>
<h3>The History of Halloween</h3>
<p><img class="alignright size-full wp-image-8663" title="eBook - History of Halloween" src="http://www.serradinho.com/Blog/wp-content/uploads/2009/09/ebook_history_of_halloween.png" alt="eBook - History of Halloween" width="166" height="187" /></p>
<p>Discover the True history of Halloween. If you never knew and were curious, then this will enlighten you with the facts of Halloween based on history.</p>
<p>When you think of Halloween, what springs to mind? For most of us in America, Halloween night is a time of fun and frolic for both young and old alike. People of all ages come out and dress up in unique costumes as whoever, or, whatever they desire one night of the year.</p>
<p>A moment to forget about the everyday grind and stresses that await the morning after, or is it an evil, outlandish ritual that should never be participated in being avoided at all costs.</p>
<p>Learn:</p>
<ul>
<li> The ancient roots of Halloween</li>
<li>Bringing Halloween to America</li>
<li>Early Halloween celebration customs</li>
<li>Today’s’ Halloween Customs</li>
</ul>
<a href="http://www.serradinho.com/Blog/wp-content/plugins/download-monitor/download.php?id=PLR_The_True_History_Of_Halloween.zip" title="Downloaded 7 times">eBook - The History of Halloween (7) 1.08 MB</a>
<h3>350 Powerful Self Help Tips &amp; Tactics</h3>
<p><img class="alignleft size-full wp-image-8664" title="eBook - 350 Powerful Self-Help Tips &amp; Tactics" src="http://www.serradinho.com/Blog/wp-content/uploads/2009/09/ebook_350_self_help_tips.jpg" alt="eBook - 350 Powerful Self-Help Tips &amp; Tactics" width="200" height="136" /></p>
<p>In this unique package, you&#8217;ll receive a set 7 reports in 7 different topics, all targeted to helping YOU improve your life. Just imagine having a more happier life where you&#8217;re attracting more of the things you want in your life.</p>
<p>Each report details 50 tips and tactics you can use right now.</p>
<ul>
<li>Wealth Tactics</li>
<li>Better Health Tactics</li>
<li>Time Management Tactics</li>
<li>Relationship Improvement Tactics</li>
<li>Vision Board Tactics</li>
<li>Spiritual Tips</li>
<li>The Law of Attraction Tactics</li>
</ul>
<a href="http://www.serradinho.com/Blog/wp-content/plugins/download-monitor/download.php?id=free_350_Powerful_Self_Help_Tips_Tactics.zip" title="Downloaded 11 times">eBook - 350 Powerful Self Help Tips & Tactics (11) 1.05 MB</a>
<h3>Final Thought</h3>
<p>Try them out and let me know what you think, you could even distribute them to your own readers. I&#8217;m dying to hear your feedback.</p>
<img src="http://feeds.feedburner.com/~r/SerradinhoBlog/~4/UsVt5lEPHm0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.serradinho.com/Blog/ebooks-halloween-self-help-tips.htm/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		<feedburner:origLink>http://www.serradinho.com/Blog/ebooks-halloween-self-help-tips.htm</feedburner:origLink></item>
		<item>
		<title>Newest WordPress Plugins 29/10</title>
		<link>http://feedproxy.google.com/~r/SerradinhoBlog/~3/1v396gblVB4/newest-wordpress-plugins-29102009.htm</link>
		<comments>http://www.serradinho.com/Blog/newest-wordpress-plugins-29102009.htm#comments</comments>
		<pubDate>Thu, 29 Oct 2009 08:11:47 +0000</pubDate>
		<dc:creator>George Serradinho</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[wordpress newest plugins]]></category>
		<category><![CDATA[wordpress plugins]]></category>

		<guid isPermaLink="false">http://www.serradinho.com/Blog/?p=9106</guid>
		<description><![CDATA[
Here are this weeks newest WordPress plugins. Have a look and let me know if you are using them or trying them out.
BP Paginated Posts
If you&#8217;re using BuddyPress and displaying site wide posts, this plugin is a necessary replacement for the one that comes packaged with BuddyPress. The widget options include title, posts per page, and previous and next link titles.
WP-Drag2Share
Is a simple tool to share a post easily by drag and drop, this plugin [...]]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/42UuKFVlDIKbMfiF6ZZ0J8NXSEU/0/da"><img src="http://feedads.g.doubleclick.net/~a/42UuKFVlDIKbMfiF6ZZ0J8NXSEU/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/42UuKFVlDIKbMfiF6ZZ0J8NXSEU/1/da"><img src="http://feedads.g.doubleclick.net/~a/42UuKFVlDIKbMfiF6ZZ0J8NXSEU/1/di" border="0" ismap="true"></img></a></p><p><a class="post_image_link" href="http://www.serradinho.com/Blog/newest-wordpress-plugins-29102009.htm" title="Permanent link to Newest WordPress Plugins 29/10"><img class="post_image alignright frame" src="http://www.serradinho.com/Blog/wp-content/uploads/2008/08/thumb_wordpress.png" width="115" height="112" alt="Newest WordPress Plugins 29/10" title="Newest WordPress Plugins 29/10" /></a>
</p><p><span class="drop_cap">H</span>ere are this weeks newest WordPress plugins. Have a look and let me know if you are using them or trying them out.</p>
<p><a href="http://wordpress.org/extend/plugins/bp-paginated-posts/" target="_blank">BP Paginated Posts</a><br />
If you&#8217;re using BuddyPress and displaying site wide posts, this plugin is a necessary replacement for the one that comes packaged with BuddyPress. The widget options include title, posts per page, and previous and next link titles.</p>
<div id="attachment_9109" class="wp-caption aligncenter" style="width: 257px">
	<img class="size-full wp-image-9109" title="WordPress Plugin - BP Paginated Posts" src="http://www.serradinho.com/Blog/wp-content/uploads/2009/10/wp_paginated_posts.png" alt="WordPress Plugin - BP Paginated Posts" width="257" height="268" />
	<p class="wp-caption-text">WordPress Plugin - BP Paginated Posts</p>
</div>
<p><a href="http://wordpress.org/extend/plugins/wp-drag2share/" target="_blank">WP-Drag2Share</a><br />
Is a simple tool to share a post easily by drag and drop, this plugin supports social networks like Twitter, Delicious and Facebook.</p>
<div id="attachment_9110" class="wp-caption aligncenter" style="width: 463px">
	<img class="size-full wp-image-9110" title="WordPress Plugin - WP-Drag2Share" src="http://www.serradinho.com/Blog/wp-content/uploads/2009/10/wp_dragtoshare1.JPG" alt="WordPress Plugin - WP-Drag2Share" width="463" height="124" />
	<p class="wp-caption-text">WordPress Plugin - WP-Drag2Share</p>
</div>
<p><a href="http://wordpress.org/extend/plugins/wp-custom-login-page/" target="_blank">Custom Login Page</a><br />
With the Custom Login Page, you can change the background image of your login page, the background image/colo of your login form div, the main logo image of your login page, and add custom CSS. All through a simple interface. Remember to view the Help tab at the top of the settings page for the plugin.</p>
<div id="attachment_9108" class="wp-caption aligncenter" style="width: 275px">
	<img class="size-full wp-image-9108" title="WordPress Plugin - Custom Login Page" src="http://www.serradinho.com/Blog/wp-content/uploads/2009/10/wp_custom_login_page.JPG" alt="WordPress Plugin - Custom Login Page" width="275" height="186" />
	<p class="wp-caption-text">WordPress Plugin - Custom Login Page</p>
</div>
<p><a href="http://wordpress.org/extend/plugins/twitterpad/" target="_blank">TwitterPad</a><br />
Is an automatic RSS-to-page plugin designed to integrate with twitter. This plugin allows the user to add a number of custom search strings from search.twitter.com specifying which page new tweets should be added to. For example, using &#8216;from:{yourtwittername} #tp&#8217; I can collect all of my tweets which have been tagged #tp.</p>
<p>You are also not just limited to collecting your own tweets, any search string will work. The plugin was designed to automatically collect tweets I wanted to save for future reference (a tweet pad) and the page you collect tweets to doesn&#8217;t have to be public. The plugin allows you to update any page in your blog, even if it is private.</p>
<p><a href="http://wordpress.org/extend/plugins/unshorten/" target="_blank">UnShorten</a><br />
When you use tweets in your blog, you will probably have loads of shortened urls like me &#8211; bit.ly, su.pr is.gd&#8230; But your blog readers would probably rather see the real address. Me too. While this feature is integrated in loads of twitter clients, it&#8217;s not yet in Wordpress.</p>
<p>Oh, hold on, now it is! UnShorten will look at any link that has the link text the same as the URL and will try to expand the URL. The hyperlink URL will stay the same but the link text will change to the real, un-shortened link.</p>
<p><a href="http://wordpress.org/extend/plugins/mightyreach-for-wordpress/" target="_blank">MightyReach for WordPress</a><br />
Displays your Feedburner and Twitter stats on your dashboard.</p>
<p><a href="http://wordpress.org/extend/plugins/ecsstender-take-control-of-your-css/" target="_blank">eCSStender</a><br />
This plugin uses the eCSStender javascript Library. This library is a parser that takes your CSS after the browser. The library re-interprets the css using the plugins and adds new abilities to the browsers.</p>
<p>You can for example add CSS3 Selectors support to IE6. It will be less a Pain to develop a theme for IE6 or other browsers now.</p>
<h3>Final Thought</h3>
<p>I hope you enjoyed this weeks plugins and that you maybe try a few out. I would like to know any feedback you have concerning these plugins.</p>
<img src="http://feeds.feedburner.com/~r/SerradinhoBlog/~4/1v396gblVB4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.serradinho.com/Blog/newest-wordpress-plugins-29102009.htm/feed</wfw:commentRss>
		<slash:comments>19</slash:comments>
		<feedburner:origLink>http://www.serradinho.com/Blog/newest-wordpress-plugins-29102009.htm</feedburner:origLink></item>
		<item>
		<title>Layout and Design changes for Serradinho</title>
		<link>http://feedproxy.google.com/~r/SerradinhoBlog/~3/Pwp1xBvB3So/refreshing-look-for-serradinho-29102009.htm</link>
		<comments>http://www.serradinho.com/Blog/refreshing-look-for-serradinho-29102009.htm#comments</comments>
		<pubDate>Thu, 29 Oct 2009 06:53:22 +0000</pubDate>
		<dc:creator>George Serradinho</dc:creator>
				<category><![CDATA[Website Updates]]></category>
		<category><![CDATA[changes to Serradinho]]></category>
		<category><![CDATA[Layout changes for Serradinho]]></category>

		<guid isPermaLink="false">http://www.serradinho.com/Blog/?p=9082</guid>
		<description><![CDATA[
Some might have noticed the changes to the layout and design of Serradinho. I have been busy with last few days with it and trying my best to make my blog as unique as possible.
This will be a short post just to note down what I have done and I hope you all like the new look.
Ok, so have I done the following:

Changed the top menu to have a few links and search box on [...]]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/N01rfojcxfoC3yjGpFsJjLlmA3U/0/da"><img src="http://feedads.g.doubleclick.net/~a/N01rfojcxfoC3yjGpFsJjLlmA3U/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/N01rfojcxfoC3yjGpFsJjLlmA3U/1/da"><img src="http://feedads.g.doubleclick.net/~a/N01rfojcxfoC3yjGpFsJjLlmA3U/1/di" border="0" ismap="true"></img></a></p><p><a class="post_image_link" href="http://www.serradinho.com/Blog/refreshing-look-for-serradinho-29102009.htm" title="Permanent link to Layout and Design changes for Serradinho"><img class="post_image alignright frame" src="http://www.serradinho.com/images/serradinho_125_Z.png" width="115" height="112" alt="Layout and Design changes for Serradinho" title="Layout and Design changes for Serradinho" /></a>
</p><p><span class="drop_cap">S</span>ome might have noticed the changes to the layout and design of Serradinho. I have been busy with last few days with it and trying my best to make my blog as unique as possible.</p>
<p>This will be a short post just to note down what I have done and I hope you all like the new look.</p>
<h3>Ok, so have I done the following:</h3>
<ol>
<li>Changed the top menu to have a few links and search box on the right.</li>
<li>Added a background image to the blog &#8211; let me know what you think of it.</li>
<li>Added extra links on homepage, archive, category and posts pages (opinions, add opinion, etc).</li>
<li>Changed links when hovering over them to be dark blue with white font.</li>
<li>Changed my footer to have minimal links and no widgets.</li>
<li>Added posts tags at the bottom of posts.</li>
<li>Sidebar widget styling &#8211; changed the background and small things within the widget area.</li>
<li>Updated author bio to include link to author posts as well as a link to their website.</li>
<li>Added small banner ads below the comment form.</li>
<li>Changed the styling of trackbacks from other sites &#8211; background and font colour.</li>
</ol>
<h3>Final Thought</h3>
<p>Although I have not posted much, I have been busy with the layout of the blog. I hope the changes are liked by both the readers and new comers. Your feedback would be appreciated, so be sure to leave your opinion below.</p>
<img src="http://feeds.feedburner.com/~r/SerradinhoBlog/~4/Pwp1xBvB3So" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.serradinho.com/Blog/refreshing-look-for-serradinho-29102009.htm/feed</wfw:commentRss>
		<slash:comments>31</slash:comments>
		<feedburner:origLink>http://www.serradinho.com/Blog/refreshing-look-for-serradinho-29102009.htm</feedburner:origLink></item>
		<item>
		<title>Plugin Review: Cute Profiles</title>
		<link>http://feedproxy.google.com/~r/SerradinhoBlog/~3/XCQeve0semA/plugin-review-cute-profiles.htm</link>
		<comments>http://www.serradinho.com/Blog/plugin-review-cute-profiles.htm#comments</comments>
		<pubDate>Tue, 27 Oct 2009 09:59:36 +0000</pubDate>
		<dc:creator>George Serradinho</dc:creator>
				<category><![CDATA[Other Bloggers]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Web Tools]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Cute Profiles plugin Review]]></category>
		<category><![CDATA[Plugin Review - Cute Profiles]]></category>
		<category><![CDATA[WordPress Cute Profiles Review]]></category>
		<category><![CDATA[wordpress plugin review]]></category>

		<guid isPermaLink="false">http://www.serradinho.com/Blog/?p=9039</guid>
		<description><![CDATA[
Well, here I am doing another WordPress plugin review and this time it&#8217;s a cool feature which could bring something different to your site. I have written a post about how to have floating icons for Thesis theme, which is similar in a way.
The plugin today is called Cute Profiles by clickonf5.org. It&#8217;s a free Wordpress Plugin which will bring all your Social Profiles at one location i.e. either left or right side of your [...]]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/CULUyxLzWQJDEDYEYQHU3ly1FU8/0/da"><img src="http://feedads.g.doubleclick.net/~a/CULUyxLzWQJDEDYEYQHU3ly1FU8/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/CULUyxLzWQJDEDYEYQHU3ly1FU8/1/da"><img src="http://feedads.g.doubleclick.net/~a/CULUyxLzWQJDEDYEYQHU3ly1FU8/1/di" border="0" ismap="true"></img></a></p><p><a class="post_image_link" href="http://www.serradinho.com/Blog/plugin-review-cute-profiles.htm" title="Permanent link to Plugin Review: Cute Profiles"><img class="post_image alignright frame" src="http://www.serradinho.com/Blog/wp-content/uploads/2008/08/thumb_wordpress.png" width="115" height="112" alt="Plugin Review: Cute Profiles" title="Plugin Review: Cute Profiles" /></a>
</p><p><span class="drop_cap">W</span>ell, here I am doing another WordPress plugin review and this time it&#8217;s a cool feature which could bring something different to your site. I have written a post about how to have <a href="http://www.serradinho.com/Blog/how-to-put-floating-icons-on-the-side-of-site.htm">floating icons for Thesis theme</a>, which is similar in a way.</p>
<p>The plugin today is called<a href="http://wordpress.org/extend/plugins/cute-profiles/" target="_blank"> Cute Profiles</a> by <a href="http://www.clickonf5.org/cute-profiles" target="_blank">clickonf5.org</a>. It&#8217;s a free Wordpress Plugin which will bring all your Social Profiles at one location i.e. either left or right side of your blog pages in a well decent floating manner, saving your sidebar or footer space for ads or other important data and widgets.</p>
<p style="text-align: center;">
<div id="attachment_9043" class="wp-caption aligncenter" style="width: 484px">
	<img class="size-full wp-image-9043 " title="WP Plugin Review - Cute Pofiles Example" src="http://www.serradinho.com/Blog/wp-content/uploads/2009/10/cute_profiles_demo_thumb1.gif" alt="WP Plugin Review - Cute Pofiles" width="484" height="589" />
	<p class="wp-caption-text">WP Plugin Review - Cute Pofiles Example</p>
</div>
<p>Below are the details related to this plugin, by clicking on each tab you can see that particular detail as well.</p>
<h3>Some of the important features:</h3>
<ul>
<li>Choice for Themes and Sizes for the Icons &#8211; so select as per your blog theme.</li>
<li>Fully customizable CSS</li>
<li>No jQuery or any javascript library. Fully CSS based design and implementation. So no header load.</li>
<li>Directly enter the URL of the profile page on the Cute Profiles settings page</li>
<li>Setting to change the Profile links to dofollow or nofollow</li>
<li>Currently 50 different Social Profiles covered, will definitely increase in the future.</li>
<li>And the most important, we try to provide the best of our support!</li>
</ul>
<h3>Installation</h3>
<p>This plugin is easy to install like other plug-ins of Wordpress as you need to just follow the below mentioned steps:</p>
<ul>
<li>Copy Folder &#8216;cute-profiles&#8217; from the downloaded and extracted file.</li>
<li>Paste it in &#8216;wp-Content/plugins&#8217; folder on your Wordpress Installation</li>
<li>Activate the plugin from Dashboard / Plugins window.</li>
<li>Now Plugin is Activated, Go to the Usage section to see how to use Cute Profiles.</li>
</ul>
<div id="attachment_9044" class="wp-caption aligncenter" style="width: 542px">
	<img class="size-full wp-image-9044" title="WP Plugin Review - Cute Pofiles Admin Example" src="http://www.serradinho.com/Blog/wp-content/uploads/2009/10/cute_profiles_demo_thumb2.gif" alt="cute profiles demo thumb2 Plugin Review: Cute Profiles" width="542" height="403" />
	<p class="wp-caption-text">WP Plugin Review - Cute Pofiles Admin Example</p>
</div>
<p style="text-align: center;">
<div id="attachment_9045" class="wp-caption aligncenter" style="width: 560px">
	<img class="size-full wp-image-9045" title="WP Plugin Review - Cute Pofiles Admin Example" src="http://www.serradinho.com/Blog/wp-content/uploads/2009/10/cute_profiles_demo_thumb3.gif" alt="WP Plugin Review - Cute Pofiles Admin Example" width="560" height="453" />
	<p class="wp-caption-text">WP Plugin Review - Cute Pofiles Admin Example</p>
</div>
<h3>Final Thought</h3>
<p>I like the plugin and think it would help many out that need to share their social profiles with others. Are you using this plugin? Have you heard of it before? Would you use it now? Let me know what you think of it, your feedback is always welcomed.</p>
<img src="http://feeds.feedburner.com/~r/SerradinhoBlog/~4/XCQeve0semA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.serradinho.com/Blog/plugin-review-cute-profiles.htm/feed</wfw:commentRss>
		<slash:comments>20</slash:comments>
		<feedburner:origLink>http://www.serradinho.com/Blog/plugin-review-cute-profiles.htm</feedburner:origLink></item>
		<item>
		<title>Serious Monday Roundup #14</title>
		<link>http://feedproxy.google.com/~r/SerradinhoBlog/~3/MreGZ8Q5o3A/serious-monday-roundup-14.htm</link>
		<comments>http://www.serradinho.com/Blog/serious-monday-roundup-14.htm#comments</comments>
		<pubDate>Mon, 26 Oct 2009 05:00:50 +0000</pubDate>
		<dc:creator>George Serradinho</dc:creator>
				<category><![CDATA[Link Love]]></category>
		<category><![CDATA[Other Bloggers]]></category>
		<category><![CDATA[Top Sites]]></category>
		<category><![CDATA[Website Updates]]></category>
		<category><![CDATA[blogger link love]]></category>
		<category><![CDATA[influential blogger posts]]></category>
		<category><![CDATA[previous serradinho posts]]></category>
		<category><![CDATA[top blogger posts]]></category>

		<guid isPermaLink="false">http://www.serradinho.com/Blog/?p=8990</guid>
		<description><![CDATA[
The forth Monday of October and this means that we are almost finished with October. This is just a recap of last weeks posts. I hope you enjoyed some of them.
Although my posting has slowed down a lot, I have had two guest posts here and I&#8217;m happy that it&#8217;s starting to take off.
Best posts on Serradinho ending 25th October 2009
eBooks &#8211; Help you with your Business
Another 4 free downloads for you to try out. [...]]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/YRlHUO4K_aMazWK-c0iwX-ClisM/0/da"><img src="http://feedads.g.doubleclick.net/~a/YRlHUO4K_aMazWK-c0iwX-ClisM/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/YRlHUO4K_aMazWK-c0iwX-ClisM/1/da"><img src="http://feedads.g.doubleclick.net/~a/YRlHUO4K_aMazWK-c0iwX-ClisM/1/di" border="0" ismap="true"></img></a></p><p><a class="post_image_link" href="http://www.serradinho.com/Blog/serious-monday-roundup-14.htm" title="Permanent link to Serious Monday Roundup #14"><img class="post_image alignright frame" src="http://www.serradinho.com/Blog/wp-content/uploads/2009/07/thumb_serious_monday.png" width="115" height="112" alt="Serious Monday Roundup #14" title="Serious Monday Roundup #14" /></a>
</p><p><span class="drop_cap">T</span>he forth Monday of October and this means that we are almost finished with October. This is just a recap of last weeks posts. I hope you enjoyed some of them.</p>
<p>Although my posting has slowed down a lot, I have had two guest posts here and I&#8217;m happy that it&#8217;s starting to take off.</p>
<h3>Best posts on Serradinho ending 25th October 2009</h3>
<p><a href="http://www.serradinho.com/Blog/ebooks-help-you-with-your-business.htm">eBooks &#8211; Help you with your Business</a><br />
Another 4 free downloads for you to try out. eBooks are Profit 13 Ways, AdSwap Master Class, Confessions of a Joint-Venture Broker and 10 Ways to Enhance Your Business.</p>
<p><a href="http://www.serradinho.com/Blog/wordpress-2-8-5-is-out-protection-upgrade.htm">WordPress 2.8.5 is Out &#8211; Protection Upgrade</a><br />
I woke this morning to a notification about a new version of WordPress. Yes, that’s right. We are now at version 2.8.5 and this version is for protection purposes so upgrade ASAP.</p>
<p><a href="http://www.serradinho.com/Blog/does-your-blog-have-contact-form.htm">Does your blog have a Contact Form?</a><br />
This seems to be a straight forward question and it should have a straight forward answer, but I have seen some blogs not having a way to contact the webmaster/owner.</p>
<p><a href="http://www.serradinho.com/Blog/easycomment-to-assist-you-in-commenting.htm">EasyComment to assist you in Commenting</a><br />
In Essential Blogging Tips Part 2, Serradinho pointed out the importance of interacting with commentators and the building up of a community. Wordpress plugins like CommentLuv encourages commentators to comment in your blogs. <strong><span style="color: #800000;">Guest post by John Samuel.</span></strong></p>
<h3>Great reads ending 25th October 2009</h3>
<p><img class="aligncenter" title="Link Love" src="http://www.serradinho.com/Blog/wp-content/uploads/2009/07/gold_link_love_posts.png" alt="gold link love posts Serious Monday Roundup #14" width="447" height="130" /></p>
<ol>
<li><a href="http://www.tricksdaddy.com/2009/10/optimize-and-cleanup-your-wordpress-database-easily.html" target="_blank">Optimize And Cleanup Your Wordpress Database Easily</a> &#8211; WP-Optmize is a great plugin for wordpress blogs that is a database cleanup and optimization tool. It allows you t cleanup your database by removing post revisions, comments in the spam queue, un-approved comments within few clicks. It doesn’t require PhpMyAdmin to optimize your database tables.</li>
<li><a href="http://www.sitesketch101.com/the-5-best-blogs-to-improve-your-writing" target="_blank">The 5 Best Blogs to Improve Your Writing</a> &#8211; If you’ve been around the internet for any period of time then you’ve probably heard it repeated: Content is King.  In fact, many of us have heard it so many times that it probably sounds redundant.  Yet there are so many people who still don’t get it.</li>
<li><a href="http://www.technogati.com/how-to-promote-your-blog-offline.html" target="_blank">How To Promote Your Blog Offline</a> &#8211; Here are a few efficient offline marketing tactics to promote your blog.</li>
<li><a href="http://www.extremejohn.com/what-dwarf-are-you/" target="_blank">What Dwarf are you?</a> &#8211; Think about it. If you were one of Disney’s Seven Dwarfs which of the Seven Dwarfs would you be?</li>
<li><a href="http://www.hellboundbloggers.com/blogging/great-tips-for-killer-blog-articles" target="_blank">7 Great Tips For Writing A Killer Blog Article</a> &#8211; Killer blog post is a key to traffic on a blog that could be written so well and it should contain all the flavors that are needed by the general audience.</li>
<li><a href="http://www.makingmoneyonline.com/where-not-to-display-adsense-ads/" target="_blank">Quick Tip &#8211; Where Not To Display Adsense Ads</a> &#8211; When selling your own product or promoting affiliate products, DON’T put ads for your competition on the same pages you are trying to promote those products on.</li>
<li><a href="http://www.shoutmeloud.com/question-how-to-start-with-professional-blogging.html" target="_blank">Question : How to Start with Professional Blogging?</a> &#8211; Is  it possible to Migrate from Wordpress.com to Self hosted Wordpress blog?</li>
<li><a href="http://www.sitesketch101.com/how-much-are-the-ads-on-your-blog-worth" target="_blank">How Much Are The Ads On Your Blog Worth?</a> &#8211; So how do we determine the real value of our ad placements on our sites?  Check out these four factors to determine your ad values.</li>
<li><a href="http://www.techzoomin.com/6-best-free-wordpress-plugins-for-advertising/" target="_blank">6 Best Free WordPress Plugins for Advertising</a> &#8211; I have listed below the top 6 free WordPress Plugins according to me that can be used for advertising in websites.</li>
<li><a href="http://www.shoutmeloud.com/wamp-not-starting-in-windows-problem.html" target="_blank">Wamp not Starting in Windows Problem</a> &#8211; Last time when I wrote about How to Install wordpress locally many people reported that they have done every thing right, but wamp is not starting for them. When they click on Start all service under Wamp, nothing happens.</li>
<li><a href="http://www.miscbytes.com/how-i-got-started-with-my-google-wave-preview/" target="_blank">How I got started with my Google Wave Preview!</a> &#8211; When you first log into Google Wave, you may wonder, what do I do next?</li>
<li><a href="http://thesisthemehq.com/a-to-e-of-blogging-tips-and-tricks/" target="_blank">A to E of Blogging Tips And Tricks</a> &#8211; Now that you intend becoming a professional blogger, you will need to remember some basic tips and tricks to make life easier. Glossary of blogging tips and tricksWhether you are just starting out or are a seasoned blogger, you need to make sure you don’t become complacent and go into ‘auto-pilot’ &#8211; acting without thinking &#8211; too often!</li>
<li><a href="http://tycoonblogger.com/promoting-your-blog/why-do-all-the-blog-ad-networks-suck" target="_blank">Why do all the blog ad networks suck?</a> &#8211; The top three blog ad networks out there right know are Entrecard, Adgitize and CMF Ads.  They all are getting worse over time and I am not happy with any of them right now.</li>
</ol>
<h3>Final Thought</h3>
<p>I hope you enjoyed last weeks details and that you have some kind of feedback for me. There were so many great reads by other bloggers, I had a tough time eliminating some.</p>
<img src="http://feeds.feedburner.com/~r/SerradinhoBlog/~4/MreGZ8Q5o3A" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.serradinho.com/Blog/serious-monday-roundup-14.htm/feed</wfw:commentRss>
		<slash:comments>14</slash:comments>
		<feedburner:origLink>http://www.serradinho.com/Blog/serious-monday-roundup-14.htm</feedburner:origLink></item>
		<item>
		<title>EasyComment to assist you in Commenting</title>
		<link>http://feedproxy.google.com/~r/SerradinhoBlog/~3/cq8-jRlHGws/easycomment-to-assist-you-in-commenting.htm</link>
		<comments>http://www.serradinho.com/Blog/easycomment-to-assist-you-in-commenting.htm#comments</comments>
		<pubDate>Fri, 23 Oct 2009 06:00:39 +0000</pubDate>
		<dc:creator>John Samuel</dc:creator>
				<category><![CDATA[Blog Tips]]></category>
		<category><![CDATA[Guest Posts]]></category>
		<category><![CDATA[Web Tools]]></category>
		<category><![CDATA[firefox EasyComment add-on]]></category>
		<category><![CDATA[using EasyComment]]></category>

		<guid isPermaLink="false">http://www.serradinho.com/Blog/?p=8959</guid>
		<description><![CDATA[
In Essential Blogging Tips – Part 2, Serradinho pointed out the importance of interacting with commentators and the building up of a community. Wordpress plugins like CommentLuv encourages commentators to comment in your blogs.
Now that is with respect to attracting comments on your blogs. But now the ball is in your court and you have to make a choice of blogs to comment on. You should not randomly choose some blogs for commenting; rather look [...]]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/IbSupCFRhmX9tYZgoFtf3FsLF-M/0/da"><img src="http://feedads.g.doubleclick.net/~a/IbSupCFRhmX9tYZgoFtf3FsLF-M/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/IbSupCFRhmX9tYZgoFtf3FsLF-M/1/da"><img src="http://feedads.g.doubleclick.net/~a/IbSupCFRhmX9tYZgoFtf3FsLF-M/1/di" border="0" ismap="true"></img></a></p><p><a class="post_image_link" href="http://www.serradinho.com/Blog/easycomment-to-assist-you-in-commenting.htm" title="Permanent link to EasyComment to assist you in Commenting"><img class="post_image alignright frame" src="http://www.serradinho.com/Blog/wp-content/uploads/2009/10/mypictr_Custom2.jpg" width="125" height="125" alt="EasyComment to assist you in Commenting" title="EasyComment to assist you in Commenting" /></a>
</p><p><span class="drop_cap">I</span>n <a href="http://www.serradinho.com/Blog/essential-blogging-tips-part-2.htm">Essential Blogging Tips – Part 2</a>, Serradinho pointed out the importance of interacting with commentators and the building up of a community. Wordpress plugins like <a href="http://wordpress.org/extend/plugins/commentluv/">CommentLuv</a> encourages commentators to comment in your blogs.</p>
<p>Now that is with respect to attracting comments on your blogs. But now the ball is in your court and you have to make a choice of blogs to comment on. You should not randomly choose some blogs for commenting; rather look for blogs of your niche. You can even choose blogs of your interest unrelated to your blogging area. Once you have made your choice, it&#8217;s time to start commenting.</p>
<p>The first step (some may feel this as an hindrance) in commenting is to give your contact details like your Name, Email address and Website. This is a repetitive step before commenting on any blog.</p>
<p>What if your browser does this step? Yes, you read it right. If you are on Firefox, you can make use of the <a href="https://addons.mozilla.org/en-US/firefox/addon/9095">EasyComment</a> extension. This extension helps you to easily complete this task with a click.</p>
<p>After installation of the extension, it appears on the right side of the status bar.</p>
<p style="text-align: center"><img class="size-full wp-image-8963 aligncenter" src="http://www.serradinho.com/Blog/wp-content/uploads/2009/10/easyCommentOnStatusBar.png" alt="easyCommentOnStatusBar EasyComment to assist you in Commenting" width="103" height="25" title="EasyComment to assist you in Commenting" /></p>
<p>Right click and Open &#8216;Manage Profiles&#8217;. Fill in the details like Name, Website and Email. Give a name to your profile. <img class="alignright size-medium wp-image-8961" src="http://www.serradinho.com/Blog/wp-content/uploads/2009/10/easyComment-281x300.png" alt="easyComment 281x300 EasyComment to assist you in Commenting" width="281" height="300" title="EasyComment to assist you in Commenting" /></p>
<p>And you are done. Go to any blog and reading a post. If you want to post a comment, click easyComment on the status bar. And you will see your contact details filled up. Write your comment and submit.</p>
<p>Some other unique features of easyComment is that you can manage multiple profiles. If you write blogs on different topics, you want to give some other contact details. Repeat the above step of creating a profile to make one more profile.</p>
<p>Now choose the relevant profile (this time right clicking easyComment on the status bar) based on blog profile.</p>
<p>easyComment allows you to even enter a default comment. Though this is a great feature, since it helps you to comment &#8220;Great Post&#8221; on posts. I personally feel this should not be misused.</p>
<p>easyComment helps you in building the Community by assisting you in commenting. Make the most of it without abusing the benefits.</p>
<img src="http://feeds.feedburner.com/~r/SerradinhoBlog/~4/cq8-jRlHGws" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.serradinho.com/Blog/easycomment-to-assist-you-in-commenting.htm/feed</wfw:commentRss>
		<slash:comments>27</slash:comments>
		<feedburner:origLink>http://www.serradinho.com/Blog/easycomment-to-assist-you-in-commenting.htm</feedburner:origLink></item>
		<item>
		<title>eBooks – Help you with your Business</title>
		<link>http://feedproxy.google.com/~r/SerradinhoBlog/~3/RPfjrPfvkgs/ebooks-help-you-with-your-business.htm</link>
		<comments>http://www.serradinho.com/Blog/ebooks-help-you-with-your-business.htm#comments</comments>
		<pubDate>Fri, 23 Oct 2009 05:00:25 +0000</pubDate>
		<dc:creator>George Serradinho</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[eBooks]]></category>
		<category><![CDATA[ebook downloads]]></category>
		<category><![CDATA[ebook downloads for free]]></category>
		<category><![CDATA[free ebook downloads]]></category>

		<guid isPermaLink="false">http://www.serradinho.com/Blog/?p=8630</guid>
		<description><![CDATA[
Some new ebooks for you to download, try them out and let me know what you think. I&#8217;m sure you can use them or even share them with your readers/friends.
10 Ways to Enhance Your Business
This report is going to discuss 10 important, and possible crucial facts/ideas that if implemented, will increase your business as well as your profits.
Here they are:


 PRIORITIZE
ADD A NEW MARKETING TECHNIQUE TO YOUR ROUTINE
START OUTSOURCING
GET INVOLVED WITH VIDEO MARKETING!
GOING OFFLINE
ADD A [...]]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/kudiN6pNpGQNWy6UPk4mvZxwntQ/0/da"><img src="http://feedads.g.doubleclick.net/~a/kudiN6pNpGQNWy6UPk4mvZxwntQ/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/kudiN6pNpGQNWy6UPk4mvZxwntQ/1/da"><img src="http://feedads.g.doubleclick.net/~a/kudiN6pNpGQNWy6UPk4mvZxwntQ/1/di" border="0" ismap="true"></img></a></p><p><a class="post_image_link" href="http://www.serradinho.com/Blog/ebooks-help-you-with-your-business.htm" title="Permanent link to eBooks &#8211; Help you with your Business"><img class="post_image alignright frame" src="http://www.serradinho.com/Blog/wp-content/uploads/2008/12/thumb_free_ebooks.png" width="115" height="112" alt="eBooks - Help you with your Business" title="eBooks   Help you with your Business" /></a>
</p><p><span class="drop_cap">S</span>ome new ebooks for you to download, try them out and let me know what you think. I&#8217;m sure you can use them or even share them with your readers/friends.</p>
<h3>10 Ways to Enhance Your Business</h3>
<p>This report is going to discuss 10 important, and possible crucial facts/ideas that if implemented, will increase your business as well as your profits.</p>
<p><strong><span style="color: #ff0000;">Here they are:</span></strong></p>
<p><img class="alignright size-full wp-image-8632" title="ebook - 10 Ways to Enhance Your Business" src="http://www.serradinho.com/Blog/wp-content/uploads/2009/09/ebook_10_Ways_to_Enhance_Your_Business.jpg" alt="ebook - 10 Ways to Enhance Your Business" width="150" height="150" /></p>
<ul>
<li> PRIORITIZE</li>
<li>ADD A NEW MARKETING TECHNIQUE TO YOUR ROUTINE</li>
<li>START OUTSOURCING</li>
<li>GET INVOLVED WITH VIDEO MARKETING!</li>
<li>GOING OFFLINE</li>
<li>ADD A NEW INCOME STREAM TO YOUR BUSINESS (NEW NICHE)</li>
<li>PROSPECT</li>
<li>THE &#8216;DOUBLE&#8217; EFFECT</li>
<li>GET WITH THE TIMES!</li>
<li>LEARN A NEW SKILL THIS YEAR</li>
</ul>
<a href="http://www.serradinho.com/Blog/wp-content/plugins/download-monitor/download.php?id=PLR_10_Ways_to_Enhance_your_Business.zip" title="Downloaded 11 times">eBook - 10 Ways to Enhance Your Business  (11) 663.6 KB</a>
<h3>Confessions of a Joint-Venture Broker</h3>
<p>Here Are Some Of The Joint-Venture Secrets You’ll Discover In This Exclusive Audio!</p>
<p><img class="alignright size-full wp-image-8631" title="ebook - Confessions of a Joint-Venture Broker" src="http://www.serradinho.com/Blog/wp-content/uploads/2009/09/ebook_Confessions_of_a_Joint_Venture_Broker.jpg" alt="ebook - Confessions of a Joint-Venture Broker" width="150" height="150" /></p>
<ul>
<li>The secret to using leverage to develop killer joint ventures (This is something most newbie marketers don’t realize that could catapult your chances of making HUGE money with joint-ventures!)</li>
<li>How Russell’s Dad made over $6000 in a single month as a joint-venture broker &#8211; the BEST way to get into internet marketing if you have NO experience!</li>
<li>The secret to pitting other marketers against each other when promoting a product (you’d be surprised at how competitive some marketers are and how it can make your wallet fatter!)</li>
<li>The 3 levels you need to classify potential joint-venture broker partners (This is something almost ALL JV searchers fail to do!)</li>
<li>How to develop killer relationships with potential marketers (Relationships are the #1 Key to making a huge joint-venture deal!)</li>
</ul>
<a href="http://www.serradinho.com/Blog/wp-content/plugins/download-monitor/download.php?id=MRR_Confessions_of_a_Joint_Venture_Broker.zip" title="Downloaded 9 times">eBook - Confessions of a Joint-Venture Broker  (9) 844.41 KB</a>
<h3>AdSwap Master Class</h3>
<p>Killer FREE, but highly powerful content that explains the insides and outs of Adswapping and how it willl transform your income&#8230;</p>
<p><img class="alignright size-full wp-image-8633" title="ebook - Adswap Master Class" src="http://www.serradinho.com/Blog/wp-content/uploads/2009/09/ebook_adswap_master_class.jpg" alt="ebook - Adswap Master Class" width="150" height="150" /></p>
<ul>
<li>Your VERY OWN Product Worth $77 To Give Away To Attract Massive Subscriber Rates</li>
<li>A Google 110 Page #1 product, currently selling ONLINE TODAY for $77, that you give away to build your list and &#8220;get known&#8221; for giving astonishing value (your subscribers will hang on every word you say)..</li>
<li>Your VERY OWN Professionally Designed Custom Squeeze Page Temaplate That Sucks Up subscribers Like A Sponge!</li>
<li>My in-house graphics guy has bust his n***s for you (I&#8217;m not kiddng!) This 40% conversion custom squeezepage will tempt almost anyone to give you their name and email&#8230; and thank you for doing it!</li>
</ul>
<a href="http://www.serradinho.com/Blog/wp-content/plugins/download-monitor/download.php?id=MRR_AdSwap_Master_Class.zip" title="Downloaded 9 times">eBook - AdSwap Master Class  (9) 1.82 MB</a>
<h3>Profit 13 Ways</h3>
<p>When I first started out in the IM niche back in June 2007 I was complete newbie and I didn&#8217;t have a clue.</p>
<p><img class="alignright size-full wp-image-8636" title="ebook - Profit 13 Ways" src="http://www.serradinho.com/Blog/wp-content/uploads/2009/09/ebook_profit_13_ways.jpg" alt="ebook - Profit 13 Ways" width="150" height="150" /></p>
<p>During my first month I made $7,230.95 in online profits but I did more things wrong than I did right. My sales copy was atrocious. The emails I sent were disjointed and full of hype. And my sales funnel was non-existent.</p>
<p>Back then even the most basic technical tasks escaped me and people laugh when I tell the story that it was January 2008 before I learnt how to do FTP (I wish I was joking). If someone would have suggested I need a new &#8216;backend&#8217; I would have slapped them for suggesting my bum was too big! I didn&#8217;t understand the terminology and I had only the most basic grasp of marketing too.</p>
<a href="http://www.serradinho.com/Blog/wp-content/plugins/download-monitor/download.php?id=MRR_Profit_13_Ways.zip" title="Downloaded 11 times">eBook - Profit 13 Ways (11) 770.02 KB</a>
<h3>Final Thought</h3>
<p>I hope you enjoyed these 4 free downloads. I have a few more scheduled that will be published soon, so make sure to come back and download them.</p>
<img src="http://feeds.feedburner.com/~r/SerradinhoBlog/~4/RPfjrPfvkgs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.serradinho.com/Blog/ebooks-help-you-with-your-business.htm/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.serradinho.com/Blog/ebooks-help-you-with-your-business.htm</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic page generated in 2.806 seconds. --><!-- Cached page generated by WP-Super-Cache on 2009-11-08 19:56:16 -->
