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 trialAmber Hoddinott
6,494 PointsDeveloping websites step checklist ive made to help me through the process, any extra steps, changes or recommendations?
I have been learning on tree house intensively and i believe i have learnt all i need to start creating some great sites (of course i know there is always more to learn.) . I personally have to think at things in a organised way. Although i have gained alot of knowledge, have my notes and ability to research if i dont know something, i realized that when i came to start developing my site i had alot of information but no real order of how i should do each step. For me i know i will find it so much easier if have some steps to help me. So i can get from a black page to a website that is on the web and active which a proud of :)
I have made a list of what i think i need to do and in which order i think this would work best. Please take a look and give me any advise or extra steps, a different order (any input would be gratefully appreciated !)
Thank you so much in advance. :D
My web developing checklist
Tuesday, December 22, 2015 12:13 PM
- Make main <head> and <body> text documents
- Make sure i have all the tags needed in the head of my html. Meta tags etc (screen size, view port, seo, )
- Make main CSS style sheet and add link to html documents
- Make JS file and add link to html document
- Put all html/ CSS/ and JS Images into a project folder
- Add Normalise CSS
- Add bootstrap or any other CSS framework i need. Add necessary links
- Add Query and Js to the bottom of the html document
- Make a page wrapper in the <body>
- Add main nav bar
- Add sticky footer
- Add main content area (primary content, secondary content etc)
- Centring main content... May full width main header/footer.
Make media queries. CSS File and link it to html documents
GIT HUB Make main repository... To start using Git with my project and making push and pull requests
Save my images for the web to make the responsive
Photoshop all images how want them in my website. Making them the correct size etc.
Make images such as png files into SVG (using inkscape)
Make sprit maps for each html page individually
CODE SITE.... Flexbox :)
JQUERY Add any plugins needed
Organise my CSS using SASS
Make Typography into Ems to make responsive
Check website optimization
Check the website on different devices (landscape/portrait view)
Check the Validation html CSS and JS code.
Minify all my html, css and Js code
-
Choose a Domain name
- Choose web hosting
1 Answer
Ken Alger
Treehouse TeacherAmber;
Each project is obviously going to be different in terms of work flow, but I think you are off to a great start with that list. I would likely move item #15 (GitHub) way up the list so that if there is ever an issue with the way you have your project structured you won't have to go all the way back to step 1.
Happy coding,
Ken