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

PHP

Charles Brown
Charles Brown
2,135 Points

Responsive with PHP

I have completed the PHP applications with no problem at all, I even customized it I am anxious to know will there be a tutorial/class on how to make the current applications responsive (Shirts4Mike)? or is there a resources available to make this possible? Any help or suggestions will be greatly appreciated.

3 Answers

Hey Charles!

Depending on your experience with CSS I would recommend the following tutorials:

a) CSS Layout Techiques: http://teamtreehouse.com/library/css-layout-techniques

b) CSS Foundation Course: http://teamtreehouse.com/library/css-foundations

c) Build a Responisve Website: http://teamtreehouse.com/library/build-a-responsive-website

If you are familiar with CSS and want a solution to implement with the Shirts4Mike site, I would recommend CSS Layout Techiques, especially the section on grid layouts. I think this is the most relevant course of the list.

But, if you are newer to CSS, you will may want to start with the CSS Foundation Course and then progress into either a), c) or do all three.

Hope this helps, and good luck!

Erik McClintock
Erik McClintock
45,783 Points

Charles,

There are a myriad of other tracks in the Treehouse library that deal with responsive design! For example, Build a Responsive Website (https://teamtreehouse.com/library/build-a-responsive-website). If you haven't done any CSS yet, though, I'd recommend starting with their CSS Foundations course first (https://teamtreehouse.com/library/css-foundations).

Hope this helps!

Erik

Ha, same first name + super similar replies :P

Charles Brown
Charles Brown
2,135 Points

I would like to thank you both for your help.