|
53
|
|
|
Use a separate domain for static content like images or styles that don't need access to cookies, because all cookies for a domain and it's subdomains are sent with every request to the domain and it's subdomains.Static content (ie, images, css, javascript, and generally content that doesn't need access to cookies) should go in a separate domain that does not use cookies, because all cookies for a domain and it's subdomains are sent with every request to the domain and it's subdomains.
|
|
|
|
52
|
|
|
(changes only visible within HTML tags; use view source link)
|
|
|
|
51
|
|
|
Avoid table-based layout: Google will generally score good semantic/CSS-based html better than an equivalent page with table-based layout. This is arguable. While its better to always avoid tables for non tabular information, it doesn't necessarily impacts on Google's page rank.
|
|
|
|
50
|
|
|
(changes only visible within HTML tags; use view source link)
|
|
|
|
49
|
|
|
Understand HTTP and things like GET, POST, sessions, cookies, and what it means to be "stateless".stateless".Move Understand how JavaScript, style sheets, and other resources used by your page are loaded and consider their impact on perceived performance. It may be appropriate in some cases to move scripts to the bottom of your pages.
|
|
|
|
48
|
|
|
Use www.yourdomain.coma separate domain for static content like images or styles that don't need access to cookies, because all cookies which are saved to yourdomain.com for a domain and it's subdomains are send to sent with every accessed subdomain, slowing them down unnecessaryrequest to the domain and it's subdomains.
|
|
|
|
47
|
|
|
Use www.yourdomain.com, because cookies with which are saved to yourdomain.com are send to every accessed subdomain, slowing them down unnecessary
|
|
|
|
46
|
|
|
Use www.yourdomain.com, because cookies with are saved to yourdomain.com are send to every accessed subdomain, slowing them down unnecessaryRewrite requests asking for yourdomain.com to www.yourdomain.com to prevent splitting the google ranking between both sites
|
|
|
|
45
|
|
|
Combine/concatenate multiple stylesheets or multiple script files to reduce number of browser connections and improve GZip ability to compress duplications between files
|
|
|
|
44
|
|
|
Read The Google Browser Security Handbook Take a look at the Yahoo Exceptional Performance site, lots of great guidelines including improving front-end performance and their YSlow tool. Google page speed is another tool for performance profiling. Both require firebug installed.Know that there can be bad behaving spiders out thereAvoid table-based layout: Google will generally score good semantic/CSS-based html better than an equivalent page with table-based layout. This is arguable. While its better to always avoid tables for non tabular information, it doesn't necessarily impacts on Google's page rank.Understand HTTP and things like GET, POST, sessions, cookies, and what it means to be "stateless".stateless".Make frequent backups! (And make sure those backups are functional) Ed Lucas's answer has some advice.
|
|
|
|
43
|
|
|
Be aware that browsers implement standards inconsistently and make sure your site works reasonably well across all major browsers. At a minimum test against a recent gecko engine (Firefox), Firefox), a Webkit engine (Safari, Safari, Chrome, and some mobile browsers), your supported IE browsers (take advantage of the Application Compatibility VPC Images), and Opera. Also consider how browsers render your site in different operating systems.Don't display unfriendly errors directly to the userNever trust user input (cookies count as user input too!)Optimise Optimize images - don't use a 20KB image for a repeating backgroundSEO (Search Engine Optimization) Consider javascript frameworks like (such as jQuery, MooTools, or Prototype), which will hide a lot of the browser differences when using javascript for DOM manipulation
|
|
|
|
42
|
|
|
|
|
|
|
|
41
|
|
|
|
|
|
|
|
40
|
|
|
Be aware that JavaScript can and will be disabled, and that AJAX is therefore an extension not a baseline. Even if most normal users leave it on now, remember that NoScript is becoming more popularand , mobile devices may not work as expected, and google won't run your javascript when indexing the site.Get it working in Firefox first, and then Internet Explorer
|
|
|
|
39
|
|
|
Learn how to do progressive enhancementConsider tools javascript frameworks like jQuery, which will hide a lot of the browser differences when using javascript for DOM manipulation
|
|
|
|
38
|
|
|
|
|
|
|
|
37
|
|
|
Consider tools like jQuery, which will hide a lot of the browser differences when using javascript for DOM manipulation
|
|
|
|
36
|
|
|
Implement caching if necessary, understand and use HTTP caching properly
|
|
|
|
35
|
|
|
|
|
|
|
|
34
|
|
|
|
|
|
|
|
33
|
|
|
Write your XHTML/HTML and CSS according to the W3C specifications and make sure they validate. The goal here is to avoid browser quirks modes and as a bonus make it much easier to work with non-standard browsers like screen readers and mobile devices.Be aware that JavaScript can and will be disabled, and that AJAX is therefore an extension not a baseline. Even if most normal users leave it on now, remember that NoScript is becoming more popular and mobile devices may not work as expected.Learn the difference between 301 and 302 redirects (this is also an SEO issue).
|
|
|
|
32
|
|
|
Take a look at the Yahoo Exceptional Performance site, lots of great guidelines including improving front-end performance , including and their YSlow tool.Use CSS Image Sprites for small related images like toolbars to reduce (see the number of the "minimize http requestsfor the site." point)Busy web sites should consider splitting components across domains.Minimize the total number of http requests required for a browser to render the page.
|
|
|
|
31
|
|
|
|
|
|
|
|
30
|
|
|
The idea here is that most of us should already know most of what is on this list. But there just might be one or two items you haven't really looked into before, don't fully understand, or maybe never even heard of.
Interface and User Experience
- Be aware that browsers implement standards inconsistently and make sure your site works reasonably well across all major browsers. At a minimum test against a recent gecko engine (Firefox), a Webkit engine (Safari, Chrome, and some mobile browsers), your supported IE browsers, and Opera.
- Consider how people might use the site other than from the major browsers: cell phones, screen readers and search engines, for example. — Some accessibility info: WAI and Section508, Mobile development: MobiForge
- Staging: How to deploy updates without affecting your users. Ed Lucas's answer has some comments on this.
- Don't display errors directly to the user
- Don't put user's email address in plain text as they will get spammed to death
Security
Performance
- Implement caching if necessary
- Optimise images - don't use a 20KB image for a repeating background
- Learn how to gzip content
- Take a look at the Yahoo Exceptional Performance site, lots of great guidelines including improving front-end performance, including their YSlow tool.
- Use CSS Image Sprites for small related images like toolbars to reduce the number of http requests for the site.
- Busy web sites should consider splitting components across domains.
SEO
- Use "search engine friendly" URLS, i.e. use "example.com/pages/45-article-title" instead of "example.com/index.php?page=45"
- Don't use links that say "click here". You're wasting an SEO opportunity and it makes things harder for people with screen readers.
- Have an XML sitemap
- http://www.google.com/webmasters/
- Install Google Anyalytics right at the start
- Know how robots.txt and search engine spiders work
- Avoid table-based layout: Google will generally score good semantic/CSS-based html better than an equivalent page with table-based layout.
- If you have non-text content look into Google's sitemap extensions for video etc. There is some good information about this in Tim Farley's answer.
Technology
- Understand HTTP and things like GET, POST, sessions, cookies, and what it means to be "stateless".
- Write your XHTML/HTML and CSS according to the W3C specifications and make sure they validate
- Understand how JavaScript is processed in the browser. Don't put tons of external Move scripts at to the start bottom of the pageyour pages.
- Understand how the JavaScript sandbox works, especially if you intend to use iframes.
- Be aware that JavaScript can and will be disabled, and that AJAX is therefore an extension not a baseline.
- Learn the difference between 301 and 302 redirects.
- Learn as much as you possibly can about your deployment platform
- Consider using a Reset Style Sheet
Bug fixing
- Understand you'll spend 20% of the time coding and 80% of it maintaining so code accordingly
- Set up a good error reporting solution
- Have some system for people to contact you with suggestions and criticsm.
- Document how the application works for future support staff and people performing maintenance
- Get it working in Firefox first, and then Internet Explorer
- Make frequent backups! Ed Lucas's answer has some advice.
Lots of stuff omitted not necessarily because they're not useful answers, but because they're either too detailed, out of scope, or go a bit too far for someone looking to get an overview of the things they should know. If you're one of those people you can read the rest of the answers to get more detailed information about the things mentioned in this list. If I get the time I'll add links to the various answers that contain the things mentioned in this list if the answers go into detail about these things. Please feel free to edit this as well, I probably missed some stuff or made some mistakes.
|
|
|
|
29
|
|
|
|
|
|
|
|
28
|
|
|
The idea here is that most of us should already know most of what is on this list. But there just might be one or two items you haven't really looked into before, don't fully understand, or maybe never even heard of.
Interface and User Experience
- Be aware that browsers implement standards inconsistently and make sure your site works reasonably well across all major browsers. At a minimum test against a recent gecko engine (Firefox), a Webkit engine (Safari, Chrome, and some mobile browsers), your supported IE browsers, and Opera.
- Consider how people might use the site other than from the major browsers: cell phones, screen readers and search engines, for example. — Some accessibility info: WAI and Section508, Mobile development: MobiForge
- Staging: How to deploy updates without affecting your users. Ed Lucas's answer has some comments on this.
- Don't display errors directly to the user
- Don't put user's email address in plain text as they will get spammed to death
Security
Performance
- Implement caching if necessary
- Optimise images - don't use a 20KB image for a repeating background
- Learn how to gzip content
- Take a look at the Yahoo Exceptional Performance site, lots of great guidelines including improving front-end performance
SEO
- Use "search engine friendly" URLS, i.e. use "example.com/pages/45-article-title" instead of "example.com/index.php?page=45"
- Don't use links that say "click here". You're wasting an SEO opportunity and it makes things harder for people with screen readers.
- Have an XML sitemap
- http://www.google.com/webmasters/
- Install Google Anyalytics right at the start
- Know how robots.txt and search engine spiders work
- Avoid table-based layout: Google will generally score good semantic/CSS-based html better than an equivalent page with table-based layout.
- If you have non-text content look into Google's sitemap extensions for video etc. There is some good information about this in Tim Farley's answer.
Technology
- Understand HTTP and things like GET, POST, sessions, cookies, and what it means to be "stateless".
- Write your XHTML/HTML and CSS according to the W3C specifications and make sure they validate
- Understand how JavaScript is processed in the browser. Don't put tons of external scripts at the start of the page.
- Understand how the JavaScript sandbox works, especially if you intend to use iframes.
- Be aware that JavaScript can and will be disabled, and that AJAX is therefore an extension not a baseline.
- Learn the difference between 301 and 302 redirects.
- Learn as much as you possibly can about your deployment platform
- Consider using a Reset Style Sheet
Bug fixing
- Understand you'll spend 20% of the time coding and 80% of it maintaining so code accordingly
- Set up a good error reporting solution
- Have some system for people to contact you with suggestions and criticsm.
- Document how the application works for future support staff and people performing maintenance
- Get it working in Firefox first, and then Internet Explorer
- Make frequent backups! Ed Lucas's answer has some advice.
Lots of stuff omitted not necessarily because they're not useful answers, but because they're either too detailed, out of scope, or go a bit too far for someone looking to get an overview of the things they should know. If you're one of those people you can read the rest of the answers to get more detailed information about the things mentioned in this list. If I get the time I'll add links to the various answers that contain the things mentioned in this list if the answers go into detail about these things. Please feel free to edit this as well, I probably missed some stuff or made some mistakes.
|
|
|
|
27
|
|
|
The idea here is that most of us should already know most of what is on this list. But there just might be one or two items you haven't really looked into before, don't fully understand, or maybe never even heard of.
Interface and User Experience
- Be aware that browsers implement standards inconsistently and make sure your site works reasonably well across all major browsers. At a minimum test against a recent gecko engine (Firefox), a Webkit engine (Safari, Chrome, and some mobile browsers), your supported IE browsers, and Opera.
- Consider how people might use the site other than from the major browsers: cell phones, screen readers and search engines, for example. — Some accessibility info: WAI and Section508, Mobile development: MobiForge
- Staging: How to deploy updates without affecting your users. Ed Lucas's answer has some comments on this.
- Don't display errors directly to the user
- Don't put user's email address in plain text as they will get spammed to death
Security
Performance
- Implement caching if necessary
- Optimise images - don't use a 20KB image for a repeating background
- Learn how to gzip content
- Take a look at the Yahoo Exceptional Performance site, lots of great guidelines including improving front-end performance
SEO
- Use "search engine friendly" URLS, i.e. use "example.com/pages/45-article-title" instead of "example.com/index.php?page=45"
- Don't use links that say "click here". You're wasting an SEO opportunity and it makes things harder for people with screen readers.
- Have an XML sitemap
- http://www.google.com/webmasters/
- Install Google Anyalytics right at the start
- Know how robots.txt and search engine spiders work
- Make sure your site makes sense semantically
- Avoid table-based layout: Google will generally understands score good CSS-based layout semantic/CSS-based html better than an equivalent page with table-based layout.
- If you have non-text content look into Google's sitemap extensions for video etc. There is some good information about this in Tim Farley's answer.
Technology
- Understand HTTP and things like GET, POST, sessions, cookies, and what it means to be "stateless".
- Write your XHTML/HTML and CSS according to the W3C specifications and make sure they validate
- Understand how JavaScript is processed in the browser. Don't put tons of external scripts at the start of the page.
- Understand how the JavaScript sandbox works, especially if you intend to use iframes.
- Be aware that JavaScript can and will be disabled, and that AJAX is therefore an extension not a baseline.
- Learn the difference between 301 and 302 redirects.
- Learn as much as you possibly can about your deployment platform
- Consider using a Reset Style Sheet
Bug fixing
- Understand you'll spend 20% of the time coding and 80% of it maintaining so code accordingly
- Set up a good error reporting solution
- Have some system for people to contact you with suggestions and criticsm.
- Document how the application works for future support staff and people performing maintenance
- Get it working in Firefox first, and then Internet Explorer
- Make frequent backups! Ed Lucas's answer has some advice.
Lots of stuff omitted not necessarily because they're not useful answers, but because they're either too detailed, out of scope, or go a bit too far for someone looking to get an overview of the things they should know. If you're one of those people you can read the rest of the answers to get more detailed information about the things mentioned in this list. If I get the time I'll add links to the various answers that contain the things mentioned in this list if the answers go into detail about these things. Please feel free to edit this as well, I probably missed some stuff or made some mistakes.
|
|
|
|
26
|
|
|
The idea here is that most of us should already know most of what is on this list. But there just might be one or two items you haven't really looked into before, don't fully understand, or maybe never even heard of.
Interface and User Experience
- Be aware that browsers implement standards inconsistently and make sure your site works reasonably well across all major browsers. At a minimum test against a recent gecko engine (Firefox), a Webkit engine (Safari, Chrome, and some mobile browsers), your supported IE browsers, and Opera.
- Consider how people might use the site other than from the major browsers: cell phones, screen readers and search engines, for example. — Some accessibility info: WAI and Section508, Mobile development: MobiForge
- Staging: How to deploy updates without affecting your users. Ed Lucas's answer has some comments on this.
- Don't display errors directly to the user
- Don't put user's email address in plain text as they will get spammed to death
Security
Performance
- Implement caching if necessary
- Optimise images - don't use a 20KB image for a repeating background
- Learn how to gzip content
- Take a look at the Yahoo Exceptional Performance site, lots of great guidelines including improving front-end performance
SEO
- Use "search engine friendly" URLS, i.e. use "example.com/pages/45-article-title" instead of "example.com/index.php?page=45"
- Don't use links that say "click here". You're wasting an SEO opportunity and it makes things harder for people with screen readers.
- Have an XML sitemap
- http://www.google.com/webmasters/
- Install Google Anyalytics right at the start
- Know how robots.txt and search engine spiders work
- Make sure your site makes sense semantically: Google generally understands good CSS-based layout better than table-based layout.
- If you have non-text content look into Google's sitemap extensions for video etc. There is some good information about this in Tim Farley's answer.
Technology
- Understand HTTP and things like GET, POST, sessionsand , cookies., and what it means to be "stateless".
- Write your XHTML/HTML and CSS according to the W3C specifications and make sure they validate
- Understand how JavaScript is processed in the browser. Don't put tons of external scripts at the start of the page.
- Understand how the JavaScript sandbox works, especially if you intend to use iframes.
- Be aware that JavaScript can and will be disabled, and that AJAX is therefore an extension not a baseline.
- Learn the difference between 301 and 302 redirects.
- Learn as much as you possibly can about your deployment platform
- Consider using a Reset Style Sheet
Bug fixing
- Understand you'll spend 20% of the time coding and 80% of it maintaining so code accordingly
- Set up a good error reporting solution
- Have some system for people to contact you with suggestions and criticsm.
- Document how the application works for future support staff and people performing maintenance
- Get it working in Firefox first, and then Internet Explorer
- Make frequent backups! Ed Lucas's answer has some advice.
Lots of stuff omitted not necessarily because they're not useful answers, but because they're either too detailed, out of scope, or go a bit too far for someone looking to get an overview of the things they should know. If you're one of those people you can read the rest of the answers to get more detailed information about the things mentioned in this list. If I get the time I'll add links to the various answers that contain the things mentioned in this list if the answers go into detail about these things. Please feel free to edit this as well, I probably missed some stuff or made some mistakes.
|
|
|
|
25
|
|
|
The idea here is that most of us should already know most of what is on this list. But there just might be one or two items you haven't really looked into before, don't fully understand, or maybe never even heard of.
Interface and User Experience
- Be aware that browsers implement standards inconsistently and make sure your site works reasonably well across all major browsers. At a minimum test against a recent gecko engine (Firefox), a Webkit engine (Safari, Chrome, and some mobile browsers), your supported IE browsers, and Opera.
- Consider how people might use their the site other than from the major browsers. Consider people accessing your site from : cell phonesor , screen readers (and search engines!)engines, for example. — Some accessibility info: WAI and Section508, Mobile development: MobiForge
- Staging: How to deploy updates without affecting your users. Ed Lucas's answer has some comments on this.
- Don't display errors directly to the user
- Don't put user's email address in plain text as they will get spammed to death
Security
Performance
- Implement caching if necessary
- Optimise images - don't use a 20KB image for a repeating background
- Learn how to gzip content
- Take a look at the Yahoo Exceptional Performance site, lots of great guidelines including improving front-end performance
SEO
- Use "search engine friendly" URLS, i.e. use "example.com/pages/45-article-title" instead of "example.com/index.php?page=45"
- Don't use links that say "click here". You're wasting an SEO opportunity and it makes things harder for people with screen readers.
- Have an XML sitemap
- http://www.google.com/webmasters/
- Install Google Anyalytics right at the start
- Know how robots.txt and search engine spiders work
- Make sure your site makes sense semantically: Google generally understands good CSS-based layout better than table-based layout.
- If you have non-text content look into Google's sitemap extensions for video etc. There is some good information about this in Tim Farley's answer.
Technology
- Understand HTTP and things like GET, POST, sessions and cookies.
- Write your XHTML/HTML and CSS according to the W3C specifications and make sure they validate
- Understand how JavaScript is processed in the browser. Don't put tons of external scripts at the start of the page.
- Understand how the JavaScript sandbox works, especially if you intend to use iframes.
- Be aware that JavaScript can and will be disabled, and that AJAX is therefore an extension not a baseline.
- Learn the difference between 301 and 302 redirects.
- Learn as much as you possibly can about your deployment platform
- Consider using a Reset Style Sheet
Bug fixing
- Understand you'll spend 20% of the time coding and 80% of it maintaining so code accordingly
- Set up a good error reporting solution
- Have some system for people to contact you with suggestions and criticsm.
- Document how the application works for future support staff and people performing maintenance
- Get it working in Firefox first, and then Internet Explorer
- Make frequent backups! Ed Lucas's answer has some advice.
Lots of stuff omitted not necessarily because they're not useful answers, but because they're either too detailed, out of scope, or go a bit too far for someone looking to get an overview of the things they should know. If you're one of those people you can read the rest of the answers to get more detailed information about the things mentioned in this list. If I get the time I'll add links to the various answers that contain the things mentioned in this list if the answers go into detail about these things. Please feel free to edit this as well, I probably missed some stuff or made some mistakes.
|
|
|
|
24
|
|
|
The idea here is that most of us should already know most of what is on this list. But there just might be one or two items you haven't really looked into before, don't fully understand, or maybe never even heard of.
Interface and User Experience
- Be aware that browsers implement standards inconsistently and make sure your site works reasonably well across all major browsers. At a minimum test against a recent gecko engine (Firefox), a Webkit engine (Safari, Chrome, and some mobile browsers), your supported IE browsers, and Opera.
- Consider how people might use their site other than from the major browsers. Consider people accessing your site from cell phones or screen readers (and search engines!). — Some accessibility info: WAI and Section508, Mobile development: MobiForge
- Staging: How to deploy updates without affecting your users. Ed Lucas's answer has some comments on this.
- Don't display errors directly to the user
- Don't put user's email address in plain text as they will get spammed to death
Security
Performance
- Implement caching if necessary
- Optimise images - don't use a 20KB image for a repeating background
- Learn how to gzip content
- Take a look at the Yahoo Exceptional Performance site, lots of great guidelines including improving front-end performance
SEO
- Use "search engine friendly" URLS, i.e. use "example.com/pages/45-article-title" instead of "example.com/index.php?page=45"
- Don't use links that say "click here". You're wasting an SEO opportunity and it makes things harder for people with screen readers.
- Have an XML sitemap
- http://www.google.com/webmasters/
- Install Google Anyalytics right at the start
- Know how robots.txt and search engine spiders work
- Make sure your site makes sense semantically: Google generally understands good CSS-based layout better than table-based layout.
- If you have non-text content look into Google's sitemap extensions for video etc. There is some good information about this in Tim Farley's answer.
Technology
- Understand HTTP and things like GET, POST, sessions and cookies.
- Write your XHTML/HTML and CSS according to the W3C specifications and make sure they validate
- Understand how JavaScript is processed in the browser. Don't put tons of external scripts at the start of the page.
- Understand how the JavaScript sandbox works, especially if you intend to use iframes.
- Be aware that JavaScript can and will be disabled, and that AJAX is therefore an extension not a baseline.
- Learn the difference between 301 and 302 redirects.
- Learn as much as you possibly can about your deployment platform
Bug fixing
- Understand you'll spend 20% of the time coding and 80% of it maintaining so code accordingly
- Set up a good error reporting solution
- Have some system for people to contact you with suggestions and criticsm.
- Document how the application works for future support staff and people performing maintenance
- Get it working in Firefox first, and then Internet Explorer
- Make frequent backups! Ed Lucas's answer has some advice.
Lots of stuff omitted not necessarily because they're not useful answers, but because they're either too detailed, out of scope, or go a bit too far for someone looking to get an overview of the things they should know. If you're one of those people you can read the rest of the answers to get more detailed information about the things mentioned in this list. If I get the time I'll add links to the various answers that contain the things mentioned in this list if the answers go into detail about these things. Please feel free to edit this as well, I probably missed some stuff or made some mistakes.
|
|
|
|
23
|
|
|
The idea here is that most of us should already know most of what is on this list. But there just might be one or two items you haven't really looked into before, don't fully understand, or maybe never even heard of.
Interface and User Experience
- Be aware that browsers implement standards inconsistently and make sure your site works reasonably well across all major browsers. At a minimum test against a recent gecko engine (Firefox), a Webkit engine (Safari, Chrome, and some mobile browsers), your supported IE browsers, and Opera.
- Consider how people might use their site other than from the major browsers. Consider people accessing your site from cell phones or screen readers . (and search engines!). — Some accessibility info: WAI and Section508, Mobile development: MobiForge)
- Staging: How to deploy updates without affecting your users. Ed Lucas's answer has some comments on this.
- Don't display errors directly to the user
- Don't put user's email address in plain text as they will get spammed to death
Security
Performance
- Implement caching if necessary
- Optimise images - don't use a 20KB image for a repeating background
- Learn how to gzip content
SEO
- Use "search engine friendly" URLS, i.e. use "example.com/pages/45-article-title" instead of "example.com/index.php?page=45"
- Don't use links that say "click here". You're wasting an SEO opportunity and it makes things harder for people with screen readers.
- Have an XML sitemap
- http://www.google.com/webmasters/
- Install Google Anyalytics right at the start
- Know how robots.txt and search engine spiders work
- Make sure your site makes sense semantically: Google generally understands good CSS-based layout better than table-based layout.
- If you have non-text content look into Google's sitemap extensions for video etc. There is some good information about this in Tim Farley's answer.
Technology
- Understand HTTP and things like GET, POST, sessions and cookies.
- Write your XHTML/HTML and CSS according to the W3C specifications and make sure they validate
- Understand how JavaScript is processed in the browser. Don't put tons of external scripts at the start of the page.
- Understand how the JavaScript sandbox works, especially if you intend to use iframes.
- Be aware that JavaScript can and will be disabled, and that AJAX is therefore an extension not a baseline.
- Learn the difference between 301 and 302 redirects.
- Learn as much as you possibly can about your deployment platform
Bug fixing
- Understand you'll spend 20% of the time coding and 80% of it maintaining so code accordingly
- Set up a good error reporting solution
- Have some system for people to contact you with suggestions and criticsm.
- Document how the application works for future support staff and people performing maintenance
- Get it working in Firefox first, and then Internet Explorer
- Make frequent backups! Ed Lucas's answer has some advice.
Lots of stuff omitted not necessarily because they're not useful answers, but because they're either too detailed, out of scope, or go a bit too far for someone looking to get an overview of the things they should know. If you're one of those people you can read the rest of the answers to get more detailed information about the things mentioned in this list. If I get the time I'll add links to the various answers that contain the things mentioned in this list if the answers go into detail about these things. Please feel free to edit this as well, I probably missed some stuff or made some mistakes.
|
|
|
|
22
|
|
|
The idea here is that most of us should already know most of what is on this list. But there just might be one or two items you haven't really looked into before, don't fully understand, or maybe never even heard of.
Interface and User Experience
- Be aware that browsers implement standards inconsistently and make sure your site works reasonably well across all major browsers. At a minimum test against a recent gecko engine (Firefox), a Webkit engine (Safari, Chrome, and some mobile browsers), your supported IE browsers, and Opera.
- Consider how people might use their site other than from the major browsers. Consider people accessing your site from cell phones or screen readers. (Some accessibility info: WAI and Section508, Mobile development: MobiForge)
- Staging: How to deploy updates without affecting your users. Ed Lucas's answer has some comments on this.
- Don't display errors directly to the user
- Don't put user's email address in plain text as they will get spammed to death
Security
Performance
- Implement caching if necessary
- Optimise images - don't use a 20KB image for a repeating background
- Learn how to gzip content
SEO
- Use "search engine friendly" URLS, i.e. use "example.com/pages/45-article-title" instead of "example.com/index.php?page=45"
- Don't use links that say "click here". You're wasting an SEO opportunity and it makes things harder for people with screen readers.
- Have an XML sitemap
- http://www.google.com/webmasters/
- Install Google Anyalytics right at the start
- Know how robots.txt and search engine spiders work
- If you have non-text content look into Google's sitemap extensions for video etc. There is some good information about this in Tim Farley's answer.
Technology
- Understand HTTP and things like GET, POST, sessions and cookies.
- Write your XHTML/HTML and CSS according to the W3C specifications and make sure they validate
- Understand how JavaScript is processed in the browser. Don't put tons of external scripts at the start of the page.
- Understand how the JavaScript sandbox works, especially if you intend to use iframes.
- Be aware that JavaScript can and will be disabled, and that AJAX is therefore an extension not a baseline.
- Learn the difference between 301 and 302 redirects.
- Learn as much as you possibly can about your deployment platform
Bug fixing
- Understand you'll spend 20% of the time coding and 80% of it maintaining so code accordingly
- Set up a good error reporting solution
- Have some system for people to contact you with suggestions and criticsm.
- Document how the application works for future support staff and people performing maintenance
- Get it working in Firefox first, and then Internet Explorer
- Make frequent backups! Ed Lucas's answer has some advice.
Lots of stuff omitted not necessarily because they're not useful answers, but because they're either too detailed, out of scope, or go a bit too far for someone looking to get an overview of the things they should know. If you're one of those people you can read the rest of the answers to get more detailed information about the things mentioned in this list. If I get the time I'll add links to the various answers that contain the things mentioned in this list if the answers go into detail about these things. Please feel free to edit this as well, I probably missed some stuff or made some mistakes.
|
|
|
|
21
|
|
|
The idea here is that most of us should already know most of what is on this list. But there just might be one or two items you haven't really looked into before, don't fully understand, or maybe never even heard of.
Interface and User Experience
- Be aware that browsers implement standards inconsistently and make sure your site works reasonably well across all major browsers. At a minimum test against a recent gecko engine (Firefox), a Webkit engine (Safari, Chrome, and some mobile browsers), your supported IE browsers, and Opera.
- Consider how people might use their site other than from the major browsers. Consider people accessing your site from cell phones or screen readers. (Some accessibility info: WAI and Section508, Mobile development: MobiForge)
- Staging: How to deploy updates without affecting your users. Ed Lucas's answer has some comments on this.
- Don't display errors directly to the user
- Don't put user's email address in plain text as they will get spammed to death
Security
- Know about SQL injection and how to prevent it
- Never trust user input
Encrypt Hash and salt passwords rather than storing them plain-text.
- Don't try to come up with your own fancy authentication system: it's such an easy thing to get wrong in subtle and untestable ways and you wouldn't even know it until you've suddenly been after you're hacked.
- Know the rules for processing credit cards. See this question as well:
http://stackoverflow.com/questions/51094/payment-processors-what-do-i-need-to-know-if-i-want-to-accept-credit-cards-on-m
- Use SSL/HTTPS for login and any pages where sensitive data is entered (like credit card info)
- How to resist session hijacking
- Avoid cross site scripting
- Avoid cross site request forgeries
- Keep your system up to date with the latest patches
- Make sure your database connection information is secured.
- Keep yourself informed about the latest attack techniques and vulnerabilities affecting your platform.
Performance
- Implement caching if necessary
- Optimise images - don't use a 20KB image for a repeating background
- Learn how to gzip content
SEO
- Use "search engine friendly" URLS, i.e. use "example.com/pages/45-article-title" instead of "example.com/index.php?page=45"
- Don't use links that say "click here". You're wasting an SEO opportunity and it makes things harder for people with screen readers.
- Have an XML sitemap
- http://www.google.com/webmasters/
- Install Google Anyalytics right at the start
- Know how robots.txt and search engine spiders work
- If you have non-text content look into Google's sitemap extensions for video etc. There is some good information about this in Tim Farley's answer.
Technology
- Understand HTTP and things like GET, POST, sessions and cookies.
- Write your XHTML/HTML and CSS according to the W3C specifications and make sure they validate
- Understand how JavaScript is processed in the browser. Don't put tons of external scripts at the start of the page.
- Understand how the JavaScript sandbox works, especially if you intend to use iframes.
- Be aware that JavaScript can and will be disabled, and that AJAX is therefore an extension not a baseline.
- Learn the difference between 301 and 302 redirects.
- Learn as much as you possibly can about your deployment platform
Bug fixing
- Understand you'll spend 20% of the time coding and 80% of it maintaining so code accordingly
- Set up a good error reporting solution
- Have some system for people to contact you with suggestions and criticsm.
- Document how the application works for future support staff and people performing maintenance
- Get it working in Firefox first, and then Internet Explorer
- Make frequent backups! Ed Lucas's answer has some advice.
Lots of stuff omitted not necessarily because they're not useful answers, but because they're either too detailed, out of scope, or go a bit too far for someone looking to get an overview of the things they should know. If you're one of those people you can read the rest of the answers to get more detailed information about the things mentioned in this list. If I get the time I'll add links to the various answers that contain the things mentioned in this list if the answers go into detail about these things. Please feel free to edit this as well, I probably missed some stuff or made some mistakes.
|
|
|
|
20
|
|
edited Dec 15 '08 at 20:20
|
The idea here is that most of us should already know most of what is on this list. But there just might be one or two items you haven't really looked into before, don't fully understand, or maybe never even heard of.
Interface and User Experience
- Be aware that browsers implement standards inconsistently and make sure your site works reasonably well across all major browsers. At a minimum test against a recent gecko engine (Firefox), a Webkit engine (Safari, Chrome, and some mobile browsers), your supported IE browsers, and Opera.
- Consider how people might use their site other than from the major browsers. Consider people accessing your site from cell phones or screen readers. (Some accessibility info: WAI and Section508, Mobile development: MobiForge)
- Staging: How to deploy updates without affecting your users. Ed Lucas's answer has some comments on this.
- Don't display errors directly to the user
- Don't put user's email address in plain text as they will get spammed to death
Security
- Know about SQL injection and how to prevent it
- Never trust user input
Encrypt Hash and salt passwords rather than storing them plain-text.
- Don't try to come up with your own fancy authentication system: it's such an easy thing to get wrong in subtle and untestable ways and you wouldn't even know it until you've suddenly been hacked.
- Know the rules for processing credit cards. See this question as well:
http://stackoverflow.com/questions/51094/payment-processors-what-do-i-need-to-know-if-i-want-to-accept-credit-cards-on-m
- Use SSL/HTTPS for login and any pages where sensitive data is entered (like credit card info)
- How to resist session hijacking
- Avoid cross site scripting
- Avoid cross site request forgeries
- Keep your system up to date with the latest patches
- Make sure your database connection information is secured.
- Keep yourself informed about the latest attack techniques and vulnerabilities affecting your platform.
Performance
- Implement caching if necessary
- Optimise images - don't use a 20KB image for a repeating background
- Learn how to gzip content
SEO
- Use "search engine friendly" URLS, i.e. use "example.com/pages/45-article-title" instead of "example.com/index.php?page=45"
- Don't use links that say "click here". You're wasting an SEO opportunity and it makes things harder for people with screen readers.
- Have an XML sitemap
- Install Google Anyalytics right at the start
- Know how robots.txt and search engine spiders work
- If you have non-text content look into Google's sitemap extensions for video etc. There is some good information about this in Tim Farley's answer.
Technology
- Understand HTTP and things like GET, POST, sessions and cookies.
- Write your XHTML/HTML and CSS according to the W3C specifications and make sure they validate
- Understand how JavaScript is processed in the browser. Don't put tons of external scripts at the start of the page.
- Understand how the JavaScript sandbox works, especially if you intend to use iframes.
- Be aware that JavaScript can and will be disabled, and that AJAX is therefore an extension not a baseline.
- Learn the difference between 301 and 302 redirects.
- Learn as much as you possibly can about your deployment platform
Bug fixing
- Understand you'll spend 20% of the time coding and 80% of it maintaining so code accordingly
- Set up a good error reporting solution
- Have some system for people to contact you with suggestions and criticsm.
- Document how the application works for future support staff and people performing maintenance
- Get it working in Firefox first, and then Internet Explorer
- Make frequent backups! Ed Lucas's answer has some advice.
Lots of stuff omitted not necessarily because they're not useful answers, but because they're either too detailed, out of scope, or go a bit too far for someone looking to get an overview of the things they should know. If you're one of those people you can read the rest of the answers to get more detailed information about the things mentioned in this list. If I get the time I'll add links to the various answers that contain the things mentioned in this list if the answers go into detail about these things. Please feel free to edit this as well, I probably missed some stuff or made some mistakes.
|
|
|
|
19
|
|
edited Dec 15 '08 at 19:33
|
The idea here is that most of us should already know most of what is on this list. But there just might be one or two items you haven't really looked into before, don't fully understand, or maybe never even heard of.
Interface and User Experience
- Be aware that browsers implement standards inconsistently and make sure your site works reasonably well across all major browsers. At a minimum test against a recent gecko engine (Firefox), a Webkit engine (Safari, Chrome, and some mobile browsers), your supported IE browsers, and Opera.
- Consider how people might use their site other than from the major browsers. Consider people accessing your site from cell phones or screen readers. (Some accessibility info: WAI and Section508, Mobile development: MobiForge)
- Staging: How to deploy updates without affecting your users. Ed Lucas's answer has some comments on this.
- Don't display errors directly to the user
- Don't put user's email address in plain text as they will get spammed to death
Security
- Know about SQL injection and how to prevent it
- Never trust user input
Encrypt Hash and salt passwords rather than storing them plain-text.
- Don't try to come up with your own fancy authentication system: it's such an easy thing to get wrong in subtle and untestable ways and you wouldn't even know it until you've suddenly been hacked.
- Know the rules for processing credit cards. See this question as well:
http://stackoverflow.com/questions/51094/payment-processors-what-do-i-need-to-know-if-i-want-to-accept-credit-cards-on-m
- Use SSL for login and any pages where sensitive data is entered (like credit card info)
- How to resist session hijacking
- Avoid cross site scripting
- Avoid cross site request forgeries
- Keep your system up to date with the latest patches
- Make sure your database connection information is secured.
- Keep yourself informed about the latest attack techniques and vulnerabilities affecting your platform.
Performance
- Implement caching if necessary
- Optimise images - don't use a 20KB image for a repeating background
- Learn how to gzip content
SEO
- Use "search engine friendly" URLS, i.e. use "example.com/pages/45-article-title" instead of "example.com/index.php?page=45"
- Don't use links that say "click here". You're wasting an SEO opportunity and it makes things harder for people with screen readers.
- Have an XML sitemap
- Install Google Anyalytics right at the start
- Know how robots.txt and search engine spiders work
- If you have non-text content look into Google's sitemap extensions for video etc. There is some good information about this in Tim Farley's answer.
Technology
- Understand HTTP and things like GET, POST, sessions and cookies.
- Write your XHTML/HTML and CSS according to the W3C specifications and make sure they validate
- Understand how JavaScript is processed in the browser. Don't put tons of external scripts at the start of the page.
- Understand how the JavaScript sandbox works, especially if you intend to use iframes.
- Be aware that JavaScript can and will be disabled, and that AJAX is therefore an extension not a baseline.
- Learn the difference between 301 and 302 redirects.
- Learn as much as you possibly can about your deployment platform
Bug fixing
- Understand you'll spend 20% of the time coding and 80% of it maintaining so code accordingly
- Set up a good error reporting solution
- Have some system for people to contact you with suggestions and criticsm.
- Document how the application works for future support staff and people performing maintenance
- Get it working in Firefox first, and then Internet Explorer
- Make frequent backups! Ed Lucas's answer has some advice.
Lots of stuff omitted not necessarily because they're not useful answers, but because they're either too detailed, out of scope, or go a bit too far for someone looking to get an overview of the things they should know. If you're one of those people you can read the rest of the answers to get more detailed information about the things mentioned in this list. If I get the time I'll add links to the various answers that contain the things mentioned in this list if the answers go into detail about these things. Please feel free to edit this as well, I probably missed some stuff or made some mistakes.
|
|
|
|
18
|
|
edited Dec 15 '08 at 19:28
|
The idea here is that most of us should already know most of what is on this list. But there just might be one or two items you haven't really looked into before, don't fully understand, or maybe never even heard of.
Interface and User Experience
- Be aware that browsers implement standards inconsistently and make sure your site works reasonably well across all major browsers. At a minimum test against a recent gecko engine (Firefox), a Webkit engine (Safari, Chrome, and some mobile browsers), your supported IE browsers, and Opera.
- Consider how people might use their site other than from the major browsers. Consider people accessing your site from cell phones or screen readers. (Some accessibility info: WAI and Section508, Mobile development: MobiForge)
- Staging: How to deploy updates without affecting your users. Ed Lucas's answer has some comments on this.
- Don't display errors directly to the user
- Get it working in Firefox first, and then Internet Explorer
- Don't put user's email address in plain text as they will get spammed to death
Security
- Know about SQL injection and how to prevent it
- Never trust user input
Encrypt Hash and salt passwords rather than storing them plain-text.
- Don't try to come up with your own fancy authentication system: it's such an easy thing to get wrong in subtle and untestable ways and you wouldn't even know it until you've suddenly been hacked.
- Know the rules for processing credit cards. See this question as well:
http://stackoverflow.com/questions/51094/payment-processors-what-do-i-need-to-know-if-i-want-to-accept-credit-cards-on-m
- Use SSL for login and any pages where sensitive data is entered (like credit card info)
- How to resist session hijacking
- Avoid cross site scripting
- Avoid cross site request forgeries
- Keep your system up to date with the latest patches
- Make sure your database connection information is secured.
- Keep yourself informed about the latest attack techniques and vulnerabilities affecting your platform.
Performance
- Implement caching if necessary
- Optimise images - don't use a 20KB image for a repeating background
- Learn how to gzip content
SEO
- Use "search engine friendly" URLS, i.e. use "example.com/pages/45-article-title" instead of "example.com/index.php?page=45"
- Don't use links that say "click here". You're wasting an SEO opportunity and it makes things harder for people with screen readers.
- Have an XML sitemap
- Install Google Anyalytics right at the start
- Know how robots.txt and search engine spiders work
- If you have non-text content look into Google's sitemap extensions for video etc. There is some good information about this in Tim Farley's answer.
Technology
- Understand HTTP and things like GET, POST, sessions and cookies.
- Write your XHTML/HTML and CSS according to the W3C specifications and make sure they validate
- Understand how JavaScript is processed in the browser. Don't put tons of external scripts at the start of the page.
- Understand how the JavaScript sandbox works, especially if you intend to use iframes.
- Be aware that JavaScript can and will be disabled, and that AJAX is therefore an extension not a baseline.
- Learn the difference between 301 and 302 redirects.
- Learn as much as you possibly can about your deployment platform
Bug fixing
- Understand you'll spend 20% of the time coding and 80% of it maintaining so code accordingly
- Set up a good error reporting solution
- Have some system for people to contact you with suggestions and criticsm.
- Document how the application works for future support staff and people performing maintenance
- Get it working in Firefox first, and then Internet Explorer
- Make frequent backups! Ed Lucas's answer has some advice.
Lots of stuff omitted not necessarily because they're not useful answers, but because they're either too detailed, out of scope, or go a bit too far for someone looking to get an overview of the things they should know. If you're one of those people you can read the rest of the answers to get more detailed information about the things mentioned in this list. If I get the time I'll add links to the various answers that contain the things mentioned in this list if the answers go into detail about these things. Please feel free to edit this as well, I probably missed some stuff or made some mistakes.
|
|
|
|
17
|
|
edited Dec 15 '08 at 16:51
|
The idea here is that most of us should already know most of what is on this list. But there just might be one or two items you haven't really looked into before, don't fully understand, or maybe never even heard of.
Interface and User Experience
- Be aware that browsers implement standards inconsistently and make sure your site works reasonably well across all major browsers. At a minimum test against a recent gecko engine (Firefox), a Webkit engine (Safari, Chrome, and some mobile browsers), your supported IE browsers, and Opera.
- Consider how people might use their site other than from the major browsers. Consider people accessing your site from cell phones or screen readers. (Some accessibility info: WAI and Section508, Mobile development: MobiForge)
- Staging: How to deploy updates without affecting your users. Ed Lucas's answer has some comments on this.
- Don't display errors directly to the user
- Get it working in Firefox first, and then Internet Explorer
- Write your XHTML/HTML and CSS according to the W3C specifications and make sure they validate
- Don't put user's email address in plain text as they will get spammed to death
Security
- Know about SQL injection and how to prevent it
- Never trust user input
Encrypt Hash and salt passwords rather than storing them plain-text.
- Don't try to come up with your own fancy authentication system: it's such an easy thing to get wrong in subtle and untestable ways and you wouldn't even know it until you've suddenly been hacked.
- Know the rules for processing credit cards. See this question as well:
http://stackoverflow.com/questions/51094/payment-processors-what-do-i-need-to-know-if-i-want-to-accept-credit-cards-on-m
- Use SSL for login and any pages where sensitive data is entered (like credit card info)
- How to resist session hijacking
- Avoid cross site scripting
- Avoid cross site request forgeries
- Keep your system up to date with the latest patches
- Make sure your database connection information is secured.
- Keep yourself informed about the latest attack techniques and vulnerabilities affecting your platform.
Performance
- Implement caching if necessary
- Optimise images - don't use a 20KB image for a repeating background
- Learn how to gzip content
SEO
- Use "search engine friendly" URLS, i.e. use "example.com/pages/45-article-title" instead of "example.com/index.php?page=45"
- Don't use links that say "click here". You're wasting an SEO opportunity and it makes things harder for people with screen readers.
- Have an XML sitemap
- Install Google Anyalytics right at the start
- Know how robots.txt and search engine spiders work
- If you have non-text content look into Google's sitemap extensions for video etc. There is some good information about this in Tim Farley's answer.
Technology
- Understand HTTP and things like GET, POST, sessions and cookies.
- Write your XHTML/HTML and CSS according to the W3C specifications and make sure they validate
- Understand how JavaScript is processed in the browser. Don't put tons of external scripts at the start of the page.
- Understand how the JavaScript sandbox works, especially if you intend to use iframes.
- Be aware that JavaScript can and will be disabled, and that AJAX is therefore an extension not a baseline.
- Learn the difference between 301 and 302 redirects.
- Learn as much as you possibly can about your deployment platform
Bug fixing
- Understand you'll spend 20% of the time coding and 80% of it maintaining so code accordingly
- Set up a good error reporting solution
- Have some system for people to contact you with suggestions and criticsm.
- Document how the application works for future support staff and people performing maintenance
- Make frequent backups! Ed Lucas's answer has some advice.
Lots of stuff omitted not necessarily because they're not useful answers, but because they're either too detailed, out of scope, or go a bit too far for someone looking to get an overview of the things they should know. If you're one of those people you can read the rest of the answers to get more detailed information about the things mentioned in this list. If I get the time I'll add links to the various answers that contain the things mentioned in this list if the answers go into detail about these things. Please feel free to edit this as well, I probably missed some stuff or made some mistakes.
|
|
|
|
16
|
|
edited Dec 15 '08 at 16:41
|
The idea here is that most of us should already know most of what is on this list. But there just might be one or two items you haven't really looked into before, don't fully understand, or maybe never even heard of.
Interface and User Experience
- Be aware that browsers implement standards inconsistently and make sure your site works reasonably well across all major browsers. At a minimum test against a recent gecko engine (Firefox), a Webkit engine (Safari, Chrome, and some mobile browsers), your supported IE browsers, and Opera.
- Consider how people might use their site other than from the major browsers. Consider people accessing your site from cell phones or screen readers. (Some accessibility info: WAI and Section508, Mobile development: MobiForge)
- Staging: How to deploy updates without affecting your users. Ed Lucas's answer has some comments on this.
- Don't display errors directly to the user
- Get it working in Firefox first, and then Internet Explorer
- Write your XHTML/HTML and CSS according to the W3C specifications and make sure they validate
- Don't put user's email address in plain text as they will get spammed to death
Security
- Know about SQL injection and how to prevent it
- Never trust user input
Encrypt Hash and salt passwords rather than storing them plain-text.
- Don't try to come up with your own fancy authentication system: it's such an easy thing to get wrong in subtle and untestable ways and you wouldn't even know it until you've suddenly been hacked.
- Know the rules for processing credit cards. See this question as well:
http://stackoverflow.com/questions/51094/payment-processors-what-do-i-need-to-know-if-i-want-to-accept-credit-cards-on-m
- Use SSL for login and any pages where sensitive data is entered (like credit card info)
- How to resist session hijacking
- Avoid cross site scripting
- Avoid cross site request forgeries
- Keep your system up to date with the latest patches
- Make sure your database connection information is secured.
- Keep yourself informed about the latest attack techniques and vulnerabilities affecting your platform.
Performance
- Implement caching if necessary
- Optimise images - don't use a 20KB image for a repeating background
- Learn how to gzip content
SEO
- Use "search engine friendly" URLS, i.e. use "example.com/pages/45-article-title" instead of "example.com/index.php?page=45"
- Don't use links that say "click here". You're wasting an SEO opportunity and it makes things harder for people with screen readers.
- Have an XML sitemap
- Install Google Anyalytics right at the start
- Know how robots.txt and search engine spiders work
- If you have non-text content look into Google's sitemap extensions for video etc. There is some good information about this in Tim Farley's answer.
Technology
- Understand HTTP and things like GET, POST, sessions and cookies.
- Understand how JavaScript is processed in the browser. Don't put tons of external scripts at the start of the page.
- Understand how the JavaScript sandbox works, especially if you intend to use iframes.
- Be aware that JavaScript can and will be disabled, and that AJAX is therefore an extension not a baseline.
- Learn the difference between 301 and 302 redirects.
- Learn as much as you possibly can about your deployment platform
Bug fixing
- Understand you'll spend 20% of the time coding and 80% of it maintaining so code accordingly
- Set up a good error reporting solution
- Have some system for people to contact you with suggestions and criticsm.
- Document how the application works for future support staff and people performing maintenance
misc.
- Don't put user's email address in plain text as they will get spammed to death
- Make frequent backups! Ed Lucas's answer has some advice.
Lots of stuff omitted not necessarily because they're not useful answers, but because they're either too detailed, out of scope, or go a bit too far for someone looking to get an overview of the things they should know. If you're one of those people you can read the rest of the answers to get more detailed information about the things mentioned in this list. If I get the time I'll add links to the various answers that contain the things mentioned in this list if the answers go into detail about these things. Please feel free to edit this as well, I probably missed some stuff or made some mistakes.
|
|
|
|
15
|
|
edited Dec 15 '08 at 15:57
|
Make sure your database connection information is secured.misc. Don't put user's email address in plain text as they will get spammed to deathInstall Google Anyalytics right at the startMake frequent backups! Ed Lucas's answer has some advice. Document how the application works for future support staff and people performing maintenanceInstall Google Anyalytics right at the startHave some system for people to contact you with suggestions and criticsm.Document how the application works for future support staff and people performing maintenancemisc. Don't put user's email address in plain text as they will get spammed to deathMake frequent backups! Ed Lucas's answer has some advice.
|
|
|
|
14
|
|
edited Dec 12 '08 at 16:00
|
The idea here is that most of us should already know most of what is on this list. But there just might be one or two items you haven't really looked into before, don't fully understand, or maybe never even heard of. Be aware that browsers implement standards inconsistently and make sure your site works reasonably well across all major browsers. At a minimum test against a recent gecko engine (Firefox), a Webkit engine (Safari, Chrome, and some mobile browsers), your supported IE browsers, and Opera.Have some system for people to contact you with suggestions and criticsm.Have some system for people to contact you with suggestions and criticsm.
|
|
|
|
13
|
|
edited Dec 11 '08 at 15:13
|
|
|
|
|
|
12
|
|
edited Dec 11 '08 at 15:06
|
Interface and User Experience
- Write your XHTML/HTML and CSS according to the W3C specifications and make sure they validate
- Be aware that browsers implement standards inconsistently and make sure your site works reasonably well across all major browsers. At a minimum test against a recent gecko engine (Firefox), a Webkit engine (Safari, Chrome, and some mobile browsers), your supported IE browsers, and Opera.
- Have some system for people to contact you with suggestions and criticsm.
- Consider how people might use their site other than from the major browsers. Consider people accessing your site from cell phones or screen readers. (Some accessibility info: WAI and Section508, Mobile development: MobiForge)
- Staging: How to deploy updates without affecting your users. Ed Lucas's answer has some comments on this.
- Don't display errors directly to the user
- Get it working in Firefox first, and then Internet Explorer
Security
- Know about SQL injection and how to prevent it
- Never trust user input
Encrypt Hash and salt passwords rather than storing them plain-text.
- Don't try to come up with your own fancy authentication system: it's such an easy thing to get wrong in subtle and untestable ways and you wouldn't even know it until you've suddenly been hacked.
- Know the rules for processing credit cards. See this question as well:
http://stackoverflow.com/questions/51094/payment-processors-what-do-i-need-to-know-if-i-want-to-accept-credit-cards-on-m
- Use SSL for login and any pages where sensitive data is entered (like credit card info)
- How to resist session hijacking
- Avoid cross site scriptingand
- Avoid cross site request forgeries
- Keep your system up to date with the latest patches
- Keep yourself informed about the latest attack techniques and vulnerabilities affecting your platform.
Performance
- Implement caching if necessary
- Optimise images - don't use a 20KB image for a repeating background
- Learn how to gzip content
misc.
- Don't put user's email address in plain text as they will get spammed to death
- Install Google Anyalytics right at the start
- Make frequent backups! Ed Lucas's answer has some advice.
- Document how the application works for future support staff and people performing maintenance
SEO
- Use "search engine friendly" URLS, i.e. use "example.com/pages/45-article-title" instead of "example.com/index.php?page=45"
- Don't use links that say "click here". You're wasting an SEO opportunity and it makes things harder for people with screen readers.
- Have an XML sitemap
- How robots.txt and search engine spiders work
- If you have non-text content look into Google's sitemap extensions for video etc. There is some good information about this in Tim Farley's answer.
Technology
- Understand HTTP and things like GET, POST, sessions and cookies.
- Understand how JavaScript is processed in the browser. Don't put tons of external scripts at the start of the page.
- Understand how the JavaScript sandbox works, especially if you intend to use iframes.
- Be aware that JavaScript can and will be disabled, and that AJAX is therefore an extension not a baseline.
- Learn the difference between 301 and 302 redirects.
- Learn as much as you possibly can about your deployment platform
Bug fixing
- Understand you'll spend 20% of the time coding and 80% of it maintaining so code accordingly
- Set up a good error reporting solution
Lots of stuff omitted not necessarily because they're not useful answers, but because they're either too detailed, out of scope, or go a bit too far for someone looking to get an overview of the things they should know. If you're one of those people you can read the rest of the answers to get more detailed information about the things mentioned in this list. If I get the time I'll add links to the various answers that contain the things mentioned in this list if the answers go into detail about these things. Please feel free to edit this as well, I probably missed some stuff or made some mistakes.
|
|
|
|
11
|
|
edited Dec 10 '08 at 22:22
|
Interface and User Experience
- Write your XHTML/HTML and CSS according to the W3C specifications and make sure they validate
- Be aware that browsers implement standards inconsistently and make sure your site works reasonably well across all major browsers. At a minimum test against a recent gecko engine (Firefox), a Webkit engine (Safari, Chrome, and some mobile browsers), your supported IE browsers, and Opera.
- Have some system for people to contact you with suggestions and criticsm.
- Consider how people might use their site other than from the major browsers. Consider people accessing your site from cell phones or screen readers. (Some accessibility info: WAI and Section508, Mobile development: MobiForge)
- Staging: How to deploy updates without affecting your users. Ed Lucas's answer has some comments on this.
- Don't display errors directly to the user
- Get it working in Firefox first, and then Internet Explorer
Security
Performance
- Implement caching if necessary
- Optimise images - don't use a 20KB image for a repeating background
- Learn how to gzip content
misc.
- Don't put user's email address in plain text as they will get spammed to death
- Install Google Anyalytics right at the start
- Make frequent backups! Ed Lucas's answer has some advice.
- Document how the application works for future support staff and people performing maintenance
SEO
- Use "search engine friendly" URLS, i.e. use "example.com/pages/45-article-title" instead of "example.com/index.php?page=45"
- Don't use links that say "click here". You're wasting an SEO opportunity and it makes things harder for people with screen readers.
- Have an XML sitemap
- How robots.txt and search engine spiders work
- If you have non-text content look into Google's sitemap extensions for video etc. There is some good information about this in Tim Farley's answer.
Technology
- Understand HTTP and things like GET, POST, sessions and cookies.
- Understand how JavaScript is processed in the browser. Don't put tons of external scripts at the start of the page.
- Understand how the JavaScript sandbox works, especially if you intend to use iframes.
- Be aware that JavaScript can and will be disabled, and that AJAX is therefore an extension not a baseline.
- Learn the difference between 301 and 302 redirects.
- Learn as much as you possibly can about your deployment platform
Bug fixing
- Understand you'll spend 20% of the time coding and 80% of it maintaining so code accordingly
- Set up a good error reporting solution
Lots of stuff omitted not necessarily because they're not useful answers, but because they're either too detailed, out of scope, or go a bit too far for someone looking to get an overview of the things they should know. If you're one of those people you can read the rest of the answers to get more detailed information about the things mentioned in this list. If I get the time I'll add links to the various answers that contain the things mentioned in this list if the answers go into detail about these things. Please feel free to edit this as well, I probably missed some stuff or made some mistakes.
|
|
|
|
10
|
|
edited Dec 10 '08 at 20:24
|
Interface and User Experience
- Write your XHTML/HTML and CSS according to the W3C specifications and make sure they validate
- Be aware that browsers implement standards inconsistently and make sure your site works reasonably well across all major browsers. At a minimum test against a recent gecko engine (Firefox), a Webkit engine (Safari, Chrome, and some mobile browsers), your supported IE browsers, and Opera.
- Have some system for people to contact you with suggestions and criticsm.
- Consider how people might use their site other than from the major browsers. Consider people accessing your site from cell phones or screen readers. (Some accessibility info: WAI and Section508, Mobile development: MobiForge)
- Staging: How to deploy updates without affecting your users. Ed Lucas's answer has some comments on this.
- Don't display errors directly to the user
- Get it working in Firefox first, and then Internet Explorer
Security
Performance
- Implement caching if necessary
- Optimise images - don't use a 20KB image for a repeating background
- Learn how to gzip content
misc.
- Don't put user's email address in plain text as they will get spammed to death
- Install Google Anyalytics right at the start
- Make frequent backups! Ed Lucas's answer has some advice.
- Document how the application works for future support staff and people performing maintenance
SEO
- Use "search engine friendly" URLS, i.e. use "example.com/pages/45-article-title" instead of "example.com/index.php?page=45"
- Don't use links that say "click here". You're wasting an SEO opportunity and it makes things harder for people with screen readers.
- Have an XML sitemap
- How robots.txt and search engine spiders work
- If you have non-text content look into Google's sitemap extensions for video etc. There is some good information about this in Tim Farley's answer.
Technology
- Understand HTTP and things like GET, POST, sessions and cookies.
- Understand how JavaScript is processed in the browser. Don't put tons of external scripts at the start of the page.
- Understand how the JavaScript sandbox works, especially if you intend to use iframes.
- Be aware that JavaScript can and will be disabled, and that AJAX is therefore an extension not a baseline.
- Learn the difference between 301 and 302 redirects.
- Learn as much as you possibly can about your deployment platform
Bug fixing
- Understand you'll spend 20% of the time coding and 80% of it maintaining so code accordingly
- Set up a good error reporting solution
Lots of stuff omitted not necessarily because they're not useful answers, but because they're either too detailed, out of scope, or go a bit too far for someone looking to get an overview of the things they should know. If you're one of those people you can read the rest of the answers to get more detailed information about the things mentioned in this list. If I get the time I'll add links to the various answers that contain the things mentioned in this list if the answers go into detail about these things. Please feel free to edit this as well, I probably missed some stuff or made some mistakes.
|
|
|
|
9
|
|
edited Dec 10 '08 at 15:42
|
Interface and User Experience
- Write your XHTML/HTML and CSS according to the W3C specifications and make sure they validate
- Be aware that browsers implement standards inconsistently and make sure your site works reasonably well across all major browsers. At a minimum test against a recent gecko engine (Firefox), a Webkit engine (Safari, Chrome, and some mobile browsers), your supported IE browsers, and Opera.
- Have some system for people to contact you with suggestions and criticsm.
- Consider how people might use their site other than from the major browsers. Consider people accessing your site from cell phones or screen readers. (Some accessibility info: WAI and Section508, Mobile development: MobiForge)
- Staging: How to deploy updates without affecting your users. Ed Lucas's answer has some comments on this.
- Don't display errors directly to the user
- Get it working in Firefox first, and then Internet Explorer
Security
- Know about SQL injection and how to prevent it
- Never trust user input
- Encrypt passwords
- Know the rules for processing credit cards.
- Use SSL for login and any pages where sensitive data is entered (like credit card info)
- How to resist session hijacking
- Avoid cross site scripting and cross site request forgeries
- Keep your system up to date with the latest patches
- Keep yourself informed about the latest attack techniques and vulnerabilities affecting your platform.
Performance
- Implement caching if necessary
- Optimise images - don't use a 20KB image for a repeating background
- Learn how to gzip content
misc.
- Don't put user's email address in plain text as they will get spammed to death
- Install Google Anyalytics right at the start
- Make frequent backups! Ed Lucas's answer has some advice.
- Document how the application works for future support staff and people performing maintenance
SEO
- Use "search engine friendly" URLS, i.e. use "example.com/pages/article-title" example.com/pages/45-article-title" instead of "example.com/index.php?page=45"
- Don't use links that say "click here". You're wasting an SEO opportunity and it makes things harder for people with screen readers.
- Have an XML sitemap
- How robots.txt and search engine spiders work
- If you have non-text content look into Google's sitemap extensions for video etc. There is some good information about this in Tim Farley's answer.
Technology
- Understand HTTP and things like GET, POST, sessions and cookies.
- Understand how JavaScript is processed in the browser. Don't put tons of external scripts at the start of the page.
- Understand how the JavaScript sandbox works, especially if you intend to use iframes.
- Be aware that JavaScript can and will be disabled, and that AJAX is therefore an extension not a baseline.
- Learn the difference between 301 and 302 redirects.
- Learn as much as you possibly can about your deployment platform
Bug fixing
- Understand you'll spend 20% of the time coding and 80% of it maintaining so code accordingly
- Set up a good error reporting solution
Lots of stuff omitted not necessarily because they're not useful answers, but because they're either too detailed, out of scope, or go a bit too far for someone looking to get an overview of the things they should know. If you're one of those people you can read the rest of the answers to get more detailed information about the things mentioned in this list. If I get the time I'll add links to the various answers that contain the things mentioned in this list if the answers go into detail about these things. Please feel free to edit this as well, I probably missed some stuff or made some mistakes.
|
|
|
|
8
|
|
edited Dec 10 '08 at 14:38
|
Interface and User Experience
- Write your XHTML/HTML and CSS according to the W3C specifications and make sure they validate
- Be aware that browsers implement standards inconsistently and make sure your site works reasonably well across all major browsers. At a minimum test against a recent gecko engine (Firefox), a Webkit engine (Safari, Chrome, and some mobile browsers), your supported IE browsers, and Opera.
- Have some system for people to contact you with suggestions and criticsm.
- Consider how people might use their site other than from the major browsers. Consider people accessing your site from cell phones or screen readers. (Some accessibility info: WAI and Section508, Mobile development: MobiForge)
- Staging: How to deploy updates without affecting your users. Ed Lucas's answer has some comments on this.
- Don't display errors directly to the user
- Get it working in Firefox first, and then Internet Explorer
Security
- Know about SQL injections injection and how to prevent themit
- Never trust user input
- Encrypt passwords
- Know the rules for processing credit cards.
- Use SSL for login and any pages where sensitive data is entered (like credit card info)
- How to resist session hijacking
- Avoid cross site scripting and cross site request forgeries
- Keep your system up to date with the latest patches
- Keep yourself informed about the latest attack techniques and vulnerabilities affecting your platform.
Performance
- Implement caching if necessary
- Optimise images - don't use a 20KB image for a repeating background
- Learn how to gzip content
misc.
- Don't put user's email address in plain text as they will get spammed to death
- Install Google Anyalytics right at the start
- Make frequent backups! Ed Lucas's answer has some advice.
- Document how the application works for future support staff and people performing maintenance
SEO
- Use "search engine friendly" URLS, i.e. use "example.com/pages/article-title" instead of "example.com/index.php?page=45"
- Don't use links that say "click here". You're wasting an SEO opportunity and it makes things harder for people with screen readers.
- Have an XML sitemap
- How robots.txt and search engine spiders work
- If you have non-text content look into Google's sitemap extensions for video etc. There is some good information about this in Tim Farley's answer.
Technology
- Understand HTTP and things like GET, POST, sessions and cookies.
- Understand how JavaScript is processed in the browser. Don't put tons of external scripts at the start of the page.
- Understand how the JavaScript sandbox works, especially if you intend to use iframes.
- Be aware that JavaScript can and will be disabled, and that AJAX is therefore an extension not a baseline.
- Learn the difference between 301 and 302 redirects.
- Learn as much as you possibly can about your deployment platform
Bug fixing
- Understand you'll spend 20% of the time coding and 80% of it maintaining so code accordingly
- Set up a good error reporting solution
Lots of stuff omitted not necessarily because they're not useful answers, but because they're either too detailed, out of scope, or go a bit too far for someone looking to get an overview of the things they should know. If you're one of those people you can read the rest of the answers to get more detailed information about the things mentioned in this list. If I get the time I'll add links to the various answers that contain the things mentioned in this list if the answers go into detail about these things. Please feel free to edit this as well, I probably missed some stuff or made some mistakes.
|
|
|
|
7
|
|
edited Dec 10 '08 at 14:30
|
Interface and User Experience
- Write your XHTML/HTML and CSS according to the W3C specifications and make sure they validate
- Be aware that browsers implement standards inconsistently and make sure your site works reasonably well across all major browsers. At a minimum test against a recent gecko engine (Firefox), a Webkit engine (Safari, Chrome, and some mobile browsers), your supported IE browsers, and Opera.
- Have some system for people to contact you with suggestions and criticsm.
- Consider how people might use their site other than from the major browsers. Consider people accessing your site from cell phones or screen readers. (Some accessibility info: WAI and Section508, Mobile development: MobiForge)
- Staging: How to deploy updates without affecting your users. Ed Lucas's answer has some comments on this.
- Don't display errors directly to the user
- Get it working in Firefox first, and then Internet Explorer
Security
- Know about SQL injections and how to prevent them
- Never trust user input
- Encrypt passwords
- Know the rules for processing credit cards.
- Use SSL for login and any pages where sensitive data is entered (like credit card info)
- How to resist session hijacking
- Avoid cross site scripting and cross site request forgeries
- Keep your system up to date with the latest patches
- Keep yourself informed about the latest attack techniques and vulnerabilities affecting your platform.
Performance
- Implement caching if necessary
- Optimise images - don't use a 20KB image for a repeating background
- Learn how to gzip content
misc.
- Don't put user's email address in plain text as they will get spammed to death
- Install Google Anyalytics right at the start
- Make frequent backups! Ed Lucas's answer has some advice.
- Document how the application works for future support staff and people performing maintenance
SEO
- Use "search engine friendly" URLS, i.e. use "example.com/pages/article-title" instead of "example.com/index.php?page=45"
- Don't use links that say "click here". You're wasting an SEO opportunity and it makes things harder for people with screen readers.
- Have an XML sitemap
- How robots.txt and search engine spiders work
- If you have non-text content look into Google's sitemap extensions for video etc. There is some good information about this in Tim Farley's answer.
Technology
- Understand HTTP and things like GET, POST, sessions and cookies.
- Understand how JavaScript is processed in the browser. Don't put tons of external scripts at the start of the page.
- Understand how the JavaScript sandbox works, especially if you intend to use iframes.
- Be aware that JavaScript can and will be disabled, and that AJAX is therefore an extension not a baseline.
- Learn the difference between 301 and 302 redirects.
- Learn as much as you possibly can about your deployment platform
Bug fixing
- Understand you'll spend 20% of the time coding and 80% of it maintaining so code accordingly
- Set up a good error reporting solution
Lots of stuff omitted not necessarily because they're not useful answers, but because they're either too detailed, out of scope, or go a bit too far for someone looking to get an overview of the things they should know. If you're one of those people you can read the rest of the answers to get more detailed information about the things mentioned in this list. If I get the time I'll add links to the various answers that contain the things mentioned in this list if the answers go into detail about these things. Please feel free to edit this as well, I probably missed some stuff or made some mistakes.
|
|
|
|
6
|
|
edited Dec 10 '08 at 14:09
|
Interface and User Experience
- Write your XHTML/HTML and CSS according to the W3C specifications and make sure they validate
- Be aware that browsers implement standards inconsistently and make sure your site works reasonably well across all major browsers
- Have some system for people to contact you with suggestions and criticsm.
- Consider how people might use their site other than from the major browsers. Consider people accessing your site from cell phones or screen readers. (Some accessibility info: WAI and Section508, Mobile development: MobiForge)
- Staging: How to deploy updates without affecting your users. Ed Lucas's answer has some comments on this.
- Don't display errors directly to the user
- Get it working in Firefox first, and then Internet Explorer
Security
- Know about SQL injections and how to prevent them
- Never trust user input
- Encrypt passwords
- Don't store
- Know the rules for processing credit card details if you can help itcards.
- Use SSL for login and any pages where sensitive data is entered (like credit card info)
- How to resist session hijacking
- Avoid cross site scripting and cross site request forgeries
- Keep your system up to date with the latest patches
- Keep yourself informed about the latest attack techniques and vulnerabilities affecting your platform.
Performance
- Implement caching if necessary
- Optimise images - don't use a 20KB image for a repeating background
- Learn how to gzip content
misc.
- Don't put user's email address in plain text as they will get spammed to death
- Install Google Anyalytics right at the start
- Make frequent backups! Ed Lucas's answer has some advice.
- Document how the application works for future support staff and people performing maintenance
SEO
- Use "search engine friendly" URLS, i.e. use "example.com/pages/article-title" instead of "example.com/index.php?page=45"
- Don't use links that say "click here". You're wasting an SEO opportunity and it makes things harder for people with screen readers.
- Have an XML sitemap
- How robots.txt and search engine spiders work
- If you have non-text content look into Google's sitemap extensions for video etc. There is some good information about this in Tim Farley's answer.
Technology
- Understand HTTP and things like GET, POST, sessions and cookies.
- Understand how JavaScript is processed in the browser. Don't put tons of external scripts at the start of the page.
- Understand how the JavaScript sandbox works, especially if you intend to use iframes.
- Be aware that JavaScript can and will be disabled, and that AJAX is therefore an extension not a baseline.
- Learn the difference between 301 and 302 redirects.
- Learn as much as you possibly can about your deployment platform
Bug fixing
- Understand you'll spend 20% of the time coding and 80% of it maintaining so code accordingly
- Set up a good error reporting solution
Lots of stuff omitted not necessarily because they're not useful answers, but because they're either too detailed, out of scope, or go a bit too far for someone looking to get an overview of the things they should know. If you're one of those people you can read the rest of the answers to get more detailed information about the things mentioned in this list. If I get the time I'll add links to the various answers that contain the things mentioned in this list if the answers go into detail about these things. Please feel free to edit this as well, I probably missed some stuff or made some mistakes.
|
|
|
|
5
|
|
edited Dec 10 '08 at 9:13
|
Interface and User Experience
- Write your XHTML/HTML and CSS according to the W3C specifications and make sure they validate
- Be aware that browsers implement standards inconsistently and make sure your site works reasonably well across all major browsers
- Have some system for people to contact you with suggestions and criticsm.
- Consider how people might use their site other than from the major browsers. Consider people accessing your site from cell phones or screen readers. (Some accessibility info: WAI and Section508, Mobile development: MobiForge)
- Staging: How to deploy updates without affecting your users. Ed Lucas's answer has some comments on this.
- Don't display errors directly to the user
- Get it working in Firefox first, and then Internet Explorer
Security
- Know about SQL injections and how to prevent them
- Never trust user input
- Encrypt passwords
- Don't store credit card details if you can help it
- Use SSL for login and any pages where sensitive data is entered (like credit card info)
- How to resist session hijacking
- Avoid cross site scripting and cross site request forgeries
- Keep your system up to date with the latest patches
- Keep yourself informed about the latest attack techniques and vulnerabilities affecting your platform.
Performance
- Implement caching if necessary
- Optimise images - don't use a 20KB image for a repeating background
- Learn how to gzip content
misc.
- Don't put user's email address in plain text as they will get spammed to death
- Install Google Anyalytics right at the start
- Make frequent backups! Ed Lucas's answer has some advice.
- Document how the application works for future support staff and people performing maintenance
SEO
- Use "search engine friendly" URLS, i.e. use "example.com/pages/article-title" instead of "example.com/index.php?page=45"
- Don't use links that say "click here". You're wasting an SEO opportunity and it makes things harder for people with screen readers.
- Have an XML sitemap
- How robots.txt and search engine spiders work
- If you have non-text content look into Google's sitemap extensions for video etc. There is some good information about this in Tim Farley's answer.
Technology
- Understand HTTP and things like GET, POST, sessions and cookies.
- Understand how JavaScript is processed in the browser. Don't put tons of external scripts at the start of the page.
- Understand how the JavaScript sandbox works, especially if you intend to use iframes.
- Be aware that JavaScript can and will be disabled, and that AJAX is therefore an extension not a baseline.
- Learn the difference between 301 and 302 redirects.
- Learn as much as you possibly can about your deployment platform
-
Bug fixing
- Understand you'll spend 20% of the time coding and 80% of it maintaining so code accordingly
- Set up a good error reporting solution
Lots of stuff omitted not necessarily because they're not useful answers, but because they're either too detailed, out of scope, or go a bit too far for someone looking to get an overview of the things they should know. If you're one of those people you can read the rest of the answers to get more detailed information about the things mentioned in this list. If I get the time I'll add links to the various answers that contain the things mentioned in this list if the answers go into detail about these things. Please feel free to edit this as well, I probably missed some stuff or made some mistakes.
|
|
|
|
4
|
|
edited Dec 3 '08 at 17:09
|
Interface and User Experience
- Write your XHTML/HTML and CSS according to the W3C specifications and make sure they validate
- Be aware that browsers implement standards inconsistently and make sure your site works reasonably well across all major browsers
- Have some system for people to contact you with suggestions and criticsm.
- Consider how people might use their site other than from the major browsers. Consider people accessing your site from cell phones or screen readers.
- Staging: How to deploy updates without affecting your users. Ed Lucas's answer has some comments on this.
- Don't display errors directly to the user
- Get it working in Firefox first, and then Internet Explorer
Security
- Know about SQL injections and how to prevent them
- Never trust user input
- Encrypt passwords
- Don't store credit card details if you can help it
- Use SSL for login and any pages where sensitive data is entered (like credit card info)
- How to resist session hijacking
- Avoid cross site scripting and cross site request forgeries
- Keep your system up to date with the latest patches
- Keep yourself informed about the latest attack techniques and vulnerabilities affecting your platform.
Performance
- Implement caching if necessary
- Optimise images - don't use a 20KB image for a repeating background
- Learn how to gzip content
misc.
- Don't put user's email address in plain text as they will get spammed to death
- Install Google Anyalytics right at the start
- Make frequent backups! Ed Lucas's answer has some advice.
- Document how the application works for future support staff and people performing maintenance
SEO
- Use "search engine friendly" URLS, i.e. use "example.com/pages/article-title" instead of "example.com/index.php?page=45"
- Don't use links that say "click here". You're wasting an SEO opportunity and it makes things harder for people with screen readers.
- Have an XML sitemap
- How robots.txt and search engine spiders work
- If you have non-text content look into Google's sitemap extensions for video etc. There is some good information about this in Tim Farley's answer.
Technology
- Understand HTTP and things like GET, POST, sessions and cookies.
- Understand how JavaScript is processed in the browser. Don't put tons of external scripts at the start of the page.
- Learn the difference between 301 and 302 redirects.
- Learn as much as you possibly can about your deployment platform
-
Bug fixing
- Understand you'll spend 20% of the time coding and 80% of it maintaining so code accordingly
- Set up a good error reporting solution
Lots of stuff omitted not necessarily because they're not useful answers, but because they're either too detailed, out of scope, or go a bit too far for someone looking to get an overview of the things they should know. If you're one of those people you can read the rest of the answers to get more detailed information about the things mentioned in this list. If I get the time I'll add links to the various answers that contain the things mentioned in this list if the answers go into detail about these things. Please feel free to edit this as well, I probably missed some stuff or made some mistakes.
|
|
|
|
3
|
|
edited Dec 3 '08 at 17:04
|
Interface and User Experience
- Write your XHTML/HTML and CSS according to the W3C specifications and make sure they validate
- Get it working in Firefox first, and then Internet Explorer
- Be aware that browsers implement standards inconsistently and make sure your site works reasonably well across all major browsers
- Don't display errors directly to the user
- Have some system for people to contact you with suggestions and criticsm.
- Consider how people might use their site other than from the major browsers. Consider people accessing your site from cell phones or screen readers.
- Staging: How to deploy updates without affecting your users. Ed Lucas's answer has some comments on this.
- Don't display errors directly to the user
- Get it working in Firefox first, and then Internet Explorer
Security
- Know about SQL injections and how to prevent them
- Never trust user input
- Encrypt passwords
- Don't store credit card details if you can help it
- Use SSL for login and any pages where sensitive data is entered (like credit card info)
- How to resist session hijacking
- Avoid cross site scripting and cross site request forgeries
- Keep your system up to date with the latest patches
- Keep yourself informed about the latest attack techniques and vulnerabilities affecting your platform.
Performance
- Implement caching if necessary
- Optimise images - don't use a 20KB image for a repeating background
- Learn how to gzip content
misc.
- Don't put user's email address in plain text as they will get spammed to death
- Install Google Anyalytics right at the start
- Make frequent backups! Ed Lucas's answer has some advice.
- Document how the application works for future support staff and people performing maintenance
SEO
- Use "search engine friendly" URLS, i.e. use "example.com/pages/article-title" instead of "example.com/index.php?page=45"
- Don't use links that say "click here". You're wasting an SEO opportunity and it makes things harder for people with screen readers.
- Have an XML sitemap
- How robots.txt and search engine spiders work
- If you have non-text content look into Google's sitemap extensions for video etc. There is some good information about this in Tim Farley's answer.
Technology
- Understand HTTP and things like GET, POST, sessions and cookies.
- Understand how JavaScript is processed in the browser. Don't put tons of external scripts at the start of the page.
- Learn the difference between 301 and 302 redirects.
- Learn as much as you possibly can about your deployment platform
-
Bug fixing
- Understand you'll spend 20% of the time coding and 80% of it maintaining so code accordingly
- Set up a good error reporting solution
Lots of stuff omitted not necessarily because they're not useful answers, but because they're either too detailed, out of scope, or go a bit too far for someone looking to get an overview of the things they should know. If you're one of those people you can read the rest of the answers to get more detailed information about the things mentioned in this list. If I get the time I'll add links to the various answers that contain the things mentioned in this list if the answers go into detail about these things. Please feel free to edit this as well, I probably missed some stuff or made some mistakes.
|
|
|
|
2
|
|
edited Nov 21 '08 at 15:47
|
Interface and User Experience
- Write your XHTML and CSS according to the W3C specifications and make sure they validate
- Get it working in Firefox first, and then Internet Explorer
- Be aware that browsers implement standards inconsistently and make sure your site works reasonably well across all major browsers
- Don't display errors directly to the user
- Have some system for people to contact you with suggestions and criticsm.
- Consider how people might use their site other than from the major browsers. Consider people accessing your site from cell phones or screen readers.
- Staging: How to deploy updates without affecting your users. Ed Lucas's answer has some comments on this.
Security
- Know about SQL injections and how to prevent them
- Never trust user input
- Encrypt passwords
- Don't store credit card details if you can help it
- Use SSL for login and any pages where sensitive data is entered (like credit card info)
- How to resist session hijacking
- Avoid cross site scripting and cross site request forgeries
- Keep your system up to date with the latest patches
- Keep yourself informed about the latest attack techniques and vulnerabilities affecting your platform.
Performance
- Implement caching if necessary
- Optimise images - don't use a 20KB image for a repeating background
- Learn how to gzip content
misc.
- Don't put user's email address in plain text as they will get spammed to death
- Install Google Anyalytics right at the start
- Make frequent backups! Ed Lucas's answer has some advice.
- Document how the application works for future support staff and people performing maintenance
SEO
- Use "search engine friendly" URLS, i.e. use "example.com/pages/article-title" instead of "example.com/index.php?page=45"
- Don't use links that say "click here". You're wasting an SEO opportunity and it makes things harder for people with screen readers.
- Have an XML sitemap
- How robots.txt and search engine spiders work
- If you have non-text content look into Google's sitemap extensions for video etc. There is some good information about this in Tim Farley's answer.
Technology
- Understand HTTP and things like GET, POST, sessions and cookies.
- Understand how JavaScript is processed in the browser. Don't put tons of external scripts at the start of the page.
- Learn the difference between 301 and 302 redirects.
- How robots.txt and search engine spiders work
- Learn as much as you possibly can about your deployment platform
-
Bug fixing
- Understand you'll spend 20% of the time coding and 80% of it maintaining so code accordingly
- Set up a good error reporting solution
Lots of stuff omitted not necessarily because they're not useful answers, but because they're either too detailed, out of scope, or go a bit too far for someone looking to get an overview of the things they should know. If you're one of those people you can read the rest of the answers to get more detailed information about the things mentioned in this list. If I get the time I'll add links to the various answers that contain the things mentioned in this list if the answers go into detail about these things. Please feel free to edit this as well, I probably missed some stuff or made some mistakes.
|
|
|
|
1
|
|
answered Nov 20 '08 at 14:03
|
Interface and User Experience
- Write your XHTML and CSS according to the W3C specifications and make sure they validate
- Get it working in Firefox first, and then Internet Explorer
- Be aware that browsers implement standards inconsistently and make sure your site works reasonably well across all major browsers
- Don't display errors directly to the user
- Have some system for people to contact you with suggestions and criticsm.
- Consider how people might use their site other than from the major browsers. Consider people accessing your site from cell phones or screen readers.
- Staging: How to deploy updates without affecting your users. Ed Lucas's answer has some comments on this.
Security
- Know about SQL injections and how to prevent them
- Never trust user input
- Encrypt passwords
- Don't store credit card details if you can help it
- Use SSL for login and any pages where sensitive data is entered (like credit card info)
- How to resist session hijacking
- Avoid cross site scripting and cross site request forgeries
- Keep your system up to date with the latest patches
- Keep yourself informed about the latest attack techniques and vulnerabilities affecting your platform.
Performance
- Implement caching if necessary
- Optimise images - don't use a 20KB image for a repeating background
- Learn how to gzip content
misc.
- Don't put user's email address in plain text as they will get spammed to death
- Install Google Anyalytics right at the start
- Make frequent backups! Ed Lucas's answer has some advice.
- Document how the application works for future support staff and people performing maintenance
SEO
- Use "search engine friendly" URLS, i.e. use "example.com/pages/article-title" instead of "example.com/index.php?page=45"
- Don't use links that say "click here". You're wasting an SEO opportunity and it makes things harder for people with screen readers.
- Have an XML sitemap
- If you have non-text content look into Google's sitemap extensions for video etc. There is some good information about this in Tim Farley's answer.
Technology
- Understand HTTP and things like GET, POST, sessions and cookies.
- Understand how JavaScript is processed in the browser. Don't put tons of external scripts at the start of the page.
- Learn the difference between 301 and 302 redirects.
- How robots.txt and search engine spiders work
- Learn as much as you possibly can about your deployment platform
-
Bug fixing
- Understand you'll spend 20% of the time coding and 80% of it maintaining so code accordingly
- Set up a good error reporting solution
Lots of stuff omitted not necessarily because they're not useful answers, but because they're either too detailed, out of scope, or go a bit too far for someone looking to get an overview of the things they should know. If you're one of those people you can read the rest of the answers to get more detailed information about the things mentioned in this list. If I get the time I'll add links to the various answers that contain the things mentioned in this list if the answers go into detail about these things. Please feel free to edit this as well, I probably missed some stuff or made some mistakes.
|
|
|
| |
|
Post Made Community Wiki by Community♦
|
occurred Nov 20 '08 at 14:03
|
|
|
|
|