Click here to Skip to main content
16,011,608 members
Home / Discussions / Web Development
   

Web Development

 
QuestionWhat is this Remember me Pin
kumar bharat bhusanam3-Nov-06 20:06
kumar bharat bhusanam3-Nov-06 20:06 
AnswerRe: What is this Remember me Pin
Bradml5-Nov-06 0:16
Bradml5-Nov-06 0:16 
GeneralRe: What is this Remember me Pin
UltraCoder5-Nov-06 15:40
UltraCoder5-Nov-06 15:40 
GeneralRe: What is this Remember me Pin
Bradml5-Nov-06 20:40
Bradml5-Nov-06 20:40 
QuestionHow to send message through bluetooth devices Pin
kumar bharat bhusanam3-Nov-06 19:08
kumar bharat bhusanam3-Nov-06 19:08 
AnswerRe: How to send message through bluetooth devices Pin
Bradml4-Nov-06 23:36
Bradml4-Nov-06 23:36 
QuestionRe: How to send message through bluetooth devices Pin
kumar bharat bhusanam5-Nov-06 21:47
kumar bharat bhusanam5-Nov-06 21:47 
QuestionSuggestions for a layout algorithm anyone? Pin
RichardGrimmer2-Nov-06 22:42
RichardGrimmer2-Nov-06 22:42 
Guys and Gals,
Have a situation where I need to represent some data as a collection of div elements surrounding a central div. There could be anywhere between 0 and infinite "object" divs, but only one central "subject" div.

I've tried various methods of laying out the divs - for instance, I tried to lay them out in a circle around the central point, but this just looked a bit naff, so we've settled on a square layout.

I've tried various algorithms, but everything I've come up with has either been really messy, inelegant processing, or just flat out doesn't work..

Anyone have any ideas for a way of going about this?

For example - my first thought ran something like....

get number that will fit horizontally
get number that will fit vertically

for each element work out which "slot" it fits into (either horiz or vert)
position the div in the middle of this "slot"

which seems fine on paper, but am running ito all sorts of problems, such as (and most embarrassingly) deciding which side a div shold be "connected" to (top / bottom / left / right)

Anyone?

"Now I guess I'll sit back and watch people misinterpret what I just said......"
Christian Graus At The Soapbox

GeneralRe: Suggestions for a layout algorithm anyone? Pin
Akhilesh Yadav3-Nov-06 0:01
Akhilesh Yadav3-Nov-06 0:01 
GeneralRe: Suggestions for a layout algorithm anyone? Pin
RichardGrimmer3-Nov-06 0:21
RichardGrimmer3-Nov-06 0:21 
QuestionHow to Disable Pop Up Blocker through Code ??? Pin
jagmit202-Nov-06 18:29
jagmit202-Nov-06 18:29 
AnswerRe: How to Disable Pop Up Blocker through Code ??? Pin
Paddy Boyd2-Nov-06 23:56
Paddy Boyd2-Nov-06 23:56 
JokeRe: How to Disable Pop Up Blocker through Code ??? Pin
Bradml3-Nov-06 0:10
Bradml3-Nov-06 0:10 
JokeRe: How to Disable Pop Up Blocker through Code ??? Pin
Guffa3-Nov-06 1:33
Guffa3-Nov-06 1:33 
QuestionASP and AJAX Pin
popin2-Nov-06 8:35
popin2-Nov-06 8:35 
AnswerRe: ASP and AJAX Pin
UltraCoder2-Nov-06 9:24
UltraCoder2-Nov-06 9:24 
GeneralRe: ASP and AJAX Pin
popin3-Nov-06 7:45
popin3-Nov-06 7:45 
GeneralRe: ASP and AJAX Pin
Akhilesh Yadav3-Nov-06 17:49
Akhilesh Yadav3-Nov-06 17:49 
QuestionPHP string truncation Pin
tibiz2-Nov-06 4:26
tibiz2-Nov-06 4:26 
AnswerRe: PHP string truncation Pin
Ted Ferenc2-Nov-06 6:17
Ted Ferenc2-Nov-06 6:17 
GeneralRe: PHP string truncation Pin
tibiz2-Nov-06 8:54
tibiz2-Nov-06 8:54 
Questionread js file Pin
militiaware2-Nov-06 0:37
militiaware2-Nov-06 0:37 
AnswerRe: read js file Pin
howardjr24-Nov-06 15:42
howardjr24-Nov-06 15:42 
GeneralRe: read js file Pin
militiaware25-Nov-06 20:11
militiaware25-Nov-06 20:11 
Questionmicrosoft vbscript runtime error: activex component can't create object:'getobject'. Pin
anbumanikandan1-Nov-06 16:49
anbumanikandan1-Nov-06 16:49 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.