How To Turn Off Friendly HTTP Error Messages in Firefox

Are you getting the friendly HTTP error messages like “Internal Server Error” , but want to see more details of the error? This is very useful for debugging code, so here’s how to do it:

1. In the Firefox address bar, type “about:config” – this will bring up a special Firefox configuration screen. If you’re doing this the first time, you might get the message “This might void your warranty!”

2. Just click on the button “I’ll be careful, I promise!” and move on….

3. You’ll see a list of configuration codes – I suggest not to touch anything here, unless you have make it to Level 5 Firefox Configurator.

4. In the filter bar, type in “error” and press enter. The list now shortens to those that contains the word error.

5. You’ll see that by default, browser.xul.error_pages.enabled is set to “true”. Double click on that line and it will change to “false”.

6. Close and restart Firefox.

Now, by doing that you’ll get all the extended warning and error messages. :)

If you wish to enable this for Internet Explorer (if for some reason you are still not using the Firefox.. oh dear, how can you not be using Firefox?!):

1. Go to Tools > Internet Options.
2. Click or select the Advanced Tab.
3. Look for the “Browsing” section. Under that, look for the checkbox “Show friendly HTTP error messages”.
4. Untick that or make sure it’s not ticked.
5. Click OK and you can now view extended error messages from web servers.

Good luck with your debugging ! :)

Lovely, thanks.I like it, but you can write better. :)I like this post a lot. Good stuff!Man, this is really good!Wow, I really love it!!! (2 votes, average: 5.00 out of 5)
Loading ... Loading ...

Other things I write about

No Comments

Converting Quicktime(.mov) into AVI(.avi), DivX, etc.

Ahh.. Finding for a good video converter? Want to convert quicktime into other formats such as AVI?

I use a simple tool called RAD Video Tools to convert my movies – especially those in quicktime format(.mov) into avi/divx (.avi) format. I couldn’t find any easier tool than this.

Video Conversion Software

RAD Video Tools - A Quick & EasyTo Use Video Conversion Software

You can download the latest version here:
http://www.radgametools.com/down/Bink/RADTools.exe

Or visit the author’s page here:
http://www.radgametools.com/bnkdown.htm

Lovely, thanks.I like it, but you can write better. :)I like this post a lot. Good stuff!Man, this is really good!Wow, I really love it!!! (2 votes, average: 5.00 out of 5)
Loading ... Loading ...

Other things I write about

No Comments

Mobile Twitter

Need to twitter from your mobile phone?

Besides using the standard: http://m.twitter.com/

Try this:

http://hahlo.com/ – “mobile twitter the way it should be” says media temple :)

or this little twitter app:

http://www.tinytwitter.com/

Lovely, thanks.I like it, but you can write better. :)I like this post a lot. Good stuff!Man, this is really good!Wow, I really love it!!! (2 votes, average: 5.00 out of 5)
Loading ... Loading ...

Other things I write about

No Comments

Nintendo Character Evolution

Do you use to play Donkey Kong or Super Mario? Gone are those days of pixelly characters… check this out:

Nintendo Character Evolution!

Nintendo Character Evolution!

P/S: Does anyone know where I can get a Windows version of the game Digger? I tried running an old windows version of it, it ended before I could blink my eye!

Lovely, thanks.I like it, but you can write better. :)I like this post a lot. Good stuff!Man, this is really good!Wow, I really love it!!! (2 votes, average: 5.00 out of 5)
Loading ... Loading ...

Other things I write about

No Comments

Firebug – a must install Firefox Addon for Web Designers & Developers

The Firebug Firefox Addon

The Firebug Firefox Addon

Firebug

Of all the bugs you could ever find in your code, the Firebug helps you eliminate bugs and assists you in tweaking your code to perfection!

Now, this is not a designing tool – but strangely, it has all the web development tools that you wish Dreamweaver has, mainly for tweaking and debugging the front-end or client-end.

Firebug uses the main browsing window of Firefox to let you debug code in WISIWYG mode.

Here are some of the features I like:

If you want to change padding, border or margin, you see it in neat boxes, which helps your designing skills and imagination (see image above – with the Layout tab selected, on the right). And then you see rulers and guides will start appearing in the browsing window!

Rulers & Guides

Rulers & Guides

Box model shading in the main browser window.

Box model shading in the main browser window.

If you select code in below, it gets highlighted in the browser window – shows you which DIV or section is being selected.

What is really great is that it is a tool allows you to Edit & Debug code, yet watch JavaScript, CSS & HTML in action while you modify the code !

More advanced features are:

  • a very detailed and live debugging info / error
  • DOM (Document Object Model) exploration & manipulation
  • neat CSS & object inspector
  • XMLHttpRequest and file loading monitoring
  • and way too many more!

I think you will want to give it a try rather than reading this… ;) Two thumbs up for this magnificent tool!

Download it here:

https://addons.mozilla.org/firefox/addon/1843

For more info, visit the Official Firebug website:

http://getfirebug.com/

????????:

http://getfirebug.com/jp.html

Lovely, thanks.I like it, but you can write better. :)I like this post a lot. Good stuff!Man, this is really good!Wow, I really love it!!! (2 votes, average: 5.00 out of 5)
Loading ... Loading ...

Other things I write about

No Comments