The KinG Of Fire

The KinG Of Fire

The KinG Of Fire

The KinG Of Fire

The KinG Of Fire

The KinG Of Fire

The KinG Of Fire

The KinG Of Fire

The KinG Of Fire

The KinG Of Fire

Sunday, February 12, 2012

How Make Contact Form For Blogger


Hi friends as every blog uses contact page in there blog to allow readers to contact them for the queries and difficulties they face or wanting some help or wanna sponsor there site etc.Many use to write only there email id in contact page to contact them, but u need an form too to look more proffesional and make communication easy between you and your readers.As its now not difficult to add contact form to blogger as previously have to write codes for making form and then hosting it and all and then form get made.But now there are various sites started this service which give ready made forms to you.

What you have to do is just go to these sites, need to sign up there and get the codes for the form.After getting the codes just go to edit pages in your blog and make new page.There publish the codes to form and write also if you want to write something and publish it.Its very easy.

Services that provide you to use there contact forms for free.

1) Kontactr



Just go to this site.Sign up there,get the codes and add them to blogger pages and publish it to make an contact page.

2) Emailmeform



Just go there sign up and get the codes of form.As here you will get more features in form than other sites.As they also give option to every type of form and also an option for readers to upload some stuff to the form and send you.

3) FoxyForm



No need of sign up there just go to this site fill the details, customize the colors,give email and get codes.

4)Wufoo



This also the good service you can just try it also for sure.But gives 100 entries per month only to fill.

Other services available providing free form but me never tried are :-

Top Menu links for Blogger or Menu Bar at Top or Menu Navigation or Menu Butttons.

Now to add these links at the top of your blog, you have to add no of links to your blogger html/javascrip section you want to show. Check this image with 4 red links for Demo.



For this to show at top the page below header , there is small hack you have do with your blogger template Html.



Go to LAYOUT > EDIT HTML > PRESS ctrl + F > Search below codes
<div id='crosscol-wrapper' style='text-align:center'>
<b:section class='crosscol' id='crosscol' showaddelement='no'>
<b:widget id='HTML1' locked='false' title='' type='HTML'/>
</b:section>
</div>

Change the showaddelement='no' code to showaddelement='yes' And Save The Template.

Now Go to LAYOUT > Page elements

A new Add a Gadget Element will Appear Below Your Blogger Header.

Click on Add a gadget > Add HTML/javascript Add these link below, And Save It.


<a href="http://www.about.com/" class="navigation">About</a>
<a href="http://www.photos.com/" class="navigation">Photos</a>
<a href="http://www.amazon.com/ class="navigation">Amazon</a>
<a href="http://www.contact.com/" class="navigation">Contact</a>


Preview your blog now. Now these Link will appear at top of your page below your header.

As you can see i have added a class=navigation to your links that i will define now to show of your Buttons Looks with colors and hover effect.

Go to LAYOUT > EDIT HTML > PRESS ctrl + F > Search </b:skin>

Add below css codes before </b:skin> and SAVE it.



a.navigation {
background: #ff0000;
color: #ffffff;
margin: 1px;
padding: 2px;
border-width: 0;
text-transform: uppercase;
text-decoration: none;
font-weight: bold;
}
a.navigation:hover {
background: #404040;
color: #ffffff;
text-decoration: none;
}


You can edit the codes in red to change the colors of buttons and its hover effect also.

Change the green codes to adjust margins between the buttons and there size.

Note:-This hack will work in uncustomized blogger template for sure but for customized template it can or couldn't.

How Split Blogger Header Into Two Sections

How Split Blogger header Into Two different Sections,ya as you have seen header section on left side in blogger layout and and one section in right side where you can add your add banners.Now i will show you how you can split your blogs header into two widgets like the following screenshot.


First i recommend you backup your template or use a test blog for this example I'm going to use the Minima Template so if you are using a different template the code would be different. The default width of the template header-wrapper code is 660px
(if you don't know what I'm talking about see screenshot below)




So I'm going to set the width of the main header section to 350px and float it to the left see screenshot



Now that's done we can create the second section for the right widget so copy the following code


#header2 {
float:right;
width:250px;
}


And paste it some where in between the opening and closing skin tags like done below



Now copy the following code for the new section


<b:section class='header' id='header2' maxwidgets='1' showaddelement='yes'/>


And paste it like in below image,You can Click the below image to see the codes large and clear if not properly visible.



Now save it and go to the page element tab you should have a new section on the right side of the header here's a screenshot of my result


How Change Width And Height Of Blogger Comment Form

How To Change The Width And Height Of Comment form in blogger.As you would have seen some using wide comment form and some using small comment from.As there are no much options in blogger to make changes in the blogger comments form but still there are some alterations like we can make,to alter its width and height.As blogger comment system is not one of the best comment system and blogger team need great modifications to be done in it to make it better and useful for readers.

Some comment system hacks you can use like are highlight blog author comments and numbering of blogger comments.The must read on hack is how making your blogger comment system seo.



Now lets continue on our tutorial on how to change the width of comment form.Just GO To Blogger Layout >> Edit/Html >> Expand Widgets >> Press Ctrl+ F >> Search For Below Codes.



<iframe allowtransparency='true' class='blogger-iframe-colorize' frameborder='0' height='275' id='comment-editor' scrolling='auto' src='' width='100%'/>


Just now edit the value of codes in red that is width and height of blogger comment form.Just increase or decrease the values of width and height properties to make it alter.Sometimes changing width of form in % doesn't make any change in form width.SO if not working you give size to form like 500px instead of 100%.I am sure you will be going to love this tutorial.Best of luck!!

How Make Contact Form For Blogger

Hi friends as every blog uses contact page in there blog to allow readers to contact them for the queries and difficulties they face or wanting some help or wanna sponsor there site etc.Many use to write only there email id in contact page to contact them, but u need an form too to look more proffesional and make communication easy between you and your readers.As its now not difficult to add contact form to blogger as previously have to write codes for making form and then hosting it and all and then form get made.But now there are various sites started this service which give ready made forms to you.

What you have to do is just go to these sites, need to sign up there and get the codes for the form.After getting the codes just go to edit pages in your blog and make new page.There publish the codes to form and write also if you want to write something and publish it.Its very easy.

Services that provide you to use there contact forms for free.

1) Kontactr



Just go to this site.Sign up there,get the codes and add them to blogger pages and publish it to make an contact page.

2) Emailmeform



Just go there sign up and get the codes of form.As here you will get more features in form than other sites.As they also give option to every type of form and also an option for readers to upload some stuff to the form and send you.

3) FoxyForm



No need of sign up there just go to this site fill the details, customize the colors,give email and get codes.

4)Wufoo



This also the good service you can just try it also for sure.But gives 100 entries per month only to fill.

Other services available providing free form but me never tried are :-

123contactform
Freecontactform
Webformdesigner
Mycontactform
Wrasap

Installation


Just from all the services above , select one you want to use.Sign up there and get the codes for the form.

Now just Go to blogger Posting > Edit Pages > New Page.
Give the title to page as contact and post the form codes in post and publish it.Your contact form is ready now to run.Enjoyyy !!!!!

Thursday, January 19, 2012

Username And Password Eset NOD32 18 Januari 2012

Username: TRIAL-59062879
Password: nda7najxtj

Username: TRIAL-59062972
Password: n4pe86p54k

Username: TRIAL-59062983
Password: ds68cxa2nm

Username: TRIAL-59062884
Password: evf6br6jkn

Username: TRIAL-59062977
Password: a4p5pnm765

Saturday, January 14, 2012

How To Measure Weights and Measures Blog

To measure the size of the blog and find out when loading a blog could use some service sites that provide free facilities to measure the weight / loading our blog







Among the sites that gave the facility to measure the size and loading time a blog is:
  1. http://www.iwebtool.com/
  2. http://tools.pingdom.com/
  3. http://www.numion.com/Stopwatch/
  4. http://websiteoptimization.com/services/analyze/
  5. http://internetsupervision.com/
  6. http://www.webslug.info/
  7. http://www.octagate.com/service/SiteTimer/
  8. http://site-perf.com/
  9. http://www.linkvendor.com/seo-tools/speedtester.html
  10. http://www.uptrends.com/aspx/free-html-site-page-load-check-tool.aspx
  11. http://webwait.com/