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

HTML

Diego Marrs
Diego Marrs
8,243 Points

HTML5 Canvas?

I was wondering if Treehouse was looking into making a course covering the HTML5 canvas? I was curious cuz I'm looking into trying it soon.

1 Answer

The best I can think of is the Jquery Basics Course. There are plugins and JavaScript you can use to make your HTML5 <canvas></canvas> tag actually do things.

It might require just accepting how certain components of JavaScript and HTML work, but this is the course I went through. Follow Andrew carefully, and it should give you something cool to work off of :).

https://teamtreehouse.com/library/jquery-basics/creating-a-simple-drawing-application/preparation

PSST Follow that link above to the course about the canvas using Jquery!