Comment Attributes

Maybe most of you want to remove several details that available at your comment forms. For example at the image below: The most attributes that people want to remove are the tags and gravatar enabled notification. Removing that thing could be a pain if you don’t know how to do a PHP programming. At this tutorial i’ll show…

CSS Grid Float

Hi everyone, Right now i want to share something great about CSS code. Before we go into the topic, did you ever think to modify your site to have a grid design? Yes, grid design is looked like image above. If the box height is the same, i’m pretty sure if there will be no…

Kirei Theme Bugs

Hello again! This time, i want to share what i got today. The theme that i currently use is Kirei from ColorLabs. For me, this theme design is very good and very attractive. But, after i go to check the page templates, i am very disappointed since the page templates is buggy. You can check one of…

Float Center

Today, a bunch e-mails coming to my mail asking about the same question: How to make an image displayed on the center. Basically people would use text-align:center to make the image displayed on the center. In some condition, such as a text, those trick would work. But, if the object was an image, those trick won’t…

Lensa Theme Modification: Gallery Shortcode

Since yesterday i post a way to create gallery page template, there are a tons of email asking about: How if i want to have more than 1 gallery page to be displayed? Yes, with the modification i did yesterday you cannot made more than 1 gallery page. So, right now i will tell you…

Remove Comment Form at Lensa Theme

Hello again! This time i will share how to hide the comment form at Lensa theme since yesterday i got a tons of emails asking about it. Ok, this modification will hide the comment form at single post and also at single photograph. This modification is very simple, what you have to do is edit…

Icons, Use an Image or Font?

Nowadays, icon already become a needs for all website, doesn’t matter if the site was for commercial use, portfolio, etc. Icon can be used to tell someone a message and also to make them easier to know what is the meaning of the icons. For example, if you found this number at some website, 6998874125.…

Slow Motion CSS Hover Effect

Hello again! This morning i got some request in order to create a social network icons to be displayed on the someone site. Since it was a small piece of items, it will be more wise to not use a JavaScript/Jquery (more JavaScript/Jquery codes means slower loading time when the site is accessed). Because of…

Equal Height Column

Hi again! This time i want to share something which is really important trick in web design, the trick is to achieve equal height column. Sometimes, when you were slicing a design to be a HTML format, you may found a problem like this one: Yes, that is the problem. Some people out there already…

Extreme NTH Child Tricks

Hi again! This time i will share an extreme way to use nth-child css. If you never use this code before, then please check the example below: With those codes, you will made the text of third list item become red colored. But how, if you made the some more div inside the list? As you know,…

CSS: Hover Affected Another Element

Ok, this time i will share to you a ninja CSS technique. If you ever see a JavaScript code that give you an effect like: you hover on a div/layer, then another layer will be displayed. I got this case yesterday, so it will be great to share it to everyone who need it. If you…

Styling Table

Maybe you are new to HTML programming and you use a table to create your thing. Many people have a similar problem with table which is table cannot be controlled by CSS. The question now, is that so? ID Name Blood Type Sex 01 Mike A Male 02 Rona AB Female 03 Mark B Male…

Responsive Design

These day, as you can see, every one have a gadgets on their hands for browsing, playing, photograph, etc. About this topic, several days ago i got a project to create a responsive design for WordPress theme, so why not share some ideas and trick to create a responsive design? Responsive design basically is the…