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

CSS Framework Basics Prototyping with Bootstrap Building Modal Windows and Forms

Surendra Kulkarni
Surendra Kulkarni
6,826 Points

What if the viewer has not turned javascript on?

What if the viewer has not turned, javaScript on?

You need to make sure the base coding takes that into account i.e the features you're trying to implement still work without it or an alternative method is available to achieve the same thing. The end result may be a bit more basic but it would still work. That's the point really. If the site breaks without it, you're done.

2 Answers

Surendra Kulkarni
Surendra Kulkarni
6,826 Points

Thanks Jasonjones.

I often wonder if it will be really possible to mimic some of the functionality achieved through Bootstrap?

Thanks again Cheers!

Take a look at php. It can't be ignored and allows you to do a lot server side rather than in the browser. Maybe not exactly what you're looking for but it's very useful.