Elisabeth Robson

http://twitter.com/elisabethrobson

Bainbridge Island, Washington

Internet technology expert, technology manager, author

Elisabeth first got hooked on computers when she wrote a BASIC program to fill up her Commodore 64's monitor screen full of hearts. She's loved getting computers to do fun things ever since. She's tinkered with everything from super computers to her iPhone, and she's been programming the Web since the early days, when she built one of the first online resources for women in technology. Along with her many years of programming experience, Elisabeth has produced online training, and written three best-selling books and an online video course for O'Reilly Media (Head First Design Patterns, Head First HTML with CSS & XHTML, Head First HTML5 Programming, and Learn to Build iPhone Apps with HTML, CSS, and JavaScript), and is currently co-founder and principal at WickedlySmart, an education content and technology company.

Head First HTML and CSS Head First HTML and CSS
by Eric Freeman , Elisabeth Robson
Second Edition August 2012
Print: $39.99
Ebook: $31.99

Head First HTML5 Programming Head First HTML5 Programming
by Eric Freeman , Elisabeth Robson
October 2011
Print: $49.99
Ebook: $27.99

Head First HTML with CSS & XHTML Head First HTML with CSS & XHTML
by Elisabeth Robson , Eric Freeman
December 2005
Ebook: $31.99

Head First Design Patterns Head First Design Patterns
by Eric Freeman , Elisabeth Robson , Kathy Sierra , Bert Bates
October 2004
Print: $49.99
Ebook: $39.99

Learn to Build iPhone Apps with HTML, CSS, and JavaScript Learn to Build iPhone Apps with HTML, CSS, and JavaScript
by Elisabeth Robson
December 2009
Video: $79.00

Recent Posts | All O'Reilly Posts

Elisabeth blogs at:


JavaScript Flexibility: Fun, But Use with Care

May 21 2013

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, … read more

JavaScript Makes Browsers Behave

May 14 2013

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. That’s because JavaScript is a language for computation. Unlike HTML, which is for … read more

Cutting Your Programming Teeth on JavaScript

May 07 2013

JavaScript is a bit different from other programming languages. How? Well, JavaScript runs in an environment, and that’s usually the browser. So when you learn JavaScript, you’ll learn both the language basics, as well as how to use JavaScript in … read more

Location, Location, Location

April 30 2013

Everyone knows you add JavaScript to your page by putting your <script> element at the top of your HTML page, right? Not so fast. In part two of Head First JavaScript Programming Teasers, Eric explains the nuts and bolts of … read more

Yet another JavaScript book?

April 23 2013

Eric Freeman and I are writing a new book: Head First JavaScript Programming, and to go along with it, we’re creating a series of teaser videos to give you a taste of what’s coming in the book, and a chance … read more

Get ready to create an Android Twitter app

May 04 2010

If you're interested in learning how to build a Twitter app on your Android phone with Java then you'll want to check out our upcoming online course, Developing Android Applications with Java: Building a Twitter App, and you'll want to watch this screencast so you're ready to go on the… read more

Getting started with the SplitViewController on the iPad

April 23 2010

In this screencast, I show you how to build a simple iPad app using the new SplitViewController. As we build the app, you'll learn the basics of creating a SplitViewController-based app, and how to implement a simple XML reader to read an XML feed, display a list of article titles… read more

Using CSS Media Queries to Style Your iPhone and iPad HTML

April 17 2010

In my previous post, I showed how you can use JavaScript to detect orientation and style your iPhone and iPad pages. As reader Jason Grigsby kindly pointed out, you can also do this purely with CSS Media Queries! I've reworked the file I made for that example to use CSS… read more

Styling your web pages for iPhone and iPad

April 03 2010

Now that the iPad is out, it's time to style your web pages so they look good on both the iPhone and the iPad. read more

Making an O'Reilly RSS iPhone App with TapLynx

October 27 2009

There has been an explosion of interest in creating content for the iPhone in the past couple of years, and recently, a corresponding rush of libraries and frameworks to make building iPhone apps easier for those of us who are not experts in Objective-C and Cocoa Touch. Some of these… read more

Developing iPhone Apps Requires Xcode on the Mac

October 07 2009

I've had a few questions about the software I used in my previous screencasts. I created the app using Xcode for the Mac. Xcode is a developer tool, and if you want to develop iPhone apps, you'll need to download both Xcode and the iPhone SDK. read more

O'Reilly Books Example updated: Show a different image for each book

July 12 2009

I got some great feedback on my first screencast - thank you! A few of you asked: how can you show a different view for each of the rows in the table view, instead of just showing the same view... read more

iPhone workshop frequently asked question: Key Value Coding error

July 01 2009

One of the most common questions from the iPhone workshops we held recently is: "What is key value coding and why the heck am I getting this error?" read more

Tab bars and Navigation bars together

June 24 2009

The TableView is a common way to display data on an iPhone. Combining a tab bar with a table view and navigation bar isn't very difficult, but it took me forever to figure out how to do it properly. read more

Big learning curve for iPhone development

June 22 2009

I just started learning how to develop for the iPhone. After helping to put together an iPhone workshop with my friend Joe Heck, I got really excited about this new platform. I've dabbled in Cocoa and Objective C before, many years ago, and figured it was time to relearn Mac… read more

Recent Posts | All O'Reilly Posts

Webcast: 10 things every web developer, designer (and manager) should know about HTML5
December 02, 2011
Is HTML5 just an incremental update to HTML4.01, or is it a new, revolutionary technology that is gong to change the web? Well, it's actually a bit of both, and in this webcast we'll give you a 45 minute jumpstart on this new technology and everything...

Elisabeth Robson