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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T03:10:29+00:00 2026-05-14T03:10:29+00:00

I have been in web programming for 2 years (Self taught – a biology

  • 0

I have been in web programming for 2 years (Self taught – a biology researcher by profession). I designed a small wiki with needed functionalities and a scientific RTE – ofcourse lot is expected. I used mootools framework
and AJAX extensively.

I was always curious when ever I saw the query strings passed from URL. Long encrypted query string directly getting passed to the server. Especially Google’s design is such. I think this is the start of providing a Web Service to a client – I guess.

Now, my question is : is this a special, highly professional, efficient / advanced web design technique to communicate queries via the URL ?

I always felt that direct URL based communication is faster. I tried my bit and could send a query through the URL directly. here is the link: http://sgwiki.sdsc.edu/getSGMPage.php?8
By this , the client can directly link to the desired page instead of searching and / or can automate. There are many possibilities.

The next request: Can I be pointed to such technique of web programming?
oops: I am sorry, If I have not been able to convey my request clearly.

Prasad.

  • 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-14T03:10:29+00:00Added an answer on May 14, 2026 at 3:10 am

    I think this is the start of providing
    a Web Service to a client – I guess.

    No not really, although it can be. Its used to have a central entry point to the entire application. Its a common practice and has all kinds of benefits, but its obviously not required. Often thes days though even a normal url you see may not actual be a physical page in the application.. each part of the path may actuall be mapped to a variable through rewriting and routing on the server side. For example the URL of this question:

    http://stackoverflow.com/questions/2557535/general-web-programming-designing-question

    Might map to something like

    http://stackoverflow.com/index.php?module=questions&action=view&question=2557535&title=general-web-programming-designing-question

    is this a special, highly
    professional, efficient / advanced web
    design technique to communicate
    queries via the URL ?

    Having a centralized page through which all functions within an application are accessed is part of the Front Controller Pattern – a common pattern in applications generally used as part of the overall Model, View, Controller (MVC) pattern. In MVC, the concerns of the application are divided into the model which holds the business logic. These models are then used by the controller to perform a set of tasks which can produce output. This output is then rendered to the client (browser, window manager, etc..) via the view layer.

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

Sidebar

Related Questions

I have been programming in Java since 2004, mostly enterprise and web applications. But
I have been doing Windows programming in .Net since last two years. Now I
I've been using python for years, but I have little experience with python web
K I'm a self taught programmer and been so for a couple of years.
I have been programming in C/C++ for about five years and Python for three;
Hey I am very new to Web Programming. I have been learning PHP from
I have recently been web-researching quantum computing. Will we see these in our lifetimes
I want to bounce an idea around. I have been building web services and
I have been scouring the web for a code sample that shows how to
I have been support a web app that is used by a user base

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.