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 trialAZIZ Fattah
Courses Plus Student 1,480 PointsWhy there is no information here for HAML.
Why there is no information here for HAML. Is it similar to HTML ? if not how can I learn it ?
2 Answers
Kevin Korte
28,149 PointsHaml is a pre-processor for your html. It's certainly too advanced for the basic HTML lessons, but I could see a haml course like the sass course in the future.
It's like html, yes, it's just a different syntax, which is intended to be faster and less keystrokes. I'm not sure the best place to learn Haml from, but the official page is a good place to start. http://haml.info/
Once you know html, you can probably teach yourself Haml pretty easily.
Joshua Shroy
9,943 PointsHere's a great resource for learning HAML.
http://webresourcesdepot.com/haml-tutorials-for-frontend-development/
I found it very straight forward and simple to learn by simple using an HTML to HAML converter webapp. http://htmltohaml.com/
Jaime Rios
Courses Plus Student 21,100 PointsJaime Rios
Courses Plus Student 21,100 PointsI saw on twitter that you guys in Treehouse have a board where students can vote. Here is the link. https://trello.com/b/bAG5Tpax/treehouse-web-design-content-roadmap
As a side note, I am learning web development on my free time using Treehouse and in an interview. My possible employer asked me about my experience with HAML.