473,385 Members | 1,766 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Research webpage design: including word processor and web page frames

I'm a novice at designing web pages so I'm not sure how complicated
this is. I'd like a page that helps me take notes for research. It
would have something like two frames. One with a word processor
running for my notes. It would allow editing, saving a file,
selecting a new file, pasting urls. The other frame is the website
I'm researching. If possible it would use the URL typed in the usual
place for addresses. If this can't be done then the URL would be in
this second frame or perhaps a third frame spanning the top of the
page.

Can anyone offer any help for designing this?

TIA,
Pat
Jul 20 '05 #1
7 1922
ps****@mailinator.com (Pat Sheen) wrote:
I'm a novice at designing web pages so I'm not sure how complicated
this is. I'd like a page that helps me take notes for research. It
would have something like two frames. One with a word processor
running for my notes. It would allow editing, saving a file,
selecting a new file, pasting urls. The other frame is the website
I'm researching. If possible it would use the URL typed in the usual
place for addresses. If this can't be done then the URL would be in
this second frame or perhaps a third frame spanning the top of the
page.


I've no idea what made you think that a web page would be the way to do
this.

It couldn't be more simple: open your favourite browser and text editor,
size and position their windows to your liking on your screen: voila.

--
Spartanicus
Jul 20 '05 #2
I'd like this because it's simpler to manage a single window of
related tasks than two. It's also easier to move a frame bar between
two frames than resizing two windows to fill the screen. I imagine at
various times I might want to see more of the URL I'm investigating
and others more of the notes.

Pat
Jul 20 '05 #3
ps****@mailinator.com (Pat Sheen) wrote:
I'd like this because it's simpler to manage a single window of
related tasks than two. It's also easier to move a frame bar between
two frames than resizing two windows to fill the screen. I imagine at
various times I might want to see more of the URL I'm investigating
and others more of the notes.


It's not functionality to create with a web page. Look into maximizing
the 2 application windows and learn how to copy information between
them, look at window organizing features offered by your OS or via 3rd
party utilities.

Alternatively Opera has a side panel with a notes function, Mozilla and
Firefox probably have something similar available via a plugin.

--
Spartanicus
Jul 20 '05 #4
Hi Spartanicus, thank for you comments. What is the problem with using
html to create this functionality? Is there another way to implement
this. I've used the Quicknote plugin with Firefox and it's similar to
what I want but doesn't have the outlining facilities of Word which I
find really useful. I've done the multiple windows but it's a hassle
resizing windows because you've got to resize both and it's more
difficult because much of my work is on the train on a notebook. It
seems to me that html and a web browser are so close to being able to
provide the functionality I need but I'm not quite sure what prevents
it. Glad of any comments.

Thanks,
Pat

Jul 23 '05 #5
ps****@mailinator.com wrote:
Hi Spartanicus, thank for you comments. What is the problem with using
html to create this functionality?


The message you are replying to is no longer part of my newsbase, since
you've not quoted anything I have no idea what it is about.

--
Spartanicus
Jul 23 '05 #6
Summarising:
I want to be able to take notes when I'm researching on the web. I
like using outlining in Word. It seems like frames in html are a very
close fit to what I want. e.g. a frame on the left with Word in
Outline View and a frame on the right pointing to the Web Page I'm
researching. This has fairly good usability being able to resize
frames by moving a single bar, being able to see both pieces of
information simultaneously. I've used the QuickNote extension in
Firefox but it doesn't have the outlining functionality I'd like.
Using html and a browser relies on commonly available facilities with
lots of flexibility.

While multiple windows provides similar functionality - it's time
consuming adjusting window sizes on two windows instead of moving a
frame bar and then having to flick through other windows I have active
to get where I want. Also most of this I'm doing on a notebook while
travelling on the train so fine adjustments are even more difficult.

Spartanicus said
I've no idea what made you think that a web page would be the way to do
this.

It's not functionality to create with a web page.

So I'd asked:
What is the problem with using html to create this functionality? Is
there another way to implement this. It seems to me that html and a web
browser are so close to being able to provide the functionality I need
but I'm not quite sure what prevents it. Glad of any comments.

Pat

Jul 23 '05 #7
ps****@mailinator.com wrote:
I want to be able to take notes when I'm researching on the web.
Crickey that's an old thread you are resurrecting.
I like using outlining in Word.
I don't use Word, I've no idea what "outlining" refers to.
It seems like frames in html are a very
close fit to what I want. e.g. a frame on the left with Word in
Outline View and a frame on the right pointing to the Web Page I'm
researching.
I'd still maintain that this isn't the right way to go, one practical
drawback being that a framed "solution" will disappear when you
encounter a frame "breakout" function, or any link with a target="_top",
both are frequently found on web sites.

Other issue is that unless you can use IE & ActiveX to launch Word into
a frame (doubt it), it would require writing a custom "notes" web
application (loads of work).
While multiple windows provides similar functionality - it's time
consuming adjusting window sizes on two windows instead of moving a
frame bar
IIRC I recommended looking into window manager utilities to make that
easier.
and then having to flick through other windows I have active
to get where I want.


Navigating frames takes an equal number of steps.

--
Spartanicus
Jul 23 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: headware | last post by:
Hi, I have a general design questions. I'm making a site that has two frames, one on the left for navigational menus and one on the right for displaying the contents of the site. I want some of the...
13
by: Greg G | last post by:
Present site: http://www.risky-biz.com First "sketch" of new design. http://www.risky-biz.com/new I'm trying some new ideas, mostly just changing the stylesheet. It's pretty rough so...
3
by: annon | last post by:
I've noticed that some problems come up frequently that are of importance in writing web pages, because they're pretty fundamental points. For general reference, here are some collected...
11
by: Eric | last post by:
There is a HTML page which composes several frames. Each frame displays a different HTML page. When "windows.print()" is invoked in a particular HTML frame page, a print dialog pop-ups but it...
22
by: Ruslan Kogan | last post by:
Hi, I have a webpage with a table that has 4 cells (2x2). In one of those cells, I wish to load a webpage stored on a different server (say...www.webpage.com/abc.htm). Does HTML allow for this...
3
by: batista | last post by:
Hello all, I currently have a webpage which has a grid and using webservice.htc im updating its content after every 5 seconds. Now I want to add two forms at the bottom of the page.One of them...
8
by: CM | last post by:
Hi, Could anyone please help me? I am completing my Master's Degree and need to reproduce a Webpage in Word. Aspects of the page are lost and some of the text goes. I would really appreciate it....
1
by: Gobind | last post by:
Hello I have three frames on my webpage, and two remain constant (the top and left menu bar). Depending on the selection the user makes in the left menu, the third frame changes the pages (jsp)....
1
by: PulkitZery | last post by:
Hi, I am creating a webpage in vb.net and this webpage has frames. Now the problem I have is, in one of the frames I want to show a MS Word or PDF file. If I set the source of this frame to...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.