Pages Navigation Menu

Software Mastery, the Fun Way

Most Recent Articles

Head First Programming JavaScript Teasers #5

Posted by on May 21, 2013 in Blog, podcast, Video | 0 comments

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...

Read More

Head First JavaScript Programming Teasers #4

Posted by on May 10, 2013 in Blog, podcast, Video | 0 comments

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…

Read More

Get Access to Head First JavaScript Programming Now

Posted by on Mar 30, 2013 in Blog, Featured | 32 comments

If you haven’t already, sign up for our WickedlySmart Insider program to get early access to the book today, including special video content, and access to the Insider forum for questions, answers, and feedback.

Read More

Head First JavaScript Programming Teasers #3

Posted by on Mar 28, 2013 in Blog, Featured, podcast, Video | 1 comment

JavaScript is a bit different from other programming languages. How?

Read More

Head First JavaScript Programming

Posted by on Mar 27, 2013 in Books | 4 comments

Head First JavaScript Programming is underway! To be published in late summer, 2013, Head First JavaScript Programming is a whole new take on teaching programming with JavaScript.

Read More

Design Patterns Bootcamp

Posted by on Mar 14, 2013 in Blog, Featured | 0 comments

Eric and Elisabeth have agreed to run a multi-day bootcamp to teach design patterns in their unique style. They plan on piloting this workshop with a small group and are looking for feedback in the creation of the workshop.

Read More

Head First JavaScript Programming Teasers #2

Posted by on Mar 14, 2013 in Blog, Featured, podcast, Video | 8 comments

Everyone knows you put your <script> element at the top of your HTML page, right? Not so fast.

Read More

A Teaser from Head First JavaScript Programming

Posted by on Mar 6, 2013 in Blog, Featured, podcast, Video | 17 comments

You already know that we’ve taken on writing a totally new Head First book—Head First JavaScript Programming—but don’t just sit back and wait for it to arrive on the shelves.

Read More

Twitter API: Using OAuth to access Twitter

Posted by on Feb 9, 2013 in Beginner's Mind, Blog | 4 comments

Twitter has changed their REST API to require authentication for every request. This means that we can no longer use simple JSONP requests from our web pages to access Twitter data. In this post, I describe how to write a PHP server script to make an authenticated Twitter request using the tmhOAuth library, and create a simple web application to use that server script to access Twitter data. And if you’ve read Head First HTML5 Programming, you’ll want to read this, so you can update your Chapter 7 code!

Read More

Learning JavaScript Functions, Part 3

Posted by on Nov 30, 2012 in Blog, podcast, Video | 4 comments

The third in a several-part series on JavaScript functions, taking you from...

Read More

Twitter API: Accessing timeline data

Posted by on Oct 12, 2012 in Blog | 2 comments

In Chapter 7 of Head First HTML5 Programming, we create a JSONP web...

Read More

Learning JavaScript Functions, Part 2

Posted by on Oct 8, 2012 in Blog, podcast, Video | 14 comments

The second in a several-part series on JavaScript functions, taking you from...

Read More