Managing CSS Through JavaScript
A technical article discussing a JavaScript method to dynamically load and manage CSS dependencies in large web applications.
Ben Cherry is a software engineer based in San Francisco, best known for his writing on JavaScript performance and core language concepts. He shares practical insights from startup and large-scale engineering experience.
24 articles from this blog
A technical article discussing a JavaScript method to dynamically load and manage CSS dependencies in large web applications.
A historical look at JavaScript string manipulation, comparing the performance of split/join versus replace() for find-and-replace operations.
Extending jQuery with John Resig's micro-templating function for cleaner, nestable JavaScript templates.
Explores a JavaScript technique called 'simplethreading' for handling large data sets asynchronously by batching operations to improve performance.