Useful tips for everyday
How to setup afp server in time machine? The afp.conf file contains all AFP specific configurations and AFP volume definitions. Let’s edit ours with nano…
How to create a JavaScript plugin for TinyMCE? TinyMCE is designed to be easily extended by custom plugins; with APIs for registering custom plugins, and…
What does redirecting to Dev Null do? The > operator redirects the output usually to a file but it can be to a device. You…
How do I test my website for SEO? SEO Analyzer SEO Analysis. If you want more search traffic, all you have to do is follow…
How to use presaveaction function on custom list forms? With a custom SharePoint list form with custom UI (not SharePoint UI) and after save or…
How does batch size affect learning rate? For the ones unaware, general rule is “bigger batch size bigger learning rate”. This is just logical because…
Why should we use container classes rather than simple arrays? When using container classes, things are much easier. You can’t insert an element into the…
What affects the size of a paired t-test? The Effect Size A d near 0.2 is a small effect, a d near 0.5 is a…
How can I tell if my network is a VM? Click on the connectivity check which is present under Network Diagnostic Tools on the Azure…
How do I add a href to a button? You can just use the tag with a button inside :). And it will load the…