Blogger widget for downloading Youtube videos
Thursday
Here is a cool blogger widget that enables you to download any Youtube video by typing link of that particular video.
TechnoJuice has provided 2 different styles that can easily modified according to your sidebar's width.To insert this just copy-paste following code:
<script src="http://downloadutube.googlepages.com/ytdwid.js" type="text/javascript"></script>
P.S.: Make sure to rename the downloaded file with .flv extension.
Labels: Blogging Tips
How to create Text box with HTML code
Wednesday
The previous post regarding writing of HTML code inside posts follows a long procedure if HTML code is quite large.In contrast to this TEXT BOX is quite easy.
Text box can be generated by typing the following code:
<textarea rows="12" cols="19">
Any TEXT like Infotix
</textarea>
Alternatively:
<textarea style="WIDTH: 332px; HEIGHT: 70px" onfocus="this.select();" name="textarea" cols="19">Any TEXT like Infotix</textarea>
But this method has its own limitations.The code/text inside this box will not be crawled by Google spiders.So, make sure you don't type any important links or keywords inside this box.
Labels: Blogging Tips
HTML code for Text effects in blogger
Monday
Here is the list of some useful HTML code that I use while writing a blogger post.Though there are various option in Post editor but some of them like underlining,highlighting,striking etc are still not available.
1)Underline
--> Type your text like this <u>Infotix</u>
2)StrikeThrough
--> Read previous post at Creating Strikethrough Text
3)Writing HTML code inside post
--> Visit How to write HTML code inside blogger post
4)Line on top of Text
--> Type your text like this <span style="text-decoration: overline">Infotix</span> to give Infotix
5)Highlighting the text
--> Insert your text like this <span >Infotix</span> to give Infotix
For different colors type "BLUE","YELLOW" etc...
6)Insertsubscript
--> Type your text like this Infotix.<sub>blogspot.com</sub> to give Infotix.blogspot.com
7)Insertsuperscript
--> Type your text like this Infotix.<sup>blogspot.com</sup> to give Infotix.blogspot.com
Labels: Blogging Tips
Check Web design in different browsers
Saturday

Have you ever wondered how a blog or website looks in different Internet browsers(Firefox,IE,Opera,Safari)and Operating Systems(Linux,Windows,Mac). Browsershots provides the free open-source online service that provides you with all screen shots of particular URL .
There is also another website Browsercam.com similar to BrowserShots but it offers only 24 hours free trial whereas later is absolutely free. But you have to wait for approximately 35-45 mins to view any URL's screen shots.
Check my blog screen shots here.
Labels: Blogging Tips, Cool Websites
How to write HTML code inside blogger post
Friday
Here is a very basic solution to write HTML code inside your blog posts like <span>Infotix</span>.
Just replace < with
and > with
with in all HTML code.Alternatively you can copy your HTML code and paste at Encode/Decode HTML converter at Centricle and click on Encode to get the code.
Labels: Blogging Tips
Creating Strikethrough Text
Thursday
Blogger doesn't provide strikethrough text(Infotix.blogspot.com) option but if you want to create it's quite easy.
Just type <strike>Any text</strike> to create Any text.
Labels: Blogging Tips
PayPal enables Funds Withdrawal to Bank Accounts in India
Tuesday

Good news for Paypal's Indian users, now you can withdraw funds directly to Indian bank account.
Earlier there was option of withdrawing to credit card or issuing a cheque which takes quite a lot of time.Moreover, there is quite possibility of postal delays.But now money can be transfered directly into the bank account.If you are unverified member then there is monthly limit of $500 and maximum limit of $3000 for withdrawing and for the time sake this is possible in few major banks.
The list of Participating Banks :
1. State Bank of India
2. Bank of India
3. Canara Bank
4. Union Bank of India
5. HDFC Bank
6. ICICI Bank
7. ING VYSYA Bank
8. UTI Bank
9. Standard Chartered Bank
10. HSBC
11. Citibank
Process of Adding a Bank Account in India to your PayPal Account:
1. Select ‘Add/Edit Bank Accounts’ from the ‘Profile’ Tab.
2. Select the Bank name and then fill in the details of your account. Then click ‘Continue’
3. Next the confirmation page will be shown. Review the details and click ‘Add Bank Account’.
In between you have to type 11 digit IFSCode of your bank branch which can be easily found in Excel spreadsheets provided by RBI or ICICI bank.
[via Ebay]
Labels: Blogging Tips, Tech News, Technology Information
Comment follow up by blogger.com

Blogger.com added a new comment follow feature which enables mailing of all the follow-up comment if you subscribe to it. Though this was already introduced in Wordpress.com long time back but Blogspot has introduced it few days ago.
Labels: Blogging Tips, Tech News
How to search a keyword in a site/blog
Monday
I don't know whether it is mentioned in other site or not but today I found a small tweak.I have tested this with blogger.com but don't know whether it will work with normal sites or not.
Many a times you want to find a particular keyword in a blog and moreover that blog doesn't have any search bar(like my blog).In that case you can find that keyword by typing the following code on your address bar.
URL of the blog/search?q="search word"
For example: Keyword= google
http://infotix.blogspot.com/search?q="google"
Labels: Blogging Tips
Direct Upload Video to Blogs
Saturday
Blogger has now enabled Direct Video Uploading to your blogs. There is now no need to first upload video to Youtube and all the hassles of pasting the Embed code in your blog post. You can directly upload videos without leaving your Post Editor in Blogger and the videos are uploaded to Google Video and the code placed in your blog post automatically. Morever after uploading the video it is automatically converted into a video podcast.
It will help if you enable the enclosure links for podcasting.To turn on enclosure links, just go to Settings --> Formatting and set the “Show Link fields” option to “Yes.” This will add the enclosure link fields to your post editor. From there, just paste in the URLs of your recorded media, and your blog will instantly become a podcast.
To add a video to your post login to Blogger Dashboard and click on New Post link. Then in Post Editor click the new square 'Add Video' icon in top frame.
Labels: Blogging Tips
About Social Bookmarking
Wednesday
Social bookmarking is a way of organizing your internet shortcuts. Internet shortcuts can be saved in a form of bookmarks, but often you come across a lot of interesting sites or blogs and they often become a very crowded place.
Social bookmarking sites allow you to save your favorites online using tags. With tags your favorites are automatically easier to find, more accessible and more organized.Below is a video which explains A to Z of bookmarking.
Labels: Blogging Tips, Social Bookmarking
Blogger for Word Add In for MS Word
Friday
Blogger for Word is a free add-in for Microsoft Word that lets you save a Word document as a post to your Blogger blog with just a few clicks, and without even opening up a browser. Blogger for Word makes it even easier to express yourself online, save your documents to the web, and edit your work both online and off.
Download at: http://buzz.blogger.com/bloggerforword.html
Labels: Blogging Tips, Extensions
Add a Chat Widget in blog
Sunday
LiveChat2IM is an excellent javascript widget that you can embed in your blog (or any other webpage) and your visitors will be able to chat with you on your favorite chat network. Currently LiveChat2IM supports MSN, Yahoo, GoogleTalk& Jabber . Its free to use (unless you want to embed it in multiple sites) and is a great way for you to stay connected . Check it out!
Labels: Blogging Tips, Cool Websites