Add Blockquote/Syntax highlighter in Blogger
In post we use Blockquote for highlighting some important text, quote, poem, codes etc. Blogger’s default Blockquote is just a quote sign, it’s so simple. Again if you use custom blockquote what developed by other Blogger developers those Blockquotes basically designed with image, those looks cool but it increase Http request, page size and loading speed. So here I presenting a simple CSS3 blockquote design for you, what doesn’t make extra pressure on Http request, responsive, flat designed. It made with solid CSS3 and Google font. Let’s see how it looks like and how to add it to your blogger blog.
Preview-
Live Demo- (Click Here)
How to add it in your Blogger-
All you need to do is embedding these given code into your template, Let’s start-
Step 1: Backup your template (Optional step)
Step 2: Installing blockquote (Mandatory step)
Compatibility
This custom CSS3 Blockquote is compatible with all web browsers latest version (except-IE)
So what you think about this blockquote design, how it working on your blog don’t forget to mention. New blockquote‘s will be release soon stay tuned. Goodluck
Add Blockquote/Syntax highlighter in Blogger
Preview-
Live Demo- (Click Here)
How to add it in your Blogger-
All you need to do is embedding these given code into your template, Let’s start-
Step 1: Backup your template (Optional step)
- Login to your blogger, select your blog,
- Select 'Template' option, click 'backup/restore' from upper right corner.
- Download full template and save it on your pc's Harddrive
Step 2: Installing blockquote (Mandatory step)
- First log into your Blogger, Select your Blog,
- Go to ‘Template’ tab, Select ‘Edit HTML’
- Search for .post-body blockquote using (Ctrl+F or Cmd+F) into code snippet
- If you found .post-body blockquote delete .post-body blockquote’s all default CSS code and replace with these codes in to .post-body blockquote {between brackets here}
@import url(http://fonts.googleapis.com/css?family=Lora);
position: relative; width: 80%;
padding:30px 30px;
margin:auto;
line-height:30px;
color: #6a5f49;
border:#ccc 1px solid;
-webkit-box-shadow: 0px 1px 5px rgba(0,0,0,.25) inset;
-moz-box-shadow: 0px 1px 5px rgba(0,0,0,.25) inset;
box-shadow: 0px 1px 5px rgba(0,0,0,.25) inset;
text-align:left;
font-family: 'Lora', serif;
font-size:100%;
background-image: -webkit-radial-gradient(center, cover, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.1) 90%), -webkit-repeating-linear-gradient(top, transparent, transparent 29px, rgba(239, 207, 173, 0.7) 29px, rgba(239, 207, 173, 0.7) 30px);
background-image: -moz-radial-gradient(center, cover, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.1) 90%), -moz-repeating-linear-gradient(top, transparent, transparent 29px, rgba(239, 207, 173, 0.7) 29px, rgba(239, 207, 173, 0.7) 30px);
background-image: -o-radial-gradient(center, cover, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.1) 90%), -o-repeating-linear-gradient(top, transparent, transparent 29px, rgba(239, 207, 173, 0.7) 29px, rgba(239, 207, 173, 0.7) 30px);
- Unfortunately, If your template doesn’t already have .post-body blockquote then search for ]]></b:skin>
- Above ]]></b:skin> paste these codes.
.post-body blockquote {@import url(http://fonts.googleapis.com/css?family=Lora); position: relative;
width: 80%;
padding:30px 30px;
margin:auto;
line-height:30px;
color: #6a5f49;
border:#ccc 1px solid;
-webkit-box-shadow: 0px 1px 5px rgba(0,0,0,.25) inset;
-moz-box-shadow: 0px 1px 5px rgba(0,0,0,.25) inset;
box-shadow: 0px 1px 5px rgba(0,0,0,.25) inset;
text-align:left;
font-family: 'Lora', serif;
font-size:100%;
background-image: -webkit-radial-gradient(center, cover, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.1) 90%), -webkit-repeating-linear-gradient(top, transparent, transparent 29px, rgba(239, 207, 173, 0.7) 29px, rgba(239, 207, 173, 0.7) 30px);
background-image: -moz-radial-gradient(center, cover, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.1) 90%), -moz-repeating-linear-gradient(top, transparent, transparent 29px, rgba(239, 207, 173, 0.7) 29px, rgba(239, 207, 173, 0.7) 30px);
background-image: -o-radial-gradient(center, cover, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.1) 90%), -o-repeating-linear-gradient(top, transparent, transparent 29px, rgba(239, 207, 173, 0.7) 29px, rgba(239, 207, 173, 0.7) 30px);}
- Then 'Save Template'. And see your Blockquote in live action.
Compatibility
This custom CSS3 Blockquote is compatible with all web browsers latest version (except-IE)
So what you think about this blockquote design, how it working on your blog don’t forget to mention. New blockquote‘s will be release soon stay tuned. Goodluck
10:59 AM | Labels: blogger, tutorials | 0 Comments
Add CSS3 Author Box widget below posts in Blogger
After publishing couple of normal looking Author information box/biography box widget here today I am publishing A High end design base Author bio box build with CSS3, CSS and HTML. This widget offers:
Mandatory step 2:
Again Search for
Before <div class='post-footer-line post-footer-line-1'> copy and paste below codes, {You may find this code phrase twice, ignore first phrase, after second phrase paste codes}
[For HTML5 template users]
If your Template doesn’t contains <div class='post-footer-line post-footer-line-1'>, then search for
And below </article> paste all codes.
How to configure:
- Black unique background
- Round author’s image frame
- Custom web font
- Metro social icons (Facebook, Twitter, Google plus)
- Fast loading, clean codes
Add CSS3 Author Box widget below posts in blogger
Preview:
Live Demo: Click Here
How to install:
This widget set up has two easy steps: Read on-
Non Necessary step:
Back up your template first! Just in case;Live Demo: Click Here
How to install:
This widget set up has two easy steps: Read on-
Non Necessary step:
- Log in to your blogger, select your blog,
- Select ‘Template’ tab, click 'backup/restore' from upper right corner.
- Download full template and save it on Hard-drive
Mandatory step 1:
- Go to ‘Template’ tab, select ‘Edit HTML’
- Search for </head> into code snippet (using CTRL+F or CMD+F)
- Before </head> tag, copy and paste below line
<link href='http://fonts.googleapis.com/css?family=Droid+Serif' rel='stylesheet' type='text/css'/>
Mandatory step 2:
Again Search for
<div class='post-footer-line post-footer-line-1'>
Before <div class='post-footer-line post-footer-line-1'> copy and paste below codes, {You may find this code phrase twice, ignore first phrase, after second phrase paste codes}
<b:if cond='data:blog.pageType == "item"'>
<style>/*crawlist.net CSS starts*/
.ks-auth {height:160px; width:500px; background:#151515; margin:auto;overflow:hidden; -webkit-box-shadow: 0px 1px 5px rgba(0,0,0,.25);
-moz-box-shadow: 0px 1px 5px rgba(0,0,0,.25);
box-shadow: 0px 1px 5px rgba(0,0,0,.25);}
.ks-auth1 {width:120px;height:100%; float:left;}
.ks-auth2 {float:right; margin-top:-155px;}
.ks-auth2 h3 { color:#fff; margin-left:135px; margin-top:8px; margin-bottom:8px; border-bottom:1px dashed #5C97BF;font-family: 'Droid Serif', serif; font-weight:300;font-size:16px;}
.ks-auth2 img { float:right; margin-right:7px; height:20px; width:20px; margin-top:-4px}
.ks-auth2 img:hover { opacity:.9;}
.ks-auth2 p {font-size:13px; color:#fff; margin-left:135px;font-family: 'Droid Serif', serif; line-height:1.5; margin-top:5px; font-weight:100}/*crawlist.net CSS ends*/
</style><!--crawlist.net widget starts-->
<div class='ks-auth'><div class='ks-auth1'>
<img src="Your Image Link" style='float:left; border-radius:50%; border:2px #f5f5f5 solid; width:100px; height:100px; margin-left:15px; margin-top:18px;'/>
</div>
<div class='ks-auth2'>
<h3>About Author <a href="http://plus.google.com/your profile" title="Find me on Google plus" target="_blank"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3tKT_PkT25TnGz5ZX3OhnDBeisONaAG2t7DUjbyVLcZ_Fe_uGt2X3HY48pRlkdUeSY0INzyLPackAb1_jwYw7IgQtjMcJsxRMY1_BTdo0echOCBFXmEHRxQrgFofw6CwVzPdM3EvZKJJQ/s1600/google-plus_64.png"/></a>
<a href="http://www.twitter.com/your profile" title="Find me on Twitter" target="_blank"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgh-VYAlZNaMANYFg8zpd5gK91F2FdEBK2x8myti2tvKF5NlULXAbBB_fYKMTxlAwekR-Q-MaIVhm16jhDtgP6n2lGDHs7Bqics6rxe51x4CAC3dqv70w45EjwRcs0pHosBJOiw-T_KY9Pt/s1600/twitter_64.png"/></a>
<a href="http://www.facebook.com/your profile" title="Find me on Facebook" target="_blank"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi2z2viyoADfNU9IKcMKc8qPZabnxvQKSnYC6Tn-zBdG5YOBaTFLzuQ6hBnpWWN7Ztdf0k2th1FvOYOJVMIsHTfOePfjg3hxdTAWl8exBcFKzIUV6Zf_9b9w8OCKwCCZTpIWYq9Ca5goBLl/s1600/facebook_64.png"/></a></h3>
<p>Your Bio write/paste {30-40 words}</p>
</div></div><!--crawlist.net widget ends--></b:if>
[For HTML5 template users]
If your Template doesn’t contains <div class='post-footer-line post-footer-line-1'>, then search for
</article>
How to configure:
- To configure: Author image; Upload your image (200x200 png/jpg) to Tiny Pic and get the raw image link, paste it on ‘Your Image Link’
- To configure: Social icons; Collect your following profiles direct address link and paste on defaults
- To configure: Bio texts; Write/paste your bio within <p> to </p> tag. Should be 30-40 words
And finally ‘Save Template’, and check your bio in live action
Template Compatibility
This Author box is compatible with almost all stranded templates but unique designed templates, highly modified templates will not accept this. It also will not work on Blogger's default Dynamic view templates. and Will not appears on homepage.
The necessity of Author box widget is so to speak. So add this Author box widget on your Blogger blog and make your blog more detailed, personality full and stylish. Any feedback, problem you facing with this widget don’t forget to mention, Goodluck.....
Template Compatibility
This Author box is compatible with almost all stranded templates but unique designed templates, highly modified templates will not accept this. It also will not work on Blogger's default Dynamic view templates. and Will not appears on homepage.
The necessity of Author box widget is so to speak. So add this Author box widget on your Blogger blog and make your blog more detailed, personality full and stylish. Any feedback, problem you facing with this widget don’t forget to mention, Goodluck.....
9:40 AM | Labels: blogger, widgets | 0 Comments
2 Style Contact form for Blogger/websites
Having Contact form in blogsite and website is very important. You can here about what is site users feedback, recommendation, request even orders. There is a lot of way you can find to add contact form in your Blogger blog or websites. Using 'mailto:your email' tag to contact directly by email is pretty popular and this process use by various popular site all around the web. This 'mailto:your email' can be turned into a custom input field base contact form using HTML and CSS. And here I developed two colored contact form made up with HTML, CSS, CSS3, script and HTML5 markup, these contact forms looks neat, compilable with all web browsers, and got input fields of Name, Email, Subject and text area with warning! Below two styled contact form's code and configuration info given. Let's see how these looks, how to add in Blogger blogs or websites and configure.
Preview-
Codes for copy-
Preview-
Codes for copy-
How to add in Blogger-
How to add in websites-
How to configure-
Live demo- (Here you go)
Black contact form for Blogger/websites
Preview-
Codes for copy-
<style>/*crawlist.net CSS starts*/
.ks-confor { width: 425px; text-align: left; padding:20px 20px; color:#ccc; background:#000000; border:1px solid #000; border-radius:5px;}
.ks-confor .inject { display: block; width: 400px; height: 24px; padding: 6px 10px; margin-bottom: 20px; font: 14px Calibri, Helvetica, Arial, sans-serif; color: #ccc; background: #444; border: 1px solid #222; outline: none; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.7), 0 1px 0 rgba(255, 255, 255, 0.1); -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.7), 0 1px 0 rgba(255, 255, 255, 0.1); box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.7), 0 1px 0 rgba(255, 255, 255, 0.1); -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; -moz-transition: all 0.4s ease-in-out; -webkit-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; behavior: url(PIE.htc); }
.ks-confor textarea.inject { width: 400px; height: 200px; overflow: auto; }
.ks-confor .inject:focus { border: 1px solid #7fbbf9; -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.7), 0 0 3px #7fbbf9; -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.7), 0 0 3px #7fbbf9; box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.7), 0 0 3px #7fbbf9; }
.ks-confor .inject:-moz-ui-invalid { border: 1px solid #e00; -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.7), 0 0 3px #e00; -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.7), 0 0 3px #e00; box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.7), 0 0 3px #e00;}
.ks-confor .inject.invalid { border: 1px solid #e00; -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.7), 0 0 3px #e00; -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.7), 0 0 3px #e00; box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.7), 0 0 3px #e00; }
.ks-confor .form-button { padding: 0 15px; height: 30px; font: bold 12px Calibri, Helvetica, Arial, sans-serif; text-align: center; color: #fff; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7); cursor: pointer; border: 1px solid #0d3d6a; outline: none; position: relative; background-color: #1d83e2; background-image: -webkit-gradient(linear, left top, left bottom, from(#1d83e2), to(#0d3d6a)); /* Saf4+, Chrome */ background-image: -webkit-linear-gradient(top, #1d83e2, #0d3d6a); /* Chrome 10+, Saf5.1+, iOS 5+ */ background-image: -moz-linear-gradient(top, #1d83e2, #0d3d6a); /* FF3.6 */ background-image: -ms-linear-gradient(top, #1d83e2, #0d3d6a); /* IE10 */ background-image: -o-linear-gradient(top, #1d83e2, #0d3d6a); /* Opera 11.10+ */ background-image: linear-gradient(top, #1d83e2, #0d3d6a); -pie-background: linear-gradient(top, #1d83e2, #0d3d6a); /* IE6-IE9 */ -moz-border-radius: 16px; -webkit-border-radius: 16px; border-radius: 16px; -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.7); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.7); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.7); -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; behavior: url(PIE.htc); }
.ks-confor .form-button:active { border: 1px solid #1d83e2; background-color: #0d3d6a; background-image: -webkit-gradient(linear, left top, left bottom, from(#0d3d6a), to(#1d83e2)); /* Saf4+, Chrome */ background-image: -webkit-linear-gradient(top, #0d3d6a, #1d83e2); /* Chrome 10+, Saf5.1+, iOS 5+ */ background-image: -moz-linear-gradient(top, #0d3d6a, #1d83e2); /* FF3.6 */ background-image: -ms-linear-gradient(top, #0d3d6a, #1d83e2); /* IE10 */ background-image: -o-linear-gradient(top, #0d3d6a, #1d83e2); /* Opera 11.10+ */ background-image: linear-gradient(top, #0d3d6a, #1d83e2); -pie-background: linear-gradient(top, #0d3d6a, #1d83e2); /* IE6-IE9 */ -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.7), 0 1px 0 rgba(255, 255, 255, 0.1); -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.7), 0 1px 0 rgba(255, 255, 255, 0.1); box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.7), 0 1px 0 rgba(255, 255, 255, 0.1); }
.ks-confor input[type=submit]::-moz-focus-inner { border: 0; padding: 0;}
.ks-confor label { margin-bottom: 10px; display: block; width: 300px; color: #ccc; font-size: 14px; font-weight: bold; font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;}
.ks-confor label span { font-size: 12px; color: #888; font-weight: normal; }/*crawlist.net CSS ends*/
</style>
<script>
// Replicate placeholder for input boxes and textarea in older browsers
$(function(){
$('input[placeholder], textarea[placeholder]').each(function(){
var $placeInput = $(this);
if( 'placeholder' in document.createElement('input') ) {
var placeholder = true;
}
else {
var placeholder = false;
$placeInput.val( $placeInput.attr('placeholder') );
}
if( !placeholder ) {
$placeInput.focusin(function(){
if( $placeInput.val() === $placeInput.attr('placeholder') ) {
$placeInput.val('');
}
})
.focusout(function(){
if( $placeInput.val() === '' ) {
$placeInput.val( $placeInput.attr('placeholder') );
}
});
}
});
});
</script>
<!-- crawlist.net contact form starts -->
<form action="mailto:you@email.com" class="ks-confor">
<label for="name">Name <span>(required)</span></label>
<input type="text" name="name" class="inject" required />
<label for="email">Email <span>(required)</span></label>
<input type="email" name="email" class="inject" required />
<label for="subject">Subject <span>(optional)</span></label>
<input type="text" name="subject" class="inject" />
<label for="message">Message <span>(required)</span></label>
<textarea name="message" class="inject" required></textarea>
<input class="form-button" type="submit" value="Send Message" />
</form>
<!-- crawlist.net contact form ends -->
White contact form for Blogger/websites
Preview-
Codes for copy-
<style>/*crawlist.net CSS starts*/
.ks-conforlight { width: 425px; text-align: left; padding:20px 20px; color:#FFF; background:#fff; border:1px solid #ccc; border-radius:5px;}
.ks-conforlight .inject { display: block; width: 400px; height: 24px; padding: 6px 10px; margin-bottom: 20px; font: 14px Calibri, Helvetica, Arial, sans-serif; color: #333; background: #fff; border: 1px solid #ccc; outline: none; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.5); -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.5); box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.5); -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; -moz-transition: all 0.4s ease-in-out; -webkit-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; behavior: url(PIE.htc); }
.ks-conforlight textarea.inject { width: 400px; height: 200px; overflow: auto; }
.ks-conforlight .inject:focus { border: 1px solid #7fbbf9; -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3), 0 0 3px #7fbbf9; -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3), 0 0 3px #7fbbf9; box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3), 0 0 3px #7fbbf9; }
.ks-conforlight .inject:-moz-ui-invalid { border: 1px solid #e00; -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3), 0 0 3px #e00; -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3), 0 0 3px #e00; box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3), 0 0 3px #e00;}
.ks-conforlight .inject.invalid { border: 1px solid #e00; -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3), 0 0 3px #e00; -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3), 0 0 3px #e00; box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3), 0 0 3px #e00; }
.ks-conforlight .form-buttonz { padding: 0 15px; height: 30px; font: bold 12px Calibri, Helvetica, Arial, sans-serif; text-align: center; color: #fff; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); cursor: pointer; border: 1px solid #1972c4; outline: none; position: relative; background-color: #1d83e2; background-image: -webkit-gradient(linear, left top, left bottom, from(#77b5ee), to(#1972c4)); /* Saf4+, Chrome */ background-image: -webkit-linear-gradient(top, #77b5ee, #1972c4); /* Chrome 10+, Saf5.1+, iOS 5+ */ background-image: -moz-linear-gradient(top, #77b5ee, #1972c4); /* FF3.6 */ background-image: -ms-linear-gradient(top, #77b5ee, #1972c4); /* IE10 */ background-image: -o-linear-gradient(top, #77b5ee, #1972c4); /* Opera 11.10+ */ background-image: linear-gradient(top, #77b5ee, #1972c4); -pie-background: linear-gradient(top, #77b5ee, #1972c4); /* IE6-IE9 */ -moz-border-radius: 16px; -webkit-border-radius: 16px; border-radius: 16px; -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.5); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.5); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.5); -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; behavior: url(PIE.htc); }
.ks-conforlight .form-buttonz:active { border: 1px solid #77b5ee; background-color: #1972c4; background-image: -webkit-gradient(linear, left top, left bottom, from(#1972c4), to(#77b5ee)); /* Saf4+, Chrome */ background-image: -webkit-linear-gradient(top, #1972c4, #77b5ee); /* Chrome 10+, Saf5.1+, iOS 5+ */ background-image: -moz-linear-gradient(top, #1972c4, #77b5ee); /* FF3.6 */ background-image: -ms-linear-gradient(top, #1972c4, #77b5ee); /* IE10 */ background-image: -o-linear-gradient(top, #1972c4, #77b5ee); /* Opera 11.10+ */ background-image: linear-gradient(top, #1972c4, #77b5ee); -pie-background: linear-gradient(top, #1972c4, #77b5ee); /* IE6-IE9 */ -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.5); -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.5); box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.5); }
.ks-conforlight input[type=submit]::-moz-focus-inner { border: 0; padding: 0;}
.ks-conforlight label { margin-bottom: 10px; display: block; width: 300px; color: #444; font-weight: bold; text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5); font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; }
.ks-conforlight label span { font-size: 12px; font-weight: normal; color: #999; }/*crawlist.net CSS ends*/
</style>
<script>
// Replicate placeholder for input boxes and textarea in older browsers
$(function(){
$('input[placeholder], textarea[placeholder]').each(function(){
var $placeInput = $(this);
if( 'placeholder' in document.createElement('input') ) {
var placeholder = true;
}
else {
var placeholder = false;
$placeInput.val( $placeInput.attr('placeholder') );
}
if( !placeholder ) {
$placeInput.focusin(function(){
if( $placeInput.val() === $placeInput.attr('placeholder') ) {
$placeInput.val('');
}
})
.focusout(function(){
if( $placeInput.val() === '' ) {
$placeInput.val( $placeInput.attr('placeholder') );
}
});
}
});
});
</script>
<!-- crawlist.net contact form starts -->
<form action="mailto:you@email.com" class="ks-conforlight">
<label for="name">Name <span>(required)</span></label>
<input type="text" name="name" class="inject" required />
<label for="email">Email <span>(required)</span></label>
<input type="email" name="email" class="inject" required />
<label for="subject">Subject <span>(optional)</span></label>
<input type="text" name="subject" class="inject" />
<label for="message">Message <span>(required)</span></label>
<textarea name="message" class="inject" required></textarea>
<input class="form-buttonz" type="submit" value="Send Message" />
</form>
<!-- crawlist.net contact form ends -->
How to add in Blogger-
- First log into your Blogger account, select your blog,
- Go to 'Pages' tab and create a page name 'Contact us'
- Select 'edit page' top left of page editing (Compose/HTML) switch to (HTML) mode
- And paste codes in text area, and configure
How to add in websites-
- Go to your contact page's Stylesheet and paste following code and configure.
How to configure-
- "you@email.com" replace with your email what you intent to use as contact with you.
3:44 AM | Labels: blogger, tutorials | 0 Comments
3 Responsive Navigation menus for Blogger
Recently I published high-end CSS3 made 2 different hover styled navigation menu also I published a cool multipurpose dropdown menu too. But none one of them are responsive. Those menu works fine on non-responsive template but if you using responsive template (adapts any screen size, tabs and mobile phone) also you turned off default mobile view on mobile devices then those menu using is worthless. That case we use responsive navigation bars. For your consideration here I am publishing 3 of coolest responsive navigation bars for your responsive templates. They doesn’t come up with dropdown menu but coming soon (working on that), made with CSS, HTML, CSS3 and jQuery. Let’s see how they look like and how to add them on your Blogger blog.
Live demo: (Click here)
Codes:
How to configure:
Compatibility
Caution
So what your feedback about these menu don’t forget to mention, Goodluck……
Black responsive navigation menu
Black oriented gradient colored; equipped with cool CSS3 transition effect, Google font.Live demo: (Click here)
Codes:
<div id='ks-pluto'>
<ul><!--crawlist.net menu starts-->
<li class='active'><a href='#'><span>Home</span></a></li>
<li><a href='#'><span>Tutorials</span></a></li>
<li><a href='#'><span>Customization</span></a></li>
<li><a href='#'><span>About</span></a></li>
<li><a href='#'><span>Contact</span></a></li>
</ul><!--crawlist.net menu ends-->
</div>
<style>/*crawlist.net CSS starts*/
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
@charset "UTF-8";
/* Base Styles */
#ks-pluto ul,
#ks-pluto li,
#ks-pluto a {
list-style: none;
margin: 0;
padding: 0;
border: 0;
line-height: 1;
font-family: 'Lato', sans-serif;
}
#ks-pluto {
border: 1px solid #000000;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
width: auto;
}
#ks-pluto ul {
zoom: 1;
background: #47474e;
background: -moz-linear-gradient(top, #47474e 0%, #2f2f33 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #47474e), color-stop(100%, #2f2f33));
background: -webkit-linear-gradient(top, #47474e 0%, #2f2f33 100%);
background: -o-linear-gradient(top, #47474e 0%, #2f2f33 100%);
background: -ms-linear-gradient(top, #47474e 0%, #2f2f33 100%);
background: linear-gradient(top, #47474e 0%, #2f2f33 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top-color', endColorstr='@bottom-color', GradientType=0);
padding: 5px 10px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
}
#ks-pluto ul:before {
content: '';
display: block;
}
#ks-pluto ul:after {
content: '';
display: table;
clear: both;
}
#ks-pluto li {
float: left;
margin: 0 5px 0 0;
border: 1px solid transparent;
}
#ks-pluto li a {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
padding: 8px 15px 9px 15px;
display: block;
text-decoration: none;
color: #ffffff;
border: 1px solid transparent;
font-size: 16px;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-o-transition: all .5s ease;
-ms-transition: all .5s ease;
transition: all .5s ease;
}
#ks-pluto li.active {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
border: 1px solid #47474e;
}
#ks-pluto li.active a {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
display: block;
background: #171718;
border: 1px solid #000000;
-moz-box-shadow: inset 0 5px 10px #000000;
-webkit-box-shadow: inset 0 5px 10px #000000;
box-shadow: inset 0 5px 10px #000000;
}
#ks-pluto li:hover {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
border: 1px solid #47474e;
}
#ks-pluto li:hover a {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
display: block;
background: #171718;
border: 1px solid #000000;
-moz-box-shadow: inset 0 5px 10px #000000;
-webkit-box-shadow: inset 0 5px 10px #000000;
box-shadow: inset 0 5px 10px #000000;
}
/*crawlist.net CSS ends*/
@media screen and (max-width: 768px) {
#ks-pluto li {
float: none;
margin: 0 5px 0 0;
border: 1px solid transparent;
}
}
</style>
Black and blue responsive navigation menu
Faded black (flat) colored, equipped with cool CSS3 transition effect, Google font and blue underline appears on link hover.
Live demo: (Click here)
Codes:
Codes:
<div id='ks-menu'>
<ul><!--crawlist.net menu starts-->
<li class='active'><a href='#'><span>Home</span></a></li>
<li><a href='#'><span>Tutorials</span></a></li>
<li><a href='#'><span>Customization</span></a></li>
<li><a href='#'><span>About</span></a></li>
<li class='last'><a href='#'><span>Contact</span></a></li>
</ul><!--crawlist.net menu ends-->
</div>
<style>/*crawlist.net CSS starts*/
@import url(http://fonts.googleapis.com/css?family=Raleway);
#ks-menu {background: #333;
width: auto;
}
#ks-menu ul {
list-style: none;
margin: 0;
padding: 0;
line-height: 1.4;
display: block;
zoom: 1;
}
#ks-menu ul:after {
content: " ";
display: block;
font-size: 0;
height: 0;
clear: both;
visibility: hidden;
}
#ks-menu ul li {
display: inline-block;
padding: 0;
margin: 0;
}
#ks-menu.align-right ul li {
float: right;
}
#ks-menu.align-center ul {
text-align: center;
}
#ks-menu ul li a {
color: #ffffff;
text-decoration: none;
display: block;
padding: 15px 25px;
font-family: 'Raleway', sans-serif;
font-weight: 700;
text-transform: capitalize;
font-size: 14px;
position: relative;
-webkit-transition: color .25s;
-moz-transition: color .25s;
-ms-transition: color .25s;
-o-transition: color .25s;
transition: color .25s;
}
#ks-menu ul li a:hover {
color: #fff;
}
#ks-menu ul li a:hover:before {
width: 100%;
}
#ks-menu ul li a:after {
content: "";
display: block;
position: absolute;
right: -3px;
top: 19px;
height: 6px;
width: 6px;
background: #ffffff;
opacity: .5;
}
#ks-menu ul li a:before {
content: "";
display: block;
position: absolute;
left: 0;
bottom: 0;
height: 3px;
width: 0;
background:#3CF;
-webkit-transition: width .25s;
-moz-transition: width .25s;
-ms-transition: width .25s;
-o-transition: width .25s;
transition: width .25s;
}
#ks-menu ul li.last > a:after,
#ks-menu ul li:last-child > a:after {
display: none;
}
#ks-menu ul li.active a {
color: #f5f5f5;
}
#ks-menu ul li.active a:before {
width: 100%;
}
#ks-menu.align-right li.last > a:after,
#ks-menu.align-right li:last-child > a:after {
display: block;
}
#ks-menu.align-right li:first-child a:after {
display: none;
}
/*crawlist.net CSS ends*/
@media screen and (max-width: 768px) {
#ks-menu { -moz-box-shadow: 2px 2px 5px #d5d5d5;
-webkit-box-shadow: 2px 2px 5px #d5d5d5;
box-shadow: 2px 2px 5px #d5d5d5;
}
#ks-menu ul li {
float: none;
display: block;
}
#ks-menu ul li a {
width: 100%;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-bottom: 1px solid #fff;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-o-transition: all .5s ease;
-ms-transition: all .5s ease;
transition: all .5s ease;
}
#ks-menu ul li a:hover {
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-o-transition: all .5s ease;
-ms-transition: all .5s ease;
transition: all .5s ease;
width: 100%;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-bottom: 1px solid #fff;
background:#4c4c4c;
}
#ks-menu ul li.last > a,
#ks-menu ul li:last-child > a {
border: 0;
}
#ks-menu ul li a:after {
display: none;
}
#ks-menu ul li a:before {
display: none;
}
}
</style>
Ocean blue responsive navigation menu
Blue oriented gradient colored; equipped with foldable jQuery featured touch menu on mobile, Google font.
Live demo: (Click here)
Codes:
How to add:
Codes:
<script src="http://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script>
<style>/*crawlist.net CSS starts*/
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro);
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
margin: 0;
padding: 0;
border: 0;
list-style: none;
line-height: 1;
display: block;
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
#cssmenu #menu-button {
display: none;
}
#cssmenu {
width: auto;
border-radius: 4px;
border: 1px solid #2698e9;
font-family: 'Source Sans Pro', sans-serif;
line-height: 1;
background: #6bb9f0;
background: -webkit-linear-gradient(bottom, #54aeee, #82c4f2);
background: -ms-linear-gradient(bottom, #54aeee, #82c4f2);
background: -moz-linear-gradient(bottom, #54aeee, #82c4f2);
background: -o-linear-gradient(bottom, #54aeee, #82c4f2);
background: linear-gradient(to top, #54aeee, #82c4f2);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), inset 0 -2px 0px #46a7ec, inset 0 1px 0 #90cbf4;
}
#cssmenu > ul > li {
float: left;
}
#cssmenu.align-center > ul {
font-size: 0;
text-align: center;
}
#cssmenu.align-center > ul > li {
display: inline-block;
float: none;
}
#cssmenu.align-right > ul > li {
float: right;
}
#cssmenu > ul > li > a {
padding: 20px 25px 21px 25px;
font-size: 15px;
text-decoration: none;
color: #fcfefb;
-webkit-transition: all .2s ease;
-moz-transition: all .2s ease;
-ms-transition: all .2s ease;
-o-transition: all .2s ease;
transition: all .2s ease;
}
#cssmenu > ul > li:first-child > a {
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
#cssmenu.align-center > ul > li:first-child > a {
border-radius: 0;
}
#cssmen.align-right > ul > li:first-child > a {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
color: #444444;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover {
background: rgba(125, 125, 125, 0.04);
}
#cssmenu > ul > li:after {
content: '';
position: absolute;
top: 18px;
right: 0;
display: block;
height: 20px;
width: 1px;
opacity: .15;
background: rgba(0, 0, 0, 0.7);
background: linear-gradient(to top, rgba(0, 0, 0, 0), #000000, rgba(0, 0, 0, 0));
background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #000000, rgba(0, 0, 0, 0));
background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), #000000, rgba(0, 0, 0, 0));
background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #000000, rgba(0, 0, 0, 0));
background: -o-linear-gradient(top, rgba(0, 0, 0, 0), #000000, rgba(0, 0, 0, 0));
}
#cssmenu.align-right > ul > li:after {
right: auto;
left: -1px;
}
#cssmenu > ul > li:before {
content: '';
position: absolute;
top: 18px;
right: -1px;
display: block;
height: 20px;
width: 1px;
opacity: .35;
background: rgba(255, 255, 255, 0.8);
background: linear-gradient(to top, rgba(0, 0, 0, 0), #ffffff, rgba(0, 0, 0, 0));
background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #ffffff, rgba(0, 0, 0, 0));
background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), #ffffff, rgba(0, 0, 0, 0));
background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.01), #ffffff, rgba(255, 255, 255, 0.01));
background: -o-linear-gradient(top, rgba(0, 0, 0, 0), #ffffff, rgba(0, 0, 0, 0));
}
#cssmenu.align-right > ul > li:before {
right: auto;
left: 0px;
}
#cssmenu > ul > li:last-child:after,
#cssmenu > ul > li:last-child:before {
display: none;
}
#cssmenu.small-screen {
width: 100%;
}
#cssmenu.small-screen > ul,
#cssmenu.small-screen.align-center > ul {
width: 100%;
text-align: left;
}
#cssmenu.small-screen > ul > li,
#cssmenu.small-screen.align-center {
float: none;
display: block;
border-top: 1px solid rgba(100, 100, 100, 0.1);
}
#cssmenu.small-screen > ul > li > a {
padding: 18px 25px;
}
#cssmenu.small-screen > ul > li:after,
#cssmenu.small-screen > ul > li:before {
display: none;
}
#cssmenu.small-screen #menu-button {
display: block;
padding: 18px 25px 19px 25px;
cursor: pointer;
font-size: 15px;
text-decoration: none;
color: #fcfefb;
}
#cssmenu.small-screen #menu-button.menu-opened {
color: #444444;
}
#cssmenu.small-screen #menu-button:after {
content: "";
position: absolute;
right: 25px;
top: 20px;
display: block;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
border-top: 2px solid #fcfefb;
border-bottom: 2px solid #fcfefb;
width: 18px;
height: 3px;
}
#cssmenu.small-screen #menu-button.menu-opened:after {
border-top: 2px solid #444444;
border-bottom: 2px solid #444444;
}
#cssmenu.small-screen #menu-button:before {
content: "";
position: absolute;
right: 25px;
top: 30px;
display: block;
width: 18px;
height: 2px;
background: #fcfefb;
}
#cssmenu.small-screen #menu-button.menu-opened:before {
background: #444444;
}/*crawlist.net CSS ends*/
</style>
<div id='cssmenu'>
<ul><!--crawlist.net menu starts-->
<li class="active"><a href="#">Home</a></li>
<li><a href="#">Tutorials</a></li>
<li><a href="#">Customization</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Contact</a></li>
</ul><!--crawlist.net menu ends-->
</div>
<script>
(function($) {
$.fn.menumaker = function(options) {
var cssmenu = $(this), settings = $.extend({
title: "Menu",
format: "dropdown",
breakpoint: 768,
sticky: false
}, options);
return this.each(function() {
cssmenu.find('li ul').parent().addClass('has-sub');
if (settings.format != 'select') {
cssmenu.prepend('<div id="menu-button">' + settings.title + '</div>');
$(this).find("#menu-button").on('click', function(){
$(this).toggleClass('menu-opened');
var mainmenu = $(this).next('ul');
if (mainmenu.hasClass('open')) {
mainmenu.hide().removeClass('open');
}
else {
mainmenu.show().addClass('open');
if (settings.format === "dropdown") {
mainmenu.find('ul').show();
}
}
});
multiTg = function() {
cssmenu.find(".has-sub").prepend('<span class="submenu-button"></span>');
cssmenu.find('.submenu-button').on('click', function() {
$(this).toggleClass('submenu-opened');
if ($(this).siblings('ul').hasClass('open')) {
$(this).siblings('ul').removeClass('open').hide();
}
else {
$(this).siblings('ul').addClass('open').show();
}
});
};
if (settings.format === 'multitoggle') multiTg();
else cssmenu.addClass('dropdown');
}
else if (settings.format === 'select')
{
cssmenu.append('<select style="width: 100%"/>').addClass('select-list');
var selectList = cssmenu.find('select');
selectList.append('<option>' + settings.title + '</option>', {
"selected": "selected",
"value": ""});
cssmenu.find('a').each(function() {
var element = $(this), indentation = "";
for (i = 1; i < element.parents('ul').length; i++)
{
indentation += '-';
}
selectList.append('<option value="' + $(this).attr('href') + '">' + indentation + element.text() + '</option');
});
selectList.on('change', function() {
window.location = $(this).find("option:selected").val();
});
}
if (settings.sticky === true) cssmenu.css('position', 'fixed');
resizeFix = function() {
if ($(window).width() > settings.breakpoint) {
cssmenu.find('ul').show();
cssmenu.removeClass('small-screen');
if (settings.format === 'select') {
cssmenu.find('select').hide();
}
else {
cssmenu.find("#menu-button").removeClass("menu-opened");
}
}
if ($(window).width() <= settings.breakpoint && !cssmenu.hasClass("small-screen")) {
cssmenu.find('ul').hide().removeClass('open');
cssmenu.addClass('small-screen');
if (settings.format === 'select') {
cssmenu.find('select').show();
}
}
};
resizeFix();
return $(window).on('resize', resizeFix);
});
};
})(jQuery);
(function($){
$(document).ready(function(){
$(document).ready(function() {
$("#cssmenu").menumaker({
title: "Menu",
format: "dropdown"
});
});
});
})(jQuery);
</script>
How to add:
- Log into your Blogger blog; select your blog
- Go to 'Layout' tab; click 'add a gadget’, see image
- Select 'html/javascript' from Pop-up menu,
- Copy following codes and configure
How to configure:
- Change # with your label link and title word with your label name
- Save template; and check your blog out for live preview.
Compatibility
- These navigation menus are compatible with any default and standard designed template. If its design breaks on any template remove it.
- These menus are compatible with any updated Web browser.
Caution
- Make sure your template has this line in <head> area
<meta name="viewport" content="width=device-width, initial-scale=1">
- If your template already has this line, don’t copy twice (For Third number menu)
<script src="http://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script>
So what your feedback about these menu don’t forget to mention, Goodluck……
12:58 AM | Labels: blogger, widgets | 0 Comments
13 Best Forum CMS/Script to use
Forum or bulletin board is the best way to start discussion with your website or product's user, clients or Just chilling out with a phenomenon, problem or solutions. To create a forum website you need to make a platform by coding, Or you can just use ready-made forum CMS (content management system). Here I've made a list for best forum CMS (platform) or bulletin board script/software. All forum cms gathered here are easy to use and management plus high end performance and satisfaction. Just read on the list, click on the names to get more information, download and use.
V Bulletin (Paid)
The best professional and business forum cms/software. You can find it anywhere all over the internet. They got customer like Nasa, Sony, Stream
Satisfaction:
Satisfaction:
Price starts from 30$ to 175$. Trial available
Mybb (Free)
Mybb has super easy to use interface. Standard discussion board structure what made with a motto ‘both for you and your visitor's' very popular and so on!
Features
Phpbb (Free)
The most widely used open source forum cms or bulletin board in the world. Millions of people use it to build small or huge corporate forum.
Features
Smf (Free)
Smf stands for Simple machine forum. Free and professional grade cms package what allows your own online community within minutes!
Features
Bbpress (Free)
Runs on Wordpress, Honestly wordpress is the only platform that can be shape in any cms. It’s easy to use, easy to administrate, fast and clean. But don’t let its simplicity deceive you; underneath the gleam, it’s got some powerful features and is highly customizable
Features
AEF (Free)
Aef stands for Advance electron forum A Bulletin board or forum software what is more than meets the eye. More features, more customization and so on.
Features
Punbb (Free)
PunBB is a fast and lightweight PHP powered discussion board. It is released under the GNU (General Public License). Its primary goals are to be faster, smaller and less graphically intensive as compared to other discussion boards
Features
Xmb (Free)
XMB stands for eXtmeme massage board. It’s lightweight PHP forum software with all the features you need to support a growing community. With outstanding community support and contribution, you will find XMB to be easy to setup, customize, and enhance.
Features
Vanilla (Free)
Another open source fast growing forum cms. Dedicated for users
Features
Fluxbb (Free)
FluxBB is a free open source forum software what designed to be fast, light and user friendly. BB's code, written in PHP, has a proven track record of stability and security.
Features
Fud forum (Free)
Full meaning of fud is fast uncompromising discussion forum. It’s a open source and extraordinary forum software. Super fast template supported, Usenet newsletter xml feed aggregator.
Features
Phorum (Free)
Phorum designed to be designed to meet different needs of different web sites while not sacrificing performance or features. A Php and mysql powered free open source forum cms.
Features
Last words, forums are extremely useful get to know what people talks and discuss about your site and product also a discussion group of any thing can bring out and solve problems and build networks community too. So decide what cms you will use for your forum website. Phpbb and Mybb are recommended but for business paid is always best and secure too. What you gonna use don't forget to mention.
13 Best Forum CMS/Script to use
V Bulletin (Paid)
The best professional and business forum cms/software. You can find it anywhere all over the internet. They got customer like Nasa, Sony, Stream
Satisfaction:
- Real-time integration
- Extensive personalization (lot of third party themes)
- Content generation
- Mobile optimize
- Easy management ability to launch site under 15 minutes
- Integrated Seo
- Built in strong security
- Customer support
Satisfaction:
- Effective discussion comprehensive tool to discuss effortlessly
- User engagement
- Flexibility
- Superb customization
- Tool for promoting and sharing media stuffs on website
- Build in .htaccess, brute force protection, Xss protections
- Customer supports
Price starts from 30$ to 175$. Trial available
Mybb (Free)
Mybb has super easy to use interface. Standard discussion board structure what made with a motto ‘both for you and your visitor's' very popular and so on!
Features
- Have an unlimited number of members, forums, posts, threads - and anything else!
- Mysql Full text search capabilities
- As many copies as you like, one database.
- Completely customizable with our intuitive templates and theme system
- Install or create as many different languages on your forum as you please
- Developed in PHP, compatible with MySQL, PgSQL, and SQLite v2 and v3 database servers
- Powerful user control panel
- Custom profiles and settings per user
- Custom profile fields
- Advanced private messaging system with tracking and multiple folders
- Reputation system allowing members to rate each other
- Signatures, avatars, buddy and ignore lists and forum subscriptions
- Attach multiple files to a single post
- Automatic thumbnail generation for attached images
- Click-able smiles and BB Code
- Quick moderation options for moderators
- Email notification of new posts
- Create polls with multiple options and attach them to threads
- Multi-quote - quote multiple posts easily in one reply
Phpbb (Free)
The most widely used open source forum cms or bulletin board in the world. Millions of people use it to build small or huge corporate forum.
Features
- Modular design for the Admin Control Panel, Moderator Control Panel, and User Control Panel
- Support for multiple database management systems,
- Support for unlimited levels of sub forums
- Ability to create custom-defined BBCode
- Ability to create custom profile fields
- Permissions system
- UTF-8 Support
- User Preferences (customizable themes)
- Seo (Search Engine spider Handling)
- Unread message tracking
- Private Message System
- Statistics
Smf (Free)
Smf stands for Simple machine forum. Free and professional grade cms package what allows your own online community within minutes!
Features
- Comprehensive template system
- Advanced permission and user management.
- Supports multiple languages at once.
- Open and well documented source code.
- Tracking of new and old unread topics, not just from your last visit.
- Designed for optimal performance and scalability.
- Multimedia output.
- Multi language support from a large community.
- Package manager that automatically installs or uninstalls mods
- Search the entire forum, a category/board or within a topic.
- Search within your private messages.
Bbpress (Free)
Runs on Wordpress, Honestly wordpress is the only platform that can be shape in any cms. It’s easy to use, easy to administrate, fast and clean. But don’t let its simplicity deceive you; underneath the gleam, it’s got some powerful features and is highly customizable
Features
- Open Source, always and forever
- Simplicity is a feature
- Speed and security are the foundation of any good user experience
- Put the user first
- Highly customizable as always!
AEF (Free)
Aef stands for Advance electron forum A Bulletin board or forum software what is more than meets the eye. More features, more customization and so on.
Features
- UTF-8 Supported
- Seo Tools
- IP Ban
- W3C Validated
- News System with articles
- Shout Box!
- Threaded Mode for topics JS DOCK (for easy navigation)
- WYSIWYG Editors
- Customizable Themes
- Multiple Languages supported
- Time Zone Adjustment
- Automatic Updates
- Export Files and Database
- Suggest Framework for usernames while writing Private massages
- Domdrag (for reordering Categories, Forums, emoticons A new feature included for the first time ever in a forum software)
Punbb (Free)
PunBB is a fast and lightweight PHP powered discussion board. It is released under the GNU (General Public License). Its primary goals are to be faster, smaller and less graphically intensive as compared to other discussion boards
Features
- Extension system based on hooking technique. One click extension installation,
- No need to modify forum's code anymore.
- Full UTF-8 support.
- More customizable styles, template system.
- New layout: markup, Css, language files updated, markup helper functions added.
- URL rewriting schemes, nice URLs built-in.
- Split/merge topics functionality.
- Multiple groups for moderators allowed.
- Searches are now case-insensitive, extern.php improved, more global,
- Per-group and per-user options added.
- Certain "bad" characters are silently stripped out from the text input.
- Got rid of extras folder
- Hot fix system based on extension system for quick bug fixes.
Xmb (Free)
XMB stands for eXtmeme massage board. It’s lightweight PHP forum software with all the features you need to support a growing community. With outstanding community support and contribution, you will find XMB to be easy to setup, customize, and enhance.
Features
- Forum Organization with Categories, Forums & Sub-Forums
- Easy to use Member Management
- Anti-spam image verification for registration and anonymous posting
- Private Messaging
- Inline Mass Moderation
- Easy-to-use Theme Interface
- Board Rules & FAQ System
Vanilla (Free)
Another open source fast growing forum cms. Dedicated for users
Features
- Rich User Experience
- Slick Administration Capabilities
- Limitless Add-ons
- Custom Themes
- Change Title of add custom logo with one click
- Easily Import old Forum
- API system
- Social Connect
- Mobile optimization
- Vanilla Connect
- Banner
- File Upload
Fluxbb (Free)
FluxBB is a free open source forum software what designed to be fast, light and user friendly. BB's code, written in PHP, has a proven track record of stability and security.
Features
- Supports PHP4 and PHP5
- Supports MySQL, PostgreSQL and SQLite
- Produces valid XHTML 1.0 Strict pages
- Easily translated into any language
- Support for UTF-8 (v1.4)
- Free for domestic and commercial use
- Distributed under GNU General Public License
- Built in Security
Fud forum (Free)
Full meaning of fud is fast uncompromising discussion forum. It’s a open source and extraordinary forum software. Super fast template supported, Usenet newsletter xml feed aggregator.
Features
- Spell Checker
- Template System, Fast loading performance
- Multi language
- Group Permission System
- Private Messaging
- File Attachments
- Polls launch
- Forum and Topic Subscriptions (via Email, Icq)
- Full Text Search
- Online Status
- Clickable BBCode supports
Phorum (Free)
Phorum designed to be designed to meet different needs of different web sites while not sacrificing performance or features. A Php and mysql powered free open source forum cms.
Features
- Performance a versatile product that can serve anyone's needs.
- Forum Customization flexible hook & module system.
- Forum Design able to rearrange the data in any shape, form or fashion user or developer's want
Last words, forums are extremely useful get to know what people talks and discuss about your site and product also a discussion group of any thing can bring out and solve problems and build networks community too. So decide what cms you will use for your forum website. Phpbb and Mybb are recommended but for business paid is always best and secure too. What you gonna use don't forget to mention.
10:33 PM | Labels: Other, web dev | 0 Comments
Subscribe to:
Posts (Atom)