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

  • SEARCH
  • Home
  • 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 7038471
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T01:40:24+00:00 2026-05-28T01:40:24+00:00

I want to start a new project, a large jquery application/website. I want the

  • 0

I want to start a new project, a large jquery application/website. I want the site to function a lot like twitter or github, very dynamic, very fluid/smooth, etc…

My problem is I don’t know where to start. I’ve read countless blog posts, investigated many JS frameworks / templating & MVC type systems.

When I write JS code, should I put everything into a single file? Or should I breakout each plugin I write into separate files and then use a JS loader like Respond.JS?

I think I need a templating system though to get the hashtag navigation to work, so I’m looking at either Backbone.JS or Mustache/Handlebars.JS

Does anyone have a starting point for this? Perhaps a boilerplate solution / development pattern that I can follow?

Thanks!

  • 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-28T01:40:24+00:00Added an answer on May 28, 2026 at 1:40 am

    It depends very heavily on your definition of “large” and what kinds of components you are deploying. I find it highly doubtful that we’d be able to know your environment well enough to tell you what to do, but I can give you some general advice:

    1. If you need a component on the page (e.g. an interactive visualization of data) try to find an off-the-shelf plugin.

    2. If an off-the-shelf plugin is unavailable, write the component in the form of a plugin. This ties in well with jQuery’s design and ensures a high degree of reusability.

    3. Try to separate the Javascript from the HTML. Typically your HTML is a page full of ids or classes that can be used as “mount points” for the Javascript to link into. The Javascript file would typically look like this:

      $(document).ready(function() {

      // Start making AJAX calls, setting up page

      // elements, and whatever else you need.

      });

    4. Given that the Javascript is tied to the page, try to keep the number of pages down while giving each page its own Javascript file. If a page is particularly complicated or makes use of reusable include files, separate the Javascript into smaller files that control only a portion of the page. There can be as many $(document).ready() calls as you need.

    Good luck!

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

Sidebar

Related Questions

For http://github.com/collectiveidea/delayed_job Let's say I just start a brand new Rails project and want
I've been bored lately and I want to start a new project. I was
I want to start a new thread using a C function, not an objective-C
I have a situation like this: start(); <Some code> end(); I want start() function
I want to start a new project, there are currently 4 of us who
I am new in developing application for WinCE 5.0. I want to start from
I want to start that new project with the best practice possible. I have
I start new project and I want to use TDD methodology. I use tomcat
Im want to start a new project using memcached with C# and I found
I want to start a new Open source project regarding natural math and Matlab,

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.