Archive for the 'Links' Category
Link Dump Time
- Trusted Computing for Mac OS X. The hardware is on my system, there’s just nothing in the software taking advantage of it.
- Event Delegation versus Event Handling Delegate from items in a heirarchy, so that only the root nod needs to handle the events, instead of handling the events in each individual leaf node. deusx is doing this in his xoxo outliner stuff.
- Optimizing Page Load Time There’s a trade off for many small requests vs one larger request. The real question is: how often does gsizipped javascript trip up IE, since Yahoo says that all their class a browsers work with gzipped javascript.
- Animations using javascript but lighter than scriptaculous or some of the other heavy weight libraries.
- No Silver Bullet. Some things will always be hard.