Blog: All Posts ✍️

Sharing ideas and code (RSS available)

HTML5 video and mobile browsers thumbnail

HTML5 video and mobile browsers

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

Mobile Webkit form tips thumbnail

Mobile Webkit form tips

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

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

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

All Phrappe code / snippets are available on Gist thumbnail

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

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

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

jQuery lights off effect thumbnail

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

jQuery window.onload equivalent thumbnail

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

Thanks for the support! thumbnail

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 Themes Connect www.com Wopus Web Resources (entry no.10) Updated: noupe.com sacima.com 7maximes.com ...and...

How to load styles and scripts on a WordPress theme thumbnail

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 wpenqueuestyle will help you load your styles and the wpenqueuescript will...

Safari's HTML5 search input thumbnail

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