@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3



Comments:

<0> hey everyone
<0> I have a quick question.. is there some code or something I can use to bring a window to the front?
<1> self.focus();
<0> I have a flash projector file that is full screen and I'm trying to open a browser window which opens behind the projector, so I need to bring it to the front
<1> Replace 'self' with the actual window reference if it isn't the current one.
<0> Pilum: do I use that on the link to open the window or in an OnLoad or something?
<1> Any event handler.
<0> humm.. ok, I already have that in the onload
<0> but it doesn't work
<0> could there be something else?
<1> Can't answer that without knowing what you're doing.
<0> I explained what I'm doing, I'm opening a browser window from within a flash projector file (ie. the browser window is being opened from within flash) - once the window is opened it needs to be brought to the front (ie on top) so that the user can see it
<0> otherwise it always opens behind the flash file (which is full screen) and the user doesn't know that the window opened
<1> You misunderstood.
<1> I need the details.
<2> anyone know how to set "!important" to a style.property?



<2> seem not possible
<3> 'night
<4> does anyone know how to (cross browser) get the width of the browser window? i dont mean the width of the document or the display area, but the outer width of the window itself
<5> hello, i have an array of object with a few properties like myObj.Addressbook[0...].name , email, address and so on. how can i sort the object array according to name?
<5> sorry i pressed the wrong button
<5> anyone have a good idea?
<6> morning
<6> so I have this javascript problem..
<6> I'm making this site: http://maaike.openreisgids.nl/am/index.php (dont open it with ie.. just firefox)
<6> and now I need to open things in the frame on the right, when something is chosen from the menu on the left
<6> but to do this, I've to check wich tab is on front
<6> and it all works with javascript
<6> oh.. so the question is: how do I check which tab is on front?
<6> cause it wont work with (if menuitem.cl***Name == "current")
<6> can I maybe make a variable somewhere on the page?
<6> it doesnt have to be beautifull programming, as long as it works..
<6> and it doesnt have to work in ie ;)
<7> hi, this might be the wrong place to ask - but I really should have a fairly simple question that some of you may know the answer to.
<7> <7> Internet Explorer 7 seems to make "var i = 0" to NaN .... How can i set a variable to the numeric value of 0?
<7> it's a pain in the *** because i have to loop through some objects with index 0..x and IE7 fails on 0
<8> the bug is elsewhere
<8> var i=0 does what you expect
<7> ok
<7> GRR... it worked in IE6, and works in Firefox and Opera...
<7> But IE7 fails ##!"!#"
<1> Url?
<7> it's not for the public...
<1> Then use a pastebin
<1> If you're not prepared to show relevant code, don't bother asking for help.
<6> ha, I solved my problem without you!
<6> ;)
<1> Good for you.
<6> yes thanks, I'm glad it's solved
<6> I think I deserve to take a shower!
<1> Though if you used any convert methods on it you deserve a slap.
<6> I dont even know what a convert method is
<9> why do people try to use proper capitalization and punctuation on irc
<9> Pilum :P
<6> ooh ;)
<6> well I'm out of here
<1> http://thedailywtf.com/Articles/Primitive_Wrapping_and_Unwrapping.aspx <- horror example
<9> it's like trying to race a racehorse in a special olympics 500m dash
<9> it's just...not nessessary!
<9> see, i spelled that totally wrong but you know what i mean ;P
<1> Actually, I don't.
<9> well you needa speaka the engrish then
<9> it's the wave of teh futureee
<1> I didn't get that analogy.
<9> that's because it wasn't one
<1> What does the racehorse have to do with it if it wasn't one? :-)
<9> oh that one
<9> well it's simple to follow
<9> why would you bring a racehorse to beat a bunch of retarded kids
<9> just wing it, but you don't really have 2 tlk like thiz or smth u know
<10> : It seems that there is a bug in the async clientcallback system . If 2 callbacks execute at around the same time. I found an alledged solution but it doesnt seem to function at all . Anyone experience this problem ?http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=705049&SiteID=1
<1> eh?
<1> And the bug was...?
<1> Rephrase: what does that have to do with javascript? This isn't #asp.
<5> hhehe
<10> well the solution on http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=705049&SiteID=1 is in java script and there seem to be very few (only 2 places) where people have encountered this problem. Im just trying to find out why the only supposed fix doesnt work .
<10> The bug is that if you da two callbacks at around the same time they have a fight and generate a "__pendingCallbacks[i] has no properties" error in the browser.



<1> So much for ASP.NET.
<11> edd_: are you sure?
<10> About .
<10> ?
<10> VaranG|aN : ?
<10> Well i fixed it . http://timstall.dotnetdevelopersjournal.com/__pendingcallbacksasync_is_null_or_not_an_object.htm If anyone is interested. Seems like there are 3 solutions :)
<1> A "fix" with invalid code heh.
<1> *for
<1> "and kept getting this error when I did a document.location redirect" - naturally. There is no document.location.
<12> umm... anybody here who could help me with something?
<1> Dunno.
<1> Rather hard to know if you can help when you don't know the problem, wouldn't you agree?
<10> :)
<12> oops.. :)
<12> is there a javascript for changing the values of a radio button group when selecting a radiobutton prior to that?
<13> Pilum actually that's what psychiatrists do...
<13> :P
<1> I'm not one of those though.
<1> Just set .value, CaPPuCiNo.
<12> i'm kinda new at this so i'm not really sure how to set .value to make that happen... =/
<1> var radiobuttongroup = document.forms['formname'].elements['radioname']; radiobbuttongroup[i].value='Whatever'; where "i" is the index.
<10> Id suggest www.w3schools.com for you. Its very good.
<1> "Very" might be an exaggeration, but yes, it is a good site.
<12> ok, thanks, guys...
<10> Its got a good amount of simple things that build on oneanother and easy to understand.
<10> Pilum : : I take it you dont like it . Why is that ?
<12> i haven't really, like, made my own javascript before and i was hoping there was something on the net i could work on at least...
<12> i did try to search for something like that but i didn't find one...
<10> w3schools . It lets you change code and see what happens. I promise you its worth your while.
<12> yeah, but i wanted to find that specific kind of javascript first so...
<12> =/
<10> mm unfortunately there is no brdge to london :)
<12> =[
<12> oh well, at least i stumbled upon this at the w3schools... =P http://www.w3schools.com/downloadwww.htm
<10> :)
<14> how long have you been doing javascript?
<1> edd_: You ***ume incorrectly.
<1> It's good but it's insufficient.
<1> As for you, cap
<10> true. Its the best place for 1st steps ive foundd
<1> , you got a good basis for what you need from me.
<14> well for someone like me it would probably be good enough, at least for now...
<1> Indeed.
<14> right...
<14> honestly speaking, that is still seems like gibberish to me because i just started using javascripts... so it's a bit complex for me right now...
<14> but still, thank you...
<1> Form element accessing is among the easier things.
<1> If you wish to change the values of all the radios in a group, you simply do a loop through the radiobuttongroup array.
<1> Look at the page for e.g. a for-loop on w3schools
<14> i've come across that loop thing before... it was in a beginner's c++ cl***, i think, which was so long ago...
<1> Indeed. It's got the same syntax as the c++ one too.
<14> you speak (well, type) a bit too formal =]
<1> Oh?
<14> yup.
<14> is that a preference, or is that really how you speak without realizing it?
<15> lol
<10> Pilum where are you based ?
<1> I'm very concious about trying to use correct grammar; capitalization, punctation etc. if that's what you mean.
<1> I'm Norwegian.
<14> i'm conscious about that too... =]
<14> see, i'm really a medical transcriptionist but i want to get into web development... which should explain why i find these things hard...
<1> I guess I am a bit formal in the way I express myself too. That's just a habit I've gotten.
<1> You should read some about HTML semantics too then. Most people are clueless about that, but it can be rather important.
<14> right now i'm using a WYSIWYG editor which makes things a bit easier for me, but i'm starting to get the hang of hardcoding, as they call it...
<14> =]
<6> you can do nice things if you combine css and javascript
<14> really?
<6> for example you can hide something and then make it visible if someone pushes a button
<14> i only know a bit of css and i only do it with HTML...
<15> lol, you must be from India
<15> All medical transcriptionist and coding jobs goes to India
<14> no i'm not... have you anything against people from india?
<6> ;)
<15> not at all


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #javascript
or
Go to some related logs:

phpmyadmin err 1251
#php
write xml to textfile
bbc wesit
dragnship
aoyama kun
usa garls
#php
mignon sabs
#skype



Home  |  disclaimer  |  contact  |  submit quotes