Blog: All Posts ✍

Sharing ideas and code (RSS available)

article icon

The get() method is not working! Well try eq()...

April 2, 2012 · 1 min read

Every now and then, I come across the very same issue, so I decided to write a post about it. Many new JS developers are struggling to find out why the...

article icon

All Phrappe code / snippets are available on Gist

March 30, 2012 · 1 min read

For easier development and collaboration, all the scripts & snippets are now available on github:Gist! Feel free to download/clone/play around. It just feels right to start keeping everything there. Farewell Google Syntax...

article icon

Ambrosia is one of the fifty free, great WordPress themes of 2011!

November 1, 2011 · 1 min read

noupe.com, member of the well-known Smashing Magazine Network, posted the “50 Great Free WordPress Themes From 2011”. Ambrosia appears on the list at 41! Once again I’d like to thank Kostis Vasiliadis for the...

article icon

jQuery lights off effect

September 12, 2011 · 1 min read

I’ve been working on a “lights off” effect for videos the other day. Here’s a demo page (with the appropriate code) that I might turn into a proper plugin if there is...

article icon

jQuery window.onload equivalent

August 1, 2011 · 1 min read

Last week a reader contacted me noting that my equal heights script was not working. When I took a closer look at his code, I found out that the reason for it...

article icon

Thanks for the support!

July 25, 2011 · 1 min read

I’d like to say thanks to the below sites for promoting/mentioning my theme. Thank you all! * wpMail (theme releases) * WordPress.org.cn forum * Bloggingexperiment * WP Themes XL * Simple...

article icon

How to load styles and scripts on a WordPress theme

July 21, 2011 · 2 min read

WordPress provides two useful functions to help you keep the head section on your header.php template file clean. The wp_enqueue_style will help you load your styles and the wp_enqueue_script will help you...

article icon

Safari's HTML5 search input

July 8, 2011 · 1 min read

The safest and easiest way to upgrade your markup to HTML5 is to use the new form input types. They will appear as ordinary text inputs on older browsers, and at the...

article icon

How to remove junk from your WordPress "head" section

July 1, 2011 · 1 min read

The default WordPress installation has some messy code in it’s “head” section. There’s too much useless meta data and noise that can cause issues, and even lead to security vulnerabilities, like the...

article icon

Ambrosia: my new, fresh and free WordPress theme

June 27, 2011 · 1 min read

In case you missed it, this blog “wears” a new theme called Ambrosia. Ambrosia is my second theme contribution on WordPress.org and is free for everyone, under the GPL 2 license. Ambrosia...