Audio in React – display current time
December 23, 2022Having an audio file played, we would like to know the current play time. In React, this can be achieved by using the onTimeUpdate event.
Continue readingCheck the latest tips, tricks and news from the IT market.
Stay up to date with the marketGo to the section that interests you the most
HomeHaving an audio file played, we would like to know the current play time. In React, this can be achieved by using the onTimeUpdate event.
Continue readingWhy is Docker so slow? The root of the issue is that Windows 10 is (was) using WSL, which is a layer between Windows and Linux.
Continue readingIn this tutorial, we are going to take a closer look at how to add dynamic translation to links in React. Code fragments included.
Continue readingIntroduction Few people would question the necessity for a strong online presence in order to achieve any degree of business success these days, and with so much competition in the virtual space, there is really little room for anything short from excellence. A visually appealing and functional website can do miracles for any brand, but […]
Continue readingThe new version of Apple’s operating system has been released with numerous updates, new features, and enhancements for user interface and experience. However, under the guise of a feature-packed release, an upcoming update for iOS 14 poses a significant risk for Facebook ads, which may be crippling for many businesses. Here is what you need […]
Continue readingInstallation with default settings usually causes Docker no to work very fast. We have prepared a solution for you.
Continue readingChallenge: detect that 2 keyboard keys are pressed Solution: use keydown and keyup event listeners When creating a React app or a simple website you might want to support some keyboard shortcuts. One example will be to start recording voice from microphone or to mute it. Usually, we would use a key listener that would […]
Continue readingChallenge: move subsite installation of WordPress to a standard single website Solution: import MYSQL tables using WP CLI and change the DB prefix in wp-config.php We have a multisite WordPress website with a lot of subsites. MS installation uses subfolders as url format. Examples: example.com/subsite1 example.com/subsite2 example.com/subsite3 We decided: to move each subsite to a […]
Continue readingHow to add the ability to dynamically change window size from inside the iframe? Let’s find out.
Continue readingIn this article, we will find a solution for disabling CloudFlare caching directly from your browser. It’s a handy trick for testing.
Continue reading