Self-tutoring about programming: the tutor mentions undesirable photo rotations. What if, when you place an image in a document, it ends up on its side? It might even appear right-side-up when you view it in the folder, but not in …

Web programming: why photos might be rotated (when you don’t want it) and what you might do to fix it Read more »

Tutoring programming, you might still use Notepad (I do). The tutor shares an observation. Some text editors have the option to display line numbers, so you can see the exact line you’re on. Since compilers often mention problems in code …

Programming: line numbers in Notepad Read more »

Tutoring web programming, you might encounter a question about Perl. The tutor mentions an observation. Because inline styles use quotes, and then of course printing a string often uses quotes around it, a situation can easily develop in which nested …

Perl programming: printing a string Read more »

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 »