A curated list of HTTPS methods and status codes for quick reference by web devs.
-
-
Working around untrusted certificate errors in Express JS
Quick workaround for Error: DEPTH_ZERO_SELF_SIGNED_CERT and UNABLE_TO_VERIFY_LEAF_SIGNATURE while using express requests.
-
Creating scrollable Charts using Angular-Kendo
Creating Scrollable Charts: Horizontal scrolling of Charts is not supported out of the box in Kendo UI, however it can be achieved using a bit of custom styling. Basic steps: Set overflow: auto of the <div class="chart-wrapper">; Set width of the aforementioned div; Set width of the <div id="chart"> to…
-
Coding Best Practices – With a tinge of CSS!
For the curious: What made me write this post: A very good friend of mine called me up today and asked me to go through a web portal that their company is developing to gather some feedback about it. When I opened the page I was quite impressed at first…