Full screen image background with text overlay

7 years ago

How to easily get a responsive full screen image background with text overlay in HTML such as this: The method…

Thomson Dam timelapse

7 years ago

Thompson Dam has a live cam that takes pictures from dawn to dusk. The earliest image i found was from…

Variable naming helpers

7 years ago

Browsing Hacker News i saw a link to variable naming helpers. Variable naming doesnt have a defined correct method. Its…

Crusoe Reservoir Bendigo drone images and videos

7 years ago

Crusoe Reservoir Bendigo drone images and videos. Despite recent late winter rains, the Reservoir is looking shallow. Drone images Click…

Sonar ping dot with CSS

7 years ago

Here is a method to do a sonar style pinging dot with CSS animations. The outcome will look like this…

What is a batch file

7 years ago

A batch file is a pre-written script that when double-clicked executes its contents within the command prompt. The idea behind…

PHP jpg compression Imagick vs Vanilla

7 years ago

Compressing a jpg file in PHP can be done without installing a third-party library, we call this method Vanilla as…

FFmpeg set video bitrate amount for encode

7 years ago

To set a bitrate for a video encode in FFmpeg use -b:v which means bitrate for video, then specify the…

Goulburn Weir drone images and video

7 years ago

Goulburn Weir Nagambie, Victoria drone images. Click to view larger. https://www.youtube.com/watch?v=g29XA90M-hk https://www.youtube.com/watch?v=Dw3Itp_I5aI

Transition your CSS hovers

7 years ago

The hover selector in CSS is a very well known selector, it can do great things for when your mouse…