
Sometimes you may need to load local JSON file on your web page. Here are the steps to do it.
Often web developers need to display loading spinner on their websites. Here is how to show loading spinner in jQuery.
Sometimes you may need to convert decimal to hexadecimal in JavaScript. Here are the steps to do so.
Often web developers need to measure execution time in JS. Here is how to measure time taken by JS function to execute.
Sometimes you may need to replace part of string in update query in MySQL. Here are the steps to do so.