Archive for the ‘Tools’ Category

In Task Manager Title Bar,Menu Bar and Tabs are Missing,Is it a virus attack? – Windows XP

In Windows XP,if you find the task manager with out title bar,program tabs or menu bar,don’t be panic,the Task Manager is running in Tiny Footprint mode. Its not the virus which made your task manager like this.You may have double-clicked the empty space in the border around the tabs thus Task Manager switches to this mode.
Task Manager Without Tabs

This problem can be handled easily.Simply just double-click on the border of the window showing to bring back the task manager to normal mode.

Task Manager With Tabs

Ref Source :Microsoft Support

Popularity: 2% [?]

How to save photos from friends album in Orkut – Firefox,Chorme,IE?

In Orkut we could not save the photos by just right clicking them.But there are easy ways to save the photos.One of the easiest hack trick is to drag and drop the image to a new tab or a new window of the browser and then save them to the system.

That’s it…

Popularity: 2% [?]

How to restart print spooler if stopped in XP?

When i tried to install a PDF printer in my xp machine,i was not able to complete the installation.FewPDF printer installation got aborted and some throw a error message “print spooler stopped restart it”.Then i checked and found the print spooler service was in disabled state.I enabled and started the service now every thing worked fine.

Here are the steps to turn on the Print Spooler in Windows XP:

Step 1.Click Start Menu -> Run
Step 2.Type services.msc and click OK
Step 3.Locate Print Spooler in the list of services
Step 4.Right Click -> Properties change the Startup Type to Automatic.

print spooler disabled
If it is running and still you get the error stop the service and restart it.

Popularity: 3% [?]

How to override the DNS locally ?

Problem:

I was wondering how to override the DNS locally. There is a server in my network having static IP and has a registered Domain name. My local network doesn’t allow me to connect to internet and the server is part of my network, so how do I connect to this server using the same domain name instead of LAN IP or system name.

Solution:

  1. Goto ‘Drivers’ folder inside the system32 folder. “C:\WINDOWS\system32\drivers
  2. Open ‘etc’ folder “C:\WINDOWS\system32\drivers\etc
  3. Open the ‘hosts’ file in wordpad
  4. At the end of this file you will find this  “127.0.0.1       localhost
  5. Now enter the LAN IP of the server and the domain name of the server separated by ‘TAB’ eg., 10.35.68.8          www.yourserver.com
  6. Now you can ping and test the connectivity.

When you do this you are just bypassing the DNS.

Popularity: 5% [?]

How to find 2nd highest value in a table ?

To Find the 2nd Maximum Of Mark in a Data Set

SELECT * FROM Student a WHERE 2=(SELECT count(DISTINCT Mark)
FROM Student b WHERE a.Mark<=b.Mark)

To Find the 2nd Minimum Of Mark in a Data Set

SELECT * FROM Student a WHERE 2=(SELECT count(DISTINCT Mark)
FROM Student b WHERE a.Mark>=b.Mark)

To Find nth Maximum and Minimum

SELECT * FROM Student a WHERE n=(SELECT count(DISTINCT Mark)
FROM Student b WHERE a.Mark<=b.Mark)
SELECT * FROM Student a WHERE n=(SELECT count(DISTINCT Mark)
FROM Student b WHERE a.Mark>=b.Mark)

replace n with the corresponding number

Popularity: 5% [?]

Easy Trick To Search for Attachments in Gmail – has:attachment

When there are hundreds of mail in our Gmail account and we are in need of mails with attachment and want it to find quickly.Then there is a easy trick in Gmail.

has:attachment

has:attachment

just type has:attachment and the type of the file like pdf,ppt,doc,zip with a space.

Example :-

has:attachment pdf

When we click the search mail button we get the mails with the attachment of the type we specified as the result.Here in this example we get the PDF attachment mails as result.

There are also many easy tricks to find a specified mail in gmail like “has:attachment” keyword.You can find the list here.

Popularity: 4% [?]

500 Internal Server Error – How We Fixed – WordPress – Dreamhost

Problem : Internal Server Error 500

Yesterday(Jun-26-2009) our blog was down and got the internal server error 500.So we immediately mailed Dreamhost(our host) support to see the issue and got a support ticket.

We Checked the  error log  which was stating “Premature end of script headers: index.php” error for every hit made.We came to know many had this problem previously in their sites mostly due to some script error in the plugin installed in wordpress.

While waiting for support reply we started to search the web for some solution about internal server error 500 and 503.

We followed some suggestion to solve error 500 like : -

1. Rename wp-cache-config.php

2. Disable the plugins.This we cant do because wordpress was installed in the root folder which made impossible to login and disable the plugins through web interface.

3. Just click Change fully hosted settings actually without making any changes in dreamhost panel

Unfortunately these didn’t work for us.

Today(Jun-27-2009) morning we got the reply mail from dremhost as

I was looking through your error logs and I found one issue that definitely could contribute to the 500 errors that you’re experiencing:

[Fri Jun 26 12:40:29 2009] [notice] mod_fcgid: too much  /home/fordevs/fordevs.com/index.php process(current:4, max:4), skip the spawn request

These errors can be contributed to several things:

1.) Plugins or extensions that are causing the site to load ineffectively, this is common with 3rd party scripts as they are   generally poorly coded.

2.) Your over all site is maxing out the allocated amount of RAM for your user. Unfortunately for security reasons we can’t reveal the amount available to each user, but this could be a contribution to the error.

How we solved the issue?

As the support mail also says it may be due to plugin we decided to solve it ourselves taking the suggestion from a forum discussion .We backed up the plugin folder from webftp and deleted all the plugin there.

After deleting the plugins the site was working fine.We could not exactly say which pulgin made the mess.

If you get the same error just try this but cant assure this method will work for you.

Popularity: 25% [?]

Know who is sharing with you in a shared hosting

We would be curious to know who is sharing our IP in our shared hosting package.Here is a way to know that,Axandra free seo tool makes the task easy.

Not everybody can go for a dedicated IP which are better.So atleast we will know our neighbour’s which is good for some specific reasons,such as :-

  • To check websites hosted on our server are not spammer.
  • To check if porn websites are hosted on the same server we are sharing.
  • To check with others to clarify if there is a downtime in our shared server.

To look in a postive side we can also make friends with whom we are sharing our IP.

Link :- http://www.axandra.com/free-online-seo-tool/shared-hosting-check.php

Popularity: 1% [?]

Check different fonts by comparing for web designing

While designing a website we would need to compare fonts which suits us.Typetester as made the work simple.

Typetester is an online application for comparison of the fonts for the screen.we can compare three fonts at a time with different font style,font size,color etc.We can aslo get the css coding of the font setting given.

Popularity: 1% [?]

Search a website or blog without search box

I was looking for a tool to search a blog since it did not have a search box.
So i Searched google but did’nt find any but surprisingly while searching i
came across a article in yourshortestpath which gave the answer and was
very simple.

Use Google To Search A Website or Blog Without A Search Box.

Steps to search a website or blog without search box:

* Go to Google search
* type the word you want to search space site:+”url of the site”

Example : dotnet site:http://fordevs.com

This returns the result with the pages having the word dotnet.

And to note the search returns only the pages indexed by google for that website/blog.

Popularity: 1% [?]

Designed by: Business Web Hosting | Thanks to Buy Icons, travel tips and Used Cars