Tagged Questions

0
votes
3answers
55 views

Getting elements that exceed the maxium value. JAVASCRIPT/JQUERY

greetings, I'm new with java script so bear with me! I want to achieve something using JQuery selectors. I have a list menu. It looks like this... <ul style="width:auto"> …
1
vote
1answer
187 views

Access iframe elements in javascript

I have a webpage where there is a texarea within a iframe. I need to read the value of this textarea from its child page javascript. Presently by using window.parent.getelementbyID …
2
votes
9answers
486 views

what are the fast algorithms to find duplicate elements in a collection and group them?

Say you have a collection of elements, how can you pick out those with duplicates and put them into each group with least amount of comparison? preferably in C++, but algorithm i …
0
votes
1answer
98 views

How to loop through WPF StackPanel static Items?

Probably very easy but I am having trouble to figure this out (also Google doesn't seem to help much). How can I loop through the statically declared elements (no databinding - el …
3
votes
4answers
193 views

Are <hr> and <br> inline or block elements?

My guess is that <br> might be inline and that <hr> might be block. But I don't really have a clue...
0
votes
6answers
77 views

Cannot get CSS Elements centered

Hi there, I cannot get my site to be centered for the life of me with CSS. I have tried all the usual methods suggested around the web including: body { text-align: center; …
1
vote
3answers
95 views

Use CSS to create multiple elements that take up the entire width of the parent.

I'm trying to achieve a horizontal CSS menu bar where all of the <a> elements combined expand to the entire width of the parent. The HTML looks something like this: <div …
0
votes
3answers
42 views

Javascript - Visual Representation of Element as an Image

This is a long shot but I've seen things which might make it posssible. I have a div, which is filled with images. Album covers if you must know. And I want to allow users to down …
1
vote
3answers
88 views

count from several multidimensional arrays

hi all, i have foreach, which generate following arrays: ==== array 1 ==== array 0 => array 'tag' => string 'daf' (length=3) 1 => array 'tag' = …
5
votes
10answers
244 views

Should I use Elements or Attributes in XML?

Hello I am learning XML from W3schools. Here: hXXp://www.w3schools.com/xml/xml_attributes.asp The author mentions the following: XML Elements vs. Attributes <person sex= …
14
votes
10answers
529 views

Best practices: When should I use elements and when should I use attributes?

Which would be the correct format for this XML data, are they equivalent or are there trade offs between the two? 1. <sitemap> <category name="Animals"> <sec …
19
votes
15answers
955 views

What is the purpose of anonymous { } blocks in C style languages?

What is the purpose of anonymous { } blocks in C style languages (C, C++, C#) Example - void function() { { int i = 0; i = i + 1; } { int k = 0; k = k + …
1
vote
1answer
40 views

list elements by activity

Hello, I'm working on automated builds and need to be able to list elements that were worked on under particular activities. I'm new to ClearCase so I apologise for naiivety ... …
2
votes
5answers
409 views

jQuery: Creating a New DOM element and showing it

So as the title suggests I wish to create a new dom element (the HTML is generated and retrieved via AJAX). I kind of got it working but it appears hidden, and when I try to Fade I …
1
vote
1answer
70 views

Only one web part added to the wp gallery when multiple webpart files specified in module

I'm trying to deploy multiple web parts as part of the same feature. SharePoint itself seems to do this quite happily by specifying multiple File elements in a single Module elemen …

1 2 3 4 next
15 30 50 per page