Latest Articles

  1. CSS

    Center li in ul using CSS Example

    When working with unordered lists (ul) using HTML & CSS, you might have seen that the ul li stack vertically. But you may want them to stack horizontally and better yet, align them all horizontally so that all the li center in ul. So do you know how to center list item in the unordered […]

  2. Articles

    What is jQuery? Why jQuery? How to use jQuery?

    What is jQuery? Why  jQuery? How to use jQuery? are the most common questions asked by someone new to jQuery. In this article, I am going to answer those three main big questions along with some helpful resources to get you started with jQuery.

  3. Articles

    Apply TinyMCE to specific textarea

    In this article, I am going to show you 2 ways to apply TinyMCE to specific textarea on your web page.

  4. jQuery

    jQuery Checkbox Checked or not: 1 line solution

    In this article, I am going to present you with 1 line solution to find if Checkbox is Checked or not using jQuery.

  5. Adsense

    20 Effective Ways To Increase Adsense Income / Revenue you cant afford to miss!

    In this article, I want to share few simple,yet effective ways to dramatically increase adsense income / revenue that you simply can’t afford to miss. Read on to find out more.

  6. Featured

    Form Generator, PHP Generator, MySQL Generator

    FPMG (Form Generator, PHP Generator, MySQL Generator): In this article, I am going to talk about a free tool that has never been built before and that does everything for you with regards to creating a html form from scratch and processing the POST data , saving you tons of time. Read on to find out […]

  7. JavaScript

    Remove Iframe html using Javascript

    Let”s say that you are showing an iframe in a page. If you notice, you will see that the contents of the page will also be shown in the iframe by default. Using this simple 1 line trick, you can remove iframe html using javascript.

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

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