Everything, Everything

2024: January February March
2023: J F M A M J J A S O N D
2022: J F M A M J J A S O N D
2021: J F M A M J J A S O N D
2020: J F M A M J J A S O N D
2019: J F M A M J J A S O N D
2018: J F M A M J J A S O N D
2017: J F M A M J J A S O N D
2016: J F M A M J J A S O N D
2015: J F M A M J J A S O N D
2014: J F M A M J J A S O N D
2013: J F M A M J J A S O N D
2012: J F M A M J J A S O N D
2011: J F M A M J J A S O N D
2010: J F M A M J J A S O N D
2009: J F M A M J J A S O N D
2008: J F M A M J J A S O N D
2007: J F M A M J J A S O N D
2006: J F M A M J J A S O N D
2005: J F M A M J J A S O N D
2004: J F M A M J J A S O N D
October 2014
@RobNicholls81
Tuesday 28th October, 2014 16:39
Modern Web Design https://t.co/AiJcvMzqcH
Modern Web Design
Sunday 26th October, 2014 22:37
It's been many years since I've done much web design stuff. You can probably tell that from this basic looking website of mine. Recently I've been writing things using HTML5 with CSS and JavaScript and despite several improvements I can't help think that things haven't really progressed. I'd love to use animations, but using setInterval has slightly better browser support. There are issues around innerHTML, innerText and textContent. The new audio and video tags are great, but supported filetypes varies between browsers. A system font native in Windows and Internet Explorer didn't work in Chrome (using the family instead seemed to work). And I've stumbled onto some other quirks.

It seems that the best way to work around these implementation issues is to use a framework like jQuery. Issues with fonts can be solved using web fonts loaded from third party sites. But what if you want minimal code (that doesn't need to be updated every time they update the framework) or to host everything yourself (especially for internal systems without Internet access)? It gets tricky. Far trickier than I'd expected. I thought we'd learnt from the mistakes of the past.

I've managed to avoid using any browser specific hacks or third party frameworks (although I'm using setInterval instead of animations) and I've written something that seems to work in IE9+ and Chrome (and Firefox, last time I checked). I'm fairly happy with it, but viewing it over Remote Desktop caused some timing issues. I still haven't implemented vertical scrolling text yet either.

On a positive note the audio and video events are pretty useful.

Maybe in another 10 years things will be better.
@RobNicholls81
Sunday 26th October, 2014 20:00
Furious 7 trailer is out in a week. Ian Shaw seeks revenge. http://t.co/jlDxIiwgTi
@RobNicholls81
Wednesday 22nd October, 2014 20:32
How on earth... What the f... We're winning!
@RobNicholls81
Wednesday 15th October, 2014 20:38
Difficult decision. Do I stick with my lovely Nexus 5 phone or buy the Nexus 6 phablet? http://t.co/lw3SqraCSv
@RobNicholls81
Tuesday 14th October, 2014 22:51
This POODLE bites: exploiting the SSL 3.0 fallback: http://t.co/Hb92FsRPu1
@RobNicholls81
Wednesday 8th October, 2014 20:00
I demand a recount! #GBBOfinal
@RobNicholls81
Tuesday 7th October, 2014 13:28
Didn't realise that the Samsung SSD Laptop Kit (same price as bare drive) came with a SATA to USB 3.0 connector! :D http://t.co/XaQCnHbLcQ
© Robert Nicholls 2002-2024
The views and opinions expressed on this site do not represent the views of my employer.
HTML5 / CSS3