Showing posts with label Tricks. Show all posts
Showing posts with label Tricks. Show all posts

Friday, January 13, 2012

How To Get / How To Setup Airtel 3G/GPRS Settings In Mobile

                         
Airtel Gprs/3G Settings
  1. Homepage – Type Google.com.
  2. User Name – Blank
  3. Password – Blank
  4. Proxy – Enabled/yes.
  5. Proxy and Server Adress – 202.56.231.117
  6. Proxy and Server Port – 8080
  7. Data bearer – GPRS or Packet Data.
  8. Access Point Name – airtelgprs.com
  9. Authentication Type – Normal
  10. Use preferred access point – No

Airtel live settings
  1. Account Name – Airtel_live
  2. Homepage – http://live.airtelworld.com
  3. Username – Blank
  4. Password – Blank
  5. Proxy – Enabled/yes
  6. Proxy and Server Adress – 100.1.200.99
  7. Accespoint Name – airtelfun.com
  8. Proxy and Server Port – 8080
  9. Data bearer – GPRS/ Packet Data
  10. Authentication Type – Normal

How To Get / How To Setup Airtel 3G/GPRS Settings In Mobile

                         
Airtel Gprs/3G Settings
  1. Homepage – Type Google.com.
  2. User Name – Blank
  3. Password – Blank
  4. Proxy – Enabled/yes.
  5. Proxy and Server Adress – 202.56.231.117
  6. Proxy and Server Port – 8080
  7. Data bearer – GPRS or Packet Data.
  8. Access Point Name – airtelgprs.com
  9. Authentication Type – Normal
  10. Use preferred access point – No

Airtel live settings
  1. Account Name – Airtel_live
  2. Homepage – http://live.airtelworld.com
  3. Username – Blank
  4. Password – Blank
  5. Proxy – Enabled/yes
  6. Proxy and Server Adress – 100.1.200.99
  7. Accespoint Name – airtelfun.com
  8. Proxy and Server Port – 8080
  9. Data bearer – GPRS/ Packet Data
  10. Authentication Type – Normal

Thursday, January 12, 2012

How To Remove Subscribe To Posts(Atom) Link From Blogger Blog


  1.  Go to dashboard/ template/ edit HTML
  2. Click the 'Expand Widgets Templates' box
  3. Find:

<b:if cond='data:blog.pageType != "item"'> <!-- Blog feed links -->
<b:if cond='data:feedLinks'>
<div class='blog-feeds'>
<b:include data='feedLinks' name='feedLinksBody'/>
</div>
</b:if>
Remove this line:

          <b:include data='feedLinks' name='feedLinksBody'/>

 Once you find the code, remove it and save your template. Refresh your blog and now the Subscribe to: Posts (Atom) link wont be there on your blog.

How To Remove Subscribe To Posts(Atom) Link From Blogger Blog


  1.  Go to dashboard/ template/ edit HTML
  2. Click the 'Expand Widgets Templates' box
  3. Find:

<b:if cond='data:blog.pageType != "item"'> <!-- Blog feed links -->
<b:if cond='data:feedLinks'>
<div class='blog-feeds'>
<b:include data='feedLinks' name='feedLinksBody'/>
</div>
</b:if>
Remove this line:

          <b:include data='feedLinks' name='feedLinksBody'/>

 Once you find the code, remove it and save your template. Refresh your blog and now the Subscribe to: Posts (Atom) link wont be there on your blog.

Add a Flying Twitter Bird To Your Blogger Blog



Follow my these steps

  1. Go to blogger>Design>Edit HTML
  2. Copy your all blogger HTML template into a notepad file ( Recommanded )
  3. Search for </body>
  4. and just above it put the bellow code
<script src='http://bloggerblogwidgets.googlecode.com/files/way2blogging.org-tripleflap.js' type='text/javascript'> 
</script> 
<script type='text/javascript'> 
var twitterAccount = &quot;rmanroh&quot;; 
var tweetThisText = &quot; <data:blog.pageTitle/> : <data:blog.url/> &quot;; 
tripleflapInit(); 
</script>
     5. Now Replace rmanroh with your own twitter username
     6. Save your template
     7. View your Blog and see the Twitter Flying Bird in Your Blog.

Add a Flying Twitter Bird To Your Blogger Blog



Follow my these steps

  1. Go to blogger>Design>Edit HTML
  2. Copy your all blogger HTML template into a notepad file ( Recommanded )
  3. Search for </body>
  4. and just above it put the bellow code
<script src='http://bloggerblogwidgets.googlecode.com/files/way2blogging.org-tripleflap.js' type='text/javascript'> 
</script> 
<script type='text/javascript'> 
var twitterAccount = &quot;rmanroh&quot;; 
var tweetThisText = &quot; <data:blog.pageTitle/> : <data:blog.url/> &quot;; 
tripleflapInit(); 
</script>
     5. Now Replace rmanroh with your own twitter username
     6. Save your template
     7. View your Blog and see the Twitter Flying Bird in Your Blog.

Tuesday, April 5, 2011

How To Create Instant Messenger Hyperlink For YourBlog/Website/Forum/Signature?

An instant messaging hyperlink is a link that a person can click on that will instantly open the correct chat window with the person’s chat ID already in place. here i will introduse some chat hyperlinks for some instant messenging network. Dont forget to replace USERNAME with your real USERNAME.

Yahoo Messenger


&amp;amp;amp;lt;a href="ymsgr:sendim?USERNAME"&amp;amp;amp;gt;Send me a IM&amp;amp;amp;lt;/a&amp;amp;amp;gt;


Look Like- Send me a IM

Google Talk


&amp;amp;amp;lt;a href="gtalk:chat?jid="USERNAME"&amp;amp;amp;gt;Send me a IM&amp;amp;amp;lt;/a&amp;amp;amp;gt;


Look Like - Send me a IM

MSN Messenger or Windows Live Messenger


&amp;amp;amp;lt;a href="msnim:chat?contact="USERNAME"&amp;amp;amp;gt;Send me a IM&amp;amp;amp;lt;/a&amp;amp;amp;gt;


Look Like - Send me a IM

AIM Messenger


&amp;amp;amp;lt;a href="aim:goim?screenname=USERNAME"&amp;amp;amp;gt;Send me a IM&amp;amp;amp;lt;/a&amp;amp;amp;gt;


Look Like - Send me a IM

Skype Messenger


&amp;amp;amp;lt;a href="skype:USERNAME?chat"&amp;amp;amp;gt;Send me a IM&amp;amp;amp;lt;/a&amp;amp;amp;gt;


Look Like - Send me a IM

How To Create Instant Messenger Hyperlink For YourBlog/Website/Forum/Signature?

An instant messaging hyperlink is a link that a person can click on that will instantly open the correct chat window with the person’s chat ID already in place. here i will introduse some chat hyperlinks for some instant messenging network. Dont forget to replace USERNAME with your real USERNAME.

Yahoo Messenger


&amp;amp;amp;lt;a href="ymsgr:sendim?USERNAME"&amp;amp;amp;gt;Send me a IM&amp;amp;amp;lt;/a&amp;amp;amp;gt;


Look Like- Send me a IM

Google Talk


&amp;amp;amp;lt;a href="gtalk:chat?jid="USERNAME"&amp;amp;amp;gt;Send me a IM&amp;amp;amp;lt;/a&amp;amp;amp;gt;


Look Like - Send me a IM

MSN Messenger or Windows Live Messenger


&amp;amp;amp;lt;a href="msnim:chat?contact="USERNAME"&amp;amp;amp;gt;Send me a IM&amp;amp;amp;lt;/a&amp;amp;amp;gt;


Look Like - Send me a IM

AIM Messenger


&amp;amp;amp;lt;a href="aim:goim?screenname=USERNAME"&amp;amp;amp;gt;Send me a IM&amp;amp;amp;lt;/a&amp;amp;amp;gt;


Look Like - Send me a IM

Skype Messenger


&amp;amp;amp;lt;a href="skype:USERNAME?chat"&amp;amp;amp;gt;Send me a IM&amp;amp;amp;lt;/a&amp;amp;amp;gt;


Look Like - Send me a IM

Tuesday, November 16, 2010

Tips To Create a Good Blog Title And Post

How To Create A Good Blog Title
Many time people ask me what should they write and how they should write. For what they should write answer is simple write something that you like to write, write something on which you are good and write it with full dedication with mind that it should be helpful for others doesn’t matter you are writing it for help others or getting money. If it’s not helpful for someone they won’t come so they won’t click on your add if you will not have visitors.

Next question is how to write a good blog post for that here is long…………. Answer for that but belive me it’s going to be useful for you.

Thing to remember while posting a blog :->

Subject or topic header of blog post: -> Subject of each post should be very clear and it should be related to those words that you would give for searching similar post in Google or any search engine. You will get a very unique URL for each post once you complete your setting in blogger setting. That we will discuss latter on in the next post. But keep remember your subject should wrap post reason or it should contain possible search words.

Keep a post concise and clear :-> In my opinion blog post should be clear and not too big unless its not really needed but not very short too. Do not use any heavy word that would make your reader uneasy on your blog , please try that your user need not to refer dictionary for understanding your words meaning instead of understanding your post.

Support your post with images :-> It’s always a good idea to support your post with images if it could help your user to understand the topic but please do not post image while it’s not really needed.

How to create post :-> I would recommend you to use Ms Office word or any other word processing tool because it will remove all the spelling mistakes and possible grammar mistakes at time of composing only and for blogger it’s not good I they are posting something with lot of spelling mistakes or grammar mistakes. Other than grammar and spelling mistakes you can format your post like color bold or underlined while composing and you can save it in your future uses.

What browser you should use :-> I must say you should use Firefox and forcing for Firefox has very special reason. Actually if you are composing post in word processing tool and added some formatting likes color, bold or underlined can be copied as it is in your word processing tool but if you paste it in internet explorer it will not copy the entire formatting thing and it will give you just one font for complete post and you need to format it again and I am sure you do not want to same task twice. So use Firefox.

For writing a post do not use any auto generated number or symbols like aero star or big dot. It will not work properly in internet explorer and it will destroy the complete look of your post so give number manually while composing in word tool also

Do formatting your post :-> Yes it’s very important that you do formatting your post. Highlight very important content of a particular portion with different color may be you can do bold italic underline that’s all depends on your choice. If you think to make a complete paragraph highlighted and you want to emphasize on each line of that paragraph color each line of that paragraph with different color. You can see the example of this in my first post for this blog from here. Please do not do it for complete post else people will think it’s not special.

Be polite while posting :-> it’s my personal opinion that you should be polite while writing a blog post and you should be thankful for your reader because “If you keep your customer happy they will keep you happy” and every reader of your blog is your customer.

Completing your post :-> “Few days back I attend a seminar and I found it was not boring at all even listener had no option to ask question before question answer session and seminar was not too good for me. Reason for this non boring seminar was request from speaker for appreciation claps from audience for those people whom he pointed in seminar for great causes”

Yes………….in last ask to your reader for commenting on your post, be hopeful that your post helped them and you are more than welcome to help them in case if they do get problem. And last but not lease be thankful for them for coming on your blog

This completing your post thing depend on your but I would recommend to do that in your daily practice.

I am expecting the same thing comments from you if you liked it or not liked it for my motivation

Tips To Create a Good Blog Title And Post

How To Create A Good Blog Title
Many time people ask me what should they write and how they should write. For what they should write answer is simple write something that you like to write, write something on which you are good and write it with full dedication with mind that it should be helpful for others doesn’t matter you are writing it for help others or getting money. If it’s not helpful for someone they won’t come so they won’t click on your add if you will not have visitors.

Next question is how to write a good blog post for that here is long…………. Answer for that but belive me it’s going to be useful for you.

Thing to remember while posting a blog :->

Subject or topic header of blog post: -> Subject of each post should be very clear and it should be related to those words that you would give for searching similar post in Google or any search engine. You will get a very unique URL for each post once you complete your setting in blogger setting. That we will discuss latter on in the next post. But keep remember your subject should wrap post reason or it should contain possible search words.

Keep a post concise and clear :-> In my opinion blog post should be clear and not too big unless its not really needed but not very short too. Do not use any heavy word that would make your reader uneasy on your blog , please try that your user need not to refer dictionary for understanding your words meaning instead of understanding your post.

Support your post with images :-> It’s always a good idea to support your post with images if it could help your user to understand the topic but please do not post image while it’s not really needed.

How to create post :-> I would recommend you to use Ms Office word or any other word processing tool because it will remove all the spelling mistakes and possible grammar mistakes at time of composing only and for blogger it’s not good I they are posting something with lot of spelling mistakes or grammar mistakes. Other than grammar and spelling mistakes you can format your post like color bold or underlined while composing and you can save it in your future uses.

What browser you should use :-> I must say you should use Firefox and forcing for Firefox has very special reason. Actually if you are composing post in word processing tool and added some formatting likes color, bold or underlined can be copied as it is in your word processing tool but if you paste it in internet explorer it will not copy the entire formatting thing and it will give you just one font for complete post and you need to format it again and I am sure you do not want to same task twice. So use Firefox.

For writing a post do not use any auto generated number or symbols like aero star or big dot. It will not work properly in internet explorer and it will destroy the complete look of your post so give number manually while composing in word tool also

Do formatting your post :-> Yes it’s very important that you do formatting your post. Highlight very important content of a particular portion with different color may be you can do bold italic underline that’s all depends on your choice. If you think to make a complete paragraph highlighted and you want to emphasize on each line of that paragraph color each line of that paragraph with different color. You can see the example of this in my first post for this blog from here. Please do not do it for complete post else people will think it’s not special.

Be polite while posting :-> it’s my personal opinion that you should be polite while writing a blog post and you should be thankful for your reader because “If you keep your customer happy they will keep you happy” and every reader of your blog is your customer.

Completing your post :-> “Few days back I attend a seminar and I found it was not boring at all even listener had no option to ask question before question answer session and seminar was not too good for me. Reason for this non boring seminar was request from speaker for appreciation claps from audience for those people whom he pointed in seminar for great causes”

Yes………….in last ask to your reader for commenting on your post, be hopeful that your post helped them and you are more than welcome to help them in case if they do get problem. And last but not lease be thankful for them for coming on your blog

This completing your post thing depend on your but I would recommend to do that in your daily practice.

I am expecting the same thing comments from you if you liked it or not liked it for my motivation

Twitter Delicious Facebook Digg Stumbleupon Favorites More

 
Design by Free WordPress Themes | Bloggerized by Lasantha - Premium Blogger Themes | Hostgator Discount Code