EvilZone
Programming and Scripting => Web Oriented Coding => : Huntondoom September 20, 2011, 03:21:20 PM
-
Hey
I friend of mine just asked me if I could make a webapp that could be a Agenda
this website should show an Agenda with the Appointments that were made,
but you also could make an appointment (the user) this would only work if the scheduled time was avaible,
I, myself have no Idea where to start with webapp, but if anyone can point me in the right directions, and how-to then i would be gratefull!
-
I suppose you should start from the backend. Make the database work, make functions for Getting, setting and viewing, so you can do stuff with one call.
Then when you will have a somewhat or fully working backend, go for the front end. Make a basic layout of how it should look and interact. Then when you'll have a basic HTML frontend you can start coloring it and improving the backend...
In short, do it like you are building a snowman. Start from the ground, with a handful of snow and roll it up to a giant ball.
Hope I made myself clear :P
-
So First: A database with the function of Returning and Setting Value, and of course viewing ( but I view, viewing and returning value as the same thing),
is it possible (for me) to use the web content of Visual Studio to Create this or Am I loco?
-
Sorry, can't help with practice as I haven't done anything with or about VB :P
I CAN help you with other languages and theory.
But yes, first a basic database, then a basic interface, connect the two and start rolling it up :)
-
http://www.asp.net/web-forms (http://www.asp.net/web-forms)
There are many tutorials on that page, look pretty good.
-
http://www.asp.net/web-forms (http://www.asp.net/web-forms)
There are many tutorials on that page, look pretty good.
Really? Comeon :P http://php.net (http://php.net) is the site you're looking for.
-
Really? Comeon :P http://php.net (http://php.net) is the site you're looking for.
is it possible (for me) to use the web content of Visual Studio to Create this or Am I loco?
-
is it possible (for me) to use the web content of Visual Studio to Create this or Am I loco?
That is unacceptable.
-
Yeah, I learned coding under PHP. Of course I'd recommend it over ASP.NET, but is the choice of developer. CGI is another option, as is RoR.
If you look under first link in tutorials, its a calendar. Creating it took literally no code... It's pretty close to his "agenda", I guess.