PHP-FFMPEG is an Object-Oriented library to convert video/audio files with FFmpeg / AVConv, it makes working with FFmpeg a lot…
If you try to call a function that doesn’t exists, JavaScript will throw an error “Uncaught ReferenceError: function is not…
trim(), trimStart() and trimEnd() are native JavaScript methods to remove whitespace (space, tab, no-break space, etc) and line terminator characters…
Do you know you can create beautiful looking 3D press-able buttons with pure CSS3? Button press effect can be achieved…
We used to have <blink> tag to create the flashing text effect on webpages. It is now deprecated, but good…
I recently noticed many people, especially new JavaScript developers, do not know the differences between getElementById And querySelector. The questions…
Today we are going to look at how to create a pure CSS3 dropdown menu without using JavaScript or jQuery….