Hello all, I would appreciate any help you might have for my following problem!
I've just recently made a website for a cafe
[ link here ]
and the owner wants the lunch menu page to update with specials of the day. As it is now, the lunch menu is formatted thus:
My problem is: the kitchen manager needs to update specials every day. He is not computer literate. The HTML is easy for me to see and update, but I don't think he'll be comfortable doing it.
I am fairly new to web development. Are there any options to automate this process? Ideally, I would like him to be able to type in the title and description into two fields and hit 'submit'. Also, I am not sure server-side what services are available, as we will be switching service soon.
thanks! ~Mike
I've just recently made a website for a cafe
[ link here ]
and the owner wants the lunch menu page to update with specials of the day. As it is now, the lunch menu is formatted thus:
Code:
<table>
<tr>
<td>
<span class="itemname">chicken cutlet sandwich</span>
fried chicken cutlets, tomatoes, cheese, lettuce
and mayo
</td>
</tr>
</table
My problem is: the kitchen manager needs to update specials every day. He is not computer literate. The HTML is easy for me to see and update, but I don't think he'll be comfortable doing it.
I am fairly new to web development. Are there any options to automate this process? Ideally, I would like him to be able to type in the title and description into two fields and hit 'submit'. Also, I am not sure server-side what services are available, as we will be switching service soon.
thanks! ~Mike