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 trialSurendra Kulkarni
6,826 PointsWhat if the viewer has not turned javascript on?
What if the viewer has not turned, javaScript on?
2 Answers
Surendra Kulkarni
6,826 PointsThanks Jasonjones.
I often wonder if it will be really possible to mimic some of the functionality achieved through Bootstrap?
Thanks again Cheers!
jasonjones5
Courses Plus Student 5,571 PointsTake 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.
jasonjones5
Courses Plus Student 5,571 Pointsjasonjones5
Courses Plus Student 5,571 PointsYou 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.