Hi, I want to ask you guys if you could recommend me a good book for web programming. By the way, I'm a intermediate web programmer, fairly knowledgeable in HTMl, XHTMl, and CSS and I would like a book that would teach more in usability and flexibility of the website, and other kinds of books that would give me broad knowledge in web programming.

Also, If your gonna recommend a book pls tell me why that books is good, Thanks:)

Dani AI

Generated

— since you already know HTML/XHTML/CSS and asked for usability and flexibility, here are a few focused book picks and a short, practical plan to put ideas into code. already suggested a classic, which is a fine start; the titles below are chosen to complement that recommendation by covering usability, responsive layout, interaction thinking, and visual polish.

  • Don't Make Me Think — concise, practical guidance on usability and cheap, effective user testing you can do right now.
  • Responsive Web Design — explains fluid grids, flexible images, and media queries; essential for making sites that adapt gracefully.
  • Refactoring UI — hands-on tips for spacing, hierarchy, and micro-details that make a site look intentionally designed.
  • The Design of Everyday Things — timeless cognitive principles that help you design clearer interactions.

A simple path to apply these: (1) Read a usability primer and run five 5-minute user tests on a page to uncover obvious problems. (2) Rework one existing page mobile-first: make content flow, add flexible images, and use media queries. (3) Build a tiny style guide (typography, spacing, buttons) and apply a few visual rules from Refactoring UI. Throughout, prefer semantic HTML, progressive enhancement, and keyboard/contrast checks for accessibility.

Practical checklist: test on real devices, try keyboard-only navigation and a screen reader, measure load times with dev tools, and iterate based on real usage. Books give foundations; regular practice and current web articles keep technique up to date.

Recommended Answers

All 2 Replies

Hi, I want to ask you guys if you could recommend me a good book for web programming. By the way, I'm a intermediate web programmer, fairly knowledgeable in HTMl, XHTMl, and CSS and I would like a book that would teach more in usability and flexibility of the website, and other kinds of books that would give me broad knowledge in web programming.

Also, If your gonna recommend a book pls tell me why that books is good, Thanks:)

Designing with Web Standards (2nd Edition) by Jeffrey Zeldman

Thanks , that is one of the books listed on my what to buy lists

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.