Factors to determine a Blog Name

Today I'm going to share some tips about how a blog name should be.



1) It must describe your blog: it is probable that lots of people will see a link to your blog before having the chance to actually read it (in search engines, for instance). Guess what, if just by looking at the name they can figure what the blog is about they will be more likely to visit it.
2) It must be easy to remember: suppose your blog talks about cycling, fitness and health advice in general. Naming it “The Cycling, Fitness and General Health Advice Blog” would offer quite an exhaustive description of the blog, but would it also be easy to remember? Stick with simple names.
3) It must be equal to the domain name: this rule is often ignored by people, probably because finding a suitable domain that has not been registered yet is a difficult task. Still if your domain name does not match the blog name you will probably lose some readers along the way. When people visit your blog through a link they will just read the name of the blog. Should they decide to revisit the site a couple of days later they will just type that name followed by a dot com. If they do not find your blog once they hit enter they will just go somewhere else.

Make Blog SEO friendly

Every blogger.com user wants their blog to be SEO Friendly. Since, we all know that using wordpress.org has many advantages in terms of SEO since they have available SEO plug-ins. That's why Wordpress is a SEO friendly in terms of blog platform.




Now, I would like to share a Blogger.com SEO Script to make your blogger blog SEO Friendly. You have a lot of SEO works to do in blogger.com than wordpress blogs. Because no available plug-ins for blogger blog compare to wordpress blog since a lot of plug-ins, you just search and install the plug-ins.

By this Blogger.com SEO Script will make your blogger blog SEO Friendly. You don't need any professional knowledge. This Script will help you to getting better higher rank over SERP. What's on the Blogger.com SEO Script?

The Auto SEO Script has following features:
  • Auto change Blog Page Titles for every post.
  • Auto insert Meta Description for every post.
  • Auto insert Meta Keywords For every Post.
  • Work for Monthly, Weekly and Daily Archives.
  • Work for each blog label.
  • Auto Meta Robot Tag
  • Author Meta Tag.



Here are the steps on how to apply the Blogger SEO Script.

Step 1. You need to login of course.
Step 2. Go to your desired blog.(at Dashboard)
Step 3. Go to Template >> EDIT HTML >> Proceed
Step 4. Check "Expand Widget Templates"
Step 5. Find this code

<title><data:blog.pageTitle/></title>

Step 6. Change above code with the code showing below (Select code and press Ctrl + C buttons to copy code)

<b:if cond='data:blog.pageType == 'item''>
<title><data:blog.pageName/> | <data:blog.title/></title>
<b:else/><title><data:blog.pageTitle/></title>
</b:if>
<b:if cond='data:blog.pageType == 'archive''>
<title><data:blog.pageName/> | <data:blog.title/></title>
</b:if>
<b:if cond='data:blog.pageType == 'label''>
<title><data:blog.pageName/> | <data:blog.title/></title>
</b:if>
<meta expr:content='data:blog.pageTitle + ' – your blog description here (upto 200 charaters)'' name='description'/>
<meta expr:content='data:blog.pageName + ', Keyword 1, Keyword 2, Keyword 3, Keyword 4, Keyword 5"' name='keywords'/>
<meta content='Author Name Here' name='author'/>
<meta content='index,follow' name='robots'/>
Step 7. It's time to change some of this script.

Change description, keywords, and author name as you like to more SEO friendly.

Hope you followed the steps on how to make your blogger blog SEO friendly. - Blogspot Script. Any problems with the script, don't hesitate to contact me.

Best keyword Research Tools

All blogger's dream is increasing his traffic, We know that keywords play an important rule in increasing traffic. In this competitive situation where everyone emphasizes on making their keywords more SEO friendly it has become more important to know about best keyword which ultimately will help you letting traffic to your blog. I share the keywords tools which is most important to get the keywords people are using to content which you offered in your blog. Once you find the keywords which people use to find their sought contents which you already have in your blog, you can target those keywords.

Wordtracker

I think it's one of the best keyword research tools in this time although you have to pay money to use this service. However, you can use it for trial and evaluate. I will suggest you this if you emphasize more on keyword.

How To Add Subtitle With Any Movie

Now subtitle plays an important role in watching a movie as to enjoy the full movie line by line.Let's see how to add subtitle with any movie.Before starting the procedure we should have a little concept about Frame rate.

Frame Rate: 

Frame rate refers to the amount of frame shown per second. Basically it is 23-25/sec. But sometimes it defers.The subtitle must adapt to the frame rate otherwise the conversation would not match with the subtitle.
That's why we should examine the movie's frame rate before downloading subtitle. We can easily see the frame rate of the movie.

You can see frame rate of any movie by right click on the movie and seeing the properties.




Player: 

You can use any player to see subtitle but I recommend you use one of the following: 




Where to get Subtitle:

If you search in google , you will find a lot but I give you some best sites for subtitles.

1. Sub-titles.net

2. subbiee.com

3. allsubs.org 

4. Subscene.com

5. Opensubtitles

 How to add subtitle:

By searching you required movies download the subtitle any of the sites given. If the downloaded file is zip then just unzip the file. Play the movie click the file option on your player go to subtitle and locate the subtitle file.

You are done........



Difference between HTML and XHTML

Some time we see error message when we want to save blogger template after adding codes into it. There are different types of error we basically see. Some of them are: Code could not be parsed, not well formed, code is broken and the common error is the code is not closed properly.
The errors mentioned above occur because of some matter. So, if you maintain this matters you can avoid this types of error. To avoid these types of errors you must have basic knowledge of XML, HTML and XHTML.

Here, I am going to discuss the differences among the three. And by the explanation you will be succeeded to avoid the errors.

XML, HTML and XHTML

We shall keep this short. Just so as you understand what we said about document type, view the Page Source or Source of your Blogger blog. You should see this document type declaration at the very top:-

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">


The terms – XML, HTML and XHTML - refer to the markup language used to write the web pages. Many of us would have heard of HTML (Hypertext Markup Language), invented by Tim Berners-Lee, and used since the early days of internet. XML (Extensible Markup Language) is a meta-language, used to create other markup languages. The traditional HTML was later recast to use the rules of XML and that resulted in a new XML application, called XHTML (Extensible Hypertext Markup Language). Because XHTML rules are strict and unforgiving, not conforming to them when attempting to modify the template would result in error messages. So, what are these rules that Bloggers like us should take note of?

Basic Rules of XHTML

1. Codes to be in lowercase

Since XML is case sensitive, all the element keywords and attribute names used in XHTML should be in the lowercase. For example, the template code is not this:-

<TITLE>Tips for New Bloggers</TITLE>


but this:-

<title>Tips for New Bloggers</title>


If you have noticed, the elements and attribute names between the lesser than (<) and greater than (>) signs have to be in the lowercase. However, the value, which in this case is “Tips for New Bloggers”, can be in the uppercase, lowercase, or mixed case.

2. Attribute values to be in quotation marks

All the attribute values have to be enclosed either in single or double quotation marks. The following examples are not accepted by XHTML:-

<div id=header-wrapper>

<a href=http://tips-for-new-bloggers.blogspot.com>Text Link</a>

<img src=photo.jpg/>

<table width=200 border=0 cellpadding=2>


Instead, they should be written as such:-

<div id='header-wrapper'>

<a href="http://tips-for-new-bloggers.blogspot.com">Text Link</a>

<img src="photo.jpg"/>

<table width="200" border="0" cellpadding="2">


3. Container elements must have closing tags

This is not correct:-

<p>A paragraph.


In XHTML, there must be a closing tag with a forward slash (/) at the end:-

<p>A paragraph.</p>


Examples of the many non-empty elements that have opening and corresponding closing tags are:-

<ul> ... </ul>
<li> ... </li>
<table> ... </table>
<h2> ... </h2>
<div> ... </div>
<span> ... </span>
<dt> ... </dt>
<dd> ... </dd>
<a href> ... </a>


4. Standalone elements to be closed

Some of the elements are empty or standalone. They do not have associated closing tags. Common examples are:-

<br>
<img>
<input>
<frame>
<hr>
<meta>
<link>


Nonetheless, in XHTML, these elements must be terminated or closed. There are two ways to do that. One way to terminate the element is to put a forward slash (/) at the end like this:-

<br/>
<img/>
<input/>
<frame/>
<hr/>
<meta/>
<link/>


The second way is to add a corresponding closing tag like this:-

<br> ... </br>
<img> ... </img>
<input> ... </input>
<frame> ... </frame>
<hr> ... </hr>
<meta> ... </meta>
<link> ... </link>


5. Elements to be properly nested

This means that elements must be closed in the reverse order. For example, this code is not accepted in XHTML:-

<form><table> ... </form></table>


It is improperly nested because the form was created first followed by the table. To close them in the proper order, the table must be closed before the form, like this:-

<form><table> ... </table></form>


6. Document to have only one root element

In the XHTML document, you will see that except for the document type declaration, all the codes are nested between <html> and </html>. This is the root element and all other elements or sub elements are in between. The document structure will look like this:-

<html>
<head> ... </head>
<body> ... </body>
</html>


7. Attribute minimization is not allowed

In XHTML, all attributes should be in the form name="value". Even if the value is the same as the name, it cannot be minimized to one word. Hence, in our Add Text Box and Textarea article, the textarea code is not this:-

<textarea readonly>Hyperlink Code</textarea>


but this:-

<textarea readonly="readonly">Hyperlink Code</textarea>


XHTML Character Entities

Quite a number of readers had asked why they were unable to display HTML codes in their blog posts or why their codes were not well-parsed when inserted into the template. If you have noticed by now, the codes are wrapped in the lesser than (<) and greater than (>) signs. The moment these are posted, they will be interpreted as codes and will trigger an action by the browser. Should you want to display these as part of the text, use their character entities instead.

"&quot;
&&amp;
<&lt;
>&gt;


The next time you see an error message to the effect that the code is not well formed, not well parsed, not properly closed, etc., take a look at this guide, troubleshoot the problem and try out the possible solutions.