Full screen image background with text overlay
How to easily get a responsive full screen image background with text overlay in HTML such as this: The method shown here uses Bootstrap, you could however do it vanilla…
How to easily get a responsive full screen image background with text overlay in HTML such as this: The method shown here uses Bootstrap, you could however do it vanilla…
Thompson Dam has a live cam that takes pictures from dawn to dusk. The earliest image i found was from back in Septemeber 2017. Here is a timelapse using an…
Browsing Hacker News i saw a link to variable naming helpers. Variable naming doesnt have a defined correct method. Its up to the creator to choose one (that should be…
Crusoe Reservoir Bendigo drone images and videos. Despite recent late winter rains, the Reservoir is looking shallow. Drone images Click images to view larger. Videos
Here is a method to do a sonar style pinging dot with CSS animations. The outcome will look like this Firstly you will need an SVG dot you can create…
A batch file is a pre-written script that when double-clicked executes its contents within the command prompt. The idea behind a batch script is to save time and avoid repeting…
Compressing a jpg file in PHP can be done without installing a third-party library, we call this method Vanilla as it is done stock standard, no extras needed. Imagick is…
To set a bitrate for a video encode in FFmpeg use -b:v which means bitrate for video, then specify the bitrate value. This can be k for kBits or m…
Goulburn Weir Nagambie, Victoria drone images. Click to view larger.
The hover selector in CSS is a very well known selector, it can do great things for when your mouse hovers over an element. However this snpappy change can be…