Remove Powered by Blogger From Blogger � How to Blog


Hy friends,Hope You All Fine and Doing Well . Today I wanna Show You How To Remove �Powered By Blogger�from Blogger
It is Blogger Written Text in The Blogger Template.It makes the Template Dull and Boring.So Today We will Learn that �
How To remove �Powered By Blogger� From Blogger.It is very Easy To Remove Because it Just Take 4 Main Steps,So Lets DO it xD!
In order to remove you will need to edit the Blogger Template and Delete the Attribution Widget.

Note:- Must backup Your Template Before Making Changes in it xD!
This helps to revert back to the Original Template when something goes wrong while Editing your Template.
[button style=”tick”]How To Remove Powered by Blogger From Blogger[/button]
1) Go To Blogger.com
2) Then Blogger Dashboard.
3) After That Click On Template.
4) Then Click On Edit HTML
5) Proceed that.
6) Check The Box �Expand Widget Templates�.
7) After That Search For This Code /* content ( by Pressing CTRL+F a Box will Pop-up after that search for the mentioned Code/Tag).
8) Now Copy The Below Script/Code and Paste it before  /* Content Tag
#Attribution1 {display:none;}
9) Now Hit Save Template . And You Are Done xD !
10) If You Got Any Problem Then Drop Comments Below I am Always here to Answer You xD !
Happy Blogging, Peace and Love xD !

Enjoy Guys! and don’t forget to post your comments. � MyTricksTime.com

Simplest JavaScript to Open Popup Window from Plain Text

You can use JavaScript to create popup windows. Popup Windows are different to simply opening a new browser window.

However you can do the same (creating pop windows) using buttons. I�ve already described that here.

Here is the simplest JavaScript for generating a pop up window:

// Popup window code
function newPopup(url) {
popupWindow = window.open(
url,'popUpWindow','height=500,width=500,left=10,top=10,resizable=yes,scrollbars=yes,toolbar=yes,menubar=no,
location=no,directories=no,status=yes')
}

<a href="JavaScript:newPopup('http://www.google.com');">Open a popup window

This will result in:

// Popup window code
function newPopup(url) {
popupWindow = window.open( url,'popUpWindow','height=300,width=500,left=10,top=10,resizable=yes,scrollbars=yes,toolbar=yes,menubar=no,location=no,directories=no,status=yes')
}

Where:
– Red are width and height of the popup window.
– Purple are the optional attributes (change to �no� to turn off those attributes).
– Blue is the actual link to be opened in the popup.
– Black (bold) is the text which is visible to user.

Automatically center your popup

Similarly if you want to automatically position your window in the center of the users� screen use the following code. The JavaScript code will detect the screen size (as each user could have a different screen size), then position the popup window in the center.

var popupWindow = null;
function centeredPopup(url,winName,w,h,scroll){
LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
settings =
'height=' h ',width=' w ',top=' TopPosition ',left=' LeftPosition ',scrollbars=' scroll ',resizable'
popupWindow = window.open(url,winName,settings)
}

<a href="http://www.google.com" onclick="centeredPopup(this.href,'myWindow','500','300','yes');return false">Centered Popup

This result in:

var popupWindow = null;
function centeredPopup(url,winName,w,h,scroll){
LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
settings =
'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',resizable'
popupWindow = window.open(url,winName,settings)
}

Centered Popup

Where:
– Red are width and height of the popup window respectively.
– Purple is the attribute for the scrollbars in the popup. (Change to �no� to disable scrollbars)
– Blue is the actual link to be opened in the popup.
– Black (bold) is the text which is visible to user.

Enjoy Guys! and don’t forget to post your comments. � MyTricksTime.com

Insert a Download Button in Blog Posts to Open Links in Popup Window

A download button is used whenever we want to hide a link from the users. It can be a link to any website or link to any file that you want to hide. It also makes a Download link prominent so a reader doesn�t have to find the actual download link in a lengthy blog posts.

It�s a simple HTML �type� tag that creates this clickable button to open the embedded link in a pop up window.
So if you want to put a button in your blog or in your blog posts all you need to do is to insert the code below wherever you want to show a button.

<input value="TEXT on the button" onclick="window.open('http://URL-ADDRESS-HERE','ANY-UNIQUE-NAME',' width=750,height=550menubartoolbarscrollbars')" type="button">

Customizations:
– Change the text in red to the text you want to show on the button.
– Blue is the URL address you want to open after the click of the button.
– Green is any unique id you can give to that button. (giving this id is important, otherwise link will open in a new browser windows instead in a pop-up window.)
– Yellow are the width and height of the popup window that opens after button�s click.
– In pink colors are the optional attributes you can give to the popup window.
Removing the menubar, toolbar or scrollrs will remove these bars from the popup window.

Examples:
Opens Google.com in pop-up with no (optional) attributes.
Opens Google.com in pop-up with only �menubar� attribute included.
Opens Google.com in pop-up with only �toolbar� attribute included.
Opens Google.com in pop-up with only �scrollbars� attribute included.
Opens Google.com in pop-up with all attributes included.


Enjoy Guys! and don’t forget to post your comments. � MyTricksTime.com

All In One SEO Pack Pro Version Free Download

All In One SEO Pack-Pro Version Is Most Downloaded WordPress Plugin,
This Plugin Optimizes Your WordPress Site For Search Engines.
New Bloggers And Not Ready To Buy Premium Plugins,
Many Bloggers Are Facing money Problem And Not Able To Buy Premium Plugins.
The Price Of This Premium Plugin Is Around 39$
But Don�t Worry Friend�s, Trickshunt Team Giving You This Plugin Totally Free.

#Before You Download Take A Look Below On It�s Features:-
  • Generates META tags automatically
  • Avoids the typical duplicate content found on WordPress blogs
  • For beginners, you don�t even have to look at the options, it works out-of-the-box. Just install.
  • For advanced users, you can fine-tune everything
  • You can override any title and set any META description and any META keywords you want.
  • Canonical URLs
  • Fine tune Page Navigational Links
  • Built-in API so other plugins/themes can access and extend functionality
  • ONLY plugin to provide full SEO Integration for WP e-Commerce sites
  • Nonce Security
  • Support for CMS-style WordPress installations
  • Automatically optimizes your titles for search engines.
Friend�s Don�t Forget To Say Thanks In Comments.
Click On Below Button To Download.

Enjoy Guys! and don’t forget to post your comments. � MyTricksTime.com

How To Create A Blog With WordPress -The Best Blogging Platform

create a blog with wordpress complete guide: There are lots of best blogging platforms available in the market. Among them, WordPress is most preferred blogging platform. If you have decided to start blogging with wordpress, that�s excellent. This post will show quick steps on how to create a blog with wordpress and start creating your self hosted wordpress blog. So lets go throughHow To Create A Blog With WordPress In Just 8 Steps guide:

How To Create A Blog With WordPress Step 1: Decide Your Niche

Your first step to create wordpress blog is to decide your niche. Choosing a niche is the main factor which decides your success or failure. So you must have to find a less competitive and more profitable niche to create a wordpress blog. If you have not decided your niche to start blogging, You can read complete guide about finding a niche here.

How To Create A Blog With WordPress Step 2: Find Best Keywords For Blogging

After choosing your niche to make your wordpress blog, finding best keywords to start a blog is very important step. Its not only to pick up some keywords and start writing posts, But it all about to find best and profitable keywords by keyword research. Read step by step keyword research guide to create a blog with wordpress.

How To Create A Blog With WordPress Step 3: Buy A Domain Name And Hosting Service

Domain Name: Picking a good domain name is not so easy thing. Because an ideal domain name should be short enough to remember and long enough to contain your one or two keywords in it on which you want to rank first on google. Here is everything what you need know about domain name before picking a domain name.
Hosting Service: The best blogging platform wordpress provides two types of services: wordpress.com-hosted and wordpress.org-self hosted blogging platform. If you select to start blogging with self hosted wordpress, you need to buy web hosting for your blog. There are many hosting companies in the market provides one click wordpress installation. Here are some tips for where to host your wordpress blog.
After purchasing domain name and hosting, you need to point your domain to your web host.

How To Create A Blog With WordPress Step 4: Install WordPress On Your Blog

After pointing your domain to web host, your next step is to install wordpress to create a blog with wordpress. As we all know wordpress is the best and top blogging platform amongst the all blogging platforms available in the market now. Click here for complete step by step wordpress installation guide.

How To Create A Blog With WordPress Step 5: Choose Beautiful Theme For Your Blog And Customize It

There are thousands of beautiful wordpress themes available online for you. Some of them are free and some will cost you some dollars!! Premium themes gives you more customization while free themes comes with less customization. There are some factors you should know before finalizing your blog theme. Read how to choose a theme to create a blog with wordpress.

How To Create A Blog With WordPress Step 6: Install Some Useful Plugins

You should become very choosy while selecting plugins for your blog because there are hundreds of free plugins available. Your blog must have some plugins for different purposes. I have created a list of most useful wordpress plugins for your blog. Here is a list of free and best wordpress plugins your blog must have. I hope you like it.

How To Create A Blog With WordPress Step 7: Start Adding Posts To Your Blog

If you completed above all steps, now what you are waiting for? Start adding content to your wordpress blog. Adding posts to your blog is very easy from wordpress dashboard. But what to write is always a brainstorming process. Don�t worry, I have also written a post on how to write blog post for you.

How To Create A Blog With WordPress Step 8: Promoting Your Blog

After writing a good amount of posts, your next step is blog promotion. There are so many different ways to promote a blog. I have written here some of most preferred ways to promote your wordpress blog. Read how to promote your blog.
source : howtostartbloggingtips.com

Enjoy Guys! and don’t forget to post your comments. � MyTricksTime.com