PDA

View Full Version : What is Static and Dynamic URL?



devikumar
01-09-2018, 01:06 PM
What is Static and Dynamic URL?

EdSim
01-09-2018, 01:11 PM
URLs are classified into two types: static and dynamic. A static URL is one in which the content of the web page remains the same as long as the changes are not hard coded within the HTML. On the other hand, a dynamic URL is one which is a result of a search within a website driven by a database running on some script.

RH-Calvin
01-10-2018, 12:42 AM
A static site is one that is usually written in plain HTML and what is in the code of the page is what is displayed to the user. A dynamic site is one that is written using a server-side scripting language such as PHP, ASP, JSP, or Coldfusion.

davidsmith21
01-10-2018, 05:17 AM
URLs are classified into two types: changeless and dynamic. A changeless URL is one in which the agreeable of the web folio charcoal the aforementioned as continued as the changes are not adamantine coded aural the HTML. On the added hand, a activating URL is one which is a aftereffect of a look aural a website apprenticed by a database active on some script.

alpa
01-10-2018, 06:25 AM
In simplest terms, static Website pages are those with content that cannot change without a developer editing its source code, while dynamic Website pages can display different content from the same source code.

drnagwaniseo
01-10-2018, 06:35 AM
A static URL is one that does not change, so it typically does not contain any url parameters. It can look like this: http://www.example.com/archive/j.... You can search for static URLs on Google by typing filetype:htm in the search field. Updating these kinds of pages can be time consuming, especially if the amount of information grows quickly, since every single page has to be hard-coded. This is why webmasters who deal with large, frequently updated sites like online shops, forum communities, blogs or content management systems may use dynamic URLs.


f the content of a site is stored in a database and pulled for display on pages on demand, dynamic URLs maybe used. In that case the site serves basically as a template for the content. Usually, a dynamic URL would look something like this:http://code.google.com/p/google-.... You can spot dynamic URLs by looking for characters like: ? = &. Dynamic URLs have the disadvantage that different URLs can have the same content. So different users might link to URLs with different parameters which have the same content. That's one reason why webmasters sometimes want to rewrite their URLs to static ones.

joelhuang
01-10-2018, 06:48 AM
a static URL presents web pages that can always remain as is. These websites cannot be customized according to various users so it does not offer customization options. So, each visitor to the site will view the same information on the web pages.

On the other hand, dynamic URLs lead to dynamic web pages that can undergo changes according to the user. It can be personalized or updated on a regular basis. The changes can be conducted automatically through databases requiring no human input. The dynamic websites can present latest information and these typically work with database and cookies.

tamil96
01-10-2018, 07:43 AM
Static URL is the URL which the User see. Static URL remains constants and it cannot be changed. Dynamic URL will be created at the time of the search. The search engine cannot index dyanamic URL.

24x7servermanag
01-11-2018, 02:06 AM
Static URLs used to remain as it on every search. They do not vary according to user. There is no customization option for the static URL.
It always recommended to use the static URL instead of dynamic URL.

Dynamic URLs are generated from the queries of site database. They are used to vary according to user. Those are going to update as per the user. All changes are coded in the HTML script. There is customization option for the dynamic URLs.

Ha Nguyen
01-14-2018, 11:15 AM
A static URL is a URL that does not change depending on input from a remote database or server, but stays the same with each page load. Static URLs are the norm for pages that do not contain interactive elements based on the results of a web administrator’s remote data.

Hitekschool
01-22-2018, 02:32 AM
In least difficult terms, static Website pages are those with content that can't change without an engineer altering its source code, while dynamic Website pages can show diverse substance from a similar source code.

risen29
01-22-2018, 06:20 AM
A dynamic URL is a page address that results from the search of a database-driven web site. Dynamic URLs are the URLs that are generated by a server or a content management system and are not easy to remember. These are created because the server or CMS doesn’t know what to call each page.

You can typically spot dynamic URLs by looking for characters like: ? = &. Also referred to s ugly urls

sindhusmile
01-22-2018, 03:42 PM
URLs are classified into two types: static and dynamic. A static URL is one in which the content of the web page remains the same as long as the changes are not hard coded within the HTML. On the other hand, a dynamic URL is one which is a result of a search within a website driven by a database running on some script.

I agree with this response which is clearly explained what is static and what is Dynamic. Dynamic links will be generated from data based using a programming language like php, java and all.

deepakrajput
01-22-2018, 09:40 PM
A HTML website has static URL while WordPress have dynamic URLs.

Hitekschool
02-01-2018, 06:31 AM
In least difficult terms, static Website pages are those with content that can't change without a designer altering its source code, while dynamic Website pages can show diverse substance from a similar source code.

ihits
02-01-2018, 07:09 AM
A static URL is one in which the content of the web page remains the same as long as the changes are not hard coded within the HTML. On the other hand, a dynamic URL is one which is a result of a search within a website driven by a database running on some script.