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 Stage 3 Challenge Answer

Andrew Lundy
Andrew Lundy
13,269 Points

For any of this to actually work and be useful, we must have a backend and DB right?

I'm building a password management application, and for a login form to actually work with AJAX - the backend and database have to be running correct?

Andrew Lundy
Andrew Lundy
13,269 Points

Brendan Whiting I plan on building the back-end once I'm done learning front-end development. I guess I'll get to that point when I get to that point.

Brendan Whiting
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Brendan Whiting
Front End Web Development Techdegree Graduate 84,735 Points

Okay cool. Just make sure whatever solution you choose, you're handling people's passwords properly - don't store unencrypted passwords in the database.

Habiballah Hezarehee
Habiballah Hezarehee
7,193 Points

Actually the fact is you can hash the password or combine the password with other characters with just using javascript but the to add dynamically functioning to your login form it's better to use the backend programming language and a DB connetcted to your application.

1 Answer