Links
Web Coding Tools
- LESS – an extended version of CSS with variables, operations, nesting, and mixins.
- Mouseover DOM Inspector – a Javascript bookmarklet extremely useful for untangling the structure of a page.
Web Coding References
- Mozilla Developer Centre – documentation and code snippets for various mark-up and scripting languages.
- A List Apart – a magazine “for people who make websites”. Invaluable resource.
- QuirksMode – “contains about 120 pages with CSS and JavaScript tips and tricks, and is one of the best sources on the WWW for studying and defeating browser incompatibilities.” Slightly outdated.
- How To Create – another website with HTML, CSS and JavaScript tutorials with compatability in mind. Slightly outdated.
- Safe web fonts – a discussion.
- List of character entities in HTML – for quick look-up of all those
&something; symbols.
- decodeunicode – a wiki for Unicode characters.
Design
Other