473,385 Members | 1,732 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.

Bookings manager

Jacotheron
For one of my clients I must make an internet bookings page. The script must view all bookings that is happening in the future and it must accept new bookings entries that may be added by the viewer if they are interested. How do I make a booking addable. The client too must receive a notification of the booking by email.

Does someone have any idea how I am supposed to do this?
Jan 15 '08 #1
9 1569
gits
5,390 Expert Mod 4TB
hi ...

do you think of a javascript that let you make/improve the ui for a booking system or do you speak about an entire system that stores the data in a database and all that related stuff? ... you cannot build a system like that only with clientside technologies (except you want to use a clientside 'datastore') so some serverside code would be involved. with html/css/javascript you could build the ui (userinterface) ... and start requests for storing and retrieving data from the server ... but you cannot build a booking-'system' with that clientside languages alone ...

kind regards
Jan 15 '08 #2
hi ...

do you think of a javascript that let you make/improve the ui for a booking system or do you speak about an entire system that stores the data in a database and all that related stuff? ... you cannot build a system like that only with clientside technologies (except you want to use a clientside 'datastore') so some serverside code would be involved. with html/css/javascript you could build the ui (userinterface) ... and start requests for storing and retrieving data from the server ... but you cannot build a booking-'system' with that clientside languages alone ...

kind regards
Well I havn't thought of a javascript yet, as I have no idea how I should even start. The reason why I want to use client side is the server I use have some restrictions. The option that the client would like have limits of no php, perl, c++ and asp. I have a restriction too that no server side code may be executed more than only a few seconds. With this restrictions I know that I may use clientside.

The booking is for a photographer. She wants people to know when she will be where and to book her if she is not busy at that date.

But thanx for the help so far.
Jan 16 '08 #3
gits
5,390 Expert Mod 4TB
in this case you would have to set up a kind of availability calendar serverside as the minimum ... when there should be any automatic response :) ... and everything could be handled through email ... but that is really ugly ... and i know :) some customers want ugly things and they simply have to get what they want :) ...

just kidding ... but in case there is no chance to convince them for a state of the art system ... and without a database and serverside code it is a simple 'static' webpage (even when it looks dynamic) that could be compared to the things that we had 10 years before ... then they have to get it that way ;) ... sad but true i think ...

kind regards
Jan 16 '08 #4
Cainnech
132 100+
I'm using a bookingsystem myself so my clients can see when I'm occupied or not on my website. And if I'm not occupied, they can book me on that date.

But this is all done in ASP and I can hardly imagine that this is possible without some form of database which is being accessed on a server.

I must admit that I'm not too sure, but I can't imagine that you can't find some free webspace where you can put asp-pages and a database. So maybe it's worth looking for that and I think that would make your work a lot easier.

Sincerely,

Cainnech
Jan 17 '08 #5
acoder
16,027 Expert Mod 8TB
The reason why I want to use client side is the server I use have some restrictions. The option that the client would like have limits of no php, perl, c++ and asp. I have a restriction too that no server side code may be executed more than only a few seconds. With this restrictions I know that I may use clientside.
Why no PHP, Perl or ASP? Any hosting would usually include at least one of these. Some may require you to pay more for a database. Is the restriction because of bandwidth?
Jan 17 '08 #6
Why no PHP, Perl or ASP? Any hosting would usually include at least one of these. Some may require you to pay more for a database. Is the restriction because of bandwidth?
The server I use (www.hetzner.co.za) have an option for these server side, but ten I have to pay 5 times more than on their Micro plan which is the cheapest so all the customers want to start at the Micro. I can't buy more webspace than they asked for without their consent and they have decided on the Micro.

I am going to ask them if they maybe can give the Micro serverside scripting even if it's little bit restricted.

Thanx for the help
Jan 17 '08 #7
acoder
16,027 Expert Mod 8TB
The server I use (www.hetzner.co.za) have an option for these server side, but ten I have to pay 5 times more than on their Micro plan which is the cheapest so all the customers want to start at the Micro. I can't buy more webspace than they asked for without their consent and they have decided on the Micro.

I am going to ask them if they maybe can give the Micro serverside scripting even if it's little bit restricted.
I guess the hosting is up to you and I'm not sure of the prices, but have you not looked at other options. For what you're trying to do, I think server-side programming is a must. JavaScript will only be useful for one person. If you want a booking manager, the data must be stored on the server. That way it is up-to-date and everyone sees the same thing. The only other option is to manually change the page whenever a booking is made, but that is cumbersome and inefficient. In any case, you can't send email with JavaScript and that is also one of your requirements.
Jan 18 '08 #8
I guess the hosting is up to you and I'm not sure of the prices, but have you not looked at other options. For what you're trying to do, I think server-side programming is a must. JavaScript will only be useful for one person. If you want a booking manager, the data must be stored on the server. That way it is up-to-date and everyone sees the same thing. The only other option is to manually change the page whenever a booking is made, but that is cumbersome and inefficient. In any case, you can't send email with JavaScript and that is also one of your requirements.
I'll find out about other servers, but the main reson why I am at Hetzner is:
Quality support when you need it, Very good privacy policy, the most secure accounts I have ever seen etc.

But the customer is always right so I need serverside code and therefor I need another server.

Thank you for the help.
Jan 18 '08 #9
acoder
16,027 Expert Mod 8TB
You're welcome. Good luck with the rest of your project.
Jan 18 '08 #10

Sign in to post your reply or Sign up for a free account.

Similar topics

6
by: Dan Evans | last post by:
Hi, Can anyone help me on a little problem I am having with some SQL - in particular on a subquery. I am setting up a database in Access for a voluntary group which runs
3
by: Navin | last post by:
hi, guys i have query which given below output given below manager personlevel person name 2085 1 Howard Wilson1 2085 2 Howard Wilson2 2085 3 Howard Wilson3 2085 4 Howard Wilson4...
0
by: Zorba.GR | last post by:
IBM DB2 Connect Enterprise Edition v8.2, other IBM DB2 (32 bit, 64 bit) (MULTiOS, Windows, Linux, Solaris), IBM iSoft Commerce Suite Server Enterprise v3.2.01, IBM Tivoli Storage Resource Manager...
2
by: Brian O'Gorman | last post by:
I have: a) a calendar table (tblCalendar) holding consecutive dates. b) a vacancies table (tblVacancies) holding start and end dates of vacancies c) a bookings table (tblBookings holding start...
8
by: Mike Jolley | last post by:
Hello First off, I'm a student so I'm pretty new to C++, and therefore I have probably made a stupid mistake somewhere. Anyway Ive been trying to fix this 5 hours straight now, so i need a...
6
by: iazahoor | last post by:
I use Access 2000 and I'm trying to figure out what VBA code to use to prevent double bookings. Any help on this matter will be greatly appreciated. Regards Immy
0
by: Yew12 | last post by:
I'm trying to use PL/SQL to create a trigger that will stop bookings. Based on a duration field and a start time. I have had a go at trying to do this but I'm sure that im well off from where I...
1
by: Miro | last post by:
I am going throug a vb 2005 book, but I am using vs 2008 professional, and I cant seem to find a menu option its talking about. I am wondering if this has moved - i cannot seem to find it for the...
4
by: phill86 | last post by:
Hi, I am trying to represent on a form time slots I have re-created the look of an outlook calendar on the form I have a table with the calendar bookings start and end time and there could be any...
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: 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
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: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
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,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.