Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/flyfloor/tech-fragment
- Owner: flyfloor
- License: mit
- Created: 2015-04-17T09:20:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-28T04:24:25.000Z (over 8 years ago)
- Last Synced: 2024-10-28T23:05:11.701Z (about 2 months ago)
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.