I’ve found an unusual bug in how MT handles white space with block level HTML when “Convert Line Breaks” is active. It’s great for ul and ol, but does some strange stuff to dl.
Continued... (250 words)
I’ve made several small changes here recently, including automatic acronym tagging, fixing issues when using HTML in comments, and sending XML to compliant browsers.
From here on in I have several improvements in the works, including a redesign (the sooner the better!). I don’t even think I can call it a redesign actually — a design perhaps? ;-) This year I hope to post more frequently, write more about Japan and living here, and make this a more visually interesting weblog. Here we go!
Continued... (992 words)
Some links for further reading on a security weakness in MT (allowing spammers to use MT as an open relay), trapping bad robots and spammers (especially relevant for MT users), a good introduction to mod_rewrite, and tutorials on regular expressions and command line text editors.
Continued... (262 words)
This site looked terrible in Mozilla 1.4/PC, and I’ve finally figured out why — Mozilla thought it was Japanese, and was applying one line of CSS only meant for inline use to every element. The weird thing is the only place ja appears on almost all pages is that one line of CSS. Is this a bug?
Continued... (211 words)
This is a reference for me so I don’t forget how to code for Boblet. It’s just my notes on tag attributes and styles to tie in with my stylesheets. This is of no interest (unless you are interested in the how’s and why’s of my code).
Continued... (938 words)
I recently read an email in the Japan Bloggers list, and my reply became too long to email. So here it is; Why should anyone use ‘Web Standards’ or validators when making web pages?
Continued... (916 words)
My latest small polishings to this weblog have involved adding Metatags (what an ordeal!), changing the formatting of long posts (like this one) in indexes, and a start on reworking comments. Oh yes, the excitement never ceases round here!
Continued... (476 words)
I’m changing the
HTML and
MT tags in the templates now. Here’s the changes I’ve done in preparation of my
CSS redesign
Continued... (300 words)
Why isn’t the address tag inline? Because it’s block I can’t use it in a definition list.
Continued... (93 words)
I’ve been trying to set up non-crufty URLs, and had some problems. Then I found the “remove_html” option and worked out how to use MTKeyValues to strip
HTML from the page title and improve
URL readability respectively. I also realised that the lang=”” attribute isn’t for computer languages.
Continued... (193 words)
These observations on Netscape Navigator 4.7 (Mac) and some other browsers’ weirdities were made while building a Mie University Center for International Students template. The template layout is table-based but uses
CSS extensively, and doesn’t contain nested tables. I haven’t…
Continued... (452 words)
A list of notable things to remember (with page #s), from Eric Meyer’s excellent book. Includes some unacknowledged errata…
Continued... (1190 words)