Blog | falk-m.de
Like other developers, I read articles, test new features, analyze code from others and so on.
Also, I have some interesting code snippets used in projects, if I need them, I always search in old projects.
This blog is my central place now, to collect interesting code snippets, features, etc. |
RSS Feed
store and play video files from the local file system
from falk-m.de
· 2024-01-24
js
For one of my next projects, I have to cache large files locally on the device to use them also in offline mode.
When I stored the files on the local file system, then they were not addicted to th...
The div button :-)
from falk-m.de
· 2024-01-24
js
The div button :-)
I know, never use divs as a button.
But:-) But sometimes you need a hole area as a clickable area.
The problem is, that we can`t use block elements like images insight a button e...