Skip to main content

Home/ Qualité web et testing/ Group items tagged javascript

Rss Feed Group items tagged

David Lafon

Howto Dynamically Insert Javascript And CSS - 0 views

  •  
    "var headID = document.getElementsByTagName("head")[0]; var newScript = document.createElement('script'); newScript.type = 'text/javascript'; newScript.src = 'http://www.somedomain.com/somescript.js'; headID.appendChild(newScript);"
David Lafon

minify - Project Hosting on Google Code - 0 views

  •  
    Minify is a PHP5 app that can combine multiple CSS or Javascript files, compress their contents (i.e. removal of unnecessary whitespace/comments), and serve the results with HTTP encoding (gzip/deflate) and headers that allow optimal client-side caching. This helps you follow several of Yahoo!'s Rules for High Performance Web Sites. (See "Problem Domain" below for more info.)
David Lafon

Best Practices for Speeding Up Your Web Site - 0 views

  •  
    The Exceptional Performance team has identified a number of best practices for making web pages fast. The list includes 34 best practices divided into 7 categories.
David Lafon

Optimiser les performances d'un site web (Video HD) | Camille Roux - 0 views

  •  
    "Images intégrées"
1 - 10 of 10
Showing 20 items per page