Showing posts with label blog. Show all posts
Showing posts with label blog. Show all posts

Thursday, 4 October 2012

free Registration box for blogger

If you are looking 'how to put a any form in a blogger' then this post is going to help you. Putting a form in blogger is very easy. All you need to do just create a new post and put aform code (Provided by following sites below)in body section of your post and publish it. That's it.

There are various sites across the web which offers free forms to use for Blogger & Websites. Here I am going to share top 10 sites which offers free forms for Blogger & Websites with embedded code.

1. Google Docs

Google Docs provide embedded code forms for your blog or website. Just login todocs.google.com and click on the New > From Template > Forms. Choose form of your choice and copy embedded code. Follow steps mentioned below:

GoogleDocForm

GoogleDocForm

2. FormSmarts

FormSmarts is an integrated web form service that lets you create forms, publish them online, and get form results. Add a web form to your site or blog, or let visitors access your form from MySpace®, Facebook®, and anywhere you can post a link.

FormSmarts

3. Kontactr

Kontactr is a one-click free contact form service. With Kontactr, you can fight against the amount of spam that you receive daily. Protect your email address by using our highly secure contact form. You can also use our simple tools to embed the form right into your own website.

Kontactr

4. Wufoo

Wufoo offers easy, copy/paste solutions for integrating a Wufoo form into a web page. For advanced users, full CSS and XHTML markup is also included. To simplify the process even further, the intuitive Wufoo theme manager allows you to customize the look of your form with a few clicks of the mouse so that your form seamlessly matches the look of your site.

Wufoo

5. ZOHO

Zoho Creator provides you with an easy drag-and-drop html form builder to build html forms online. Zoho Creator also makes it easy to embed HTML Forms in your website through simple copy/paste. Once you have collected data through HTML Forms, you can manage and edit the collected data online and share the data with others

Zoho

6. My Contact Form

It is now easier than ever to keep in touch with your site's visitors. The arduous task of creating contact forms, email forms, feedback forms, questionnaires, surveys, order forms, polls, or any other type of web form is a thing of the past!

MyContactForm

7. Free Contact Form

Script provided by this site works for a wide variety of website forms, not just contact us forms. These scripts are sometimes refered to as the following: contact form, website contact form, email form, PHP contact form, Javascript contact form, form to email, form 2 email, form2email, form generator, form builder, form maker, automatic contact form or contact form script.

FreeContactForm

8. FormSpring

FormSpring gives businesses and organizations an easy way to build any type of online form, integrate it with their website and begin collecting data. Once you have started collecting that data you can use the information you gathered in our online database or export it. With FormSpring anyone can build all types of web forms, collect data online and do it simply and efficiently.

FormSpring

9. Web Form Designer

WebFormDesigner can automatically validate your user's input - ensure the required fields are properly complete, and check that a valid email is input. Restrict input to alphanumeric, numerals only or just letters.

WebFormDesigner

10. Kampyle

Customize the look and feel of your feedback forms to fit your website's, as well as your business needs. Create multiple feedback forms for different locations of your website with the relevant questions for each page.

Kamyle

Do you have any suggestions? Leave your comment.

Sunday, 17 June 2012

Recent Comments Widget For Blogger



Recent Comments Widget With Avatar For Blogger
The Recent Comments Widget for Blogger displays recent blog comments on your sidebar.You can use this widget to display the recent comments of any blogger blog. In this widget we can show the Avatar of Commenter using. As you seen my Recent Comments Widget, this looks exactly same to my Recent Comments Widget.This widget is highly customizable. So that you can easily customize your recent comments widget.You can also set the default avatar image and much more things that you can easily customize.

How To Add Recent Comments Widget for Blogger With Avatar To Blogger?

1, Go to Blogger Dashboard Layout.
2. Click on Add a Gadget > HTML/JavaScript.
3. Paste below code and save it.

<style type="text/css">
ul
.w2b_recent_comments {
list
-style: none;
margin
: 0;
padding
: 0;
}

.w2b_recent_comments li {
background
: none !important;
margin
: 0 0 6px !important;
padding
: 0 0 6px 0 !important;
display
: block;
clear
: both;
overflow
: hidden;
list
-style: none;
}

.w2b_recent_comments li .avatarImage {
padding
: 3px;
background
: #fefefe;
-webkit-box-shadow: 0 1px 1px #ccc;
-moz-box-shadow: 0 1px 1px #ccc;
box
-shadow: 0 1px 1px #ccc;
float: left;
margin
: 0 6px 0 0;
position
: relative;
overflow
: hidden;
}

.avatarRound {
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border
-radius: 100px;
}

.w2b_recent_comments li img {
padding
: 0px;
position
: relative;
overflow
: hidden;
display
: block;
}

.w2b_recent_comments li span {
margin
-top: 4px;
color
: #666;
display
: block;
font
-size: 12px;
font
-style: italic;
line
-height: 1.4;
}
</style>
<script type="text/javascript">
//<![CDATA[
// Recent Comments Settings
var
numComments
= 5,
showAvatar
= true,
avatarSize
= 40,
roundAvatar
= true,
characters
= 40,
showMorelink
= false,
moreLinktext
= "More »",
defaultAvatar
= "http://www.gravatar.com/avatar/?d=mm",
hideCredits
= true;
//]]>
</script>
<p style="display:none;">Recent Comments Widget for Blogger With Avatar For Blogger by <a href="http://beautifulbloggerwidgets.blogspot.com/">Beautiful Blogger Widgets</a></p>
<script type="text/javascript" src="http://bloggerblogwidgets.googlecode.com/svn/trunk/w2b-recent-comments-w-gravatar.js"></script>
<script type="text/javascript" src="http://yourblogname.blogspot.com/feeds/comments/default?alt=json&callback=w2b_recent_comments&max-results=5"></script>

4. Now change yourblogname.blogspot.com with your own blog URL.

Please Sign-In to Blogger before creating the Gadget.


Customizations (Optional)

  • To change number of comments find this numComments = 5,
  • If you don't want to show avatar then find this code showAvatar = true
  • To change avatar size find this code avatarSize = 40
  • If you don't want to show rounded avatars then find this code roundAvatar = true
  • To set maximum number of characters find this code characters = 40
  • To show more link find this code and change value to true showMorelink = false
  • If you enable show more link value then you can change the text which shows more link.Find this code moreLinktext = "More »"
  • To change default avatar image find this code defaultAvatar = "http://www.gravatar.com/avatar/?d=mm

5. Now save you widget.

Now you should have a working Recent Comments Widget for Blogger With Avatar on your blog.
I hope you all will like this gadget. Do not forgot to share this widget with your friends.

How To Add the Recommended Post Slide out Widget To Your Blog?


Recommended Post Slide Out For Blogger
“Keep the visitors glued to your site for long” This is what every blogger out there wants to do. There are various related post widgets that you might have come accross. The one that is really famous now days (and it really works!) is the 'Recommended Post slide Out Widget' widget like in many WordPress blogs. The widget is basically a slideout or Popout widget that enables on the 'post' pages. You might have seen this kind of a widget on many popular websites like New York Times, Mashable, Times of India etc.

When ever the reader gets past a certain length of the blog page, the widget would slide out from the bottom-right corner in an elegant way like in many wordpress blogs. So the wait is finally over!

The widget looks something like in the picture below. Or you could get to see the live example of it when you scroll down this page. The widget would slideout from the bottom-right corner showing a related post to the article that you are already on.

How To Add the Recommended Post Slide out Widget To Your Blog?

Without spending any further time, lets start of with this great widget. You can use this one click installer.

Please Sign-In to Blogger before creating the Gadget.


You can edit the Title of the Widget and the Loading text by editing the Widget Content.

Tuesday, 12 June 2012

Get Paid to Recieve Sms



1. MGINGER (Highly Recommended)



Earn money for reading sms on your mobile
Get SMS ads of only those products that you want to buy
Get ads at your convenience
Save money through discount coupons and offers
Earn much more money by inviting family and friends
Get 20 paisa for every ad you receive
Get 10 paisa for every ad your friends receive
Get 5 paisa for every ad your friend's friends receive
Accumulate Rs.300 & receive a cheque
Really it's a new concept to earn extra income through our cell phones without spending any thing.
These ads are only about your interests. Not only that, you get to decide when you want these ads.




JOIN MGINGER


2. MGARLIC


MGarlic pays you money to receive text SMS ads on your mobile.
They also pay you for each SMS that your friend or friend of your friend referred to MGarlic by you receive.
Member Benefits
Choose interests about which you want to receive SMS and get paid for it.
You decide maximum number of SMS you want to receive in a day.
Save Money by using discount coupons offered by Advertisers.





JOIN MGARLIC






3. SMS2INDIA


Earn money from SMS as well as e-mail, benefit from both in equal manner.
Earn equal amount at each network level, for both SMS and e-mail.
Earn from increasing your network. Up to 2 levels.
Check the advertisements at your own convenience. No more bombardment of advertisements.
Receive discounts/coupons/offers of your interest in your inbox.
Special privilege and advantages to registered users.
Receive advertisement of your preference & interest.
Have a larger network and earn more.





JOIN SMS2INDIA
 
4. YOUMINT


YouMint is a unique social utility that connects you with people around you. Only real people!
YouMint pays you to invite friends and to receive SMS promos! It might just pay your Mobile bill





JOIN YOUMINT

5. EARNBYADS


Earn 10 paise to 2 Rupees for receiving ads.
You can earn money/credits by giving referrals, considered only when the referrals register to the earnbyads.co.in.
Minimum payoutis Rs.500.





JOIN EARNBYADS

6. M-EARN


So far, you always paid for using mobile services. But this scheme has changed the flow. You will now earn money for reading SMS you receive.
You now have the freedom to choose; you can furnish your interests and receive offers and discount coupons from your favorite stores and brands.
Get sms ads at your convenience; You decide the number of ads you like to receive per day and also the specific time of the day for receiving them.
This is not just about ads or money but it is much more. Features like mind notes and coach me would change the way you have been using your mobile


This service is still in beta. But since this is going to be the next big boom, you can take the advantage of signing up right now and building up a network so that as soon as the service is rolled out of beta you start making the money.





JOIN M-EARN


7. ADMAD


You can earn from 5 referral levels
Get 20 paise for each SMS you recieve.
Get 15 paise for each SMS your friends receive.
Get 10 paise for each SMS their friends receive.
Get 5 paise for each SMS their friends receive.
Get 1 paisa for each SMS their friends receive.





JOIN ADMAD

8. GAVOOR (WEBSITE NOT WORKING)

Get 10p for every SMS you receive.
Get 10p on every SMS your friends receive!
Get 5p on every SMS their friends receive!
Get 3p on every SMS their friends receive!
You receive some advantage to buy products.

9. SMS2EARN (WEBSITE NOT WORKING)

Free Signup! No Hidden Charges!!!
Earn 25p per sms on receiving it on your mobile
Earn 25p per referral to make them signup on our website using your url
Earn 20% commission on income of your friends whom you have referred
Get ads at your convenience. You decide number of ads you like to receive
Income without Investment! Access to Real Time Statistics
DATAWORKINDIA


This is a proved premium service offered for just Rs. 1500/-
Personally I can guarantee this program. I have joined this company and earning now. This company provides a unique concept of earning where all you have to do is read SMS. No requirement of replying or forwarding, all you need is to read it from top to bottom.


Just Take this subscription program in which they offer TUTORIAL, to create computer literacy and Know How To Earn More on internet and many more.


Now in this plan you can easily Earn Up to Rs.63,750/- By just Taking this Product and receiving Advertising SMS on MOBILE from Company.


You will Get Rs.1 Lac. Personal Accident Insurance For YOU To Secure Your Family.


Benefit of all above Package.


1. You can Learn MS-OFFICE
2. You Can Learn Internet
3. You Can Learn how to design Websites.
4. If you Know Internet then you can Learn How to Work Online.
5. You can also learn How to Work online and Start Earning Money.
6. How to work with Google Adsense, Yahoo, Many Other...
7. How to Start Affiliate Programs.
8. Ready Website of Articles by which you can easily start Earning.
All this products you will get on CD from company.


For more details visit the company website at www.dataworkindia.com. Also you can view my (Samuel Darwin) testimonial in theirs home page.


please leave your comments and subscribe the blog!

Looking For Your Favorite E-Books, Softwares, Movies etc. Let Us Know, All You Need To Do Is Comment & Subscribe Our Blog And Get it soon