- Last update:

Carrying Out A Web Project

Resources for web projects

🕒 4 min read

Category: Code

Tags: web, code, html, css, javascript

Here are some resources.

How to carry out a web project?

CSS

Support and compatibility

Centering

Mobile development

Responsive design

Compatibility

Testing

Finalizing

HTTPS and security

Formatting / minimizing / indentation / compressing

Apache setup

Favicon

On Linux, if you have imagemagick installed, do:

convert favicon.png -alpha on -resize 256x256 \
    -define icon:auto-resize="256,128,96,64,48,32,16" \
    favicon.ico

Useful resources

UI

Fonts

Icons

Images

Debugging

Bonus: HTML Emails

Going further

Methodology

Web Assembly

PWAs

Linters

Testing

Performance

Misc