Honestly – sometimes I just want to see clean console output, but with frameworks and platforms like WordPress you can’t always control all libraries used and how they use the Web developer console. Most of the times, these console warnings are not essential for the work that i’m doing but I do want to see […]
Get expert advice, talk to a consultant.
I’ve had many occasions in which I tried to figure something out myself. This is fine as long as you have time, but if you’re limited on time your best best is usually to talk to someone that has the expert knowledge that you’re looking for. I did this before when I was figuring out […]
Adobe Premiere: Re-linking converted media with a new extension
You might’ve read my blog post about converting MOV files to MP4 with FFMPEG. Now, before converting these files I was already working on a project in Premiere. The MOV files were impossible to work with so I ended up converting them. But, the clips were already cut down as they should and I definitely […]
Converting SVG’s to PNG’s with a terminal command
Last week I wrote about converting MOV files to MP4. This week I had to bulk convert some SVG files to PNG. Of course, doing this manually takes way too much time so I looked for other ways to accomplish this. SVGExport There’s this neat NPM package called SVGExport that we can use for this […]
Converting mov files to MP4 with FFMPEG
I did some screen recordings for a new plugin that i’m developing. MacOS does great with screen recording, Quicktime really makes the whole process much easier. But, when you start editing.. Editing Quicktime MOV files in Premiere is terrible I started questioning my equipment. Why is it lagging – why do render previews take so […]
Github action: Automatically add a ZIP asset for each new release
The code below will automatically create a new asset for each new release that you publish on Github. Add it to your repository in a .github/workflow/ folder and experience the magic yourself! Update: I’ve also setup a sample repository with working code here: https://github.com/mklasen/zip-creation-github-action Direct link to the workflow file: https://github.com/mklasen/zip-creation-github-action/blob/master/.github/workflows/release-action.yml After a new release […]
Spotify: Can’t play song, all songs greyed out on Ubuntu (Linux)
My office server is connected to a monitor and a soundbar and is used as the main audio player for the office. Since the Spotify client didn’t work natively I’ve used it in the browser since. But, the Spotify web player wouldn’t always show up as a device running Spotify which required me to start […]
Deployer/Composer: Version issues
Requires php ^7.3 || ^8 -> your PHP version (7.2.33) does not satisfy that requirement. I ran into this issue today after updating some composer packages and deploying the new codebase. Since the server runs composer on PHP 7.2 by default, it refused to complete the deployment. The fix is easy, you can force deployer […]
Get all DNS record/hosts from a domain
Transferring DNS is always a hassle. You want to make sure you copy all the records correctly to avoid any downtime when changing nameservers. But, are all hosts public? We’ll find out below. Cloudflare automatically imports records Most of you have seen how Cloudflare imports DNS records. The interesting thing is, they don’t really request […]
- « Previous Page
- 1
- …
- 7
- 8
- 9
- 10
- 11
- 12
- Next Page »