Skip to content

8 nvm email typeahead

Rnjai Lamba edited this page Apr 24, 2016 · 1 revision

NVM
node version manager https://github.com/creationix/nvm
use nvm https://davidwalsh.name/nvm
nvm issues https://github.com/creationix/nvm/issues/1042
nvm version issue nodejs https://github.com/wekan/wekan/issues/522
after curl add below to bash_profile
export NVM_DIR=”/Users/rnjailamba/.nvm”
[ -s “<script type="math/tex" id="MathJax-Element-11">NVM_DIR/nvm.sh" ] && . "</script>NVM_DIR/nvm.sh” # This loads nvm

Email analytics
http://www.programmerinterview.com/index.php/general-miscellaneous/click-tracking-in-emails/
http://www.programmerinterview.com/index.php/general-miscellaneous/tracking-opens-plain-text-emails/
http://stackoverflow.com/questions/5448381/tracking-email-with-php-and-image
http://stackoverflow.com/questions/2958926/track-mass-email-campaigns?rq=1
http://stackoverflow.com/questions/14000277/tracking-email-opens-with-a-real-image?rq=1

Email editors
email css https://github.com/premailer/premailer
template builder https://mosaico.io/
https://builder.stamplia.com/#

mosaic http://stackoverflow.com/questions/8985950/email-editor-similar-to-campaign-monitor-or-mailchimps-editor
user engagement http://www.knowtify.io/
email check https://litmus.com/
https://www.putsmail.com/

workflow for emails
zurb http://foundation.zurb.com/emails/docs/sass-guide.html
zurb templates http://zurb.com/playground/responsive-email-templates
ckeditor zurb https://www.foundationdeck.com/templates/smarteradmin/editor.html
ckeditor zurb http://foundation.zurb.com/forum/posts/1830-html-wysiwyg-editor?sort=Most+Helpful
opensource templates http://www.developerstudio.work/blog/design-and-devs/best-sites-to-download-open-source-email-templates/
ckeditor http://ckeditor.com/demo

Type ahead
http://stackoverflow.com/questions/22983665/twitter-bootstrap-3-0-typeahead-ajax-example
https://github.com/twitter/typeahead.js/issues/1220