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

Design

Web-based user interfaces and the dynamics.

I have lots of questions about was-based user interfaces and the dynamics.

-I want to make the user website, just like the team house that be able to log in, change profile, post forum, etc. I'm wondering what kind of the language is used for this. There's any video of three house talk about this.

-I would like know about the buffering dynamics. If you have seen many good websites you should have seen the dynamic I mentioned. It's something going on when buffering data not just the circle moving around. I also want to know how to do that.

-One more thing I would like to know about directory URL.

Some directory URL there's .html, .php at the end of the URL but when you're looking at Tree house's there's none of the kind of thing with their URL. I want to know how to do that.

Thank you very much.

1 Answer

Matthew Reed
PLUS
Matthew Reed
Courses Plus Student 17,986 Points

You can make a user site with most any server side language. Some more popular ones are php and ruby. I'd recommend watching the php and Ruby on Rails videos on here. Those will also answer you third question. As for the buffering thing, it's loading data and circle is just there to let you know that. To do that all you have to do is call a function to show the animation when the loading starts and hide it when it's done.