
barattalo
Stuff and notes for developers and makers
Ultrasonic gun from a gun toy with Arduino
A toy gun hacked to become a distance measuring tool
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…
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…
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…
Unicorns as user avatar generator
Generator of avatars for community with funny unicorns images. [try unicorns avatar generator]
Modify list counter in :before pseudo class with jQuery using start attribute
Custom li list item with pseudo classes
How to bring back tweet counters
Twitter doesn't want you to see how many tweets your links did.
How to add rel=”nofollow” to links with preg_replace()
Adding rel="nofollow" to external link is a good SEO practice.
WordPress 4.1.1 is available! Please update now.
Sometimes you find messages like “WordPress 4.1.1 is available! Please update now.“, in italian it is: “È disponibile WordPress 4.1.1! Aggiorna…
Fix for WP SUPER CACHE home not refreshing
WP SUPER CACHE is one of the most used WordPress plugin for cache, but probably there is a small bug…
Add client logo to wordpress login
If you want to add your logo or the logo of your client above the wordpress login you have to…
Force WordPress to use Italian date
To get date with get_the_time in Italian you should specify italian (it_IT) in the WP_LANG constamt in your wp_config.php file.…
VK Social metrics, Top Stories plugin now with support for Vkontakte
VK SOCIAL METRICS VK.COM, also known as Vkontakte, is an important russian social network, which has over 270 million users.…
Get Google Plus Follower count from PHP in WordPress
I’ve found a similar function to retrieve the number of followers of a Google Plus page, inside WordPress, but it…
How to Fan Gate a page in wordpress?
You can use my plugin, which is totally custom for layout (you can change the image of the pop up…
8 rules to become a better developer
I’ve found this article by Shawn McCool and I think it’s good for every developer, if you’re an expert probably…
Text 2 Mind Map a simple mind mapping online tool
I’ve found this tool to make online mind maps, just copy and paste the text with terms (properly indented) to…
Reordering rows records on a mysql table with PHP
This PHP function lets you reorder records on a table when you have a field used for save the position.…
Scraping content with PHP as if it was jQuery
Building a spider or a bot needs some knowledge of regular expressions, you must know and use preg_match or preg_match_all…
Embedding images in HTML or CSS with PHP
This small function returns an encoded string to embed images, inline, inside your html/css code and reduce the number of…
Block junk emails, spammers and temporary emails
If you need an Email Validator Function, consider this version that includes also the check against common temporary mail services…
Get instagram data without official api in PHP
Instagram has an official API to interact with its database of images and users. If you have enough time to…
How to build a spider… uh, well an email scraper
What is a spider? A spider is a program that automatically navigates web pages to find informations. These informations can…
MySQL fulltext search always empty
If you’ve just switched to FULLTEXT indexes and you’ve just started playing with MATCH... AGAINST syntax, but you always get…
Push notifications from php to Android devices with Minibots Class
More than two years ago I wrote a post about sending push notifications from php to an iOS app called…
Programming with CodeIgniter MVC
Codeigniter (aka CI) is an MVC framework that helps you building websites. You don’t know what is MVC? Bad. It’s…
Make a cron job with IFTTT
Cron is a software utility, a time-based job scheduler in Unix-like computer operating systems. People who set up and maintain…