Sunday, July 10, 2011

Blog Promotion 2011

Providing quality content is a great way to run a blog, but it won't help you make a decent income from it. To make your blog profitable, you need to have a proper promotion strategy in place.

Guest Posts, Social Media, Forums, Article Directories, Onsite Promotion, Comments

Blog Promotion through Social Bookmark sites
http://www.technorati.com
http://www.mybloglog.com
http://digg.com
http://delicious.com
http://www.scribd.com
http://www.stumbleupon.com
http://www.squidoo.com/squidoo
http://www.bibsonomy.org
http://www.propeller.com
http://www.reddit.com

Register your blog to the site Article Submission
http://www.ezinearticles.com
http://www.articlebiz.com
http://www.articledashboard.com
http://www.approvedarticles.com
http://www.articletrader.com
http://www.articlecube.com
http://www.a1-articledirectory.com
http://www.earticlesonline.com
http://www.myarticlemall.com
http://www.articlecity.com
Share:

Google Tools

Google Advanced Search

Google Trends Explore advanced features with Google Insights for Search. Explore flu trends across the U.S. with Flu Trends �


Google Checkout Want a faster, safer, and more convenient way to shop online? You got it. Read about our buyers' experiences with Google Checkout.


Google Insights for Search With Google Insights for Search, you can compare search volume patterns across specific regions, categories, time frames and properties.


Google Directory Searchable directory based on the ODP, combined with their own PageRank algorithm within each category.


Google Toolbar Easily search Google from your browser, translate web pages in more than 40 languages instantly with Google Translate and much more.


Webmaster Tools - Google Google Webmaster Tools provides you with detailed reports about your pages' visibility on Google.


Keyword Tool - Google Adwords Enter one keyword or phrase per line to see what related word searches your ad will show on.


Google Pack Google Pack is: Software selected by Google; Always free; Ready to use in just ... Google Pack requires Windows XP or Vista. Get Google software for the Mac.


Google Language Tools Translation of text and web pages between English and several European languages.


Google For EducatorsGoogle for Educators, support teachers in their efforts to empower students and expand the frontiers of human knowledge.


Google Translate Google's free online language translation service instantly translates text and web pages.

Google Product Search Google is compensated by some of these merchants. Tax and shipping costs are estimates.
Share:

Scrolling Label on Blogspot

ajax, How to create Scroll Label in Blogger? A blog reader asked if it is possible to use a scroll box. click BACK button to get back to this page Scroll Bar Widget For Blogger
How to create Scroll Label in Blogger (Blogspot.com)? The label is a function provided by blog service providers to classify our writing in several categories, for which we write writing can be more easily found by search engines in the search index on the category of writing that we write, to be more easily known to be our writing categories.

How easy and simple installation, just a few clicks, scroll label will appear. Good for those who can not wait, please follow the tutorial below: check out the demo.

1. On the Dashboard page, click the menu design
2. Then click add widget
3. Choose Labels
4. Make sure the labels with the "List"
5. Christened with the name "Category" and click save
6. Now go to Edit HTML.
7. Click the Expand Widgets Templates.
8. Find a buddy label that has been created earlier, with CTRL + F and type in "Category", it would appear that complicated HTML code, but do not bother to see the HTML code.
9. Just look at the text in blue below, that code should be pasted into a label that has been my friend made.

<b:widget id='Label1' locked='false' title='Kategori' type='Label'>
<b:includable id='main'>
<b:if cond='data:title'>
<h2><data:title/></h2>
</b:if>
<div expr:class='&quot;widget-content &quot; + data:display + &quot;-label-widget-content&quot;'>
<div style='overflow:auto; width:ancho; height:250px;'>
<b:if cond='data:display == &quot;list&quot;'>
<ul>
<b:loop values='data:labels' var='label'>
<li>
<b:if cond='data:blog.url == data:label.url'>
<span expr:dir='data:blog.languageDirection'><data:label.name/></span>
<b:else/>
<a expr:dir='data:blog.languageDirection' expr:href='data:label.url'><data:label.name/></a>
</b:if>
<b:if cond='data:showFreqNumbers'>
<span dir='ltr'>(<data:label.count/>)</span>
</b:if>
</li>
</b:loop>
</ul>
<b:else/>
<b:loop values='data:labels' var='label'>
<span expr:class='&quot;label-size label-size-&quot; + data:label.cssSize'>
<b:if cond='data:blog.url == data:label.url'>
<span expr:dir='data:blog.languageDirection'><data:label.name/></span>
<b:else/>
<a expr:dir='data:blog.languageDirection' expr:href='data:label.url'><data:label.name/></a>
</b:if>
<b:if cond='data:showFreqNumbers'>
<span class='label-count' dir='ltr'>(<data:label.count/>)</span>
</b:if>
</span>
</b:loop>
</b:if>
<b:include name='quickedit'/>
</div>
</div>
</b:includable>
</b:widget>

10. Click save
Each template has a different character, perhaps in your blog that there is a code

<div class='widget-content'>

not like the one on my blog are:
<div expr:class='&quot;widget-content &quot; + data:display + &quot;-label-widget-content&quot;'>

Note: important location of the inserted additional code must be correctly placed.

For code height: 250px is the height of label scrolls, please pal replace with a higher number if you want to display the menu label is higher. Thank you.
Share: