Fresh Click Media

Web and Software Development

September 29, 2010
by shane
1 Comment

Introducing HTML5 Book Review

Introducing HTML5 Book Cover

About a year ago, it was jQuery. Now it seems to be HTML5 that’s getting everybody excited. Unfortunately, HTML5 has become something of an umbrella term for all sorts of technologies that are no part of it. No matter – there are books to help us discern the fluff from the substance.

Not long ago, I reviewed A Book Apart’s HTML5 for Web Designers; another HTML book that’s getting people excited is Introducing HTML5, co-authored by Bruce Lawson and Remy Sharp. In my review of HTML5 for Web Designers, I was probably a little too polite. Whilst I enjoyed reading it, it was too thin and didn’t cover anything in any great detail. Lawson and Sharp’s effort suggests an introduction, but is much more what you’d expect from a book on the subject.

The diplomatic view on the two books is that they reach out to different audiences, and that the abridged format of HTML5 for Web Designers is appropriate for designers wishing to get the facts without the technical detail. I’m going to stick my neck on the line here and say that Introducing HTML5 is the better book, but since I thrive on technical detail, that will come as no surprise.

The book’s dedicated website has a Chapter listing for the book, which is listed here to give you an idea of what’s covered:

  1. Introduction: why HTML5 exists
  2. Structuring a page
  3. Marking up a blog & the outlining algorithm
  4. Forms
  5. Multimedia (video, audio) markup and APIs
  6. Canvas
  7. Storage
  8. Working Offline
  9. Drag & Drop
  10. Geolocation
  11. Messages, Web Workers & Web Sockets

The website also contains a list of companion links for the book, which is a great source of information and inspiration.

The book’s aimed primarily at developers with a working knowledge of HTML and JavaScript, but I don’t see why designers shouldn’t give it a shot. The book’s well written by two authors who are both conversant with their subject matter, but also deliver it in a fun and flowing way that makes it a worthwhile purchase for anybody interested in working on a new generation of web apps.
Continue reading

July 18, 2010
by shane
0 comments

HTML5 for Web Designers

HTML5 for Web Designers

If you’re a web designer or developer, chances are high that you’ve heard of Jeremy Keith‘s HTML5 for Web Designers. If you’re a web designer or developer, chances are fairly high that you’ve ordered it.

According to Jeffrey Zeldman, the book sold 5000 copies during the first 24 hours of pre-sales. All the personnel involved with its production are well-respected members of the design community, and so I didn’t falter in placing an order.

HTML5 for Designers, inside the book

A Book Apart handle the delivery, so it’ll take a while longer than a next day Amazon shipment, but the delay only served to fuel my anticipation for the little book.

I’m only thought the first third of the book, but I’m already finding it incredibly well-written and it feels quite special. The $27 I paid for it is expensive, but the book’s such a great overall little package, that it might just be worth it.

HTML5 for Designers
Continue reading

July 12, 2010
by shane
0 comments

Firebug 1.5 book from Packt Publishing Review

Firebug Book Review

The success of Firefox over recent years can be partly attributed to the extensions that beef up what’s already a great browser into something truly amazing. Firebug’s one of the most popular extensions, and for good reason. I’ve used it for editing CSS, viewing AJAX requests, DOM manipulation and debugging JavaScript. To say it’s been helpful is a large understatement, and it’s why I use Firefox as my main browser for web development.

Packt Publishing’s lengthily titled ‘Firebug 1.5 : Editing, Debugging, and Monitoring Web Pages’ starts the reader off gently with a ‘Getting Started’ chapter, discussing Firebug’s history, installation and Firebug Lite, a JavaScript version for non-Firefox browsers. In cases where a particular problem occurs on Safari, for example, the lite version can be extremely useful. Chapter 2 introduces the various Firebug tabs and gives a good overview of Firebug’s main capabilities. Chapters 3, 4, 5 and 6 expand on the HTML, CSS and DOM functionality, and provide a great, in-depth examination of what’s possible.

Chapter 7 – ‘Performance Tuning Our Web Application’ – looks at the Net panel, and once again, the discussion is thorough and well-written. Not only does it give information about Firebug, but by its very nature, delves into HTTP headers and XMLHttpRequest monitoring.

Chapter 8 – ‘AJAX Development’ explains the console.debug call that I’ve made on several occasions, as well the (new to me) console.assert for for assertions and the useful console.dir(object) for giving a DOM tab style object dump for the supplied object parameter.

Chapter 9 – ‘Tips and Tricks for Firebug’ also had something new for me, console.group() and console.groupEnd(), which are functions that group ouput in the output console. When there are lots of debug statements being fired out to the console window, it can be useful to group them, and I’ve already used this to my benefit since reading the book.

Chapter 10 – ‘Necessary Firebug Extensions’ takes a look at ways of making Firebug even better by using 8 extensions that empower their users to more accurately diagnose and fix performance issues, manage cookies and improve SEO.

Chapter 11 – ‘Extending Firebug’ builds on Chapter 10′s introduced extensions by describing how to build your own. To keep things in proportion, it’s a fairly small chapter, building a small ‘Hello World’ extension, but it does give food for thought.

The book closes with an Appendix detailing Firebug’s API, and a look ahead at Firebug 1.7

Overall, this is a well-written and descriptive book, and although it is probably more suitable for a new to intermediate Firebug user, I found quite a few ‘ooh – I didn’t know that’ moments throughout that make it worthwhile for any reader who designs and develops websites. Continue reading

May 31, 2010
by shane
0 comments

WordPress Plugin Development – Book Review

WordPress Plugin Development

WordPress has gone from strength to strength since it was released in 2003, and much of its success is due to the open source community’s commitment to plugin development. Take a look at the WordPress Plugin Directory, and you’ll see thousands of plugins that extend the WordPress core to do almost anything you can imagine.

Packt Publishing‘s WordPress Plugin Development is written by Vladimir Prelovac, a WordPress expert and developer of WordPress plug-ins such as Smart YouTube and Plugin Central. Part of Packt’s Beginners Guide series, the book focuses more on experimentation and learning by doing, and develops 6 real-world plugins throughout its 270 or so pages. Continue reading