Profile_bird

Hey there! LostInTangent is using Twitter.

Twitter is a free service that lets you keep in touch with people through the exchange of quick, frequent answers to one simple question: What's happening? Join today to start receiving LostInTangent's tweets.

Already using Twitter
from your phone? Click here.

LostInTangent

  1. @tathamoddie That would only be appropriate because of the fact that it's Modern Amusement
  2. @haacked Newline for sure
  3. @jeffhandley Agreed. But I don't need a SP for doing CRUD and I don't need a table for making a form :)
  4. @Encosia @haacked That's exactly the approach I take with forms. Works great, and is much easier to read/change the markup
  5. @haacked We're talking designing forms here now doing layout. CSS grid support will enhance layouts, but CSS forms are already easy
  6. @haacked Alright :)
  7. @haacked The "right" way might include some tables. But doing a form without tables is so easy a caveman could do it
  8. @haacked It all depends. If you're site is public with high-visibility, take the time to do it right. If its an internal app, then who cares
  9. @haacked Poor practices like that cost Target $6 million :)
  10. @haacked The other problem is that people get used to that "git r done" mentality, which might be fine for lots of companies and apps...
  11. @haacked Agreed. The reaction to dogma definitely isn't apathy :)
  12. @haacked There are plenty of horror stories about maintaining/modifying a table-based layout. He almost blindly tells people to stop caring
  13. @haacked I fully agree with that article, but it's very one-sided and also misleading. Where is the mention of when to actually use CSS?
  14. @bellware I can't tell if that is supposed to be serious or a huge joke :)
  15. @bellware Yeah a table would be fine there. Or, you could use a <dl> for the key/value pair of name/description and include the icon via CSS
  16. @bellware Wouldn't necessarily be non-tabular. Is it just a list of badge names (and icons) that a user has achieved?
  17. @bellware That's a good point. If the data you want to present is projected in tabular form, then a table is perfect.
  18. @haacked It isn't just about caring for the semantic web, it's about caring for people who rely on screen readers :)
  19. @chadmyers "Goo" for sure. Even if it's wrong I'd never say it the other way :)
  20. @scottgal Definitely worth doing a talk on :) There's few things more rewarding than a codebase that is "solid" from DB to HTML