I think of all the things I love about being a web developer – its the constant development and evolution of the technologies available to me as a developer. Just this week we have the following (proposal only at the moment) from Adobe – CSS Shaders.
Will this help me to streamline my clients interface? No.
Will this make my clients systems more productive. Again, no.
Will this increase productivity / reduce development time. Thrice no.
Do I want it? HELL YES.
Obviously I am writing from the point of view of someone whose projects mainly focus on providing an efficient mechanism for data entry / manipulation.
Im definitely looking forward to giving this a run out when it becomes available, in the meantime I would recommend taking a look at the current WebGL implementation available (Chrome / Firefox at the moment I believe) which you can also use to develop custom shaders – so a good way to try things and stay up to date. In addition to that I have found Three JS extremely useful in abstracting away the headaches involved with WebGL development, although there are many other alternatives out there.