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