Friday, June 23, 2023
Helpful Tools for Web-Developer on internet
›
Small Dev Tools Free tools for devs like HTML/CSS/Javascript formatters, minifies, fake or test data generators, and many more. https://smal...
Tuesday, June 13, 2023
CSS Tricks
›
1) Custom input colour using the accent-colour property. You can use the CSS property accent-colour to change the colour of your input el...
Friday, June 9, 2023
Dropdown Menu with Checkbox
›
<script> $(".chkbox-menu").on("change", "input[type='checkbox']", function() { ...
Friday, May 12, 2023
Push into an Array in JavaScript
›
let myarray = [1,2,3,4,5] // Add to the start of an array Array.unshift(element); myarray.unshift(100); // output 100,1,2,3,4,5 // Add to th...
Monday, April 17, 2023
Image CSS property aspect-ratio, object-fit and mix-blend-mode
›
Three CSS properties will help you to display images 1) The aspect-ratio property maintains the aspect ratio of an element, even if its size...
Monday, April 10, 2023
_sppagecontextinfo Get current user details
›
While using CSOM, we have mostly required some details of the current users, like, Name, Email, Title (Designation), Manager, etc., Followin...
Monday, April 3, 2023
Get week number of month from Date
›
People struggle a lot when it needs to get a week from a date, here below is a simple example to get the week number of the month from a Dat...
‹
›
Home
View web version