Javascript

SharePoint Parsing Tool

Automating SharePoint Data Extraction with Playwright and Python The Problem: Vendor Checks Scattered Across SharePoint Accounts-payable teams often store vendor data in several places. Vendors, accounts, GL codes, and vendor…

Read More

From 4 Minutes to 2: Building a Desktop HITL Assistant for SharePoint Vendor Validation

Introduction / Issue  Anyone who has supported a Human-in-the-Loop (HITL) validation workflow knows the friction: an AI model extracts invoice data, a human validator must confirm every field against the…

Read More

Seeing Inside the Black Box: Building a Visualizer for RAG Chunks

Introduction / Issue  Anyone who has worked with a Retrieval-Augmented Generation (RAG) pipeline has run into the same frustrating moment: the model returns an answer, and somewhere behind it a…

Read More

Real Time Website Cloning-Create an Instagram replica with React JS

  Introduction  In the world of web development, the ability to clone popular websites has become a valuable skill. Cloning not only helps developers understand the architecture and features of…

Read More

Mastering Angular Framework-Create a Single Page Application (Website) Using Angular

  Introduction  In the rapidly evolving world of web development, creating highly performant and user-friendly applications is a top priority. Angular, a powerful and versatile framework maintained by Google, has…

Read More

Allow Only Number and Decimals Using Jquery in Oracle Apex

1.        Overview This document explains how to Allow only Numbers and Decimal Using Jquery in Oracle APEX. 2.        Technologies and Tools Used The following technologies has been used to achieve…

Read More

How To Create Scroll Indicator in Oracle APEX

1. Overview This document talks about how to create scrollbar indicator in Oracle APEX by using JavaScript in Oracle APEX. 2. Technologies and Tools Used The following technologies has been…

Read More

Display Time in Navigation Bar

1.        Overview This document explains how to create a Display Time in Navigation Bar using Oracle APEX. 2.        Technologies and Tools Used The following technologies has been used to achieve…

Read More

Highlight Data in different colors Using CSS

Use the below code in report query to highlight data with different colors based on conditions CASE             WHEN (TRUNC(SYSDATE) > date_down AND date_down IS NOT NULL)             AND date_out IS…

Read More

Check Data type using JavaScript

Use the below script to perform duplicate data validation along with numeric data type validation in Javascript. <!–duplicate checking for lpn –> <script> function check_lpn(pThis) { var j_item_id=pThis.id; var k_item_id=’#f02’+j_item_id.substr(3);…

Read More