Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript AJAX Basics (retiring) jQuery and AJAX Posting Data with jQuery

Fábio Tavares da Costa
Fábio Tavares da Costa
11,985 Points

// Client & Server side project/course <form method="post" action="/signup">

Hi,

Which course should I go after for a complete making off on both --Client and Server-- sides forms?

Need to implement Sign Up and Contact forms for real and would appreciate a in depth look at the full process for forms.

Thanks in advance!

3 Answers

Nathan Blair
Nathan Blair
9,551 Points

For the front end: I just completed the courses "HTML Forms" and "Interactive Web Pages with JavaScript" which offer some good in-depth tutorials on building HTML forms and Applications. I recommend starting there.

I think PHP might be best for your contact form since there is a built in "Mail()" function. Here's the documentation for it: http://php.net/manual/en/function.mail.php

For the backend: You'll need to decide which language appeals most to you to keep a user database for your login system. Popular backend systems often run on Node.js, Ruby on Rails, SQL... there are many choices. Maybe preview them on treehouse and see if one appeals more to you.

Gustavo Buarque
Gustavo Buarque
7,113 Points

Hi Fábio I use "Wampserver", it is a PHP server, you don't need to know PHP to use it. Install and put your files in "wamp/www/" then you can run this exercises that uses AJAX.