Showing posts with label CSS3. Show all posts
Showing posts with label CSS3. Show all posts

Tuesday, February 21, 2017

New 4th Edition of Basics of Web Design: HTML5 & CSS3!

The new 4th edition of Basics of Web Design: HTML5 & CSS3 is now available!

Building on the textbook's successful 3rd edition, the 4th edition continues to integrate HTML and CSS topics such as text configuration, color configuration, and page layout with an enhanced focus on the topics of design, accessibility, and Web standards.

Updates for the 4th edition include:
  • Updated coverage of HTML5 elements and attributes
  • Expanded coverage of responsive web design techniques and CSS media queries
  • Expanded coverage of responsive image techniques including the new HTML5 picture element
  • CSS coding techniques for dynamic menus
  • Updated reference sections for HTML5 and CSS
  • Additional Hands-On Practice exercises
  • A new Case Study
  • Updated code samples and web resource
  • New Appendix introducing CSS Flexbox Layout

Thursday, July 16, 2015

Friday, January 02, 2015

New 3rd Edition for Basics of Web Design: HTML5 & CSS3!

New 3rd Edition!
It's exciting to announce that my new book, the 3rd edition of Basics of Web Design: HTML5 & CSS3, will be available at Amazon in late January! 

The popular Basics of Web Design: HTML5 & CSS3 textbook provides a foundation in the skills and concepts that web designers need:
  • Internet and Web concepts overview
  • Create web pages with HTML5
  • Configure color and text with CSS
  • Configure page layout with CSS
  • Configure images and multimedia
  • Explore new CSS3 properties
  • Apply Web Design Best Practices
  • Design accessible and usable web pages
  • Design for search engine optimization
  • Choose a domain name
  • Publish to the Web
The third edition builds on the textbook's successful earlier editions. With the widespread support of HTML5, this edition introduces HTML5 structural elements early (in Chapter 2). Chapter 5 now provides an overview of color theory and an expanded treatment of the use of color in web pages. 

Comprehensive instructor materials are available for the the book from the publisher, Pearson Addison-Wesley. Instructors and faculty can access free downloads of:
  • sample syllabi
  • exercise solutions
  • case study solutions
  • PowerPoint presentations
  • sample test questions
  • website project activity with milestone assignments
  • a group website design evaluation activity
  • a group WebQuest activity

Friday, November 14, 2014

The Book of CSS3 NEW 2nd Edition

Just got a copy of Peter Gasston's new 2nd edition of The Book of CSS3! There is detailed information and examples of CSS3 properties including transformations, flexible box layout, grid layout, and more! It's a great book to have on hand for reference, too!

Monday, February 24, 2014

New 7th Edition for Web Development and Design Foundations with HTML5

It's exciting to announce that my new book, the 7th edition of Web Development and Design Foundations with HTML5, is available at Amazon

Building on the textbook's successful 6th edition, the 7th edition continues to integrate HTML and CSS topics such as text configuration, color configuration, and page layout with an enhanced focus on the topics of design, accessibility, and Web standards.

 Updates for the 7th edition include:
  • Expanded coverage of new HTML5 elements and attributes 
  • Expanded coverage of designing for the mobile web with new sections on responsive web design, mobile web design best practices, viewport meta tag, CSS media queries, flexible images, and testing mobile display 
  • Expanded coverage of CSS3 properties, including CSS3 flexible box layout 
  • New sections providing an introduction to jQuery 
  • Updated code samples, case studies, and web resources
The textbook companion website has a page for each chapter in the text containing the links for URLs listed in the book, information on emerging trends, additional examples, corrections, and review activities.

Comprehensive instructor materials are available for the the book from the publisher, Pearson Addison-Wesley. Instructors and faculty can access free downloads of:
  • sample syllabi
  • exercise solutions
  • case study solutions
  • PowerPoint presentations
  • sample test questions
  • website project activity with milestone assignments
  • a group website design evaluation activity
  • a group WebQuest activity

Monday, January 07, 2013

New 2nd Edition for Basics of Web Design: HTML5 & CSS3

It's exciting to announce that my new book, the 2nd edition of Basics of Web Design: HTML5 & CSS3, is available at Amazon

Building on the textbook's successful first edition, we kept what you like — topics introduced in two pages, color illustrations and screen captures, lots of hands-on practice exercises, and a case study website that students build as they work through the book. We heard your suggestions to remove XHTML topics and to add another case study.  There are now two running case study websites for students to practice with. 

Comprehensive instructor materials are available for the the book from the publisher, Pearson Addison-Wesley. Instructors and faculty can access free downloads of:
  • sample syllabi
  • exercise solutions
  • case study solutions
  • PowerPoint presentations
  • sample test questions
  • website project activity with milestone assignments
  • a group website design evaluation activity
  • a group WebQuest activity

Tuesday, August 02, 2011

Adobe's Expressive Web

Adobe's new resource site, http://theexpressiveweb.com, showcases new HTML5 & CSS3 coding techniques, including CSS3 Animations, CSS3 Media Queries, HTML5 Canvas, Web Storage, and more! The site is organized by coding techniques, called "features" by Adobe — and provides for each feature with an overview, examples, browser support chart, detection and fallback strategies, and list of related Adobe technologies.

Friday, January 07, 2011

New HTML5 & CSS3 Textbook

Basics of Web Design cover
Looking ahead to an early March, 2011 publishing date for my new textbook, Basics of Web Design: HTML5 & CSS3! The textbook takes a unique approach to prepare students to design web pages that work today in addition to being ready to take advantage of new HTML5 coding techniques of the future.

Use HTML5 Today!

To meet this challenging goal, Basics of Web Design: HTML5 & CSS3 introduces both XHTML syntax and HTML5 syntax, presents coding web pages in HTML5 with backwards-compatible techniques that work in current browsers, and also provides practice with HTML5's new features that will only work in the latest versions of browsers.

Two-Page Sections

Today's learners are busy multitaskers. Basics of Web Design: HTML5 & CSS3 is organized in two-page sections that quickly introduce the reader to new topics, provide examples, and offer hands-on exercises. This approach will get your students up-and-running quickly. Visit http://webdevbasics.net for more info and a table of contents.

Monday, January 25, 2010

CSS3 RGBA Color

Looking for ways to use transparency and color? Check out RGBa color, part of the CSS3 working draft, to configure both color and alpha (tranparency) with CSS. All major browsers with the exception of Internet Explorer (are you listening, Microsoft?) support RGBA color. 24ways.com offers a brief overview of RGBA Color.