Limited Fixed Area Using jQuery

Written by Fikri Rasyid at

Limited Fixed Area

Have you seen or used Thoughtplifier theme? If you notice, there is this “limited fixed sidebar“. Basically it’s an element which is positioned using the position: relative absolute combo and its top CSS property is dynamically modified using jQuery. read more →

Understanding jQuery’s .animate() API

Written by Fikri Rasyid at

jQuery Image

There are lots of handy jQuery APIs, but in my opinion, one of the jQuery fanciest API is .animate(). We can simply say that animate is about transitioning any CSS property you want. Let’s say you have this 100. read more →

Tables Involved in WordPress Menu Feature

Written by Fikri Rasyid at

WordPress Menu Builder

Lately one of the project i’m involved in is having this weird issue which unable to save the whole menu items we made (The menu item saving process is suddenly ended after 80-something menu items are saved). Okay, it. read more →