How to load styles and scripts on a WordPress theme
· 2 min read
WordPress provides two useful functions to help you keep the head section on your header.php template file clean. The wpenqueuestyle...
· 2 min read
WordPress provides two useful functions to help you keep the head section on your header.php template file clean. The wpenqueuestyle...
· 1 min read
The safest and easiest way to upgrade your markup to HTML5 is to use the new form input types. They...
· 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...
· 1 min read
In case you missed it, this blog "wears" a new theme called Ambrosia. Ambrosia is my second theme contribution on...
· 2 min read
Organizing jQuery code is not easy. Up to now, especially on small/medium scale projects, I used to have a huge...
· 2 min read
Welcome to the official page of the Ambrosia theme. Here you can find more details about it. Installation Log in...
· 1 min read
Edit: Please keep in mind that the below code works also on MS Edge. You can re-write MS Edge specific...
· 1 min read
The plug in I wrote for wrapping every n amount of elements, is finally online at the official jQuery plug...
· 1 min read
Update: Get the nwrapper plugin from the official jQuery plugins site. jQuery provides a large variety of functions for element...
· 1 min read
Lately I’m using more and more HTML5 elements on my markup. It’s the right thing to do after all, especially...
· 2 min read
A bookmarklet is a small Javascript program stored into a url. A user can bookmark the specific url, and execute...
· 1 min read
Nothing special, a really basic "equal heights" method written in jQuery. Then you just need to apply the method on...