Latest Articles

  1. 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 […]

  2. 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.

  3. Articles

    PayPal currency codes

    Have you ever wondered what PayPal Currency Codes are for the currency that you use to process payment transactions on your website? Here is a list of the Currency Codes that you can use.

  4. 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.

  5. 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.

  6. 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 […]

  7. 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.

  8. Articles

    Free HTML5 template

    Ever wanted to create a HTML5 page but did not know where to start from? Here is a free HTML5 template from us. Simply copy & paste the code in your pages and change the values as desired and you are all set!

  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 […]