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

Remove/Hide Label Count in Blogger Blogs

Many blogger don't like to show label counts on there blogs.So fallow below trick to hide or remove the Label count in blogger blogs

* Blogger dashboard > Layout > Edit html > Expand widget.
* Search <span dir='ltr'>(<data:label.count/>)</span>
and remove the line
* Save the template and you are done.......

MoboPic - Make wallpapers for your cell phone

moboPic lets you create cell phone wallpapers instantly and free. Just three easy steps and your new wallpaper is ready. Upload any picture (support JPG, PNG and GIF files up to 2Mb), choose your cell phone from the list of mobile companies and enjoy your new wallpaper.

Just three easy steps and your wallpaper is ready:

1. Upload any picture : You can upload an image from your computer or insert the URL of the image. (It supports JPG, PNG ang GIF files up to 2Mb).

2. ReSize and Crop – MoboPic has presets for all major phone vendors and models such as Alcatel, Nokia, Samsung, Sony Ericsson and others. You can choose your mobile phone model or zoom the picture, MoboPic will auto adjust the picture to the size of your mobile phone.

3. Save – Your resized picture is saved in MoboPic for one day. A public URL is also provided for your re sized image. You can also email this wallpaper to your friends and family members.

visit www.mobopic.com and enjoy making wallpapers for your mobile phone.

YouConvertit - Online free tool to Convert All Files

YouConvertit is a online free Tool to convert Files,Convert Online videos,Download any online videos,Convert Units and you can too send files from your pc to friends email id.It is easy and simple way to Convert any media file format (Documents, Images, Audio, Video & Archives) without buying or installing anything on your PC.

Convert Files:
You can convert files Just add your email id -> Browse the file you want to convert on your Pc and select the output format you want to convert.

The fallowing are the supported formats:
  • Video Formats:
    3GP, ASF, AVI, FLV, MOV, MP4, MPEG, MPG, RM, SWF and WMV.
  • Audio Formats:
    3GP, AAC, AIF, AIFF, ASF, AVI, FLV, MOV, MP3, MP4, MPEG, MPG, RA, RM, SWF, WAV, WMA and WMV.
  • Image Formats:
    BMP, GIF, ICO, JPG, PNG, TIFF, WMF, ICON, EMF, JPEG, EXIF and more.
  • Archives Formats:
    ACE, ARJ, GZ, ZIP, RAR, 7Z, CAB, TAR, TGZ, BZ2, YZ1 and BZA.
  • Document Formats:
    XHTML, PDF, HTML, VOR, ODG, SDA, EPS, SVM, ODP, PPT, POT, OTP and more.
Convert Online Videos:
You can download any online video just by pasting the URl of the video and clicking the Download button.

You can also convert videos in any format you want.just paste the Url of the video -> type your email id and select the output format you want and click Convert it.


Supported video formats:
  • Video Formats:
    3GP, ASF, AVI, FLV, MOV, MP4, MPEG, MPG, RM, SWF and WMV.
  • Audio Formats:
    3GP, AAC, AIF, AIFF, ASF, AVI, FLV, MOV, MP3, MP4, MPEG, MPG, RA, RM, SWF, WAV, WMA and WMV.
Send Files:
You can send any files from your PC to any email id with out registering. Just type Recipient email address and browser the file you want to send and click send it.

Convert Units:
You can convert Units of any type just select the category and chose the units you want to convert and click convert it.

Visit Youconvertit : Click here

Add Favicon To Your Blog Easily

A Favicon gives a professional look to your website or Blog.Today there are many websites which provide ready mate favicons or you can upload your own picture and can get *.ico favicon .You can save to your desktop or you can get html link and you can directly add that html link your blog or site

According to me iconj.com is best.Here you can find ready mate favicons and also you can upload your own picture(GIF, PNG, JPG, BMP, ICO, TIFF, less then 1MB) .Just click browse and select your picture in your system and click upload
After uploading you can download that favicon on your computer or you can copy the direct link so that you can add it to your site or blog

Steps to add Favicon in your blog:

* Go To Edit Html > Expand Widgets:
* Search &lt;title>&lt;data:blog.pageTitle/>&lt;/title>
* And Paste the link direct link below it

For example:

&lt;title>&lt;data:blog.pageTitle/>&lt;/title>
&lt;link href='http://www.iconj.com/ico/1/s/1s8m6o5az1.ico' rel='shortcut icon'/>
&lt;b:skin>&lt;![CDATA[/*

and save the template...successful

How to show html text in blogger posts

Many visitors asked the question How to show html text in my blogger posts so that visitor can copy and paste.

The reason for this to occur is that if you try to type the HTML the web browser will interpret that as an instruction to display what follows in a new line (line break) but not display the HTML.

So the easy and simple solution for this is just visit

http://centricle.com/tools/html-entities/

and paste the html that you want to show in your post in that site and click Encode and after clicking Encode just copy the result Html and paste it in your blogger post.

Now your done.Just and Short and simple.....

How to Hide/Remove the blogger nav bar



The navigation or nav bar at the top of blogspot blogs is a eyesore and makes the blog look unprofessional.As Blogger terms and conditions not mentioned about removing Navbar is legal or illegal.To remove the Navbar fallow the Below steps.



Go To Edit Html > Expand Widgets:

* Search for ]]></b:skin>

* Add Below code above the ]]></b:skin>

#navbar { height: 0px; visibility: hidden; display: none; }

* save the template and You done it..

Related Posts Widget For Blogger


Related Posts Widget For Blogger,With this many of your readers will remain on your site for longer periods of time when they see related posts of interest.The related articles are chosen from other posts in that same category/label/tag.

Steps:
  1. Go to Layout >Edit HTML in your Blogger Dashboard.
  2. Back up your existing Template before making any changes..

  3. Check the "Expand Widget Templates" box.

  4. Search for the </head> tag.

  5. Add the following code just before the </head> tag.
  6. <style>

    #related-posts {
    float : left;
    width : 540px;
    margin-top:20px;
    margin-left : 5px;
    margin-bottom:20px;
    font : 11px Verdana;
    margin-bottom:10px;
    }
    #related-posts .widget {
    list-style-type : none;
    margin : 5px 0 5px 0;
    padding : 0;
    }
    #related-posts .widget h2, #related-posts h2 {
    color : #940f04;
    font-size : 20px;
    font-weight : normal;
    margin : 5px 7px 0;
    padding : 0 0 5px;
    }
    #related-posts a {
    color : #054474;
    font-size : 11px;
    text-decoration : none;
    }
    #related-posts a:hover {
    color : #054474;
    text-decoration : none;
    }
    #related-posts ul {
    border : medium none;
    margin : 10px;
    padding : 0;
    }
    #related-posts ul li {
    display : block;
    background : url("http://i299.photobucket.com/albums/mm297/zozuglogger/weed-bullet.gif") no-repeat 0 0;
    margin : 0;
    padding-top : 0;
    padding-right : 0;
    padding-bottom : 1px;
    padding-left : 16px;
    margin-bottom : 5px;
    line-height : 2em;
    border-bottom:1px dotted #cccccc;
    }

    </style>



  7. Now search for <p><data:post.body/></p>

  8. Add the following code just below the code you just searched for.
    <b:if cond='data:blog.pageType == "item"'>
    <div id="related-posts">
    <font face='Arial' size='3'><b>Related Posts : </b></font><font color='#FFFFFF'><b:loop values='data:post.labels' var='label'><data:label.name/><b:if cond='data:label.isLast != &quot;true&quot;'>,</b:if><b:if cond='data:blog.pageType == &quot;item&quot;'>

    <script expr:src='&quot;/feeds/posts/default/-/&quot; + data:label.name + &quot;?alt=json-in-script&amp;callback=related_results_labels&amp;max-results=4&quot;' type='text/javascript'/></b:if></b:loop> </font>
    <script type='text/javascript'> removeRelatedDuplicates(); printRelatedLabels();
    </script>
    </div></b:if>


  9. Now Save your Template and You done it...

Note:
* In order to change the number of maximum related posts being displayed, search for the code below (high lighted with blue) and change the number "4" to any desired number.

max-results=4