1 Star2 Stars3 Stars4 Stars5 Stars
Loading ... Loading ...

XHTML, Hyperlinks and separating content from style.

XHTML is the attempt to purify the traditional mishmash of HTML standards, separating content from appearance, and to create a more elegant solution, for a more civilized age.

That’s great in theory – but unless you’re armed with a plethora of cross-browser scripts and an iron will, moving to XHTML 1.0 Strict is a hard, bumpy road. And often one with little discernable gain. Did you know you can’t use target attributes in link tags? Or alignment tags? Ok, so the alignment tags is a non-issue – we can do the same with CSS styles. But how, pray tell, do we achieve the feats we take for granted in HTML – target=”_blank” ?
Continue reading XHTML, Hyperlinks and separating content from style….

1 Star2 Stars3 Stars4 Stars5 Stars
Loading ... Loading ...

Little HTML mysteries… alt vs. title

This is something that I’ve had a wee bit of an issue with recently, but I thought I’d mention it now. Why not, eh?

For the uninitiated, alt tags are alternative text, a label if you will, that is used to explain the content of an image, when images are blocked or you’re on some rubbishy connection. (or a non-standard or non-desktop browser like mobile web) Alt tags are also a basic requirement of the W3C WAI guidelines, and must be included for Accessible websites – something that is most important for UK based websites – which have to be accessible, under UK Disability Discrimination laws.

Title tags on the other hand, Continue reading Little HTML mysteries… alt vs. title…

1 Star2 Stars3 Stars4 Stars5 Stars
Loading ... Loading ...

More than just validation…

Validation. It’s an important element to production of those pesky websites. Probably more important and more awkward than it should be. No, scratch that, deffinately more awkward than it should be. But that’s not all there is to making a decent website, oh no sir. Content, variety, conformity, tracking. I wish we got to work with clients who grasp this stuff a little better. – But then, perhaps we need to explain things better?

Sitescore, from Silktide, has just appeared back on the scene. (they were ‘down’ for a few weeks while they upgraded their services) Few online validation tools can be used on their own, and Sitescore is one of those. Continue reading More than just validation……

1 Star2 Stars3 Stars4 Stars5 Stars
Loading ... Loading ...

Obscure Markup

This is probably the least tipworthy tip i can find, but here’s some of the weirdest, most unusual tags and functions you can use in your basic HTML.

http://obscuretags.com/

What interests me most is the encoding of base64 data in your text code. (Check previous posts and you can see i’ve touched on this before) But now thanks to this article you can have a look at these links; One for the wiki on it and t’other for a website that can generate this base64 code for you from your images. How about that?