Image Load Error Handling with JavaScript and PHP

The images on your pages ever not loaded? Maybe… Well, have you ever noticed that?
1- Yes, I have.
2- No, how would it be?

If your answer is alike the second answer, now I am gonna talk about a quite simple method. With this method, you can informed easily and instantly about that your images not loaded and maybe you must. Yes, sometimes we need to know those image load failures, otherwise we can lose our visitors as a result of this non-tracking.

Animated Buttons with JavaScript

I want to talk about a method which I use on buttons and it should be different from others by you. With this method, you will see a little animation on the buttons when they pressed on. I recommend you to see this article if you are bored with the fixed buttons.

The buttons could be fixed when some CSS codes applied on them. For example, the CSS codes below will disable the animation of which button got applied.

.button {
   background-color: #ccc;
   border-width: 2px;
   border-style: solid;
   border-color: #eee #999 #999 #eee;
}