Wp Clean Up Advanced : a WordPress snippet/plugin to clean administration area

admin_cleanup

What is WP-cleanup-enhanced WP-cleanup-enhanced is a developer oriented plugin/code snippet to clean up WordPress admin. In this plugin I put togheter many snippets to clean up the admin part of WordPress. It was inpired by the Selfish fresh Start plugin I did not provide an administration area, there are many plugins like adminize that do the job very well. This plugin is more oriented towards developers that don’t need a wysiwyg interface, and just want to clean up there client’s admin area … Continue reading

On Onextrapixel: Responsive Web Design: Layouts and Media Queries

responsive_oxp

More and more Smartphones and Tablets are produced every day so adapting content for such devices becomes more and more a necessity.  In my last article on Onextrapixel, I showcase three layouts that can be used to adapt content for mobile : fluid, adaptive and responsive layout, but also give some nice media-queries tips and tricks. You can see the article here : Responsive Web Design: Layouts and Media Queries

GooglePlus new banner PSD template

banner_gplus_header

I was updating my Googlplus profile with the new banner, and I created a nice template to make further updates more easy. I decided to share it, since it might be useful to other people The trick is that the new banner is 940 x 180 px, but a part is actually hidden under the arrow and the right part. You will just have to replace the “create banner here” and “place image here” layers with your own images.  Enjoy … Continue reading

On codrops : Login and Registration Form with HTML5 and CSS3

HTML5-CSS3form_codrops

With the CSS3 pseudo class :target  you can change CSS based on a targeted link < a href = “#mylink” > . I used the property to with some transitions to create a double login/scubscribe CSS3 HTML5 form. Both forms are in the HTML, the second is hidden until the users clicks a link that will target the second one. This used to be done in JavaScript but with CSS3 you can easily create the same effect in pure CSS3. … Continue reading

On Noupe : jQuery Mobile Tutorial, creating a Restaurant Picker Web App

I was asked by Noupe if I wanted to write for them. Meanwhile I was teaching jQueryMobile to students of the University in Strasbourg, so I decided I would use and improve the exercice I gave to my student to write a nice tutorial. The demo is a mini jQuery Mobile webapp.  The user can choose a restaurant based on the food served, the town and other user ratings of the restaurant. You can  take a look at the final … Continue reading