treehouse : what would you like to learn today?
Web Design Web Development iOS Development

javascript compression?

  • if i use 10 JavaScript in my project then can combine all in one js file by copy all files data and paste into one js file.
    to reduce http request

    and

    and can i add this file in footer before </body> tag?

    to prevent page loading delay. (explained in yahoo article)