General - 30/6/2006 at 12:42 CET
Over the past month or two, I’ve found and grown to love several small programs, utilities and websites. You know, those little things you just can’t live without once you get used to them. Sort of like the “Show Desktop” shortcut. So spend a few minutes of your time a find out whether you’ll find something for yourself in my short list.
While I’m on the subject of making a difference, typing and coding just isn’t the same anymore, not since I got the Logitech UltraX, so another thanks to Matija and others who recommended it. –Read the rest of this post–
Comments (5)
Web design, Semantics, Coding - 28/6/2006 at 18:01 CET
Just a quick reminder to all the authors out there – the INS and DEL elements are there for a reason. Tantek’s podcast taught me this, hopefully this post can impact others. Specs say:
INS and DEL are used to markup sections of the document that have been inserted or deleted with respect to a different version of a document (e.g., in draft legislation where lawmakers need to view the changes).
So, if you edit an article an insert content, use the INS element. If you decide to delete content, use DEL and let the users know exactly what changes happened in the document.
Add a Comment