• Facebook Rocks

    Go to Blogger edit html and replace these slide 1 description with your own words. ...

  • Facebook vs Twitter

    Go to Blogger edit html and replace these slide 2 description with your own words. ...

  • Facebook Marketing

    Go to Blogger edit html and replace these slide 3 description with your own words. ...

  • Facebook and Google

    Go to Blogger edit html and replace these slide 4 description with your own words. ...

  • Facebook Tips

    Go to Blogger edit html and replace these slide 5 description with your own words. ...

Comment function is really good for your Blog?


As we all know, with the advent of web 2.0, the system features interaction between the user and the webmaster has not impeded. You can easily see this on most websites now open with the comment function after each post.
With this feature, people can make comments, your comments about a problem that does not need to go through email, register cumbersome as before. This really is a great function, it narrows the gap between the user and the webmaster and of course it will cause the website to become a lot more friendly.
Comment function is really good for your Blog?
However, for those who do SEO, this feature really that good?
Obviously, with this comment feature, your website will always be "fresh content", that is always updated and new specific search engine that Google loves it.
What's more amazing when your website to attract the attention of many people, the topic will always be a lively discussion. Users like you and of course Google will like you.
But what happens when you can not control the contents and number of comment? You write an article and people comment very exciting, the number of comments last out 2.3 even 100 pages. So have you ever wondered if the comment is not relevant to the content of your post, it will affect how?
If you've ever used a blog, WordPress, ... you will know that when you comment, we have the flexibility to insert the link enclosed keywords cursor on the website. Although most are nofollow links nofollow but still definitely worth it.
Suppose you have 100 comments as: "article, or, thanks to share ..." accompanied by 100 links pointing to their website, what will happen? I think that it will dilute your article content, keyword density reduction, reducing the value of the article, and of course the ranking of keywords will be affected more or less.
It can be said that the comment function as a two-edged sword, it helps you, but it can also hurt you, so be strict control over this feature and do not hesitate beheaded immediately comment phpBB nature thundered storm for the purpose of the link.

Mobile SEO and things to note


Mobile SEO , SEO techniques on mobile phones is growing at an incredible speed. This is understandable because there are now more than 90% of the U.S. population using the phone. So, if you do not have areasonable SEO strategy , it can make your marketing campaign failed and, of course, you will lose a certain amount of customers. Therefore, companies, large and small businesses are attention to Mobile SEO .
Mobile SEO
More and more people use smartphones and use it to search for information online. Surely they will notice and compare the differences between your phone and computer in the search process. Web design professionals always understand that good website does not display when using a computer will be well on mobile and vice versa. So they have to research and find ways to help users find information over the phone effectively.
Here are a few methods to help your SEO campaign Mobile become more efficient:
1. Submit a sitemap for your phone (mobile sitemap) to search engines, doing this will help the search engines understand that your website content is optimized for mobile phone users and should be displayed when users conduct searches information by phone.
Although mobile sitemap is not really necessary but it will help Google index your website faster.
2. When creating a website for mobile phones, the images must be optimized carefully. Not merely the small size of the images but also image must be associated with specific keywords (name, alt, title, etc.) to increase the search capability on the phone.
3. These applications appear more and more and become part of of Mobile SEO campaign as a necessity.However, this will backfire if your website is not really quality.
Make sure your application really necessary for users, is compatible with many different types of phones and attract them to our website.
4. Finally, a very important thing, you must constantly evaluate and monitor your SEO strategy. Mobile phone market grows very fast, so you need to follow up and take appropriate changes.

Guide optimized for blogspot from A to Z


Here, tin24h.us will guide you how to optimize Blogspot A -> Z, hoping that after this article, people will have different perspective on Blogspot and find the right development for your Blog.









Optimize Blogspot tutorial I will include: 
- Choose template. Editing meta tags. 
- Edit the article title.
 - Tools friendly URL. Creating Breadcrumbs for Blogspot. 
- Create relevant information for each article. 
- Create emoticon comment. 
- Create a sitemap for Blogspot. 

1. Select the template. Template is one of the important factors when using Blogspot, a good template is not only beautiful but also have a reasonable structure. This will helpyour SEO process a lot easier. Kool SEO personal experience , you should choose the template with 2 columns, the left post, the right is the widget: new posts new comment ... This is a common template and user-friendly.addition, an equally important factor, which is the heading tag structure. Most the Blogspot temp after installing located only a <h1>, and the title of the article is <h2> or <h3>. This will make it difficult for you to want to SEOan article. Many people have overcome this by inserting <h1> in this article, and still keep title is <h2> or <h3>.However, SEO Kool said this is not good. Firstly aesthetically beautiful, the second is the importance of heading tags because when google bot browsing your website, it will show pre <h2> card and <h2>, of course, not as important as <h1 >. So when you choose the template you need to pay attention to the structure of the temp, if available 2 card <h1>, an entire website, and a title for the wonderful article. If not, do not worry, SEO Kool will guide you to change the title articles into <h1> of the next step. 


2. Edit the To edit tags <meta> tags meta keyword and meta description of the temple you find the following code

<meta name="description" content="" /> 
<meta name="keywords" content="" />
And correct:

<b:if cond='data:blog.url == data:blog.homepageUrl'> 
<meta name="description" content="Mo described blog" />
<meta name = "keywords" content = "Keywords "/>
</ b: if>
3. Edit post title 

Edit the article's <title> card Usually when you write a new article, <title> your post looks like: Blog title: title of the article,

however, to simplify the SEO post, the submit your article title up front. For example: Text Articles | Blog Title

To do this you look to the code:

<title> <data:blog.pageTitle/> </ title>
And change it to:

<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. Add a description for the link title.
When you put your mouse on the article title, you will see the description for the link.


To do this do the following: Log in to Blogger -> edit HTML -> Extensions Locate the following line:


<a expr:href='data:post.link'> <data:post.title/> </ a>
and correct:

<a expr:href='data:post.link' expr:title='data:post.title'> <data:post.title/> </ a>
Continue to look to the

<a expr:href='data:post.url'> <data:post.title/> </ a>
and correct:

<a expr:href='data:post.url' expr:title='data:post.title'> <data:post.title/> </ a>
Save the template and check the results. b. Modifying the article title <h1> Log in to Blogger -> edit HTML -> Extensions Find the following code

<b:if cond='data:post.title'> 
<h3 class='post-title'>
<b:if cond='data:post.link'>
<a expr: href = 'data: post.link 'expr: title =' data: post.title '> <data:post.title/> </ a>
<b:else/>
<b:if cond='data:blog.pageType != "item"'>
<a expr: href = 'data: post.url'
and correct:

<b:if cond='data:blog.pageType != "item"'> 
<b:if cond='data:blog.pageType != "static_page"'>
<b: if cond = 'data: post.title '>
<h3 class='post-title'>
<b:if cond='data:post.link'>
<a expr: href = 'data: post.link' expr: title = 'data: post.title' > <data:post.title/> </ a>
<b:else/>
<b:if cond='data:post.url'>
<a expr: href = 'data: post.url'
class = 'post-title'>
<b:if cond='data:post.link'>
<a expr: href = 'data: post.link'
class = 'post-title'>
<b:if cond='data:post.link'>
<a expr:href='data:post.link' expr:title='data:post.title'> <data: post.title /> </ a>
<b:else/>
<data:post.title/>
</ b: if>
</ h1>
</ b: if>
Tools edit CSS for <h1>, locate the line

. Post h3 {...} 
. post h3 a,. post h3 a: visited {...}
. post h3 a: hover {...}
and correct:

. H1 post,. Posted h3 {...} 
. post h1 a,. post h1 a: visited,. post h3 a,. post h3 a: visited {...}
. post h1 a: hover,. post h3 a: hover { ...}
stay and check the results:


4. Tools friendly URL.
Whenever you write new posts on blogspot, if you write the title of the full mark, sometimes the URL is displayed as follows:


Here tin24h.usexperiment with the article titled: " U.S. Senator objected to control catfish ". Look at the picture you can see, compared to the original article title, the URL has been shortened and lost a number of characters.That's because the default URL's Blogspot has two functions: First: take always the title of the article as the URL for that article, but it can not understand English so was born the loss of a number of characters. Monday: Blogspot URL automatically truncated if the article title is too long. So if you want to have a friendly URL SEOstandards , we have to do? Very simple to solve for the two cases we can use the following two ways: - (a): When you write a new article, the original title was to not sign with the number of characters just enough so as not to shorten the URL and loss of character, and then publish the article and go back to edit the title became marked. - Method two: Use custom URL of Blogspot


With this feature you can freely adjust its URL. However, it should be noted that this feature is only adjusted once, ie after the publication of the article you can not edit the URL. So be careful when using. 5. Create Breadcrumb for Blogspot

To create Breadcrumb Blogspot, selected you to edit HTML and expanded utility. Then navigate to the code:

<b:includable id='main' var='top'> 
<! - posts ->
<div class='blog-posts hfeed'>
<b:include data='top' name='status-message'/>
<data:adStart/>
And correct:

<b:includable id='main' var='top'> 
<! - posts ->
<div class='blog-posts hfeed'>
<! - disable default status messages
<b: include data = 'top' name = 'status-message' />
default status message disabled ->
<b:include data='posts' name='breadcrumb'/>
<data:adStart/>
Then find the following line:

<b:includable id='main' var='top'>
And add the following code on it:

<b:includable id='breadcrumb' var='posts'> 
<b:if cond='data:blog.homepageUrl == data:blog.url'>
<! - No breadcrumb on front page ->
<b: else />
<b:if cond='data:blog.pageType == "item"'>
<div class='breadcrumbs'>
Browse »<a expr: href = 'data: blog.homepageUrl' rel = 'tag' > Home </ a>
<b:loop values='data:posts' var='post'>
<b:if cond='data:post.labels'>
<b: loop values ​​= 'data: post.labels' var = 'label'>
<b:if cond='data:label.isLast == "true"'> »
<a expr:href='data:label.url' rel='tag'> <data: label . name /> </ a>
</ b: if>
</ b: loop>
»<span> <data:post.title/> </ span>
</ b: if>
</ b: loop>
</ div>
<b:else/>
<b:if cond='data:blog.pageType == "archive"'>
<div class='breadcrumbs'>
Browse »<a expr: href = 'data: blog.homepageUrl '> Home </ a> »Archives for <data:blog.pageName/>
</ div>
<b:else/>
<b:if cond='data:blog.pageType == "index"'>
<div class = 'breadcrumbs'>
<b:if cond='data:blog.pageName == ""'>
Browse »<a expr:href='data:blog.homepageUrl'> Home </ a>» All posts
<b:else/>
Browse »<a expr:href='data:blog.homepageUrl'> Home </ a>» Posts Filed under <data:blog.pageName/>
</ b: if>
</ div>
< / b: if>
</ b: if>
</ b: if>
</ b: if>
</ b: includable>
Next, adjust css accordingly, we find the code:

]]> </ B: skin>
and add before it the following code:

. Breadcrumbs { 
padding: 5px 5px 5px 0px;
margin: 0px 0px 15px 0px;
font-size: 95%;
line-height: 1.4em;
border-bottom: 3px double # e6e4e3;
}
6. Create posts related to Blogspot

First we find the </ head> and add before it the following code:

<b:if cond='data:blog.pageType == "item"'> 
<script type="text/javascript">
/ / <! [CDATA [
var titles = new Array (); var titlesNum = 0; var urls = new Array (); var time = new Array (); function related_results_labels (c) {for (var b = 0; b <c.feed.entry.length; b + +) {var d = c.feed.entry [b]; titles [titlesNum] = d.title. $ t; {for (var removeRelatedDuplicates () {var b = new Array (0); var c = new Array (0); e = new Array (0); for (var contains (b, d) {for (var c = 0; c <b.length; c + +) {if (b [c] == d) {return true}} return false} function printRelatedLabels (a) {var y = a.indexOf ('? m = 0'); if (y! = -1) {a = a.replace (/ \? m = 0 / g, ")} for (var b = 0; b <urls. length; b + +) {if (urls [b] == a) {urls.splice (b, 1); titles.splice (b, 1); time.splice (b, 1)}} var c = Math.floor ((titles.length-1) * Math.random ()); var b = 0; document.write ("<ul>"); if (titles.length == 0) {document.write ("<li> There are no posts related href = "'+ urls [c] +'"
Then find the following line:

<div class='post-footer'>
And add the following code to it:

<b:if cond='data:blog.pageType == "item"'> 
<div id='related-posts'>
<b> Related Articles: </ b>
<b: loop values ​​= 'data : post.labels' var = 'label'>
<script expr: src = '"/ feeds/posts/default/- /" + data: label.name + "? alt = json-in-script & callback = related_results_labels "'type =' text / javascript '/>
</ b: loop>
<script type='text/javascript'> var maxResults = 5; removeRelatedDuplicates (); printRelatedLabels ('<data:post.url/>' ); </ script>
</ div>
</ b: if>
Note maxresult = 5 is the number of relevant information is displayed, you can change this parameter. 

7. Create emoticon when commenting on Blogspot


Insert the following code before the closing </ body>:

<script type='text/javascript'> 
/ / <! [CDATA [
function replaceText () {if (! document.getElementById) {return;}
bodyText = document.getElementById ("emocomments");
theText = bodyText.innerHTML;
theText = theText.replace (/: \) \) / gi, "<img src='http://lh4.ggpht.com/_u7a1IFxc4WI/TM-vt_XVZKI/AAAAAAAAATI/Q35_W0anT6A/21.gif'/>");
theText = theText.replace (/ = d> / gi, "<img src='http://lh6.ggpht.com/_u7a1IFxc4WI/TM-vzUt1yQI/AAAAAAAAATY/QHNvnj0gYbU/41.gif'/>");
theText = theText.replace (/: d / gi, "<img src='http://lh3.ggpht.com/_u7a1IFxc4WI/TM-voxnkRKI/AAAAAAAAAS4/PjDn098vm3w/4.gif'/>");
theText = theText.replace (/: p / gi, "<img src='http://lh6.ggpht.com/_u7a1IFxc4WI/TM-vpDb68dI/AAAAAAAAAS8/Yv0Uu3qzG_Q/10.gif'/>");
theText = theText.replace (/: \ (\ (/ gi, "<img src='http://lh4.ggpht.com/_u7a1IFxc4WI/TM-vt5z16MI/AAAAAAAAATE/Hx-7Thmr6do/20.gif'/>");
theText = theText.replace ( /: \) / gi, "<img src='http://lh6.ggpht.com/_u7a1IFxc4WI/TM-voiNIw2I/AAAAAAAAASw/aav2hwqeG0c/1.gif'/>");
theText = theText.replace (/: \ (/ gi, "<img src='http://lh6.ggpht.com/_u7a1IFxc4WI/TM-voq7QQnI/AAAAAAAAAS0/UzoFJOCcPPU/2.gif'/>");
theText = theText.replace (/: - \ ? / gi, "<img src='http://lh5.ggpht.com/_u7a1IFxc4WI/TM-vua5MF2I/AAAAAAAAATU/N4X-ouMd1-I/39.gif'/>");
theText = theText.replace (/ \ [\ - \ (/ gi, "<img src='http://lh6.ggpht.com/_u7a1IFxc4WI/TM-vuMg6RQI/AAAAAAAAATQ/rWj7euuKOZs/33.gif'/>");
theText = theText.replace ( /: -o/gi, "<img src='http://lh6.ggpht.com/_u7a1IFxc4WI/TM-vpLiW1GI/AAAAAAAAATA/fPyPJcBks7s/13.gif'/>");
theText = theText.replace (/: -t/gi, "<img src='http://lh3.ggpht.com/_u7a1IFxc4WI/TM-vz4hwcNI/AAAAAAAAATo/4ySXuvQWma8/104.gif'/>");
theText = theText.replace (/:-ss / gi, "<img src='http://lh4.ggpht.com/_u7a1IFxc4WI/TM-vzUOH79I/AAAAAAAAATc/oNE5H5vcNtI/42.gif'/>");
theText = theText.replace (/ b-\ (/ gi, "<img src='http://lh6.ggpht.com/_u7a1IFxc4WI/TM-vzrqI4MI/AAAAAAAAATk/BhfFnT0Gbro/66.gif'/>");
theText = theText.replace (/ @ - \) / gi , "<img src='http://lh6.ggpht.com/_u7a1IFxc4WI/TM-vziH8NXI/AAAAAAAAATg/2evEbN2cJwc/43.gif'/>");
theText = theText.replace (/ = \) \) / gi , "<img
= TheText;
} replaceText ();
/ /]]>
</ script>
Then find the following line:

<b:loop values='data:post.comments' var='comment'>
card and add before it:

<div id='emocomments'>
Find closing tag corresponding to the above loop

</ B: loop>
and add after it card 

</ Div>
Locate the following line:

<data:blogTeamBlogMessage/>
And add after it the code:

<script type="text/javascript"> 
/ / <! [CDATA [
function moreSmilies () {
document.getElementById ('smiley-more'). style.display = 'inline';
document.getElementById ('smiley-toggle' ). innerHTML = '<a href = "javascript: LessSmilies () "> ← </ a> </ span> ';
}
function lessSmilies () {
document.getElementById ('smiley-more'). style.display = 'none';
document.getElementById ('smiley-toggle '). innerHTML =' <a href = "javascript: MoreSmilies () "> → </ a> ';
}
/ /]]>
</ script>
<div class='emoticons'>
<img src = 'http://lh6.ggpht.com/_u7a1IFxc4WI/TM- voiNIw2I/AAAAAAAAASw/aav2hwqeG0c/1.gif '/> :)
<img src='http://lh6.ggpht.com/_u7a1IFxc4WI/TM-voq7QQnI/AAAAAAAAAS0/UzoFJOCcPPU/2.gif'/>: (
<img src = 'http://lh4.ggpht.com/_u7a1IFxc4WI/TM-vt_XVZKI/AAAAAAAAATI/Q35_W0anT6A/21.gif' /> :))
<img src = 'http://lh4.ggpht.com/_u7a1IFxc4WI/TM- vt5z16MI/AAAAAAAAATE/Hx-7Thmr6do/20.gif '/>: ((
<img src='http://lh6.ggpht.com/_u7a1IFxc4WI/TM-vuJ1G41I/AAAAAAAAATM/_jLHXvz6PTg/24.gif'/> =) )
<span id='smiley-more' style='display: none;'>
<img src='http://lh6.ggpht.com/_u7a1IFxc4WI/TM-vzUt1yQI/AAAAAAAAATY/QHNvnj0gYbU/41.gif'/> = D>
<img src='http://lh3.ggpht.com/_u7a1IFxc4WI/TM-voxnkRKI/AAAAAAAAAS4/PjDn098vm3w/4.gif'/>: D
<img src = 'http://lh6.ggpht.com / _u7a1IFxc4WI/TM-vpDb68dI/AAAAAAAAAS8/Yv0Uu3qzG_Q/10.gif '/>: P
<img src='http://lh6.ggpht.com/_u7a1IFxc4WI/TM-vpLiW1GI/AAAAAAAAATA/fPyPJcBks7s/13.gif'/> :-O
<img src='http://lh5.ggpht.com/_u7a1IFxc4WI/TM-vua5MF2I/AAAAAAAAATU/N4X-ouMd1-I/39.gif'/>: -?
<img src = 'http:// lh4.ggpht.com/_u7a1IFxc4WI/TM-vzUOH79I/AAAAAAAAATc/oNE5H5vcNtI/42.gif '/>:-SS
<img src = 'http://lh3.ggpht.com/_u7a1IFxc4WI/TM-vz4hwcNI/AAAAAAAAATo/4ySXuvQWma8/ 104.gif '/>:-t
<img src='http://lh6.ggpht.com/_u7a1IFxc4WI/TM-vuMg6RQI/AAAAAAAAATQ/rWj7euuKOZs/33.gif'/> [- (
<img src = 'http: / / lh6.ggpht.com/_u7a1IFxc4WI/TM-vziH8NXI/AAAAAAAAATg/2evEbN2cJwc/43.gif '/> @ -)
<img src = 'http://lh6.ggpht.com/_u7a1IFxc4WI/TM-vzrqI4MI/AAAAAAAAATk/ BhfFnT0Gbro/66.gif '/> b-(
</ span>
<span id='smiley-toggle'> <a href = "javascript: MoreSmilies () "> → </ a> </ span>
</ div>
Card to play:

]]> </ B: skin>
And add the following code before it:

. Emoticons {-moz-background-clip:-moz-initial;-moz-background-origin:-moz-initial;-moz-background-inline-policy:-moz-initial; text-align: left;} 
. emoticons a,. emoticons a: hover {font-size: 28px; margin-left: 20px; text-decoration: none;}
Save and check the results. 

8. Create Sitemap for Blogspot Blogspot first 2 Sitemap format is used to submit sitemap to Google Webmaster Tools (sitemap for Googlebots), the second is sitemap.html for users. To create sitemap for Googlebots, you only need Google Webmaster Tools, navigate to submit sitemap and add the following code into the text box:


atom.xml? redirect = false & start-index = 1 & max-results = 500
For users, you need to create a more user-friendly diagram:


To do the above, you create a new page in my blog and give it a name any, here tin24h.us named: Sitemap. then you switch to HTML mode and insert the following code:



<script style="text/javascript" src="http://www.abu-farhan.com/script/daftarisiblogger/blogtoc-min.js"> </ script> 
<script
Save and check the results

film Software+ProShow Gold 4.5.2929 + Keygen + User Guide


ProShow Gold 4.5.2929 + Keygen + User Guide + film Software
Currently, the movement of beauty and add effects to the image being popular. But to choose a software professional ProShow Gold 4.5.2929 like that and it is still a question. Next time I'll show you a nicerProShow Produce with 473 see HERE  effect now has a psgold5.0.3222
Release date: 24/09/2010 - by Photodex Corporation
Size: 28.32 M
Requirements: Windows 2000/XP  
This is a demo program:

Tool download ProShow Gold 4.5.2929


Keygen:
1. Name: namkna      - Phone: 01693092628  - key: DBBNH5MRQDFDV 
2. Name: namkna - Phone: 01693092628 - key: DBBBKE81NMDHS
3. Name: namkna - Phone: 01693092628 - key: DBBWKH8F03YRQ
4. Name: namkna - Phone: 01693092628 - key: DBBEZYV8Y8T4Z
5. Name: namkna - Phone: 01693092628 - key: DBBP4S8Y4HC7F
6. Name: namkna - Phone: 01693092628 - key: DBBHPQ87BQ4Z5
1. Name: TBK - Phone: 099999999999 - key: DBB80N4DV4XRQ
2. name: victor - number: 01693092628 - key: DBBR57PUQZHRS
3. name: victor - number: 01693092628 - key: DBBHQ7TWE1VK9
4. name: victor - number: 01693092628 - key: DBB3NRTA3172B
5. name: victor - number: 01693092628 - key: DBB7TX85Y2ABK
- If the Key code is not wrong, then you download the crack below follow the instructions on how to get keygent below dentist. 
Tool download The take Keygent ProShow Gold 4.5.2929
-Crack Guide after the download ProShow Gold Keygent  file  04/05/2929 to follow the instructions in the article This article Note chosen ProShow Gold Instead ProShow Produce as in this figure the rest you do the same at home .


DIRECTIONS FOR USE

Surely one of you, sometimes also want to make gifts for friends, lovers, family ... 1 video, 1 slide shows, photo albums, or simply Web Show to share with friends. With ProShow Gold 4.5.2929then you will make your own video (Made in self tui), Web shows, Photo Album with over 396 spectacular effects. Spoiled for choice. The interface is very friendly, will definitely help you do your work one quick and pleasant. Today, I will guide you how to use ProShow Gold 4.5.2929 as detailed as possible. 1 . START RUNNING THE PROGRAM: When you run the program. you will see the interface of the software as follows:

(Click on image to enlarge if not visible)
ProShow Gold 4.5.2929 + Keygen + User Guide + film Software
Your job now is to Browers (path) to the directory containing the images you want to include in your movie in Folders that contains your photos. (His example is Section 277)
Your job now is to use the mouse, click and drag the image to the bottom (Part have the "Drop photo or Videos here").

ProShow Gold 4.5.2929 + Keygen + User Guide + film Software
How much the number of photos you want to do, you pull to the side that much (should be <200, not so much it crashes the suffering).
Your next job is to specify image running time (ie the time the image pops up for you to see) and the time for motion effects (from image to image) is usually measured in seconds.

Demo image. You see one picture, to run time is 15 seconds, the duration of effect is 10 seconds, the second is 18 seconds and 3 seconds. These milestones you can set arbitrary.
2. CHOOSE effects for motion pictures FROM THIS IMAGE TO GALLERY: By default, the program you will see the two adjacent letters AB .. This is the effect Crossfade - Linear   program default (worst effects of all effects, etc.). To change the default effects with other effects you only need to click on the word AB. Then it will appear Choose Transition dialog box, as shown below:
With 396 different effects you like, just click this is good then. 3. INSERT MUSIC: sequel no less important and the most significant in the film is the music chosen for the film.
To add music to your video, you see the words "Drop Background songs here". This is the section where you will drag your favorite music here. Also similar to the last photo. you Browser to ease the music you love. The software supports MP3, WMA, WAV, FLV (rest assured flv file does not show up anywhere). See yourself doing this 
If moving images time and time your run effects greater than the time of the song, you can adjust the length of the right time with the song. If the video is long, you can add more songs to the next song.
4.HIEU separately for each picture. 
-To apply the correction for each image, you can double-click on the image or right click, select the Slide Options. It appears that this table
In this Silde Options, it includes five items used to modify or add effects to photos. + Section Image / Video: allows you to add images, video, along with photos can be placed above or below picture (maximum of 100 ffile image or video). It also displays information about the image (size, size, resolution), and allows to change display picture (fit to the frame, and fill the frame). + Item Adjustments: Adjust brightness, color, contrast of the image


+ Section Motion Effects: Edit pictures in motion through the motions (for example: both smaller and rotate, gradual small image ...)
Noting 4 markers: Starting Postition: Set at the start of motion effects Ending Postition: Set at the end of the motion effects mtion Timing: Set the start time and motion stop motion time (calculated in seconds) In the Motion: select the type of motion (Smooth (gently) Linear (line), Accelerate (accelerated), Decelerate (slow)). + Table Captions: Add text, and effects for word




+ The Sounds: Add a background music for photos (only runs when the photo is being show) + Section Background: Add wallpaper photos


After the Music, the image + the steady effect then the doctor can see his work before writing to disk by clicking on the Play Now button to preview. If still not satisfied, then edit to taste and then come and the next step.

5. EXPORT FILE:   his work on disc or HDD to enjoy rather than jump. In the menu, choose Create
If you select the Create Output icon or press Ctrl + Q, the car appears a table as follows
+ The DVD: Record directly to DVD. (Requires a DVD Rewrite). + Section VCD: Record directly to VCD. (Requires CD Writer). + Section Video File: Burn Video files (. avi) to save the hard disk, always loved then burn it. (I use this). + Section Autorun CD: Remember an Autorun file for CD + Section Executable: Record executable file (exe) running directly related to software not supported at all (or do). + Section Screen Saver: save the file to run when the screen is not used (screen saver mode) .. + Web shows: Create shows for viewing on the Internet + Items You Tobe: Uploand file directly to You Tobe (in this case you must have an account You Tobe to Uploand )
+ Section Vimeo: Uploand photos Vimeo page
+ Flash: Create a File photo Flast format
Demo for Flast file: HERE
That's all the basic ones that you already know and post up for everyone to see.
Also it is very much one or the other, I can not introduce them all in this Topic.
So if anyone can get on and practice