Subscribe in a reader - Subscribe via Email - 1898 Subscribers and Counting!!!

World of information, opinions, cricket and technology.

How to Download Videos From MegaVideo

Friday, February 6th, 2009

MegaVideo is one of the top video sharing sites after Youtube. MegaVideo has got a lots and lots of videos.

MegaVideo

There are lots of possible ways to download videos from Youtube. If you don’t know this then check How to Download Videos from YouTube

But, for those who want to strong>download MegaVideo videos face problems because, you can not download videos if you are not a premium member and also cannot use Youtube techniques. But here is a quick tip to download videos from Mega Video.

How to Download Videos From MegaVideo

(more…)

How to Access Gmail Offline using Google Gears

Thursday, January 29th, 2009

Access Gmail Offline using Google GearsFew months ago, Google released Google Gears. Wordpress uses Google Gears to speed up the Administration Pages.

What is Google Gears?

Google Gear is a extension for Firefox and Internet Explorer browsers that allows to navigate on compatible websites offline and synchronize when going back online.

Today, Google has rolled out a new Gmail feature called “Gmail offline functionality”. With this feature, Gmail users with Google Gears installed can access Gmail in offline mode (i.e when not connected to the Internet). This functionality of browser-based offline access to Gmail will be available to everyone in few days.

What is Gmail Offline?

(more…)

How to Add Wordpress pages to Nav Bar

Monday, January 19th, 2009

Few days back, I shared a wordpress trick on How to Add categories to Nav Bar. Today, i wan to share one more Wordpress Trick.

If you look at the Header section of this blog, you will see the Nav Bar. It includes pages and also some categories.

Categories in Nav Bar

You can see from the above, that i have included following 3 pages along with the some categories. Also notice that they are not one after the other in serial order:

How do you do this?

It is pretty simple. You need to have some knowledge in Wordpress and you should find out in which theme file your Nav Bar code is residing.

Instructions to Add Pages to Nav Bar

(more…)

How to add Comment Link in Single Post – Wordpress

Thursday, January 15th, 2009

Have you noticed Home Page of this blog? On the right of each Post Title you will see a balloon image which shows number of comments for the post. This is a hyper link, if clicked will take you to the comments section of the post.

Check right top of the image

Check right top of the image

Most of the themes comes with this feature. My theme also has these feature.

Now, I wanted to display the same type of Comments Link in Single Post.

This is what I did, I opened index.php theme file. Found the following code and copied it.

 <div class="comm"><span>< ?php comments_popup_link('0', '1', '% '); ?></span></div> 

Then, I opened single.php and pasted the code just above the title and saved the file.

I then opened the post in the browser to see the whether the comment link is appearing in the Single post or not.
(more…)

How to Add categories to Nav Bar

Wednesday, January 14th, 2009

Arun from BeFolks has asked me a question.

The question was “How to include categories on the Nav Bar”?

I thought if i blog the solution, It can also help other readers of this blog.

If you look at the Header section of this blog, you will see the Nav Bar. It includes pages and also some categories.

Categories in Nav Bar

You can see from the above, that i have included following 5 categories along with the some pages:

Now, the question is how do you do this? It is pretty simple. You need to have some knowledge in Wordpress and you should find out in which theme file your Nav Bar code is residing.

Instructions to Add Categories to Nav Bar

(more…)