Hellfire103@lemmy.ca to Mildly Infuriating@lemmy.worldEnglish · edit-27 days agoThe sheer amount of websites that are completely unusable without JavaScriptlemmy.caexternal-linkmessage-square134fedilinkarrow-up1308arrow-down120
arrow-up1288arrow-down1external-linkThe sheer amount of websites that are completely unusable without JavaScriptlemmy.caHellfire103@lemmy.ca to Mildly Infuriating@lemmy.worldEnglish · edit-27 days agomessage-square134fedilink
minus-squareLimonene@lemmy.worldlinkfedilinkEnglisharrow-up3arrow-down4·6 days agoSearch is easier to implement without Javascript than with. <form method="GET" action="/search"> <input name="q"> <input type=submit> </form>
minus-squareVictor@lemmy.worldlinkfedilinkEnglisharrow-up5arrow-down2·6 days agoDoes that little snippet include suggestions, like I mentioned? Of course it’s easier with less functionality.
minus-squarehumorlessrepost@lemmy.worldlinkfedilinkEnglisharrow-up4·edit-26 days agoBack in my day, we’d take that fully-functional form and do progressive enhancement to add that functionality on top with js. You know, back when we (or the people paying us) gave a fuck.
minus-squareVictor@lemmy.worldlinkfedilinkEnglisharrow-up1·5 days agoAh yes. Progressive enhancement, I remember that. I wonder when and how that morphed into graceful degradation.
Search is easier to implement without Javascript than with.
<form method="GET" action="/search"> <input name="q"> <input type=submit> </form>
Does that little snippet include suggestions, like I mentioned? Of course it’s easier with less functionality.
Back in my day, we’d take that fully-functional form and do progressive enhancement to add that functionality on top with js. You know, back when we (or the people paying us) gave a fuck.
Ah yes. Progressive enhancement, I remember that. I wonder when and how that morphed into graceful degradation.