-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathversion02.html
128 lines (119 loc) · 6.06 KB
/
version02.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<h4>Items prefaced with "EBP" are for the actual email boilerplate. Others are just relative to the site design or functionality.</h4>
<pre>
Planned for a future release:
> change to a fluid design: http://www.designinfluences.com/fluid960gs/
> move images to Rackspace CDN and add htaccess reference
> add more about the tools used: esp's acid test, email on acid, what email clients tested in, etc
> see the actual code in a preview of all major email clients showcase/modal. maybe use cm's acid test? maybe not. courtesy of emailonacid. Like a "see how it performs" section. Need an acid test template.
> create 404 redirect/page
> EBP: Background image workaround (advanced)
> add work in progress message on page load for now (use cookies)
> more HTML5 semantic markup
> EBP: video in email (w/ graceful degradation)
> add acid test email and results http://www.campaignmonitor.com/blog/post/3392/1px-borders-padding-on-table-cells-in-outlook-07/
> tweet #EBP button
> add specific versions for email clients like mailchimp, campaign monitor, Salsa/DIA, Convio, Sphere, etc
> add more documentation around bringing styles inline and highlight premailer: http://getsatisfaction.com/ebp/topics/why_no_mention_of_premailer_pre_flight_tool AND http://getsatisfaction.com/ebp/topics/inline_yes_for_rules_which_cant_be_applied_inline_or_at_least_dont_relate_to_inline_able_content
> style alt tags and center tables: http://getsatisfaction.com/ebp/topics/quick_updates-nma6e
> add facebook meta data: http://getsatisfaction.com/ebp/topics/facebook_meta_data
> create github wiki based on slideshow and instructions
> add facebook graph to site
> MORE TESTING
11/5
> EBP: @media for iphone, ipad, winmo
> EBP: add Outlook 2007/2010 targeting http://goodwurk.com/an-html-email-boilerplate/
> EBP: add border="0": http://getsatisfaction.com/ebp/topics/remove_border_on_images
> EBP: outlook engine targeting: https://github.com/seanpowell/Email-Boilerplate/pull/3
> EBP: styling and working with iphone tel links
> EBP: new doctype
> EBP: better image defaults
> EBP: new targeting section
> EBP: updated yahoo paragraph fix
> EBP: updated yahoo link fix
<hr />
6/1
> added fix for border issues in Outlook 07 (border collapse)
> fixed line numbering issue
> fixed a few discrepancies and typos
<hr />
4/5 (or thereabouts)
> add facebook like and twitter retweet option
> formatting for presentation
> add getsatisfaction
> add javascript check for browsers using Modernizr
<hr />
3/17
> Added downloadable option and some more instructional text
> Fixed an issue where the about flag rolled over the social media buttons
> Fixed various minor formatting issues
> Updated instructions
> Added HTML5 video
> Removed offline storage (for now)
> Updated/changed some of the HTML5 markup
> Added HTML5 logo and FB like widget
<hr />
3/14
> added resources slide - EOA, premailer, cm blog, mc blog
> mouseover border for the code block (usability)
> make formatting for comments uniform in notes
> add disqus or some sort of commenting feature under code section
<hr />
3/2
> changed the ebp and removed the resources section. adding them to the slideshow.
> updated the ebp for validation errors and developed another acid test
<hr />
2/28
> made www point to site
> added in gmail image fix to body of code
> update README file with instructions
> smushed images
> add google analytics tracking
> screen shots for examples
<hr />
2/18
> added tip number 10
> updated attribution to reflect changes from Fabio at Mailchimp
<hr />
2/15
> added coming soon and info about ntc11 on the screen
> added social media links
> added creative commons license
> added Internet Explorer warning/Moz Webkit
> changed code instruction lightbox to execute on double click (usability)
> minor copy editing
> added favicon
> added test for ie (w/ help from modenizr)
<hr />
2/4
> publish revision page
> add fork on github imagery and put email code up
<hr />
1/31
> Removed notepad flyout due to usability issues
> Fixed "About Us" flyout to close on mouseclick outside of element
> Added Syntax highlighting to code block
<hr />
1/30
> Added "notepad" fly-out functionality
<hr />
1/25
> Fixed code block
> added reset for hotmail
> added in notepade for code snippets
> fixed various rendering issues
> added about copy and first page block copy
> shrunk the picture of the man working at his desk
<hr />
1/17
> Added draft copy to front page and footer
> Added more items to list of email/HTML5 things to try
<hr />
1/5
> Fixed various CSS issues
> Added code scroll bar via jquery
> Added in video placeholder
> Updated code structure with a few more HTML5 elements
<hr />
12/19
> Pushed initial site to server
</pre>