Skip to content

Instantly share code, notes, and snippets.

View johanoloflindberg's full-sized avatar
💭
Ready to work 😃

WEBBAB johanoloflindberg

💭
Ready to work 😃
View GitHub Profile
@johanoloflindberg
johanoloflindberg / Website checklist.md
Last active September 19, 2015 06:39 — forked from n3zukochan/Website checklist.md
This is a checklist for any simple website before launching. This checklist is a simple version of the checklist I got from guide.co

Website checklist

Standards And Validation

  • Check your code: Remember to validate your code
  • Validate that all of your forms are working: Check any automatic emails for spelling mistakes and that it looks good on all email clients. Also, it's a great idea to add a link to social networks on all of your touchpoints.
  • Check your site on multiple browsers: Firefox, Chrome, Safari and IE or Edge(LOL)
  • Check your site on mobile: Mobile site checking

Website SEO

  • Check your keywords: Ensure you have your meta description in place, and that any keywords are suitable for the site
  • Check your titles: A popular structure for page titles is: Name of my page | websitename
@johanoloflindberg
johanoloflindberg / index.html
Last active September 19, 2015 06:39 — forked from roachhd/index.html
Live project checklist template
<!doctype html>
<html class="no-js">
<head>
<meta charset="utf-8">
<link rel="dns-prefetch" href="//ajax.googleapis.com">
<link rel="dns-prefetch" href="//google-analytics.com">
<link rel="dns-prefetch" href="//use.edgefonts.net">
<title>Web Designers Checklist : A Visual Designers Checklist for the Web</title>
@johanoloflindberg
johanoloflindberg / website_qa_checklist.md
Last active September 19, 2015 06:39 — forked from attackant/website_qa_checklist.md
Prelaunch QA Checklist

Prelaunch QA Checklist

Content & Style

Typography and layout

  • Check for incorrect punctuation marks, particularly apostrophes, quotation marks and hyphens/dashes
  • Check headings for where you could potentially use ligatures
  • Check for widow/orphan terms in important paragraphs

Spelling, grammar and consistency

@johanoloflindberg
johanoloflindberg / gist:db78db6c8331e34a4521
Last active September 19, 2015 06:38 — forked from stevedev/gist:1000711
Website Pre-flight Checklist

Things to do every time we launch a web application.

  • Google Analytics
  • Ensure hosting is setup and client has hosting credentials
  • Test in IE 7, 8, 9.
  • Test in Firefox 3, 4 on Mac & PC
  • Test in Chrome on Mac & PC
  • Test in Opera on Mac & PC
  • Create sitemap.xml cronjob or run generator
  • Create favicon.ico
@johanoloflindberg
johanoloflindberg / accessibility.txt
Last active September 19, 2015 06:38 — forked from vedranjaic/accessibility.txt
txt: Accessibility checklist
01. <!DOCTYPE>
02. lang="…"
03. <title="…" />
04. <link rel="…" /* home, next, prev… */
05. skip to #main-content link
06. visual check /* color blindness */
07. NO "javascript:" links
08. <a href="…" title="…">
09. accesskey="…" /* samples below */
10. NO <a href="…" target="_blank">
@johanoloflindberg
johanoloflindberg / checklist.md
Last active September 19, 2015 06:38 — forked from SteveBarnett/checklist.md
Updated FED checklist

FED Checklist

Planning / Design

HTML

Images

  • Use as few as possible, so that your page loads faster and costs your users less data.
  • Use the best format for your image (the one that gives the smallest file size, while retaining image quality): SVGs; JPGs (for photos, images with many colours); PNGs (for images with fewer colours); GIFs (for animations).
@johanoloflindberg
johanoloflindberg / Launchlist
Last active September 19, 2015 06:38 — forked from Mao8a/Launchlist
ADMIN: Launchlist Website Checklist
Launchlist
☐ All text free from spelling errors?
☐ Content has been placed consistently?
☐ Page & Content formatting has been tested?
☐ Print stylesheet exists and tested?
☐ Meta data has been included and is appropriate?
☐ Page titles are descriptive and SEO friendly?
☐ Images have appropriate alt text?
☐ Title attributes are appropriate and SEO friendly?
☐ Favicon has been created and displays correctly?
@johanoloflindberg
johanoloflindberg / LAUNCHLIST.md
Last active September 19, 2015 06:38 — forked from gabrysiak/LAUNCHLIST.md
Website / App Launch Checklist

Website and Application Launch Checklist

A checklist of items to check when launching a website or application. Some items may be optional.

Website Specific

  • Git Repo Setup
  • Spelling, Grammer, Punctuation
  • Forms
  • Site Speed
  • Multi-browser compatibility
@johanoloflindberg
johanoloflindberg / checklist.md
Last active September 19, 2015 06:37 — forked from anglepoised/checklist.md
Old site review checklist

QA List

  • Valid HTML
  • HTML heading structure intact
  • Valid CSS
  • CSS organised appropriately
  • Check CSS shorthand intact
  • CSS commented (can be stripped as build process?)
  • Visual fidelity x-browser
Meta-Information =============================================================
Site Name:
Site URL:
Client:
Client Point of Contact:
Client Services Point of Contact:
Design Phase =================================================================