<?xml version='1.0' encoding='UTF-8'?><rss xmlns:atom='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearch/1.1/' xmlns:georss='http://www.georss.org/georss' xmlns:thr='http://purl.org/syndication/thread/1.0' version='2.0'><channel><atom:id>tag:blogger.com,1999:blog-2302570115872631151</atom:id><lastBuildDate>Wed, 26 Oct 2011 13:14:36 +0000</lastBuildDate><category>Coding</category><category>Twitter</category><category>6Images</category><category>Backlinks</category><category>Breadcrumb</category><category>Search Engines</category><category>Images</category><category>Google Code</category><category>Tag Cloud</category><category>Imgplace</category><category>Myspace</category><category>AddToAny</category><category>Comment Counter</category><category>Navigation</category><category>Comments</category><category>Tips</category><category>Blogger</category><category>Imagedoll</category><category>Web Blogs</category><category>Blogging</category><category>Adsense</category><category>Picasa</category><category>Photobucket</category><category>Flash</category><category>SEO</category><category>Blogsite</category><category>Links</category><category>HTML</category><category>Link Exchange</category><category>Widget</category><category>Social Bookmarking</category><category>Make Money</category><category>Upload</category><category>Tinypic</category><category>Blogs</category><category>Digg</category><category>Tricks</category><category>Facebook</category><category>Tweaks</category><title>Ez.Blgr.Trix</title><description>Compilation of different Blogger tips and tricks.</description><link>http://eazybloggertrickz.blogspot.com/</link><managingEditor>noreply@blogger.com (BlogzComm ADMIN)</managingEditor><generator>Blogger</generator><openSearch:totalResults>11</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><item><guid isPermaLink='false'>tag:blogger.com,1999:blog-2302570115872631151.post-5437277060811607025</guid><pubDate>Tue, 25 Oct 2011 19:29:00 +0000</pubDate><atom:updated>2011-10-25T12:29:27.522-07:00</atom:updated><category domain='http://www.blogger.com/atom/ns#'>Blogger</category><category domain='http://www.blogger.com/atom/ns#'>Tips</category><category domain='http://www.blogger.com/atom/ns#'>Blogging</category><category domain='http://www.blogger.com/atom/ns#'>Tricks</category><category domain='http://www.blogger.com/atom/ns#'>Coding</category><category domain='http://www.blogger.com/atom/ns#'>Widget</category><category domain='http://www.blogger.com/atom/ns#'>HTML</category><category domain='http://www.blogger.com/atom/ns#'>6Images</category><title>HOW TO CREATE A RECENT COMMENTS WIDGET</title><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;A blog/website without a good quality comment is like eating without drinking. But it is not easy to encourage your reader to give comment on your blog therefore you need to encourage them to do so by creating "Recent Comment" and place it on your front page.&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;The function of a "Recent Comment" is not just to encourage your reader to leave a comment to your post but it also help you to increase your page view.&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: center;"&gt;This recent comment use JavaScript. Checkout this picture bellow&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;img src="http://2.bp.blogspot.com/-GbmJc8yfveg/Tm7riS5phcI/AAAAAAAAAas/VPZEGRSkqkg/s1600/recent-comment.gif" /&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;&lt;a name='more'&gt;&lt;/a&gt;&lt;div style="text-align: left;"&gt;Simply follow the steps on how to create you own version of the "Recent Comment" widget on your blogger blog.&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;ul style="text-align: left;"&gt;&lt;li&gt;First is to Log-in on your Blogger account&lt;/li&gt;
&lt;li&gt;Click Design&lt;/li&gt;
&lt;li&gt;Under Design Go to Page Elements&lt;/li&gt;
&lt;li&gt;Create a new "Widget" named "Recent Comments" or whatever you want your gadget named. :)&lt;/li&gt;
&lt;li&gt;Copy the code below and paste it on the "widget box" (&lt;span class="Apple-style-span" style="color: red;"&gt;NOTE &lt;/span&gt;change the URL address indicated on the code as&amp;nbsp;&lt;span class="Apple-style-span" style="color: red;"&gt;www.yourdomainname.com &lt;/span&gt;and everything else done. :)&lt;/li&gt;
&lt;/ul&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/div&gt;&lt;blockquote class="tr_bq"&gt;&amp;lt;ul&amp;gt;&amp;lt;script style="text/javascript"&amp;gt; function showrecentcomments(json) { for (var i = 0; i &amp;lt; &lt;span class="Apple-style-span" style="color: blue;"&gt;5&lt;/span&gt;; i++) { var entry = json.feed.entry[i]; var ctlink; if (i == json.feed.entry.length) break; for (var k = 0; k &amp;lt; entry.link.length; k++) { if (entry.link[k].rel == 'alternate') { ctlink = entry.link[k].href; break; } } ctlink = ctlink.replace("#", "#comment-"); var ptlink = ctlink.split("#"); ptlink = ptlink[0]; var txtlink = ptlink.split("/"); txtlink = txtlink[5]; txtlink = txtlink.split(".html"); txtlink = txtlink[0]; var pttitle = txtlink.replace(/-/g," "); pttitle = pttitle.link(ptlink); if ("content" in entry) { var comment = entry.content.$t;} else if ("summary" in entry) { var comment = entry.summary.$t;} else var comment = ""; var re = /&amp;lt;S[^&amp;gt;]*&amp;gt;/g; comment = comment.replace(re, ""); document.write('&amp;lt;li&amp;gt;'); document.write('&amp;lt;a href="' + ctlink + '"&amp;gt;' + entry.author[0].name.$t + '&amp;lt;/a&amp;gt;'); document.write(' on ' + pttitle); document.write('&amp;lt;br/&amp;gt;'); if (comment.length &amp;lt; 100) { document.write(comment); } else { comment = comment.substring(0, 100); var quoteEnd = comment.lastIndexOf(" "); comment = comment.substring(0, quoteEnd); document.write(comment + '...&amp;lt;a href="' + ctlink + '"&amp;gt;(more)&amp;lt;/a&amp;gt;'); } } document.write('&amp;lt;/li&amp;gt;'); document.write('&amp;lt;div style="font-size:75&amp;amp;percnt;;text-align:center"&amp;gt;&amp;lt;/div&amp;gt;'); } &amp;lt;/script&amp;gt; &amp;lt;script src="http://&lt;span class="Apple-style-span" style="color: red;"&gt;www.yourdomainname.com&lt;/span&gt;/feeds/comments/default?alt=json-in-script&amp;amp;callback=showrecentcomments"&amp;gt; &amp;lt;/script&amp;gt;&amp;lt;/ul&amp;gt;&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;ul style="text-align: left;"&gt;&lt;li&gt;Preview the layout of your page and when you are satisfied SAVE your new template and ENJOY! ^_^&lt;/li&gt;
&lt;/ul&gt;&lt;br /&gt;
NOTE: If you want to change the "number" of the comments that you want to appear on your blog change the amount in &lt;span class="Apple-style-span" style="color: blue;"&gt;blue&lt;/span&gt; the default number of comments is 5.&lt;br /&gt;
&lt;br /&gt;
&lt;div style="text-align: left;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: center;"&gt;Again if you have problems comments are much appreciated. ^_^&lt;/div&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: center;"&gt;HAPPY BLOGGING!!&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: center;"&gt;^_^&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2302570115872631151-5437277060811607025?l=eazybloggertrickz.blogspot.com' alt='' /&gt;&lt;/div&gt;</description><link>http://eazybloggertrickz.blogspot.com/2011/10/how-to-create-recent-comments-widget.html</link><author>noreply@blogger.com (BlogzComm ADMIN)</author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/-GbmJc8yfveg/Tm7riS5phcI/AAAAAAAAAas/VPZEGRSkqkg/s72-c/recent-comment.gif' height='72' width='72'/><thr:total>1</thr:total></item><item><guid isPermaLink='false'>tag:blogger.com,1999:blog-2302570115872631151.post-1400633061063119988</guid><pubDate>Tue, 25 Oct 2011 19:09:00 +0000</pubDate><atom:updated>2011-10-25T12:09:37.230-07:00</atom:updated><category domain='http://www.blogger.com/atom/ns#'>Navigation</category><category domain='http://www.blogger.com/atom/ns#'>Tips</category><category domain='http://www.blogger.com/atom/ns#'>Blogging</category><category domain='http://www.blogger.com/atom/ns#'>SEO</category><category domain='http://www.blogger.com/atom/ns#'>Tricks</category><category domain='http://www.blogger.com/atom/ns#'>Coding</category><category domain='http://www.blogger.com/atom/ns#'>Breadcrumb</category><title>HOW TO CREATE A BREADCRUMB NAVIGATION</title><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;This is another Eazy Blogger Trickz tutorial on how to create a "Breadcrumb Navigation" on your blogger blog.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Bread crumb navigation&lt;/b&gt; is not only important for your visitor, but is also important for search engine when crawling on your website or blog. Breadcrumb navigation make robot easy to crawl.&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;The robot the I am referring in this post are the search engine "crawlers" they are also known as "web crawlers" cause they are the ones responsible for analyzing your website/blog ranking on major search engines.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: left;"&gt;Follow the steps below to enable your own "Breadcrumb Navigation" on your blog.&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;ul style="text-align: left;"&gt;&lt;li&gt;First Step is to Log-in on your &lt;span class="Apple-style-span" style="color: orange;"&gt;Blogger&lt;/span&gt; account&lt;/li&gt;
&lt;li&gt;Go to &lt;span class="Apple-style-span" style="color: orange;"&gt;Dashboard&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;Click on the &lt;span class="Apple-style-span" style="color: orange;"&gt;Design&lt;/span&gt;&amp;nbsp;&lt;/li&gt;
&lt;li&gt;Hit the &lt;span class="Apple-style-span" style="color: orange;"&gt;Edit HTML&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;After that tick the &lt;span class="Apple-style-span" style="color: orange;"&gt;Expand Widget Templates&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;Then Press CTRL+F on your browser then a textbox will pop out and search for the code below:&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;&lt;blockquote class="tr_bq"&gt;&amp;lt;b:if cond='data:post.title'&amp;gt;&lt;/blockquote&gt;&lt;br /&gt;
&lt;a name='more'&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;ul style="text-align: left;"&gt;&lt;li&gt;After locating the code above&amp;nbsp;&amp;nbsp;"&lt;span class="Apple-style-span" style="color: red;"&gt;&amp;lt;b:if cond='data:post.title'&amp;gt;&lt;/span&gt;". Next step is to copy the code below and paste it right after the code above in &lt;span class="Apple-style-span" style="color: red;"&gt;RED&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;&amp;lt;b:if cond='data:blog.pageType == "item"'&amp;gt;&lt;br /&gt;
&amp;lt;a href='http://yourblogadress/'&amp;gt;Home&amp;lt;/a&amp;gt; &amp;amp;#187;&lt;br /&gt;
&amp;lt;b:if cond='data:post.labels'&amp;gt;&lt;br /&gt;
&amp;lt;b:loop values='data:post.labels' var='label'&amp;gt;&lt;br /&gt;
&amp;lt;a expr:href='data:label.url' rel='tag'&amp;gt;&amp;lt;data:label.name/&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;b:if cond='data:label.isLast != "true"'&amp;gt;,&amp;lt;/b:if&amp;gt;&lt;br /&gt;
&amp;lt;/b:loop&amp;gt;&lt;br /&gt;
&amp;amp;#187;&lt;br /&gt;
&amp;lt;/b:if&amp;gt;&lt;br /&gt;
&amp;lt;data:post.title/&amp;gt;&lt;br /&gt;
&amp;lt;/b:if&amp;gt;&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;ul style="text-align: left;"&gt;&lt;li&gt;So, you code will be like this:&lt;/li&gt;
&lt;/ul&gt;&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;&lt;span class="Apple-style-span" style="color: red;"&gt;&amp;lt;b:if cond='data:post.title'&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="color: red;"&gt;&lt;span class="Apple-style-span" style="color: black;"&gt;&amp;lt;b:if cond='data:blog.pageType == "item"'&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: red;"&gt;&lt;span class="Apple-style-span" style="color: black;"&gt;&amp;lt;a href='http://yourblogadress/'&amp;gt;Home&amp;lt;/a&amp;gt; &amp;amp;#187;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: red;"&gt;&lt;span class="Apple-style-span" style="color: black;"&gt;&amp;lt;b:if cond='data:post.labels'&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: red;"&gt;&lt;span class="Apple-style-span" style="color: black;"&gt;&amp;lt;b:loop values='data:post.labels' var='label'&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: red;"&gt;&lt;span class="Apple-style-span" style="color: black;"&gt;&amp;lt;a expr:href='data:label.url' rel='tag'&amp;gt;&amp;lt;data:label.name/&amp;gt;&amp;lt;/a&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: red;"&gt;&lt;span class="Apple-style-span" style="color: black;"&gt;&amp;lt;b:if cond='data:label.isLast != "true"'&amp;gt;,&amp;lt;/b:if&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: red;"&gt;&lt;span class="Apple-style-span" style="color: black;"&gt;&amp;lt;/b:loop&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: red;"&gt;&lt;span class="Apple-style-span" style="color: black;"&gt;&amp;amp;#187;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: red;"&gt;&lt;span class="Apple-style-span" style="color: black;"&gt;&amp;lt;/b:if&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: red;"&gt;&lt;span class="Apple-style-span" style="color: black;"&gt;&amp;lt;data:post.title/&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: red;"&gt;&lt;span class="Apple-style-span" style="color: black;"&gt;&amp;lt;/b:if&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/blockquote&gt;When you are done placing the codes. Preview you work look on the "post title" part of your page and when your layout is something similar to the image below:&lt;br /&gt;
&lt;br /&gt;
&lt;div style="text-align: center;"&gt;&lt;img alt="tips and tricks blogger" src="http://2.bp.blogspot.com/-cNnzl8T1oUM/TfOk2LvcACI/AAAAAAAAAPM/k3g4uER06gE/s400/breadcrump.gif" /&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;b&gt;Then congratulations!!!&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;b&gt;&lt;br /&gt;
&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;Save your work and view it normally.. :) If you have issues about "Breadcrumb Navigation" feel free to contact me.&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: center;"&gt;That's my tutorial on "Breadcrumb Navigation" hope this helps and remember that Google is your teacher.&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: center;"&gt;HAPPY BLOGGING!&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: center;"&gt;^_^&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2302570115872631151-1400633061063119988?l=eazybloggertrickz.blogspot.com' alt='' /&gt;&lt;/div&gt;</description><link>http://eazybloggertrickz.blogspot.com/2011/10/how-to-create-breadcrumb-navigation.html</link><author>noreply@blogger.com (BlogzComm ADMIN)</author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/-cNnzl8T1oUM/TfOk2LvcACI/AAAAAAAAAPM/k3g4uER06gE/s72-c/breadcrump.gif' height='72' width='72'/><thr:total>0</thr:total></item><item><guid isPermaLink='false'>tag:blogger.com,1999:blog-2302570115872631151.post-4585588369021046819</guid><pubDate>Tue, 25 Oct 2011 18:35:00 +0000</pubDate><atom:updated>2011-10-25T11:35:18.268-07:00</atom:updated><category domain='http://www.blogger.com/atom/ns#'>Social Bookmarking</category><category domain='http://www.blogger.com/atom/ns#'>Blogger</category><category domain='http://www.blogger.com/atom/ns#'>Search Engines</category><category domain='http://www.blogger.com/atom/ns#'>Tips</category><category domain='http://www.blogger.com/atom/ns#'>Blogging</category><category domain='http://www.blogger.com/atom/ns#'>Comments</category><category domain='http://www.blogger.com/atom/ns#'>SEO</category><category domain='http://www.blogger.com/atom/ns#'>Tricks</category><category domain='http://www.blogger.com/atom/ns#'>Link Exchange</category><category domain='http://www.blogger.com/atom/ns#'>Backlinks</category><category domain='http://www.blogger.com/atom/ns#'>Links</category><title>SOCIAL MONKEE : AUTOMATED FREE BACKLINKING TOOL</title><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;br /&gt;
&lt;div style="text-align: left;"&gt;Building backlinks to your pages is an essential part of SEO (short for Search Engine Optimization) for two reasons. The first reason is that it helps your pages get indexed faster, which is very important because you want the search engines to find them as soon as possible and crawl them regularly. The second reason is that it helps your pages get higher search engine rankings for the keywords of your choice. The more backlinks you have, the better. Period.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;However, building backlinks can be a time-consuming, boring process. You can outsource the process to an agency and pay a lot of money... Or you can do it yourself with SocialMonkee! SocialMonkee is an instant backlink builder allowing you to build 25 unique backlinks, every day, FREE! All links are on unique C-Class IP addresses and domains. Imagine being able to create 25 unique backlinks every day, with the click of a button, FREE! Well, you can stop imagining...&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;So, 25 unique backlinks every day... That's a total of 175 backlinks every week, 750 every month. If you upgrade, you will be able to build 100 uniques backlinks, 3 times a day! That's a total of 2,100 backlinks every week, 9,000 every month! The good news is... you can get a Premium Account, FREE! All you need to do is to refer 12 members, and your account will automatically be upgraded. If you're not really into referral marketing, you may upgrade right now for a low one-time fee.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;Submitting a page to SocialMonkee via the members area takes under two minutes, but there's an even faster way! They created a Firefox plugin that allows you to submit your page to up to 100 sites in just a few clicks, using nothing else than Firefox! If you have a Premium Account you will also get access to link reports and RSS feeds, which are great to keep track of your backlinks and get them indexed fast. Submitting your RSS feeds to RSS submitters is actually a very important step in link building.&lt;a name='more'&gt;&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: center;"&gt;So what are you waiting for? Join &lt;a href="http://www.socialmonkee.com/index.php?af=98977"&gt;Social Monkee&lt;/a&gt;&amp;nbsp;now while it's still free!&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;&lt;div style="text-align: center;"&gt;&lt;a href="http://www.socialmonkee.com/index.php?af=98977" target="_blank"&gt;&lt;img src="http://www.socialmonkee.com/images/banner468x160.jpg" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;a href="http://www.socialmonkee.com/index.php?af=98977"&gt;Social Monkee&lt;/a&gt;&amp;nbsp;is a free backlinks building tools is one of a great semi automate tools for backlink builders. This tool help you to submit links to many social bookmark and also rss feed directory with minimum 25 backlinks for free member and 300 for premium member.&lt;/div&gt;&lt;br /&gt;
Having many backlink to our blog or site will help increase our link popularity:&lt;br /&gt;
&lt;ul style="text-align: left;"&gt;&lt;li&gt;It will also help to increase our website or blog pagerank&lt;/li&gt;
&lt;li&gt;And then it will help our blog or article visibility  increase on google serp (search engine result page)&lt;/li&gt;
&lt;/ul&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;Okay now back to &lt;a href="http://www.socialmonkee.com/index.php?af=98977"&gt;Social Monk&lt;/a&gt;&lt;a href="http://www.socialmonkee.com/index.php?af=98977"&gt;ee&lt;/a&gt;. By joining social monkee you have an access to submit your article to many social bookmark site. There are two type of membership.&lt;div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;ul style="text-align: left;"&gt;&lt;li&gt;A Free membership you can submit your article to 25 social bookmark site for 1 time per day. So it mean that you will get 25 backlinks per day.&amp;nbsp;&lt;/li&gt;
&lt;li&gt;A Premium membership you can submit your article to 100 social bookmark site for 3 times per day. So it mean that you will get 300 backlinks per day. It cost at the moment $47, but if you become an affiliate and you refer 12 member you can upgrade your membership for free.&lt;/li&gt;
&lt;/ul&gt;&lt;div style="text-align: left;"&gt;&lt;br /&gt;
&lt;/div&gt;So can you imagine that if you have 300 backlink per day x 30 days so you can get 9000 backlinks permonth wow, isn't great? It will really increase your link popularity. &lt;br /&gt;
&lt;br /&gt;
Join now and submit your article thru Social monkee and social monkee will submit your article with a single click. Join here now &lt;a href="http://www.socialmonkee.com/index.php?af=98977"&gt;Social Monkee&lt;/a&gt;&amp;nbsp;or click the picture bellow.Hurry up while it is still free.!&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;div style="text-align: center;"&gt;&lt;a href="http://www.socialmonkee.com/index.php?af=98977" target="_blank"&gt;&lt;img src="http://www.socialmonkee.com/images/banner468x160.jpg" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;&lt;div style="text-align: center;"&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="color: red;"&gt;! EAZYBLOGGERTRICKZ RECOMMEND THIS TOOL !&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="color: cyan;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="color: cyan;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;Now &lt;a href="http://www.socialmonkee.com/index.php?af=98977"&gt;Social Monkee&lt;/a&gt;&amp;nbsp;have spinning program that make it easy to submit title, description and tag, and it also have firefox plugin so you don't have to visit the site to submit your post to many social bookmark. Join social monkee now for better and easy backlink building.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;I highly recommend using this SEO tool for your websites/blogs to generate free backlinks and get index higher in major search engines.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;I hope this helps you. :)&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;&lt;div style="text-align: center;"&gt;Happy Blogging!!&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: center;"&gt;^_^&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2302570115872631151-4585588369021046819?l=eazybloggertrickz.blogspot.com' alt='' /&gt;&lt;/div&gt;</description><link>http://eazybloggertrickz.blogspot.com/2011/10/social-monkee-automated-free.html</link><author>noreply@blogger.com (BlogzComm ADMIN)</author><thr:total>0</thr:total></item><item><guid isPermaLink='false'>tag:blogger.com,1999:blog-2302570115872631151.post-5742217891710424708</guid><pubDate>Thu, 20 Oct 2011 19:40:00 +0000</pubDate><atom:updated>2011-10-20T12:40:52.165-07:00</atom:updated><category domain='http://www.blogger.com/atom/ns#'>Blogs</category><category domain='http://www.blogger.com/atom/ns#'>Blogger</category><category domain='http://www.blogger.com/atom/ns#'>Tips</category><category domain='http://www.blogger.com/atom/ns#'>Make Money</category><category domain='http://www.blogger.com/atom/ns#'>Blogging</category><category domain='http://www.blogger.com/atom/ns#'>Tricks</category><category domain='http://www.blogger.com/atom/ns#'>Adsense</category><title>ADSENSE GUIDE TO PROFIT</title><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;Do you know that almost every big blog or big site have the same adsense secret? If you don't know yet, today I would like to reveal some of the tips and tricks that I found and believe to be the secrets of adsense, something that I discovered on the net.&lt;br /&gt;
&lt;br /&gt;
What is adsense? Adsense is the most popular Google ad serving application where site owners will gain revenue when they enable Google to run ad campaign on their site. Website owners will gain revenue based on ppc (paid per click) is when visitor clicks Google adsense on your site.&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;If you have join with adsense in 2001 and had monetized your site with adsense back then you probably will not have to face any problem as you are now in 2011. Since there are not many people who know about adsense and there are also less competitors on your niche.&lt;br /&gt;
&lt;br /&gt;
But in 2011 and there are millions of adsense publisher out there and also millions of niche it quite difficult for you to compete. Nonetheless there is a behavior that exist among people on the net that is not good for adsense publisher that is call ad blind.&lt;br /&gt;
&lt;br /&gt;
Ad blind mean that visitor that don't bother looking at ad don't like ad.  Most of them who have this kind of behavior are the adsense publisher themselves (including me), web master, web designer,web developer and people who knows about adsense.&lt;br /&gt;
&lt;br /&gt;
Therefor I hope these adsense secret tips and tricks will really help you to increase your adsense revenue by increasing your CTR, and CPC.&lt;div&gt;&lt;a name='more'&gt;&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;ul style="text-align: left;"&gt;&lt;li&gt;Google give a special treatment for their special Adsense publisher and made them Google adsense Elite Publisher.&amp;nbsp;As an elite publisher Google allows you and help you to beautify your Adsense ads so it will blended well on your site and with relevant content. This really helpful for the publisher to add Adsense ad and not to scared their visitors. Check out these website ehow and digital inspiration. Therefor the key is really blend your ad with your content so it is really look like part of your content. I know some webmaster will encourage to do this because it looks like we are tricking or visitor. But actually if the ad is really relevant to with your content than I believe it's okay.&lt;/li&gt;
&lt;/ul&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;&lt;ul style="text-align: left;"&gt;&lt;li&gt;Don't build blogs on internet, computer or web building design niche If just only want to monetize your blog with Adsense. It is because most of your visitor will be webmaster, web developer, web designer, search engine services and so on that know about Adsense and in my opinion that most of them are ad blind. They have low possibility in clicking your ads. Finding a very unique niche that have decent number local  and global  monthly visitors that have high probability click through rate ratio.&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;ul style="text-align: left;"&gt;&lt;li&gt;You need to sacrifice in order to gain. This phrase is true and it can be applied to increase your adsense ctr by sacrificing your pageview. If you don't give your visitors any option to click on your link by minimizing your navigation link and other links beside adsense link it would be possible that your visitor will click on your ads.&lt;/li&gt;
&lt;/ul&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;ul style="text-align: left;"&gt;&lt;li&gt;Block all your low CPC ads that are visible on your blog. If you block all your low cps ads your adsense ads will only serve high paying keyword ads and or high CPC Ads on your blog. It will help to increase your revenue especially when your ctr is quite low. Install Google toolbar for internet explore that have Adsense preview tool. for high paying keyword and low paying keyword you can Google it.&lt;/li&gt;
&lt;/ul&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;Those are just some of the things I discovered upon learning more about Adsense and monetizing your blogs and websites for profits.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;Just search for more on Google, anyways everything now can found on Google, like the most common phrase among us "Google It! :)&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2302570115872631151-5742217891710424708?l=eazybloggertrickz.blogspot.com' alt='' /&gt;&lt;/div&gt;</description><link>http://eazybloggertrickz.blogspot.com/2011/10/adsense-guide-to-profit.html</link><author>noreply@blogger.com (BlogzComm ADMIN)</author><thr:total>2</thr:total></item><item><guid isPermaLink='false'>tag:blogger.com,1999:blog-2302570115872631151.post-6963091625921430392</guid><pubDate>Thu, 20 Oct 2011 19:28:00 +0000</pubDate><atom:updated>2011-10-20T12:28:46.175-07:00</atom:updated><category domain='http://www.blogger.com/atom/ns#'>Blogs</category><category domain='http://www.blogger.com/atom/ns#'>Blogger</category><category domain='http://www.blogger.com/atom/ns#'>Tweaks</category><category domain='http://www.blogger.com/atom/ns#'>Tips</category><category domain='http://www.blogger.com/atom/ns#'>Blogging</category><category domain='http://www.blogger.com/atom/ns#'>SEO</category><category domain='http://www.blogger.com/atom/ns#'>Tricks</category><category domain='http://www.blogger.com/atom/ns#'>Coding</category><category domain='http://www.blogger.com/atom/ns#'>Upload</category><category domain='http://www.blogger.com/atom/ns#'>Adsense</category><category domain='http://www.blogger.com/atom/ns#'>Flash</category><category domain='http://www.blogger.com/atom/ns#'>Google Code</category><title>HOW TO CREATE A PAGE LOADING ANIMATION (FLASH)</title><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;b&gt;Page loading animation&lt;/b&gt; is necessary when a blog can not load fast. On page loadind there will be an animation with an explanation that the is still loading that you need to wait for a moment until loading process is complete and loading animation disappear.&lt;br /&gt;
&lt;br /&gt;
This animation is useful to keep your reader to stay and wait until loading process complete and browser your blog.&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;This helps your visitor/viewers to know that the page that they are viewing is still loading.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;Follow the steps below on how you can install it on your own blogs/websites. :)&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;&lt;ul style="text-align: left;"&gt;&lt;li&gt;Open Blogger&lt;/li&gt;
&lt;li&gt;Go to Design&lt;/li&gt;
&lt;li&gt;Click Edit HTML&lt;/li&gt;
&lt;li&gt;Tick the Expand Template Widgets&lt;/li&gt;
&lt;li&gt;Save your template in order for you to have a backup copy, just incase your theme didn't work you can undo it by installing the previous template.&lt;/li&gt;
&lt;li&gt;Open Notepad create a text file then paste the code below.&lt;a name='more'&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;&lt;blockquote&gt;var ld=(document.all);&lt;br /&gt;
var ns4=document.layers;&lt;br /&gt;
var ns6=document.getElementById&amp;amp;&amp;amp;!document.all;&lt;br /&gt;
var ie4=document.all;&lt;br /&gt;
if (ns4)&lt;br /&gt;
ld=document.loading;&lt;br /&gt;
else if (ns6)&lt;br /&gt;
ld=document.getElementById("loading").style;&lt;br /&gt;
else if (ie4)&lt;br /&gt;
ld=document.all.loading.style;&lt;br /&gt;
function init()&lt;br /&gt;
{&lt;br /&gt;
if(ns4){ld.visibility="hidden";}&lt;br /&gt;
else if (ns6||ie4) ld.display="none";&lt;br /&gt;
}&lt;/blockquote&gt;&lt;div style="text-align: left;"&gt;&lt;ul style="text-align: left;"&gt;&lt;li&gt;Then save the file as "preloader.js" without the quotations. :)&lt;/li&gt;
&lt;li&gt;Next is to upload it on any free file hosting site&amp;nbsp;preferably&amp;nbsp;&lt;a href="http://code.google.com/"&gt;Google Code&lt;/a&gt;&amp;nbsp;cause it is more reliable. :)&lt;/li&gt;
&lt;li&gt;After uploading, get the URL of the JS file and save it for referrence.&lt;/li&gt;
&lt;li&gt;Next is to go to Blogger -&amp;gt; Design -&amp;gt; Edit HTML then Press CTRL + F and search for the code below&lt;/li&gt;
&lt;/ul&gt;&lt;blockquote&gt;&amp;lt;body&amp;gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;div&gt;&lt;ul style="text-align: left;"&gt;&lt;li&gt;Then all you have to do is to replace the &amp;lt;body&amp;gt; code with the code below.&lt;/li&gt;
&lt;/ul&gt;&lt;blockquote&gt;&amp;lt;body onLoad='init()'&amp;gt;&lt;br /&gt;
&amp;lt;div id='loading' style='position:absolute; width:100% text-align:center;&lt;br /&gt;
top:300px;'&amp;gt; &amp;lt;img border='0'&lt;br /&gt;
src='pictureurl.gif'&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;script src='&lt;span class="Apple-style-span" style="color: red;"&gt;http://yoururl.googlecode.com/files/preloader.js&lt;/span&gt;'&lt;br /&gt;
type='text/javascript'&amp;gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;Notice the &lt;b style="color: red;"&gt;RED &lt;/b&gt;on the script? Replace the &lt;span class="Apple-style-span" style="color: red;"&gt;RED&lt;/span&gt; line with the URL of of your "preloader.js" file that you uploaded a while ago.&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: left;"&gt;For page loading images/gifs you can use your own flash images or choose the image provided below.&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/-_isj1_Jvda4/TqB0ovfGfEI/AAAAAAAAADQ/fCOXGBEYKtI/s1600/flash.gif" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="157" src="http://2.bp.blogspot.com/-_isj1_Jvda4/TqB0ovfGfEI/AAAAAAAAADQ/fCOXGBEYKtI/s320/flash.gif" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;Always preview your blog post to view if the script or codes that you implemented are working perfectly. :)&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;b&gt;If the page loads with image then you're good to go!! CONGRATULATIONS!! :)&lt;/b&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;Well, that all guys!! hope you enjoy another trick by Eazy Blogger Trickz. :D&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;b&gt;HAVE A GREAT DAY EVERYONE!!&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;b&gt;&lt;br /&gt;
&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;b&gt;^_^&lt;/b&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2302570115872631151-6963091625921430392?l=eazybloggertrickz.blogspot.com' alt='' /&gt;&lt;/div&gt;</description><link>http://eazybloggertrickz.blogspot.com/2011/10/how-to-create-page-loading-animation.html</link><author>noreply@blogger.com (BlogzComm ADMIN)</author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/-_isj1_Jvda4/TqB0ovfGfEI/AAAAAAAAADQ/fCOXGBEYKtI/s72-c/flash.gif' height='72' width='72'/><thr:total>0</thr:total></item><item><guid isPermaLink='false'>tag:blogger.com,1999:blog-2302570115872631151.post-7060641008713944646</guid><pubDate>Thu, 20 Oct 2011 18:59:00 +0000</pubDate><atom:updated>2011-10-20T11:59:58.514-07:00</atom:updated><category domain='http://www.blogger.com/atom/ns#'>Blogger</category><category domain='http://www.blogger.com/atom/ns#'>Tips</category><category domain='http://www.blogger.com/atom/ns#'>Make Money</category><category domain='http://www.blogger.com/atom/ns#'>Blogging</category><category domain='http://www.blogger.com/atom/ns#'>SEO</category><category domain='http://www.blogger.com/atom/ns#'>Tricks</category><title>HOW TO GET APPROVED BY ANY BLOG REVIEW SERVICES</title><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;b&gt;Sponsor review&lt;/b&gt; is another way for blogger to make money from their blog. There are many sponsors review services there on the net that connect advertiser to get their blog review by blogger and blogger that want to monetize their blog.&amp;nbsp;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;I write these steps bellow so you can get your blog approved by blog review services.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;Here are some blog review services that you can apply to monetize your blog such as buyblogreview, sponsored review and reviewme.&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;Here are the requirements that your blogs must possess in order for you to be accepted by any blog review services.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;br /&gt;
&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;Minimum Content&lt;/b&gt;&lt;/div&gt;Many sponsor review services will only accept blog that already have many content. It is best if&amp;amp; your blog already have minimum 60 content. Buy blog review team will consider that you are serious in blogging, but if you have really quality content then probably you can get approved even though you have less than 60 contents.&lt;div&gt;&lt;a name='more'&gt;&lt;/a&gt;&lt;/div&gt;&lt;b&gt;Original Unique Content&lt;/b&gt;&lt;br /&gt;
Buyblogreview will only accept blog that have original content and unique content that have not been publish elsewhere.&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;b&gt;Minimum Blog Age&lt;/b&gt;&lt;br /&gt;
Your minimum blog age is important for advertiser to show your consistency in blogging especially when it combined with numbers of content that you have buyblogreview will only accept blog that have been established for 6 months. &lt;div&gt;&lt;span class="Apple-style-span" style="background-color: white; color: #333333; font-family: 'Segoe UI', Calibri, 'Myriad Pro', Myriad, 'Trebuchet MS', Helvetica, sans-serif; font-size: 14px; line-height: 19px;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;b&gt;Clean Professional Design&lt;/b&gt;A Sponsor would prefer to place their blog review on blog that are clean and have professional design with minimum or no code error, picture not loaded that kind of stuff.&lt;div&gt;&lt;span class="Apple-style-span" style="background-color: white; color: #333333; font-family: 'Segoe UI', Calibri, 'Myriad Pro', Myriad, 'Trebuchet MS', Helvetica, sans-serif; font-size: 14px; line-height: 19px;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;b&gt;Continuous Update&lt;/b&gt;&lt;br /&gt;
Keep updating your blog with quality content. Updated blog shows that the blog owner care about their blog and manage their blog. Always reply your commenter question and inquiries.&lt;div&gt;&lt;span class="Apple-style-span" style="background-color: white; color: #333333; font-family: 'Segoe UI', Calibri, 'Myriad Pro', Myriad, 'Trebuchet MS', Helvetica, sans-serif; font-size: 14px; line-height: 19px;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;b&gt;Good Traffic&lt;/b&gt;&lt;br /&gt;
Sponsored review service usually will approved blog that have good targeted traffic specially organic traffic from search engine. Therefor it is best for blogger to have many content that have many visitors from search engine&lt;div&gt;&lt;span class="Apple-style-span" style="background-color: white; color: #333333; font-family: 'Segoe UI', Calibri, 'Myriad Pro', Myriad, 'Trebuchet MS', Helvetica, sans-serif; font-size: 14px; line-height: 19px;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;b&gt;Have Pagerank&lt;/b&gt;&lt;br /&gt;
Some of your sponsor may come from search engine optimization services and they like sponsor on blogs that have pagerank at least pagerank 1.&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;These are essential for blogger who wants to maximize their blogs for profits, additional also is to do some SEO's that will also increase your Page Rank, and get listed on major search engines.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;Well. that's it! another awesome tip from Eazy Blogger Trickz. ;) hope it helps and remember to always motivate yourself in order for you to achieve your goals.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;Thank you for reading!!&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;&lt;div style="text-align: center;"&gt;HAVE A GREAT DAY!!&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: center;"&gt;^_^&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="background-color: white; color: #333333; font-family: 'Segoe UI', Calibri, 'Myriad Pro', Myriad, 'Trebuchet MS', Helvetica, sans-serif; font-size: 14px; line-height: 19px;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="color: #333333; font-family: 'Segoe UI', Calibri, 'Myriad Pro', Myriad, 'Trebuchet MS', Helvetica, sans-serif;"&gt;&lt;span class="Apple-style-span" style="font-size: 14px; line-height: 19px;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2302570115872631151-7060641008713944646?l=eazybloggertrickz.blogspot.com' alt='' /&gt;&lt;/div&gt;</description><link>http://eazybloggertrickz.blogspot.com/2011/10/how-to-get-approved-by-any-blog-review.html</link><author>noreply@blogger.com (BlogzComm ADMIN)</author><thr:total>0</thr:total></item><item><guid isPermaLink='false'>tag:blogger.com,1999:blog-2302570115872631151.post-5746449084177404182</guid><pubDate>Tue, 18 Oct 2011 19:41:00 +0000</pubDate><atom:updated>2011-10-18T12:45:44.404-07:00</atom:updated><category domain='http://www.blogger.com/atom/ns#'>Blogs</category><category domain='http://www.blogger.com/atom/ns#'>Images</category><category domain='http://www.blogger.com/atom/ns#'>Blogger</category><category domain='http://www.blogger.com/atom/ns#'>Tips</category><category domain='http://www.blogger.com/atom/ns#'>Imagedoll</category><category domain='http://www.blogger.com/atom/ns#'>Tricks</category><category domain='http://www.blogger.com/atom/ns#'>Photobucket</category><category domain='http://www.blogger.com/atom/ns#'>Tweaks</category><category domain='http://www.blogger.com/atom/ns#'>Blogging</category><category domain='http://www.blogger.com/atom/ns#'>Tinypic</category><category domain='http://www.blogger.com/atom/ns#'>Coding</category><category domain='http://www.blogger.com/atom/ns#'>HTML</category><category domain='http://www.blogger.com/atom/ns#'>Imgplace</category><category domain='http://www.blogger.com/atom/ns#'>Picasa</category><title>HOW TO PLACE AN IMAGE OR PHOTO ON A WEBPAGE</title><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div style="text-align: center;"&gt;&lt;b&gt;HOW TO PLACE AN IMAGE OR PHOTO ON A WEBPAGE&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;b&gt;&lt;br /&gt;
&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;As we all know, uploading an image on any website is easy for example in&amp;nbsp;&lt;a href="http://www.blogger.com/home"&gt;Blogger&lt;/a&gt;&amp;nbsp;all you need to do is simply when you want to post an image on your post you can use the "Insert Image" button on your Blogger Post Editor, using this tool makes your blogging as easy as eating a banana. :)&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: left;"&gt;However you need some technical knowledge on &lt;b&gt;HTML CODES&lt;/b&gt;&amp;nbsp;to better customize anything from your Blogger Blog.&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: left;"&gt;Now, I will teach you how to upload or insert an image using &lt;b&gt;HTML CODE &lt;/b&gt;to adjust and optimize according to your needs.&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: left;"&gt;Before we start you need first an image to upload which is obvious. ^_^ next is to choose a free image hosting site. I suggest the following for you:&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;&lt;ul style="text-align: left;"&gt;&lt;li&gt;&lt;a href="http://photobucket.com/"&gt;PHOTOBUCKET&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://picasa.google.com/"&gt;PICASA&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://tinypic.com/"&gt;TINYPIC&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.imagedoll.com/"&gt;IMAGEDOLL&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.imgplace.com/"&gt;IMGPLACE&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;div&gt;&lt;br /&gt;
&lt;a name='more'&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Upload the image to any of these sites and grab the images URL or "Direct URL"&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;Next is to embed the image using &lt;span class="Apple-style-span" style="color: red;"&gt;&amp;lt;img&amp;gt;&lt;/span&gt; tag as a placeholder for your image on the page. The URL (location of the image ending in .gif, png. or .jpg) goes inside the tag, refer to the code below:&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;span class="Apple-style-span" style="color: red;"&gt;&amp;lt;img src="http://www.somedomain.com/imagename.jpg"&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;br /&gt;
&lt;/div&gt;Here is an example of an applied code:&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;blockquote&gt;&amp;lt;img src="http://i1135.photobucket.com/albums/m626/driftboy21/BLOGZCOMM3.gif"&amp;gt;&lt;/blockquote&gt;&lt;br /&gt;
It is essential for us to know these things for us to be able to go with the vast trends in the internet, I hope this simple tutorial helps you. :)&lt;br /&gt;
&lt;br /&gt;
Looking forward to more tips and tricks. ^_^&lt;br /&gt;
&lt;br /&gt;
This is Blogger Tricker. :)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div style="text-align: center;"&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace; font-size: x-large;"&gt;HAPPY BLOGGING!&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2302570115872631151-5746449084177404182?l=eazybloggertrickz.blogspot.com' alt='' /&gt;&lt;/div&gt;</description><link>http://eazybloggertrickz.blogspot.com/2011/10/how-to-place-image-or-photo-on-webpage.html</link><author>noreply@blogger.com (BlogzComm ADMIN)</author><thr:total>0</thr:total></item><item><guid isPermaLink='false'>tag:blogger.com,1999:blog-2302570115872631151.post-2311064504680032185</guid><pubDate>Mon, 17 Oct 2011 09:08:00 +0000</pubDate><atom:updated>2011-10-17T02:08:07.772-07:00</atom:updated><category domain='http://www.blogger.com/atom/ns#'>Myspace</category><category domain='http://www.blogger.com/atom/ns#'>Blogs</category><category domain='http://www.blogger.com/atom/ns#'>Social Bookmarking</category><category domain='http://www.blogger.com/atom/ns#'>Facebook</category><category domain='http://www.blogger.com/atom/ns#'>Blogger</category><category domain='http://www.blogger.com/atom/ns#'>Tweaks</category><category domain='http://www.blogger.com/atom/ns#'>Blogging</category><category domain='http://www.blogger.com/atom/ns#'>Tricks</category><category domain='http://www.blogger.com/atom/ns#'>Widget</category><category domain='http://www.blogger.com/atom/ns#'>Twitter</category><category domain='http://www.blogger.com/atom/ns#'>Digg</category><category domain='http://www.blogger.com/atom/ns#'>AddToAny</category><title>HOW TO ADD A SOCIAL BOOKMARKING BUTTON</title><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div style="text-align: left;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: left;"&gt;Hello there this is me again your Eazy Blogger Tricker, :) and now I'm here to teach how to "ADD A SOCIAL BOOKMARKING TOOL" which enables your visitors to share your blog posts and other stuffs they might find interesting to major social networking sites such as "Facebook", "Twitter", "Myspace", "Digg", "Blogger" and many more.&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: left;"&gt;By placing this very useful "social bookmarking tool" to your blog will you will be able to share and also your visitors to drive free traffic to your blogs and websites.&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: center;"&gt;With this tutorial I'm gonna introduce to you the famous social bookmarking tool named.&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/-8nkM0RRuQLs/TpvoyiHnvvI/AAAAAAAAAC0/NL2DMBdBMXw/s1600/addtoany3.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="128" src="http://2.bp.blogspot.com/-8nkM0RRuQLs/TpvoyiHnvvI/AAAAAAAAAC0/NL2DMBdBMXw/s320/addtoany3.jpg" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace; font-size: large;"&gt;Addtoany&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace; font-size: large;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;&lt;b&gt;What is AddToAny?&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;Addtoany.com is a domain used by AddToAny which is an widget company that is part of a network of sites, cookies, and other technologies used to track you, what you do and what you click on, as you go from site to site, surfing the Web.&amp;nbsp;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;Over time, sites like addtoany.com can help make an online profile of you usually including the sites you visit, your searches, purchases, and other behavior.&amp;nbsp;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;Your profile can then be exchanged and sold between various companies like addtoany.com as well as being sold to other advertisers and marketers.&lt;div style="text-align: left;"&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;&lt;/span&gt;&lt;/div&gt;&lt;a name='more'&gt;&lt;/a&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;div style="text-align: center;"&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;&lt;b&gt;How to install the AddToAny widget?&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;To place the widget below the Post Title:&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;/div&gt;&lt;ol style="text-align: left;"&gt;&lt;li&gt;Go to Layout -&amp;gt; Edit HTML (As a precaution always backup your templates so that when something wrong happens with the layout you can easy re-upload it again).&lt;/li&gt;
&lt;li&gt;Once you have backed up your Layout Tick the Expand Widgets Box.&lt;/li&gt;
&lt;li&gt;Once done Press CTRL+F then a small rectangular box will appear on the right side of your browser this serve as your "FIND" tool.&lt;/li&gt;
&lt;li&gt;Now search for this line of code &lt;span class="Apple-style-span" style="color: red;"&gt;&lt;b&gt;&amp;lt;div class=’post-header-line-1′&amp;gt;&lt;/b&gt; &lt;/span&gt;and place it on the Find Tool.&lt;/li&gt;
&lt;li&gt;Next is to paste the code below just after or below the code you had searched.&lt;/li&gt;
&lt;/ol&gt;&lt;br /&gt;
&lt;div style="text-align: left;"&gt;&lt;/div&gt;&lt;div&gt;&lt;blockquote&gt;&amp;lt;!-- AddToAny BEGIN --&amp;gt;&lt;br /&gt;
&amp;lt;a class="a2a_dd" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2F&lt;span class="Apple-style-span" style="color: red;"&gt;&lt;b&gt;yourblog.blogspot.com&lt;/b&gt;&lt;/span&gt;%2F&amp;amp;amp;linkname="&amp;gt;&amp;lt;img src="http://static.addtoany.com/buttons/share_save_171_16.png" width="171" height="16" border="0" alt="Share"/&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;script type="text/javascript"&amp;gt;&lt;br /&gt;
var a2a_config = a2a_config || {};&lt;br /&gt;
a2a_config.linkurl = "&lt;span class="Apple-style-span" style="color: red;"&gt;&lt;b&gt;http://yourblog.blogspot.com/&lt;/b&gt;&lt;/span&gt;";&lt;br /&gt;
a2a_config.num_services = 12;&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;script type="text/javascript" src="http://static.addtoany.com/menu/page.js"&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;!-- AddToAny END --&amp;gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br /&gt;
&lt;div style="text-align: left;"&gt;&lt;/div&gt;&lt;ul style="text-align: left;"&gt;&lt;li&gt;Next is to change the domain with your own domain which is in &lt;span class="Apple-style-span" style="color: red;"&gt;RED&amp;nbsp;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;Preview the layout just to make sure that the code is properly placed on your template.&lt;/li&gt;
&lt;li&gt;If you're satisfied with the output kindly save your layout and you're done!! ^_^&lt;/li&gt;
&lt;/ul&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;To place the widget at the End of the post (Post Footer)&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;Repeat steps 1-3 and instead of doing step 4 search for &lt;span class="Apple-style-span" style="color: red; font-weight: bold;"&gt;&amp;lt;p&amp;gt;&amp;lt;data:post.body/&amp;gt;&amp;lt;/p&amp;gt; &lt;/span&gt;&lt;span class="Apple-style-span"&gt;and just follow the steps all through out. :)&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"&gt;You can experiment on the possibilities to modify the AddToAny Button, you can resize the width and the height depending on your needs.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/-xH352ZVbgac/Tpvoya12m0I/AAAAAAAAACs/kYr4LYMP_8U/s1600/addtoany2.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/-xH352ZVbgac/Tpvoya12m0I/AAAAAAAAACs/kYr4LYMP_8U/s1600/addtoany2.jpg" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;If you have any questions feel free to comment or contact us.&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;We would love to hear it from you.&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;^_^&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;Hope you enjoy this tutorial.&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;Enjoy Blogging have a great day!!&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;^_^&lt;/div&gt;&lt;br /&gt;
&lt;div style="text-align: left;"&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2302570115872631151-2311064504680032185?l=eazybloggertrickz.blogspot.com' alt='' /&gt;&lt;/div&gt;</description><link>http://eazybloggertrickz.blogspot.com/2011/10/how-to-add-social-bookmarking-button.html</link><author>noreply@blogger.com (BlogzComm ADMIN)</author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/-8nkM0RRuQLs/TpvoyiHnvvI/AAAAAAAAAC0/NL2DMBdBMXw/s72-c/addtoany3.jpg' height='72' width='72'/><thr:total>0</thr:total></item><item><guid isPermaLink='false'>tag:blogger.com,1999:blog-2302570115872631151.post-2964555905811429773</guid><pubDate>Sun, 16 Oct 2011 20:01:00 +0000</pubDate><atom:updated>2011-10-16T13:01:23.769-07:00</atom:updated><category domain='http://www.blogger.com/atom/ns#'>Blogs</category><category domain='http://www.blogger.com/atom/ns#'>Blogger</category><category domain='http://www.blogger.com/atom/ns#'>Tweaks</category><category domain='http://www.blogger.com/atom/ns#'>Tips</category><category domain='http://www.blogger.com/atom/ns#'>Blogging</category><category domain='http://www.blogger.com/atom/ns#'>Comments</category><category domain='http://www.blogger.com/atom/ns#'>Tricks</category><category domain='http://www.blogger.com/atom/ns#'>Widget</category><category domain='http://www.blogger.com/atom/ns#'>Comment Counter</category><category domain='http://www.blogger.com/atom/ns#'>Blogsite</category><title>HOW TO CREATE A COMMENTS COUNTER BUTTON</title><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div style="text-align: center;"&gt;&lt;img src="http://t0.gstatic.com/images?q=tbn:ANd9GcTNyfd_RC9-3SqJgfFZwUu9p53wWADIrsg3GezI92w8fJ8kALOp" /&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: center;"&gt;Hello there its me again ^_^ and I'm here to teach you how to create your own&amp;nbsp;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;b&gt;"COMMENTS COUNTER BUTTON"&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;b&gt;&lt;br /&gt;
&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;A &lt;b&gt;"Comment Counter Button"&lt;/b&gt; &lt;b&gt;(BUBBLE)&lt;/b&gt; is a special button that encourage your visitors to participate and comment on your blog post and also helps to create a create feedback and credibility on your post.&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;br /&gt;
&lt;/div&gt;Installing this Blogger hack to add a comment counter button only takes a few minutes. The changes needed to add the comment bubble to Blogger while not difficult do involve adding a small snippet of code to your Blogger template in two places.&amp;nbsp;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: center;"&gt;"For this reason I strongly urge you to back up your Blogger template before attempting this blogger hack."&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;b&gt;"STEPS ON HOW TO ADD A COMMENT COUNTER BUTTON"&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;b&gt;&lt;br /&gt;
&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;Just simply follow the step-by-step guide in order for you to execute the right way on installing this blogger hack. Upon doing this you will be able to create a fully clickable comments counter button as the same line as the post title in your blogger blog and the alignment of the "bubble counter" will be aligned right by default. :)&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;a name='more'&gt;&lt;/a&gt;&lt;/div&gt;&lt;ul style="text-align: left;"&gt;&lt;li&gt;Log in to Blogger and the blog you wish to apply these changes to&lt;/li&gt;
&lt;li&gt;Select Design &amp;gt; Edit HTML&lt;/li&gt;
&lt;li&gt;Click on Download Full Template to back up your template before you make any changes&lt;/li&gt;
&lt;li&gt;Check the Expand Widget Templates box&lt;/li&gt;
&lt;li&gt;In the CSS Styling section of your Blogger template and just before the&amp;nbsp;&lt;span class="Apple-style-span" style="color: red;"&gt;]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;blockquote&gt;.comments-button {&lt;br /&gt;
width : 48px;&lt;br /&gt;
height : 48px;&lt;br /&gt;
background : url(http://3.bp.blogspot.com/_vLeiVavkV_M/TRqeSsZYiYI/AAAAAAAADw0/NKcU4q-Vbq4/s200/comment-counter-bubble.png) no-repeat;&lt;br /&gt;
float : right;&lt;br /&gt;
font-size : 18px;&lt;br /&gt;
margin-top : -15px;&lt;br /&gt;
margin-right : 2px;&lt;br /&gt;
text-align : center;&lt;br /&gt;
padding-top:10px;&lt;br /&gt;
}&lt;/blockquote&gt;&lt;ul style="text-align: left;"&gt;&lt;li&gt;Now find the following block of code using CTRL key + F&lt;/li&gt;
&lt;/ul&gt;&lt;blockquote&gt;&amp;lt;b:includable id='post' var='post'&amp;gt;&lt;br /&gt;
&amp;lt;div class='post hentry uncustomized-post-template'&amp;gt;&lt;br /&gt;
&amp;lt;a expr:name='data:post.id'/&amp;gt;&lt;br /&gt;
&amp;lt;b:if cond='data:post.title'&amp;gt;&lt;br /&gt;
&amp;lt;h3 class='post-title entry-title'&amp;gt;&lt;br /&gt;
&amp;lt;b:if cond='data:post.link'&amp;gt;&lt;br /&gt;
&amp;lt;a expr:href='data:post.link'&amp;gt;&amp;lt;data:post.title/&amp;gt;&amp;lt;/a&amp;gt;&lt;/blockquote&gt;&lt;ul style="text-align: left;"&gt;&lt;li&gt;Copy this code block:&lt;/li&gt;
&lt;/ul&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="color: red;"&gt;&amp;lt;b:if cond='data:post.allowComments'&amp;gt;&lt;br /&gt;
&amp;lt;a class='comments-button' expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'&amp;gt;&amp;lt;data:post.numComments/&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/b:if&amp;gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;ul style="text-align: left;"&gt;&lt;li&gt;Insert the above on the code before it. Your code now must be alike with the ones below.&lt;/li&gt;
&lt;/ul&gt;&lt;div style="text-align: left;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;blockquote&gt;&amp;lt;b:includable id='post' var='post'&amp;gt;&lt;br /&gt;
&amp;lt;div class='post hentry uncustomized-post-template'&amp;gt;&lt;br /&gt;
&amp;lt;a expr:name='data:post.id'/&amp;gt;&lt;br /&gt;
&amp;lt;b:if cond='data:post.title'&amp;gt;&lt;br /&gt;
&amp;lt;h3 class='post-title entry-title'&amp;gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="color: red;"&gt;&amp;lt;b:if cond='data:post.allowComments'&amp;gt;&lt;br /&gt;
&amp;lt;a class='comments-button' expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'&amp;gt;&amp;lt;data:post.numComments/&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/b:if&amp;gt;&lt;/span&gt;&lt;br /&gt;
&amp;lt;b:if cond='data:post.link'&amp;gt;&lt;br /&gt;
&amp;lt;a expr:href='data:post.link'&amp;gt;&amp;lt;data:post.title/&amp;gt;&amp;lt;/a&amp;gt;&lt;/blockquote&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;ul style="text-align: left;"&gt;&lt;li&gt;Save template and then view blog to admire your new comment counter badge.&lt;/li&gt;
&lt;/ul&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;b&gt;Well, that's it!! save your template and see you "Comments Counter Button" in action. :)&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;b&gt;&lt;br /&gt;
&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;b&gt;&lt;br /&gt;
&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;b&gt;&lt;br /&gt;
&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="color: red;"&gt;TROUBLESHOOTING GUIDE&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;br /&gt;
If you prefer you can replace the button image I have provided with your own image. You can find other buttons easily enough by doing a Google search with a term like "speech button icons".&amp;nbsp;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;Upload your button to a hosting service such as Photobucket and change the URL address of the image in the CSS styling section. The following example will render a smaller blue button. Note I have reduced the font size to accommodate the change. You may need to play around with the settings to get the font sizing right for your image.&lt;br /&gt;
&lt;div style="text-align: center;"&gt;&lt;img src="http://4.bp.blogspot.com/_vLeiVavkV_M/TRqepCLnncI/AAAAAAAADw8/Wrtzy05EJ7o/s200/comment-counter-bubble-2.png" /&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;blockquote&gt;.comments-button {&lt;br /&gt;
width : 48px;&lt;br /&gt;
height : 48px;&lt;br /&gt;
background : url(http://4.bp.blogspot.com/_vLeiVavkV_M/TRqepCLnncI/AAAAAAAADw8/Wrtzy05EJ7o/s200/comment-counter-bubble-2.png) no-repeat;&lt;br /&gt;
float : right;&lt;br /&gt;
font-size : 14px;&lt;br /&gt;
margin-top : -15px;&lt;br /&gt;
margin-right : 2px;&lt;br /&gt;
text-align : center;&lt;br /&gt;
padding-top:10px;&lt;br /&gt;
}&lt;/blockquote&gt;If you want your comment counter to be left aligned instead of right you will need to change the CSS styling from&lt;span class="Apple-style-span" style="color: red;"&gt; &lt;b&gt;float:right;&lt;/b&gt;&lt;/span&gt; to &lt;b&gt;&lt;span class="Apple-style-span" style="color: red;"&gt;float:left;&lt;/span&gt;&lt;/b&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="color: red;"&gt;&lt;b&gt;&lt;br /&gt;
&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="color: red;"&gt;&lt;b&gt;&lt;br /&gt;
&lt;/b&gt;&lt;/span&gt;&lt;div&gt;You can experiment more on how you will customize your comments counter button, the possibilities are limitless.. :)&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;b&gt;Hope you enjoy another Blogger Tricks!&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;b&gt;&lt;br /&gt;
&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;b&gt;More to come!!&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;b&gt;&lt;br /&gt;
&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-size: large;"&gt;HAPPY BLOGGING&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: center;"&gt;^_^&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2302570115872631151-2964555905811429773?l=eazybloggertrickz.blogspot.com' alt='' /&gt;&lt;/div&gt;</description><link>http://eazybloggertrickz.blogspot.com/2011/10/how-to-create-comments-counter-button.html</link><author>noreply@blogger.com (BlogzComm ADMIN)</author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_vLeiVavkV_M/TRqepCLnncI/AAAAAAAADw8/Wrtzy05EJ7o/s72-c/comment-counter-bubble-2.png' height='72' width='72'/><thr:total>0</thr:total></item><item><guid isPermaLink='false'>tag:blogger.com,1999:blog-2302570115872631151.post-3076978947154116514</guid><pubDate>Sun, 16 Oct 2011 19:10:00 +0000</pubDate><atom:updated>2011-10-16T12:14:15.528-07:00</atom:updated><category domain='http://www.blogger.com/atom/ns#'>Blogger</category><category domain='http://www.blogger.com/atom/ns#'>Tips</category><category domain='http://www.blogger.com/atom/ns#'>Tag Cloud</category><category domain='http://www.blogger.com/atom/ns#'>Tricks</category><category domain='http://www.blogger.com/atom/ns#'>Widget</category><category domain='http://www.blogger.com/atom/ns#'>Flash</category><title>HOW TO CREATE A FLASH TAG CLOUD (BLOGUMUS)</title><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div style="text-align: center;"&gt;&lt;img src="http://t3.gstatic.com/images?q=tbn:ANd9GcQko38PeDk2tNjOZvy7-1N6ExbHGaBWsJjQmHD8ANvY1NnkUvgrPQ" /&gt;&lt;img height="195" src="data:image/jpg;base64,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" width="200" /&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-size: large;"&gt;BLOGUMUS&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-size: large;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;b&gt;"Blogumus"&lt;/b&gt; is an Flash based tag cloud widget which uses scripts converted from Roy Tanck's WP Cumulus plugin for Wordpress. I fell in love with Roy's original Cumulus plugin when I saw it, and simply had to learn how to convert this for use in Blogger powered blogs&lt;br /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: center;"&gt;In this tutorial you will be able to place your own &lt;b&gt;"BLOGUMUS"&lt;/b&gt; tag cloud on your &lt;b&gt;"BLOGGER"&lt;/b&gt; blog.&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;br /&gt;
&lt;/div&gt;This widget uses a combination of JavaScript and Flash animation to parse and display your blog labels. Once installed in your template, it should work "out of the box" without any additional tweaking required, though of course you may prefer to change the variables for color, background and size if appropriate.&lt;br /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;&amp;nbsp;You should also be able to move the Label Cloud widget through the Page Elements page of your dashboard if you prefer display in a different layout location.&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;To see Blogumus in action, both Flash and Javascript must be installed and enabled for your internet browser. However, it does degrade relatively gracefully, and label links will still be clickable (though not animated) for those who do not use JavaScript of Flash (including search engine spiders).&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;b&gt;*HOW TO INSTALL BLOGUMUS IN YOUR BLOGGER LAYOUT*&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;Installing Blogumus in your Blogger layout is surprisingly simple! You should only need to copy and paste a section of code to your Blogger template, though any tweaks for the style of display will require some manual editing. Here are the steps required to install Blogumus in your Blogger layout:&lt;br /&gt;
&lt;div style="text-align: left;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;a name='more'&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;ul style="text-align: left;"&gt;&lt;li&gt;Go to "&lt;b&gt;Layout"&lt;/b&gt; &amp;gt; &lt;b&gt;"Edit HTML"&lt;/b&gt; in your Blogger dashboard, and search for the following line (or similar)&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;blockquote class=""&gt;&amp;lt;b:section class='sidebar' id='sidebar' preferred='yes'&amp;gt;&lt;/blockquote&gt;&lt;br /&gt;
&lt;ul style="text-align: left;"&gt;&lt;li&gt;Immediately after this line, paste the following section of code:&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;&lt;blockquote&gt;&amp;lt;b:widget id='Label99' locked='false' title='Labels' type='Label'&amp;gt;&lt;br /&gt;
&amp;lt;b:includable id='main'&amp;gt;&lt;br /&gt;
&amp;lt;b:if cond='data:title'&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;&amp;lt;data:title/&amp;gt;&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;/b:if&amp;gt;&lt;br /&gt;
&amp;lt;div class='widget-content'&amp;gt;&lt;br /&gt;
&amp;lt;script src='http://sites.google.com/site/bloggerustemplatus/code/swfobject.js' type='text/javascript'/&amp;gt;&lt;br /&gt;
&amp;lt;div id='flashcontent'&amp;gt;Blogumulus by &amp;lt;a href='http://www.roytanck.com/'&amp;gt;Roy Tanck&amp;lt;/a&amp;gt; and &amp;lt;a href='http://www.bloggerbuster.com'&amp;gt;Amanda Fazani&amp;lt;/a&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;script type='text/javascript'&amp;gt;&lt;br /&gt;
var so = new SWFObject(&amp;amp;quot;http://sites.google.com/site/bloggerustemplatus/code/tagcloud.swf&amp;amp;quot;, &amp;amp;quot;tagcloud&amp;amp;quot;, &amp;amp;quot;240&amp;amp;quot;, &amp;amp;quot;300&amp;amp;quot;, &amp;amp;quot;7&amp;amp;quot;, &amp;amp;quot;#ffffff&amp;amp;quot;);&lt;br /&gt;
// uncomment next line to enable transparency&lt;br /&gt;
//so.addParam(&amp;amp;quot;wmode&amp;amp;quot;, &amp;amp;quot;transparent&amp;amp;quot;);&lt;br /&gt;
so.addVariable(&amp;amp;quot;tcolor&amp;amp;quot;, &amp;amp;quot;0x333333&amp;amp;quot;);&lt;br /&gt;
so.addVariable(&amp;amp;quot;mode&amp;amp;quot;, &amp;amp;quot;tags&amp;amp;quot;);&lt;br /&gt;
so.addVariable(&amp;amp;quot;distr&amp;amp;quot;, &amp;amp;quot;true&amp;amp;quot;);&lt;br /&gt;
so.addVariable(&amp;amp;quot;tspeed&amp;amp;quot;, &amp;amp;quot;100&amp;amp;quot;);&lt;br /&gt;
so.addVariable(&amp;amp;quot;tagcloud&amp;amp;quot;, &amp;amp;quot;&amp;lt;tags&amp;gt;&amp;lt;b:loop values='data:labels' var='label'&amp;gt;&amp;lt;a expr:href='data:label.url' style='12'&amp;gt;&amp;lt;data:label.name/&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/b:loop&amp;gt;&amp;lt;/tags&amp;gt;&amp;amp;quot;);&lt;br /&gt;
so.addParam(&amp;amp;quot;allowScriptAccess&amp;amp;quot;, &amp;amp;quot;always&amp;amp;quot;);&lt;br /&gt;
so.write(&amp;amp;quot;flashcontent&amp;amp;quot;);&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;b:include name='quickedit'/&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/b:includable&amp;gt;&lt;br /&gt;
&amp;lt;/b:widget&amp;gt;&lt;/blockquote&gt;&lt;ul style="text-align: left;"&gt;&lt;li&gt;Then preview your template. If installed correctly, you should see the tag cloud appear in your sidebar. Then you are free to save your template, edit the colors and dimensions as required, or move it to a different location. :)&lt;/li&gt;
&lt;/ul&gt;&lt;br /&gt;
&lt;br /&gt;
After you had installed the "BLOGUMUS" tag cloud on your blogger layout, the next thing you must do is to customize the look and fell of your "BLOGUMUS" tag cloud widget. :)&lt;br /&gt;
&lt;br /&gt;
By default here are some of the basic attributes that you may change in order for your widget blend to your layout.&lt;br /&gt;
&lt;br /&gt;
In this default installation, Blogumus includes the following preset variables:&lt;br /&gt;
&lt;ul style="text-align: left;"&gt;&lt;li&gt;Width is set to 240px&lt;/li&gt;
&lt;li&gt;Height is set to 300px;&lt;/li&gt;
&lt;li&gt;Background color is white&lt;/li&gt;
&lt;li&gt;Test color is grey&lt;/li&gt;
&lt;/ul&gt;Font size is "12" If you would prefer to make your widget wider, shorter, change the color scheme, etc, you will need to do this by editing various parts of the code. I'll go through these options in the order they appear in the widget code. Editing width and height The variables for &lt;b&gt;width&lt;/b&gt; and &lt;b&gt;height&lt;/b&gt; are found in this line of the script: &lt;br /&gt;
&lt;blockquote&gt;var so = new SWFObject("http://sites.google.com/site/bloggerustemplatus/code/tagcloud.swf", "tagcloud", "&lt;span class="Apple-style-span" style="color: red;"&gt;240&lt;/span&gt;", "&lt;span class="Apple-style-span" style="color: cyan;"&gt;300&lt;/span&gt;", "&lt;span class="Apple-style-span" style="color: lime;"&gt;7&lt;/span&gt;", "&lt;span class="Apple-style-span" style="color: magenta;"&gt;#ffffff&lt;/span&gt;");&lt;/blockquote&gt;&lt;br /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;The width (currently &lt;span class="Apple-style-span" style="color: red;"&gt;240&lt;/span&gt;) is highlighted in red, while the height (&lt;span class="Apple-style-span" style="color: cyan;"&gt;300px&lt;/span&gt; default) is highlighted in blue. These numerical values specify the width and height in pixels, so you can alter these of you prefer. Editing background color You can change the background color from white to any other color by altering the hex value in the same line: &lt;br /&gt;
&lt;blockquote&gt;var so = new SWFObject("http://sites.google.com/site/bloggerustemplatus/code/tagcloud.swf", "tagcloud", "240", "300", "&lt;span class="Apple-style-span" style="color: lime;"&gt;7&lt;/span&gt;", "&lt;span class="Apple-style-span" style="color: magenta;"&gt;#ffffff&lt;/span&gt;");&lt;/blockquote&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;For example, if you prefer a bright red background, you may replace &lt;span class="Apple-style-span" style="color: magenta;"&gt;#ffffff&lt;/span&gt; with &lt;b&gt;#ff0000&lt;/b&gt;. Take a look at this page for a list of commonly used hex color codes. Alter the color of text By default, the text is set to display as dark grey ( hex value &lt;b&gt;#333333&lt;/b&gt;). You can alter this variable in the following line: &lt;br /&gt;
You can use this tool in picking the right color swatch for your widget, use&amp;nbsp;&lt;a href="http://www.colorpicker.com/"&gt;COLOR PICKER&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;so.addVariable("tcolor", "0x333333");&lt;/blockquote&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;Be aware that &lt;b&gt;"tcolor"&lt;/b&gt; is a Flash variable and doesn't include the usual hash symbol of hex color codes. Be sure to only replace the numbers! Adjust the font size The maximum font size of tags is specified in this line:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;so.addVariable("tagcloud", "&amp;lt;tags&amp;gt;&amp;lt;b:loop values='data:labels' var='label'&amp;gt;&amp;lt;a expr:href='data:label.url' style='12'&amp;gt;&amp;lt;data:label.name/&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/b:loop&amp;gt;&amp;lt;/tags&amp;gt;");&lt;/blockquote&gt;&lt;br /&gt;
You can alter this to ensure tags are displayed in a bigger or smaller font if you prefer by changing "12" to a larger or smaller number.&lt;br /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;While making any of these changes, you should be able to preview your widget and be certain that your new choice of color, dimensions and background are suitable for your needs.&lt;br /&gt;
&lt;br /&gt;
You can adjust and tweak everything depending on your needs. :) hope you enjoy this tutorial.&lt;br /&gt;
&lt;br /&gt;
&lt;div style="text-align: center;"&gt;&lt;b&gt;Please do subscribe and get the latest and fresh blogger updates, tips. tricks and tutorials.&lt;/b&gt;&lt;/div&gt;&lt;br /&gt;
CREDITS:&lt;br /&gt;
&lt;b&gt;Blogumus&lt;/b&gt; is based on the original &lt;b&gt;WP Cumulus plugin&lt;/b&gt; by &lt;b&gt;Roy Tanck&lt;/b&gt;, and was converted for use with Blogger layouts by myself. Please leave the credit links in the widget code intact. These will not be seen by the majority of your blog readers (as they will only display if JavaScript and Flash is not activated) but leaving these links intact is a great way of passing some link love on to Roy for all his hard work, and to inform other Blogger users that they can find the widget codes on this site.&lt;br /&gt;
Support/IssuesIf you have any problems installing or using this widget, please leave your comments below or direct these to the Blogger Buster forums as Roy will be unable to provide support for installation in Blogger blogs! &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
RequirementsFor Blogumus to display properly in your template, you will need to have Flash Player 7 or higher. You can download the latest Flash Player plugin for your browser from &lt;a href="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash"&gt;Adobe.&lt;/a&gt; I'm not sure that this installation will support special characters as tags (only Latin characters supported at present). If you do experiecce issues with labels displaying incorrectly, please let me know. I'll try to add more support, but have very little experience using Flash! &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2302570115872631151-3076978947154116514?l=eazybloggertrickz.blogspot.com' alt='' /&gt;&lt;/div&gt;</description><link>http://eazybloggertrickz.blogspot.com/2011/10/how-to-create-flash-tag-cloud-blogumus.html</link><author>noreply@blogger.com (BlogzComm ADMIN)</author><thr:total>0</thr:total></item><item><guid isPermaLink='false'>tag:blogger.com,1999:blog-2302570115872631151.post-7454300933595275054</guid><pubDate>Sun, 16 Oct 2011 09:28:00 +0000</pubDate><atom:updated>2011-10-17T02:43:12.320-07:00</atom:updated><category domain='http://www.blogger.com/atom/ns#'>Blogs</category><category domain='http://www.blogger.com/atom/ns#'>Web Blogs</category><category domain='http://www.blogger.com/atom/ns#'>Blogging</category><category domain='http://www.blogger.com/atom/ns#'>Blogsite</category><title>BEST SITES TO CREATE YOUR BLOGS</title><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div style="text-align: center;"&gt;&lt;img src="http://t0.gstatic.com/images?q=tbn:ANd9GcTF8RqQ2etCRkCJHH5Z6EI_sjZGVStZIQvFHwbzjlpsT976H7k" /&gt;&lt;/div&gt;&lt;br /&gt;
A &lt;b&gt;blog&lt;/b&gt; (a blend of the term web log)&amp;nbsp;is a type of website or part of a website. &lt;b&gt;Blogs&lt;/b&gt; are usually maintained by an individual with regular entries of commentary, descriptions of events, or other material such as graphics or video. Entries are commonly displayed in reverse-chronological order. Blog can also be used as a verb, meaning to maintain or add content to a blog.&lt;br /&gt;
&lt;br /&gt;
Most &lt;b&gt;blogs&lt;/b&gt; are interactive, allowing visitors to leave comments and even message each other via widgets on the blogs and it is this interactivity that distinguishes them from other static websites.&lt;br /&gt;
&lt;br /&gt;
Many &lt;b&gt;blogs&lt;/b&gt; provide commentary on a particular subject; others function as more personal online diaries. A typical blog combines text, images, and links to other blogs, Web pages, and other media related to its topic. The ability of readers to leave comments in an interactive format is an important part of many blogs. Most blogs are primarily textual, although some focus on art (art blog), photographs (photoblog), videos (video blogging or vlogging), music (MP3 blog), and audio (podcasting). Microblogging is another type of blogging, featuring very short posts.&lt;br /&gt;
&lt;br /&gt;
As of 16 February 2011, there were over 156 million public blogs in existence.&lt;br /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;source :&amp;nbsp;http://en.wikipedia.org/wiki/Blog&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;There is so much more to come on when it come to blogging, people nowadays make money from their simple blogs and by different advertising platforms.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;Now I'm here to share to you some of the best blogging platforms that will help you start into the blogging scene.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;Below are some:&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;img height="187" src="http://t3.gstatic.com/images?q=tbn:ANd9GcTsnhcaVYlx1VV6VnXYNebSTbIYTKfNqAQOshOARTIRt7Dsg6KU4w" width="200" /&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;&lt;a href="http://blogger.com/"&gt;BLOGGER&lt;/a&gt;&amp;nbsp;&amp;gt;&amp;nbsp;Well, this website needs no introduction. Almost every new blogger starts from Blogger.com. If you want to start a new blog, I recommend you to go for Blogger.com. After gaining experience and skills you can then move to WordPress.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;img height="200" src="http://t2.gstatic.com/images?q=tbn:ANd9GcTnFPS7C3_o4XlJ12-hguC2pASqnEu1cKkQx_M7QMwJJF34DTqjaQ" width="200" /&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;&lt;a href="http://wordpress.com/"&gt;WORDPRESS&lt;/a&gt;&amp;nbsp;&amp;gt;&amp;nbsp;This is my second choice as a blogging platform. WordPress.com does not provide users to upload new themes, plugins and this is main drawback of using WordPress.com. Apart from this, if you are starting your blog for earning some bucks then I am extremely sorry, WordPress.com does not allow users to put any type of ads on their blog.&lt;/div&gt;&lt;div&gt;&lt;a name='more'&gt;&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;img height="131" src="data:image/jpg;base64,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" width="320" /&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;&lt;a href="http://weebly.com/"&gt;WEEBLY&lt;/a&gt;&amp;nbsp;&amp;gt;&amp;nbsp;One of the simplest website for you to create a blog. Just register an account, select your theme and start blogging.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;img height="84" src="http://t3.gstatic.com/images?q=tbn:ANd9GcSJ3jfO4hM7Jze0Uf6_uOk1WdItw9gL2hRBnOPdtkOzd2EK2Udj" width="320" /&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;&lt;a href="http://www.thoughts.com/"&gt;THOUGHTS&lt;/a&gt;&amp;nbsp;&amp;gt;&amp;nbsp;&lt;span class="Apple-style-span" style="background-color: white; color: #333333; font-family: Helvetica, Arial, sans-serif; font-size: 14px; line-height: 25px;"&gt;&lt;strong style="font-style: normal; font-weight: bold; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;:&lt;/strong&gt;&amp;nbsp;&lt;/span&gt;Here is a 100% free website that will help you in creating a blog. It claims to have some extra features that you won´t find on other blog sites. This site provides unlimited bandwidth, photo, video and podcast sharing, community forums and live news discussions.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;img src="data:image/jpg;base64,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" /&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;&lt;a href="http://www.xanga.com/"&gt;XANGA&lt;/a&gt;&amp;nbsp;&amp;gt;&amp;nbsp;&lt;span class="Apple-style-span" style="background-color: white; color: #333333; font-family: Helvetica, Arial, sans-serif; font-size: 14px; line-height: 25px;"&gt;&amp;nbsp;&lt;/span&gt;With Xanga, you can create a blog for free. It has a lot of features that you can use very easily to your blog like adding videos, audios, albums and a lot more. Just give it a try and I am sure you will like it.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;img height="139" src="data:image/jpg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAkGBhEQERMQEhISFRUWEx4aGBYRGRcUHRoWGyAVGBYaGRQXHCYeHhkvGRYTHy8hKScpLCwsGx4yQTwqNScsLCkBCQoKDgwOGg8PFzUkHiQ0NTU1NS01NSssKSksNSksMy81NSwwKSwpKjAsKTE1KSwpMykyLCwrNTY1Kik2LCwpNP/AABEIAFgAyAMBIgACEQEDEQH/xAAcAAEAAgIDAQAAAAAAAAAAAAAABQYEBwIDCAH/xABFEAACAQMCAwUEBQcJCQAAAAABAgMABBESIQUTMQYHQVFhIjJxoRRSgZGxFyMzcrLB0hYkNUJTkpOi0RViY2RzgpTw8f/EABkBAQEAAwEAAAAAAAAAAAAAAAADAQIEBf/EACERAQEAAQMDBQAAAAAAAAAAAAABAgMEERIhQRMxMlFx/9oADAMBAAIRAxEAPwDeNKUoFKUoIvtLw2a4t3ignaCQkESLnbBBI2IO42rQ3adr6wu+TPdzSsml8iWUqRswwGI8q9G1o3vwt9N9G+Petx94Zx+GKDeKtkZFfajuztxzLS3k+tAh+0qpPzqRoFKUoPjNjc1rbvF7eWskP0O3vFVnlVZZI9TBIt9Z1L16AYB3Br53g8XNxxC14RraOGRlMxU6S+rJVM+Xs4+LelWy57CcPeD6P9GiVMYBVQGHqHxq1euaDE7tuGwW9kEt7n6ShkLawNIDHGVCZJXoDgnxz41aq1B3R20ltxK9tNRKIrBsdCyOFRvQ4LfPyrb9ApSlApSlApSlApSlApSlApSlB56g7zeLyNpSZmY+CRKx+4Lmsr+XPHv+Y/8AHP8ABWN3Rf0rD+pJ+ya9CUGgZO33HVGWaZR5tBgfeUqW7Od9k6OFvEWRCd3iGll9dI9lh6bH8K3RWm++7gUMTwXMahXkLK+nbUQFIbA8dyCfHag29aXaTIssbBkdQVZehB6GtT9/Nv7VnJ5iRT9nLI/FqsPctds/DirEkRzsq5+rhWx8Msawu/S3zZwSfVuMfYyP+8LQWbu4uOZwy0b/AIWn+6Sv7qslUjucuNfDEH1JXX/NkfJhV1dwBk0t4HKlRkvEWPTYVwXiLDxz8a4rvdOXhP1Ip3eb3fz3cqXloRzUADLnSTpOUZGO2of6V08G7TccuQ9oLeBJosLJPKfd1DIJRSQXxvt91bHtrkOMj7RWoe1VtxXhU15cQSAW9xLq15QnU3QBW3D76dgcgDyrrxymU5ikvK3WRsOAQtz59U0p1yMd5JW33CDJ05LY8NzvmsOw767GSYRtHNGpOBJIE0jyLBWJA9fCobsr3SyXB+lcSdyz+1yiTqP/AFXO4/VHy6Vmd4fALLlw8OtLeIXUki6BGoDIg993Yb6cZ6/HwrYbPpXTZW3LjSPJOhAuT44AGflXdQKUpQKUpQKUpQKUpQKUpQeaewvH47G9juZQ5RVYEIAT7SkDYkDxraX5cLD+yuf7qfx1rDu/4JDe38dvOGMbK5IUlTkKSNxv1rbf5G+F/wBnL/iyf60GBL35WQHswXJPliMfPXVB49xq84/dIkUJwoIjjU5CA41M7nAGcLk7DYD47MfuZ4WRskw9RK5/HIrX/bzu9fhRS6t5XMWoAMTpeN/6vtLjIPgdvL1Ibe7G9mxw+0jtshmGWdh4u27Y9PAegFQffFb6+FyH6kiN/mAPyJrn3XdsX4hbMsxzNCQrN01Kc6GPrswPqPWsHvBtuLXhks7e3j+jkLmRmXLdGONR9nB9M7UGP3F3GbS4j+rcZ+xkT96mrxxqfSqjzP4f/a1j2Z7vuN2eowXEEGrBZWOsEjOMgIfM1sviNnI9uuohpFUE6ejNjDYHxyahuZbpZTFrn7OHB4g+pjvjYCsji1uvLLgAFd9qrVhxloWyBkHqD/71rs4n2kaVdAUKPHfOftwNq8rDcaM0LjZ3RmePTwkOCXR5unzB+W9RHejwS7nS2mtF5jW8/MMe25Gkq2CcHBBGPJjUr2WtCSZiNsYX18z8PCrHXfsZlNLupp/FQo+MccvAI47SOy2w007ayPMpHj8c/Hxqe7Mdj4rLVJqaaeT9JPLu7HyH1V9Ph1xU/Su1QpSlApSlApSlApSlApSlApSlB577ov6Vh/Uk/ZNehK8v8IlvLSUTwJKkiggNy2OxGDsVx0qwflD439eX/BH8FB6Aqj98V8kfDXjYjVI6qg8SQQxI+AB+XnWuB2/442webPpBv+xWNH2Y4vxSUNKk7HpzLkGNVHoGA29FFBZ+4eJuZdvvp0IPty5HyB++tw1BdjeykfDbYQKdTE6pHxjU5wM48BgAAeQqdoFKUoI694BBKdTLg+anGfj4V0wdlrdTnDN+scj7ql6VG7fSt6rjOWvTPpFXPHo4pVg0nwGRjAz02+6sXiF/cSXRtIJI4tEIlZ5EMpbUzKqqmpRpGk5O/UCpeTh8bOJGRSw6E/KsbinZ+C5KtKh1KCAyM8baT1XWhBKny6VnCZy3qvbx+MznygZOMXs80dnFLbRSC35ssqAzqTrMYWJCV2ypJyds4+ONadp7yd4bYNAkhmuIpJQhkUmARkNGpYddWCCdjnyqfvOyFnKkaGIKIhiMxFoiq+IDIQcHxGd6yLPs9bQ8nlxKvJDCPGfZ141+O5OBknNVZVi17Q3wRbiR4Ci3otnjSNl1fneRzA5c4bUQ2nBGNqvFYH+wrfQY+WNJm52Mn9Lr5urr11jPlWfQKUpQKUpQKUpQKUpQKUpQKUpQKUpQKUpQKwL3jkMLaXL5x0SOSTHx5anH21n1XeM24R1gVn/nlx7eWyAioWlCeWpYwv8A3E0En/tyDRFJzBpmIEZw3taum2MgdNztuPOuE/aG3QSEv+ilEb4VmxIwUquAOpDp6biolIjPxCVSMLbiL4AYaQAepdkJ9IV9KwJWaaaJUUfzi6a4393kwKiRO3jguIWHnt06gLvSqradqmFujSMuoxvM8hXSq2wZhG5QH3mXTpXO+58MHjw2e5uJbRZJGVkgNxMqAKuZCVhjYdcaedkEndAeu9BY7PiMUxkEbhjFIUcD+q4AJU+uGB+2smoPiTm3aJYzp58+l5W9sh9PsAg+B0BM+G3nXb2o4hLb27Tx6PzeGcOCdSAjUowRgkZ33x5Ggl6VXk4xM0otwVy8krcwAexBGVXOCd3LsF322Y+GKj4u18nLt5XKheS80uF3aJdSxlQT7Jc6WA8g/QCguNKqw4les1rCDEkssLySApqEQ205GoE4eRExtq0sc+FTHHb9re3eYDVoALYHRARzGA8SE1Nj0oJGlVDiHFJI5mmMryJaWy6ljwomnmOEGBke6F88cwGufEuPXMK3SAo8kcEbAquwuJTIixKudwSIyMnI1b5yBQWyse94hHCoaQkAtjIDNufPSDgbHc7CoLiHEbuB4+Y8GiXmABY2JRhG0qHOr2sctgRgas52yAOXE7a6m+jxPJLEjx4mNqoJ5mFyDI2THH74yBnfqNshYwaVwghVFVFGFUAAeQGw+Vc6BSlKBSlKBSlKBSlKBWFxPhEVyFEqk6H1IVLIysARlWUgg4JHwJpSgxv5LWuvmCMhiuGw7gOBkjmDV+c6n3s7EjpWTdcHhlZmdclkCEgsMoCW07H3cscjx8aUoOq87OW8zOzx5Lxctt2A0DVgaQcZGtsHqM12W3BYI5DKiAOVClsk5C5C9T1wzb9dz519pQc5eGxvIJWXLDGMk49ksVOnOMgs2/rWBxSzkvI5LZ0MUbNhnDAlowQfYC9CcY3xjPjSlBlXHBIJNIZPdQoMEj822nUhwd1Olcg+VdV12atpS7PGCXiEZwWH5sZwoAOAN2G2NifOlKDKt+GxRuZFQBigTP8AuqWYD73Y+pNfb7h0cwAkXIGdskAhgVYEA7gqSMGvlKDpk4Bbtzcxg87GvdtyAoBG+xwibjHujypLwiIIcR6yH5uCd2lXdSzHqchcZ2GB5UpQYz8Ne5kglmXQsJLrFkMTIRpy7LtgAtgDOSc+AFSTWKGUTEe2qFA2TsrFSwx06qv3UpQd9KUoFKUoP//Z" width="320" /&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;&lt;a href="http://blog.com/"&gt;BLOG.COM&lt;/a&gt;&amp;nbsp;&amp;gt;&amp;nbsp;One of the famous website and a great tool to create a blog in three easy steps&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;&lt;ul style="text-align: left;"&gt;&lt;li&gt;Register for a free blog.&lt;/li&gt;
&lt;li&gt;Create your first blog.&lt;/li&gt;
&lt;li&gt;Customize your blog according to your needs.&lt;/li&gt;
&lt;/ul&gt;&lt;div style="text-align: left;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;img src="http://t0.gstatic.com/images?q=tbn:ANd9GcRdeO98rAbIoArrjELvVwfhzm9OLHQxqk249BYXN87wuFMpdc1Z" /&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;&lt;a href="http://www.livejournal.com/"&gt;LIVEJOURNAL&lt;/a&gt;&amp;nbsp;&amp;gt;&amp;nbsp;LiveJournal (LJ) is a virtual community where Internet users can keep a blog, journal or diary. LiveJournal is also the name of the free and open source server software that was designed to run the LiveJournal virtual community.&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;LiveJournal’s blogging features include those found in similar blogging sites (multiple authors, commenting, calendars, and polls). However, LiveJournal differentiates itself from other blogging sites by its WELL-like features of a self-contained community and some social networking features similar to other social networking sites.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;img height="102" src="data:image/jpg;base64,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" width="320" /&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;&lt;a href="http://blogetery.com/"&gt;BLOGETERY&lt;/a&gt;&amp;nbsp;&amp;gt;&amp;nbsp;Blogetery.com offers free blog hosting powered by latest WordPress version. You can easily publish text, podcasts, pictures, media files and more with just a single mouse click.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;img src="http://t0.gstatic.com/images?q=tbn:ANd9GcSwJ9ajtSiCCxMyf-ac9G501op5bQhozqhMgwyQHSxdTdn1-enx" /&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;&lt;a href="http://www.blogsome.com/"&gt;BLOGSOME&lt;/a&gt;&amp;nbsp;&amp;gt;&amp;nbsp;It’s easy, choose any kind of WordPress theme, upload photos, personalize your design and start blogging right now.&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;You can also browse samples of the latest posts and blogs. The blogsome.com also offers forums where you can search for any type of answers, read important documentation in relation of the service and terms of use, and you must ask really smart questions so to become part of this community.&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;What the blogsome website intends is to offer a clean service, so when users are found to be using stolen content from other websites as a means of generating traffic, they immediately remove this blogs and cease service.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;img src="http://t0.gstatic.com/images?q=tbn:ANd9GcQYOtfX1zg1vE_HAJNIuO8YLN_foILmBg6Gulr-5YgFlSShl_c1" /&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;&lt;a href="http://edublogs.org/"&gt;EBUBLOGS&lt;/a&gt;&amp;nbsp;&amp;gt;&amp;nbsp;The World’s most popular education blogging service… Edublogs lets you easily create &amp;amp; manage student &amp;amp; teacher blogs, quickly customize designs and include videos, photos &amp;amp; podcasts – it’s safe, easy and secure&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;img src="data:image/jpg;base64,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" /&gt;&lt;/div&gt;&lt;div&gt;&lt;a href="https://www.tumblr.com/"&gt;TUMBLR&lt;/a&gt;&amp;nbsp;&amp;gt;&amp;nbsp;Tumblr is a microblogging platform that allows users to post text, images, videos, links, quotes and audio to their tumblelog, a short-form blog. Users can follow other users, or choose to make their tumblelog private. The service emphasizes ease of use.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;img src="data:image/jpg;base64,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" /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;&lt;a href="http://www.typepad.com/"&gt;TYPEPAD&lt;/a&gt;&amp;nbsp;&amp;gt; TypePad is a blogging service from company Six Apart Ltd. Originally launched in October 2003, TypePad is based on Six Apart’s Movable&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;Type platform, and shares technology with Movable Type such as templates and APIs, but is marketed to non-technical users and includes additional features like multiple author support, photo albums and moblogging.&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: left;"&gt;Those are some of the best sites to create your first blog, create your first blog now! I assure you, you will have fun of it as you get along the way creating your daily post and "blogwalking" other blogs from other platforms and networks.&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: left;"&gt;Well; that end my first post here on&amp;nbsp;&lt;a href="http://eazybloggertrickz.blogspot.com/"&gt;Eazy Blogger Trickz&lt;/a&gt;&amp;nbsp;subscribe for more tutorials and some tips and tricks to optimize your blogging experience.&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;b&gt;Have fun blogging!!!&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;b&gt;^_^&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2302570115872631151-7454300933595275054?l=eazybloggertrickz.blogspot.com' alt='' /&gt;&lt;/div&gt;</description><link>http://eazybloggertrickz.blogspot.com/2011/10/best-site-to-create-your-blogs.html</link><author>noreply@blogger.com (BlogzComm ADMIN)</author><thr:total>0</thr:total></item></channel></rss>