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 trialMaryanne Gray
Courses Plus Student 290 Pointsworkspaces
Can someone give me the dumbed down explanation of work spaces. for example when I try to preview my work, there is a dropped down menu that asks me to select a port
Michelle Pepe
Courses Plus Student 2,076 PointsMaryanne,
You select the eye icon as shown in the video to preview your work in the workspace after it's saved. - Michelle Pepe
1 Answer
Adam Munhall
2,704 PointsMaryanne, "Ports" are part of the software layers of internet internals. TCP/IP port 80 is used most often for HTTP communications. Though one can use other ports. For example, using a secure connection (HTTPS) would probably use port 443.
If you want to know more browse to wikipedia's "port 80" web page.
Hope that helps, Adam
Pav Cieslak
808 PointsPav Cieslak
808 PointsHi Maryanne,
what u can do is, once u have made your changes to the index.html file, save your work and then, by clicking the "eye"preview icon choose your "default" port (which i assume will be 80), and then once browser window loads probably u wont see any changes, but once u refresh, they should appear.
Hope that helped. Please update us once tried this method. Happy coding!