Category Archive for: "Tips and Tricks"

  1. jQuery

    jQuery Hide Show Textbox Examples

    Many times it may have happened that you wanted to use jQuery to Hide/Show text boxes when a checkbox is checked or a button is clicked. This article will show you how to use jQuery to Show / Hide Textbox when checkbox is checked.

  2. CSS

    Center Div In Div Using CSS Example

    Ever wanted to center Div in Div using CSS? In this article, I am going to show you a very simple & easy little trick to use CSS so that you can easily center a div in another div.

  3. CSS

    Set Cellspacing Cellpadding in css

    Ever wanted to Set Cellspacing Cellpadding in css but didn’t know where to begin? Worry no more. In this article, I am going to show you how to easily set cellspacing, cellpadding  in CSS. The CSS & HTML source code are provided & you can try experimenting with the values to suit your purpose. So read […]

  4. CSS

    CSS Disable Text Selection Example

    Although accessibility is a primary requirement of any website design, there are times when you wish that some areas of the website, such as hyperlinks text (when rendered as buttons) selection is disabled. So with just few lines of code in css,  disable text selection of any div or hyperlink, etc. using CSS.

  5. JavaScript

    Javascript Add minutes to date Example

    In this article, I am going to discuss about Javascript: Add minutes to date i.e how to add any number of minutes to a date.

  6. CSS

    Center UL Using CSS Example

    Have you wondered how to Center ul using pure CSS? Read on to find out how to do this using only few lines of CSS code.

  7. JavaScript

    Javascript Check If A Value Is In An Array Examples

    It’s relatively very easy in Javascript to check if a value is in an array. All you need is the array that you want to check and the value that you want to check against. That’s it. Using just those 2 pieces of information, you can easily check if a value is in an array […]

  8. CSS

    How to create “Stitched” look using CSS3

    Ever wanted to create a Stitched look using CSS only without using any graphic tools? Here’s a little snippet of code that lets you achieve exactly that.

  9. CSS

    CSS3 Drop Shadow Example

    One of the coolest new feature of using CSS3 is giving the effect of drop shadow to images, buttons, etc. without having to get your hands dirty with software such as Adobe Photoshop, Adobe Fireworks, etc. Here is a 1 line solution that you can use in your CSS to instantly apply CSS3 Drop Shadow […]