ModalDengkul.js: A jQuery Facebook-like Lightbox

ModalDengkul.js is a jQuery image lightbox inspired by Facebook. Unlike usual lightbox, ModalDengkul.js places title and description in the right side of the modal box. Screenshots: Some features: Responsive CSS3 animation Lightweight Keyboard navigation (next, close etc) Tested browser: Mozilla Firefox 20 Google Chrome 26.x Android Browser See it in action: Demo: http://takien.github.io/ModalDengkul/ Project page: [...]
jQuery tTooltip, Another Simple and Lightweight Tooltip Plugin for jQuery

Let me promote my newest jQuery tooltip plugin named tTooltip. Tooltip is useful to provide rich information to the visitors with a simple and easy, without requiring the viewer to open a new page or reload the page. The use of tooltips on a website is now very common. Including large sites like Google, Facebook [...]
Easy Table is The Easiest Way to Create Table in WordPress

Hello, this is the official post about my newest WordPress plugins, Easy Table. As it’s name, Easy Table is WordPress plugin to create table in post, page, or widget in easy way using CSV format. This can also display table from CSV file. Easy Table is a WordPress plugin that allow you to insert table [...]
Display WordPress Archive Lists By Specific Year or Month

By default, wp_get_archives can not passes year parameter on the argument. In this tutorial I will show you how to create a filter for wp_get_archives function so can be filtered by specific date, year or month.
Suspicious PHP Code In My WordPress Theme File

Recently I got my site not working. It seems there is an error in my functions.php “Parse error: syntax error, unexpected ‘}’ in /home/x/public_html/wp-content/themes/takien-theme-blue/functions.php on line 317″ I go to that line using my favorite Editor, and surprisingly I found this strange code that I never created before:
WordPress Reserved Global Variables, You Should Avoid Define A Variable Using These Name

Global variable is a variable that is accessible in every scope, in PHP it works ONLY for the same page and the file that are included after. However, some predefined variables, known as superglobals are always accessible in whole site. Both of global and superglobal variable can be redefined or overwrite it’s value. When developing [...]
Prevent Spammer to Register Using The Same Gmail Email (Duplicate User Accounts)

Gmail, Gmail is …, ah I really don’t need to explain this. So, continue reading The Facts Gmail ignores . (dot) in username If you have Gmail account example@gmail.com, actually you also have ex.ample@gmail.com, exam.ple@gmail.com, and so on until all characters in the username are separated with dot. These all have same inbox, and you can [...]
Styling Scrollbar to Look Like Facebook ScrollableArea Using jScrollPane

What Is Scrollbar? According to Wikipedia, A scrollbar is an object in a graphical user interface (GUI) with which continuous text, pictures or anything else can be scrolled including time in video applications, i.e., viewed even if it does not fit into the space in a computer display, window, or viewport. It was also known [...]
Creating a WordPress-Alike Hook For Your Own CMS

Probably you have known this, WordPress code is pretty good, especially when compared with other CMS or what we ever found on PHP tutorials. The one I like is how WordPress uses hooks. If you ever created WordPress plugins, you may experienced that you don’t need to modify any of core code just to add [...]

