This site has moved to a new address : www.nitchiworld.com

Blogger Image limit and ways to increase it up to your requirement

Are you uploading images to blog and think that you can upload as many as you can then sorry you are wrong.Currently blogger allow only 1024 MB or 1 GB storage space to upload images per blog.
All images you post are stored in Picasa Web Albums and you can easy check how much space you used and still how much storage space is left.
How to check image storage space :
* Go to your blogger dashboard
* Click create a new post
* Click on Add Image Button.
* You can see example below.As blogger account is integrated with Picasa Web Albums,you can visit Picasa Web Albums and can login with your google email id and password.

How to increase/upgrade storage :
After login in Picasa Web Albums
* Click settings (top right)
* The choose option storage
* Click Upgrade your storage
* Next select the plan according to your requirement and click buy and fallow other instructions..

Current available plans :
20 GB ($5.00 USD per year)
80 GB ($20.00 USD per year)
200 GB ($50.00 USD per year)
400 GB ($100.00 USD per year)
1 TB ($256.00 USD per year)

Start and Stop Airtel Services

From 6-7 Days my number automatically subscribed to airtel news and daily airtel deducted 1 rupee and i came to know this and searched for online for solution to unsubscribe (Note: i don't like talking to customer care). I came to know that there are many airtel customers who also facing the same problems .

I don't know why they are activating services like hello tunes,cricket updates etc... with out customer notice. (You can search consumercomplaints online forums for this)

Solution : Airtel subscribers now can activate or deactivate any services on you mobile just by dialing *121# or they can send email to customer care team at " airtelpresence@airtel.in "

Add Email Subscription Form to your Blogger blog

Email subscription form allow your visitors to subscribe to receive emails of your blog posts when ever the blog is updated.It is a best way to get in touch with your visitors.When ever you update your blog they will receive the email with that update and they can read directly in there email or they can come to your site and can read the full post


Want to Add Email Subscription form in your blog then fallow below steps :

* First you should create an account in FeedBurner and login in your account.
* Click on My feeds and the right top corner

* Click on the blog name,if you not added your blog in feedburner then type your blog URl and click NExt.See below
* select any option you want.Good is RSS Feed

* Now click Publicize.See below
* Select the Email Subscriptions (Left Side)

* Click ACTIVE
* Now copy the HTML text and click Save

* Now go to your blog dashboard -> Layout -> Page Elements -> Add a gadget -> Html/javascript -> Paste the Html Text and save it.

* Completed..

How to Add text links(hyperlinks) to your blog

" Hyperlink means a link which when clicked go to another section of webpages,posts,etc..."

For example : Add Favicon to your blog easily

Steps to add hyperlink:

* Open in same window

Html code is : <a href="Url">TEXT HERE </a>

For example : Url: http://www.Yahoo.com
Text Here: Yahoo

So the html code looks like: <a href="http://www.yahoo.com">Yahoo</a>

Result: Yahoo

* Open in New window

Html code is : <a href="url" target="_blank">TEXT HERE </a>

For example: Url: http://www.yahoo.com
Text here: Yahoo.com

Result: Yahoo

How to Create and Add PAYPAL DONATE button to your Blogger Blog

Are you a blogger or a website admin and if you think that donation is necessary for your blog or website to run.Then here it come a cool way so that your visitors can donate you with paypal donation button.

Fallow below steps to create paypal button and add it to your blog:

* First Login in your paypal account.
* Click Merchant Services.
* Scroll down and click donations link


* Then fill the form
-> Select Accept payment for " Donations "
-> Type organization and donation id - any thing as you like
-> Customize button - select your button size etc...
-> USD -> Donors enter their own contribution amount -> Secure merchant account ID.
* Click create Button * Now copy the html text and login to your blogger dashboard

* Dashboard -> Layout -> Page Elements -> Add a Gadget ->Click html/Java Script

and paste the html text and save it.How your donation button is ready.......

Sign up for PayPal and start accepting credit card payments instantly.

Privacy Policy Generator for your blog / website

As per the new Adsense terms & conditions, all the publishers have to post a Privacy Policy in their sites advising the visitors specifically about cookies and web beacons.If you fail to post the privacy policy you will be kicked out of adsense program.

Because of this webmasters and bloggers are searching for Privacy policy generators,but fail to generate adsense friendly privacy policy . So,If you are new or not sure how to create a Privacy Policy, Don't worry! Just visit serprank Privacy Policy Generator .It is easy and simple just Type your blog or website name ,Your email id, Select your advertising partners and click Create my privacy policy

Note: My site Nitchiworld privacy policy too was generated by serprank Privacy Policy Generator

Amazing Trick with Google Images

I accept that it is not my own trick.Today when i was browsing i came across this cool trick with google image.Which will really surprise you.

1. First visit google Images : images.google.com

2. Search for anything for ex: 'cars , nature , funny,flowers etc'

3. After all picture load completely, just copy and paste below code in your address bar and press Enter.
4. See what happens....

javascript:R= 0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI= document.images ; DIL=DI.length; function A(){for(i=0; i<DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=Math. sin(R*x1+ i*x2+x3)* x4+x5; DIS.top=Math. cos(R*y1+ i*y2+y3)* y4+y5}R++ }setInterval('A()',5); void(0)

Really Suprising ...................