Monday, September 18, 2023
SharePoint Useful URLs for administrators and super users
›
This post serves as a valuable reference hub for all the handy shortcut URLs in SharePoint, streamlining tasks for administrato...
Tuesday, September 12, 2023
Extract all URLs from a web page
›
Here is a quick JavaScript snippet to extract all URLs from a webpage, using Developer Tools. No Browser Extension is required! const r...
Monday, September 4, 2023
Get icon from image file - CSS
›
CSS to get Carret symbol .carret{ display: inline-block; width: 0; height: 0; border-top: 10px solid; border-top: 4...
Friday, July 21, 2023
Clone columns of the table using jQuery
›
Following is the example where you can clone required columns and sequence from the source table to the new table table columns like (sou...
Monday, July 10, 2023
Read File Content from SharePoint List Items
›
Working function, where you can read file content available as an attachment in your SharePoint list item. #sharepoint #jquery #sharepointso...
Tuesday, July 4, 2023
VS-Code Cheatsheet
›
BASICS Ctrl+Shift+N New window/instance Ctrl+Shift+W Close window/instance Ctrl+Shift+P or F1 Show Command Palette Ctrl+P Quick Op...
Free resources links on web development over the internet
›
Free resources on web development ONLINE LEARNING PLATFORM Free Code Camp https://www.freecodecamp.org/ Udemy https://www.udemy.com/ ...
‹
›
Home
View web version