Posts

Showing posts with the label Developer Tools

A New Collection of Thoughtful Learning Apps — Now Available on iOS & Android

Image
I’m excited to share a set of mobile apps I’ve recently completed and published on both the Google Play Store and the Apple App Store. These apps are designed with a simple goal in mind: to make meaningful, structured content more accessible, whether you’re studying theology or improving your English vocabulary. 📱 Now Available on Both Platforms All apps are live and available for download: Google Play Developer Page: https://play.google.com/store/apps/dev?id=5835943159853189043 Apple App Store Developer Page: https://apps.apple.com/ca/developer/q-z-l-corp/id1888794100 📖 Theology & Confession Study Apps For those interested in Reformed theology and classical Christian teachings, I’ve developed a series of apps that present foundational texts in a clean, focused reading format: The Belgic Confession Canons of Dort Heidelberg Catechism Westminster Shorter Catechism Each app is designed to provide a distraction-free experience, making it easier to read, reflect, and revisit these im...

Why My Chrome Extension Filled Input Values but Nothing Appeared on Screen

Image
Extension auto-fill works on most vendor sites, but fails on Angular-based page (ng-pristine vs ng-dirty issue) Problem Background We are building a browser extension that auto-fills customer information (first name, last name, email, phone number, address, etc.) into different vendor websites. Each vendor site has different page structures, and our content script is responsible for detecting input fields and filling data automatically. Issue Symptom Most vendor sites work correctly. However, on one specific vendor site, auto-fill does not work: Our logs show values are being filled No visible changes appear in the UI Input fields remain empty from user perspective Filling input: firstName = John Filling input: email = test@example.com But UI still shows no updated values. Environment Extension: Chrome Extension (content script) Language: JavaScript Target site: Vendor web application Framework (discovered later): Angular Debugging Process W...

Introducing QZL Compare: A Free, Browser-Based File & Folder Diff Tool

Image
QZL Compare Free Online File, Folder & Text Diff Tool — No Install. No Upload. 100% Private. Try It Free → Ever wished you had Beyond Compare — the beloved diff tool — but for free, right in your browser, without installing anything or worrying about your code leaking to a server? That's exactly what QZL Compare is built to be. QZL Compare is a free, open-source , browser-based comparison tool that lets you diff files, whole folders, and raw text — all processed locally in your browser. Your files never leave your machine. 🛠️ Three Powerful Comparison Modes 📄 File Diff — Side-by-Side Line Comparison Open two files and get an instant side-by-side diff with line-by-line highlighting. Changed lines are color-coded (green = added, red = deleted, orange = modified) and character-level inline diffs show you exactly what changed within a line. Navigate diffs with F7 / F8 or ...