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

World of information, opinions, cricket and technology.

How to Move Feeds from FeedDemon / Newsgator to Google Reader

Thursday, August 20th, 2009

Most of us follow our favorite blogs via RSS Feeds. To keep track of all the blogs, i use FeedDemon on my PC and Newsgator on the Web as a online feed reader.

Both Newsgator and FeedDemon synchronize feeds so, that both are in sync.

Few days back, Newsgator has come up with a news that their Online Feed Reader will no longer be available. This news has caused upset to lot of users who depend on both to keep track of the blogs or news.

You guys might have noticed if you had tried to login to NewsGator account.
NewsGator Online Reader will no longer be available

Now, to make sure that your feeds both in FeedDemon and Online web Feed Reader in Sync. You need to signup an account in Google Reader and move the Feeds from Newsgator to Google Reader.

How to Move Feeds from Newsgator to Google Reader

(more…)

Wordpress Fatal error: Allowed memory size of xxx bytes exhausted (Solved) – PHP Error

Tuesday, August 18th, 2009

Wordpress Fatal error - Allowed memory size of xxx bytes exhaustedI started facing problems of White Screen of Death (WSOD) problems and Blog slowing down after upgrading my Blog to Wordpress 2.8. I was able to resolved them.

But, started facing the following problems recently :

  • Encountering “Wordpress Fatal error: Allowed memory size of xxx bytes exhausted” when trying to do Automatic Upgrading of Wordpress
  • “Wordpress Fatal error: Allowed memory size of xxx bytes exhausted” appearing in the Wordpress Dashboard

What does Error mean ?

(more…)

How to remove Kaspersky Antivirus 2010 or Kaspersky Internet Security 2010

Friday, July 24th, 2009

Few days back, Kaspersky Antivirus 2010 and Kaspersky Internet Security 2010 Trial was released. As most of you agree with me, Kaspersky is one of the highest rated Antivirus software. More and more people are choosing it over other antivirus softwares.

But, some users might not be interested in continuing Kaspersky 2010 and might want to uninstall Kaspersky 2010 from their PC / Laptop. But, i have seen lot of them are facing issues while uninstalling Kaspersky Antivirus 2010.

Here is a very useful tool Revo Uninstaller.

It is a freeware needed by computer users to remove unwanted programs in your PC. You must have noticed that some softwares are very hard to get rid of completely.

Revo can help you in these situations to uninstall them for you through the step-by-step wizard. It is advisable to choose the most related files and folders to be deleted while using the powerful freeware.

Remove / Uninstall Kaspersky Antivirus 2010

Use Revo Uninstaller to remove Kaspersky Antivirus 2010 / Kaspersky Internet Security 2010:

  1. Download and install Revo Uninstaller
  2. start it and then select Kaspersky Internet Security 2010 and Uninstall it.

Another way to Uninstall/Remove Kaspersky Antivirus 2010 / Kaspersky Internet Security 2010

Right click on Kaspersky Antivirus 2010 or Kaspersky Internet Security 2010 icon from the System Tray and Click exit. This way you are making sure that no files related to Kaspersky is in use and running in the memory.
Uninstall Kaspersky 2010

Now, open Control Panel and open Add / Remove programs and look for Kaspersky, select it and remove it.

After this, GO to C:\Program Files, look for folder starting with Kaspersky, if you find it delete it.

Hopefully above tips has helped you in deleting Kaspersky Antivirus 2010 / Kasperksy Internet Security 2010 completely.

How to make Firefox Old Addons compatible with Firefox 3.5 or higher

Tuesday, July 21st, 2009

I think more than 50% of the world wide Firefox users might have updated to Firefox 3.5.

Immediately, after upgrading to Firefox 3.5, most of us might have see some of the Addons that we were using might not be compatible with Firefox 3.5.

What if you got accustomed to some addons which you want to use at any cost with Firefox 3.5? This is trick will help you to Make Firefox Addons compatible with Firefox 3.5 or higher. Once you apply this you don’t have to worry much about Mozilla’s updating of Firefox to the latest version fixing all the memory leaks, vulnerabilities and other security loopholes.

How to make Addons compatible to Firefox 3.5 or higher?

The solution is to add some configurations in Firefox settings (which is similar to Windows Registry). All the changes you make from here on are done at your own risk. Do revert the settings if something goes wrong.

  1. Type about:config address bar of Firefox browser and hit enter. It will give you a warning. Just click the button “I’ll be careful, I promise!” and proceed…
    Make Addons Compatible to Firefox 3.5
  2. It will show a huge list of values. Now, right click any where in the free white-space on the screen and click on New –> Boolean, then name the Boolean as checkCompatibility – make it false in the next step.
  3. again right click and click on New -> Boolean and name as checkUpdateSecurity and choose false.
  4. After doing this changes to get the changes applied, Restart the Firefox browser. Now install the addon that was not supported or compatible by Firefox 3.5 and install it.
  5. Restart the Firefox browser once again. Now, the not compatible addon will work with Firefox 3.4 :)

Hope you liked this trick.

Thanks to Blogote

How to Highlight Special Paragraphs or Sentences in the post or article

Thursday, June 4th, 2009

Few days back, Atul from Ocean of Web left a comment at How to Block Visitors from specific IP using .htaccess hack.

This is what he asked :

Hi Nihar
Make sure you backup .htaccess file before you making any changes.

for this line in red color box with cross mark, are u using any plugin for this

You can check the comment here

In above post where he left the comment, I have put the following:

Make sure you backup .htaccess file before you making any changes.

Today, i am going to share the CSS and images and also tell you how you can add these Custom Paragraphs or Sentences to highlight them in your Blog post

How to add Custom Paragraphs or Sentences in your Blog post

  1. First open your Theme’s style.css file and then copy the below CSS snippet at the end of the file. Note: all themes doesn’t have css filename as style. So, check accordingly.
    .info {font-size: 11px;color: #191919;background: #ebe9ce url(images/info.gif) no-repeat 5px center;font-family: Verdana, sans-serif, "Courier New";line-height: 125%;margin: 10px 0px 0px;padding: 12px 12px 12px 25px;display: block;font-weight: 400;width: 80%;border-top: 2px solid #DAD6A5;border-bottom: 2px solid #DAD6A5;}
    .warning {font-size: 11px;color: #191919;font-family: Verdana, sans-serif, "Courier New";line-height: 125%;background: #e3aeae url(images/warning.gif) no-repeat 5px center;display: block;margin: 10px 0px 0px;padding: 12px 12px 12px 25px;font-weight: 400;width: 80%;border-top: 2px solid #D68585;border-bottom: 2px solid #D68585;}
    .download {font-size: 11px;color: #191919;font-family: Verdana, sans-serif, "Courier New";line-height: 125%;background: #d5ecd5 url(images/download.gif) no-repeat 5px center;display: block;margin: 10px 0px 0px;padding: 12px 12px 12px 25px;font-weight: 400;width: 80%;border-top: 2px solid #A9D8A9;border-bottom: 2px solid #A9D8A9;}
    .alert {font-size: 11px;color: #191919;line-height: 125%;background: #FFE5BF url(images/alert.gif) no-repeat 5px center;font-family: Verdana, sans-serif, "Courier New";display: block;margin: 10px 0px 0px;padding: 12px 12px 12px 25px;font-weight: 400;width: 80%;border-top: 2px solid #FFC46A;border-bottom: 2px solid #FFC46A;}
    .note {font-size: 11px;color: #191919;font-family: Verdana, "Times New Roman", Times, Georgia, serif;line-height: 125%;background: #eaf2f5 url(images/note.gif) no-repeat 5px center;display: block;margin: 10px 0px 0px;padding: 12px 12px 12px 25px;font-weight: 400;width: 80%;border-top: 2px solid #B7D2DD;border-bottom: 2px solid #B7D2DD;}
    .click {font-size: 11px;color: #191919;font-family: Verdana, "Times New Roman", Times, Georgia, serif;line-height: 125%;background: #fcfbed url(images/click.gif) no-repeat 5px center;display: block;margin: 10px 0px 0px;padding: 12px 12px 12px 25px;font-weight: 400;width: 80%;border-top: 2px solid #F2EDB0;border-bottom: 2px solid #F2EDB0;}
  2. Now, if you check the above css code. It is using some images. Below, i am providing the images.zip file. Please download it and upload it in your THEME DIR/images/ directory. If you don’t see images directory under your THEME directory, then create one and extract the images from the images.zip file.

    Download Images for above CSS code

(more…)