Skip to main content

Home/ Groups/ Web Development, Design & Programming
anonymous

The Hitchhiker's Guide to d3.js - Ian Johnson - Medium - 4 views

  •  
    d3.js is a great way to visualize data-contact Andersen to get started! I assume that this 2007-founded software development company focuses on creating mobile applications and games. https://andersenlab.com/services/data-development-services-with-andersen
Vernon Fowler

Myth #2: All pages should be accessible in 3 clicks - UX Myths - 4 views

  • the constant scent of information along the user’s path
  • it’s not the number of clicks but the well-labeled links with information scent that play a key role in usability
  • replace the three-click rule with the one-click rule: “Every click or interaction should take the user closer to their goal while eliminating as much of the non-destination as possible
  •  
    Thanks for your cause for thought, makes perfect sense
Vernon Fowler

When to hide and show navigation | Gerry McGovern - 3 views

  • Another example of where hiding navigation makes sense is where your customers have a “super task”. This is a task that is way more important than all the other tasks, like booking a flight or a room.
  • The core purpose of navigation is to help you progress on the journey you have decided to go on.
  • when a customer has chosen a particular journey, it is usually a good idea to hide all the navigation that is not directly relevant to that journey
  • ...1 more annotation...
  • why has the hamburger menu got such a bad reputation? Because it was nearly always implemented from an organization-centric point of view
upty123 patel

Getting Started AMP Pages - 3 views

  •  
    About AMP HTML PAges
anonymous

Cool Chrome DevTools tips and tricks you wish you knew already - 29 views

Vernon Fowler

Don't Use The Placeholder Attribute - Smashing Magazine - 4 views

  • To recap, the placeholder attribute: Can’t be automatically translated; Is oftentimes used in place of a label, locking out assistive technology; Can hide important information when content is entered; Can be too light-colored to be legible; Has limited styling options; May look like pre-filled information and be skipped over.
  • Move the placeholder content above the input, but below the label:
  • Development Here’s how to translate our designed example to code:
  • ...4 more annotations...
  • aria-describedby ensures that the p content will be described last, after the label’s content and the kind of input it is associated with.
  • By using aria-describedby to programmatically associate the input with the p element, we are creating a priority of information for screen readers that has parity with what a person browsing without a screen reader would experience.
  • The floating label effect, a close cousin to this phenomenon, oftentimes utilizes the placeholder attribute in place of a label, as well.
  • Content hidden by an on-screen keyboard. 3rd party keyboards with larger heights may have a greater risk of blocking important content.
  •  
    Not only argues for not using the placeholder attribute but also describes an inclusive input hint and how to code it.
  •  
    Protonmail login
« First ‹ Previous 2681 - 2700 Next ›
Showing 20 items per page