Last active
May 19, 2017 03:28
-
-
Save FreeDaGeek/1ef7f3ea2b8eb3758708341a12fb342c to your computer and use it in GitHub Desktop.
Revisions
-
FreeDaGeek revised this gist
May 19, 2017 . No changes.There are no files selected for viewing
-
FreeDaGeek created this gist
May 19, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,21 @@ # 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/) [The Litmus Team Blog](https://litmus.com/blog/) [The Email Standards Project](http://www.email-standards.org) [W3C Validator](http://validator.w3.org/) [MailChimp](http://mailchimp.com/) [Campaign Monitor](http://www.campaignmonitor.com/) [Premailer, preflight check for emails](http://premailer.dialect.ca/) [JPEGmini image compression tool](http://www.jpegmini.com/) [tinyPNG image compression tool](http://tinypng.org/) [Sublime Text, my preferred editor](http://www.sublimetext.com/) # If anyone has any great links please share :)