Rakesh Patel
Wednesday, November 15, 2023

Get HTML table column values in array using map ()

›
Developers often find themselves needing to validate HTML table columns values, occasionally getting stuck in loops. Here's a straightf...
Wednesday, November 8, 2023

Some Useful APIs

›
Sharing some valuable APIs that have been instrumental in my projects on this blog for your reference. (1) LocalStorage API It lets you...
Wednesday, October 18, 2023

Visual Studio Code CheatSheet

›
Visual Studio Code CheatSheet This cheat sheet was a lifesaver for me; I hope it extends a helping hand to others too. ...
Monday, October 9, 2023

Extract data from HTML table in an array using jQuery.

›
Individuals encounter challenges working with data in HTML when attempting to integrate it into their code. The following presents a straigh...
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...
‹
›
Home
View web version
Powered by Blogger.