Skip to main content

Posts

Showing posts from May, 2026

Face Detection in Oracle Apex

Face Detection Blog - Embedded JS Jefith Shalin Oracle APEX Developer · May 2025 Live Demo GitHub Oracle APEX · AI Integration A Developer's Real Story Building a Face Detection Attendance System in Oracle APEX A real story of trial, error, and finally making face-api.js actually work inside an APEX app. No fluff — just what happened and what finally worked. Try Live Demo View on GitHub 0.22.2 face-api.js Version 2 APEX Pages Built 4 AJAX Processes face-api.js Oracle APEX JavaScript AI / ML Face Recognition CDN Attendance System PL/SQL The Beginning So here is how it all started I was tasked with building an attendance system for our off...

Auto-Increment Fill in Oracle APEX Interactive Grid

Part 2 · IG Fill Series Excel-Like Auto-Increment Fill in Oracle APEX Interactive Grid May 2026 · 5 min read · Jefith Shalin Oracle APEX Interactive Grid jQuery JavaScript PL/SQL Live Demo GitHub Code 🔗 This is Part 2 of the series. Part 1 covers the basic drag-fill copy behavior. Read it first if you haven't done the initial setup yet. Part 1: Excel-Like Drag Fill in Oracle APEX IG → What is This About? When copy-fill is not enough In Part 1 we built drag-fill where selecting a cell and dragging down copies the same value to every row. Users liked it and it worked well. Then one of the team members pointed out something obvious: "In Excel when you drag a number it goes 1, 2, 3. Ours just repeats the same val...