Tagged Questions
The dynamic-content tag has no wiki summary.
4
votes
4answers
506 views
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 ...
3
votes
2answers
240 views
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 ...
2
votes
2answers
49 views
Display content through PHP by taking information from the HTML?
I'm trying to have something like the title of a page generated through PHP. What I have are a few pictures with a title (like Gallery, About, Home, etc.) that get animated onto the page via JQuery. ...
2
votes
4answers
226 views
How do websites change content daily?
I just started learning HTML and CSS, with no knowledge on other languages such as javascript, Php, and so forth. Websites like Refdesk.com boast fresh content everyday, there has to be someway they ...
1
vote
4answers
48 views
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. ...
1
vote
2answers
59 views
Rendering user controls in EPIserver dynamic content
Im trying to make a EPIserver dynamic content control, the content i want is a user control which i already made(a slider), every thing seems to work just fine until i insert the dynamic content ...
1
vote
1answer
139 views
ASP MVC How to pass in-memory byte stream to Java Applet?
I need to pass an image (currently a byte stream) to a Java Applet in an ASP MVC 3.0 web site.
The docs for the applet says the file can be generated dynamically by a HTTP GET.
What should the ...
1
vote
1answer
581 views
Errors with jQuery Mobile using a Single, Dynamic .html page which links to n JQM “pages”
I have a mobile site, which consists of a single HTML page (Mobile.html). The content is loaded dynamically into JQM formatted divs of data-role="page". The only static content on the page is the body ...
1
vote
3answers
64 views
most appropriate decision for dynamic web content
First of all, I'm sorry because of this lame question. But I'm kind of lost in all dynamic-html, ajax, etc stuff. So i decided get help from the pros.
Basically what I'm trying to do is creating a ...
0
votes
2answers
90 views
Lose dynamic content after page refresh in jQuery Mobile
Here is my problem: I'm developing a mobile web app with jQuery Mobile and I have to create dynamic content.
In the first page I have a listview with some <li>elements. When I click in one of ...
0
votes
0answers
34 views
Error occurs when dynamic contents are loaded at the first show
(sorry for poor english T.T)
I use CodeIgniter and ajax to make the site.
The dynamic contents are included in the main page of the site, however the error ONLY occurs at the FIRST SHOW!
Let assume ...
0
votes
1answer
75 views
Dynamically Load Content and Set Binding
I have a wizard control that will generate additional wizard pages based on devices selected from one of the screen. Once additional devices are set, the wizard will add create new wizard pages for ...
0
votes
2answers
38 views
Are there any solutions to make my ajax script stable regardless of HTML changing?
I'm running a content-based website, and I usually used ajax to dynamically add items to the content list. Every time I updated my item structure I have to change my javascript to fit the new ...
0
votes
0answers
47 views
Online Email service which allows dynamic html content template
Is there an online service that allows you to add dynamic content based on a category in the database. I'd like to add stories or articles based on a user's category (eg. which city they live in).
I ...
0
votes
0answers
139 views
dynamic content validation [closed]
I have a problem on dynamic content validation. I render a user control
use:
$('#result').html(response.d);
User control has validation:
$('#btnsaveandnext').live('click', function(event) {
...
0
votes
2answers
41 views
Issue with div functionaility if content is served via JQuery and not hardcoded
My problem is probably easiest explained from this fiddle: http://jsfiddle.net/L3zVY/7/
If you click the image in the top right of the box, the boxes fade away (image isn't present so it's just a ...
0
votes
1answer
448 views
Problems with Jquery Scrollpane, Ajaxed dynamic loaded Content ann Wordpress
i have the problem that my wp site works great, but the jscrollpane isn't loaded on the dynamic displayed content!
You can see it here : www.ra-sittig.de
Her you can see the problem! If you click ...
0
votes
2answers
161 views
CSS Floats And Dynamic Content
I have a page which has a nav bar at the top. Within the nav bar there are 2 sets of menus (ul). One set is float left, the other float right. Then below the entire menu, is the content, which is ...
0
votes
2answers
362 views
jQuery dynamic loading contents
I have a problem with dynamic loading contents. I have the menu where after div clicking is hiding, they are loading new contents and he is moving.. it works correctly, however in new contents I have ...
0
votes
2answers
390 views
How do I resize an iframe with dynamic content?
I'm populating an iframe with some contents that are injected into it but I'm unable to size it correctly. I've tried a variety of methods but here is the most recent code.
After populating the ...
0
votes
1answer
227 views
Dynamically generated content in template for given row in GridView, how?
I have data on SQL server like this:
ItemID Quantity
1 3
2 0
3 7
I would like to display that data in GridView using templates. The thing is that instead of Quantity in ...
0
votes
1answer
603 views
Why is a dynamic created JSF EL value expression not resolved?
I got a simple setup (and a big issue): a JSP page with en empty panel grid item container and a binding to a bean.
<h:panelGrid binding="#{ bean.container }" id="container" />
When the ...
0
votes
1answer
26 views
IE6 won't acknowledge new styling implications of dynamically added content
I have most of my page's content within <div id="ret">. At some point, this content is wrapped inside a <div id="_"> -- this has all sorts of CSS implications, as there is a stylesheet ...
0
votes
1answer
199 views
Dynamic Page/Post on wordpress
I'm a wordpress newbie trying to add dynamic posts and pages through get requests.
Is there a better way than suggested in http://www.blogseye.com/2010/05/creating-fake-wordpress-posts-on-the-fly?
...
0
votes
2answers
899 views
Filling an IFRAME with dynamic content from JavaScript
I have an IFRAME that should be filled with content from JavaScript. Had the content be on the server all I had to do is:
function onIFrameFill() {
myIframe.location.href = ...
0
votes
2answers
199 views
jQuery can't catch div
I get dynamic content with Ajax and i put it in a div, but the problem is that i have diffrent ids for some child divs(from the dynamic content). So i have added selectors for these divs, but as i ...
0
votes
2answers
184 views
(Rails) Maintaining Javascript functionality in dynamically generated content…?
I'm looking for a quality mechanism to add sorting to dynamically generated tables. My visual setup is very simple. On the left side I have a menu with series of items to select from (charts, ...
0
votes
2answers
344 views
Saving dynamic content from web page?
Is it possible to save dynamic text from a website and dump it into a file on my server? The specific case that I'm interested in is saving the song title from this page ...
0
votes
3answers
229 views
Identifying dyamically generated content on a page
What is the best-practise way of Identifying dynamically generated element on page?
Let me explain. I have a list of elements, there can be as few or as many elements as the user defines, on a page. ...