How to Change Favicon from Blogger

Hi Friends,I was just just wondering if there is a code on How to Change Favicon from Blogger. Without affecting anything.

Follow This Setups

1. Login to Your Blogger Account.

2. Go To Design TAB.

3. Click Edit HTML
    Head First HTML with CSS & XHTML
4. Find ( Ctrl+F)
    <title><data:blog.pageTitle/></title>
  
5. <title><data:blog.pageTitle/></title>  this Code Below
     Add Code <link href='Your Image URL' rel='shortcut icon'/>
     Kindle, Wi-Fi, Graphite, 6" Display with New E Ink Pearl Technology - includes Special Offers & Sponsored Screensavers
6. Click Save Template.

Your Blog Favicon has been Changed.

How to Remove Subscribe to: Posts (Atom) from Blogger

Hi Friends,I was just just wondering if there is a code on how to remove the feed link at the bottom of a post, the one which says Post (Atom). Without affecting anything.

Follow This Setups

1. Login to Your Blogger Account.

2. Go To Design TAB.

3. Click Edit HTML

4. Click "Expand Widgets Templates"

5. Find (Ctrl+F)

<b:if cond='data:blog.pageType != "item"'> <!-- Blog feed links -->
<b:if cond='data:feedLinks'>
<div class='blog-feeds'>
<b:include data='feedLinks' name='feedLinksBody'/>
</div>
</b:if>

6. Remove This Line From Blogger

<b:include data='feedLinks' name='feedLinksBody'/>

7. Click Save Template

Your Subscribe to: Posts (Atom) has Been removed

How to Change Blogger Page Width

Hello Friends,

You want to change your blogger with.

Follow this setups.

1.  Login to your Blogger account.

2.  Go to Design.

3. Click Edit HTML

4. Find this code your Blogger html Code

      <b:template-skin>
      <b:variable default='930px' name='content.width' type='length' value='930px'/>
      <b:variable default='360px' name='main.column.right.width' type='length' value='240px'/>

5.  Change value of this line <b:variable default='930px' name='content.width' type='length' value='930px'/>

     like  <b:variable default='1000px' name='content.width' type='length' value='1000px'/>

6. Click Save Template.

7. Open Your Blogger URL.

Your Blog Width changed.

Any Query Contact +91-9355492893



How to Disable SSL 2.0 in IIS 7

For some reason, Windows Server 2008 using IIS 7 allows SSL 2.0 by default. Unfortunately, this means you will fail a PCI Compliance scan by default. To properly secure your server and ensure that you pass your PCI-DSS scans, you will need to disable SSL 2.0 and disable weak ciphers. In order to disable SSL 2.0 in IIS 7 and make sure that the stronger SSL 3.0 or TLS 1.0 is used, follow these instructions:
  1. Click Start, click Run, type regedit, and then click OK.
  2. In Registry Editor, locate the following registry key/folder:

    HKey_Local_Machine\System\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\SSL 2.0
  3. Right-click on the SSL 2.0 folder and select New and then click Key. Name the new folder Server.
  4. Inside the Server folder, click the Edit menu, select New, and click DWORD (32-bit) Value.
  5. Enter Enabled as the name and hit Enter.
  6. Ensure that it shows 0x00000000 (0) under the Data column (it should by default). If it doesn't, right-click and select Modify and enter 0 as the Value data.
  7. Restart the computer.
  8. Verify that no SSL 2.0 ciphers are available at ServerSniff.net or the Public SSL Server Database 


Note: This process is essentially the same on an IIS 6 (Windows Server 2003) machine. Normally, the Server key under SSL 2.0 will already be created so you will just need to create a new DWORD value under it and name it Enabled.
For more information, read Microsoft's Knowledge base article on how to disable SSL 2.0 and other protocols in IIS 7.

How to Disable SSL 2.0 in IIS 7

For some reason, Windows Server 2008 using IIS 7 allows SSL 2.0 by default. Unfortunately, this means you will fail a PCI Compliance scan by default. To properly secure your server and ensure that you pass your PCI-DSS scans, you will need to disable SSL 2.0 and disable weak ciphers. In order to disable SSL 2.0 in IIS 7 and make sure that the stronger SSL 3.0 or TLS 1.0 is used, follow these instructions:
  1. Click Start, click Run, type regedit, and then click OK.
  2. In Registry Editor, locate the following registry key/folder:

    HKey_Local_Machine\System\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\SSL 2.0
  3. Right-click on the SSL 2.0 folder and select New and then click Key. Name the new folder Server.
  4. Inside the Server folder, click the Edit menu, select New, and click DWORD (32-bit) Value.
  5. Enter Enabled as the name and hit Enter.
  6. Ensure that it shows 0x00000000 (0) under the Data column (it should by default). If it doesn't, right-click and select Modify and enter 0 as the Value data.
  7. Restart the computer.
  8. Verify that no SSL 2.0 ciphers are available at ServerSniff.net or the Public SSL Server Database 


Note: This process is essentially the same on an IIS 6 (Windows Server 2003) machine. Normally, the Server key under SSL 2.0 will already be created so you will just need to create a new DWORD value under it and name it Enabled.
For more information, read Microsoft's Knowledge base article on how to disable SSL 2.0 and other protocols in IIS 7.