Category Archive for: "Tips and Tricks"

  1. Tips and Tricks

    WordPress Shortcodes: How to use Shortcodes in WordPress Theme Examples

    Using Shortcodes in WordPress themes: If you are wondering how to use Shortcodes in WordPress Themes, then this article is for you. In this article, I am going to show you how easily you can use shortcodes in any of the existing WordPress themes or a brand new WordPress theme. Read on to find out […]

  2. jQuery

    jQuery Google | jQuery Google Latest – Include latest jQuery from Google/jQuery CDN

    If you always wondered what jQuery Google latest is but didn’t know what it really means, then this article is for you. In this article, I am going to tell you  what jQuery Google latest is, why I recommended using it & how it can be used to ease up your web development process and how […]

  3. jQuery

    jQuery CSS Method Examples

    jQuery CSS is an easy to use method available in jQuery for accessing the style property from the first matched element, in the set of matched elements. Simply put, if you need to assign a new value via CSS, modify an existing CSS value or need to remove the existing CSS values using jQuery, then jQuery […]

  4. jQuery

    jQuery insertAfter Examples

    jQuery insertAfter is an easy to use method provided by jQuery. If you want to insert text or any other content, insertAfter the end of an element, then insertAfter method is for you. In this article, I am going to share info on the insertAfter() method along with easy to follow examples.

  5. jQuery

    jQuery after Examples

    jQuery after is an easy to use method provided by jQuery. If you want to insert text or any other content, after the end of an element, then .after() method is for you. In this article, I am going to share info on the after() method along with easy to follow examples.

  6. jQuery

    jQuery appendTo Examples

    Using jQuery appendTo method, you can easily add content, dynamic or static. This is immensely helpful with inserting dynamic content in a div or any other element. In this article, I am going to share info on the appendTo() method along with easy to follow examples.

  7. jQuery

    jQuery append Method Examples

    If you ever wanted to insert content, text or html or both, after the content of the matched elements but did not know how to do it, then you can use the  jQuery append method. Using it, you can easily add content, dynamic or static. In this article, I am going to share info on the append() […]

  8. PHP

    PHP Convert HTML Entities back to their applicable characters

    If you have escaped raw html and want to convert the HTML Entities back to their applicable characters using PHP, then this can be done very easily using just 1 line of code. In this article, I am going to share a very simple way to do it. So read on to find out how […]

  9. jQuery

    jQuery for loop Examples

    If you are working with arrays, then at point or the other, you may have felt the need to iterate over array elements and get their individual values, etc. It’s very easy to iterate over array elements using for loop in jQuery and can be done using just couple of lines of code. So read […]