Liquid error: undefined method `source' for nil:NilClass Liquid error: undefined method `url' for nil:NilClass

Is this your first visit? You may want to subscribe to the feed.

Articles tagged with xhtml

abbr vs. acronym

Thanks to Daniel for clearing this up for me:

Brandon
what am I supposed to use, <abbr> or <acronym>?
Daniel
depends on the context
simple rule is that acronym is if you pronounce the shortened word
PINE is acronym (pine is not elm)
CIA is abbr
Code: xhtml Sep 12, 2006 ● updated Dec 01, 2006 2 comments

tt

Brandon:
what is <tt>?
Daniel:
teletype
Brandon:
what does that mean?
Daniel:
basically, fixed-width font, pre-css
Brandon:
wow, somehow I’ve never encountered that tag
it’s still used in XHTML
Daniel:
wtf?
How the hell did this make it into xhtml 1.1? Did we run out of room in the mass grave?
I demand an explanation.
Matt:
I am deeply offended by this
Code: xhtml Jul 19, 2006 ● updated Dec 01, 2006 7 comments

"Why I Hate Microformats"

Robert Cooper: They are a hack to get around a problem that is going away VERY shortly.
I’ve been using microformats more and more in my recent development. Even though I have yet to really find them useful personally, I think they are great concept. Anything that makes content more accessible is a step in the right direction.

But I have to say, Robert Cooper makes a great point: “The problem is, this is a serious abuse of HTML.” XML already has a solution to deal with this problem, namespaces. The problem is just that IE doesn’t support namespaces in CSS, so you can’t style anything but plain HTML. Well, with 7 on the horizon, this problem goes away.

So why are we still using microformats? You could say it’s so that they are accessible to IE users, but I imagine microformats are really only used by a segment of the early adopters. How many IE users are seriously using them? Besides, it wouldn’t be to difficult to write some Javascript to transform the XML into style-able HTML. That would at least be a temporary solution until IE 7 is released main stream. And By that time, maybe the use of the new “microformats” would be more mainstream.

Code: xhtml Jul 12, 2006 ● updated Dec 01, 2006 5 comments

Subscribe

Browse by Tag