Tagged Questions
-2
votes
0answers
18 views
Shopping Cart Using XML and PHP [closed]
So I have created an online store with products, storing the products using XML. The site works fine all I need to do now is implement a shopping cart. I have no Idea how to do this so any help will ...
1
vote
2answers
52 views
inline divs that adjust width automatically
In case of 2 divs. one is static and other is dynamic. That is one div width should be 400px (This one I call as static div as it has static width) and the other div should occupy the rest width (This ...
0
votes
0answers
17 views
How can I dynamically change the Twitter Profile and Search?
I can display two Twitter boxes next to each other like this, using the Web Helpers package in a Razor 2 asp.net website.
<div id="dynaMashTab-Twitter" >
<span id="spanProfile" ...
0
votes
1answer
58 views
Dynamically created DOM element not increasing div size
I have a selection drop down, which dynamically changes based on the first selection.
I also have the option to add more selections and this creates more drop down select boxes dynamically.
...
0
votes
3answers
48 views
Dynamically add input fields when needed
I'm trying to add extra input fields to my HTML form as they are needed. Here's my code:
My code
JS
$(document).ready(function(e) {
var i = $('.form-inputs input').size() + 1;
...
-1
votes
1answer
44 views
How can I force the contents of a div to refresh?
I am now able to replace html text dynamically (How can I replace html text dynamically?), but I need the tweets to refresh when the inputQuery val replaces the text/caption/heading, too. IOW, I can ...
0
votes
0answers
18 views
“Dynamic” parsing engine in Android app that I can update easily and quickly
I have written an Android app that people use to view a private forum (for a game). The forum seems to be handwritten or something and does not support Tapatalk or similar, and it is a pain to browse ...
1
vote
6answers
51 views
How can I replace html text dynamically?
I'm adding the text "I Tot I Taw a Puddy Tat!" to the top of a page with jQuery this way in the ready function:
$("#Twitterati").html("<h3>I Tot I Taw a Puddy ...
1
vote
2answers
86 views
Loading dynamic content into a DIV via Ajax
I have a DIV that is getting its content on success of an ajax data load call:
$.ajax({
type: 'POST',
url: '/load.php',
success: function(msg) {
...
0
votes
1answer
31 views
Vertical issues with YouTube modal window, CSS and HTML only
I'm trying to make a modal window that plays a YouTube video. The final result should dynamically resize itself to fill the contents of the viewport while always respecting a 16:9 aspect ratio. It ...
0
votes
3answers
42 views
HTML including CSS using PHP
I am trying to build a one-page dynamic site and I've hit a roadblock. Since URLs like:
index.php?page=Tutorials&Article=0
aren't really all that pretty, I decided to use .htaccess to rewrite ...
-8
votes
1answer
49 views
something wrong with replace string? [closed]
ok can anyone help me with this:
<?php
$remove = $_GET['hwid'];
str_replace($_GET['hwid']."<br />","",$str);
?>
It doesnt even delete the text...
I Know i dont have it set to the html ...
-1
votes
3answers
73 views
How do I make a div not display, if the browser window is at a certain width? [duplicate]
I want some images to not be displayed if the persons browser window is too small. Would I do this in CSS or Javasript, and if so, how?
1
vote
0answers
27 views
How to make the margin of an image dynamic
What i have is a long rectangular image like this
http://www.openstudio.fr/jquery-virtual-tour/img/sculpteur.jpg
and 3 buttons that will move the image to left, to right and pause.. just like what ...
0
votes
2answers
53 views
Can I replace placeholder text in a rendered HTML page dynamically?
I wish I could think of a better way to word my question, but basically here is what I want to do: in an HTML file, I would like to fill the body with a specific string multiple times. For example:
...
0
votes
3answers
72 views
Dynamic insertion of text file contents within HTML
Basically I am trying to accomplish a personal bit of code for a hobby.
The goal is to be able to read from a file that contains a single line that displays what I am currently listening to as it ...
0
votes
1answer
46 views
Alternative to eval for dynamically evaluating mixed content strings (html + php) within php script
Let's just get right into it.
index.php
<?php
...
$url = "www.google.com";
$val = "Is PHP better than Perl?";
$file = file_get_contents("mixedcontent.txt");
print eval("?>" ...
0
votes
1answer
39 views
How can I dynamically add labels and checkboxes from a C# object or method to a fieldset using jQuery?
I need to populate a fieldset on a page with pairs of labels/checkboxes that will differ from user to user. Currently I've got this hardcoded in HTML like so:
Old HTML:
<fieldset ...
-2
votes
0answers
21 views
NYT Exoplanet animation code: how?
NYT Exoplanet animation: http://www.nytimes.com/interactive/science/space/keplers-tally-of-planets.html?ref=science
Does anybody have any idea how the NYT coders put this page together. Specifically, ...
1
vote
1answer
42 views
How to resize <img> in <div> with float:left?
I've got problem, how to automatic resize height of in .
Here I'am trying to make pure css slideshow, and its works, but when I scale browser window width changes and height - doesn't. Why? and how ...
0
votes
2answers
116 views
Dynamic creation of radio button in Html for IE
Can anybody give me a working code for creating dynamic radio buttons in html (and javascript) which works in IE, Firefox and Chrome?
I saw a lot of codes in the internet, but none of them worked for ...
0
votes
0answers
67 views
Resizing HTML Object Tag with changing content
I realize there are numerous posts on this site and others covering this topic, but I can't seem to figure out exactly why my code isn't working the way it seems like it should.
I have a page that ...
0
votes
1answer
45 views
Dynamic functions for dynamic generated div's
success: function (html) {
$("#Concretisering").append('<li><input type="text" /></li>');
}
I have a function like this, it works but...
In another function I generate some ...
0
votes
2answers
76 views
Dynamically loaded image returning outerHeight of 0 (jQuery)
It seems that for some reason the .load method is not working. here in my jquery:
$(document).ready(function() {
var imgHeight;
$('body').prepend('<img ...
0
votes
1answer
42 views
iframe height not changing when the source height changes dynamically
I have html pages A and B.
I am including html B page in html A using iframe.
Means iframe source point to "page B".
Issue is, if the page B changes dynamically - iframe height is not changing.
How ...
1
vote
4answers
121 views
Dynamic : css vs javascript
JavaScript is more dynamic than css. But how JavaScript is more dynamic than css? How javascript coding works greatly than css?
-1
votes
1answer
166 views
Want two dynamically created input values to be saved in one mysql row using php
what i want is when a user clicks a link it should automatically create two text box's at a time and from which we can click and create unlimited numbers of textboxs which when submitted it should ...
0
votes
1answer
35 views
Interactive images/graphs like those used in BBC website
I am aiming to built a website which will be quite interactive and vibrant. I am wondering how BBC often adds these interactive images and graphs to its website such as this:
Link to a BBC page
...
0
votes
1answer
86 views
HTML Text Box output webpage value
Effectivily I have a web page text box that I want it to load the value that it outputed when going to a link.
I have a link called www.mydomin.com/number.html
This page just displays a number ...
0
votes
1answer
45 views
BeautifulSoup not grabbing dynamic content
My issue I'm having is that I want to grab the related links from this page:
http://support.apple.com/kb/TS1538
If I Inspect Element in Chrome or Safari I can see the div id="outer_related_articles" ...
1
vote
0answers
63 views
How can I create a dynamic tag with ajax call?
I want to create icons according to the number of passengers and I want to give each icon an id.The passenger ids is in php code.How can I give the id of the passenger to the icon id.When par_key is ...
0
votes
0answers
26 views
How can I create a table one column textArea next column droppable adding specific cells on the fly
I was doing this without html tables but styling this is resulting impossible. I'm including an image of how I want it to look final (cant upload images, but in this link it is): ...
0
votes
1answer
68 views
Using jQuery to find elements inside of a div that was loaded with $.load
Here's my code:
<script type='text/javascript'>
$(document).ready(function() {
$('#test').load('http://foobar.com/view.php?id=1186', function() {
...
0
votes
5answers
52 views
How to generate HTML with JS and let Google Detect it [closed]
I have a bunch of arrays that generate some random text (the arrays are filled with data pulled out from a database using AJAX), is there any way for Google or any other Search Engine to be able to ...
-1
votes
2answers
68 views
jQuery on edit switch first div to secondary div within li dynamically
I am having some issues, I am working on "In-Place Editing" implementation and want to retrieve the ID dynamically about two divs within one li, the first div is visible by default, and the second is ...
0
votes
0answers
57 views
override a variable when press the button back in a dynamic quiz
Hello im implementing a dynamic quiz, im new to javascript and to learn i decided to make this exercise, i got stuck because i just added a back button to my quiz,in order to correct your answer if ...
2
votes
1answer
107 views
Creating a dynamic form and displaying in a custom template table with Django Python
I am making a web application which will display a list of students in a table, and beside each name an input field allowing the user to give a "tag" to that student. I am having trouble figuring out ...
0
votes
0answers
57 views
VB.Net assigning procedures to dynamic buttons
I am creating a loop that inserts html elements into a web page. I am unable to direct the buttons created in the loop to a particular Sub procedure
For j As Integer = 1 To 8
Contents = Contents ...
1
vote
1answer
56 views
Dynamic content in outlook email messages
I need to have a button in my outlook message that displays an image (inside the message itself) when clicked. I tried to put a HTML with Javascript handling onclick event, but scripts wont work ...
-3
votes
1answer
66 views
how to make a dynamic table in a web page in django? [closed]
i'm using Django to build my app i need to retrieve data from database and put it in a dynamic table in html page
help please
1
vote
1answer
46 views
Dynamically created checkboxes elements are not call function assigned
I have a set of checkboxes in Areas wrapper(div). When you checked one of them, the Linked Area wrapper will be show and then append itself to Linked Area wrapper. I want to remove a checkbox in ...
2
votes
1answer
203 views
jQuery outerHeight is not returning the correct value
I am trying to dynamically set the height of the webpage content by subtracting the header and footer values from the window size and setting the content to this value on document load.
Each of the ...
1
vote
1answer
150 views
Add List Of Images To HTML dynamic using c#
I have list of images stored in sql database.
i try to add it dynamic at run time .
i use "InnerHtml"
i create dive tag and want to add the image list in the div tag
HTML:
<div runat=server ...
3
votes
2answers
59 views
Dynamic URLs Without Creating a .html for each user
I'm working on creating a website similar to oc.tc. The website system, not the content. Anyway, if you notice how you can do oc.tc/itunes89(Or oc.tc/anyregistereduser) I would like to know how to do ...
-3
votes
2answers
38 views
Dynamic URL Loads a Page [closed]
Recently I have been developing a website with a system similar to the one of oc.tc.
I was wondering how every user's page can be accessed like this: oc.tc/username. I'm almost
positive they're not ...
0
votes
1answer
135 views
Dynamic input table to dynamic label table in HTML Javascript
I am trying to make this function I used in my program before but instead of having input fields showing the data, I need it to show labels or text with the data so I can copy and paste it in Excel.
...
0
votes
1answer
55 views
HTML: Dynamic size of elements
I'm looking for a way to change the size of elements dynamically to the size of a page.
I know that is possible with javascript. :-)
But there is also a new solution with the CSS units: vw, vh, vmin ...
0
votes
2answers
64 views
Add event listener to all childeren
I have a button that when clicked calls a function that creates divs and adds them as childeren to another div which acts as a container.
I tryed this at the end of the function:
x = ...
0
votes
1answer
168 views
Dynamic JQuery toggle dropdown
I have some divs inside a table, just to get a fine setup.
When i press a div, a text drops down under it, and if you press the div again, the text gets away again.
also, when i press one of the ...
0
votes
3answers
87 views
The “right” way of dynamic pages (Query Strings, URLs)
I have 2 questions i've been curious about.
I've seen query strings as a way of creating dynamic pages, by passing a variable between, the .php page can then follow it up by retrieving content based ...



