Skip to content

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

› Always looking for awesome things

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

Author: Edoardo

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

Easy and free HTML to PDF with PHP

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

Transforming your html and php webpages into a great PDF it’s going to be super easy from now. Online I googled hundred times a good library to generate PDF dinamically and the only interesting found was the following https://github.com/spipu/html2pdf I think it’s absolutely the best free lib and it’s very easy to use. It uses…

Continue reading

Android Studio cannot preview?

Posted on 25/09/201801/12/2020 by Edoardo

You are starting a new Android project, you open your Android Studio, Gradle is building…exciting! You open your main activity .xml file, put a new button and….nothing happens. Android Studio won’t preview the layout of your application…damn… Solution: for most of the tamplates that you can choose from the wizard, the fix is very simple….

Continue reading

Reti di calcolatori: riassunti dall’UNIMI

Posted on 10/07/201817/04/2024 by Edoardo

Durante il corso di “Reti di calcolatori” del corso triennale in Informatica presso l’Universitร  statale di Milano ho raccolto appunti e immagini per pubblicarli sotto forma di libro di circa 90 pagine. Contiene i concetti base delle reti e spero possano essere d’aiuto sia per gli studenti di Milano che di tutti gli altri studenti…

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