Les nouveautés et Tutoriels de Votre Codeur | SEO | Création de site web | Création de logiciel

seo How to Add Different Backgrounds In Blogger Pages 2013

Seo Master present to you: In the last tutorial, you learnt How to Add Different Backgrounds in Blogger Posts. Now this tutorial, will show you how you can have a different background for each of your page, thus giving your pages their own unique look. 



How to Add Different Background In Blogger Posts/Pages

Step 1. Log in to your Blogger Dashboard, then go to Template > Edit HTML.



Step 2. Select "Expand Widget Templates"

Step 3. Search (CTRL + F) for this tag:


</head>

Step 4. Just above the </head> tag, paste this code:

<b:if cond='data:blog.url == &quot;http://POST-OR-PAGE-URL.html&quot;'>
<style>
body {
background-image: url(http://DIRECT_LINK_TO_BACKGROUND_IMAGE.com/IMAGE.JPG);background-position: center; background-repeat:repeat; background-attachment: fixed;
}
</style>
</b:if>

Note:
  • Change: http://POST-OR-PAGE-URL.html with the URL address of your blogger post or page where you want the custom background to appear.
  • Change: http://DIRECT_LINK_TO_BACKGROUND_IMAGE.com/IMAGE.JPG with the direct link of your background image.

Step 5. Click on SAVE TEMPLATE and you're done.

2013, By: Seo Master

seo How to Add Different Background Color or Image in Each Blogger Post 2013

Seo Master present to you: When you have multiple authors on a blog and want to make a specific post stand-out, then you can change your posts background color or place a background image behind them, each time is needed. Therefore, this tutorial will show you how to style each post differently by adding some codes in your Blogger posts. (this won't take effect if you have the read more function enabled on your blog)



How to Change the Color of the Post Background

When you create a post, switch to HTML, near the Compose tab and add the following code just at the beginning and at the end of your post content.

<div style="background-color: #DCC368; padding: 5px 8px 5px 8px;">
Your text goes here...
</div>

  • add the red line at the BEGINNING of your post.
  • add the div tag in blue at the END of your post.
  • replace the part in green with your own color (search for color's hex value)
  • "Your text here...." is where the Post content goes

It's done by wrapping your Post content into a "div" element. You can apply this setting anytime to your already published posts as well or you can change/remove it later.

Here's the example of the placed code in the Post Edit box:
blogger posts color, backgrounds, blogger tricks

How to Add a Background Image in a Blogger Post

Add the following code just at the beginning and end of your post content.

<div style="background-image: url(IMAGE-URL-HERE); background-repeat: no-repeat; ">
Your text goes here...
</div>

  • in green, you need to paste the URL address of your hosted picture (use Photobucket, Tinypic etc.)
  • the red line has to be added at the beginning of your post.
  • the blue part has to be added where your post ends.
  • "Your text here...." is where your Post content should be

Now click Publish and you are done.

2013, By: Seo Master

seo How to Create Static Pages in Blogger 2013

Seo Master present to you: What are Blogger static pages? 

Blogger Static Pages allows you to create specific pages like About Me, Contact page, Privacy Policy etc. on stand-alone pages that are linked from your blog. The static pages basically are the same as post pages, but there are several things that make them different. One of the differences is that static pages don't appear in the home page, don't have a label, and are not indexed as archive pages.


How to Create Static Pages in Blogger.

Step 1. Log in to your Blogger Dashboard

Step 2. Click on Pages
static pages blogger, blogger tutorials, widgets


Step 3. Click on New Page - Blank Page

Step 4. Type the title and write the page's content.


Step 5. Before publishing it, click on Preview to see how it will appear on your blog.

Step 6. When you have finished the editing, click on Publish button.

Step 7. Now you have 3 options:
  1. Keep it as nav menu below header - Top tabs
  2. Display the page in your blog's sidebar - Side Links
  3. Add the page's link manually to your template - Don't Show

Step 8. After you have chosen where the page will appear, click on the Save arrangement button



And now you're done!
Now you have owned the static page. If you want another static page, just repeat the steps above.

Note: if you have opted for Don't show option: go to Pages again and right click on the page's title and select Copy link location (in firefox). You can add the link manually to your sidebar via Link widget or add the link in your template, via Edit HTML.

If you need more help, leave a comment below.

2013, By: Seo Master

seo How To Use The New Blogger HTML Editor 2013

Seo Master present to you: The Blogger template editor now includes a number of changes that seem interesting and make it much more friendly than it was.

To begin with, what we see now is all the template's code starting with numbered and colored lines showing us different code snippets: tags, variables, properties, etc.. depending on the HTML, CSS, JavaScript and even the language of Blogger - include, b:if and other occurrences.

blogger template, blogger tricks, blogger widgets

This is what any decent external editor does, but certainly, from now on it will be much easier to find that little bug that drives us crazy when we omit quotation marks or add one more semicolon. This also applies to CSS, which appears mostly in dark blue without distinguishing selectors and rules, but the rest is a major improvement.

Another great help are the numbers that appear in front of each fragment of code, so that we can easily pinpoint and correct errors of this type: "Error parsing XML, line 103, column 9: The element ... "

Using the New Blogger Template HTML Editor

When you want to search for a code in the HTML editor, click inside the editor and press CTRL + F on your keyboard, then enter what you want to find in the search box that appears inside the editor.


Finally, hit the "ENTER" button on your keyboard and it should take you to the requested code.

If you want to be taken to the section of code that belongs to a particular widget, just click on the Jump To Widget button at the top of the editor, choose the widget's name from the list and it will take you directly to that portion of code.


The CSS rules can be found folded at the top of the template, between <b:skin>...</b:skin> and <b:template-skin>...</b:template-skin> tags. To expand them, you have to click on the sideways arrow next to the line number.


Another great functionality is that now we can Preview Template in the same window without needing to leave the page and we can easily go back to customize our template by clicking on the Edit Template button.

Finally, Format template re-orders the code, adding indentation automatically.

As always, we must use the Save button for the changes to take effect or we can Revert the changes.

And that's it. With a bit of effort, we can easily familiarize with this new HTML editor. Surely as usual and even reasonable to be something inherent in the human condition, this change does not appeal to many. Same with the Lightbox for images, the new template designer, the new desktop and other new things that have been added in the past. But who now remembers that they once were new?
----------
For more info, check out this post on the Blogger Buzz blog, where Google software engineers +Samantha Schaffer and +Renee Kwang explained the steps for moving the date of a blog post from above the post title to underneath it, as an example in using the new Blogspot HTML editor.2013, By: Seo Master

seo How To Disable or Turn Off Lightbox View For Blogger Images 2013

Seo Master present to you:
When you click on your images or photos, a wide black iframe window opens without leaving the page and shows you the image in foreground. This Lightbox (also called as Greybox or thickbox) view effect is enabled for all Blogger blogs by default, and it can be found also on Facebook and Google +. However, for some people this effect has turned into a headache and some may prefer to turn it off.

How to disable Lightbox view?
  • Log in to your Blogger Dashboard 
  • Go to Settings > Posts and comments  
  • Look for the "Showcase images with Lightbox" and select "No".




Save your Settings and you're done!
2013, By: Seo Master

seo How To Add Disqus Comment System in Blogger Blog & Website? 2013

Seo Master present to you:
Disqus is a comments platform
Disqus is the new comment management system, most of bloggers and website owners used mostly.it is currently serving over 750,000 websites, In this article i am going to tell you about how to add Disqus comments system with a few fast steps, you'll upgrade your recent comment system with a new way to interact your guests.


Normally you don’t need to add the other comments system, because each website platform has their own discussion platform.But they're recent system. And if you're very little uninterested in blogger’s built-in system then you'll add Disqus comment system. This comment system can create your blog more professional. most important factor is, If you add disqus then comments are indexable by search engine therefore it's SEO Friendly. this system, not just the for blogger you can also add this system to Wordpress, Blogger, Tumblr, Universal Code,  Squarespace, TypePad, MovableType, Drupal and Joomla.

Why should we use.?
There are many good features with Disqus comment system after we comparison it with Blogger default comment system.
  • Realtime comment system
  • Notification and reply system
  • Inline media embedding
  • Mobile commenting
  • Social integration
  • The Community Box
  • Liking and sharing
  • Moderation tools
  • Spam-Be-Gone
  • Mobile apps
  • Blacklists and whitelists
  • Import and export
  • International languages
  • SEO-friendly and local sync
  • Theme customization
  • Tweets and reactions
  • Profile management
  • Activity streams
  • Connected communities
Follow the steps.
1. At first you need to register a free account for your website on Disqus website. Go to disqus.com and click "Get this on your site" fill registration form, Give your Site URL, Site name, Site Short-name  Create your Disqus account by giving username, password and email address.(Do not forget to verify your identity though email verification) Then click Continue.

DISQUS - Register site
2. After pressing the Continue button, a new window will appear, which will ask you to select a Platform. Just Select "Your Platform(Blogger, WordPress)" from the list and proceed to the next step.

Choose a platform - Settings - DISQUS

3. Next click “Add disqusname to my Platform (WordPress,blogger, type-pad & other) site”
follow given instructions & continue all steps

4. Your comments system is ready and look like below screen short..

Blogger Known DISQUS comments system

2013, By: Seo Master

seo How to remove Blogger Picture/Image Shadow and Border 2013

Seo Master present to you: If you want to get rid of those annoying shadows and borders around blogger images, then follow the next steps (see the difference in the screenshot below):
If you are using the old Blogger interface:
  • Go to Dashboard - Design - Template Designer - Advanced - Add CSS - paste the following code - Press enter after the last character of the last line } - Apply to Blog.

If you are using the new Blogger interface:
  • Go to Dashboard - Template - Customize - Advanced - Add CSS - paste the following code - Press enter after the last character of the last line } - Apply to Blog.

.post-body img, .post-body .tr-caption-container, .Profile img, .Image img,
.BlogList .item-thumbnail img {
  padding: none !important;
  border: none !important;
  background: none !important;
  -moz-box-shadow: 0px 0px 0px transparent !important;
  -webkit-box-shadow: 0px 0px 0px transparent !important;
  box-shadow: 0px 0px 0px transparent !important;
}

Now your blogger images should appear without any border or shadow. Cheers!

Update:

If the above method doesn't work for you, do the following:

- Go to Blogger's Dashboard > Design (Layout) > Edit HTML
- Thick the "Expand widget templates" checkbox;
- Search (CTRL + F) for the following code:

  border: 1px solid $(image.border.color);

  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .1);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, .1);

- Delete it and Save your template.
2013, By: Seo Master

seo Related Posts Widget with Thumbnails and Summary for Blogger 2013

Seo Master present to you: There are several tutorials quite old which have explained different methods for displaying related posts in Blogger [1] [2] but in this tutorial, I will show you how to implement a very beautiful Related Posts widget that comes along with Thumbnails and Posts Snippets, as well. If you want to add it, follow the next steps below:

How to Add Related Posts Widget with Summary to Blogger

Step 1. From your Blogger Dashboard, go to Template and click on Edit HTML


Step 2. Tick the "Expand Widget Templates" checkbox:
 Step 3. Find (CTRL + F) this tag:

</head>

...and paste the following code just above it:

<script type='text/javascript'>
//<![CDATA[
var relatedTitles = new Array();
var relatedUrls = new Array();
var relatedpSummary = new Array();
var relatedThumb = new Array();
var relatedTitlesNum = 0;

var relatedPostsNum = 4; // number of entries to be shown
var relatedmaxnum = 75; // the number of characters of summary
var relatednoimage = "http://www.matrixar.com/-PpjfsStySz0/UF91FE7rxfI/AAAAAAAACl8/092MmUHSFQ0/s1600/no_image.jpg"; // default picture for entries with no image

function readpostlabels(json) {
  var entry, postimg, postcontent, cat;
  for (var i = 0; i < json.feed.entry.length; i++) {
    entry = json.feed.entry[i];
    if (i==json.feed.entry.length) { break; }
    relatedTitles[relatedTitlesNum] = entry.title.$t;
    postcontent = "";
    if ("content" in entry) {
      postcontent = entry.content.$t;
    } else if ("summary" in entry) {
      postcontent = entry.summary.$t;
    }
    relatedpSummary[relatedTitlesNum] = removetags(postcontent,relatedmaxnum);
    if ("media$thumbnail" in entry) {
      postimg = entry.media$thumbnail.url;
    } else {
      postimg = relatednoimage;
    }
    relatedThumb[relatedTitlesNum] = postimg;
    for (var k = 0; k < entry.link.length; k++) {
      if (entry.link[k].rel == 'alternate') {
        relatedUrls[relatedTitlesNum] = entry.link[k].href;
        break;
      }
    }
    relatedTitlesNum++;
  }
}
function showrelated() {
  var tmp = new Array(0);
  var tmp2 = new Array(0);
  var tmp3 = new Array(0);
  var tmp4 = new Array(0);
  for(var i = 0; i < relatedUrls.length; i++) {
    if(!contains(tmp, relatedUrls[i])) {
      tmp.length += 1; tmp[tmp.length - 1] = relatedUrls[i];
      tmp2.length += 1; tmp2[tmp2.length - 1] = relatedTitles[i];
      tmp3.length += 1; tmp3[tmp3.length - 1] = relatedpSummary[i];
      tmp4.length += 1; tmp4[tmp4.length - 1] = relatedThumb[i];
    }
  }
  relatedTitles = tmp2; relatedUrls = tmp; relatedpSummary = tmp3; relatedThumb = tmp4;
  for(var i = 0; i < relatedTitles.length; i++){
    var index = Math.floor((relatedTitles.length - 1) * Math.random());
    var tempTitle = relatedTitles[i]; var tempUrls = relatedUrls[i];
    var tempResum = relatedpSummary[i]; var tempImage = relatedThumb[i];
    relatedTitles[i] = relatedTitles[index]; relatedUrls[i] = relatedUrls[index];
    relatedpSummary[i] = relatedpSummary[index]; relatedThumb[i] = relatedThumb[index];
    relatedTitles[index] = tempTitle; relatedUrls[index] = tempUrls;
    relatedpSummary[index] = tempResum; relatedThumb[index] = tempImage;
  }
  var somePosts = 0;
  var r = Math.floor((relatedTitles.length - 1) * Math.random());
  var relsump = r;
  var output;
  var dirURL = document.URL;

  while (somePosts < relatedPostsNum) {
    if (relatedUrls[r] != dirURL) {

      output = "<div class='relatedsumposts'>";
      output += "<a href='" + relatedUrls[r] + "' rel='nofollow'  target='_self' title='" + relatedTitles[r] + "'><img src='" + relatedThumb[r] + "' /></a>";
      output += "<h6><a href='" + relatedUrls[r] + "' target='_self'>" + relatedTitles[r] + "</a></h6>";
      output += "<p>" + relatedpSummary[r] + " ... </p>";
      output += "</div>";
      document.write(output);
     
      somePosts++;
      if (somePosts == relatedPostsNum) { break; }
    }
    if (r < relatedTitles.length - 1) {

      r++;
    } else {
     
      r = 0;
    }

    if(r==relsump) { break; }
  }
}
function removetags(text,length){
  var pSummary = text.split("<");
  for(var i=0;i<pSummary.length;i++){
    if(pSummary[i].indexOf(">")!=-1){
      pSummary[i] = pSummary[i].substring(pSummary[i].indexOf(">")+1,pSummary[i].length);
    }
  }
  pSummary = pSummary.join("");
  pSummary = pSummary.substring(0,length-1);
  return pSummary;
}
function contains(a, e) {
  for(var j = 0; j < a.length; j++) if (a[j]==e) return true;
  return false;
}
//]]>
</script>

Note:  
  • To change the number of posts that are being displayed, modify the value in red (4)
  • To change the number of characters to be shown in posts summary, modify the value in green (75)
  • To change the default pic for posts with no images, add your URL instead of the one marked in blue

Step 4. Search (CTRL + F) for the following fragment:

<a expr:href='data:label.url' rel='tag'><data:label.name/></a><b:if cond='data:label.isLast != &quot;true&quot;'>,</b:if>

... and add this code just below it:

<b:if cond='data:blog.pageType == &quot;item&quot;'>
    <script expr:src='&quot;/feeds/posts/default/-/&quot; + data:label.name + &quot;?alt=json-in-script&amp;callback=readpostlabels&amp;max-results=50&quot;' type='text/javascript'/>
  </b:if>

The entire fragment should look like this:

          <b:loop values='data:post.labels' var='label'>
            <a expr:href='data:label.url' rel='tag'><data:label.name/></a><b:if cond='data:label.isLast != &quot;true&quot;'>,</b:if>
<b:if cond='data:blog.pageType == &quot;item&quot;'>
    <script expr:src='&quot;/feeds/posts/default/-/&quot; + data:label.name + &quot;?alt=json-in-script&amp;callback=readpostlabels&amp;max-results=50&quot;' type='text/javascript'/>
  </b:if>

          </b:loop>

Step 5. Find this fragment of code:

</b:includable>
<b:includable id='postQuickEdit' var='post'>

Note: if you can't find it, then search only for the code in red

! Click on the sideways arrow to expand the code, then scroll down until you reach to the highlighted line !

...add just ABOVE it, add the following:

<b:if cond='data:blog.pageType == &quot;item&quot;'>
  <div class='post-footer-line post-footer-line-4'>
    <div id='relatedpostssum'><div style='text-align: left; font-size: 15px; margin-bottom: 10px; font-weight: bold;'>RELATED POSTS</div>
      <script type='text/javascript'>showrelated();</script>
    </div>
    <div style='clear:both;'/>
  </div>
</b:if>

Screenshot

Step 6. Let's go ahead and add some styles to our CSS... search for this tag:

]]></b:skin>

...and paste the below code just ABOVE it:

.relatedsumposts {
  float: left;
  margin: 0px 5px;
  overflow: hidden;
  text-align: center;
  /* width and height of the related posts area */
  width: 120px;
  height: 210px;
}

.relatedsumposts:hover {
background-color: #F3F3F3; -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

.relatedsumposts img:hover {
-khtml-opacity:0.4;
-moz-opacity:0.4;
opacity:0.4;
}

.relatedsumposts a {
  /* link properties */
color: #linkcolor;
  display: inline;
  font-size: 10px;
  line-height: 1;
}
.relatedsumposts img {
  /* thumbnail properties */
margin-top: 2px;
  height: 82px;
  padding: 5px;
  width: 82px;
border: 1px solid #fff;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .4);
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .4);
box-shadow: 0 1px 2px rgba(0, 0, 0, .4);
}
.relatedsumposts h6 {
  /* title properties */
  display: table-cell;
  height: 5em;
  margin: 5px 0 0;
  overflow: hidden;
  padding-bottom: 2px;
  vertical-align: middle;
  width: 130px;
}

.relatedsumposts p {
  /* summary properties */
border-top: 1px dotted #777777;
border-bottom: 1px dotted #777777;
color: #summarycolor;
  font-size: 10px;
  height: 4em;
  line-height: 1;
  margin: 5px 0 0;
  overflow: hidden;
  padding: 5px 0 15px 0;
  text-align: left;
}

Note:  
  • Modify the values in red to adjust the width (120) and height (210) of the widget area
  • Replace #linkcolor with the hex value of your color to change the color of post titles
  • To change the size of thumbnails, modify the values marked in violet (82)
  • To determine the border roundness, modify the values in orange (100)
  • To change the color of the post snippet, change #summarycolor with color hex value

Step 7. Save your Template... and hopefully we're done...

Enjoy!2013, By: Seo Master

seo How To Boot Ubuntu From A USB Flash Drive 2013

Seo Master present to you:
Below are the three methods, that can be adopted to boot Ubuntu OS from a USB Flash Drive!

Option 1: Boot Ubuntu as a Live CD from a USB Flash Drive

Use this option to install Ubuntu as a Live Install, which allows you to boot from the USB flash drive in Ubuntu, experience the Linux environment but will not retain any changes or settings after you shut down. This is a great way to get a feel for the OS, test some of it's capabilities as well as typical hardware compatibility.

Programs you may need to download:
  1. Ubuntu 10.04 Live CD ISO available at ubuntu.com.
  2. Universal USB Installer available at pendrivelinux.com.

What you will need:
  1. Computer Running Windows XP/Vista/7.
  2. Fat32 Formatted USB 2.0 Flash Drive, at least 1GB.
  3. PC with a Bios that can boot from USB.

Now with all of the necessary components in place, we can begin to setup our Ubuntu Live USB Drive,
  1. Run the Universal USB Installer by Pendrivelinux.com that you downloaded earlier.
  2. Choose Ubuntu 9.10/10.04.1 Desktop i386.
  3. Select the Ubuntu Live CD that you downloaded earlier.
  4. Choose your Flash Drive.
  5. In this instance, we are going leave the persistence option unchecked.

This can take anywhere from 15 minutes to 30 minutes depending on the speed of your system. At one point the progress bar will freeze until it is done, and this is the lengthiest wait of the process.

Once complete, you can reboot your computer with the USB flash drive in the USB port, press F12 for the Boot Menu and choose the removable media to boot from and you are in.

As this is a Live USB, any changes you make to the Ubuntu environment will not persist through a reboot. This is because running in this mode, Ubuntu uses available RAM in place of Swap and Hard Disk space. This option also contains the install files needed to install Ubuntu directly to your desktop if you should so desire.


Option 2: Boot Ubuntu as a Live CD with Persistence from a USB Flash Drive

This option will install Ubuntu Linux onto your flash drive with an area for persistent storage. You will be able to restart the computer, boot back into the Linux environment and all settings or changes made previously will persist.

Note: This option is particularly hard on Flash Memory, as there can be quite a bit of reading and writing to the Flash Memory.

What you will need:
  1. Computer Running Windows XP/Vista/7.
  2. Fat32 Formatted USB 2.0 Flash Drive, at least 2GB.
  3. PC with a Bios that can boot from USB.

Now with all of the necessary components in place, we can begin to setup our Ubuntu Live USB Drive,
  1. Run the Universal USB Installer by Pendrivelinux.com that you downloaded earlier.
  2. Choose Ubuntu 9.10/10.04.1 Desktop i386.
  3. Select the Ubuntu Live CD that you downloaded earlier.
  4. Choose your Flash Drive.
  5. Select the Persistence Option of 1GB Casper-RW.

This can take anywhere from 15 minutes to 30 minutes depending on the speed of your system. At one point the progress bar will freeze until it is done, and this is the lengthiest wait of the process.

Once complete, you can reboot your computer with the USB flash drive in the USB port, press F12 for the Boot Menu and choose the removable media to boot from and you are in.

As this is a Live USB with Persistence, any changes you make to the Ubuntu environment will keep through a reboot. This option also contains the install files needed to install Ubuntu directly to your desktop if you should so desire.


Option 3: Install Ubuntu directly to a USB flash Drive

This option works through installing Ubuntu to the flash drive as a complete installation. It does not retain the installation files to install on another system. This will allow you to use Ubuntu exactly as if it were installed alone on the hard disk. You can boot from it with any computer that can boot from a USB flash drive.

Note: This method requires that you disable your hard drive in BIOS to prevent overwriting your current operating system and force the install onto the USB drive.

What you will need:
  1. USB 2.0 Flash Drive, at least 4GB.
  2. PC with a BIOS that can boot from USB.
  3. Blank CD.
  4. A Computer with the ability to Burn CD/DVD.

Now with all of the necessary components in place, we can begin the process,
  1. First, you will need to burn your Ubuntu ISO to CD using a program like ImgBurn available at ImgBurn.com.
  2. Boot your computer and press F2 to enter the system BIOS. Within here you will want to disable your Hard Drive. If this is not an option in your BIOS, I would suggest shutting down your computer and unplugging the power and data cables from your hard drive before proceeding. Note: If you choose not to disable your hard drive, you run the risk of installing Ubuntu on top of your current OS and can lose valuable information.
  3. After you have disabled your hard drive, place the Ubuntu Live CD into your computer and boot from this.
  4. At the initial boot screen, choose to try Ubuntu, not install.
  5. Once Ubuntu loads, plug in the desired flash drive into the computer.
  6. Now, double click on the Install Ubuntu icon that appears on the desktop.
  7. The first 3 screens are language, time zone, and keyboard layout.
  8. Now Ubuntu will notify you that there is a disk mounted, and asks to unmount it. This is your flash drive. Give it permission to unmount.
  9. This is the prepare disk space screen. I chose to leave mine at default and let the installer handle the partitions needed by Linux.
  10. Now you will see the login and user information screen.
  11. Now you are ready to install, click install.
  12. At one point during the installation, you may notice a skip button appear on the bottom left. This is to skip the auto update, and finally the language packs. I chose to skip language packs update.
  13. This may take a while, mine took atbout 35 minutes to complete. When it is done, eject the disk and shut down the computer. Plug your hard drive back in if necessary, or boot your computer into bios and re-enable it. Reboot your computer and press F12 to enter the boot menu, choose the flash drive and boot into Ubuntu.




Author Bio:
Joshua Bulman is a full time web designer and IT support technician for a company that provides Custom USB drives via the web marketplace. He enjoys reading fiction, writing just about anything, and discovering new technologies.
2013, By: Seo Master

seo Forget Your Windows 7 Password? Create Windows 7 Password Reset Disk 2013

Seo Master present to you:

Suppose if you forgot Windows 7 password, you would try to find solutions to recover or reset it through the internet. Soon you would find one solution—using Windows 7 password reset USB disk, which is most mentioned by people. So here in this article, I will show you the exact ways to create a Windows 7 password reset disk.

Theoretically, a password reset disk Windows 7 can be made with a CD/DVD or USB flash drive. Since USB flash drive is more convenient to carry and safer to preserve, here I highly recommend creating a Windows 7 reset password with USB to prevent your computer from being locked. Below are guides on how to create a Win 7 password recovery USB.

Situation 1 :)

If you haven’t forgotten your Windows 7 password yet. At this situation, you can easily make such a password reset USB disc for free to prevent your computer from being locked.

Now follow the below steps:
  1. Insert the prepared USB flash drive into your computer.
  2. Type “reset” in the Windows search box and select “Create a password reset disk”. 
  3. When the “Forgotten Password Wizard” appears, click “Next”.
  4. Select your USB flash drive and click “Next”.
  5. Once the wizard finishes creating the reset disk, click “Next” then “Finish”.
  6. That's it. Job Done!



Situation 2 :(

If you have already forgotten your Windows 7 password. Many computer users actually didn’t take any precautions against Windows 7 password forgotten problem before they find they’ve lost or forgotten the password. So if you don’t have such a password reset disk when you forget or lose your Windows 7 password, you need to seek for other ways to make one and then use that to reset Windows 7 password.

Here’s how to create a reset password Windows 7 USB with Windows Password Recovery Enhance:

You need to do the below steps in another system in order to recover your system.
  1. Download and install PC Login Now's iso file.
  2. Burn the ISO file to CD (Use Magic ISO).
  3. After you have created a bootable disk, Insert that disk into the DVD Drive and Restart your computer.
  4. Set the BIOS to boot from CD. (Mostly not required if your system automatically detects the disk on your DVD Drive).
  5. The software then automatically runs.
  6. Use PCLoginNow to finish the job.

Note:
Download-file is an ISO file named “PCLoginNow_Free.ISO” which should be burned to a CD before using it.
2013, By: Seo Master

seo How to optimize Images and Increase Blog Traffic 2013

Seo Master present to you: This tutorial will explain you how to optimize images before uploading them to internet. Generally most of people don't optimize images before uploading it to Blogger as needed. Optimizing images should be done when talk about the SEO (Search Engine Optimization). Learning the correct and proper way of optimizing images in blogger is important. Google Image search is used widely for finding quality reference images, icons and photos. A great percentage of our blog traffic depends on Image search. When we are downloading images, most of the time they are saved with very odd names and we don't take any interest in modifying the name. So you should always consider two things when uploading images to Internet these are proper use of alt tag and image name should be change with proper keyword. Let me explain..

1. Change Image Name with Keyword
see in the screenshot
When we are downloading images from Internet, generally they are saved in local drive with some very odd name like untitled.jpeg, img1.jpeg etc. So changing these names with appropriate keywords is always helpful. For example, if i want to add img1 or untitled in this post then definitely i will change these name with those words which describe the content called keywords so i will change to image SEO.jpeg or optimize image.jpeg.


2. Use alt attribute

Search robots can not read multimedia may it be graphic images or flash. An image is meaningless for search spiders if it is not defined(tagged). So to tell search robots what the image is all about, we can add an alt tag to our image code. When you add a photo to your post editor, switch to "Edit HTML" mode and find the HTML code for the image which will look something like this:

<div class="separator" style="clear: both; text-align: center;">
<a href="http://www.matrixar.com/-0pPwY8vht0E/T2-dBct3GkI/AAAAAAAABis/jXslqh3r_bw/s1600/how+to+seo+optimize+blogger+posts+titles.jpg" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"><img border="0" height="104" src="http://www.matrixar.com/-0pPwY8vht0E/T2-dBct3GkI/AAAAAAAABis/jXslqh3r_bw/s200/how+to+seo+optimize+blogger+posts+titles.jpg" width="100" /></a></div>

Now you need to identify the HTML code of the image which is marked with red. Just add the underlined alt tag after <img as shown below:

<div class="separator" style="clear: both; text-align: center;">
<a href="http://www.matrixar.com/-0pPwY8vht0E/T2-dBct3GkI/AAAAAAAABis/jXslqh3r_bw/s1600/how+to+seo+optimize+blogger+posts+titles.jpg" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"><img alt="image description" border="0" height="104" src="http://www.matrixar.com/-0pPwY8vht0E/T2-dBct3GkI/AAAAAAAABis/jXslqh3r_bw/s200/how+to+seo+optimize+blogger+posts+titles.jpg" width="100" /></a></div>

Replace image description with your own keywords. And try to write short sentences to describe them, also keep description limited to 4-5 words. Less is better.2013, By: Seo Master

seo How To SEO Optimize Your Blogger Blog Titles For Higher Search Results 2013

Seo Master present to you: This is called "Blogger/blogspot Title Swapping". Swapping blogs title can help boost your position in search engine results page listing and also increase clickthroughs. From an SEO (Search Engine Optimization) perspective, page title is the most important element in your blog in terms of ranking well in search engines. If you look at your browser's title bar you will notice that Blogger's default templates display your blog title in front of each page or post title. So page title would normally be displayed as:

search results, blogger seo, seo

After swapping the blog title, it will be appearing like this:

seo optimization, title swapping, blogger optimize
This kind of placement will be also appearing in google search results. The reason why you should put post titles at the beginning is because users are more likely to search for specific post content rather than the actual name of your blog. So having the post titles at the beginning increases your chances of being found.

How to optimize blogger post titles

Step 1. Log in to your Blogger Dashboard and go to Template > Edit HTML


Step 2. Check the "Expand Widget Templates" checkbox


Step 3. Find (CTRL + F) this code:

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



Step 4. Replace the code above with this one:

<b:if cond='data:blog.pageType == "item"'>
<title><data:blog.pageName/> |<data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title> </b:if>

Step 5. Click Save Template and you are done.2013, By: Seo Master

seo How To Create Bootable Windows 8 Usb Drive 2013

Seo Master present to you:


It’s been quite some time since we have seen technology revolving around portability. A USB drive acts as a portable medium for storing noticeable memory and as such a portable and a bootable windows  8 USB drive gives you a flexible availability of an operating system on your reach. Well most of the systems coming through in today’s age lack optical drives so it would be quite a wise decision to go on and use a bootable USB drive to install Windows 8 onto your system.

To create a bootable windows 8 USB drive we need to incur some requirements which happen to be:
  1. A flash (USB) drive bearing a capacity of 4 GB or more than that.
  2. A Windows 8 DVD or Windows ISO file which acts as the source which has to be transferred.
  3. If you consider having windows 8 DVD then you need an optical DVD drive in your computer but if you go onto have an ISO file then a USB port will work well.
Note: If you have a windows 8 DVD then you may proceed doing this procedure from the very first step, but if you have an ISO file then you need to go on from the second step.

Procedure: 
  • First we have to create a windows ISO file from the windows 8 DVD. This ISO file contains all the data which needs to be transfer into the usb drive to create a bootable one. There are many tools to create an ISO file from a DVD; you can use any of them. My suggestion is, you can use Magic ISO.
  • After you have created the required ISO file, you need to download the Windows 7 USB/DVD download tool from the Microsoft Website and install it onto your computer. Windows xp users need image mastering api v2 to use this software.


  • After installing it start the download tool by looking for it either in the start menu or the shortcut icon on the desktop.
  • When the tool utility will open up it will ask you for the path of your ISO file. By clicking onto browse you will have to locate the ISO file in the computer. This location has to be the path associated with your ISO files destination.


  • After selecting the ISO file you can click onto next which takes this utility onto a next step.
  • The next step is to select the media we wish to use, as we are going to make a bootable USB drive so the type of media has to be USB. There is an option to keep DVD as the media too which implies that you can make a bootable DVD too through this application but for now we have to go through the USB process.


  • After selecting the media you need to erase all the contents present in the flash drive by pressing erase USB drive. This will format the USB drive and make it free to be used particularly from this process.


  • When you will click next the utility will show you a tagline “creating bootable drive, just wait for the Windows 7 USB DVD Download Tool to prepare the drive and copy the Windows 8 installation files to it”.


  • The download tool will start formatting the drive, after that it will start copying the contents and as soon as this will be completed you will come across a labeled line that Bootable USB drive created successfully. If t\all the steps would have been incurred properly a Bootable USB drive would be ready to be operated.
This completes the process and your bootable windows 8 Usb Drive is made and prepared to be used as an installation media. Now you simply have to boot your computer through the USB drive and you would be easily able to install new windows on your computer. The maximum time period to install Windows 8 is almost 20-30 minutes with great ease.



Author Bio:
Khalid: http://www.siliconelake.com/
With the Divine Assistance i do succeed and with that Assistance i fail.
2013, By: Seo Master

seo How To Remove Blogger Attribution Gadget 2013

Seo Master present to you: The Attribution gadget is the gadget in the footer that says "Powered By Blogger". If you have tried to remove this then you may of noticed this gadget is locked into you blog. To unlock it, follow the next steps:
blogger attribution, blogger hacks, powered by

Step 1. Log in to your Dashboard, go to Template > Edit HTML

blogger tricks, blogger hacks,

Step 2. Check the "Expand Widget Templates" box


Step 3. Search (CTRL+ F) for this code:

<b:widget id='Attribution1' locked='true' title='' type='Attribution'>

Step 4. Replace true with false

Step 5. Click on the Save Template button

Now attribution gadget is unlocked and it can be removed. Just go to:

  • Layout and click on the edit link from Attribution gadget:
  • Click on the Remove button - as you can see in the screenshot below:
That was all !2013, By: Seo Master

seo How to add a gadget/widget inside your Blogger Blog header 2013

Seo Master present to you: Maybe you have seen that many blogs have AdSense Units or other ads and widgets in the header section of the blog, the most popular format being the AdSense 468x60 ad unit - see in the screenshot below:

But how we can add something inside blogger header - be it a Adsense unit, a search bar, social media buttons or a widget? By simply adding a section in the header. First off, to give space for the extra gadget to fit in, our blogger header should be resized.

A. Resize blogger header

Step 1: Go to Blogger Dashboard > Template > Edit HTML and backup your template

Step 2: Click anywhere inside the code area and open the search box by using the CTRL + F keys:
adsense, blogger tricks, blogger widgets

Step 3: Search for this piece of code:
/* Header
----------------------------------------------- */
Note: If you can't find it, search only for the first line:
/* Header

Screenshot:
blogger gadgets, blogger widgets, blogspot tricks

Step 4: Replace it with this code:
/* Header
----------------------------------------------- */
.header-left{
display: inline-block;
height: 35px;
width: 350px;
float: left;
}
.header-right {
display:inline-block;
float:right;
}

Change the pixels in red with the image's height and width of your blogger header and change float: left; to float: right; if you want to change the position of your logo.

Step 5: Find the below code:
<b:section class='header' id='header' maxwidgets='1' showaddelement='no'>

Step 6: Replace it with:
<b:section class='header header-left' id='header' maxwidgets='1' showaddelement='no'>

Now "Preview" your template, you will find that the background color of Blogger's header is not visible or it's missing. To bring it back, you need to add some more snippets:

Step 7. Find the following code:
    </div>
    </div>
    <div class='header-cap-bottom cap-bottom'>
      <div class='cap-left'/>

Step 8. Just above it, paste this:
<div style='clear:both;'/>

Note: if you can't find the code from step 7, search for this instead:
      <b:include name='description'/>
    </div>
  </b:if>
</b:includable>
</b:widget>
</b:section>
... and paste the code from step 8 just below it.

B. Add extra gadget/widget section to Blogger Header

Let's go one step forward and add an extra gadget section within Blogger header in new template designers.

Step 9. Just below the code from step 8, paste this codejust before/above it:
<b:section class='header-right crosscol' id='header-right' maxwidgets='1' showaddelement='yes'/>

Step 10. Now find:
]]></b:skin>

Step 11. Paste just above it, this CSS code:
.header-right {
display:inline-block;
float:right;
width:400px;
}

Change the width that is marked in red color. Increase or decrease the pixels according to your needs and positioning new header section.

Step 12. Save the Template.

Step 13. Now all you have to do is to go to Layout and Add a Gadget to the newly created extra header section in Blogger.

widgets for blogger, blogger tricks

The widget now should appear side by side.

If you have any questions or need some help, leave a comment below. 
2013, By: Seo Master
Powered by Blogger.