Talent is a pursed interest

8 years ago

  Talent is a pursed interest. In other words anything that you're willing to practice you can do. - Bob…

MYSQL get Max and Min for each day

8 years ago

To get the Max and Min value of a column for each day in MYSQL with a WHERE clause: SELECT…

The 2018 MacBook Pro refresh

8 years ago

The tldr: High priced, decently spec'd with no obvious keyboard fix. In all seriousness the base line has a six…

Now is an excellent time to use Vultr

8 years ago

Vultr recently announced that for new users it will match dollar for dollar in credits. If you put $40 onto…

Formatting and handling date time in PHP

8 years ago

Handling and formatting dates and times in PHP is quite common, that's why PHP has a mass of inbuilt functions…

Viewing your YouTube subscribed last upload in PHP

8 years ago

I knocked together some PHP code using the YouTube API  to simply fetch my YouTube subscribed to channels and list…

How to do a CSS text Distortion

8 years ago

Here is a method to do a distortion or glitch effect to text in CSS. This is done through the…

More CPU cores or speed; Which is better?

8 years ago

To find out if more cores is better than more speed is going to depend on the tasks you're doing,…

How to make video size smaller with FFmpeg

8 years ago

If you want to make your video file that bit smaller whilst retaining its quality here is how with FFmpeg.…