hack http://technotip.org A Blog For Bloggers Fri, 29 Jan 2010 23:03:46 +0000 en-US hourly 1 https://wordpress.org/?v=6.8.3 9687185 Tips,Tricks and hack for blogger blogs http://technotip.org/tips-tricks-and-hack-for-blogger-blogs/ http://technotip.org/tips-tricks-and-hack-for-blogger-blogs/#respond Tue, 16 Sep 2008 20:14:23 +0000 http://technotip.org/?p=685 Today’s post is dedicated to all those people using blogger.com. Its a great service which offers free web hosting. I wonder how much bandwidth blogger would provide!
Before trying any of the below mentioned tips/tricks, backup your theme — Goto “Layout” -> “Edit HTML” and click on “Download Full Template”..

The post Tips,Tricks and hack for blogger blogs first appeared on Technotip.org.

]]>
Today’s post is dedicated to all those people using blogger.com. Its a great service which offers free web hosting. I wonder how much bandwidth blogger would provide!

Before trying any of the below mentioned tips/tricks, backup your theme — Goto “Layout” -> “Edit HTML” and click on “Download Full Template”..
This article is only for education purpose and I am not an expert in coding blogger templates, so try at your own risk. By changing the default behavior of the blogger blogs, you may be violating their policy. So we make it clear that, this article is only for education/learning purpose.

1. To insert Meta tags:-
Place

in between tags.

In the above code expr:content= ‘data:blog.pageTitle’ gets replaced by the title of your current page. So when combined with the common description tags, the description tag becomes unique for each page. Also do not forget to replace “Put in your common description tags here” with some description of your website(this will be common for all pages of your website.)

2. Read more option (show only post Excerpt in the home page):-

Login to your account and click on the “Layout” tab. Then select “Edit HTML”. Check ” Expand Widget Templates”.
Now search for and paste the below code between and





Now search for in the template HTML and paste the following piece of code after







Read more..





Save it. That’s all about coding part of the theme. To show only post excerpts on the homepage, you need to insert post excerpt.Remaining article will be shown after clicking on "Read more.." link. . Now your articles and blog will look more professional.

3. Hide the Blogger navbar:-
Blogger-navbar.jpg
Add this line #navbar-iframe {display: none !important;} before /* Variable definitions

or

Paste below code inbetween

, before .



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


4. Post articles from email:-
blogger-email-post-publishing.jpg
Goto “Settings”, click on “Email” option. And set the email ID, and start posting articles from your email ID.
Its interesting to note that, you can post upto 10MB of images directly from your email.

5. Bulk image uploader(for firefox users only):-
Use “Drag Drop Uploader” FireFox Addon and upload as many images as you want.

6. Change the default favicon and put your favicon, great for branding purpose:-
Upload your favicon(an image of 16 x 16 pixels or 32 x 32 pixels with .png, .gif, or .ico extension. Use either 8-bit or 24-bit colours.)
Now paste below code between tags.


Book mark this article, as there is more to come, as we investigate and play with Blogger.
We thought of making this a serious post, but it would annoy visitors as they need to navigate to different pages to get what they want. So we decided to keep all things at one place. Hope this article is of some use for some of you. If this article helps you in anyway, then please share this story with as many people as possible.Thanks

Hi SATISH

  • Stay Tuned, we are coming up with a awesome announcement, that you will love!

  • "60+ Ways To Increase Your Twitter Followers" -- Please (review)Stumble and Tweet

  • ”Tips, Tricks and Strategies to Make Money Online” Free ebook

  • Click here to download Yaro Starak's FREE video tutorial.


©Technotip.org, - visit the blog for more great content.

Support us by visiting the blog and leaving your valuable comment.

The post Tips,Tricks and hack for blogger blogs first appeared on Technotip.org.

]]>
http://technotip.org/tips-tricks-and-hack-for-blogger-blogs/feed/ 0 685
Yahoo Buzz! is now open to everyone. http://technotip.org/yahoo-buzz-is-now-open-to-everyone/ http://technotip.org/yahoo-buzz-is-now-open-to-everyone/#respond Tue, 19 Aug 2008 10:11:01 +0000 http://technotip.org/?p=310 Are you banned from Digg? Are you an active person in sites like Digg, stumble ? If you said yes, then you have a Happy news. As said in the title of this article, Yahoo Buzz! is now open to everyone. Previously it was a closed Beta. Now without wasting much of your time..I will … Continue reading "Yahoo Buzz! is now open to everyone."

The post Yahoo Buzz! is now open to everyone. first appeared on Technotip.org.

]]>
Yahoo-buzz-logo-tmAre you banned from Digg? Are you an active person in sites like Digg, stumble ?

If you said yes, then you have a Happy news. As said in the title of this article, Yahoo Buzz! is now open to everyone. Previously it was a closed Beta.

Now without wasting much of your time..I will tell some of the points and you can hurry to grab the Buzz Button.

1. Its an Digg like site of Yahoo!.

2. Believed to be the most powerful (more than Digg — Tested).

3. As almost all net users have an YahooMail Id, many people can Vote for your story on Yahoo Buzz!, than on Digg, stumble etc.

4. Yahoo Buzz! site is looking clean and easier to use than any other Social Bookmarking site.

5. The featured article will be displayed on “Yahoo.com” and not just on “buzz.yahoo.com”.

6. Its now open for everyone.

Now Go Grab the Buzz button. And Buzz my stories also, if you find anything interesting in Technotip.org!

orelse here is a small work around for wordpress blogs…




This code will get the Title, URL, and the excerpt of your article automatically to the Yahoo Buzz site, instead of manually inserting all these details.

And change “text-votes” to “square” or “small-votes” or “medium-votes” or “large-votes” or “logo” or “text” or “small” or “medium” or “large” to change the button type.

If you are using Blogspot, then remove these yahooBuzzArticleHeadline = “< ?php the_title(); ?>“; yahooBuzzArticleSummary = “< ?php the_excerpt() ?>“; two lines, and use the code. I think it will work. I have not tested it on Blogspot, but still hope it works fine. If anyone of you have tried this, then please confirm us, by leaving a comment below this article.

Hi SATISH

  • Stay Tuned, we are coming up with a awesome announcement, that you will love!

  • "60+ Ways To Increase Your Twitter Followers" -- Please (review)Stumble and Tweet

  • ”Tips, Tricks and Strategies to Make Money Online” Free ebook

  • Click here to download Yaro Starak's FREE video tutorial.


©Technotip.org, - visit the blog for more great content.

Support us by visiting the blog and leaving your valuable comment.

The post Yahoo Buzz! is now open to everyone. first appeared on Technotip.org.

]]>
http://technotip.org/yahoo-buzz-is-now-open-to-everyone/feed/ 0 310
Create Mobile version of your blog in minutes http://technotip.org/technotip-on-mobile-phone/ http://technotip.org/technotip-on-mobile-phone/#comments Wed, 09 Jul 2008 06:25:18 +0000 http://technotip.org/?p=32 We are happy to tell that Technotip.org will now be accessible on your wap/internet enabled mobile phones. When we were observing visitors data in google-analytics, we found that many people were trying to access our blog using mobile browsers. So we decided to bring a mobile version of Technotip.org and as usual, we started searching … Continue reading "Create Mobile version of your blog in minutes"

The post Create Mobile version of your blog in minutes first appeared on Technotip.org.

]]>
We are happy to tell that Technotip.org will now be accessible on your wap/internet enabled mobile phones.

When we were observing visitors data in google-analytics, we found that many people were trying to access our blog using mobile browsers. So we decided to bring a mobile version of Technotip.org and as usual, we started searching in Google and finally we found a plugin called WP Mobile Edition 2.1.

NOTE: It works only with WordPress.

This plugin will automatically detect the mobile phone browser and will render the pages of your blog to the phone. The blog will be looking more simple, with just the post titles and links, arranged neatly. So there will be no delay in loading of pages.
And the important thing is, you can monetize your mobile version blog using AdSense for Mobile Content.

And for those who are using some other blog platform(This hack even works with wordpress):

Here is a quick hack…
Just use

http://www.google.com/reader/m/view/feed/[feed_address]

replacing [feed_address] by your blogs exact feed address and put a link in your blog. This would enable your blog visitors to view your mobile version on their desktop or in their mobile phones. But the problem is, you will not be able to monetize it using AdSense for Mobile.

There are many companies providing free mobile websites, but they always come with .companyname.mobi URL attached with it, and you need to pay them to get the URL of your choice.

From now, you can always find a link to mobile version of this blog at the footer.

Please support us, by visiting our blog from your mobile phones, when you are away from your Personal Computers.

Also share your opinions about this article, in the comment section.

Hi SATISH

  • Stay Tuned, we are coming up with a awesome announcement, that you will love!

  • "60+ Ways To Increase Your Twitter Followers" -- Please (review)Stumble and Tweet

  • ”Tips, Tricks and Strategies to Make Money Online” Free ebook

  • Click here to download Yaro Starak's FREE video tutorial.


©Technotip.org, - visit the blog for more great content.

Support us by visiting the blog and leaving your valuable comment.

The post Create Mobile version of your blog in minutes first appeared on Technotip.org.

]]>
http://technotip.org/technotip-on-mobile-phone/feed/ 3 32
MyBlogLog – Some tricky uses http://technotip.org/mybloglog-some-tricky-uses/ http://technotip.org/mybloglog-some-tricky-uses/#comments Thu, 19 Jun 2008 22:46:48 +0000 http://technotip.org/?p=13 We have seen many cases where people try to hack and crack some popular sites and damage the reputation of it.It has been true in case of MyBloglog too. But lets concentrate on the things by which we can get advantage of. MyBlogLog is owned by Yahoo Inc. Now I will show you how to … Continue reading "MyBlogLog – Some tricky uses"

The post MyBlogLog – Some tricky uses first appeared on Technotip.org.

]]>
We have seen many cases where people try to hack and crack some popular sites and damage the reputation of it.It has been true in case of MyBloglog too.

But lets concentrate on the things by which we can get advantage of.

MyBlogLog is owned by Yahoo Inc.

Now I will show you how to track the recent 127 visitors(Who are also members of MyBlogLog).

Login to your MyBlogLog account using your yahoo username and password.

Click on add a website/blog link.Fill the small form and get your blog listed under your
My Sites and Services option.Now click on the widgets link below the website/blog listed.

It will look like the one shown in below image…

MyBlogLog

Your code will also look similar, except the ID number i.e., 200711051214522 in above case.

Just look for your code and copy the ID number(Just the number) and past it in one notepad or any other text editors.

Now look at the below code…


Now replace the ID number(i.e., 200711051214522 ) from your ID number.

That’s it….now copy and past the entire code wherever you want to show your recent 127 visitors who are also members of MyBlogLog.
Optional: In the above code we have made the color of widget texts Powered by MyBlogLog into white, you can change it to the color of your blogs background.

One more use of MyBlogLog is, we can encourage people to comment on our blog.

i.e., we can get the logo of members who are currently viewing your blog(if he/she is logged into their MyBlogLog account).

Here goes the code…



Just copy and past the above code(without any modification), anywhere in your blog to get the profile pic.

Below is one such use, to ask the visitors to share their opinion/knowledge by commenting about the article.(make sure you are logged into MyBlogLog to see the effect in this page).


Please share your opinion/knowledge by commenting about this article..

Hi SATISH

  • Stay Tuned, we are coming up with a awesome announcement, that you will love!

  • "60+ Ways To Increase Your Twitter Followers" -- Please (review)Stumble and Tweet

  • ”Tips, Tricks and Strategies to Make Money Online” Free ebook

  • Click here to download Yaro Starak's FREE video tutorial.


©Technotip.org, - visit the blog for more great content.

Support us by visiting the blog and leaving your valuable comment.

The post MyBlogLog – Some tricky uses first appeared on Technotip.org.

]]>
http://technotip.org/mybloglog-some-tricky-uses/feed/ 3 13