All posts by: "admin"

About admin

  1. HTML

    How to Navigate to a URL from an IFrame

    IFrame Navigation could be confusing at times. If you are using IFrame to display content on your web page and you have a hyperlink in this IFrame’s content, you might have noticed that clicking on this hyperlink navigates to the href target page within that IFrame. In this article, I am going to share a […]

  2. Featured

    Extreme Web Designs Labs released

    Extreme Web Designs is pleased to announce the release of Extreme Web Designs Labs! The Labs offer various products and tools for Web Designers, Web Developers, Content Writers, Bloggers, Individuals and others to increase productivity,  cut down time spent on regular chores and make more money. Read on to find out more.

  3. jQuery

    jQuery Replace Dot Or Period Examples

    Ever wanted to replace Dot or Period using jQuery? In this article, I am going to show you how to easily replace a dot or a period with any other character using jQuery.

  4. Snippets

    Call / Include / Load Latest jQuery Version in WordPress Theme / Plugin

    If you are wondering how to Call / Include / Load Latest jQuery Version in WordPress Theme / Plugin, then look no further! In this article, I am going to share a very simple way that use can use to always load the latest jQuery version either in your Theme or Plugin or both. Read on […]

  5. Tips and Tricks

    How to Customize WordPress Image Caption

    Have you ever wanted to customize WordPress Image Caption because you hated the way it appears by default in your articlet? By default, the styling of an image caption & its associated image is not that great. In this article, you can easily learn how to customize wordpress image caption by using CSS.

  6. jQuery

    jQuery Focus Examples – Set Focus on Textbox, Textarea, Select, Checkbox, Radiobutton

    Have you ever wanted to set focus on Textbox, Textarea, Select, etc. using jQuery, but didn’t know how to proceed? In this article, I am going to share a very easy and simple way to set focus in jQuery. Actual code is just 1 line, so it’s super easy to follow.

  7. Articles

    Get Character Count, Word Count | Character Counter, Word Counter FREE tool!

    Tired of manually counting the number of Characters and Word in text? Want to get the Character Count and Word Count of the text you have? In this article, I am going to discuss about a Free tool that gives you the Character Count and Word Count instantly!

  8. Featured

    Google AdSense Code Generator | Generate Google AdSense Code FREE!

    Have you always wished if there was a tool that would make generating Google AdSense codes even more easier, without having to logging in the account to generate the ad code? In this article, I am going to share a tool that will help you generate Google AdSense Code for FREE! Read on to find […]

  9. jQuery

    jQuery Check Element Type Examples

    Did you want to check if element type is Div, Input, Blockquote etc.? In this article, I am going to share a very easy way to use jQuery to check the element type.