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

Abdulla Alshubbar
Abdulla Alshubbar
31,298 Points

My applications using AJAX

Hello,

so after I finished the awesome AJAX course I didn't want to stop. I went ahead and just started doing AJAX applications of my own and I wanted to share them with you guys. Now this is not a demonstration of my css skills so please don't judge me on that :)

The first application is treehouse badges. Simply you enter your username and you get all your badges: http://alshubba.com/ajax/treehouse/

The second application is a movie search using the "omdb" database: http://alshubba.com/ajax/omdb/

The third one is also a movie search but using "rotten tomatoes" database: http://alshubba.com/ajax/rotten%20tomatoes%20movies/

The last one is a weather search where you enter your state and city and you get the current weather. This one was done using "wunderground" http://alshubba.com/ajax/weather/

Thanks to treehouse and especially to Dave McFarland for this course that made me able to do these kind of things.

Looking forward for more courses.

Dave McFarland
Dave McFarland
Treehouse Teacher

One suggestion for the Treehouse badge app. If you input a non valid Treehouse username you end up with a 404 file not found error. You could check for that in your code, and then instead of displaying badges, display a "There is no user named ..... at Treehouse"

8 Answers

Dave McFarland
STAFF
Dave McFarland
Treehouse Teacher

Fantastic work Abdulla Alshubbar !

I'll let everyone here at Treehouse know about these.

Abdulla Alshubbar
Abdulla Alshubbar
31,298 Points

Wow i'm very honored to have many of treehouse staff including the CEO himself reply to me and praise me for my work. Thanks a lot

Heck yeah! That's amazing! Love the OMDB project!

Abdulla Alshubbar
Abdulla Alshubbar
31,298 Points

Thanks everyone for the support.

Dave McFarland Thanks for the suggestion. I have added error messages to all apps.

Amit Bijlani
STAFF
Amit Bijlani
Treehouse Guest Teacher

Great job Abdulla Alshubbar! I like that you did not stop at one and created multiple examples. Practice makes perfect :)

Awesome work!