Written by Fikri Rasyid at October 10th, 2011
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 →
Written by Fikri Rasyid at October 8th, 2011
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 →
Written by Fikri Rasyid at October 7th, 2011
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 →
Written by Fikri Rasyid at September 29th, 2011
Here’s a simple truth about modal box: It is ridiculously easy to be made.. read more →
Written by Fikri Rasyid at September 28th, 2011
Why do we have to learn how to code tabbed area while there are so many plugins that able to create a tabbed area instantly? Why do we have to reinvent the wheel? Because understanding how it works is. read more →
Written by Fikri Rasyid at September 27th, 2011
After smashing some bugs and adding couple of features, finally i can say that Thoughtplifier, the theme which is used by my personal blog and Outstando (as in September 27th, 2011) has reached version 0.2. You can use this. read more →
Written by Fikri Rasyid at September 25th, 2011
Someone asked me how did i make the kartunama.net’s shopping chart on its order page. To be honest, it’s just a simple form with lots of javascript functions to make it interactive. The basic principle of the form is. read more →
Written by Fikri Rasyid at August 22nd, 2011
Thougthplifier is a one-column focus-to-content WordPress theme i crafted based on Essential Theme modification i made for my personal blog and outstando. Some folks asked me to release it so here it is, after some modifications to make it. read more →
Written by Fikri Rasyid at April 18th, 2011
We’ve discussed about creating simple random background in WordPress, including its cons which has no back-end interface, on the previous post. Some people are okay with having no backend interface since they have access to put the image directly. read more →
Written by Fikri Rasyid at April 16th, 2011
Several days ago, a friend of mine @arhamHaryadi asked me about how to make a random background which changes every time visitor visit / refresh the page. The answer is simple yet easy, use Matt Mullenweg’s randomimage script. Instruction. read more →