-
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…
-
Format Drive Using C#
Dot Net(.NET) does not have any internal assembly to format the windows drive. So technically using standards programming technique you can not perform format task with VC++, VB or C# .But there is always an alternative 🙂 . the format of windows drive in c# can be performed by using DOS COMMAND. Source code is…
-
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
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
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…