Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

help with a calander

Status
Not open for further replies.

disfasia

Programmer
Joined
Apr 20, 2001
Messages
378
Location
CA
Hello.  I would like help, if possible, for making an interface so that my students can schedule themselves for office hours with me.  I am working on a site that is at This blog is merely a template for several blogs so you can ignore the content. What I will do  here is put my syllabus online as well as instructions for each of the requirements, links for libraries, etc.  

I want to create an interface (it would be the button that says "commentaires") for my students since they often want to make an appointment interface to see me. As I have no personal secretary and no time to take requests for time slots, I would like this automated.  So I will have the time slot broken down by periods of 15 minutes for students so that they can sign up and this would ideally show up on the popup window so other students will not sign up for the same time.

For instance here is my current template which you will see and interface with when you go to my site.:

<html><head>
<meta HTTP-EQUIV=&quot;Pragma&quot; CONTENT=&quot;no-cache&quot;>
<title>Votre commentaire: </title></head>

<style type =&quot;text/css&quot;><!--

a:link { color : #FF9933; text-decoration : none ;}
a:visited { color : #FF9933; text-decoration : none ;}
a:active { color :#FF9933; text-decoration : none ;}
a:hover { color : #999999 ; text-decoration : none ; }
body {
margin : 20px ;
background-color : #ffffff ;
color : #999999 ;
font-family : palatino ;
font-size : 11px ;
}

table {font-size : 9px ;}
textarea {
font-size : 9px ;
font-family : verdana;
color : #003399;
border : 1px solid #999999 ;
background-color : #ffffff ;
scrollbar-face-color: #ffffff;
scrollbar-highlight-color: #B66AA5;
scrollbar-3dlight-color: #B66AA5;
scrollbar-darkshadow-color: #B66AA5;
scrollbar-shadow-color: #B66AA5;
scrollbar-arrow-color: #B66AA5;
scrollbar-track-color: #B66AA5;
}
input {
font-size : 11px ;
font-family: verdana;
color : #000000;
border : 1px solid #999999 ;
background-color : #ffffff ;
}
//--></style>

<body>
<div align=&quot;center&quot;><font style=&quot;font-size:12;color:#999999&quot;>Ordre ascendent
• <a href=&quot;#c&quot;> Ajouter un commentaire? </a></font></div><br>

<comments>
<div align=&quot;left&quot;><font style=&quot;font-size:12;color:#003399&quot;><b>!name</b></font>
<font style=&quot;font-size:12;color:#999999&quot;> !time • !date <br></font>
<br>
<table style=&quot;width:385;border:1px solid #999999;background-color:#ffffff&quot; cellpadding=&quot;0&quot;>
<tr>
<td style=&quot;padding:0&quot; valign=&quot;top&quot;><font style=&quot;font-size:11;color:#000000&quot;>!comments<br>
<p align=right></font>
</td>
</tr>
</table>
<br>
</div>

</comments>
<a name=&quot;c&quot; id=&quot;c&quot;></a> <font style=&quot;font-size:12px&quot; color=&quot;#FF9933&quot;><br>
Ajouter un commentaire </font>
<hr noshade color=&quot;999999&quot; size=&quot;1&quot; width=&quot;380&quot; align=&quot;left&quot;>
<div align=&quot;left&quot;>
<table width=&quot;310&quot;
border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot;>
<form
action=&quot;!action&quot; method=&quot;POST&quot;>
<tr valign=&quot;top&quot;>
<td width=&quot;111&quot;>
<div align=&quot;left&quot;><font style=&quot;font-size:12px&quot;>Nom:</font></div>
</td>
<td width=&quot;199&quot;> <font>
<input type=&quot;text&quot; name=&quot;name&quot; size=&quot;34&quot; value=&quot;!username&quot;>
</font></td>
</tr>
<tr valign=&quot;top&quot;>
<td colspan=&quot;2&quot;>
<div align=&quot;left&quot;><font style=&quot;font-size:12px&quot;>Commentaire:</font></div>
<textarea name=&quot;comments&quot; cols=&quot;77&quot;
wrap=&quot;VIRTUAL&quot; rows=&quot;10&quot;></textarea>
</font></div>
</td>
</tr>
<tr valign=&quot;top&quot;>
<td colspan=&quot;2&quot;>
<div align=&quot;left&quot;><font><br>
<input type=&quot;submit&quot;
name=&quot;submit&quot; value=&quot;Ajouter&quot;><center><a href=&quot;javascript:window.close();&quot;><b>X</b></center>
</font></div>
</td>
</tr>
</form>
</table>
</div>
</body></html>


Can anyone help me with this?

I would greatly appreciate this help!

Best
disfasia
 
for calenders you must search in the forum. there was a topic with a lot of goog calendar links
 
I have figured a way around this problem (the calendar sites I looked into ==thanks--=but they are hairy at best and far heavier than what I need).

I have been able to use links on my site ( to a php server in the uk that hosts comments for blogs. Now, what I need help with is the following (i would advise you look at the site and see the third list &quot;fixer un rendez-vous&quot;--this is how my students will sign up for office hours). They write their name and then they write the time in another box. I want to eliminate the second box and put radio buttons for each quarter hour time. Can this be done?

Here is the script that I have written for the two text boxes:

<html><head>
<meta HTTP-EQUIV=&quot;Pragma&quot; CONTENT=&quot;no-cache&quot;
<title><h3><CENTER>Fixer un rendez-vous avec Julian Vigo ci-desous: </CENTER></h3></title></head>
<CENTER><i>Il n'est pas obligatoire d'avoir un rendez-vous, mais il vous assure d'une place et evite le temps perdu lorsque vous attendez pour dans le couloir pendant les autres rendez-vous.</i>
<br>
<style type =&quot;text/css&quot;><!--

a:link { color : #999999; text-decoration : none ;}
a:visited { color : #999999; text-decoration : none ;}
a:active { color :#999999; text-decoration : none ;}
a:hover { color : #FF9933 ; text-decoration : none ; }
body {
margin : 20px ;
background-color : #ffffff ;
font-weight: bold;
color : #000000 ;
font-family : palatino ;
font-size : 11px ;
}
red {
margin : 20px ;
background-color : #ffffff ;
font-weight: bold;
color : #FF3300 ;
font-family : palatino ;
font-size : 11px ;
}

table {font-size : 9px ;}
textarea {
font-size : 9px ;
font-family : verdana;
color : #003399;
border : 1px solid #999999 ;
background-color : #ffffff ;
scrollbar-face-color: #ffffff;
scrollbar-highlight-color: #B66AA5;
scrollbar-3dlight-color: #B66AA5;
scrollbar-darkshadow-color: #B66AA5;
scrollbar-shadow-color: #B66AA5;
scrollbar-arrow-color: #B66AA5;
scrollbar-track-color: #B66AA5;
}

input {
font-size : 11px ;
font-family: verdana;
color : #000000;
border : 1px solid #999999 ;
background-color : #ffffff ;
}
//--></style>
<br>
<body>
<div align=&quot;center&quot;><font style=&quot;font-size:12;color:#999999&quot;><a href=&quot;#c&quot;> Inscrivez votre nom et heure de rendez-vous entre 11.00 et 14.00 heures. <u> Les réunions seront limitées à un maximum de 15 minutes quand il y a beaucoup de demand:</u></a></font></div><br>
<div id=&quot;red&quot;><FONT FACE=&quot;times&quot; color= E000000 > <CENTER>Si vous ne pouvez pas venir à l'heure que vous avez spécifié ici, <i>s'il vous plaît, ne m'écrivez pas un courriel!</i> Vous pouvez facilement envoyer un deuxième message ici avec la date et le mot &quot;cancelé&quot; qui laissent les autres étudiants libres de prendre votre place.</CENTER></a></font></div>
<comments>
<div align=&quot;left&quot;><font style=&quot;font-size:12;color:#003399&quot;><b>!name</b></font>
<font style=&quot;font-size:12;color:#999999&quot;> !time • !date <br></font>
<br>
<table style=&quot;width:385;border:1px solid #999999;background-color:#ffffff&quot; cellpadding=&quot;0&quot;>
<tr>
<td style=&quot;padding:0&quot; valign=&quot;top&quot;><font style=&quot;font-size:11;color:#000000&quot;>!comments<br>
<p align=right></font>
</td>
</tr>
</table>
<br>
</div>

</comments>
<a name=&quot;c&quot; id=&quot;c&quot;></a> <font style=&quot;font-size: 12px&quot; color=&quot;#999999&quot;><br>
Fixer un rendez-vous </font>
<hr noshade color=&quot;999999&quot; size=&quot;1&quot; width=&quot;380&quot; align=&quot;left&quot;>
<div align=&quot;left&quot;>
<table width=&quot;310&quot;
border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot;>
<form
action=&quot;!action&quot; method=&quot;POST&quot;>
<tr valign=&quot;top&quot;>
<td width=&quot;111&quot;>
<div align=&quot;left&quot;><font style=&quot;font-size:12px&quot;>Nom:</font></div>
</td>
<td width=&quot;199&quot;> <font>
<input type=&quot;text&quot; name=&quot;name&quot; size=&quot;34&quot; value=&quot;!username&quot;>
</font></td>
</tr>
<tr valign=&quot;top&quot;>
<td colspan=&quot;2&quot;>
<div align=&quot;left&quot;><font style=&quot;font-size:12px&quot;>L'heure:</font></div>
<textarea name=&quot;comments&quot; cols=&quot;77&quot;
wrap=&quot;VIRTUAL&quot; rows=&quot;2&quot;></textarea>
</font></div>
</td>
</tr>
<tr valign=&quot;top&quot;>
<td colspan=&quot;2&quot;>
<div align=&quot;left&quot;><font><br>
<input type=&quot;submit&quot;
name=&quot;submit&quot; value=&quot;Envoyer&quot;> </font></div>
<br>
</td>
</tr>
</form>
</table>
</div>
<div align=&quot;center&quot;><font style=&quot;font-size:12;color:#999999&quot;><a> Pour les mises à jour et les changements des heures de bureau, verifier avec ce site le jour de votre rendez-vous.</a></font></div><br>

<center><a href=&quot;javascript:window.close();&quot;><b>::fermer::</b></center>

</body></html>


thanks for any help!

best
disfasia
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top