@ class ="comment"><!--CLICKABLE BOX--> class ="tag"><div style="background: linear-gradient(135deg, rgb( class ="number">227 , class ="number">242 , class ="number">253 ), rgb( class ="number">187 , class ="number">222 , class ="number">251 )); border-radius: 14px; box-shadow: rgba( class ="number">0 , class ="number">0 , class ="number">0 , class ="number">0 . class ="number">15 ) 0px 3px 8px; display: block; margin: 12px 0px; padding: 18px 20px; width: class ="number">100 %;"> class ="tag"><a href="https://drive.google.com/drive/folders/1tgJdKXaKRfaXZOvo6d3l5ErPn8Eh4f3B?usp=sharing" style="color: #0d47a1; display: block; font-size: x-large; font-weight: bold; text-align: center; text-decoration: none; width: class ="number">100 %;...
Posts
Showing posts from March, 2026
- Get link
- X
- Other Apps
JSON Dashboard - Light Theme ADD / EDIT / DELETE Active Inactive Add Item Cancel Edit ALL DATA BATCH INPUT and BATCH OUTPUT INPUT DATA (ALL) ID Name Value User ID Status Created At Actions OUTPUT Export JSON Export CSV AUTO-REFRESH QUERY SCOPING Filter Options Filtered Rows: 0 / 0 ID Name Value User ID Status Created At
- Get link
- X
- Other Apps
JSON Dashboard - Sticky Header Tables 1) CRUD - Add / Edit / Delete Items Active Inactive Add Item Cancel Edit 2) INPUT - DATA (ALL) - OUTPUT INPUT DATA (ALL) ID Name Value User ID Status Created At Actions OUTPUT Export JSON Export CSV 3) Filter Inputs - Data Result Filter Options Filtered Rows: 0 / 0 ID Name Value User ID Status Created At
- Get link
- X
- Other Apps
JSON Dashboard - Multi-Select & Scrollable Tables Main JSON Database Active Inactive Add Item Cancel Edit OUTPUT Export JSON Export CSV INPUT ID Name Value User ID Status Created At Actions Filter Options (Multi-Select Dynamic) Filtered Output Filtered Rows: 0 / 0 ID Name Value User ID Status Created At
- Get link
- X
- Other Apps
JSON Dashboard with Dropdown Filters and Input/Output Boxes Main JSON Database Active Inactive Add Item Cancel Edit OUTPUT Export JSON Export CSV INPUT ID Name Value User ID Status Created At Actions Filter Options --Select Name-- Item A Item B Item C --Select User ID-- 123 456 --Select Status-- Active Inactive --Select Value-- 100 150 200 Filtered Output ID Name Value User ID Status Created At
- Get link
- X
- Other Apps
JSON Dashboard with Dropdown Filters and Output Table Main JSON Database Active Inactive Add Item Cancel Edit Export JSON Export CSV ID Name Value User ID Status Created At Actions Filter Options --Select Name-- Item A Item B Item C --Select User ID-- 123 456 --Select Status-- Active Inactive --Select Value-- 100 150 200 Filtered Output ID Name Value User ID Status Created At
- Get link
- X
- Other Apps
$newId, "user_id" => $_POST['user_id'], "name" => $_POST['name'], "value" => $_POST['value'], "status" => $_POST['status'], "created_at" => date('Y-m-d H:i:s') ]; // Add new row to the array $dataArray[] = $newRow; } // ---------- HANDLE SCOPED QUERY ---------- $userParam = isset($_GET['user']) ? $_GET['user'] : ''; $statusParam = isset($_GET['status']) ? $_GET['status'] : ''; $filteredData = array_filter($dataArray, function($row) use ($userParam, $statusParam) { $userCheck = $userParam === '' || $row['user_id'] == $userParam; $statusCheck = $statusParam === '' || $row['status'] == $statusParam; return $userCheck && $statusCheck; }); // Sort by created_at descending usort($filteredData, function($a, $b) { return strtotime($b...
- Get link
- X
- Other Apps
Datavzrd_ Rapid programming- and maintenance-free interactive visualization and communication of tabular data _ PLOS One.html prompt: extract all url of images inside and extract/give title Here are the extracted image URLs + their titles (alt / caption) from your HTML file. ✅ 1. Main Figure Images (Carousel / Inline) These are the primary <img> tags with clear titles (alt="Fig X"): Fig 1 → /plosone/article/figure/image?size=inline&id=10.1371/journal.pone.0323079.g001 Fig 2 → /plosone/article/figure/image?size=inline&id=10.1371/journal.pone.0323079.g002 Fig 3 → /plosone/article/figure/image?size=inline&id=10.1371/journal.pone.0323079.g003 ...