Quinn’s Clock
Hour: Minute: Angle: 0° Rating: 5.0/5 (1 vote cast) Rating: 5.0/ 5 (1 vote cast) Related posts: Number’s Factors Practice for Primary School Students How To Draw Diamond Recursively CSS Font-Size Illustrated
Software Development Velocitor
Hour: Minute: Angle: 0° Rating: 5.0/5 (1 vote cast) Rating: 5.0/ 5 (1 vote cast) Related posts: Number’s Factors Practice for Primary School Students How To Draw Diamond Recursively CSS Font-Size Illustrated
Text inside a WiFi sharing QR code WIFI colon S colon SSIDNAME semicolon T colon WPA semicolon P colon PASSWORD semicolon semicolon For example, if the SSID is “I Love My WiFi” and the password is “AndMyFamily” the text will be WIFI:S:I Love My WiFi;T:WPA;P:AndMyFamily;; credit: https://pocketables.com/2022/01/how-to-format-that-wifi-qr-code-in-plain-text.html Rating: 3.0/5 (1 vote cast) Rating:…
Previously, in JSON Table Editor we need to click each table icon () to view the child data. Please observe below example: To view Request_item column’s data, we need to click the table icon (), which will open a new window. Today I added a new improvement to make it easier to view the inner […] Rating: 5.0/ 5 (1 vote cast) Related posts: JSON Table Editor Enhancements – Part 4 JSON Table Editor…
Today I had an idea for a Chrome extension project. So after work, I re-learning again on how to create a Chrome extension. As I was tinkering with the code, I encountered this error: Uncaught (in promise) Error: Cannot access contents of url “https://developer.chrome.com/docs/extensions/reference/permissions/”. Extension manifest must request permission to access this host. To solve […] Rating:…
One of the main grievance I have about JSON Table Editor was the slow loading when we load huge data. The loading progress bar also didn’t provide meaningful information to help us manage our expectations. Recently, when working on recent enhancements, I realized that my old way of loading the data can be improved. I […] Rating: 3.0/ 5 (1 vote cast) Related posts: JSON Table Editor Bug Fixes and…
Recently, I found two bugs in JSON Table Editor. Both bugs are related to the Grid’s filter. The first one is the filter for string data type. The filter is only showing one text field. It will search based on ‘contains’ operator. Which is not a very good filter. Filtering for ‘Published’ rows, still include […] Rating: 5.0/ 5 (1 vote cast) Related posts: JSON Table Editor Enhancements – Part 6…
After writing about the last round of bug fixes and enhancement, I realized I can quickly implement another enhancements for JSON Table Editor. Now we can save to Local Storage: After saved, we can then load from Local Storage: Another minor enhancement is we can now specify whether the gist is public or private. By […] Rating: 3.0/ 5 (1 vote cast) Related posts: JSON Table Editor Enhancements –…
The last time I did bug fixes/enhancements JSON Table Editor was about 2 years ago. So why now I come back to this project again? Well, recently myself and a colleague were working to test API endpoints developed by external vendor. Some of the endpoints are returning huge amount of data in JSON format. So […] Rating: 5.0/ 5 (1 vote cast) Related posts: Bug Fixes and Enhancements to JSON Table…
Start developer command prompt. Either from Windows’ Start menu, or within Visual Studio. From Windows’ Start menu: From Visual Studio: Run this command (in this example I’m searching for Kendo): gacutil /l | findstr "Kendo" We should be able to see any matching result: I hope it helps. Cheers! Rating: 4.0/5 (1 vote cast) Rating: 4.0/ 5 (1 vote cast) Related posts: [SOLVED] Upgrade Win 7 Pro to…
I forgot the SSH password to this server. Luckily, I’m using the same account for SFTP which is stored in FileZilla. Here’s the steps I went through to retrieve the password. STEP 1: Export FileZilla’s configuration. Click File -> Export Save it as sites.xml STEP 2: Open sites.xml in an editor If it looks like […] Rating: 4.0/ 5 (1 vote cast) Related posts: Google Chrome Password-Breached Warning…