Tag: examples
-
thedotisblack
thedotisblack is a platform for research design that aims on the development of design knowledge through generative drawings made with code. The multidisciplinary design concept behind thedotisblack attempts to combine visual narratives and natural science studies, sound analysis and data visualization. In general, thedotisblack focuses on simple rules in code that utilize basic design principles…
-
How to Track Almost Anything with Google Tag Manager and WordPress with examples
This is a very good tutorial by Daniel Lee at wpmudev with some useful examples on how to track almost anything with Google Tag Manager (GTM) in Google Analytics (GA) on a WordPress site. premium.wpmudev.org/blog/google-tag-manager/
-
How to generate a Public and Private Key: RSA Examples and Notes from phpseclib
The phpseclib on source forge allows you to generate Public and Private Keys and is fully interoperable with OpenSSL and other standardized cryptography programs and protocols. Software is written in PHP and designed to be ultra-compatible (working with PHP4+ assuming the use of PHP Compat) and does not require any extensions. For purposes of speed,…