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 964675
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T01:52:05+00:00 2026-05-16T01:52:05+00:00

I’ve been developing my first web based app for about two months now (I’m

  • 0

I’ve been developing my first web based app for about two months now (I’m an undergrad student who is mostly experienced with C and Python with some Java thrown in to boot). So far my page works as a thin HTML layout (thin meaning a very simple layout, aka less than 50 lines of HTML) which is manipulated heavily by AJAX, primarily using jQuery. The AJAX is generated via. PHP in combination with SQL manipulation. This webapp will be used by a maximum of 6-10 clients (EDIT: users), and cross-browser compatibility is just a bonus; it seems IE7 is the weakest link.

I would like to know:

  1. What are the disadvantages of using such a client heavy approach vs. more browser ‘loads’ (note that I’m using bbq to deal with AJAX’s breaking of back/forward/reload/bookmark/history). In my good conciseness as a new programmer trying to develop good practices should I focus my strengths on the principles of AJAX?
  2. Is the future of web development really moving as heavily towards the browser as a platform as I seem to perceive it? From my experience, it seem that scripting client side in JS makes for a half decent GUI toolkit, with AJAX backing it up as an easy to use data access layer.
  3. Obviously server side scripting will always have it’s place. Where does server-side truly shine? eg:
    a) generating XML that will be injected via. JS and the DOM
    b) generating HTML that will be injected directly (no DOM manipulation)
    c) creating full pages that can be used within an iframe.

I’m trying to strike a balance, and it seems that everything I’ve read so far lacks a balanced perspective and just pushes AJAX as the end all and be all.

  • 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-16T01:52:06+00:00Added an answer on May 16, 2026 at 1:52 am

    Wow, that’s serious topic and so many answers are possible.

    In the industry, Ajax and client-side scription usage are as a productivity and maintainability issue as a GUI or usability tool.
    It’s sometimes easier (especially in an MVC server environnement) to get only a part of content rahter than all content. But it’s almost question of point of view

    I’ll try to answer your 3 questions, just remember I’m like you in the sense I think many articles or book really lacks of balance (obviously, me too) :

    1. To me the main disadvantage of using heavy javascript on client (such as building all GUI in JS) versus serving HTML pages from server is the lack of control you get over errors, little graphical bugs, environnement differences, etc. You end up acting like a software vendor distributing desktop applications, you cant get real control over useability on client-side.
      Of course, this disadvantage can be almost totally struggled using a browser agonstic framework (like jQuery) and running rendering tests in many environnement.
      You should try both technicles, using Ajax is not always best and it can sometimes save your life (go build a dynamic tree with multiple selections and millions of branches with only HTML).
      I general I apply this rule : if user changes screen (ie between a listing and a form) I reload the whole page, if not I use Ajax.

    2. I must disagree, in web developement, client side scripting wil still keep being used for GUI stuff, except for offline web solutions (like Gears) there is no reason the browser embeds databases or hard business logic.
      Business layer is just too important to us to rely on browser to handle it. Data storage is on the same position (again to me) it has to be kept on servers.
      This separation of concerns is in my everyday job and I think these huge responsibilities can never be delegate to a browser, there is just too much insecurity, incompatibility, bugs issues.

    3. Server side shines at all stages I stated below, but as for data transfer format I prefer transferring directly HTML to browser or using JSON for any other structured data I need to pass. Using XML seems a little verbose to go for lightweight clients. If you can avoid iframe, do it, there is no reason to use them in 99.9% of cases I’ve saw.

    As a matter of conclusion, you’re student, learn things that are interesting. If you prefer improve your knowledge on client side, do it, there is a lot to learn here (HTML parsers, DOM and JS apis, browser internals are really interresting to me).

    But you have to know in corporates I’ve worked for, the web as 2 meanings : communication and a support for business application GUIs. I currently work for web applications (intranet), we are 3 front end developers doing PHP and javascript while there are 20 people doing server side Java. Just to give you the place taken by GUI in professional wide scale apps.

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

Sidebar

Related Questions

I have a jquery bug and I've been looking for hours now, I can't
We're building an app, our first using Rails 3, and we're having to build
link Im having trouble converting the html entites into html characters, (&# 8217;) i
That's pretty much it. I'm using Nokogiri to scrape a web page what has
I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
this is what i have right now Drawing an RSS feed into the php,
I am reading a book about Javascript and jQuery and using one of the
I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
Configuring TinyMCE to allow for tags, based on a customer requirement. My config is
Seemingly simple, but I cannot find anything relevant on the web. What is the

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.