Three up-and-coming pieces of web technology
Life is too short for Internet Explorer in my opinion, and, since I use MathML on this site, it seems sensible to drop IE users by the wayside. (It is possible to get MathML working on IE, but since you have to install another piece of software to do this, MathPlayer, most people will just upgrade their browser instead.) Having done this, you realise that there are loads of very nice tecniques just around the corner, which will make life far easier for web developers. Some, like multiple backgrounds, get wide coverage. I present here a couple, some used on this site, which are less often seen:
- Data URIs (references: RFC 2397)
The idea with these is very simple: you link to a resource in your HTML or CSS, but inline the data right there so that there is no need for another HTTP request. In theory, you can do this for any resource, but IE8 has incomprehesibly limited it to just images.
You should be able to embed other HTML documents within the current one, which would allow for very cool offline style effects:
...