Pages

Deleting Your Yahoo Account

In this article you will learn how to permanently delete your Yahoo account. 

Step 1. Login into your Yahoo account.

Step 2. Then open this link: https://edit.yahoo.com/config/delete_user

Fill in your password and visual/audio code. Then click on 'Terminate this Account" button.
Now your yahoo account is successfully deleted. Yahoo! ID, Mail address, and Profile names and other associated products will be deleted. 

Change Blogger Comment Box Width

Q: I want to change the width of comment form of my Blogger blog. It is narrower compared to the post area, and looks odd. How to do it?

Ans: You can change the width of the comment form of your Blogger / Blogspot blog very easily. Just follow these steps:

Step 1. Login into your Blogger account and select the the blog.

Step 2. Choose 'Template' and click on 'Edit HTML' button.

Step 3. Select 'Expan Widget Template' and find following code by pressing Ctrl+F:
<iframe allowtransparency='true' class='blogger-iframe-colorize blogger-comment-from-post' frameborder='0' height='410' id='comment-editor' name='comment-editor' src='' width='100%'/>
Step 4. Now replace '100%' by '600px' or any other value best suited to post areas width.

Step 5. Preview and if everything is fine then Save your template.


Now the width of the comment box will be changed. If the width of the comment form is more than or less than the post area, you can change it by replacing '600px' by any other value. 

* You should back up your template before making any type of change to it to avoid risk of damaging it.

Stop Blogger from Redirecting to Country URLs

Q: My blogspot.com blog redirects to country-specific domain. When I open my blog example.blogspot.com, it automatically changes to example.blogspot.in. I want to stop my blog from redirecting to country specific domain. How to do it?

Ans: Follow these steps:

Step 1. Login into your Blogger account.

Step 2. On Dashboard, choose your blog. 

Step 3. Click on'Templates and then click on 'Edit HTML' button.

Step 4. Find '</head>' tag by pressing Ctrl+F.

Step 5. Paste following code before '</head>' tag.
<script type="text/javascript">
var blog = document.location.hostname;
var slug = document.location.pathname;
var ctld = blog.substr(blog.lastIndexOf("."));
if (ctld != ".com") {
var ncr = "http://" + blog.substr(0, blog.indexOf("."));
ncr += ".blogspot.com/ncr" + slug;
window.location.replace(ncr);
}
</script>
Step 6. Click on 'Preview' button and if everything is fine,then Save the template.

From now onwards, blogger will not redirect and will always show blogspot.com.

Recruitment in KSRTC 2013

Karnataka State Road Transport Corporation (KSRTC) has invited applications for filling vacant posts of Security Guards and Assistant Security Inspectors. Some important information about KSRTC Recruitment 2013 is given below:

Number of Posts
  • Security Guards: 05
  • Assistant Security Inspector: 412
Qualification: Candidates applying for Security Guards should be PUC passed. Ex-servicemen with atleast IInd class Army certicates can also apply for this post.

Candidates applying for the post of Assistant Security Inspector should have Bachelor degree in any stream.

Application Fee: 300 for Unreserved, 2A, 2B, 3A, 3B Candidates and Rs. 150 for all other categories.

Last Date: 16/03/2013

Click here for reading more about these vacancies and click here to apply online.

This is notice for recruitment in Karnataka State Road Transport Corporation (KSRTC) for Security Guards and Assistant Security Inspectors, 2013.
Published on starblogtips.blogspot.com