Sometimes you may need to calculate age from DOB in JavaScript. Here are the steps to do so.
How to Escape HTML Strings With jQuery
Sometimes you may need to escape html strings in your website. Here is how to escape HTML strings with jQuery.
How to Check if Element is Visible or Hidden Using jQuery
Often you may need to check if element is visible or hidden using jQuery. Here are the steps to do it.
Set NGINX to Catch All Unhandled Virtual Hosts
Sometimes you may need to catch all unhandled virtual hosts in NGINX. In this article, we will learn how to set NGINX to catch all unhandled virtual hosts.
How to do Case Insensitive Rewrite in NGINX
How to Forward Request to Another Port in NGINX
How to Check if Key Exists in Python Dictionary
How to Get Random Number Between Two Numbers in JavaScript
Sometimes you may need to get random number between two numbers in JavaScript. Here is how to do it.