0
votes
1answer
34 views
jQuery Ajax - Get Elements Inner Text
I have a PHP file which will return something like
<div id="title">Add Us On Myspace!</div><img id="image" src="http://i39.tinypic.com/67jybs.png" alt="Add Us On My …
1
vote
2answers
28 views
Change Response type in asp
Hello,
I've used xml type by writing (asp coding)
Response.ContentType = "text/xml"
Now xml contents are over and I'd like to add html content so I wrote
Response.ContentType …
2
votes
1answer
32 views
Center LI elements in a CSS menu in IE?
I need to center a CSS menu that has an unknown width. I found a solution. By setting the UL tag to display:table or display:inline-table the LI elements can be aligned in the cent …
0
votes
3answers
46 views
object, param, jquery
<object width="438" height="280" id="pano" >
<param value="url_flash" name="movie" />
<param value="false" name="menu"/>
<param value="high" name=" …
4
votes
9answers
196 views
Why developers hate iframes?
While working with web developers i always hear from them that using iframes is something we must avoid as possible as we can, and so go and say its something bad, annoying and mak …
0
votes
6answers
42 views
Very basic HTML/CSS question- having a link line up with the rest of the sentence
So I want to have this:
In association with Company Name
What I'm getting right now is this:
In association with
Company Name
The company name is a link, but I have my links …
0
votes
1answer
31 views
how can I adjust volume in my program?
I'm creating an audio player program in HTML and Javascript. How can I adjust the volume in my program?
0
votes
5answers
44 views
Escaping double quotes in JavaScript onClick event handler
The simple code block below can be served up in a static HTML page but results in a JavaScript error. How should you escape the embedded double quote in the onClick handler (i.e. …
1
vote
1answer
21 views
Python: How to set breakpoints on mac with IDLE debugger?
I have access to both a PC and a mac for a python class. I find I am unable to set breakpoints in the IDLE debugger in the mac (works fine on the PC).
I've tried "ctrl-click" and …
3
votes
8answers
170 views
Why is element <u> considered outdated according to VS2008?
Why do I get the following message in Visual Studio when I use the <u> element?
"Element 'u' is considered outdated. A
newer construct is recommended"
Has it aged?
0
votes
2answers
38 views
finding the previous item in a JQuery array
I have the jquery:
$(".item")
which gives me all elements of class item.
I need to select an item from the array I get from this method, and then find the item before this.
so …
0
votes
3answers
55 views
Ideal way to single instance apps on the Mac
On Windows, it's common practice to create a named mutex and use the presence of that to determine that an instance of a given app is already running. This has its brawbacks, but m …
0
votes
4answers
54 views
Why have my images got extra spacing?
Can anyone tell me what is causing the space below the images? There seems to be extra padding in the divs with the red border relating to the images. I cant find this spacing in f …
0
votes
4answers
52 views
How do I view the HTML Dom afer a jQuery modification?
I am using DebugBar in IE to view the DOM. But after I modify the DOM with jQuery I can not see the new or modified DOM with DebugBar. How Do I view the modified DOM?
0
votes
3answers
22 views
Can the spacing of a defintion list be adjusted in html/css?
I'd like a defintion list that looks like:
term 1
definition 1
term 2
definition 2
rather than
term 1
definition 1
term 2
definition 2
What's the easies …
