Category: Web

  • Login with facebook and google php script

    Login with Facebook and Google is not so much tricky .In this post we will discuss about facebook and google login in php with OAuth2 and at the end of the post you can download the utility( Login with Facebook and Google php script ). while i was working on this project i encountered with…

  • Create Bookmark Link Using Javascript

    Create Bookmark Link Using Javascript

    This post is how to create add to bookmark link for your blog or site using this link in your site there may be a small increament in your blog with returning visitor. initialy i found it on prestashop . you can add a quick “Bookmark this page” link in all your pages so that…

  • Create Dependent Dropdown with Ajax and PHP: Tutorial for Cascading Dropdowns with jQuery, MySQL, and XML

    Create Dependent Dropdown with Ajax and PHP: Tutorial for Cascading Dropdowns with jQuery, MySQL, and XML

    Learn how to create dependent dropdowns with AJAX and PHP. This tutorial covers populating dropdowns using jQuery, MySQL, and XML for seamless user experience.

  • Tooltip For Dropdown

    Tooltip For Dropdown

    What Is Tool Tip The tooltip or infotip or a hint is a common graphical user interface element. It is used in conjunction with a cursor, usually a pointer. The user hovers the pointer over an item, without clicking it, and a tooltip may appear—a small “hover box” with information about the item being hovered…

  • Javascript sleep, javascript wait, javascript setTimeout

    Javascript sleep, javascript wait, javascript setTimeout

    When you are trying to call same ajax function again and again ,then it may be possible that some calls are not acknowledged.i experienced this problem so i’m sharing this article Javascript sleep, javascript wait, javascript setTimeout with you . Sleep function  stops the executing thread for given amount of time. for example: we have…