24 Matching Annotations
  1. Apr 2022
    1. They coincide in most cases, but they don't if there are series of consecutive uppercase letters as in "HTMLParser"
  2. Jan 2022
  3. Jun 2021
  4. Apr 2021
  5. Mar 2021
    1. Notice that the HTML elements (BUTTON, DIV, etc.) are in CAPS. We know this is bending the standard Ruby style rules slightly, but we think it reads better this way.
  6. Jan 2021
    1. Text labels can be written in sentence case, as long as the button is clearly distinguishable from elements around it.
    2. CautionText labels need to be distinct from other elements. If the text label isn’t fully capitalized, it should use a different color, style, or layout from other text.
  7. Dec 2020
  8. Nov 2020
    1. Sentence case, e.g. ‘Next section’. I use sentence case for more ‘friendly’ or ‘conversational’ platforms.
    2. Note: Yes, it is sentence case, and yes, there should be a full stop if it was true sentence case — but for the love of all things good and designy, please don’t add a full stop.
    3. Choose sentence case or title case over uppercase. (This being said, Material Design does use buttons with uppercase labels.)
  9. Sep 2020
    1. The only difference is that they’re named with camelCase like onClick, onFocus, onDragEnter instead of the all-lowercase names from HTML (onclick, onfocus, ondragenter).
  10. Aug 2020
  11. Jul 2020
    1. Also notice that the component name Nested is capitalised. This convention has been adopted to allow us to differentiate between user-defined components and regular HTML tags.
  12. Apr 2020
  13. Feb 2020
  14. Nov 2019
    1. When you need to proxy HTTPS traffic, the environment variable is upper case: HTTPS_PROXY
    2. From the man pages The environment variables can be specified in lower case or upper case. The lower case version has precedence. http_proxy is an exception as it is only available in lower case. Using an environment variable to set the proxy has the same effect as using the --proxy option
  15. Aug 2019