Barattalo

Collection of WordPress plugins, code snippets, tools and posts for developers and happy makers

Dart Fener parlante con Arduino Nano e DF player mini mp3

Un Dart Fener parlante: ti metti davanti a lui e gli parli e lui risponde con delle frasi del film, rigorosamente a caso

Aprile 23, 2018

ESP8266-01 e schermo OLED: Mini Quiz

Collegare una scheda ESP8266-01 ad uno schermo OLED è complesso, perché la scheda ESP8266-01 ha solo 8 pin di cui solo 4 utilizzabili.

Gennaio 21, 2018

A new avatar generator for WordPress with get_avatar and Flathash

Brand new avatars for WordPress Gravatar service

Aprile 7, 2017

3 ways to add author’s image in WordPress

Add author's image in WordPress without a plugin

Aprile 5, 2017

Orari trenord, corri solo quando ce n’è bisogno

Hai presente quando corri in stazione per prendere il treno al volo e, quando arrivi, ti accorgi che il treno ha 12 minuti di ritardo?

Marzo 30, 2017

Vintage Lael retrofit, the gallery

Pictures from the retrofitting of the old Lael voltmeter

Marzo 10, 2017

Retrofitting of a vintage Lael Tester from 1955

I've learned a lot of things by disassembling and changing the way an old tester works

Marzo 1, 2017

Add Internet Explorer class to body to detect old browser

When you have clients that still uses an old browser, you need to handle it. This javascript function detects the…

Febbraio 27, 2017

Add filter on wp_title not working with Yoast SEO plugin

For SEO purposes, in a specific template that has a list of items with pagination, I need to have different…

Febbraio 22, 2017

WPLight, a deeper look inside the project

Some more informations about the WPLight system

Dicembre 13, 2016

Generate all old PDF preview images with WordPress 4.7

WordPress 4.7 generates thumbnails for PDF files while uploading them in the media library, this is a really good thing…

Ultrasonic gun from a gun toy with Arduino

Guns are always bad, I don’t like guns. This is a summary of a project born to play. I’ve found…

Novembre 30, 2016

Best meteo embed: Windyty Widget

Meteo site with fantastic wind visualization. There are available also other parameters, but the wind visualization is really perfect! Try…

Settembre 2, 2016

Highlight text for search results in PHP

Useful code to highlight text occurences in search results or in a text. How to highlight text in a string…

Page flip with javascript and HTML5, turn pages like a book

Turn.js is a tool to make a flippable site, like a book, turn pages with javascript. This tool works good even…

Agosto 5, 2016

Remove or change the view link in WordPress posts list admin

If you want to remove the row action ‘view’ from the admin posts list within a specific custom post type…

Maggio 23, 2016

Unicorns as user avatar generator

Generator of avatars for community with funny unicorns images. [try unicorns avatar generator]

Aprile 27, 2016

Flat people user avatar generator

Another avatar generator that creates avatar from a string, simply. Avatar generated are flat graphics and can be used in…

Avatar generator ROBOT

You can use this tool instead of gravatar one to generate avatars for users (especially for nonymous users). It works…

Image to data URI converter

You can use this tool to convert small images in data URI and place the data directly inside the src…

Aprile 22, 2016

Make pixel patterns with CSS

If you want to create pixel patterns that repeats nicely with just CSS and use them in background, you can…

CSS3 generator

Here is the link to a CSS 3 generator to use when you have to specify multiple css rules for different…

Modify list counter in :before pseudo class with jQuery using start attribute

Suppose you have two ordered list ol tags, and the second one has a start attribute. You also have in…

Aprile 20, 2016

Connect Whistled to 220V AC light with a relay

Here is the schema to connect the Whistled, the whistle detection device sold on Tindie.com, to your 220V home power…

Aprile 16, 2016

Modify wp_query for a specific category in category.php

Suppose you have a category called “events“, with a custom field with the date of the event, which is different…

Aprile 8, 2016

Customize your site icon for new WordPress 4.4 embeds

With the new WordPress 4.4 embed feature the posts of your blog becomes embeddable in other WordPress sites, like you do…

Dicembre 11, 2015

Clean up and optimize WordPress head tag

If you need to know how to remove RSS Feed URL’s from page head or how to remove post relational…

How to bring back tweet counters

Twitter said that deliver the tweet count for every button is too complex (costs too much) and it’s not really a correct…

Novembre 24, 2015

Twitter counter no longer works

Since 20 of November 2015 the twitter button has changed. This is the new Twitter sharing button, as you can…

Novembre 23, 2015

How to add rel=”nofollow” to links with preg_replace()

Adding rel="nofollow" to external link is a good SEO practice.

Settembre 22, 2015