Countdown Clock

Radigar

Pro Adventurer
Yes, thanks. I mean that some people could be stuck in 00:00:00 if not clean cache for example in mobiles. A quick fix for this can be add a new flag in the .js include or rename it like this suggest.

Thank a lot for the update, I also perform a browser cache cleaning.

What I advice you, my dear dev colleagues, is to rename:
- the `nixie.js` => `nixie.v2.js` and
- the `bg-music.mp3` => `bg-music-remake.mp3`

And change links under the HTML tag `audio/source` and `script` to force each browser to access to new resources avoiding the user to perform a CTRL+F5 itself.

That is the most common thing to do when a content of file change at a not planned time.

For planned time update on file, there is more details about ETags, Cache-Control and more globaly HTTP Cache that can be found here: https://developers.google.com/web/f...imizing-content-efficiency/http-caching?hl=en
 
Last edited:

Eerie

Fire and Blood
Ah, in mobiles, I don't know how to refresh a page properly - cheking on my phone, I am stuck with the old timer lol. I have no idea how to refresh properly there - I tried logging in, closing it/reopening it, going to another page, etc. and nothing worked :/
 

Eerie

Fire and Blood
Thanks for the tip, but it doesn't work like that with an Apple, I'm forced to delete all my history, and, living in Europe, all I can think about is clicking again on all those boxes to reject the ads, so I'm not doing that. It doesn't really matter to me, but thanks anyway! :)
 

Radigar

Pro Adventurer
No problem. The suggest refered before should be applied at website level without need to force user clear his cache. The quote was mainly directed to webmasters.
 
Top Bottom