Questions tagged [dynamic-content]

Web site or blog content that changes frequently and engages the reader. Dynamic content can include animations, video or audio. Tho opposite of 'static content'.

Web site or blog content that changes frequently and engages the reader. Dynamic content can include animations, video or audio. Tho opposite of 'static content'.

Client-side scripting is changing interface behaviors within a specific web page in response to mouse or keyboard actions, or at specified timing events. In this case, the dynamic behavior occurs within the presentation. The Client-side content is generated on the user's local computer system.

Such web pages use presentation technology called rich interfaced pages. Client-side scripting languages like JavaScript or ActionScript, used for Dynamic HTML (DHTML) and Flash technologies respectively, are frequently used to orchestrate media types (sound, animations, changing text, etc.) of the presentation. The scripting also allows use of remote scripting, a technique by which the DHTML page requests additional information from a server, using a hidden frame, XMLHttpRequests, or a Web service.

The first "widespread used" version of JavaScript was in 1996 (with Netscape 3 and ECMAScript standard).

A program running on a web server (server-side scripting) is used to generate the web content on various web pages, manage user sessions, and control workflow. Server responses may be determined by such conditions as data in a posted HTML form, parameters in the URL, the type of browser being used, the passage of time, or a database or server state. Such web pages are often created with the help of server-side languages such as ASP, ColdFusion, Perl, PHP, Ruby, WebDNA and other languages. These server-side languages often use the Common Gateway Interface (CGI) to produce dynamic web pages. Two notable exceptions are ASP.NET, and JSP, which reuse CGI concepts in their APIs but actually dispatch all web requests into a shared virtual machine.

Dynamic web pages are often cached when there are few or no changes expected and the page is anticipated to receive considerable amount of web traffic that would create slow load times for the server if it had to generate the pages on the fly for each request.

Ajax is a web development technique for dynamically interchanging content which sends a request to the server for data. The server returns the requested data which is then formatted by a client side script.

This technique can reduce server load time because the client does not request the entire webpage to be regenerated by the server's language parser; only the content that will change is transmitted. Google Maps is an example of a web application that uses Ajax techniques.

A Web client program (such as a web browser) can access data from many different servers, such as Gopher, FTP, NNTP (Usenet) or HTTP. The HTTP server was designed specifically for the Web, and employs a protocol (system of messages) that supports sending documents from the server to a browser, and that also support sending complex data from the client back to the server. There are several HTTP methods for doing this (in HTTP, method is a technical term for the way in which data are sent between a client browser and server).

All of the client and server components that collectively build dynamic web pages for one website are together called a web application. Web applications manage user interactions, state, security, and performance.

Source: Wikipedia

254 questions
5
votes
2 answers

HTML, CSS sticky footer (growing content)

I'm trying to get a sticky footer at the bottom of a div that has dynamic height (growing content). The div needs to float in the middle of the page (same distance from left and right). I have the following HTML (stripped of irrelevant…
tonya_ytzerman
  • 53
  • 1
  • 1
  • 3
4
votes
4 answers

Neither .live(), .delegate() or .on() work for forms loaded dynamically to the page

I have a page with infinite scroll. The ajax functionality works fine for forms existing on the page when it initially loads, but doesn't work for forms loaded from the inifinite scroll ajax feature. I've searched for about 5 days trying to find a…
Mike
  • 65
  • 6
4
votes
4 answers

Best way to generate static version of "dynamic" web site

I have a website that is dynamic in the sense that a lot of data is generated from a database, but the contents of the database changes rarely (about 1-3 times a week). These changes are manual and controlled. Instead of having the overhead of a…
Julien
  • 5,729
  • 4
  • 37
  • 60
4
votes
2 answers

Add dynamic form content in MVC

I'm trying to add dynamic content to my mvc application. I'm using Steven Sanderson post Editing a variable length list, ASP.NET MVC 2-style, and thanks to it, I had some dynamic content into it. Due some constraints of my application, I had to make…
muek
  • 1,080
  • 2
  • 16
  • 36
4
votes
2 answers

Include dynamic content containing JSF tags/components from stream

I am working on an application where I would like to include dynamic XHTML content from a stream. To handle this I wrote a taghandler extension which dumps the dynamic XHTML content to output component as UIOutput htmlChild = (UIOutput)…
user3027786
  • 185
  • 2
  • 14
4
votes
3 answers

jquery set focus to dynamically generated element

I've run into this a number of times, where I wish to reset focus to (and or select the contents of) a dynamically generated element after failing some or other validation (typically on change or blur), but I have never come up with a satisfactory…
WallabyKid
  • 503
  • 2
  • 5
  • 16
4
votes
4 answers

javascript or jQuery doesn't work in dynamically generated content

Morning people. How to make my javascript or jquery works in dynamically generated content. Basically, i have created web page that generates contents, base on what user clicks on the navigation menu. The problems i am facing: when main page…
Loonb
  • 1,068
  • 5
  • 18
  • 30
4
votes
2 answers

imagettftext(): calculate font size to ensure text fits image width

I'm using imagettftext() to write dynamic text on an image and I want it to fit my image width. How can I calculate the font size by the text lenght?
Asaf
  • 91
  • 1
  • 1
  • 8
3
votes
3 answers

Add Div around dynamic html list content

for example I have structure like this:
    heading
  • dynamic content
  • dynamic content
  • dynamic content
  • heading
  • dynamic content
  • dynamic content
here content is dynamic where i…
user1060990
  • 179
  • 1
  • 2
  • 8
3
votes
1 answer

Translate dynamic data into multiple language in react native

I have developed my app using react native,I need to translate my entire app into user chosen language. I know translation of the static content.but i need it for dynamic content. I want to convert the data which is coming from back end API also.So…
nomula
  • 31
  • 1
  • 3
3
votes
2 answers

how to change div content by time of the day?

I want to be able to change the content of a certain div according to the time of the user. For example, if it's 5am, certain content would show. If it's 6am, another content shows. John Doe 8am-4pm (changes to that name when its 8am-4pm) John Doe…
Francheska
  • 35
  • 1
  • 6
3
votes
4 answers

How to select all/unselect all the check boxes which are not disabled?

I've multiple checkbox inputs while some them are disabled. So when I click select all/unselect all the checkbox at the top, I want to apply this event for the only enabled check boxes. Also when I've all the checkboxes checked by clicking on each…
Raviteja
  • 3,399
  • 23
  • 42
  • 69
3
votes
1 answer

(Hugo) Load dynamic Content from Raw GitHub

Is there a way to load content into Hugo dynamically from a raw GitHub user content? e.g. I if there is an about.md (among other pages) in a repo that is also in the static site but I'd rather not have the duplication and it would help on…
user742030
3
votes
1 answer

Dialog with max height and dynamic Content that scrolls + footer css

I have a dialog with position: absolute and a max-height set. The max-height property is set from outside by a javscript framework (jQuery UI Dialog), so I don't have any control over it. Inside I have 2 divs: one that is filled with dynamic content…
Ray Stanz
  • 81
  • 1
  • 8
3
votes
1 answer

How do I pass a dynamic PHP variable from one page to another?

I am creating 2 webpages. The first one will show a list of items. 2nd web page, I want to create a general one so that when the user clicks on an item depending upon the chosen one, 2nd page will be modified as per item. I just want to pass a…
sharin gan
  • 373
  • 1
  • 3
  • 14
1
2
3
16 17