Today i m releasing Asino footer for blogger or you can say Thesis style footer for blogger. Actually its not Thesis style its called Asino. Well no problem at last we can now have for blogger also, thanks to ramandeep who inspired me or you can say gave idea to make it for blogger. At last its here for Blogger.

Read More>>
Blogger Tutorials
Blogger Is getting better and better day by day. Improvement in its Editor and its new improved templates. But all this things are not enough but blogger lacked in one thing that is it doesn't provide support to upload images by URL (Link).
Why Upload Images to Blogger ?
Blogger Gives it users everything free of cost from hosting of the images to the sub-domain.Hosting Images on blogger users tension of getting images deleted or of bandwidth. And Images loads more quickly then any other host or services that provide hosting of images .
You all now maybe thinking how to upload images by URL (Link).
As their is no option like that in blogger to host images by URL (Link). Then how you host images in blogger. don't worry Ritesh Sanap is their for you always with best2know. So I have a trick through which you can upload images to Blogger.
So Lets Get Started :
- Log in to your Blogger Dashboard.
- Then Click On New Post.
- Then In Compose Mode Click on Insert Image Button.
- A dialog box will get open
- Then Click on Upload Button
- Then Another Dialog Box will pop up
- In that Dialog Box add the Link of your image that you want to upload to Blogger.
- Then Click On Open. Image will get Uploaded and you are done.
If you like this then I think you might also like the previous post How to Host Javascript on Blogger.
If you Like This post then Please share it with your Friends and Do Comment.
Do you have minimal traffic from your website or blogsite? Is it too plain you wish you could afford to hire web developers and graphic artists to achieve the getting high standard of Internet users and clients?
You need no expertise to achieve that standard. So i gathered the simplified but best and user friendly JQuery to suit your needs and to give hype for your business and personal portfolios to help you maximize your traffic.
Though this Slide Jquery Gallery requires more time and effort to have that professional look of your blog or website, this slide deck will give the impression of PERFECTIONISM driving to marketing and advertising strategy. For its free? there is no room for second thoughts of having this and change your life for real.
Aside from its ability to beautify your gallery, it is also capable of embedding your videos. Don't you think its great to have that creative look in your site? Though i do not advice for business or e-commerce sectors to have this to present your gallery and advertising portfolios.
TRANSPARENT SLIDE GALLERY | tutorial
This is open for Blogger and WordPress users. It has the simplest and easiest to understand tutorial among jqueries i used. It has automatic slide so i suggest to add more pictures to maximize the slideshow.
I personally like it for your client testimonials. Lets put different strategy to your website. The idea of giving your clients to be heard is a win-win advertisement. The logic? "you value your clients, and your service will speak for it".
It has 3 categories to choose from. The best thing about this Flash playlist, it is 100% FREE. Its like a touch screen, automatically move up and down when you point your cursor to the list. It has quite delay if you have too much pictures loaded in the playlist so have a separate gallery for best views of your work.
If you are familiar with Flash, this one is for you.
Now, doze off to your dashboard and change your blog into more inviting and fun to read. Having second thought? i bet not. On a positive note, for blogger users, they can maximize or minimize the size of their slide. check out tutorials to learn more about the products.
For FREE inquiries for your creative and professional web design,
email riteshhanap@gmail.com.
For FREE inquiries for advertising and marketing strategies for small business websites, email kumi.atienza@gmail.com.
After a long time the most awaited Blogger feature called static pages or stand alone pages has been launched in drafts . But it has some issues with automatic expandable summaries read more trick for blogspot. With this new code you can minimize your blogger posts so that only some of your description and image appears on the homepage and the rest of all is shown when you visit that post or static page.
you might have familiar with earlier read more hack.
Just Follow this simple steps :
- First log in to your blogger account.
- Then click on Design Link.
- Then Click on Edit HTML.
- Check Expand widget content.
- Then Search for below code :
</head> - Add the below code before </head> :
<script type='text/javascript'>var thumbnail_mode = "no-float" ; summary_noimg = 430; summary_img = 300; img_thumb_height = 130; img_thumb_width = 160; </script> <script type='text/javascript'> //<![CDATA[ function removeHtmlTagundefinedstrx,chop){ ifundefinedstrx.indexOfundefined"<")!=-1) { var s = strx.splitundefined"<"); forundefinedvar i=0;i<s.length;i++){ ifundefineds[i].indexOfundefined">")!=-1){ s[i] = s[i].substringundefineds[i].indexOfundefined">")+1,s[i].length); } } strx = s.joinundefined""); } chop = undefinedchop < strx.length-1) ? chop : strx.length-2; whileundefinedstrx.charAtundefinedchop-1)!=' ' && strx.indexOfundefined' ',chop)!=-1) chop++; strx = strx.substringundefined0,chop-1); return strx+'...'; } function createSummaryAndThumbundefinedpID){ var div = document.getElementByIdundefinedpID); var imgtag = ""; var img = div.getElementsByTagNameundefined"img"); var summ = summary_noimg; ifundefinedimg.length>=1) { imgtag = '<span style="float:left; padding:0px 10px 5px 0px;"><img src="'+img[0].src+'" width="'+img_thumb_width+'px" height="'+img_thumb_height+'px"/></span>'; summ = summary_img; } var summary = imgtag + '<div>' + removeHtmlTagundefineddiv.innerHTML,summ) + '</div>'; div.innerHTML = summary; } //]]> </script>
- Then Find this <data:post.body/>
- Then Replace <data:post.body/> with the below code :
<b:if cond='data:blog.pageType == "static_page"'><b:else/> <b:if cond='data:blog.pageType != "item"'> <div expr:id='"summary" + data:post.id'><data:post.body/></div> <script type='text/javascript'>createSummaryAndThumbundefined"summary<data:post.id/>"); </script> <span class='rmlink' style='float:right;padding-top:10px;'><a expr:href='data:post.url'><img src='http://i37.tinypic.com/351icqx.jpg'/></a></span> </b:if></b:if> <b:if cond='data:blog.pageType == "item"'><data:post.body/></b:if><b:if cond='data:blog.pageType == "static_page"'><data:post.body/></b:if>
- Then Click on Preview if no error occurs then just click on save.
Now let us see how to customize the code to suit your style :
- summary_noimg = 500 ;
- summary_img = 400 ;
- img_thumb_height = 130;
- img_thumb_width = 281 ;
This code will decide how much characters must be shown in the post if that post doesn't contain any images. I have selected 500 characters.. you can customize it to suit ur template.
If the post contains image , then this code will decide how many characters must be shown in that post. Change the number of characters to be shown to suit your template.
This tag decides the height of the thumbnail to be shown in the post. Vary the number 130 to suit your template.
This tag decides the width of the Thumbnail image to be shown
1. Find this :
http://i37.tinypic.com/351icqx.jpg
2. Change it to your desired image you want.
Having Text Instead Image :
1. Find this :
<img src='http://i37.tinypic.com/351icqx.jpg'/>
2. And Replace it with the desired text you want to use.













Highlight Author Comment in Blogspot
by Ritesh Sanap on June 12, 2010
in Blogger Tutorials
This trick is to give a Highlight Author Comment . This will make the blogs owner and authors comments looks different from the visitors comments. It's very useful and interesting blogger hack tips. You can see the example in my blog. Here is what to do to make a "Highlight Author Comment" effect in Blogspot.