Showing posts with label jQuery. Show all posts
Showing posts with label jQuery. Show all posts

Friday, 10 May 2013

Using jQuery Autocomplete Widget

The Autocomplete widgets provides suggestions while you type into the field. It's a great way to create search, tags or category form on your niche blog. You can also create some cool forms with this UI. In this tutorial, I'll show how to easily use this autocomplete widget. 1. Create A New Document: It's a beginner's tutorial so, I'll explain in some very easy language, not going to use all...

Monday, 11 March 2013

Email Subscription Slider Widget For Blogger

This widget is inspired from Social Subscription Scrolling Slider Widget. It's feed subscription form, which will slide out after scrolling the page little bit. It's based on jQuery, so don't forget to remove jQuery from our code, if your blog already has it. I created this widget past Saturday for my blog but then I thought that I should share this with you all. As of writing, this widget will...

Tuesday, 5 March 2013

Hiding Links Inside Blogger Comments

Good News!!! The percentage on SPAM has not increased since the last year. Great, you know how high was the percentage last year? 100%!!! Spam everywhere on your blog comments? Well, it's hard to find and delete every single spam comment from your blog. Even in Blogger, spammers will always target your blog's comment form to spread spam. Blogger's inbuilt spam filter will stop almost every possible...

Tuesday, 5 February 2013

Adding AJAX Page Loading Effect To Blogger

AJAX is not a new programming language, but a new way to use existing standards. AJAX is the art of exchanging data with a server, and updating parts of a web page - without reloading the whole page. AJAX was made popular in 2005 by Google, with Google Suggest.Google Suggest is using AJAX to create a very dynamic web interface: When you start typing in Google's search box, a JavaScript sends the...

Tuesday, 6 November 2012

WordPress Style Follow Widget For Blogger

Last night, I was surfing around the internet and I found a cool following wordpress feed subscription widget. I tried to convert that widget for blogger and after few minutes, I was totally successful to convert it. Installing: Go To Blogger > Layout > Add A Gadget > HTML/JavaScript > Paste following code: <div id="bit" class="loggedout-follow-normal" style="bottom: 0px;...

Saturday, 3 November 2012

Amazing Facebook Like Slide Out Widget For Blogger

So last night while searching for some games i found this amazing jquery widget so i tried to copy the code (it was a Google friend connect widget) of that widget, it was a huge fail but i created a widget just like that but it's a facebook like widget. It really looks great and when you'll click on that facebook like image a slide will appear with facebook like box so i can approve that it's...

Sunday, 23 September 2012

Background Color , Font Color And Size Switcher Widget For Blogger

This widget is originally created by Blogger Belog and all credits goes to them because we're just sharing it with you.This widget is a really good way for you to give some customization in your visitors hand and they can change background color , font size and color as they want. Note : This widget is a jquery widget and every installation contain a jquery script in it if your blogger...

Thursday, 20 September 2012

jQuery Nudging In Blogger

This simple jQuery effect will make your simple links to dancing links and it's too easy to add this effect on your blogger with only a little bit jquery script. Installing : Go To Blogger > Template > Edit HTML Just above </head> post following jquery : <script src='http://widcraft.googlecode.com/svn/jquery.js' type='text/javascript'/> <script type='text/javascript'> $(document).ready(function()...

Saturday, 15 September 2012

Dynamic jQuery Menu For Blogger

First of all Blogger is still under maintenance so if you bought a domain then you have to wait more time to change it.Well maybe Blogger is doing some major changes , whatever we'll talk about it later. This menu so beautiful and you can also customize it. It's a jquery based menu and i don't think now i have to explain power of jquery because you can experience it in my last posts...

Friday, 14 September 2012

PixelBox

Download Demo I'am a huge lightbox fan and often peoples ask me which lightbox do I use so I created my own. It's call PixelBox lightbox created by me and it's 100% free to use. It's version 1.0 of my pixelbox and I'll be doing some changes in it later so subscribe to my site to keep updated. It not looks so great in above image but please give it a try and please check the demo. I think you'll...

Sunday, 9 September 2012

Facebook Like Box Pop Up Widget For Blogger - Version 4.0

Previous Versions : Version 1.0 | Version 2.0 | Version 3.0 Yesterday i found a pic of girl holding a check and i turned it into this widget.It'll surely help you to gain more likes for your facebook page. You can control this widget's appear time so it won't irritate your visitors in every page. You can generate this widget using our widget generator : ...

Saturday, 8 September 2012

Amazing jQuery Slide Out Navigation For Blogger

I personally love this slide out jquery menu and i think after adding this you'll love it too. It's a good way to display your site's menu if you're using a template which doesn't suit any other menus. It's simple , cool and smooth and i think you should give it a try : Installation : Go To Blogger > Template > Edit HTML > Search for </head> : Just above  </head>  paste...

Friday, 7 September 2012

Creating A jQuery Elastic Menu For Blogger

Second article of day in which i'am going to teach you how to create a jquery elastic menu for blogger and all html docs. Feeling damn sleepy because of not sleeping all night from over 8-9 months and doing blogging and crappy things over the internet all night so i'am going to finish this so quick. Go To Blogger > Template > Edit HTML > Search for ]]></b:skin> : Just above ]]></b:skin> paste...

Thursday, 6 September 2012

Fancy Lava Lamp Menu For Blogger

Fancy Lava Lamp menu is one of the most popular and coolest menu i found and it's easy to add them on your blog so without wasting any time let's start : Go To Blogger > Template > Edit HTML > Search for ]]></b:skin> : Just above ]]></b:skin> paste CSS given below : /*lavalamp fancy menu start*/ .lavalamp { position: relative; border: 1px solid #d6d6d6; background:...

jsBloggerLightbox For Blogger

jsBloggerLightbox is a specially made for blogger and installing this is very simple and it takes only one step. This lightbox automatically identify all images on your blog and show all of them in this lightbox. First we recommend you to disable default lightbox provided my blogger ( Settings > Post And Comments ). Now it's time to install it : Go To Blogger > Template > Edit...

Wednesday, 5 September 2012

jQuery Follow Us Social Icons Widget For Blogger

Here is an amazing and sleek jquery widget for your blog to show-off your social links and email. As you can see in above image this widget is very stylish and also a basic widget for every blog. Generate this widget with our widget generator all you have to do is just put your facebook , twitter usernames and your email address and it's ready to add : ...

Tuesday, 4 September 2012

Static Facebook Pop Out Like Box Widget For Blogger - Version 2.0

I don't know who originally created this widget but as i like it so much so i thought that i should share this with you. This is version 2.0 so so first you should check out version 1.0. It's cool jQuery widget which help you to gain more likes and build your fan base.You can generate this widget for your blog with the help of our widget generator : ...

Thursday, 30 August 2012

Creating A Simple jQuery Lightbox

Creating your own Lightbox is not that hard maybe it'll not be that advanced my it could be like above image and today in this article i'am gonna teach you about it. Full tutorial is jQuery and CSS3 based and creating a simple lightbox is not that hard. First add a jQuery script in your document : <script type="text/javascript" src="http://widcraft.googlecode.com/svn/jquery.js"> </script> After...

Wednesday, 29 August 2012

Social Subscribing Pop Up Widget For Blogger - Version 3.0

Earlier this month i posted two facebook like box pop up widgets and first one with timer and second with cache . Best part about this one is that this one is created by me and i'am the original creator of this widget and it contain more options like subscribe , tweet and social media links. This one also contain cache so you can control how often it appear to your users and with...

Popular Posts

 
Powered by Blogger.