Lots and lots of stuff to respond to. I have quoted and then added my response.
1.
Quote:
Change "Historic Photos" to "Historic Images"
Change "Current Photos" to "Working Photos" or "
These are hard coded. I will make the change.
2.
Quote:
Have the photo resized on the fly to accomodate the view at the time.
Four sizes thumb, two-col, single-col, pop-up fullsize.
(see behavior at bakednyc.com)
I understand the concept, but see nothing like this at bakednyc.com. There are many tools out there for photo resizing, but am not sure I have ever seen "auto-sizing" that isn't part of the <a href>. Would love some clarification about where on the bakednyc.com website I would see this in action.
3.
Quote:
? Can we put a "close this view" tab over the first window.
Currently the javascript assumes that content1 is in the first column, and content2 is the second column. If the second column becomes the first, it will fail. This is a derek question. [I am keeping a list.]
4.
Quote:
References should have web links, amazone referene lists (make a bit
of money)
We can easily modify the links to include your amazon information. Just need to know the amazon information.
5.
Quote:
Within an article: Every data view can have links to anhother data
view, including itself. If you are in two-column, the destination
information always shows up in the other window. In single column
view its just typical web pages.
Links that open a second column, or replace an existing column will mean a modification of our javascript file [with means derek.] Opening a new window for the links is easy, and can be done without any effort.
6.
Quote:
Maybe make the breadcrumb trail a history, instead.
Is this an actual request, or just a thought?
7.
Quote:
Ask Derek about red-lighting the menu item for currently viewed
article. Each nav link could have an ID and each view could have
a corresponding ID method. For example, the link for the Triangular
Forum could be id="triangularforum" and related content could be named
id="triangularforum_x" where "x" is changed to the name of the view
such as id="triangularforum_text" or
id="triangularforum_historicphotos"
A script would identify that the id for the content type prior to the
underscore is the same as the name of the nav item, then that item
would be made red and bold.
Deal with the automatic navigation bolding for parent of current
article.
Using javascript for this doesn't make much sense. We should continue to use the PHP and I will modify the includes. I will begin work on this tonight. The "automatic" bolding of the area is my PHP coding. Do you want me to remove this?
8.
Quote:
Create a non-scrolling region at the top of every list for the article
title and the pull-down list. Question: Can we have the title and
pull-down on the same line.
I think so.... but will have to play around with this a little to see how this affects WHERE the article ends up.
9.
Quote:
Windows should stay in the same mode when you navigate around, both
for the single and double column mode.
What is a window mode on the web?
10.
Quote:
Put a "?" button for two column view.
I need more information. What does the ? do?
11.
Quote:
? Give the user a double option when clicking on a link, so that
the new content would open in column B OR the same window. Three ways
to do it.
Double clicking on the web is a new one on me. Can you give me a URL with an example of double-clicking creating a different behavior than a single-click?
The rest of the notes assume I understand THESE notes! So I will stop now and wait for some responses.