7 best Online Gradient Color code generators

7 best Online CSS3 Gradient color code generator
Gradient color means two or more shades of color in only one image/background. Gradient color uses vastly on graphic designing, web designing now days and its popularity are increasing fast. In graphic design you can use Photoshop to make this gradient color and in web designing there is lots of online web tool can help you to generate this Gradient CSS3 and CSS color code simply with few mouse clicks and dragging, and of course there is a fun to use these tools, saves times and they are completely free. So read on the best online Gradient color code generator’s list.

7 best Online CSS3 Gradient color code generator

Colorzilla
Very powerful Photoshop like CSS gradient editor and generator with flexible preview panel. Provides features like Cross browser CSS output-Sass output, Horizontal-vertical-diagonal and radial gradients, Hex-rgb-rgba-hsl-hsla color formats, Complex multi stop gradients, Opacity support with multiple opacity stops, More than 135 gradient presets, Adjust gradient by hue-saturation-lightness plus lots more functions.
Colorzilla is pretty complicated gradient color editor, but it is very enrich than other, unlimited possibility that anyone can ever imagine of.

CSS3 Factory
This gradient color generator is very easy to use and output is also neat. This tool has 2 type color format output CSS3 prefix webkit, Gradient Direction (X – Start, Y – Start, X – End, Y – End), multiple gradients and color adding presents. Easy to use and time saver

CSS Matic
The ultimate CSS tools for web designers. This tool offers 25 gradient presets, reverse colors and multi stop gradients, Opacity support with multiple opacity stops, Hue-Saturation-Lightness adjustment, Cross browser supports output, CSS and SASS outputs import from CSS plus more functions.

Angry tools
Easy online CSS Gradient Generator. 45 gradient presets, 5 types of output, various orientations
including linear or radial, rotation option, Locations, reverse colors, Opacity supports, Cross browser capability output.

Microsoft CSS Gradient Background Maker 
Uses color picker and live demo to create CSS background image gradients. Output CSS3 markup has Cross browser supports output of (prefixes: -ms-, -moz-, -o-, -webkit-), 3 type gradient style: Linear-Circular-Elliptical, Start and end locations, Offset, Direction (to bottom right, to bottom, to bottom left, to right, to left, to top right, to top, to top left)

CSS3 Gradient Generator 
Simple CSS3 gradient generator which makes life easy. Start and end locations, rotation option, RGB output, Cross browser capability output.

Free HTML5 templates 
Quick 2 Color CSS3 Gradient Generator. Beginning color and ending color, specify a third-middle color, Direction supports (Top to Bottom, Left to Right, Radial), supports output of (prefixes: -moz, -webkit-).

  • And all these CSS3 tools listed here in this article (link) offer's simple and easy Gradient Color generator.

Gradients background gives your site a very stunning look. For website’s background necessary gradients background generally served by photoshoped image what makes you site loading speed bit of sloppy so use CSS Gradients editor and generator to produce your Gradient background save your times, get smarter and explore cooler outlook from the world of colors. What tool you use or will be use don’t forget to mention.

7 best CDN service Wordpress plugins to use

7 best CDN service Wordpress plugins to use
CDN full means Content delivery network, it's an advanced content delivery service that uses a huge distributed system of servers in multiple data centers to serve website content (Text, codes, images, video etc) to website visitors and give high end performance of website and visitor satisfaction. CDN 's content delivery system is very very powerful than your website hosting's server, and makes your website super fast loading (more than 200%), makes your website secure from various hack protection. In the matter of running Wordpress powered blogsite using CDN is kind of mandatory.
So here I listed those best and free CDN plugins name and satisfaction. Basically these plugin are use for launching the CDN service, basically you have to go to these plugin provider service to create account, add your site to service. So read on 7 best free CDN service to use for wordpress sites.

7 best CDN service Wordpress plugins to use


1. Cloud Flare
CloudFlare is the most popular free CDN service. Operating 23 data centers around the world. This service offers speeding up your site (can be more than 300%), Web pages with ad servers and third party widgets load snappy on both mobile and computers, Protect your website from a range of online threats, present data of all your website’s traffic including threats even search engine bots, one click set up cloud flare app will make your site more stronger and safe.

2. CoralCDN
Coral CDN help speed up a website by loading assets from multiple sources around the Internet. Coral CDN provides a free network of servers to help website owners easily off-load resources to improve the performance of the site. Has Modern peer to peer indexing technologies, 260 servers around the world.

3. jsDelivr
jsDelivr is a free public CDN that hosts JavaScript libraries and jQuery plugins, including all of the files they need to work css&png. It even hosts JavaScript files that use popular WordPress plugins. It will Speeds up your website, Cuts the bandwidth bill, Offloads the server from extra requests. Supports HTTPS and Uses Google CDN to load jQuery to take advantage of the user's browser cache. They has 91 server around globe

4. Bootstrap CDN
Official WordPress plugin of Bootstrap CDN by MaxCDN. It's a free and public content delivery network. Users of Bootstrap CDN can load CSS, JavaScript and images remotely from its servers. Provides Faster website, Less requests to your server

5. Incapsula
Incapsula gives any website the security and performance previously only available to the website elite. Through a simple DNS settings change, website traffic is seamlessly routed through Incapsula's global network of high powered servers. In realtime, blocking even the latest web threats from sophisticated SQL injection attacks to malicious bots and intruding comment spammers, accelerated and optimized site for faster load times

6. Blue Hat CDN
This plugin offers lossless image optimization, JavaScript/CSS compression, parallel download optimization, database optimization. It also supports offloading your static media files to various cloud delivery networks including, Blue Hat Cloud Delivery Network, Amazon CloudFront, and Rackspace CloudFiles. Plus Optimizes Your HTML Code to be HTML 5 Compliant Optimizes, OneClick Setup etc

7. Photon
Provide by wordpress, comes with Jetpack plugin. Give your site a boost by loading images in posts from the WordPress.com content delivery network. It will cache your images and serve them from a super-fast network.

And using these CDN service you can have a faster website and more secure blogging. Don't forget to mention what CDN service you use or you will be.

Add Featured Post slider in Blogger (homepage/below post) Carousel style


Add Featured Post slider in Blogger (homepage/below post) Carousel style
Couple of month ago I published a high-end featured post widget which can be add to sidebar of your Blogger blog. Here today I am publishing another featured post widget what you can use on your homepage or below posts. This widget is a jQuery slider also known as ticker image slider. This featured post slider is:
  • Simple: Easy to configure and customize
  • Small: Don’t take much space wherever you set it
  • Awesome: Smart and neat looking carousel style
Let’s see how it looks like and how to add it in Blogger blogs.

Add featured post slider in Blogger (homepage/below post)


Preview:

Add Featured Post slider in Blogger (homepage/below post) Carousel style
Live Demo: (click here)

Codes for copy:

<script src="http://code.jquery.com/jquery-latest.js"></script>
<script type="text/javascript" src="http://yourjavascript.com/35622252191/slider.js"></script>
<script type="text/javascript">
          $(document).ready(function(){
             $('#slider').bxSlider({
            ticker: true,
            tickerSpeed: 5000,
            tickerHover: true
          });
          });
</script>
<style>
/*crawlist.net slider CSS*/
#slider {
    list-style:none;
    padding:0px;
}

.slider-container {
    background:#fff;
    width:80%;
    height:150px;
    padding:17px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    overflow:hidden;
margin:auto;
}

.newcon { width:80%; margin:auto; overflow:hidden}

#slider img {
    width:200px;
    height:125px;
    margin:0px;
    display:inline-block;
    border: 1px solid #f5f5f5;   
}

#slider li {
    width:210px
}
/*crawlist.net slider CSS*/
</style>

       
<div class="newcon">
<!-- crawlist.net slider starts -->
<div class="slider-container">
<ul id="slider">  
<li><a href='place link' title="place hover text" target="_blank"><img src="image link"/></a></li>

<li><a href='place link' title="place hover text" target="_blank"><img src="image link"/></a></li>

<li><a href='place link' title="place hover text" target="_blank"><img src="image link"/></a></li>

<li><a href='place link' title="place hover text" target="_blank"><img src="image link"/></a></li>

<li><a href='place link' title="place hover text" target="_blank"><img src="image link"/></a></li>

<li><a href='place link' title="place hover text" target="_blank"><img src="image link"/></a></li>

<li><a href='place link' title="place hover text" target="_blank"><img src="image link"/></a></li>

<li><a href='place link' title="place hover text" target="_blank"><img src="image link"/></a></li>
</ul>  
</div><!-- crawlist.net slider ends --></div>

Adding this widget on Homepage

  • First log into Blogger, select your blog,
  • Go to ‘Layout’ tab and click ‘add a gadget’ from the below space of header
  • Select ‘HTML/JavaScript’ from pop up page;
  • Copy and paste given codes in content box, configure and Save
  • Now hit ‘View blog’ and hover mouse on slider widget’s editing icon wrench;
  • And look bottom of web browser and you will see a line, that contains Widget ID;
  • Detect your widget id it generally looks like (HTML1, HTML2, HTML3, Blog1) see image below;
Add Featured Post slider in Blogger
    • Then, go to ‘Template’ tab, ‘Edit HTML’ and search for your widget ID (using Ctrl+F or Cmd+F) into code snippet;
    • You will see chunks of codes starts with <b:section and ends with </b:section>
    • Like this

    <b:section class='tabs' id='crosscol' maxwidgets='1' name='Cross-Column' showaddelement='yes'>
            <b:widget id='WIDGET ID' locked='false' title='' type='HTML'>
              <b:includable id='main'>
      <!-- only display title if it's non-empty -->
      <b:if cond='data:title != &quot;&quot;'>
        <h2 class='title'><data:title/></h2>
      </b:if>
      <div class='widget-content'>
        <data:content/>
      </div>

      <b:include name='quickedit'/>
    </b:includable>
            </b:widget>
          </b:section>
    • Identify them and place this line (see image) Before the codes chunk

    <b:if cond='data:blog.url == data:blog.homepageUrl'>
    • and at the end of code this line

    </b:if>
       
      Add Featured Post slider in Blogger
      • And Save template.

      Adding this widget below posts

      • Go to ‘Template’ tab, select ‘Edit HTML’
      • Search for (using Ctrl+F or Cmd+F) into code snippet

      <div class='post-footer-line post-footer-line-1'>
      • You may find this line twice so ignore the first time, second time copy paste codes and before all codes add this line

      <b:if cond='data:blog.pageType == &quot;item&quot;'>
      • And after all code paste this line,

      </b:if>
      • Configure and Save template

      How to configure:
      • In 'place link' place your links and add your post title in ‘place hover text’
      • In "image link" place your image link, you can host image on Blogger; just upload you image; preview them and from address bar copy image’s direct code and place them in Image link; otherwist use Tinypic-Upload your image; then copy links from ‘direct links for layout’. You should use images size of 200px width and 125px height
      • You can delete a slide content by deleting <li> to </li>
      • You can add more slide by coping <li> to </li>
      • You can also change the default image size by changing value of height and width (red marked)
      How it working on your blog don’t forget to mention and any question and feedback leave with comment. Goodluck...

      Add (10) Floating 'Twitter follow badge widget' on Blogger

      Add (10) Floating 'Twitter follow badge widget' on Blogger
      You may be seen these floating ‘Twitter follow badge widget’ on many blogsites, which widget appears left or right side of blogs and floats. These badge widgets helps you to get twitter audience faster and easily. For your consideration here I present to you 10 different styles of ‘Twitter follow badge widget’. These widgets come up with lightly coded with CSS3, easy customizable and 10 different styles to choose. Let’s see how they looks like, how to add it on your Blogger blog, how to configure.

      1. Twitter house badge (On mouse hover, twitter bird appears)
      Twitter follow badge widget


      <style>
      /*crawlist.net CSS starts*/
      #ks-floattwitter {
      position:fixed;_position:absolute;bottom:10%;right:0px;clip:
      inherit;_top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);_left:expression(document.documentElement.scrollLeft + document.documentElement.clientWidth - offsetWidth);}
      #ks-floattwitter img{height:100px; width:100px;}
      /*crawlist.net CSS ends*/
      </style>
      <div id="ks-floattwitter">
      <!--crawlist.net float starts-->
      <a href="http://twitter.com/your profile" target="_blank"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgQ7-pz7JAaeOHdaYITuBpVWan6yiXQvLPwxwPiqKLwG8dhJow6qfnHQoV66DhsFMVb7ORK8uO2EH2nQCX66ZMtv-Y9MyaqMPNBoZVg5_E5s_fA8MDSOykCWlB1ZXz7xYSE7UgqX7tEwOon/s1600/1.png" onmouseover="this.src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg08DXS-48WI4X2sAF2tC5CSvxFaZ-9fPYjPjFg3B5xf0faoRaT_ctkPe631ls7M_nht07nWZ9spz_zpmQ1udvkjGP8ubOpTXHO_J_aBUrFlpXZVQ9Cz_qwq_bMrn8XFeK4LTrDNqhcfo7a/s1600/2.png'" onmouseout="this.src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgQ7-pz7JAaeOHdaYITuBpVWan6yiXQvLPwxwPiqKLwG8dhJow6qfnHQoV66DhsFMVb7ORK8uO2EH2nQCX66ZMtv-Y9MyaqMPNBoZVg5_E5s_fA8MDSOykCWlB1ZXz7xYSE7UgqX7tEwOon/s1600/1.png'" /></a>
      <!--crawlist.net float ends-->
      </div>


      2. Little Twitter bird badge
      Twitter follow badge widget


      <style>
      /*crawlist.net CSS starts*/
      #ks-floattwitter {
      position:fixed;_position:absolute;bottom:20%;right:0px;clip:
      inherit;_top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);_left:expression(document.documentElement.scrollLeft + document.documentElement.clientWidth - offsetWidth);}
      #ks-floattwitter img{height:100px; width:100px;}
      /*crawlist.net CSS ends*/
      </style>
      <div id="ks-floattwitter">
      <!--crawlist.net float starts-->
      <a href="http://twitter.com/your profile" target="_blank"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiQkBmPNeaatwPehy83g1FxqHm6AGerIF2Pzlx7ds-G2WkUYFq2nqeveIn65DVy8sR_PggiQz3ffiImsAsqOLCBvlk3AjLFeWehi8L4D6s58p3o_G1dMHPgiOG_6HoN_AElXWtQiLKcFSnr/s1600/2.png"/></a>
      <!--crawlist.net float ends-->
      </div>


      3. Cute Twitter bird badge
      Twitter follow badge widget


      <style>
      /*crawlist.net CSS starts*/
      #ks-floattwitter {
      position:fixed;_position:absolute;bottom:20%;right:0px;clip:
      inherit;_top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);_left:expression(document.documentElement.scrollLeft + document.documentElement.clientWidth - offsetWidth);}
      #ks-floattwitter img{height:100px; width:100px;}
      /*crawlist.net CSS ends*/
      </style>
      <div id="ks-floattwitter">
      <!--crawlist.net float starts-->
      <a href="http://twitter.com/your profile" target="_blank"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiyb4beBk1wU88NA5zgcjjXEz_icCKkpwrZLN9pCtq1-j8jtZXoNR0ONTkVRDRyqIqDpSuPetabkb4G6xucInvptZlTPYIZJ32UkiSzwwBIYaaSu4MfUBYIK8Lp5RsezFIU5_H6a1Q59RjI/s1600/3.png"/></a>
      <!--crawlist.net float ends-->
      </div>



      4. Twitter bird on branch badge
      Twitter follow badge widget


      <style>
      /*crawlist.net CSS starts*/
      #ks-floattwitter {
      position:fixed;_position:absolute;bottom:20%;right:0px;clip:
      inherit;_top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);_left:expression(document.documentElement.scrollLeft + document.documentElement.clientWidth - offsetWidth);}
      /*crawlist.net CSS ends*/
      </style>
      <div id="ks-floattwitter">
      <!--crawlist.net float starts-->
      <a href="http://twitter.com/your profile" target="_blank"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhk1NTpoIP5knvZJibirS6ZjWBUbBZVVC1bQhKlP64YqqCUYE0Oc6-l8NnAXdOFe-thHrqerWMU8fRhRPsNMLCqNs_tgrGZrqWclHAsB8ljCxNBy-F6N-yLboEOynd6XkPxs0SzX0qlOUuR/s1600/4.png"/></a>
      <!--crawlist.net float ends-->
      </div>



      5. Twitter rocket badge
      Twitter follow badge widget


      <style>
      /*crawlist.net CSS starts*/
      #ks-floattwitter {
      position:fixed;_position:absolute;bottom:20%;right:0px;clip:
      inherit;_top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);_left:expression(document.documentElement.scrollLeft + document.documentElement.clientWidth - offsetWidth);}
      /*crawlist.net CSS ends*/
      </style>
      <div id="ks-floattwitter">
      <!--crawlist.net float starts-->
      <a href="http://twitter.com/your profile" target="_blank"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgR7BDadYsEJTEKpf8bLoVGjEx2rWsmQI3QQ4h7vdwQFriZ8L_1G0G8rbyr1eUDl6MCJMjWQbCf704YGpwmMDkvbuPNGymjYrU8q4fbnOZOdqn9-nVBI6WAIQgJU57-rGXgOp9QDfR-5Jme/s1600/5.png"/></a>
      <!--crawlist.net float ends-->
      </div>



      6. Twitter planet badge
      Twitter follow badge widget

      <style>
      /*crawlist.net CSS starts*/
      #ks-floattwitter {
      position:fixed;_position:absolute;bottom:20%;right:0px;clip:
      inherit;_top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);_left:expression(document.documentElement.scrollLeft + document.documentElement.clientWidth - offsetWidth);}
      /*crawlist.net CSS ends*/
      </style>
      <div id="ks-floattwitter">
      <!--crawlist.net float starts-->
      <a href="http://twitter.com/your profile" target="_blank"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEir2wxny0BJP9P7xW8oKSwwmLH5Sy2EfdWDQdP4vlAyzTDa6yuPM5u5-bkxIPCwY-vClsDDOnWbxNKJQ22rzRLwBntC1igvxhUFUM5E9NTEumks4z235mIJ99Ay_i-GjcylZv6j088UkkS3/s1600/6.png"/></a>
      <!--crawlist.net float ends-->
      </div>


      7. Twitter icon badge
      Twitter follow badge widget


      <style>
      /*crawlist.net CSS starts*/
      #ks-floattwitter {
      position:fixed;_position:absolute;bottom:20%;right:0px;clip:
      inherit;_top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);_left:expression(document.documentElement.scrollLeft + document.documentElement.clientWidth - offsetWidth);}
      /*crawlist.net CSS ends*/
      </style>
      <div id="ks-floattwitter">
      <!--crawlist.net float starts-->
      <a href="http://twitter.com/your profile" target="_blank"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjgMpK_qzwFbb_qnOwgmpp5TCJ6rxPxCMpca-EgoZwbWRFxdHLS7Ejbzsa_eKyYmPCyoJZw8BQwtogLqdkORD9eKQnAAo8JUcrzMgfppbfqLI8PhYvR6Lhb8crF0bjzeilao0EHPl9puq4d/s1600/7.png"/></a>
      <!--crawlist.net float ends-->
      </div>


      8. Spinning Twitter sticker badge
      Twitter follow badge widget

      <style>
      /*crawlist.net CSS starts*/
      #ks-floattwitter {
      position:fixed;_position:absolute;bottom:20%;right:0px;clip:
      inherit;_top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);_left:expression(document.documentElement.scrollLeft + document.documentElement.clientWidth - offsetWidth);}
      #ks-rotate a:hover {background-color: transparent;} #ks-rotate img { -moz-transition: all 1s ease-in-out; -webkit-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; -ms-transition: all 1s ease-in-out; transition: all 1s ease-in-out; } #ks-rotate img:hover { -moz-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg); }
      #ks-floattwitter img{height:90px; width:90px;}
      /*crawlist.net CSS ends*/
      </style>
      <div id="ks-floattwitter"><div id="ks-rotate">
      <!--crawlist.net float starts-->
      <a href="http://twitter.com/your profile" target="_blank"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhUYjmkxvXQrJxZ17ehGOIfoaM6u2pOxe5vgEIusY1U4N2UfKbI3bygSWPu8ZYyZVACGJ0vZ7dY8WZGVnv6ya89m5DOiG3gb8s8wfKGAq6kNpy4x8atf5S7EVQ6kDlvUT8XvcpHOqeIQAT0/s1600/8.png"/></a>
      <!--crawlist.net float ends-->
      </div></div>


      9. Christmas ball Twitter badge
      Twitter follow badge widget

      <style>
      /*crawlist.net CSS starts*/
      #ks-floattwitter {
      position:fixed;_position:absolute;bottom:20%;right:0px;clip:
      inherit;_top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);_left:expression(document.documentElement.scrollLeft + document.documentElement.clientWidth - offsetWidth);}
      #ks-rotate a:hover {background-color: transparent;} #ks-rotate img { -moz-transition: all .5s ease-in-out; -webkit-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; -ms-transition: all .5s ease-in-out; transition: all .5s ease-in-out; } #ks-rotate img:hover { -moz-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -o-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); opacity:.7}
      #ks-floattwitter img{height:100px; width:100px;}
      /*crawlist.net CSS ends*/
      </style>
      <div id="ks-floattwitter"><div id="ks-rotate">
      <!--crawlist.net float starts-->
      <a href="http://twitter.com/your profile" target="_blank"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjDsoHZ88CzndCNkllpIk-KmaYflFFopjMsP837HT9BW7zMYE1aymU5A2QHLrOrKFA-ukmD9co3IcjK6VxGgk1tcwbvCK0ZmS2cysSNEH068nTlDjOQjpAJaj_o2xlQRG9BkRnGYfmOoiXV/s1600/9.png"/></a>
      <!--crawlist.net float ends-->
      </div></div>


      10. Smart Twitter badge
      Twitter follow badge widget

      <style>
      /*crawlist.net CSS starts*/
      #ks-floattwitter {
      position:fixed;_position:absolute;bottom:20%;right:0px;clip:
      inherit;_top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);_left:expression(document.documentElement.scrollLeft + document.documentElement.clientWidth - offsetWidth);}
      #ks-floattwitter img{height:70px; width:70px;}#ks-floattwitter img:hover{ opacity:.8;}
      /*crawlist.net CSS ends*/
      </style>
      <div id="ks-floattwitter">
      <!--crawlist.net float starts-->
      <a href="http://twitter.com/your profile" target="_blank"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg-Tc4cyr1n9TJW-CJkEBRg3B-WEWuSayIDckXk1BOWbH3gVapQusRuQCh7DMn4A0xJyPOycWsXBZdMHrFrDwwT874C4ZwiZOFPJ_vbhYOmcs0EzkMSVFj_KtFBTkVVLEbZlzwRwnjjUdYW/s1600/10.png"/></a>
      <!--crawlist.net float ends-->
      </div>

      How to install:
      • Log in to your Blogger, select your blog
      • Go to ‘Template’ tab, select ‘Edit HTML’
      • Search (Using Ctrl+F or Cmd+F) inside code snippet for </head>
      • Copy and paste any code above </head>, And configure:

      How to configure:
      • Collect your Twitter profile’s direct address link and paste ‘em on default link. Hit ‘Save Template’ And see your widget in live action
      • You can also change the size of the badges; just change the Height and Width value.
      • All badge will be appear on the right side, if you want them to show on left side just change the value right:0px; to left:0px;
      Don’t forget to mention how they working on your blogsites. Goodluck and Chill….

      Simple CSS3 Images Gallery for Blogger

      Simple CSS3 Images Gallery for Blogger
      Sometime into Blogger posts, we require to show some images in row. After a mass Image upload, all images shows together without any order and visual effects. That’s why an image gallery widget we should use in those posts. These widgets present images cleanly alongside with effects and increase beauty of posts too. Here such kind of image gallery I presenting to you created with HTML and CSS enhanced with CSS3 animation "transform" property (adds a smooth hover effect to images whereby the image enlarges) and shadow appears. Light weighted, high-end designed and presents images in a stylish way. Let’s see how it looks like, how to add and configure on your Blogger blog.

      CSS3 Images Gallery for Blogger

       

      Preview-


      How to install & apply:
      This gallery set up has few steps, read on-

      Step 1: CSS Embedding
      • Log into your Blogger, select your blog
      • Go to ‘Template’ tab and select’ Edit HTML’
      • Search for ]]>< into code snippet (using CTRL+F or CMD+F)
      • Before ]]>< paste below codes

      /*crawlist.net gallery CSS starts*/
      .ks-galleri {height:auto; width:100%; margin:auto; padding:20px 20px;}
      .ks-galleri img{
      -webkit-transform:scale(0.8);
      -moz-transform:scale(0.8);
      -o-transform:scale(0.8);
      -webkit-transition-duration: 0.5s;
      -moz-transition-duration: 0.5s;
      -o-transition-duration: 0.5s;
      opacity: 0.7;
      margin: 0 10px 5px 0;
      height:150px; width:200px;
      }
      .ks-galleri img:hover{
      -webkit-transform:scale(1.1);
      -moz-transform:scale(1.1);
      -o-transform:scale(1.1);
      box-shadow:0px 0px 30px gray;
      -webkit-box-shadow:0px 0px 30px gray;
      -moz-box-shadow:0px 0px 30px gray;
      opacity: 1;
      }
      /*crawlist.net gallery CSS ends*/

      Configuration:
      In .ks-galleri img CSS class you will find default gallery images Height and Width, Change the value with your suitable Height and Width, Small resolution will be better; And ‘Save template’

      Step 2: Gallery set up
      • Go open a “New post” or an existing post,
      • Upload some images what you intend to put into gallery
      • After upload is done, Switch ‘HTML’ view from post editor (Compose/HTML)
      • You will see all uploaded images source codes,
      • Locate the very first uploaded image’s code and paste this line,
        CSS3 Images Gallery for Blogger

        <div class="ks-galleri">
        • And locate the very last uploaded image’s code and paste this word,
          CSS3 Images Gallery for Blogger

        </div>

        Configuration:
        You may delete Blogger system’s default image HTML rules, Shown in image below, if you don’t remove these code, default configuration of gallery won’t work nicely.
        CSS3 Images Gallery for Blogger

        Get back to ‘Compose’ part, and publish the post

        So how your images gallery working on your blog and any problem facing with gallery don’t forget to mention, new tutorials and widget will be release soon stay subscribed, Goodluck

        20 Useful Wordpress Plugin to use

        20 Useful Wordpress Plugin to use
        In the matter of Wordpress powered sites there are a lots of plugins you can find to make your site beautiful plus those plugins are somewhat very useful for use. Here such useful and fancy wordpress plugin listed, let’s read on to know what plugins I’m talking about-

        (Social network dedicated)

        1. Facebook
        Add Facebook social plugins and the ability to publish new posts to a Facebook Timeline or Facebook Page. Official Facebook plugin.

        Features-
        • Open graph protocol markup optimizes your content for social sharing and rich story previews on Facebook, Twitter, Google+, Mixi, and more
        • Display large images, link to author pages, and improve story distribution through social news feeds
        • Facebook insights (Track rich audience data powered by Facebook profiles (age, location, language) and see how your content is shared on Facebook)
        • Add like, follow, send button every content
        • Embed facebook post, composer, creating a shortcode, calling a function from your theme
        • Facebook social comment box enabling, login support for AOL, Microsoft, and Yahoo! accounts
        • Recommending bar for recommending posts and encouraging Like shares posts and encouraging Like shares
        • Configure your Facebook application for Open Graph action news publishing support for improved Facebook distribution of author Timeline stories and news-specific highlights
        • Customize and extend the plugin through custom actions and filters

        2. WP to Twitter
        Auto-posts a Twitter update when you update your WordPress blog or blogroll, with your chosen URL shortening service

        Features-
        • Use tags as Twitter hashtags
        • Use alternate URLs in place of post permalinks
        • Support for Google Analytics
        • Support for XML, RPC remote clients
        • Url shorter  t.co service
        • Pro service has much more

        3. Floating Social Media Icon
        Easy to Use Plugin 2 Show Social Media Icons That Floats,Can Configure Social Icon Design, Order & Size at Plugin Settings, Support Widget & Short

        Features-
        • 20+ Icon Styles, Set Icon Size & Order
        • Multiple Widget & Shortcode Support
        • Auto/Manual Integration
        • Enable/Disable Floating
        • Less Load - Essential Social Medias Only
        • Pro service has much more functions

        4. Pinterest "Pin It" Button
        Add a Pinterest "Pin It" Button to your site and get your visitors to start pinning your awesome content!

        Features-
        • Let the reader select an image when pinning.
        • Pre-select an image for the reader to pin.
        • Default to the first image in the post.
        • Specify a specific image to pin per post.
        • Pick from official "Pin It" button colors and sizes.
        • Hide the "Pin It" button on specific posts and pages.
        • Add a "Pin It" button to your sidebar or footer as a widget.
        • Place "Pin It" buttons anywhere using shortcodes.
        • Pro service has much more options

        5. Login radius social login
        Let your users log in, comment and share via their social accounts with Facebook, Google, Amazon, Twitter, LinkedIn, Vkontakte, QQ and over 25 more!

        Features-
        • Users can register by logging in with social ID such as Gmail, Twitter, Facebook etc and they will not require usernames/passwords
        • Choose as many ID Providers as you want
        • It automatically creates account for the users after logging in with their existing IDs
        • Fully compatible with s2member, Buddypress and bbPress
        • Choose social icon themes and login interface (widget) design
        • API connection check feature for error notification, REST API access and HTTPS support, Validate API key and secret Enable, API connection check
        • Allow users to post comments with their Social Accounts, The comment will appear with users name, his/her avatar image and link to his/her profile
        • Options to add social sharing widget on homepage, posts, feeds, content pages, etc plus Choose social sharing interface designs
        • Enable email verification of end users, Fetched data include Email addresses, name, date of birth, etc
        • A nice and clean user friendly WP admin U/I with tab structure with various options for social login, sharing and commenting
        • Custom Login Redirection i.e. set a URL to redirect your users after logging in, Custom Logout Redirection i.e. set a URL to redirect your users after logging out
        • Pro service has much more functions

        (Better customization on theme dedicated)

        6. SlideDeck 2 Lite Responsive Content Slider
        Create responsive content sliders on your WordPress blogging platform. Manage SlideDeck content and insert them into templates and posts

        Features-
        • Responsive slider plugin that lets you easily create content sliders out of almost any content
        • Connect to a variety of Content Sources like YouTube, Flickr, WordPress posts and Pinterest to create gorgeous, dynamic sliders in a few clicks
        • Embed video several source supports
        • Unlimited slidedeck add into a post
        • Pro upgrade has lot more function

        7. Meta Slider
        Easy to use slideshow plugin. Create SEO optimized responsive slideshows with Nivo Slider, Flex Slider, Coin Slider and Responsive Slides.

        Features-
        • Flex Slider 2 - Responsive, 2 transition effects, carousel mode, Nivo Slider - Responsive, 16 transition effects, 4 themes Responsive Slides - Responsive & incredibly light weight, Coin Slider - 4 transition effects
        • Simple, easy to use interface - perfect for individual users, developers & clients
        • Built in Widget and Shortcode
        • Create Responsive, SEO optimised slideshows in seconds, Unrestricted support for Image slides (supports caption, link, title text, alt text)
        • WordPress Multi Site compatible,  Fast, only the minimum JavaScript/CSS is included on your page
        • Simple, easy to use interface - perfect for individual users, developers & clients, Extensive
        • Developer API (hooks & filters)
        • Full width slideshow support, Drag and drop slide reordering

        8. JQuery Mega Menu Widget
        Creates a widget, which allows you to add drop down mega menus from any WordPress custom menu using jQuery

        Features-
        • Hover/Click - Select the event that activates the sub-menu. Note that if using "Click" the parent menu links will be disabled
        • Skin - Several sample skins are available to give examples of css that can be used to style your own mega menu
        • Animation Effect - The effect used to display the drop down menu. Options are slide down or fade in
        • Animation Speed - The speed at which the dropdown menu will open/close - selecting "No Animation" will immediately show/hide the menu
        • Set Sub Menu To Full Width - If checked, the drop down mega sub menu width will be 100%

        9. Sticky Header by ThematoSoup
        Sticky Header by ThematoSoup allows you to add sticky header to any WordPress theme

        Features-
        • Menu - You need to create at least one navigation menu before you can add it to Sticky Header. The menu in Sticky Header shows only first level items, so no submenu items will be shown
        • Logo - You can upload your sticky header logo by clicking on "Upload new" > "Select a file". Ideally, this logo should be 30px tall or it will be resized. If a logo image is not uploaded, site title will be used.
        • Custom background, text color
        • Sticky Header max width - This option allows you to match interior Sticky Header width to your content area width
        • Make visible when scrolled to - This is the distance from the top of the page at which sticky header will show, in pixels
        • Hide if screen is narrower than - Sticky header will not be shown on screens narrower than this value, in pixels. When people use mobile devices, they're used to vertical scrolling so it's not necessary to have sticky headers

        10. WYSIWYG 3D Drag And Drop Visual HTML Editor & Web Page Builder
        WYSIWYG 3D Visual HTML Editor & Drag And Drop Web Page Editor With CKEditor,
        Desktop Publisher For WordPress

        Features-
        • Build themeless pages inside the wordpress environment
        • INline HTML Editor CKEditor, 600+ Google fonts. Drag and drop images, Gradient Backgrounds.
        • Drag and drop text, videos, embeds
        • All Editor Items Click And Move, Graphical user interface
        • Load WordPress template inline editing, Load Personal templates for inline editing
        • Text fonts, Text Size, Text color, Text shadows, Text spacing, Text line spacing, Text align
        • Box back ground color, Box borders, Box border colors, Box border sizes, Box padding, Box rounded corners, Box transparency, Box drop shadows, Box border styles, Box border widths, Box Resizing - Just click and pull
        • Picture resizing, Picture transparency, Picture underlay, Picture overlay, Picture Gallery, Image Drop Shadows, Image Borders, Image Border radius- Just click and pull
        • Layers adjust levels, Layer naming, Layer positioning, Layers linkable, Layer height levels, Layer visibility toggle, Layer deleting
        • Floating palettes, Side palettes Undo step, Redo step and Auto backup
        • Inline editing, Get HTML HTML Source, Mini HTML Editor, Full HTML Editor
        • Embeds for adding html layers, Embeds for paypal, Embeds for youtube

        (Media dedicated)

        11. NextGEN Gallery
        It provides a powerful engine for uploading and managing galleries of images, with the ability to batch upload, import Meta data, add/delete/rearrange/sort images, edit thumbnails, group galleries into albums, and more. It also provides two front-end display styles (slideshows and thumbnail galleries), both of which come with a wide array of options for controlling size, style, timing, transitions, controls, lightbox effects, and more

        Features-
        • Centralized gallery management. Enjoy a single location where you can see and manage all your galleries
        • Edit galleries. Add or exclude images, change gallery title and description, reorder of images, resize thumbnails
        • Thumbnail Management. Turn thumbnail cropping on and off, customize how individual thumbnails are cropped, and bulk resize thumbnails across one or more galleries
        • Edit Individual Images. Edit meta data and image tags, rotate images, and exclude images
        • Watermarks. Quickly add watermarks to batches or galleries of images
        • Albums. Create and organize collections of galleries, and display them in either compact or extended format
        • Multiple Gallery Types. Choose between two main display styles: Slideshow and Thumbnail, and allow visitors to toggle between the two. Or display Imagebrowser galleries and Singlepics
        • Slideshow Galleries. Choose from a vast array of options for slideshows, including slideshow size, transition style, speed, image order, and optional navigation bar
        • Thumbnail Galleries. Choose from a wide range of options to customize thumbnail galleries, including 5 different lightboxes for individual images, optional thumbnail cropping and editing, thumbnail styles, captions, and more
        • Single Image Displays. Display and format single images, Work with Options Panel or Shortcode

        12. Easy FancyBox
        Easily enable the FancyBox jQuery extension on just about all media links. Multi-Site compatible. Supports iFrame and Flash movies

        Features-
        • All other image types and image maps, SWF (Flash) movies, SVG media images
        • WordPress Galleries, NextGEN galleries
        • Youtube galleries via Youtube Simple Gallery plugin, Vimeo, Dailmotion
        • Hidden inline content
        • iFrames, PDF files
        • Auto-popup on page load, links inside Gravity Forms in ajax mode

        13. Responsive Lightbox
        Responsive Lightbox allows users to view larger versions of images and galleries in a lightbox (overlay) effect optimized for mobile devices

         Features-
        • Select from 4 responsive lightbox scripts (SwipeBox, prettyPhoto, FancyBox, Nivo Lightbox)
        • Automatically add lightbox to WordPress image galleries
        • Automatically add lightbox to WordPress image links
        • Automatically add lightbox to WordPress video links (YouTube, Vimeo)
        • Option to display single post images as a gallery, Enter a selector for lightbox
        • Highly customizable settings for each of the lightbox scripts
        • Multisite support

        14. Video Thumbnails
        Video Thumbnails simplifies the process of automatically displaying video thumbnails in your WordPress template

        Features-
        • Video Thumbnails makes it easy to automatically display video thumbnails in your template
        • When you publish a post, this plugin will find the first video embedded and locate the thumbnail for you
        • Thumbnails can be saved to your media library and set as a featured image automatically
        • There's even support for custom post types and custom fields!

        15. WP Tiles
        WP Tiles shortcode adds fully customizable dynamic tiles to your WordPress posts and pages

        Features-
        • WP Tiles are automatically generated based on your 20 last posts, can be modified
        • Posts are automatically shown with either their featured image, the first attached image, or the first image found in the post itself
        • Posts that don't have an image automatically get a background color, randomly chosen from a selection of colors set in the options panel of WP Tiles
        • WP Tiles comes with a couple default tile-templates

        (Other fancy option's dedicated)

        16. Google Analyticator
        Adds the necessary JavaScript code to enable Google Analytics.Includes widgets for Analytics data display

        Features-
        • Supports Universal (analytics.js) and traditional analytics (ga.js)
        • Includes an admin dashboard widget that displays a graph of the last 30 days of visitors, a summary of site usage, the top pages, the top referrers, and the top searches
        • Includes a widget that can be used to display visitor stat information on the front-end
        • Supports outbound link tracking of all links on the page, including links not managed by WordPress
        • Supports download link tracking
        • Supports event tracking with outbound links / downloads instead of the old pageview tracking method
        • Support site speed tracking
        • Supports any advanced tracking code Google provides, Supports localization -get the settings page in your language of choice
        • Installs easily - unlike other plugins, the user doesn't even have to know their Analytics UID, Ability to hide Google UID dropdown
        • Supports any advanced tracking code Google provides, Provides complete control over options, disable any feature if needed
        Star Rating System for WordPress - the most beautiful & user-freindly Thumb & Star ratings for WordPress

        Features-
        • Secure Connection (Fraud protection)
        • No Ads in votes overview pop-up
        • Lots of rating icons
        • Most Rated post and other sidebar widgets
        • Remove (i) icon from Ratings
        • Pro version has many more features

        18. WP Google Maps
        The easiest to use Google maps plugin! Create custom maps with high quality markers containing locations, categories, descriptions, images and links

        Features-
        • Super easy to use, Latest Google Maps API (V3), No advertising or links
        • Create as many map markers as you need by simply typing in the address, Edit your markers with the click of a button
        • Responsive maps, UTF-8 character support
        • Map can be included as a widget
        • Google Maps Street view supported, Support for localization
        • Define your own width, height and zoom level for your Google Map
        • Choose from four Google maps types: roadmap, terrain, satellite and hybrid
        • Add animations to your map markers!
        • Pro version has lot more function

        19. Fancier Author Box by ThematoSoup
        Give identity to your single or multi-author WordPress website with Fancier Author Box, The Only Author Box Plugin You'll Ever Need

        Features-
        • Links offers Twitter, Facebook, Google+ & automatic Google Authorship verification (rel=author), LinkedIn, Instagram, Flickr, Pinterest, Tumblr, YouTube, Vimeo, Job title(position), Company, Company URL
        • Show in posts (above, below, both, none), Show in pages (above, below, both, none), Show in custom post types (above, bellow, both, none)
        • Bio - This is a standard author bio description. It uses your Gravatar image and allows you to put social profile icons
        • Latest Posts, Shows number of latest posts you specify and dates
        • Inactive Tab, Inactive Tab Border, Inactive Tab Background, Active Tab, Active Tab Border,
        •  Active Tab Background, Tab Content, Tab Content Border, Tab Content Background

        20. Infinite-Scroll
        Infinite scroll has been called autopagerize, unpaginate, endless pages. But essentially it is pre-fetching content from a subsequent page and adding it directly to the user’s current page

        Features-
        • Works out-of-the-box for many popular WordPress themes,  just activate the plugin and scroll
        • Fully customizable to adapt to your site and theme
        • Requires no (hopefully) template hacking, only a knowledge of CSS selectors
        • Relies on shared database of common themes to simplify installation process
        • Maintain local database of theme presets for all installed themes (shared across network on multisite installs)
        • Countless API endpoints to modify the behavior
        • Backwards compatible: Will not break RSS readers, mobile devices, or browsers with JavaScript

        May be you using some of these plugins, if you still didn’t tried, lets try today :) got recommend some fancy useful plugin you use don't forget to mention....

        Spinning Coffee Cup Social media widget for Blogger/wordpress

        Spinning Coffee Cup Social media widget for Blogger/wordpress
        Spinning coffee cup style social media profile widget it's a very appealing and demanding fancy social media profile widget ever! And now you can easily add this very cool and very attractive social media profile widget in your Blogger or wordpress sites and make fan for your site very fast. This widget offer's 4 social media profiles and your site's feed (Facebook, Twitter, Linkedin, Google plus, feedburner). It made with CSS and HTML and enhanced with CSS3 animation. Let's see how it look like, how to set up and add this to your Blogger blogs and wordpress site.

        Spinning Coffee Cup Social media widget for Blogger/wordpress


        Preview-

        Facebook Twitter Google+ Linkedin Feed



        Codes- (Offer's Big social media icons)




        <style>/*crawlist.net CSS starts*/
        .ks-coffee { width:300px; margin:auto;}
        .ks-coffee img {-moz-transition: all 0.8s ease-in-out; -webkit-transition: all 0.8s ease-in-out; -o-transition: all 0.8s ease-in-out; -ms-transition: all 0.8s ease-in-out; transition: all 0.8s ease-in-out; opacity:1; margin-right:5px; height:50px; width:50px;}
        .ks-coffee img:hover {-moz-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg); opacity:0.7; margin-right:5px;height:50px; width:50px;}/*crawlist.net CSS ends*/
        </style>
        <div class="ks-coffee"><!--crawlist.net wwidget starts-->
        <a title="Like us on Facebook" href="http://www.facebook.com/your profile" target="_blank"><img src="http://goo.gl/h4b9Yy"/></a>
        <a title="Follow us on Twitter" href="http://www.twitter.com/your profile" target="_blank"><img src="http://goo.gl/yUsyHs"/></a>
        <a title="Circle us on Google+" href="http://plus.google.com/your profile" target="_blank"><img src="http://goo.gl/Skm7O2"/></a>
        <a title="Add us on Linkedin" href="http://www.linkedin.com/your profile" target="_blank"><img src="http://goo.gl/xAQAuf"/></a>
        <a title="Grab our Feedburner feed" href="http://feeds.feedburner.com/your profile" target="_blank"><img src="http://goo.gl/TKH2Bu"/></a><!--crawlist.net wwidget ends--></div>


        Codes- (Offer's Small social media icons)



        <style>/*crawlist.net CSS starts*/
        .ks-coffee { width:300px; margin:auto;}
        .ks-coffee img {-moz-transition: all 0.8s ease-in-out; -webkit-transition: all 0.8s ease-in-out; -o-transition: all 0.8s ease-in-out; -ms-transition: all 0.8s ease-in-out; transition: all 0.8s ease-in-out; opacity:1; margin-right:5px; height:32px; width:32px;}
        .ks-coffee img:hover {-moz-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg); opacity:0.7; margin-right:5px;height:32px; width:32px;}/*crawlist.net CSS ends*/
        </style>
        <div class="ks-coffee"><!--crawlist.net wwidget starts-->
        <a title="Like us on Facebook" href="http://www.facebook.com/your profile" target="_blank"><img src="http://goo.gl/4WShVO"/></a>
        <a title="Follow us on Twitter" href="http://www.twitter.com/your profile" target="_blank"><img src="http://goo.gl/aSeSGl"/></a>
        <a title="Circle us on Google+" href="http://plus.google.com/your profile" target="_blank"><img src="http://goo.gl/ezKBvn"/></a>
        <a title="Add us on Linkedin" href="http://www.linkedin.com/your profile" target="_blank"><img src="http://goo.gl/qD9f9e"/></a>
        <a title="Grab our Feedburner feed" href="http://feeds.feedburner.com/your profile" target="_blank"><img src="http://goo.gl/0mlORO"/></a><!--crawlist.net wwidget ends--></div>


        How to add this widget in Blogger
        • Log into your Blogger, select your blog, 
        • Go to 'Layout' tab, From sidebar select 'add a gadget', 
        • From popup window select 'Html/javascript', 
        • Copy following code and paste codes in content box, 
        • And configure, after configuring, save template. 
        See your widget in live action

        How to add this widget in Wordpress
        • From dashboard, hover your mouse on 'Appearance' tab, 
        • Form appearance menu select widgets, 
        • Drag and drop 'add text/html' content box in sidebar widget area, 
        • Copy following code, paste in 'text/html' content box
        For new dashboard
        • Hover mouse on 'Appearance' tab and select widgets, 
        • Select 'Text' and add it to sidebar. 
        • After configuring see this widget on your wordpress site.

        How to configure-
        To configuring Social profiles first collect your following social media profile's links and replace with default links. links are Red colored.

        Courtesy to
        Land of web for icons

        Hope y'all like this widget, don't forget to mention how it look like on your site ;)