Useful tips for everyday
How to add Attachment field in SharePoint 2013? Requirement: Add attachment column to a custom new/edit forms in SharePoint 2013. Create new custom list forms…
How do you organize personal programming projects? Organize your data and code Encapsulate everything within one directory. Separate raw data from derived data and other…
What do you understand by the purpose of tunneling? Tunneling is a protocol that allows for the secure movement of data from one network to…
What is serial port service Bluetooth? Bluetooth LE and Bluetooth SPP are both Bluetooth profiles (sometimes called “pairing modes”). Bluetooth SPP (Serial Port Profile) is…
How do I get a unique client ID? To create a custom client ID: On the Top Nav Bar, click the Search button , and…
How to generate facets in the search API? You can generate facets from range, collection, geospatial, and custom constraints. To generate facets from a constraint…
How to use or in a con statement in the ArcGIS raster? The pages Building expressions in Raster Calculator and Conditional evaluation with CON don’t…
What does it mean to escape data? Whenever you’re outputting data make sure to properly escape it. Escaping is the process of securing output by…
How do I display PDF in browser instead of downloading? Scroll down in Site Settings and click “Additional content settings” at the very bottom. In…
How do you change a line in a file with Ansible? You can use the lineinfile Ansible module to achieve that. The regexp option tells…