Link to Project page (you’ll find the bookmarklet…there, mhehehe) UPDATE: – April 16th, 2015 ~ [0.4] BugFix: fixed double ampersand escaping, causing & to go back on &. – April 15th, 2015 ~ [0.3] BugFix, Refactoring: Inconsitency in Places and Collections data caused undefined attributes in js. Splitted download file function from data elaboration. Escaped […]
[Arduino – Raspberry] Opening gate (and garage doors) with Arduino 433Mhz module
Recently it happened frequently that some of our friends needed to take their bikes inside our garden after a nerding night. It was a boring situation where we had to constantly find the remote, open the gate, wait for them to take their bikes and then open again. Well, it wasn’t so boring, but you know, […]
[CSS3] Animations in real life
In the latest months I’ve been working on a great open source project called MySensors, which is basically a home automation center based on different hardware configurations. While working on the user interface, I’ve also designed a new logo which quickly evaluated in a nice animation concept. Since I’m a huge fan and supporter of […]
[CSS3] Fluid grid layout, without Bootstraps
Some months ago a friend of mine asked me to help him reaching a grid template to include in a wordpress project he was working on. At the very first, we thought about using Twitter Bootstrap or some sort of templating css+js library. What was really annoying was the quantity of unnecessary code, for us, […]
[ARDUINO + RASPBERRY PI] Switching light with NRF24l01+
[Raspberry Pi – Arduino ]Lamp Switch[/caption] A month ago we planned to manage our Arduino irrigator (aka Irrigatorino) through the NRF24l01+ wireless module. Our little project has been subjected to a little change, since we decided to make our life easier (buahahah…) and remote control a light over a browser (yes, mobile too). Surprisingly, a […]
[Arduino] DIY (stupid and cheap) Plants Irrigator
It’s a burning summer in Florence and I needed a solution to watering my little plants I have around the house. Of course I had a look at some shops for a ready solution, but where is the joy of experimenting with an arduino? First thing to do in this case is to know what […]
[HTML5 CSS3 JS] Animated falling lamp from the ceiling
Looking around for ideas on my site edoardoo.com (which is now restyled, have a look! ), I’ve decided to implement something that was pretty easy in my mind, just an animated falling lamp from the ceiling of the browser. DEMO – GIT Doing some researches I’ve seen that actually it was not easy at all. So […]
[HTML5 and CSS3] Loading rotating arrows without gif
Playing with some css loading animations, I’ve noticed that they were absolutely awesome! They were smooth, vectorial and mobile friendly. So I thought about the classic loading animation we all know, the rotating arrows. The whole animation is pretty easy and made in two different steps: – draw the arrow – rotate it with a […]
[CSS3] Parallelogram slide
Just a little piece of code I’ve written to create a slide between pictures in css3 and a little bit of jquery. Use it wherever you want if you like it. Click on the picture to see it slide. NOTE: this has been implemented to slide in sync with scrolling. If you just need to […]
[Arduino] NRF24L01+ modules testing
With a group of friends we decided to explore the wireless side of arduino. Searching a bit on google we found a nice and really cheap 2.4GHZ module, the NRF24L01+ module for about 2.60 euros a couple (what the heck do you need just one for?). To make it communicate with the other arduino the first […]
[Arduino] Nano short circuit (DAMN!)
Last night, after spending hours experimenting how to make two arduinos communicate wirelessly with the nrf24l01+ module, I finally succeeded in my intention. I just toke a video of the (unbelievable ) event, and suddenly the serial monitor on one of the arduinos suddenly crashed. Guess what happened? Yes. The arduino touched they keys on […]
[HTML5 and CANVAS] Exploding (shooting) particles on canvas
I was at LILiK today, helping a friend of mine preparing a project for promoting the LILiK Day. The project, really interesting, is about a browser version of the famous game “Fruit Ninja” working on real fruit. Crazy, right? Actually, to make the fruit explode you have to touch real fresh natural fruit connected with […]
[CSS3] Batman helps you
So I was at LILiK , our nerds lab at University, and we were preparing some slides for the LILiK day, an event we made to promote our lab. My slides title are “to Css3 or to jQuery? that is the question…” and I decided to make a little demo to show how they cooperate together. What a better […]
[WordPress] Facebook comments plugin height and width
While developing a website for a client, he asked me to include facebook comments instead of standard wordpress form. After searching around for a bit I’ve found a great plugin: SEO Facebook Comments . What really makes it good for me is that is easy, fast hold a copy of all the comments in […]
[WordPress] Add galleries index to Keres Theme
Few days ago a friend of mine, a good photographer, asked me to help her building her website. I told her the fast and dirty way to do that was to buy a theme on theme-forest.com and mount it on a wordpress on my hosting. We looked together for a good looking theme and we […]