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 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 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 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 →
Written by Fikri Rasyid at April 13th, 2011
Google webfonts rocks. I had used it in some projects and it worked like a charm. To use Google webfont, basically all you need to do is adding the stylesheet which is hosted in Google servers to your <head>. read more →
Written by Fikri Rasyid at April 13th, 2011
Yesterday i was changing my personal blog’s theme due to compatibility problem with WordPress 3.1.1. FYI, the theme was developed for 3.0 version so it has a problem on its custom post type archive page. However, weird thing happened:. read more →
Written by Fikri Rasyid at April 11th, 2011
If you want to “hook” a function into another function in WordPress, add_action() is what you need. Why do you want to hook a function into another function? Because there is functionality which is not accommodated by current function,. read more →