Showing posts with label tutorial blog. Show all posts
Showing posts with label tutorial blog. Show all posts

Wednesday, March 13, 2013

How to See Price Blog

How to See Price Blog | New

After a long time blogging, finally came time ventured to make a post on the blog about the tutorial. This time I want to share is how to determine the price of a blog / website as well as checking the blog SEO score.
Read more

Thursday, February 14, 2013

How to Make a Cumulus Cloud Tag, Label Spins on Blogger


Once there Kismet also finally find any tutorial how to create a tag cloud rotating in a blog, or a spin label. You can see the results of how to create a spin label on this blog is mine.

NOTE: Not all can support for a given template tag cloud. And before you tried to make a spin label, mending yours once you download the template.

Here's how: |
Read more

Wednesday, February 6, 2013

How to delete a blog post that there are two

How to delete a blog post that there are two -
Yesterday I was in are confused by the two blog posts on blogger layout view, when it should be the only one. Impact than it is not able to edit the template .. although sometimes it can be. Time also was confused why not edit the template can save .. and always display an error message with code   |
Read more

Sunday, February 3, 2013

How to Make a Tag Cloud Spins

How to Make a Tag Cloud Spins |
How:

    
Login to your blog
    
Then select the design
    
Click the Edit HTML
    
after that check the Expand Widget
    
and look for this code: <b:section class='sidebar' id='sidebar' preferred='yes'> (Use Ctrl - F) "are not all like this blog template so please adjust it ea"
    
Then copy and paste the following code below the code above d an d search:
<b:widget id='Label99' locked='false' title='Tag Cloud airlandzz.blogspot.com' type='Label'>
<b:includable id='main'>
<b:if cond='data:title'>
<h2> <data:title/> </ h2>
</ B: if>
<div class='widget-content'>
<script src='http://sites.google.com/site/bloggerustemplatus/code/swfobject.js' type='text/javascript'/>
<div id='flashcontent'> <a href='http://www.roytanck.com/'> Blogumulus by Roy Tanck </ a> and <a href='http://www.bloggerbuster.com'> Amanda Fazani </ a> </ div>
<script type='text/javascript'>
var so = new SWFObject ("http://sites.google.com/site/bloggerustemplatus/code/tagcloud.swf", "tagcloud", "300", "280", "7", " ; # FFFFFF ");
/ / Uncomment next line to enable transparency
/ / So.addParam ("wmode", "transparent");
so.addVariable ("tcolor", "0x333333");
so.addVariable ("mode", "tags");
so.addVariable ("distr", "true");
so.addVariable ("tspeed", "100");
so.addVariable ("tagcloud", "<tags> <b:loop values='data:labels' var='label'> <a expr:href='data:label.url' style='12'> <data:label.name/> </ a> </ b: loop> </ tags> ");
so.addParam ("allowscriptaccess", "always");
so.write ("flashcontent");
</ Script>
<b:include name='quickedit'/>
</ Div>
</ B: includable>
</ B: widget>

    
Preview first, if the widget is in conformity with what is expected Find template
Read more