Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
| # Email Development Useful Links | |
| ## So I decided to learn how to learn email developemnt | |
| ## While at my current company I find my self editing and building emails on a regular bases. | |
| ## I learned quickly the difference between coding for the web vs coding for email. | |
| ## Here are some useful links I've found to help me during this journey | |
| Useful Links | |
| [Litmus testing tools](https://litmus.com/) | |
| [Email on Acid testing tools](http://www.emailonacid.com/) | |
| [The Outlook Team Blog](http://blogs.office.com/b/microsoft-outlook/) |
Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |