Plip's Weblog

Phil Winstanley - British .NET chap based in Lancashire. Enjoys tea and tech. Working for Microsoft.

Opera Dragonfly

Opera Dragonfly is Opera's all-new set of developer tools, designed to give developers a lightweight-but-powerful application that provides effective mechanisms for web standards debugging and problem solving without slowing down the browser, and fits in nicely with the development workflow. The current feature set is as follows:

  1. JavaScript debugger
  2. DOM inspector
  3. CSS inspector
  4. Command Line to allow commands to be inputed
  5. Error Console that outputs validation errors and warnings exhibited by the CSS and JavaScript connected with the page
  6. Proxy to allow debugging directly on mobile devices

The current release version is an alpha, so it is currently a little rough round the edges; also we decided to implement all the most critical features first, and go from there - we have big plans afoot for our developer tools and you can expect to see a lot of fantastic additions in coming months.

 

http://dev.opera.com/articles/view/introduction-to-opera-dragonfly/

Comments

Mehdi said:

Hello,

It is probably not appropriate to ask this in here, but I have a question regarding a web page style. I use master page and align the div content to centre, looks fine in IE but not in Opera and firefox...!?

Do you know a way around it. I think it has something to do with the HTML standards that I use?

Thanks

# August 25, 2008 11:31 AM

Tommy Raun said:

I don't know "master page", but if you can edit the HTML code try something like this:

<div style="width: 200px; margin-left: auto; margin-right: auto">

 Centered

</div>

# August 26, 2008 4:48 AM