April 30, 2012 · 1 min read
The brand new HTML5 video element is surely very impressive. You've encoded your videos in multiple formats (well, at least .mp4 and .webm to support all browsers), you might've also...
April 19, 2012 · 2 min read
One of the things I really hate when I surf from a tablet/phone browser (usually my iPad/iPhone) is filling in forms. I know, the lack of a physical keyboard sucks...
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...
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...
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...
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...
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...
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 Themes Connect www.com Wopus Web Resources (entry no.10) Updated: noupe.com sacima.com 7maximes.com ...and...
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 wpenqueuestyle will help you load your styles and the wpenqueuescript will...
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...