Kevisthename@lemmy.world to Programming · 1 month agoHonest feedback- Would you use this?message-squaremessage-square23linkfedilinkarrow-up120arrow-down11file-text
arrow-up119arrow-down1message-squareHonest feedback- Would you use this?Kevisthename@lemmy.world to Programming · 1 month agomessage-square23linkfedilinkfile-text
Looking for honest feedback on a tool for fast note-sharing: devs, educators, curious minds welcome 🙏 https://quickpoint.me/quickpoint/landing/PAGE/1
minus-squarelime!@feddit.nulinkfedilinkEnglisharrow-up1·edit-218 days agobasically this in short, semantic html (<nav>, <main>, <aside> etc). ban use of <div> unless there is no fitting tag. aria roles (which you will need less of with semantic html) logical grouping, which facilitates structured text that flows in a screen reader never ever ever use <button>s instead of <a>nchors for links unless you have a very good reason. also, don’t use the wording “circling back” unless you want people to get office ptsd.
minus-squareKevisthename@lemmy.worldOPlinkfedilinkarrow-up1·11 days agoHahah! Sorry for the language- I’ve obviously been spending too much time there myself (SOS!)… Thanks again- this is great, I can really use this!
basically this
in short,
also, don’t use the wording “circling back” unless you want people to get office ptsd.
Hahah! Sorry for the language- I’ve obviously been spending too much time there myself (SOS!)… Thanks again- this is great, I can really use this!