You Are Viewing Posts Under Category: HTML-CSS-PHP-JavaScript

How To Capitalize Every Starting Letter Of A Word In A String JavaScript?
| January 22nd, 2022 | 0 Comments | HTML-CSS-PHP-JavaScript / JavaScript CodesDo you want to capitalize each first letter of the word in a string using Vanilla JavaScript? Here is the little one-line function to make any string capitalised in one process. There are many code snippets available online or on many other blogs and websites but everyone is not able to optimize you...
Sort An Array With Respect To Multiple Column In ASC/DESC Order Using JavaScript
| January 20th, 2022 | 0 Comments | HTML-CSS-PHP-JavaScript / JavaScript CodesThe following function will allow you to sort an array of objects on one or multiple properties, either ascending (default) or descending on each property and allow you to choose whether or not to perform case sensitive comparisons. By default, this function performs case insensitive sorts. There ar...
Pure JavaScript Formula To Calculate And Show Islamic Hijri Dates
| January 14th, 2022 | 0 Comments | HTML-CSS-PHP-JavaScript / JavaScript CodesIf you do not need fancy looking Hijri calendar widget, or you want to style the calendar text by yourself, or you are a webmaster or a web developer that want to build your own Hijri calendar web applications, then the following code may be of use. The script (modified from Robert van Gent’s ...
How To Get User Location (Lat/Long) Using Pure JavaScript?
| January 9th, 2022 | 0 Comments | HTML-CSS-PHP-JavaScript / JavaScript CodesDetecting the location of your users can be really useful if you want to personalize your user’s experience when they browse through your website. Want to show a uniquely tailored promotion? Want to change the language of your site or design based on where your users are coming from? Lots of websi...
How To Stop Highlighting A Web-Page Using Pure CSS Code?
| January 8th, 2022 | 20 Comments | Blogspot / Blogspot Tricks / CSS Codes / HTML-CSS-PHP-JavaScript / Website / Website TricksAfter my previous article that is “How To Disable Highlighting The Text From DIV, Blog And Website?” I am here to share the CSS version that is also better than that in some ways that are quick to load than that and also will work on JavaScript blocker because it is not a JavaScript code...
How To Detect Internet Connection Using Toast Notification In JavaScript?
| January 5th, 2022 | 2 Comments | HTML-CSS-PHP-JavaScript / JavaScript CodesThe question is that how to check or detect Internet Connection while the user is browsing your website using HTML CSS & JavaScript. In this tutorial, we will use Toast Notification to detect internet connection with HTML, CSS, and JavaScript. Here, We have shown you or taught you how you can ch...










