forked from vaishaksuresh/webdevchecklist.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathitems.xml
More file actions
192 lines (181 loc) · 9.92 KB
/
Copy pathitems.xml
File metadata and controls
192 lines (181 loc) · 9.92 KB
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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
<?xml version="1.0" encoding="utf-8" ?>
<checklist>
<category name="Best practices">
<rule name="Fix broken links">
<link url="http://validator.w3.org/checklink">W3C link checker</link>
<link url="http://iwebtool.com/broken_link_checker">iWebTool Broken Link Checker</link>
</rule>
<rule name="Spell-check" />
<rule name="Check website in all browsers">
<link url="http://blogs.msdn.com/b/synergist/archive/2012/04/23/making-a-great-snapped-view-for-your-web-site-on-ie10-on-windows-8.aspx">Win8 snapped sites</link>
<link url="http://browsershots.org/">BrowserShots.org</link>
<link url="https://browserling.com/">Browserling.com</link>
</rule>
<rule name="Remove 'www' subdomain">
<link url="http://no-www.org/verify.php">no-www.org</link>
<link url="http://keyvan.io/remove-www-prefix-from-urls-with-url-rewrite-module-for-iis-7-0">Remove "www" in web.config</link>
</rule>
</category>
<category name="Mobile">
<rule name="MobileOK score of 75+">
<link url="http://validator.w3.org/mobile/">W3C mobile checker</link>
</rule>
<rule name="Use 'viewport' meta-tag">
<link url="http://webdesign.tutsplus.com/tutorials/htmlcss-tutorials/quick-tip-dont-forget-the-viewport-meta-tag/">Don’t Forget the Viewport Meta Tag</link>
<link url="http://www.hanselman.com/blog/MakeYourWebsiteMobileAndIPhoneFriendlyAddHomeScreenIPhoneIconsAndAdjustTheViewPort.aspx">Make your website mobile friendly</link>
</rule>
<rule name="Use correct input types">
<link url="http://html5tutorial.info/html5-contact.php">Input type: Email, Url, Phone</link>
<link url="http://diveintohtml5.info/forms.html">Diving in to HTML5 forms</link>
</rule>
<rule name="Manual check using emulators">
<link url="http://www.webdesignerdepot.com/2012/11/6-free-mobile-device-emulators-for-testing-your-site/">6 free mobile emulators</link>
<link url="http://www.opera.com/developer/tools/mobile/">Opera Mobile Emulator</link>
</rule>
</category>
<category name="Analytics">
<rule name="Uptime monitoring">
<link url="http://www.uptimerobot.com/">Uptime robot</link>
<link url="http://www.gotsitemonitor.com/">GotSiteMonitor.com</link>
</rule>
<rule name="Traffic analysis">
<link url="http://www.google.com/analytics">Google Analytics</link>
<link url="http://statcounter.com/">StatCounter</link>
<link url="http://clicky.com/">Clicky</link>
</rule>
</category>
<category name="Accessibility">
<rule name="Accessibility validation">
<link url="http://achecker.ca/checker/index.php">Online validator</link>
<link url="http://wave.webaim.org/">WAVE accessibility checker</link>
</rule>
<rule name="Color contrast">
<link url="http://www.checkmycolours.com/">Check color contrast online</link>
</rule>
<rule name="Implement WAI-ARIA" optional="true">
<link url="http://www.alistapart.com/articles/the-accessibility-of-wai-aria/">Guide to WAI-ARIA</link>
<link url="http://www.w3.org/WAI/presentations/2012/WWW2012.html">Getting started with accessibility</link>
<link url="http://www.punkchip.com/2010/11/aria-basic-findings/">Practical examples</link>
</rule>
</category>
<category name="Usability">
<rule name="HTML5 compatibility check">
<link url="http://ie.microsoft.com/testdrive/HTML5/CompatInspector/">Compat Inspector</link>
<link url="http://modernizr.com/">Modernizr JS library</link>
</rule>
<rule name="Custom 404 page">
<link url="http://www.alistapart.com/articles/amoreuseful404/">A more useful 404</link>
<link url="http://www.stokia.com/support/misc/web-config-custom-httperrors.aspx">Custom error pages in ASP.NET</link>
</rule>
<rule name="Favicon">
<link url="http://tools.dynamicdrive.com/favicon/">Online generator</link>
<link url="http://stackoverflow.com/questions/3728392/whats-the-optimal-html-link-syntax-to-use-for-site-icons-favions">How to properly link a favicon</link>
</rule>
<rule name="Use friendly URLs">
<link url="http://www.seomoz.org/blog/11-best-practices-for-urls">11 best practices for URLs</link>
<link url="http://www.iis.net/learn/extensions/url-rewrite-module/url-rewrite-module-configuration-reference">URL rewriting in IIS</link>
<link url="http://httpd.apache.org/docs/current/mod/mod_rewrite.html">URL rewrite in Apache</link>
</rule>
<rule name="Add P3P policy" optional="true">
<link url="http://msdn.microsoft.com/en-us/library/ms537341.aspx">How to deply P3P</link>
<link url="http://support.microsoft.com/kb/324013">Configure IIS to use P3P</link>
<link url="http://www.w3.org/P3P/validator.html">P3P validator</link>
</rule>
</category>
<category name="SEO">
<rule name="SenSEO score of 85+">
<link url="https://addons.mozilla.org/en-US/firefox/addon/senseo/">SenSEO for Firefox</link>
</rule>
<rule name="Google Rich Snippets">
<link url="http://www.google.com/webmasters/tools/richsnippets">Online tester</link>
<link url="http://schema.org/docs/gs.html">Getting started</link>
</rule>
<rule name="robots.txt">
<link url="http://support.google.com/webmasters/bin/answer.py?hl=en&answer=156449&from=35237&rd=1">robots.txt tutorial</link>
<link url="http://www.robotsgenerator.com/">Create robots.txt online</link>
</rule>
<rule name="XML sitemap">
<link url="http://www.xml-sitemaps.com/">Create sitemap online</link>
</rule>
</category>
<category name="Performance">
<rule name="Google Page Speed score of 90+">
<link url="https://developers.google.com/speed/pagespeed/">Google Page Speed</link>
</rule>
<rule name="Yahoo YSlow score of 85+">
<link url="http://yslow.org/">Yahoo's YSlow</link>
<link url="http://mark.mymonster.nl/2011/10/18/improve-the-yslow-score-remove-the-etags">Remove ETags in ASP.NET</link>
</rule>
<rule name="Web Page Test score of 90+">
<link url="http://www.webpagetest.org/">WebPageTest.Org</link>
</rule>
<rule name="Optimize HTTP headers">
<link url="http://redbot.org">redbot.org</link>
</rule>
<rule name="Optimize images">
<link url="http://www.smushit.com/ysmush.it/">SmushIt.com</link>
<link url="http://punypng.com/">PunyPNG.com</link>
<link url="http://visualstudiogallery.msdn.microsoft.com/a56eddd3-d79b-48ac-8c8f-2db06ade77c3/">Image Optimizer for Visual Studio</link>
<link url="http://pnggauntlet.com/">PNGGauntlet application</link>
</rule>
</category>
<category name="Semantics">
<rule name="Add meaning with Microdata">
<link url="http://schema.org/">Schema.org reference</link>
<link url="http://schema-creator.org/">Schema-Creator.org</link>
</rule>
<rule name="Check the semantics">
<link url="http://www.w3.org/2003/12/semantic-extractor.html">W3C semantic extractor</link>
</rule>
</category>
<category name="Code quality">
<rule name="HTML validation">
<link url="http://validator.w3.org/">W3C HTML validator</link>
<link url="http://watson.addy.com/">Dr. Watson</link>
</rule>
<rule name="CSS validation">
<link url="http://jigsaw.w3.org/css-validator/">W3C CSS validator</link>
</rule>
<rule name="World ready">
<link url="http://validator.w3.org/i18n-checker/">W3C i18n checker</link>
</rule>
<rule name="Run CSS Lint">
<link url="http://csslint.net/">Run CSS Lint online</link>
<link url="http://visualstudiogallery.msdn.microsoft.com/a921b98e-9430-4be2-bf53-1169e12bdb50">CssCop for VS 2010</link>
<link url="http://vswebessentials.com/">Web Essentials for VS2012</link>
</rule>
<rule name="Run JSLint/JSHint">
<link url="http://jslint.org/">Run JSLint online</link>
<link url="http://jshint.com/">Run JSHint online</link>
<link url="http://vswebessentials.com/">Web Essentials for VS2012</link>
</rule>
<rule name="RSS/ATOM validation" optional="true">
<link url="http://validator.w3.org/feed/">W3C feed validator</link>
<link url="http://feedvalidator.org/">feedvalidator.org</link>
</rule>
</category>
<category name="Security">
<rule name="Implement best practices">
<link url="https://www.owasp.org/index.php/Category:OWASP_Top_Ten_Project">OWASP Top 10 project</link>
<link url="https://www.owasp.org/index.php/Cheat_Sheets">OWASP Cheat Sheets</link>
<link url="http://msdn.microsoft.com/en-us/library/330a99hc(v=vs.100).aspx">ASP.NET security overview</link>
</rule>
<rule name="Cross-site scripting">
<link url="https://www.owasp.org/index.php/XSS_(Cross_Site_Scripting)_Prevention_Cheat_Sheet">XSS cheat sheet</link>
<link url="https://www.owasp.org/index.php/DOM_based_XSS_Prevention_Cheat_Sheet">DOM based XSS cheat sheet</link>
<link url="http://www.acunetix.com/cross-site-scripting/scanner/">Free XSS scanner</link>
</rule>
<rule name="Cross-site request forgery">
<link url="http://www.codinghorror.com/blog/2008/09/cross-site-request-forgeries-and-you.html">Explanation and walkthrough</link>
<link url="https://www.owasp.org/index.php/Cross-Site_Request_Forgery_(CSRF)_Prevention_Cheat_Sheet">CSRF cheat sheet</link>
</rule>
<rule name="Prevent tampering">
<link url="http://advosys.ca/papers/web/60-form-tampering.html">Prevent HTML form tampering</link>
</rule>
<rule name="Secure connection (SSL)" optional="true">
<link url="http://support.microsoft.com/kb/299875">Setup SSL on IIS 7</link>
<link url="http://www.digicert.com/ssl-certificate-installation-apache.htm">Setup SSL on Apache</link>
<link url="http://certlogik.com/ssl-checker/">Online SSL checker</link>
</rule>
</category>
</checklist>