• Welcome to Tux Reports: Where Penguins Fly. We hope you find the topics varied, interesting, and worthy of your time. Please become a member and join in the discussions.

View Partial Source in IE8?

D

Dave Black

Flightless Bird
Hi all,

This was one of my favorite feature and was extremely useful. It was
packaged as part of the IE5 Dev PowerToys back in Aug. 2001.

I've used it in the past on IE6 and *I think* IE7. I've seen posts saying
it is compatible with IE6 & IE7 but nothing about IE8. I'm using IE8 and
don't want to install it if it will screw anything up.

I have 2 questions:
1. Will this work with IE8?

2. Why was this tool "done away with" when it was so popular?

TIA
Dave Black --
2b || !2b
 
D

Dan

Flightless Bird
"Dave Black" <DaveBlack@discussions.microsoft.com> wrote in message
news:2A367FA9-9E91-4F74-A52D-2E49271BD3F1@microsoft.com...
> Hi all,
>
> This was one of my favorite feature and was extremely useful. It was
> packaged as part of the IE5 Dev PowerToys back in Aug. 2001.
>
> I've used it in the past on IE6 and *I think* IE7. I've seen posts saying
> it is compatible with IE6 & IE7 but nothing about IE8. I'm using IE8 and
> don't want to install it if it will screw anything up.
>
> I have 2 questions:
> 1. Will this work with IE8?
>
> 2. Why was this tool "done away with" when it was so popular?
>
> TIA
> Dave Black


Was it "so popular"? I think I used it twice, maybe 3 times.

IE8 has really good Developer Tools - press F12 to bring them up. The only
reason I ever used the View Partial Source was when needing to look at just
a small piece of a huge file that would have been a pain to find using the
full source. With IE8 Developer Tools things are a whole lot easier with
it's tree view layout and highlighting of selected elements in IE8 itself,
plus you can view the source for individual elements from the View menu.

--
Dan
 
D

Dave Black

Flightless Bird
Hi Dan,

Thanks for the reply. I've used the Developer Tools and found them useful.
I just wish that there was something as convenient as the "View Partial
Source". It was nice not to have to navigate thru an entire HTML page just
to find a small snippet of HTML.

<sigh />
--
2b || !2b


"Dan" wrote:

>
> "Dave Black" <DaveBlack@discussions.microsoft.com> wrote in message
> news:2A367FA9-9E91-4F74-A52D-2E49271BD3F1@microsoft.com...
> > Hi all,
> >
> > This was one of my favorite feature and was extremely useful. It was
> > packaged as part of the IE5 Dev PowerToys back in Aug. 2001.
> >
> > I've used it in the past on IE6 and *I think* IE7. I've seen posts saying
> > it is compatible with IE6 & IE7 but nothing about IE8. I'm using IE8 and
> > don't want to install it if it will screw anything up.
> >
> > I have 2 questions:
> > 1. Will this work with IE8?
> >
> > 2. Why was this tool "done away with" when it was so popular?
> >
> > TIA
> > Dave Black

>
> Was it "so popular"? I think I used it twice, maybe 3 times.
>
> IE8 has really good Developer Tools - press F12 to bring them up. The only
> reason I ever used the View Partial Source was when needing to look at just
> a small piece of a huge file that would have been a pain to find using the
> full source. With IE8 Developer Tools things are a whole lot easier with
> it's tree view layout and highlighting of selected elements in IE8 itself,
> plus you can view the source for individual elements from the View menu.
>
> --
> Dan
>
> .
>
 
D

Dan

Flightless Bird
Use the search box at the upper right in the Developer Tools to search for a
string in the bit you're interested in, no need to navigate through the
whole lot ;)

Dan


"Dave Black" <DaveBlack@discussions.microsoft.com> wrote in message
news:4E8F01BE-7911-437F-AE95-F19B27D35573@microsoft.com...
> Hi Dan,
>
> Thanks for the reply. I've used the Developer Tools and found them
> useful.
> I just wish that there was something as convenient as the "View Partial
> Source". It was nice not to have to navigate thru an entire HTML page
> just
> to find a small snippet of HTML.
>
> <sigh />
> --
> 2b || !2b
>
>
> "Dan" wrote:
>
>>
>> "Dave Black" <DaveBlack@discussions.microsoft.com> wrote in message
>> news:2A367FA9-9E91-4F74-A52D-2E49271BD3F1@microsoft.com...
>> > Hi all,
>> >
>> > This was one of my favorite feature and was extremely useful. It was
>> > packaged as part of the IE5 Dev PowerToys back in Aug. 2001.
>> >
>> > I've used it in the past on IE6 and *I think* IE7. I've seen posts
>> > saying
>> > it is compatible with IE6 & IE7 but nothing about IE8. I'm using IE8
>> > and
>> > don't want to install it if it will screw anything up.
>> >
>> > I have 2 questions:
>> > 1. Will this work with IE8?
>> >
>> > 2. Why was this tool "done away with" when it was so popular?
>> >
>> > TIA
>> > Dave Black

>>
>> Was it "so popular"? I think I used it twice, maybe 3 times.
>>
>> IE8 has really good Developer Tools - press F12 to bring them up. The
>> only
>> reason I ever used the View Partial Source was when needing to look at
>> just
>> a small piece of a huge file that would have been a pain to find using
>> the
>> full source. With IE8 Developer Tools things are a whole lot easier with
>> it's tree view layout and highlighting of selected elements in IE8
>> itself,
>> plus you can view the source for individual elements from the View menu.
>>
>> --
>> Dan
>>
>> .
>>
 
R

rob^_^

Flightless Bird
Hi,

You can capture injected markup from XMLHTTP responses that the Developer
tool does not show.

"Dave Black" <DaveBlack@discussions.microsoft.com> wrote in message
news:4E8F01BE-7911-437F-AE95-F19B27D35573@microsoft.com...
> Hi Dan,
>
> Thanks for the reply. I've used the Developer Tools and found them
> useful.
> I just wish that there was something as convenient as the "View Partial
> Source". It was nice not to have to navigate thru an entire HTML page
> just
> to find a small snippet of HTML.
>
> <sigh />
> --
> 2b || !2b
>
>
> "Dan" wrote:
>
>>
>> "Dave Black" <DaveBlack@discussions.microsoft.com> wrote in message
>> news:2A367FA9-9E91-4F74-A52D-2E49271BD3F1@microsoft.com...
>> > Hi all,
>> >
>> > This was one of my favorite feature and was extremely useful. It was
>> > packaged as part of the IE5 Dev PowerToys back in Aug. 2001.
>> >
>> > I've used it in the past on IE6 and *I think* IE7. I've seen posts
>> > saying
>> > it is compatible with IE6 & IE7 but nothing about IE8. I'm using IE8
>> > and
>> > don't want to install it if it will screw anything up.
>> >
>> > I have 2 questions:
>> > 1. Will this work with IE8?
>> >
>> > 2. Why was this tool "done away with" when it was so popular?
>> >
>> > TIA
>> > Dave Black

>>
>> Was it "so popular"? I think I used it twice, maybe 3 times.
>>
>> IE8 has really good Developer Tools - press F12 to bring them up. The
>> only
>> reason I ever used the View Partial Source was when needing to look at
>> just
>> a small piece of a huge file that would have been a pain to find using
>> the
>> full source. With IE8 Developer Tools things are a whole lot easier with
>> it's tree view layout and highlighting of selected elements in IE8
>> itself,
>> plus you can view the source for individual elements from the View menu.
>>
>> --
>> Dan
>>
>> .
>>
 
D

Dan

Flightless Bird
The other thing you can do is the Find Element By Click option on the Find
menu, go to IE and then click the element you want to see the source for -
it then gets selected in the Developer Tools.

Dan


"Dave Black" <DaveBlack@discussions.microsoft.com> wrote in message
news:4E8F01BE-7911-437F-AE95-F19B27D35573@microsoft.com...
> Hi Dan,
>
> Thanks for the reply. I've used the Developer Tools and found them
> useful.
> I just wish that there was something as convenient as the "View Partial
> Source". It was nice not to have to navigate thru an entire HTML page
> just
> to find a small snippet of HTML.
>
> <sigh />
> --
> 2b || !2b
>
>
> "Dan" wrote:
>
>>
>> "Dave Black" <DaveBlack@discussions.microsoft.com> wrote in message
>> news:2A367FA9-9E91-4F74-A52D-2E49271BD3F1@microsoft.com...
>> > Hi all,
>> >
>> > This was one of my favorite feature and was extremely useful. It was
>> > packaged as part of the IE5 Dev PowerToys back in Aug. 2001.
>> >
>> > I've used it in the past on IE6 and *I think* IE7. I've seen posts
>> > saying
>> > it is compatible with IE6 & IE7 but nothing about IE8. I'm using IE8
>> > and
>> > don't want to install it if it will screw anything up.
>> >
>> > I have 2 questions:
>> > 1. Will this work with IE8?
>> >
>> > 2. Why was this tool "done away with" when it was so popular?
>> >
>> > TIA
>> > Dave Black

>>
>> Was it "so popular"? I think I used it twice, maybe 3 times.
>>
>> IE8 has really good Developer Tools - press F12 to bring them up. The
>> only
>> reason I ever used the View Partial Source was when needing to look at
>> just
>> a small piece of a huge file that would have been a pain to find using
>> the
>> full source. With IE8 Developer Tools things are a whole lot easier with
>> it's tree view layout and highlighting of selected elements in IE8
>> itself,
>> plus you can view the source for individual elements from the View menu.
>>
>> --
>> Dan
>>
>> .
>>
 
Top