If you are a web freak and working on javascript you must have faced these issues

- Output an object with all the properties.
- Debuging methods and variables.
- Debuging in Internet Explorer is a headache.
- And more….

Now I days I am hacking javascript for one of my project.
While was googeling for some script I come across with a wonderful utility provided by firebug. We can of course use firebug as an extension in mozilla firefox. But what about the Internet Explorer.

Please check this screen snap.

firebug-ie

Yes this is the firebug in internet explorer and most improtant thing is that I have debug one object. Firebug is showing me all the method and property values in console. Isn’t it amazing?

To use firebug in Internet Explorer you just need to do one simple thing that is include this script at <head> tag of your code and you are all done.

<script type='text/javascript'
src='http://getfirebug.com/releases/lite/1.2/
firebug-lite-compressed.js'></script>

To debug any object or variable without alert you can use this code

console.log("Your Message"+Variable/ObjectName);
Share and Enjoy:
  • Print this article!
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • MySpace
  • TwitThis

Share/Save/Bookmark

Today I found a very nice and useful application on internet which is made in flex. It really means web2.0

Please checkout this video and enjoy the application.

Share and Enjoy:
  • Print this article!
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • MySpace
  • TwitThis

Share/Save/Bookmark

Hi Googlers,
Please check out this TV adverts launched by google.

Share and Enjoy:

Share and Enjoy:
  • Print this article!
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • MySpace
  • TwitThis
Tags:

Hello Everyone,
Today is a special day for me and my MULTIDOTS team. We were  working on one of our application since month.  After a lots of efforts and testing finally we launched this site, chitchatt.in
Chitchatt is a new way of chatting and making new friends.
Start making friends now !!!
At chitchatt.in, we take up a random [...]

Share and Enjoy:
  • Print this article!
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • MySpace
  • TwitThis