pgAdmin4 UI Broken – no windows
I recently ran into a strange pgAdmin4 bug where the UI loaded but none of the menus or dialogs were visible. This is apparently the result of a bug which can corrupt the configuration settings. Fortunately the fix is pretty easy. Unfortunately, you will need to reconfigure your UI customizations. Close pgAdmin4 and then browse […]
One Liner To Stop All Node Processes
(windows only)
Dynamically Attach Google Analytics Event Handler to File Download
Attaching to all attr pdf’s $( document ).ready(function() { //attach event dispatcher to all links that are pdf files //register event in analtyics $(‘a[href*=”.pdf”]’).click(function(e) { ga(‘send’, ‘event’, ‘PDF’, ‘download’, $(this).attr(‘href’), 1); }); });
Angularjs 1.4 connect to imgur topics api
Example Page Click the image to see the reverse image lookup from imgur to google images.