by Elisabeth Robson | Mar 26, 2014 | blog, JavaScript, JSVideo, Teaser Video, Video
In Head First JavaScript Programming, we use the developer console in the browser to test code, and to debug our code when we have problems. The developer console in each browser is a little bit different, but they all do basically the same things. First, read our...
by Elisabeth Robson | Mar 13, 2014 | Beginner's Mind, Featured, Programming
Ready to learn how to program? Or, perhaps you already know how to program in another language, like Ruby or PHP or Python, but need to know JavaScript? Then Head First JavaScript Programming is for you. Head First JavaScript Programming starts with the basics...
by Elisabeth Robson | Dec 28, 2013 | Beginner's Mind, blog, Reader Question
A reader of Head First HTML and CSS wrote in today to ask about web fonts. Web fonts is a fairly new feature supported by browsers that allows you to include non-standard fonts in your web page. It works like this: you specify the font you want in your CSS using the...
by Elisabeth Robson | May 21, 2013 | blog, JavaScript, JSVideo, podcast, Teaser Video, Video
When you begin programming in JavaScript, you’ll need to use variables. A variable is just a bit of storage to hold a value. Just about every line of code you write will use a variable of one kind or another, so it’s a good idea to get familiar with the...
by Elisabeth Robson | May 10, 2013 | blog, JavaScript, JSVideo, podcast, Teaser Video, Video
Dive into JavaScript If you know HTML and CSS, you’re ready to begin learning JavaScript. But you might be surprised, because JavaScript looks quite different from both HTML and CSS. In part four of Head First JavaScript Programming Teasers, Eric shows you how...
Comments