5 Aug
Mozilla has released security updates for the Mozilla Suite, Firefox & Thunderbird, as per this post on Mozillazine. This is not a new feature release, only a security bug fix. These bugs, the oldest of which is only just more than a month old, have all been fixed by this patch. Just over a month in the wild and Mozilla has pluged all the known security holes (actually, only one is more than a month old, the rest are only a few weeks).
There’s a certain other browser/email development team who could learn from this.
30 Jul
26 Jul
Mozilla Firefox may only be a pre-release version, but it’s already making inroads, at least in blogging circles:
Anyway, the presenter was doing his pitch in a polished way and at one point he said he wanted to show us a "really cool" feature and he looked up into the audience and said "Show of hands…How many of you use Internet Explorer?". Probably 99 times out of 100 when he asks that question all the hands go up, right? Well first there was a pause and then a giggle and then a whoop of laughter as the audience looked around and realized that NO ONE had raised a hand. The presenter was thrown off his mark, but he recovered and said, "Wow! Okay how many of you wish we’d fix IE so you could use it?"
Still no hands….
Yes, I know that’s not indicative of the general public, but still, that’s pretty funny.
24 Jul
The W3C have released an FAQ for XHTML, and the 6th working draft of the new XHTML2 specification. [via Slashdot]
There’s not a lot of new stuff in the FAQ, mostly just answering criticisms and legacy questions about implementing XHTML, but one question was interesting: Is <img> being replaced by <object> in XHTML2?
.
No.
<img>is being replaced in XHTML2, but by something else (although you could use<object>if you wanted).The design of
<img>has many problems in HTML:
- It has no fallback possibilities, so that if you use an image of type PNG for instance, and the browser can’t handle that type, the only alternative is to use the
alttext. This fact has hampered the adoption of PNG images, which in many ways are better than GIF and JPG, since people have continued to use the lowest-common denominator format, to ensure that everyone can see the images.- The
alttext cannot be marked up, so that if it gets used, you just get the plain text.- It is possible to include a
longdesclink to a description of the image, to help people who cannot see, but it is seldom implemented.What XHTML2 does is say that all images are equivalent to some piece of content; it does this by allowing you to put a
srcattribute on any element at all. What this says is: if the image is available, and the browser can process it, use it, otherwise use the content of the element. For instance:
<p src="/map.png">Exit from the station, turn left, go straight on to <strong>High Street</strong>, and turn right</p>…
(The rest of the answer has to do with having fall-back images and using content negotiation.)
12 Aug
This is a re-published (& slightly updated) article, orginaly published on my first blog The Journal (now offline, redirecting here)
The webmaster of Good News Publishers, the publishers of the ESV Bible, emailed me on Saturday to let me know that GNP now have an RSS feed for the ESV bible. There are two feeds. One is a ‘Verse of the day’ Feed and the other is a lookup feed. I have taken the Verse of the Day feed and modified Dean Peter’s versescrape script. It’s much simpler and doesn’t rely on a regular expression that can be broken any time that the Bible Society changes it’s text file.
So in short, I am impressed. The lookup feed is very good too. It takes a query string variable ‘passage’ that is the verse reference (eg John 3:16) and returns the verse. The feed is in RSS 2.0 and it can return multiple verses.
The semantics of the feed are:
20 May
This is a re-published (& slightly updated) article, orginaly published on my first blog The Journal (now offline, redirecting here)
You may have seen the
image on some sites, or maybe a link to “Syndicate this site” or “RSS” or something similar and wondered “What is all this talking about? Does it matter? Is it useful to me?”