








Todays hot trends,Todays Hot news ,today's hot Most viewed youtube videos,Todays hot Technology news ,Todays hot USA news and hot discussions etc.
One had to copy and paste each post individually from a non-Blogger blog to a Blogger blog. Those days are over now since Blogger has introduced import-export facility available at the moment only through Blogger-in-Draft.
You can import posts and comments from any blogging platform which gives you ability to export your blog as an XML file. This is how to do it from Wordpress to Blogger........
Login at Blogger in Draft as before.
Click Settings link under the Blog title.
Click Import Blog link under Blog Tools on Basic subtab.
Follow same steps to upload the XML file exported from Wordpress.
Check the box next to Automatically publish all imported posts before you click Import Blog or else you will have to publish them separately afterwards.
IMPORTANT NOTE : This feature is at present offered only from Blogger in Draft but soon after all the bugs have been ironed out you will be able to do this directly from Blogger.com.
Source:betabloggerfordummies.blogspot.com
Labels: Blogger, Tips and tricks, WordPress
If you have a Myspace site and want your Blogger blog to be customized with the same look you can easily put your Myspace Layout on top of your Blog Layout. See picture of Blogger blog with a Myspace Layout on it below :
This is for Blogger blogs with Layout Templates. Those blogs with Classic Template should first Upgrade to Layouts Template...............
Labels: Blogger, Myspace, Tips and tricks
Blog Backup has always been a bit of a problem for bloggers ever since the advent of the New Blogger. In Classic Blogger it was easy by using the Httrack utility from httrack.com.
In the new Blogger data was separated from template/layouts. XML was introduced. Hence one could backup blog by saving each post via browser or by using feeds. Now with Blogger introducing import-export facilty backup has become easier..........
Here are the steps to backup your blog :
1. Login at Blogger in Draft : http://draft.blogger.com/home. Soon this feature will be out of draft (testing) phase and you will be able to login at Blogger.com to backup your blog.
2. Go to Settings---->Basic----->Blog Tools----->Click Export Blog link.
3. Click the Export Blog button.
4. In popup window click Save.
5. In explorer window you can rename the file and choose location where to save it on disk. It is saved as an XML file.
6. NOTE : You can use this file to restore the blog usng the Import Blog feature. This feature to restore blogs was not available before.
Labels: Blogger, Tips and tricks
At the bottom of your blogger page you'll see a line that says something like
Subscribe to: Posts (Atom)
Subscribe to: Post Comments (Atom)
<b:includable id='feedLinksBody' var='links'>
<div class='feed-links'>
<data:feedLinksMsg/>
<b:loop values='data:links' var='f'>
<a class='feed-link' expr:href='data:f.url' expr:type='data:f.mimeType' target='_blank'><data:f.name/> (<data:f.feedType/>)</a>
</b:loop>
</div>
</b:includable>
<b:includable id='feedLinksBody' var='links'>
<div class='feed-links'>
<data:feedLinksMsg/>
<b:loop values='data:links' var='f'>
<a class='feed-link' expr:href='data:f.url + "?alt=rss"' type='application/rss+xml' target='_blank'><data:f.name/> (RSS)</a>
</b:loop>
</div>
</b:includable>
Labels: Blogger, Tips and tricks
Labels: Blogger, Tips and tricks
Play Background music in blogs and websites
Background music in blogs and websites is not appreciated by many viewers since it disturbs attention, gathers unwanted attention and wastes bandwidth. However there are many methods to do this and many websites catering to this demand......
The first requirement is to have your music file ready and upload it to a freehost like Googlepages. If you can't create an account at Googlepages create a group at Google Groups and this gives you 100 MB free space for files. Next upload your file to the freehost and copy down its link or URL.
The simplest solution is to use the embed tag to put the file in your page. Login to Dashboard and go to Layouts. This opens the Page Elements tab in which click on Add Page Element in the sidebar. Choose the Html/Javascript option and paste this code under contents :
<EMBED src="LINK OF SOUND FILE AT FREE HOST" autostart=true loop=false volume=100 hidden=true><NOEMBED><BGSOUND src="NAME OF FILE"></NOEMBED>
Replace the CAPS in above code and Save.
When you put autostart=true then the file will start playing as soon as the page is loaded.
You can put "FALSE" instead of "TRUE" so the person visiting your page will have to click on the play button for it to start. Loop=true makes the file to play again and again. Use this for small files like birdsongs which can continuously play in the background.
It's raining with features in the experimental version of Blogger, available at http://draft.blogger.com. To try these new features, it's a good idea to visit Draft Blogger and temporarily enable "Make Blogger in Draft my default dashboard" at the top of the page.
Probably the most important new feature is the inline commenting system, that lets you post comments without opening a new page. This year, I tried using a pop-up window for the comment form, but it's still inconvenient to post comments. The new option, which can be added in the Draft Blogger by going to Settings > Comments > Comment Form Placement, uses an iframe to display a textarea and a list of authentication options:
<iframe allowtransparency="true" id="comment-editor" src="http://www.blogger.com/comment-iframe.g?blogID=BLOGID&postID=POSTID" scrolling="auto" width="100%" frameborder="0" height="275"></iframe>
I added the inline comment form to the template, so you can try it. For now, you can't preview the comment before posting it and I haven't figured out how to add the option to delete your comment.
Another extremely useful new feature lets you import and export your posts and comments. "Now you can export all of your posts and comments into a single, Atom-formatted XML file for easy backup. You can then import the posts back into Blogger, either into an existing blog or into a new one." The option is available in the Draft Blogger by going to Settings > Basic. Please note that the exported XML file can be quite large: for example, this blog's entire archive has 10.2 MB.
Blogger has a new post editor that borrows a lot of new tricks from Google Page Creator. You can move the images inside a post and dynamically choose between different sizes of the image. The new editor is smart enough to no longer replace newlines with <br> tags when you add tables, lists, styles, scripts and objects. There's also an improved preview option that uses your template to style your content. Unfortunately, the new editor lacks many features currently available: auto-save, spell checking, video upload and the toolbar for editing HTML.
Blogs that use the new layouts can add star ratings to get feedback from readers, but I'm not sure if this is a useful feature. There's also an option that integrates Blogger with Google Webmaster Central: you can automatically add all your Blogger blogs with a single click.
This is one of the biggest updates to Blogger and many of the new features are long overdue. If everything goes well, all these features will soon be available in the standard Blogger interface.
Here is the code and setup information to use the Label Cloud in New Blogger.
First you obviously have to have a blog on New Blogger, and you MUST be using the layouts templates,
(this isn't available for classic templates, or FTP published blogs ) and you must have some posts labeled already. (There needs to be at least ONE label with more than ONE entry or the scripts hit a bug - so have at least one label with more than one entry before starting).
Make sure you backup your template before making any changes!
Log into Blogger and go to your layouts section. On the 'Page Elements' setup page
make sure you have a label widget already installed where you want it (it can be moved around
later). Then go to the Edit HTML settings and leave the widgets NOT exapanded. It will make
things easier to deal with.
Now the code comes in 3 parts. A section for the stylesheet, a configurations section,
and then the actual widget itself.
The first part to put in is the stylesheet section. The following code needs to be copied
and inserted into your stylesheet, which in the layouts is marked out by the <b:skin> tags.
Easiest thing to do is find the closing skin tag
]]></b:skin>
and place the code right BEFORE that.
Here it is, copy and paste without modification right now. I'll explain what can be tweaked
later.
Labels: Blogger, Tips and tricks
This widget will change the Blogger's title tag to help amplify relevant keywords to your blog which improve the search engine ranking of your blog.
How does it work?
By default, your Blogger's title on the top left displays your blog title, and if it's in the items page, it'll include your post title as well.
e.g. Widget-based XML: Changing the Blogger Title Tag
By default, Blogger templates come with a 'smart' tag that automatically puts the title of your blog in the title tag if you are on the main page and on article pages it uses the format: BlogTitle: Article Title.
I wanted to change my blog's title tag so that is puts the title of my post first followed by the name of my blog. Here is the code if you want to do the same:
<title>
<MainOrArchivePage><$BlogTitle$></MainOrArchivePage>
<ItemPage><Blogger><$BlogItemTitle$></Blogger> - <$BlogTitle$></ItemPage>
</title>
Use the above code in place of: <title><$BlogPageTitle$></title>
It works the same way for labels and archives pages.
Installation
Find the following codes, near the top of your template:
<title><data:blog.pageTitle/></title>
<!-- Start Widget-based: Changing the Blogger Title Tag -->
<b:if cond='data:blog.pageType == "item"'>
<b:section id='titleTag'>
<b:widget id='Blog2' locked='false' title='Blog Posts' type='Blog'>
<b:includable id='comments' var='post'/>
<b:includable id='postQuickEdit' var='post'/>
<b:includable id='main' var='top'><title><b:loop values='data:posts' var='post'><b:include data='post' name='post'/></b:loop> ~ <data:blog.title/></title></b:includable>
<b:includable id='backlinkDeleteIcon' var='backlink'/>
<b:includable id='feedLinksBody' var='links'/>
<b:includable id='backlinks' var='post'/>
<b:includable id='status-message'/>
<b:includable id='feedLinks'/>
<b:includable id='nextprev'/>
<b:includable id='commentDeleteIcon' var='comment'/>
<b:includable id='post' var='post'><data:post.title/></b:includable>
</b:widget>
</b:section>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>
<!-- End Widget-based: Changing the Blogger Title Tag -->
Labels: Blogger, Tips and tricks