Posts by versluis

How to centre an image in CSS

Posted on Sep 29, 2013

Centering text in CSS is relatively easy. All you do is add the “text-aling: center” property. If you’ve ever tried this with anything that isn’t text you’ll have noticed that...

Learn More

Introducing Zen Dash

Posted on Sep 24, 2013

It is my pleasure to share with you my latest WordPress Plugin: Zen Dash. It allows you to selectively hide those Dashboard Widgets, Menu Items, Update Notifications and even Footer Links. Inspired by Joseph...

Learn More

Disk Space Pie Chart – Version 0.5 released

Posted on Sep 23, 2013

I’ve just released a small update for my Disk Space Pie Chart plugin for WordPress. The new version addresses the following minor issues: Fixed Division by Zero bug (Thanks, Jure!) Tweaked some colours...

Learn More

How to animate a UIView

Posted on Sep 20, 2013

In this example we have two UIViews: one backgroundView which does not change, and one numberView which can be moved, for example by a pan gesture (we’re not dealing with that though) Once the user lets...

Learn More