Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/flyfloor/tech-fragment

fundamental things about tech
https://github.com/flyfloor/tech-fragment

Last synced: about 1 month ago
JSON representation

fundamental things about tech

Awesome Lists containing this project

README

        

## tech fragment

fundamental things about tech

### Cross-browser development is a juggling act between three points:

+ Code Size: Keeping the file size small.
+ Performance Overhead: Keeping the performance hits to a palatable minimum.
+ API Quality: Making sure that the APIs that are provided work uniformly across browsers.

### When using features and Expandos, there has five points to be concerned about:

+ Cross-browser naming.
+ Naming limit.
+ The difference between HTML and XML.
+ Customized featured behaviors.
+ Performance.