Author Archives: Nicolas Form
About Nicolas Form
I'm Nicolas Form, multi-skill programmer, aesthete and joyful French guy. On this blog I share my tips and tutorials about programming and IT in general. I am freelance, so you can also contact me about a website, an Android app or any other software you need. Check my portfolio and drop me a line!Droidcon Paris 2014: talks
This article follows the Droidcon Paris 2014 overview I published two weeks ago. Unfortunately, I could not assist to all of the talks, because generally they were 3 at the same time. Here is a sum up of the talks … Continue reading
Droidcon Paris 2014: overview
The Droidcon is one of the main events about Android development and takes place all over the world. The Droidcon Paris 2014 occurred last weekend in the french capital, organized by the Paris Android User Group and BeMyApp. It was … Continue reading
Handmade picture gallery: #slideshow
Slideshows are a very common picture gallery type. Unfortunately I did not manage to find a simple and highly editable slideshow on the web, so I developed my own in few days. I publish it here, feel free to modify … Continue reading
Jetpack contact forms: remove the empty lines
On a WordPress blog, when using the Jetpack contact forms ([contact-form] tag), you may see some useless empty lines. To work around this behavior, edit the CSS (Dashboard > Appearance > Edit CSS) and add this code:
1 2 3 |
.contact-form br { display: none; } |
Display your Linkedin profile on your blog or website
I tried to put my public Linkedin profile in the “About” section of my blog. After reading various tutorials, I realized that none were made for statically displaying a specific profile. Here is a simple solution, a small piece of … Continue reading
Hello world!
As a first post I couldn’t miss the classic “Hello world!”. So, hello everybody, I hope you will like my posts! I wanted to start this blog for two reasons. First, to publish some tips, mainly about programming. Each time … Continue reading