Blog: All Posts ✍

Sharing ideas and code (RSS available)

test

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...

test

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...

test

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...

test

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...

test

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...

test

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...

test

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...

test

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...

test

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...

test

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...