Skip to content

Instantly share code, notes, and snippets.

@FreeDaGeek
Last active May 19, 2017 03:28
Show Gist options
  • Select an option

  • Save FreeDaGeek/1ef7f3ea2b8eb3758708341a12fb342c to your computer and use it in GitHub Desktop.

Select an option

Save FreeDaGeek/1ef7f3ea2b8eb3758708341a12fb342c to your computer and use it in GitHub Desktop.

Revisions

  1. FreeDaGeek revised this gist May 19, 2017. No changes.
  2. FreeDaGeek created this gist May 19, 2017.
    21 changes: 21 additions & 0 deletions Email Development Useful Links
    Original 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 :)