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 trialadrianboros
Java Web Development Techdegree Student 27,786 PointsReplacement for iFrames?
Could this feature provide a better alternative, instead of using iFrames?
2 Answers
Ted Sumner
Courses Plus Student 17,967 PointsThat is a framework specific plugin. It looks very cool, but will not replace iframes in html code.
Ted Sumner
Courses Plus Student 17,967 PointsFirst, I have not taken the entire course and have not used Foundation.
iframes allows you to do many things, including displaying another web site within your site. Here is an example from a site that I am developing. Notice how the BSA site is completely withing the wrapper of my site? I do not believe that Interchange can do that.
Additionally, the video says that you need HTML files for the different device sizes. It appears to me that Interchange is a good solution for responsive site design, which is a different function than iframes.
adrianboros
Java Web Development Techdegree Student 27,786 PointsThanks Ted! :)
adrianboros
Java Web Development Techdegree Student 27,786 Pointsadrianboros
Java Web Development Techdegree Student 27,786 PointsCare to elaborate, please?