Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Other Forums
 Other Topics
 More on Firefox

Author  Topic 

SamC
White Water Yakist

3467 Posts

Posted - 2005-02-02 : 08:59:14
Since I never read software manuals, I'm positioned to be pleasantly surprised when I stumble on a feature I have never seen before...

In Firefox, double-click a word (or phrase) on a page to highlight it.

Right-click the highlighted area. There's a choice to "view selection source". The payoff is the savings in time over IE's method: viewing the entire source and searching. With Firefox, just highlight that little segment and take a peek.

Other browser news...

There's a Firefox-like browser I have been using: the "Avant" browser. Avant uses the IE engine for rendering (not Mozilla). If having an IE rendering engine is important for your work, Avant has features that surpass Firefox in several ways. Avant keeps the faith and extends the featureset so you can stand tall with your Firefox peers.

Arnold Fribble
Yak-finder General

1961 Posts

Posted - 2005-02-02 : 09:54:06
View partial source in the IE 5 Developer Accessories (works in IE 6 as far as I know):
http://www.microsoft.com/windows/ie/previous/webaccess/webdevaccess.mspx
Go to Top of Page

spirit1
Cybernetic Yak Master

11752 Posts

Posted - 2005-02-02 : 12:10:59
hey arnold can you explain to me what good is that document tree?
what the hell am i missing here???

Go with the flow & have fun! Else fight the flow
Go to Top of Page

SamC
White Water Yakist

3467 Posts

Posted - 2005-02-02 : 13:15:46
The document tree provides shade and fruit in the fall. I am guessing the DOM probably doesn't do most of us any good at all.

My own inaccurate synopsis based on a careful compilation of my prejudice, intuition, and heresay, tempered with strict avoidance of reading any material related to the document object model: If you spend time writing slick JavaScripts (I'm not a JS guy myself), you'll be wandering around the DOM all the time. The DOM tree is the principal data structure operated on by JavaScript, XHTML developers, and such.

Taking it to the next level, you could write a DOCTYPE to render your own unique page, building in features like requiring certain elements to be present, or one designed to be viewed on a PDA. Companies develop DOCTYPES for internal and external documents as a way of achieving a standard look / feel and to optimize access to the document content for searching and indexing.

Hopefully, someone that spends time working with DOM (e.g. actually knows something useful) will follow up.</end of heresay>
Go to Top of Page

spirit1
Cybernetic Yak Master

11752 Posts

Posted - 2005-02-02 : 13:36:22
lol sam i know what dom is and i do some JS. i was wondering about the display of the dom in that add on for IE. it's weird...

Go with the flow & have fun! Else fight the flow
Go to Top of Page
   

- Advertisement -