Skip to content

Instantly share code, notes, and snippets.

View lynnewritescode's full-sized avatar
:octocat:
Probably reading a book

Lynne Finnigan lynnewritescode

:octocat:
Probably reading a book
View GitHub Profile
@b099l3
b099l3 / Branches.txt
Last active November 1, 2018 11:49
Branch stats
// List all branches in last commit date order
git for-each-ref --sort=committerdate refs/remotes/ --format='%(committerdate:short) %(refname:short)'
// List all branches in last commit date order with last comitter name
git for-each-ref --sort=committerdate refs/remotes/ --format='%(committerdate:short) %(committername) %(refname:short)'
// List all branches that have been merged including local branches sorted by commiter date desc
git branch -a --sort=committerdate --merged
@zersiax
zersiax / umbraco 8 accessibility notes.md
Last active September 20, 2019 06:26
A series of stream-of-consciousness-style noites while going through the Umbraco8 basic tutorial

Umbraco 8 Basic Website Tutorial: Accessibility/UX notes

Intro

This is a stream of consciousness-style list of notes I put down while trying to go through the Umbraco 8 Basic Site tutorial. Accessibility hurdles will be noted, nitpicky as they may be. This test is run using the dev/v8 branch on the 18th of September 2019.

Installer

  • In the first screen, the button to customize the installation is a link ( tag). This is confusing as links and buttons do different things and a user hopping from button to button will outright miss this control.
  • On the page to select if you want a starter kit or not, the link to accept the starter kit has the link text of "Loading".
  • On the installer progress page, the heading structure is broken; the progress is denoted by a heading 3, with a "Did you know?" heading level 2 above it. There's two things wrong with this, namely: