Tagged "tutorial"

7 articles tagged tutorial.

Creating favicons from emojis and SVGs

While bundling up a recent side project for launch, I had to generate favicons for the project. A simple side project, the favicon was basically just an emoji. Rather than generating a bunch of png and ico files, could I just use the emoji directly?

Creating Animated Gifs from MP4 and WebM files using ffmpeg

Efficient video encoding has meant that sharing mp4/webm files has become more widespread. However for tools that don't readily support video playback (Google Slides..), it's sometimes still necessary to use gifs. Happily, ffmpeg makes this very easy!

Embedding Google Drive videos

Google drive is a handy place to store videos. Often those videos need to be shared and embedded elsewhere, but finding the embed code for these videos isn't nearly as simple as with Youtube or Vimeo!

Internet connection problems with eircom efibre fixed

Eircom's eFibre product is their fastest home broadband offering, promising speeds of up to 100mb. The connection speeds are generally quite good, being capable of handling TV, Netflix and a handful of other connected devices all at once without any real issue on the speed. However the one black mark against the service would be the intermittent issues with the eircom DNS servers. This can often cause internet connection problems, where the net connection shows as active but nothing loads. Frustrating!

Mysqldump syntax error fixed

Recently I needed to move a database I had running in RDS to a machine on a new digitalocean account. Usually a fairly simple process, the first step of which is to export the database using mysqldump. But when I ran the command locally, I got an unusual error - "Couldn't execute 'SET OPTION SQL_QUOTE_SHOW_CREATE=1':You have an error in your SQL syntax"

← Browse all topics