Author Topic: Website with agenda. [HELP]  (Read 2507 times)

0 Members and 1 Guest are viewing this topic.

Offline Huntondoom

  • Baron
  • ****
  • Posts: 856
  • Cookies: 17
  • Visual C# programmer
    • View Profile
Website with agenda. [HELP]
« on: 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!
Aslong as you are connected to the internet, you'll have no privacy

Advanced Internet Search
Clean Up!

Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: Website with agenda. [HELP]
« Reply #1 on: September 20, 2011, 03:50:22 pm »
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

Offline Huntondoom

  • Baron
  • ****
  • Posts: 856
  • Cookies: 17
  • Visual C# programmer
    • View Profile
Re: Website with agenda. [HELP]
« Reply #2 on: September 20, 2011, 07:54:08 pm »
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?
Aslong as you are connected to the internet, you'll have no privacy

Advanced Internet Search
Clean Up!

Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: Website with agenda. [HELP]
« Reply #3 on: September 20, 2011, 08:11:28 pm »
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 :)

Offline xzid

  • Knight
  • **
  • Posts: 329
  • Cookies: 41
    • View Profile
Re: Website with agenda. [HELP]
« Reply #4 on: September 21, 2011, 12:27:05 am »
http://www.asp.net/web-forms

There are many tutorials on that page, look pretty good.

Offline ande

  • Owner
  • Titan
  • *
  • Posts: 2664
  • Cookies: 256
    • View Profile
Re: Website with agenda. [HELP]
« Reply #5 on: September 21, 2011, 09:34:07 am »
http://www.asp.net/web-forms

There are many tutorials on that page, look pretty good.

Really? Comeon :P http://php.net is the site you're looking for.
if($statement) { unless(!$statement) { // Very sure } }
https://evilzone.org/?hack=true

Offline xzid

  • Knight
  • **
  • Posts: 329
  • Cookies: 41
    • View Profile
Re: Website with agenda. [HELP]
« Reply #6 on: September 21, 2011, 09:38:39 am »
Really? Comeon :P 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?

Offline ande

  • Owner
  • Titan
  • *
  • Posts: 2664
  • Cookies: 256
    • View Profile
Re: Website with agenda. [HELP]
« Reply #7 on: September 21, 2011, 09:45:09 am »
Quote
is it possible (for me) to use the web content of Visual Studio to Create this or Am I loco?

That is unacceptable.
if($statement) { unless(!$statement) { // Very sure } }
https://evilzone.org/?hack=true

Offline xzid

  • Knight
  • **
  • Posts: 329
  • Cookies: 41
    • View Profile
Re: Website with agenda. [HELP]
« Reply #8 on: September 21, 2011, 09:50:26 am »
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.