For find out feed burner id on Google/Blogger simply in first step go to your account and open it with your email id or password After log in your account simply click on this link FeedBurner. When you click on Link a new tab will open in your browser. Now
How To Find Your Google | Blogger Feed Burner ID
MySelf Muhammad Bilal. I am Graphic Designer and Web Developer and Also Chemichal Engineer. Coding is My Passion Photography is My Ability.
How to Enable My Computer In Windows 8
As we know that windows 8 is a latest OS after Windows 7 and most popular due to its use and look beauty and most powerfull features like charm bar start menu beautifull taskbar and etc. But where this new and most powerfull OS, it has also many features which are disable and new user facing a problems during use windows 8 like My Computer, which is hide on desktop but when we open document folder and click on back then we can see My Computer on the desktop screen. So today my tutorial about My Computer and will solve now.
How to Enable My Computer in Windows 8
Step One
- Click on Desktop Tab and Right Click on Desktop Screen. A menu will appear then click on Personalize.
Step Two
- After click on Personalize a Window will be open where you can customize your desktop screen change your theme, Display settings. taskbar and many more things. But you look at the top left corner in appeard window, click on Change Desktop Icons As shown in Fig#2
Step Three
- When you click on Change Desktop Icons A menu will open in which MyComputer will uncheck as Shown in Fig #3
Step Four
- Now simply check the Computer box as shown in fig#4
Step Five
- In Final step click on Apply and then Click on OK.
MySelf Muhammad Bilal. I am Graphic Designer and Web Developer and Also Chemichal Engineer. Coding is My Passion Photography is My Ability.
3 Ways To Optimize Your Blog Post For SEO
Here are some really helpfull and important tips for you!
Choose Good Keywords For Your Post
Optimize Your Images
Enable Email Subscription On Your Blog
MySelf Muhammad Bilal. I am Graphic Designer and Web Developer and Also Chemichal Engineer. Coding is My Passion Photography is My Ability.
How To Enable Delete Confirmation Dialog Box in Windows 8.1
Sometimes you have noticed and you deleted a file in windows 8 and windows 8.1 and in a result you have lost your file just because that delete confirmation dialog box not enable in windows 8.1. But in previous windows whenever you delete any type of file windows ask confirmation about file that you want to delete or not and in windows 8 as soon you press the delete key, selected file or any type of folder or stuff deleted automatically and moved to recyclebin without any confirmation message.
How to Enable Delete Confirmation Message in Windows 8.1
- Step 1- Right click on your Recycle bin and choose properties. after click on properties a menu will open like below pic
How to enable delete confirmation message in windows 8.1 |
- Step 2-Ok in final step simply check the uncheck box Display Delete Confirmation Dialog and Click on Apply. You are done it.
MySelf Muhammad Bilal. I am Graphic Designer and Web Developer and Also Chemichal Engineer. Coding is My Passion Photography is My Ability.
How To Create Stylish Colourfull Note with CSS3 | HTML
How To Create Stylish Note With Css3
This Note You can use as BlockQuote or as a Note which you like most better. This note makes your website pretty and increase interest of visitors for your website.In first step simply log in to your Blogger account
Click Template from left corner and then click on Edit HTML
Now Press from your keyboard Ctrl+F and a box will be appeared.
Now simply type ]]></b:skin> in box and press enter
After find out that code in your template paste given code just above ]]></b:skin>
Now click on Save Template.
CSS3 Coding
.note {
position:relative;
width:auto;
padding:1em 1.5em;
margin:2em auto;
color:#fff;
font-size: 20pt;
font-family: comic sans ms;
font-weight: normal;
border-radius: 10px;
background:#97C02F;
overflow:hidden;
}
.note:before {
content:"";
position:absolute;
top:0;
right:0;
border-width:0 38px 38px 0;
border-style:solid;
border-color:#fff #fff #658E15 #658E15;
background:#658E15;
display:block; width:0;
-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
-moz-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
}
.note.red {
background:#C93213;
}
.note.red:before {
border-color:#fff #fff #97010A #97010A;
background:#97010A;
}
.note.blue {
background:#5674f2;
}
.note.blue:before {
border-color:#fff #fff transparent transparent;
background:transparent;
}
.note.black {
background:#4d4747;
}
.note.black:before {
border-color:#fff #fff #000000 #000000;
background:#4d4747
}
.note p {
margin:0;
}
.note p + p {
margin:1.5em 0 0;
}
HTML Coding
For Green Note
<div class="note">
<p>Your Text Here</p>
</div>
For Red Note
<div class="note red">
<p>Your Text Here</p>
</div>
For Blue Note
<div class="note blue">
<p>Your Text Here</p>
</div>
For Black Note
<div class="note black">
<p>Your Text Here</p>
</div>
Live Demo Here
MySelf Muhammad Bilal. I am Graphic Designer and Web Developer and Also Chemichal Engineer. Coding is My Passion Photography is My Ability.
How to Automatically Redirect Blogger Blog to Another Blog
how to redirect url to another url in blogger
Method One
Log in to your Blogger account and then click on TemplateNow click on Edit HTML and press Ctrl+ F form keyboard
After press Ctrl+ F a Search box will be appeared.
Type in search box <head> and Press Enter
After find out <head> tag add below code just after <head> tag
<meta http-equiv="refresh" content="0;url=http://yournewurl.com"/>
Method 2
Log in to your Blogger account and then click on Template
Now click on Edit HTML and press Ctrl+ F form keyboard
After press Ctrl+ F a Search box will be appeared.
Type in search box <head> and Press Enter
After find out <head> tag add below code just after <head> tag
Replace http://yournewurl.com with URL on which you want to redirect your old blog.<script>version=parseInt(navigator.appVersion);if (navigator.appVersion.indexOf('5.')>-1){version=5};if (navigator.appVersion.indexOf('6.')>-1){version=6}; if (navigator.appVersion.indexOf('7.')>-1){version=7}; browser='OTHER'; if (navigator.appName=='Netscape'){browser='NS'+version;} if (navigator.appName=='Microsoft Internet Explorer'){browser='MSIE'+version;} if (navigator.appVersion.indexOf('MSIE 3')>0) {browser='MSIE3';} if(browser == 'NS5'){browser='NS6'};if (browser=='MSIE3') {window.location='http://yournewurl.com'}if (browser=='MSIE4') {window.location='http://yournewurl.com'}if (browser=='MSIE5') {window.location='http://yournewurl.com'}if (browser=='MSIE6') {window.location='http://yournewurl.com'}if (browser=='MSIE7') {window.location='http://yournewurl.com'}if (browser=='NS3') {window.location='http://yournewurl.com'}if (browser=='NS4') {window.location='http://yournewurl.com'}if (browser=='NS6') {window.location='http://yournewurl.com'}if (browser=='NS7') {window.location='http://yournewurl.com'}if (browser=='OTHER') {window.location='http://yournewurl.com'}</script>
MySelf Muhammad Bilal. I am Graphic Designer and Web Developer and Also Chemichal Engineer. Coding is My Passion Photography is My Ability.
What is Wi-Fi | History
History of Wi-Fi
MySelf Muhammad Bilal. I am Graphic Designer and Web Developer and Also Chemichal Engineer. Coding is My Passion Photography is My Ability.
How to Setup dot.tk free Domain for your Site
How to Setup dot.tk free Domain for your Site |
- Now click on Go Button
- In New appeared window type full address of your Blog/website/wordpress with your domain
How to Setup dot.tk free Domain for your Site |
- Now from Registration Length click on Arrow and select 12 Months from drop down menu
How to Setup dot.tk free Domain for your Site |
- Now Type Captcha correctly without any mistake
How to Setup dot.tk free Domain for your Site |
- Now click on Sign Up or without sign up. if you choose sign then you can upgrade your domain further more years after expired 12 months. But if you choose Without sign you can't upgrade your domain after 12 months.
How to Setup dot.tk free Domain for your Site |
MySelf Muhammad Bilal. I am Graphic Designer and Web Developer and Also Chemichal Engineer. Coding is My Passion Photography is My Ability.
What is Software | Hardware
What is software and Hardware
Relationship With Software and Hardware
What is Different Between Software and Hardware?
Software | Hardware | |
1 | Software is a set of instructions that tells a computer exactly what to do. | Hardware is physical parts of computer that cause processing of data. |
2 | Software cannot be executed without hardware. | Hardware cannot perform any task without software. |
3 | Software cannot be touched. | Hardware can be seen and touched. |
4 | Software is debugged in case of problem. | Hardware is repaired in case of problem. |
5 | Software is reinstalled if the problem is not solved. | Hardware is replaced if the problem is not solved. |
d
MySelf Muhammad Bilal. I am Graphic Designer and Web Developer and Also Chemichal Engineer. Coding is My Passion Photography is My Ability.
How to Design Professional Blogger Template in Artisteer
How To Create Professional Blogger Template In Artisteer
How to Create Blogger Template With Artisteer
How To Install Artisteer?
How to Design Professional Blogger Template in Artisteer |
Design a Template With Artisteer?
How to Design Professional Blogger Template in Artisteer |
Designing Header Now
How to Design Professional Blogger Template in Artisteer |
Design a Beautifull Sidebar
Design A Impressive Post Body
Design Menu, Footer Elements
By Click on Menu button you can create drop down menu or simple menu and also you can change the style of menus ,color , width, height ,hover color and much more.You Can create a decent and stylish Footer. Simply click on Footer button on Toolbar and customize your footer according to your desire.
How to Export Blogger Template with Artisteer
MySelf Muhammad Bilal. I am Graphic Designer and Web Developer and Also Chemichal Engineer. Coding is My Passion Photography is My Ability.
Hex HTML Color Code Generator
Color Code Generator
- In first step drag the bar on Hue selector on the area of your desired Color.
- Then Click inside the brightness saturation and move your cursor until you have gained your desired color.
- The Swatch bar will give you the final color result.
- Your Hexadecimal color code will generate in the Hex box.
- Copy your Hex code i.e #ffffff
Color Wheel Generator
- It is a pretty and more usefull tool to matching colors for menu, backgrounds, hyperlinks etc
- Copy your sex digit code and past in below wheel Generator's Box except hash ( # ) and after that press Update button.
- Mached color code appeared in given four boxes at the right side of wheel color generator.
- Than you copy these hex values and use them.
MySelf Muhammad Bilal. I am Graphic Designer and Web Developer and Also Chemichal Engineer. Coding is My Passion Photography is My Ability.