Speakers
- Dan Allen
- Aaron Bedra
- Tim Berglund
- Rohit Bhardwaj
- David Bock
- Stevie Borne
- Jeff Brown
- James Carr
- Scott Davis
- Jeremy Deane
- Keith Donald
- Michael Easter
- Robert Fischer
- Neal Ford
- Brian Gilstrap
- Andrew Glover
- Brian Goetz
- Stuart Halloway
- David Hussman
- Mark Johnson
- Dave Klein
- Scott Leberknight
- Tiffany Lentz
- Howard Lewis Ship
- Chris Maki
- Matthew McCullough
- Alex Miller
- Ted Neward
- Michael Nygard
- Pratik Patel
- Mark Richards
- Brian Sam-Bodden
- Srivaths Sankaran
- Nathaniel Schutta
- Aleksandar Seovic
- Ken Sipe
- Brian Sletten
- Matt Stine
- Venkat Subramaniam
- Burr Sutter
- Vladimir Vivien
- Mark Volkmann
- Craig Walls
- Richard Worth
Aaron Gustafson
Principal - Easy! Designs, LLC
appearing at Rich Web Experience, Aaron is a regular on the web conference circuit and is frequently called upon to provide web standards and JavaScript training in both the public and private sector. He blogs at easy-reader.net.
Photo by Cindy Li.
Blog
EE Tip: Counting the results of a nested query
Posted Wednesday, March 17, 2010
{summary}If you've built anything remotely challenging in ExpressionEngine, you've no doubt discovered things that are easier done in native PHP than in EE tags. A lot of it has to do with how ExpressionEngine parses templat more »Links for 2010-03-12 [del.icio.us]
Posted Saturday, March 13, 2010
A List Apart: Issue 302 Format wars: HTML5 vs. Flash, ePub HTML vs more »Presentations
Books
by Jonathan Snook, Aaron Gustafson, Stuart Langridge, and Dan Webb
-
If you're a web developer with previous JavaScript and DOM scripting experience, Accelerated DOM Scripting with Ajax, APIs, and Libraries is perfect for you to take your knowledge up to the next level.
This book is about JavaScript and using the document object model—the conduit to the HTML document. This book is not about learning how to program JavaScript from scratch. It starts with the assumption that you have done some JavaScript development before and understand the JavaScript syntax. This book builds on top of that knowledge to give you a deeper understanding of DOM Scripting and how to apply that to your projects. It uses this new understanding to describe what JavaScript libraries are and show you how they can be applied to your project. The book will also explain Ajax and how best to plan and apply it to your projects. It explains how to build simple animation objects for adding movement to elements on the page. There are straightforward examples that demonstrate the techniques used throughout the book.
JavaScript has seen a resurgence in popularity over the past few years, and with it has come an exploration of the power of the language as well as what it can do within the browser. This book will explain techniques new and old—such as closures, encapsulation, and inheritance—that many are using and how you can best apply them to your own projects.
By reading this book, you should have a greater understanding of how JavaScript works and be able to use advanced concepts such as closures and event delegation to build more flexible applications for the Web. You'll walk away with a greater appreciation for JavaScript libraries and how they can simplify and speed up your development. You'll also be able to implement Ajax effectively into your site, create special effects, use JavaScript libraries, and know how best to apply these libraries to your projects.
What you'll learn
- Where CSS, HTML, and the DOM fit into modern scripting, and how to use them together effectively
- OOP techniques for more efficient JavaScript coding
- How to use JavaScript libraries such as Prototype in your work
- How to build effective form validation into your applications using Ajax
- How to create mashups using APIs
- How to build dynamic user interfaces
Who is this book for?
This book is for beginner to intermediate developers, and already have knowledge of HTML, CSS, and JavaScript.
by James Kalbach
-
Thoroughly rewritten for today's web environment, this bestselling book offers a fresh look at a fundamental topic of web site development: navigation design. Amid all the changes to the Web in the past decade, and all the hype about Web 2.0 and various "rich" interactive technologies, the basic problems of creating a good web navigation system remain. Designing Web Navigation demonstrates that good navigation is not about technology-it's about the ways people find information, and how you guide them.
Ideal for beginning to intermediate web designers, managers, other non-designers, and web development pros looking for another perspective, Designing Web Navigation offers basic design principles, development techniques and practical advice, with real-world examples and essential concepts seamlessly folded in. How does your web site serve your business objectives? How does it meet a user's needs? You'll learn that navigation design touches most other aspects of web site development. This book:- Provides the foundations of web navigation and offers a framework for navigation design
- Paints a broad picture of web navigation and basic human information behavior
- Demonstrates how navigation reflects brand and affects site credibility
- Helps you understand the problem you're trying to solve before you set out to design
- Thoroughly reviews the mechanisms and different types of navigation
- Explores "information scent" and "information shape"
- Explains "persuasive" architecture and other design concepts
- Covers special contexts, such as navigation design for web applications
- Includes an entire chapter on tagging
by Jeffrey Sambells and Aaron Gustafson
-
As a web designer or developer, you know how powerful DOM scripting is for enhancing web pages and applications, adding dynamic functionality and improving the user experience. You've got a reasonable understanding of JavaScript and the DOM, but now you want to take your skills further. This book is all you need to do soit shows you how to add essential functionality to your web pages, such as on the fly layout and style changes, interface personalization, maps and search using APIs, visual effects using JavaScript libraries, and much more.
- Includes a quick recap of the basics, for reference purposes.
- Packed with real world JavaScript solutions from beginning to end
- Written by "Beginning Google Maps" author Jeffrey Sambells, and includes a case study by JavaScript guru Aaron Gustafson.
What you'll learn
- A quick recap of the HTML and CSS DOM, methods, and events.
- Shows you the basics of how to add dynamic effects and respond to user actions to your web sites using CSS and JavaScript.
- Introduces Ajax to the mix, showing you how to use it, and when not to use it.
- Learn best practices (such as graceful degredation) and productivity improvement via code reuse (libraries and APIs)
- Create Mashups using search, photo and mapping APIs.
- Build better, more dynamic user experiences using libraries such as Prototype and Scriptaculous.
Who is this book for?
This book is for intermediate to advanced web designers and developers who already have a reasonable to good knowledge of HTML, CSS, and JavaScript.
by Jennifer Niederst Robbins
-
Everything you need to know to create professional web sites is right here. Learning Web Design starts from the beginning -- defining how the Web and web pages work -- and builds from there. By the end of the book, you'll have the skills to create multi-column CSS layouts with optimized graphic files, and you'll know how to get your pages up on the Web.
This thoroughly revised edition teaches you how to build web sites according to modern design practices and professional standards. Learning Web Design explains:- How to create a simple (X)HTML page, how to add links and images
- Everything you need to know about web standards -- (X)HTML, DTDs, and more
- Cascading Style Sheets -- formatting text, colors and backgrounds, using the box model, page layout, and more
- All about web graphics, and how to make them lean and mean through optimization
- The site development process, from start to finish
- Getting your pages on the Web -- hosting, domain names, and FTP
by Jeremy Keith
-
Step-by-step guide reveals best practices for enhancing Web sites with Ajax
- A step-by-step guide to enhancing Web sites with Ajax.
- Uses progressive enhancement techniques to ensure graceful degradation (which makes sites usable in all browsers).
- Shows readers how to write their own Ajax scripts instead of relying on third-party libraries.
Web site designers love the idea of Ajax--of creating Web pages in which information can be updated without refreshing the entire page. But for those who aren't hard-core programmers, enhancing pages using Ajax can be a challenge. Even more of a challenge is making sure those pages work for all users. In Bulletproof Ajax, author Jeremy Keith demonstrates how developers comfortable with CSS and (X)HTML can build Ajax functionality without frameworks, using the ideas of graceful degradation and progressive enhancement to ensure that the pages work for all users. Throughout this step-by-step guide, his emphasis is on best practices with an approach to building Ajax pages called Hijax, which improves flexibility and avoids worst-case scenarios.
by Jennifer Niederst
-
In 1998, Jennifer Niederst wrote the first edition of this very successful book after she found herself spending way too much time chasing down the solutions to HTML problems. From hexadecimal color specs to mouseover scripts, the answers are all out there, but finding the exact one you need can soak up a whole day. "I wrote Web Design in a Nutshell because it was the book I needed--one place to find quick answers to my questions."
With all that's changed in the meantime, an overhaul is welcome. This is the rare book for designers that is almost completely nonvisual. It doesn't show what's hip in navigational bars or what the coolest colors are. Rather, it gives readers the kind of know-how that can make a difference between someone who just whips up pretty pages with WYSIWYG applications like Dreamweaver and someone who can make those pages cross-platform, cross-browser, fast loading, and accessible to all.
The clear organization makes it easy to locate any specific topic. There are six sections. "The Web Environment" discusses the realities of browser compatibility, display-resolution problems, a useful bit of Unix, and tips for print designers looking to move into Web design. "Authoring" shows how to write accurate and up-to-date HTML, cascading style sheets, and Server Side Includes (like putting the current date and time on your homepage).
"Graphics" brings together all you need to know to make effective use of images (GIFs, JPEGS, PNGs, and animated GIFs). "Multimedia and Interactivity" helps with adding audio, video, or Flash to your site (including some succinct tips on optimization and publish settings). And "Advanced Technologies" covers JavaScript, DHTML, XML, XHTML, and WAP and WML. And there are six useful look-up tables in the appendix, which include HTML 4.0 tags, deprecated tags, attributes, and CSS support across browsers. Web Design in a Nutshell could easily have been titled The Web Designer's Companion--it's mighty handy to have around. --Angelynn Grant