Tag Archive for: "SEM"

  1. CSS

    Flip Text Horizontally and Vertically Using CSS3 Easily

    Ever wondered how to flip text horizontally and vertically without javascript? In this article, I will share easy ways to achieve the flip text effect just by using CSS/CSS3. Flip Text Horizontally Using CSS/CSS3 Let’s say that we have some text in a div and we would like to flip this text both horizontally. Let’s […]

  2. Articles

    How To Extract Images From Google Docs Document In 2 Clicks

    If you work with Google Docs document, you may have noticed that the app does not allow you to copy images directly from the document to your clipboard. But maybe you want to use those images elsewhere, such as in a photo gallery in your local system. So how do you go about extracting those images? […]

  3. Tips and Tricks

    WordPress Connection Information – Solution

    If you are using WordPress for your blog or website, then there might be situations where the website/plugins upgrade is not as smooth as expected. Instead, the update asks for FTP info each and every time you want to upgrade plugins or your blog. This is not very helpful. In this article, I am going […]

  4. Demos

    Remove Single Or Multiple Attributes Using jQuery Examples

    When working with different elements of a website, there might be times when you have come across different elements containing a single attribute or multiple attributes. These attributes can, in turn, consist of single or multiple properties. So in this article, I am going to share with you very easy way to get rid of […]

  5. jQuery

    Remove Only One Inline Style Property With jQuery Examples

    At some point of time or the other, you may have come across an element that has inline styles applied to it with multiple properties and their respective values. So do you know of a way to remove a specific property and retain the rest? If not, this article is for you. In this article, […]

  6. Tips and Tricks

    Disable Comments For A Single Post Or Page in WordPress

    If you use WordPress as a blog or as a website, then you may have come across a situation where you needed to disable comments for a specific post or for a specific page. But do you see an option to do so in the Edit Post/Page screen? No! Then how would you disable the […]

  7. Articles

    Easily Set Auto Increment In phpMyAdmin To Any Value Of Your Choice

    So you wish to manually set auto increment in phpMyAdmin? If yes, this article will show you how to do it very easily. In fact, I am going to share two way of setting auto increment. One way would be to start the count from the number “1” and the other would be to start […]

  8. jQuery

    Detect Click Outside Element Using jQuery

    Ever wanted to detect click outside an element using jQuery? In this article, I am going to share an easy way to do it and you can apply the same procedure for detecting click outside elements such as div, form, unordered list, etc. Also try the demo to see how it works in real time.

  9. PHP

    Remove .php Extension From URL Using htaccess

    In certain situations, you might want to hide the extension of your files just to make your website a little more complex for hackers to hack. Or you might want to do hide the extensions for the sake of pretty URLs. Whatever maybe the reason, here is an easy way to hide the file extension […]