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

I can't sign in. What should I do?

>> Friday, February 11, 2011

The first thing you should do is go to http://blogger.com/forgot.g, where you'll find tools that should help you sign in. If you're still unable to sign in after this process, please see the alternate solutions below.
Select your problem from the list below:

Password recovery email not received
  • Check your Spam/Junk/Bulk Mail folder to see if the message was misrouted.
  • Try entering several email addresses in case you didn't use your primary one for Blogger.
  • Try recovering your username instead of your password. You may have misremembered your username and could be sending password recovery emails to another user. (We recommend trying this, even if you think you're sure of your username.)
Forgotten email address
If you can't remember which email address you used when you created your account, start by making a list of all your addresses (including old ones that you might have used when you signed up). Then, enter each address, one by one, into the username recovery form. Most will give you an error, until you enter the one that you actually used, in which case you'll see a message indicating that your username has been sent.
Continual prompting to sign in, or 'Session Expired' messages
If you repeatedly get bounced back to the sign-in screen, with no message about an incorrect username or password, this is caused by your browser not retaining your sign-in information correctly. You may also see 'Session Expired' messages in these cases. To fix this you need to troubleshoot your browser, so try the following:
Note that if you have a firewall, you should check its cookie settings as well and make sure it will allow Blogger's cookies to be set. Check the manual or documentation for the firewall for information on this.
Last resorts
  • Restart your computer.
  • Try a different computer.
  • Try a different Internet connection.
  • Take a deep breath -- the world isn't ending -- write us for help. Be sure to give us as much information as you can about your account and the problems you're experiencing.

Cookies
Your browser needs to accept cookies. Many browsers have a simple choice in the Options or Preferences that will let you choose to either accept or reject cookies. In Internet Explorer, it is a little different. If you go to Tools > Internet Options >, you'll find a sliding scale. If it is set to High or Block All, Blogger won't be able to set the cookies it needs to signyou in. A setting of Medium-High or lower will work. This is what it looks like:
Internet Explorer: privacy settings JavaScript
Blogger also needs to have JavaScript enabled in order to function properly. Again, many programs have this as a simple option in the Preferences, but it's a bit trickier in Internet Explorer. Go to Tools > Internet Options > Security and click the Custom Level button. Scroll down until you see the Scripting section and make sure that 'Active scripting' is enabled. Then click OK to all the windows until you're back at your browser.
Internet Explorer: security settings

Read more...

Creating 'After the jump' summaries

After the Jump is a feature which lets you create expandable post summaries in your blog posts, so longer posts appear as an intro with a link to Read More
Creating jump breaks in your blog posts can be easily done right from the post editor, without the need for any HTML changes. First, decide where in the post you want to create the jump break, and place your cursor in that position:


Once your mouse cursor is placed at the jump point, simply click the Insert Jump Break toolbar icon:


Clicking the icon will insert a grey bar at the cursor point, illustrating where in the post your break will appear. The bar can be dragged though, so you can always re-position it after insertion.

If you don't use the new post editor, you can still insert a jump break in Edit HTML mode by adding where you want to position the jump break.


Once you are set on the jump break's location within the post, you are ready to publish your post. After publishing, you will notice that the Read More link is placed where you set the jump break:


Clicking on the Read More link will then display the full text of the post:


If you feel like changing the Read More text to your own custom phrase, you can easily do this from the Layout | Page Elements tab. Click Edit on the Blog Post widget, and then change the Post page link text to whatever you'd like.



One more note, the Jump Break feature does not change how your post appears in your feed. You can configure post feed options by going to Settings | Basic | Site Feed, and editing Allow Blog Feeds.

Note:For those using a customized third-party template, you will have to add a snippet of code to make Jump Breaks work.
To do this, access your blog's Layout | Edit HTML tab, and first backup your template by clicking the Download Full Template link at the top of the page. This will download an XML version of your template which you can upload later at any time if you need to.
After backing up your template, then click the Expand Widget Templates checkbox, and scan your HTML for the following snippet:

<data:post.body/>
Once you've located that code, paste the following snippet directly below it:

<b:if cond='data:post.hasJumpLink'>
<div class='jump-link'>
<a expr:href='data:post.url + "#more"'><data:post.jumpText/></a>
</div>
</b:if >


After you've pasted in the code, click Save and then you're done!

Read more...

How to submit a gadget to Blogger

How to build your own Blogger gadget
At Google, gadgets are simple HTML and JavaScript applications that can be embedded in web pages and other apps, including Blogger.
Every Blogger blog is a gadget container. Moreover, every blog is an OpenSocial gadget container powered by Friend Connect. That means as a gadget developer you can leverage social APIs to build engaging tools for bloggers and their audience.
When you build a gadget for Blogger, it becomes available to millions of active bloggers. Just submit your gadget to us, and it will immediately surface in Blogger.com where users can easily browse, configure, and add your gadget to their blog's sidebar.
So now that you know Blogger is a great distribution platform for your gadget, what are you waiting for? Get started building gadgets for Blogger now! Find out how to build your own Blogger gadget here!
Once you've throughougly tested your gadget, and followed Blogger's Best UI Practices, you're ready to submit your gadget.

Read more...

Can I edit the HTML of my blog's layout?

Yes, just go to the >Layout tab and click the Edit HTML sub-tab. Keep in mind that Blogger's Layouts feature makes it easy for anyone to customize the look of their blog with little or no technical knowledge.
The first thing on the Edit HTML page is an option to download a copy of your template to a text file on your hard drive. We highly recommend doing this if you've made any interesting customizations to your design at all. Then, if you make a mistake editing your template, or if you just don't like the way it comes out, you can revert easily by uploading the same file again.
Next comes the actual code for your template. You'll notice it looks somewhat like regular HTML and CSS, but also includes lots of custom tags that make it compatible with our drag-and-drop layout editor, and with the font and color picker. If you want to make extensive changes to your code, you'll want to read up on these tags first:

You'll also see an option to 'Expand Widget Templates.' By default, each page element is shown in the code as a one-line placeholder, whose options can be set in the graphical interface on the Page Elements tab. Turning this option on will show the complete data and template for each element. The code is simpler the first way, but you have more control the second way, so use whichever option you prefer. Learn more by reading this help article:
Below the code, you'll see three buttons for Clear Edits, Preview, and Save Template, which do what you'd expect them to.
There are also two links referring to your 'classic template.' If you converted your blog from the older style of Blogger templates to the new Layouts version, then your classic template is the last template you used in the old system, with all your customizations. If your blog was created on the new system and has always used Layouts, then your classic template is a default, classic version of the original design you chose when you created the blog, without any customizations. The View link will show you the code, in case you just want to check up on something, or copy a piece of it for your new design. The Revert link will erase all the customizations you made in the Layouts feature and set your blog to use the old-style Blogger template again. Note that you won't be able to use the graphical Layouts interface in this mode (though you can convert back to Layouts again later).

Read more...

Privacy and permissions

By default, your blog is completely public, and can be read by anyone on the internet. However, if you want to keep it private, you can do that, too. You cna change these settings on the Settings | Permissions tab.

  1. Under the 'Blog Readers' heading, you'll probably see 'Anybody' selected as the default. When you change this to 'Only readers I choose,' you'll get an Add Readers button.
  2. Click the Add Readers button and then enter the email address of a person to whom you'd like to grant access to your blog. To add multiple people, separate their addresses with commas.
  3. For each address entered, the Google Account associated with that address will be given access to view your blog. If an address is not associated with an account, that person will receive an invitation email with a link allowing them do one of three things:
  • Sign in to an existing account.
  • Create a new account.
  • View your blog as a guest (no account required).
setting Blogger permissions

Read more...

Follow other blogs

With the Blogger Following feature you can keep track of the blogs you follow via your Reading List on the Blogger dashboard. There are several ways to become a follower of a blog. One of the easiest ways is to visit a blog that has added the 'Following' widget, ad then follow these steps:

  1. Click the FOLLOW THIS BLOG link under the 'Followers' widget. following blogs
  2. You'll then see a pop-up window with the options to either follow publicly or anonymously. settings for following blogs
  3. Select how you'd like to follow the blog, then click the orange FOLLOW button. You're now a follower of the blog! If you chose to follow the blog publicly, your profile picture will be displayed on the blog with a link to your Blogger profile.
  4. When you become a follower of a blog, the blog will also be added to your Reading List on your Blogger dashboard. Additionally, you can become a follower of any blog or URL (even if the blog doesn't have the 'Followers' widget) by adding the blog to your Reading List on the dashboard.

Read more...

Customizing your layout

Your template is a fun way to customize your blog. When creating a new blog, you're first asked to choose a default template, this is the basic design of your blog. You can choose from customize your blog's design using our intuitive drag-and-drop interface. You can also add powerful gadgets such as slideshows, user polls, or even AdSense ads. Changing the fonts and colors on your blog is easy too. If you want more precise control over your blog's layout, you can also use the Edit HTML feature. To edit your blog's layout, follow these steps:

  1. Click the Layout link from your dashboard below the blog you would like to customize.
  2. From the Page Elements sub-tab, click Edit to edit existing gadgets, or Add a Gadget to add new ones.
  3. To add a new gadget after you've clicked Add a Gadget, simply click the plus sign next to your desired gadget. You can choose from gadgets by category, or search for a specific gadget in the top right of the pop-up window. gadget list
  4. Once you've added the necessary information to your selected gadget, click SAVE. Your layout changes will appear instantly. saving chnages to gadgets

Read more...

Add an image

You can add an image from your computer or the Web to your blog. Click the image icon in the post editor toolbar. A window appears prompting you to browse for an image file on your computer, or enter the URL of an image on the Web.
Once you've selected your image, you can then choose a layout to determine how your image will appear in your post:

  • The 'Left', 'Center', and 'Right' options allow you to customize the way your blog text will flow around your image.
  • The 'Image size' options will determine how large the image will appear within your post.
Click UPLOAD IMAGES to add your image, and then click DONE when the notification window appears telling you that 'Your image has been added.' Blogger will then return you to the post editor, where you'll see your image ready to be published to your blog.
You can also publish images to your blog using your mobile device, Google's free photo software Picasa, or a third-party service like flickr. Learn more

Read more...

Add a video

To add a video to your blog post, click the film strip icon in the post editor toolbar above where you compose your blog text. A window appears prompting you to 'Add a video to your blog post.'
Click Browse to select the video file from your computer that you'd like to upload. Note that Blogger accepts AVI, MPEG, QuickTime, Real and Windows Media files and that your video must be less than 100MB in size.
Before uploading your video, add a title in the 'Video Title' box and agree to the Terms and Conditions (you'll only have to do this the first time that you upload a video with Blogger). Then click UPLOAD VIDEO.
While your video uploads, you'll see a placeholder in the post editor showing where your video will appear. You'll also see a status message below the post editor letting you know that your upload is in progress. Depending on the size of your video, this usually takes about five minutes. When it is complete, your video will appear in the post editor.
Want to see this in action? Click the link to watch a video on how to add a video to your blog post:
Adding a video to your post

Read more...

Write your post

Once you've signed in to Blogger, you'll see your dashboard with your list of blogs. Here's what you need to do:

  1. Click the NEW POST button and enter anything you want to share with the world.
  2. Next, you'll see the Create New Post page. Start by giving your post a title (optional), then enter the post itself:
    Creating a new post
  3. When you're done, click the Preview link to make sure it's ready to go:
    Previewing a post
  4. Once you're satisfied with your post, click the Publish button. This will publish your new post.

Read more...

Private vs. public following

Following Publicly: When you follow a blog publicly, your profile image and a link to your Blogger profile will appear in the blog's Followers widget. (Note: the blog owner may not have a Followers widget, but may add one in the future. If they add one in the future, your picture and link to your profile will appear there. Also, even if the blog owner doesn't have a widget, they can still see who their followers are in their Dashboard.) This site will also show on your Google Friend Connect profile for all the sites you've joined using Friend Connect. You will also be subscribed to updates for this blog which will appear in your Reading List on your Dashboard. Additionally, following a blog will create a subscription to the blog in your Google Reader account.
Following Privately: When you follow a blog privately, your profile image and link to your profile will NOT be displayed in the blog's Followers widget and the blog will not be displayed in your Friend Connect profile on other sites. However, you will be subscribed to updates for this blog which will appear in your Reading List on your Dashboard. Additionally, following a blog privately will create a subscription to the blog in your Google Reader account.

Read more...

How do I edit my profile?

To change your profile information, click the Edit Profile link on your Dashboard:
Edit Profile Add or edit as much information as you like. Once you're finished, click the Save Profile button to save your changes.
Save Profile Note: If you want to change your Blogger password, please follow these instructions.

Read more...

How do I delete a post?

To delete a specific post, first go to your blog via the Dashboard, then locate the post you'd like deleted, and click the Delete link all the way to the right:
Delete a post You will be asked to confirm the deletion. Click on the 'Delete It' button. You will then be brought back to your 'Edit Posts' view.

Read more...

Can I use keyboard shortcuts while posting?

Blogger has several keyboard shortcuts you can use while editing posts. They definitely work in Internet Explorer 5.5+/Windows and the Mozilla family (1.6+ and Firefox 0.9+), and might work in other browsers. Here they are:

  • control + b = Bold
  • control + i = Italic
  • control + l = Blockquote (when in HTML-mode only)
  • control + z = Undo
  • control + y = Redo
  • control + shift + a = Link
  • control + shift + p = Preview
  • control + d = Save as Draft
  • control + p = Publish Post
  • control + s = Autosave and keep editing
  • control + g = Indic transliteration

Read more...

All about the Blogger 'Monetize' tab

The Monetize tab in Blogger makes it easy to enable AdSense ads on your blog. Once enabled, Blogger will retrieve your AdSense earnings data directly from AdSense so you do not need to go to AdSense to get basic earnings information.

AdSense Reports

Once you start generating AdSense impressions, you will begin earning money when people click on ads that show on your site.
The earnings report (visible when you click on the Monetize link from your Dashboard, or the Monetize tab when viewing your blog while logged into Blogger) includes a drop-down bar with Today, Yesterday, Last 7 Days, This Month, Last Month, and All time.
Selecting an option will retrieve the relevant report directly from AdSense.

All time

If you are already an AdSense user, you will notice that Blogger created a new channel (with the URL of your blog) in your account. If you have had AdSense ads on your blog before using Blogger’s AdSense integration to insert ads into your blog, it is important to note that All time will retrieve data only from the time you connected Blogger to your AdSense account.
This in no way affects your overall AdSense reporting, available directly from AdSense.

Terminology

The AdSense report visible from the Monetize tab contains basic information about how many ads have run on your blog, how many clicks were generated, and how much revenue you have earned. Each term in the report is defined below:

  • Page impression: A page impression is generated every time a user views a page displaying Google ads. We will count one page impression regardless of the number of ads displayed on that page. For example, if you have a page displaying three ad units and it is viewed twice, you will generate two page impressions and six ad unit impressions.

  • Clicks:# The number of times an ad was clicked on in the given reporting period.

  • Page CTR (Clickthrough Rate): The number of ad clicks divided by the number of impressions for the page of ads that appears when a link unit is clicked.

  • Page eCPM (Effective Cost Per Thousand Impressions): Calculated by dividing earnings by number of page impressions and multiplying. This makes it easier to compare multiple sites to see which are performing better.

  • Earnings: Total revenue earned to date. More detail about earnings is available in the AdSense Help Center.

  • Read more...

    How do I add the Following gadget to my blog?

    Do you want to know who regularly reads your blog and develop a public fan base for your blog? Well now you can do that and more with the Blogger Following feature! In Blogger, users can publicly Follow any URL to tell the blog's author and the world they are a fan. With the Followers gadget, you can display your blog's Followers on your blog to show your blog's popularity and encourage more readers to stay updated with your posts.

    How to add the Following widget to your blog

    It's really easy to add the Following widget to your blog. First go to the Layout | Page Elements tab for your blog:
    Click the "Add a Gadget" link that appears in the sidebar of your layout. You'll then see a popup window with all the different types of Gadgets you can add to your blog. (The Following widget will initially be experimental, so some users may not be able to add widget.) Look for the one called "Followers" and click on the blue "+" icon:
    You can then enter your desired title for your Following widget. Once you have chosen a title, click the orange "Save" button. You have now added the following widget to your blog!
    Readers can now go your blog and become a follower! Tell all your friends and grow your fan base. Once your readers become followers of your blog, their profile picture will be displayed in your Following widget.
    A running count of your followers will be displayed next to the blog name on your dashboard.
    If you click the "Followers" link you will see a list of all your followers.

    How to grow your audience with Following

    The Followers widget is a great tool to help you grow your blog's audience. Readers often visit a blog and enjoy it but fail to return. With the followers widget you can get all readers to return and become a fan. We highly recommend that you write a post about your followers widget and encourage all readers to become a follower. Additionally you should put your followers widget at the top of your sidebar so more readers will notice it. Many readers ignore sidebar items so by writing a post about your followers widget and moving the widget to the top of your sidebar, you will inevitably grow your audience.

    What is Blocking?

    You have the option to block any of your followers by clicking the blue "Block" button. This will remove the user from your Following widget so their image will no longer appear on your blog. However, if your blog is public the user can still subscribe to your blog, read your posts and comment.

    Read more...

    How to put Google Affiliate Network links in your blog's sidebar

    If you're new to Google Affiliate Network and not too familiar with making modifications to your blog's template, you can follow these instructions for placing Google Affiliate Network links in your blog's sidebar (using the Minima template as an example).
    Once you sign up and are approved for a Google Affiliate Network account, you can sign in here to view your account. Once you're signed in, click the Links tab near the top of the page. Select which advertiser's links you want to work with, and then follow these steps:

    1. Choose your links - In the 'Links' section of your profile, select the advertiser whose links you want to use. Click Get Links in the Action drop down menu next to the advertiser's name. Click either the Text Links or the Image Links tab to view your options in each category. To fit ads in your sidebar, it's best to choose one of the following dimensions for an image link:
      Button (125x125) 
      Skyscraper (120x600)
      Wide Skyscraper (160 x 600)
      Vertical Banner (120 x 240)
      Small Rectangle (180x150)
    2. Copy your Affiliate link HTML - Just beneath your desired link, click Get HTML. A box with code in it will appear. Highlight all of that code, then copy and paste it into Notepad, Text Edit, or a similar program.
    3. Sign in to Blogger - Choose the blog you want to put ads on and click the Template tab.
    4. Caution - Copy your entire Blogger template and save it in Notepad or Text Edit just in case.
    5. Find the place in your template that says:
      <!-- Begin #sidebar -->
      <div id="sidebar"><div id="sidebar2">
    6. Paste the Affiliate link HTML you saved earlier right beneath that place in the template:
      <!-- Begin #sidebar -->
      <div id="sidebar"><div id="sidebar2">
      PUT YOUR AFFILIATE LINK HTML HERE!
    7. Save your template changes and republish your blog.

    Read more...

    Welcome to Google Buzz

    To get acquainted with Buzz, check out the video.
    In Buzz, you'll see posts from people you follow. You can search for people to follow in the next step. The first time you post in Buzz you'll create a profile which includes the list of people you follow and people following you -- you can choose not to display these lists if you'd like. Learn more about Buzz

    Read more...

    Customize Gmail with colors and themes

    To spice up your inbox with colors and themes, check out the Themes tab under Settings.




    Customize Gmail »



    Enjoy!
    - The Gmail Team
    Themes thumbnails Please note that Themes are not available if you're using Internet Explorer 6.0. To take advantage of the latest Gmail features, please upgrade to a fully supported browser.

    Read more...

    Import your contacts and old email

    You can import your contacts and mail from Yahoo!, Hotmail, AOL, and many other web mail or POP accounts. If you want, we'll even keep importing your mail for the next 30 days.





    Import contacts and mail »



    We know it can be a pain to switch email accounts, and we hope this makes the transition to Gmail a bit easier.

    Read more...

      © Free Blogger Templates Skyblue by Ourblogtemplates.com 2008

    Back to TOP