Tutoring web design, this fact is known. The tutor shares some documentation. I’ve known for some time that the self-closing script tag <script src=”the_script.js” /> seems not to work. Rather, I use <script src=”the_script.js”></script> I’ve wondered why the self-closing script …

Web programming: JavaScript: avoiding the self-closing script tag Read more »

The tutor continues to explore the html <canvas> tag. The html <canvas> tag offers many possible displays with graphics. To my knowledge, it’s the only native way to produce web graphics with Javascript. Today, I’ll demonstrate a gradient effect: Click …

Web programming: another <canvas> demo Read more »