Skip to content

Edoardo Vignati ๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป

› Always looking for awesome things

Menu
  • Studies
  • Publications
  • Skills
  • Portfolio
  • Projects
  • Career
  • Blog
  • ๐Ÿ‡ฎ๐Ÿ‡น Servizi
Menu

Category: Programming

Add Font Awesome icons dynamically in Flutter apps

Posted on 19/04/202119/04/2021 by Edoardo

The font_awesome_flutter plugin is very easy to use and contains tons of beautiful icons. But, what if the icons are not known at compile time? I wrote a one-class Dart file that uses the Font Awesome plugin and allows to pick an icon at runtime. Using the naming convention of fontawesome.com you can include the…

Continue reading

Easy and ready-to-use alternative to Log4j

Posted on 07/04/202119/04/2021 by Edoardo

I wrote a one-class logger, lightweight and very easy to use. It can be a good alternative to Log4j for small projects or if you want to customize you logging experience. Features It’s a self-contained one-class logger No third party dependencies required Fully customizable It works with jar packages Different levels of logging Logs on…

Continue reading

How to use custom fonts in HTML

Posted on 01/12/202001/12/2020 by Edoardo

This is intended to be just a simple example on how to use custom fonts in your website. First of all you have to download the desired font file and here is a short list of the most famous repositories: www.dafont.com www.dafontfree.net www.1001fonts.com www.fontsquirrel.com www.urbanfonts.com After you downloaded the zip you will find one or…

Continue reading

How to install custom fonts in html2pdf

Posted on 01/12/202001/12/2020 by Edoardo

Here is a short guide on how to install custom fonts in the famous html2pdf php tool. If you don’t know how to install or how to use it, please checkout my other post here. I hope this can be the final and easy guide to accomplish this task. First of all let’s download the…

Continue reading

[SOLVED] Flutter Android licenses exception

Posted on 01/12/202015/01/2021 by Edoardo

If you are here it means that you are facing a frustrating exception regarding Android licenses in Flutter. More specifically the exception occurs when you try to run the following command: and the output is something like this: The easiest fix I found is to install the Android SDK Command-line Tools. In Android Studio open…

Continue reading

Sortable list with jQuery (also on mobile)

Posted on 10/09/202026/03/2022 by Edoardo

This is a demo. Drag elements to reoder them. Demo page hereDownload zip here Video to show how this works on different platforms and devices (browser, mobile on browser, real Android device, simulated Android device): References: https://github.com/mjsarfatti/nestedSortable http://jsfiddle.net/xorivip215/fxd3tbea/ https://github.com/furf/jquery-ui-touch-punch

Continue reading

Nexus Repository Manager

Posted on 27/03/202003/04/2020 by Edoardo

Every good Java programmer should know and use a build automation tool like Maven or Gradle. Associated with one of these tools there is always a good repository from which the artifacts are downloaded and included automatically in the project. Probably the most important repository for artifacts is Maven Central But what if you want…

Continue reading

Let your code live forever

Posted on 27/11/201921/07/2020 by Edoardo

Update – July 2020 Github recently added a badge on Github profiles that contributed to the code vault. You can find it on your account main page under the personal information. How many repositories of yours have been put into the code vault??? Svalbard, an awesome place at the end of the world, where time…

Continue reading

Remove link from HTML with CSS

Posted on 06/02/201927/05/2020 by Edoardo

This is a simple work-around to remove actions and links from a link tag without replacing the inner HTML code. For example it can be useful if you are trying to edit a CMS template like a WordPress or Joomla template. These lines of code will do the work easily: .the-outer-container a{ โ€ƒpointer-events: none; โ€ƒcolor:…

Continue reading

PostgreSQL date/time tips

Posted on 28/12/201801/12/2020 by Edoardo

I know, editing date/time fileds in a database is not easy and sometimes we don’t use good techniques to do it because of the difficulty. In some of my projects I had to manage timestamp, so, I would like to share some useful tips. Split a timestamp into two elements: SELECT d[1] AS date, d[2]…

Continue reading
  • Previous
  • 1
  • 2
  • 3
  • Next
© 2025 Edoardo Vignati ๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป | Powered by Minimalist Blog WordPress Theme