


A Complete Guideline For HTTP Status Codes
Today we are going to learn a new and interesting topics called Status Code. These codes also known as Hyper Text Transfer Protocol Response Status Code. That means by using this code we can measure response of any HTTP request. There are five classes of response code and first digit of response code determine the [...]
3 steps to create a simple tooltip box
Tooltip is a message box that appears when cursor is positioned over an image, icon, link or any other HTML element. In this example mouse over on a icon and it will show tooltip showing a text message. In this tutorial I'm going to show you how to create a simple tool tip box in [...]
3 super simple ways to keep your jQuery code safe
If you are developing code for free distribution or developing plugins for sale, it is always recommended to consider the possibilities of name/id conflict. Think about the situation, if some other scripts imported after yours, that also contains a $ function like jQuery? To avoid that kind of issue, you can either call jQuery's noConflict(), [...]