Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7186227
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T18:35:15+00:00 2026-05-28T18:35:15+00:00

I usually store my personal javascripts in sub folders under Scripts (see the screenshot

  • 0

I usually store my personal javascripts in sub folders under Scripts (see the screenshot below). This way of doing allows me to keep the Script folder clean, light and easy to organize. This is my personal point of view. Now I don’t know what to do with all the other scripts (jquery, MicrosoftAjax, …) and I wonder how other people organize the Script folder. I think I’ll store them in subfolders like jquery folder or General, or …

enter image description here

Can you give me your point of view?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T18:35:15+00:00Added an answer on May 28, 2026 at 6:35 pm

    I recommend a tool called Minify, which will combine and minify all your JS files so you only need one <script src="/min/f=mod1.js,mod2.js,mod3.js" type="text/javascript"></script> tag.

    You can store your JS files however you want, even outside the web root, and it won’t matter because they’ll simply be referenced in an associative PHP array in the Minify groupsConfig.php file. I’d recommend this specifically for your situation. For example:

    'js' => array(
                '//Scripts/Cart/cartScript.js',
                '//Scripts/tiny_mce/common.js',
                '//Scripts/weblog.js',
                // and so on...
                )
    

    Then your script tag would look like:

    <script src="/min/g=js" type="text/javascript"></script>
    

    After Minify comines and minifies your code, it will cache it on your server so subsequent requests will hit the cache file so the PHP won’t need to process. Of course the primary benefit of this tool is that your users only download a single JavaScript file from your server instead of being forced to open several http connections to download multiple files, which is usually a major performance deterrent.

    http://code.google.com/p/minify/

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

When i use vector to store some data, I usually access to this data
I usually store my connectionstring in web.config or in the application settings of my
I usually use C++ stdlib map whenever I need to store some data associated
Usually when I need to fork in C, I do something like this: pid_t
I usually store dimensions in dimen.xml file. However, IntelliJ IDEA's intellisense places dimensions into
I usually store the Java applications and JAR files that I download from the
What kind of DataType should be used in a column that usually will store
Can I store large amounts of image files in subversion. My designers usually create
I want to store certain objects in a HashMap. The problem is, usually you
There's a common way to store multiple values in one variable, by using a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.