473,387 Members | 1,512 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,387 software developers and data experts.

need help building webpages

dow
I'm looking for ideas or how to make webpages for members. I want a
member log in and view their profiles and check boxes stating that they
have completed listed instructions and waiting for the instructor's
approval when thy check thier boxes. Once the student checks some boxes
and the instructors approve, Then the student can access the next level
webpages.
I searched the web using "javascript databases" and I don't see
anything that I need. what keyword would I need to search. What would
this kind of webpage be called?

Dow

Jul 23 '05 #1
7 1354

<do*@copper.net> wrote in message
news:11**********************@c13g2000cwb.googlegr oups.com...
I'm looking for ideas or how to make webpages for members. I want a
member log in and view their profiles and check boxes stating that they
have completed listed instructions and waiting for the instructor's
approval when thy check thier boxes. Once the student checks some boxes
and the instructors approve, Then the student can access the next level
webpages.
I searched the web using "javascript databases" and I don't see
anything that I need. what keyword would I need to search. What would
this kind of webpage be called?

Dow


using databases infers that you should look into server-side programming
The technologies you can use is: ASP (Active Server Pages) or PHP or
Perl/CGI or JSP (and others).
If you're on windows machines, I would recommend PHP or ASP, because they
are the easiest.
Hope this helps
Jul 23 '05 #2
Dow
wow! I'm lost. All I have is Dreamweaver and only know how to add
buttons and passwords at this point. I think ASP and PHP will send me
to quitland if I try to learn it. Is it possible to do it by adding
buttons and simple passwords in dreamweaver?

Dow

Jul 23 '05 #3
Dow wrote:
wow! I'm lost.
That's obvious. Read the group FAQ, thoroughly.
All I have is Dreamweaver
I'm sorry.
and only know how to add buttons and passwords at this point.
Then a complete webpage is beyond your abilities.
I think ASP and PHP will send me to quitland if I try to learn it.
Then you were in quit-land before you started.
Is it possible to do it by adding buttons and simple passwords in dreamweaver?


No.
--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq
Jul 23 '05 #4
"Dow" <do*@copper.net> skrev i meddelandet
news:11**********************@z14g2000cwz.googlegr oups.com...
wow! I'm lost. All I have is Dreamweaver and only know how to add
buttons and passwords at this point. I think ASP and PHP will send me
to quitland if I try to learn it. Is it possible to do it by adding
buttons and simple passwords in dreamweaver?

Dow


Not with standard Ecmascript, since you need to interface with some
server-side storage mechanism in order to keep track of whether your
students have checked that checkbox.

So you're stuck with having to learn more. But depending on your
requirements that could be a lot simpler than it appears to you now. To
begin with, it would be a good idea to read up on how forms are posted to
the server and how you access the data there (with ASP/PHP/...). Then think
about the storage mechanism. A text file might be all you need, mapping
student identities to "level codes". Reading/writing/parsing text files
wouldn't be hard in PHP. In the longer term a database solution like MySQL
would probably be easiest to maintain, though not easiest to learn.

Joakim Braun

Jul 23 '05 #5
"Dow" <do*@copper.net> wrote:
wow! I'm lost.


If something is above your knowledge and you are not able or do not have time
to learn the required skills, the standard solution in any problem is:

hire someone who knows how to do it.

Jul 23 '05 #6

"Dow" <do*@copper.net> wrote in message
news:11**********************@z14g2000cwz.googlegr oups.com...
wow! I'm lost. All I have is Dreamweaver and only know how to add
buttons and passwords at this point. I think ASP and PHP will send me
to quitland if I try to learn it. Is it possible to do it by adding
buttons and simple passwords in dreamweaver?

I understand your position. I was there once myself, but I decided to go
ahead and learn ASP, JSP, Perl/CGI, and JSP.
The problem I find is :The more I learn - the more I learn that there's more
to learn.
If your priorities don't support learning the technologies, then use your
talents to make money doing what you do best, then use some of that money to
hire someone to do what needs to be done.
I hate to mow the lawn, so I hire someone to do it while I pound out code.
Jul 23 '05 #7
Dow
After reading all the replies here does give me a better ideas whats
involved- thanks programmers

Dow

Jul 23 '05 #8

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

Similar topics

5
by: Michael Landberg | last post by:
Hi this may be a stupid question, but anyway! I have created a website with a few pages. I have noticed that when I change the IE browser text size ( through the view menu -> text size) to...
0
by: xmail123 | last post by:
I have written the following simple C# project in Visual studio. I am trying to see how the XML documenting works. I click Tools, Build Comment WebPages… then just click OK in the Build Comment...
0
by: Bobby | last post by:
Hello everyone, I am new to this part of the google group. I have a question regarding access and webpages. I was trying to get a website logon page that would be used to logon our students so they...
6
by: DarkKobold | last post by:
I am writting a keyboard emulator for the pic microcontroller. Unfortunately, after watching it on the oscilliscope, it is not transmitting the right data. The clock signal on B1 is working...
12
by: scsharma | last post by:
Hi, I am working on creating a webapplication and my design calls for creating main webform which will have menu bar on left hand side and a IFrame which will contain all the forms that are shown...
2
by: magic kat | last post by:
I am working on a web based asp.net 2.0 project that began as an application in Visual Studio 2005. The web site appears to work okay, but when we attempt to build it, we get all sorts of errors. ...
4
by: Matthias | last post by:
hi there, i currently moved from VS2003 to VS2005 so i'm not really comfortable yet with the inner workings of the new ide. i've created a webservice and figured, that when attempting to debug...
8
by: Mr. R | last post by:
Hi I need to set up a server that supports ASP.NET. I will have it in my home and run on and off for demo projects. The problem is that I don't have then money to by Windows Server 2003 or...
19
by: Ganesh J. Acharya | last post by:
Hi there, I want to redesign my website and make that look professional. I made this about 6 years ago with very little knowledge of internet. Today I am getting about 4000 visitors a day for...
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: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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...

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.