Hi Chad, The same tool is available in Chrome, I have used it a few
times already. It's a good start but my next level thinking tells me,
wouldn't it be great if that split screen ability also took you into
an editor, with a ribbon for that specific section of code that gave
you all of the available options for that particular chunk of code,
and did so in a follow-this-path kind of thinking. It'd be a mind
boggling affair to program such an editor because permutations could
expand dramatically from any chunk of code. But I see that as an
ideal. Current editors kind of get there but are somehow overly
complicated in pallette instead of being a one foot in front of the
next kind of thinking.
I think I kind of need to re-cap something from my recent studies in
Visual Literacy and Information Design.
I would challenge the programmers who love to be deep in code to
convert that code to representative imagery. Can you do it? And for
those of you that teach, implement such a set of married code and
symbols as part of your teaching plan and see (ow) what happens.
Dan Roam is on Moyra Gunn's TechNation at the moment. Dan Roam's book
"The Back of the Napkin" was a required read. In Visual Lit we have
Asa Berger (I think that's the author) pounding it into our heads that
words, text, CODE, alone may not make the trip to the learning center
of the mind. It is when BOTH image and text, or image and code,
finally get to the brain and seem to settle in.
Moyra's show today is very good.
Dan has a new website,
www.napkinacademy.com , he shows his graphical,
textual thinking there pretty much as it is in his book.
My point in my 3 part ramble above, that I kind of didn't tie off to,
is this tie between code text and getting the code text married to a
visual. By putting those two together we symbiotically enrich the
conveyed message to become real brain food the mind can gnash on and
imbibe. It brings those of you who code textually and those of us that
need the visual impact together like the octagonal stop sign and its
red coloration does. One part of the stop sign is color and shape, the
other is the enlarged text. Which brings about a tertiary result, we
hit the brake or most do anyway.
-C
On May 18, 2:14 pm, Chad Kieffer <
ckief...@gmail.com> wrote:
> Chuck, if you haven't tried it, give the Firebug plugin for Firefox a try. It's an excellent debugging tool and allows you to inspect page elements through a split pane UI, like what you've described.
>
> After installing and enabling, right-click on a page element and select "Inspect element." You'll see a split pane at the bottom of the window showing HTML markup and CSS for the element you've selected.
>
> - Chad
>