Questo è un sito/blog bilingue, contiene articoli in italiano e inglese.
L’elenco completo degli articoli è  qui.

This is a bilingual site/blog, you can find here articles in italian and english.
You can find the full article list here.

 

Questo è il mio sito personale.

Qui, accessibili dal menu, sono presenti programmi che ho sviluppato io e articoli su argomenti tipicamente relativi alla programmazione, come su Java, Javascript, React ma anche altri su WordPress. È disponibile un elenco degli articoli

Ho recentemente sviluppato un sito per la ricerca di nuovi blog in modo grafico, Blog Wandering.
È una applicazione web che permette di visualizzare un blog come mappa grafica di autore e commentatori, permettendo poi di cliccare sugli utenti visibili ed espandendo ulteriormente questa mappa. È poi possibile aprire un blog come si farebbe normalmente.

francesco Francesco Cipriani

Articoli recenti / Recent articles

React: loop inside JSX code

Add React JS component multiple times with jsx loop - If you are using React JS and want to add a component multiple times, maybe inserting it into some JSX code, you could think of using a for loop inside the return statement of your JSX. But this approach doesn’t work in JSX, as you should compose the returned value from the render function of … Continue reading "React: loop inside JSX code"

How to turn off ESLint rule via config file or via javascript

Turn off ESLint rules - ESLint is fully configurable, so you are able to turn off linting rules. There are two ways for disabling rules: you can tell ESLint to do this from a Javascript comment or from a configuration file. How to turn off an ESLint rule from the .eslintrc config file To disable specific rules from the .eslintrc … Continue reading "How to turn off ESLint rule via config file or via javascript"

Il .htaccess per passare da http a https

Passare da http ad https - Se state passando dall’http all’https, dovete inserire un redirect (redirezione) da http ad https. Il miglior modo per fare un redirect da http ad https è usare il redirect 301, come anche sostenuto dalla guida per webmaster di google. Il redirect 301 specifica che la posizione delle pagine è modificata in modo permanente, che cioè … Continue reading "Il .htaccess per passare da http a https"

How to change the author link in WordPress

Change WordPress author link - If you want to change the author link in the meta information of your WordPress posts (inside the red box in the image above),  follow the following steps: 1. Create a child theme A child theme is a theme which inherits its style and behaviour from its parent theme, but allows you to modify functions and … Continue reading "How to change the author link in WordPress"

Come rimuovere la colonna sinistra nel tema Twenty Sixteen di WordPress

Twenty Sixteen two columns - Il tema Twenty Sixteen di  WordPress è composto da tre colonne. Nella colonna di sinistra ci sono le meta informazioni come autore, data, tag e categorie. Se volete rimuovere la colonna sinistra e avere un layout a due colonne, potete aggiungere il codice che segue. Rimuovendo la colonna sinistra le meta informazioni vengono spostate automaticamente al fondo della pagina. … Continue reading "Come rimuovere la colonna sinistra nel tema Twenty Sixteen di WordPress"

BlogItalia - La directory italiana dei blog