| |
| |
| |
|
Page: 1 2 3 4
Comments:
<0> trying to put all 'input' and 'textarea' children of element into one array. <1> Whenever the **** are you declaring an array <0> Heh, it returned NodeList. <0> my bad. <1> Whenever the **** are you going to speak English <0> Whenever the **** i want. <2> i just won something on cbc radio <3> hi ht311 <2> i just won something on cbc radio. <4> 'morning <4> hehh, there was a tv show in japan, a they locked a guy in a room, he just send postcard to various draw to win differet stuff for living <2> how did he do? <4> in japan, there is a lot draw for anything in magazine, food, cloth, etc,he send 500 to 1000 entry perday <2> ha <4> you just remind me that you could do that too :) <2> a friend of my mothers does that, she wins prizes regularly
<4> you have enough time to do that in the bank too <2> heh <2> i have to give them a call today and tell them not to budget me into the schedule for at least another week. <4> i bet the problem you supposed to handle before your vacation still sitting there waiting for you <2> yup, talked to them again yesterday <2> the biggest problem they have is that the team leader isn't able to focus on projects, so developers will be expected to jump from one subject to another about 5 times a day, and things never get done. Have you read The Mythical Man-Month? <4> sure do, death march , peoleware , etc <2> i haven't read it but it mentions something about how when you add resources you also add exponential communication clutter. it's like that at my work, i was getting close to 100 emails a day before i left. <4> a lot of those book have a false ***umption. the team is capable to finish the project if you manage them right .... <2> haha <4> communication pattern is kind of mirror your software components commiunication <2> heh, we're so screwed. yeah, i never thought of it that way but you're right. <4> if you have a lot of people talk for nothing, different part of the system must be doing the same thing <2> are you conisdered project lead? you're not mgmnt for team are you? <4> think OO isolation concept, people take ownership of module, why the hell he still need to talk to every other module. something mush be wrong :) <4> i am the development <4> have it as job also. and in school for the software engineering course too. 10 people in a team, another very funny story <2> seriously. well, afaik we were supposed to have everyone, and not just the java programmers, using cvs in october, and when i left on vacation the interface guy still wasn't doing it. they asked me to do interface work and I said that I wouldn't until he starts checking in code, and they forced it on him, 2 months later still no code checked in, and any changes i did would get crushed whenever he released something. <4> the ui guy always take the blame <2> heh. <2> yeah. <4> i am the ui guy since day one <2> i was too at jesta <2> probably why i like Neofuture's app so much :-) <4> at nortel, that is my first job there, i teach them how to wrap they library in dll for me to call in vb (the active thing just started around the corner) , they still no clue how i can get everything integrated within 2 day and able to demo the prototype <4> at that moment, they knowledge about ui is tcl/tk <2> heh <4> he is app cool, but i rather not go with a virtual destop enviroment. but for his (or my) target user, it is a good fit <2> no, me neither, although his seems well implemented. <2> heh, sounds like too much coffee <4> warming my finger to do some work today, didn't write a enougth stuff last week, need to check in some code so that i cna go to bitch about others :) <5> Hi there <2> howdy <5> Is there a way to execut a string that contains js code <5> like exec('alert("test");'); <2> it's called eval() and 99.999999% of the time if you are using it then you are doing something wrong. <5> Well, i'm using XMLHttp to fetch a php page that echoes javascript <5> is there a way to do a "on the fly" include ? <5> kinda onclick="include('http://url');" <2> you can use document.write() to add script tags depending on conditions, or perhaps using createElement and appendChild <2> but you can't really use document.write after onload. <5> yeah <5> so even in this case, eval is not a good idea ? <2> nope. usually when i make that comment someone will tell me to add more nines <2> i've seen several ajax toolkits that don't use eval <5> kay, i'm gonna have a look @ createElement <5> not really ajax as i don't use xml <4> you don't need to use xml with ajax <2> rpc with javascript. ajax is just the buzzword that was imposed on us <2> json works great with ajax <4> most of the case , you don't need to bring in new code and run it with eval ... <4> http://www.quirksmode.org/blog/archives/2005/12/the_ajax_respon.html <4> and http://www.quirksmode.org/blog/archives/2006/01/the_ajax_respon_1.html <5> isn't the x for xml ? <4> there is only one case need eval, to convert the json string back to object <4> ajax is a cleaning project <5> last questions, is there a way to make 'new Option("é an accent", 1);' showing the accent and not the entity <4> in js, html entity don't apply <5> ouch, have to put the raw character ? <5> ''
<4> yup or the hex escape sequence <5> "doh" :) <6> hello <6> anybody that feels confortable with ajax here? <7> i like Mr. Clean a little more. <4> yeah, Mr. Clean beat Ajax http://www.googlefight.com/index.php?lang=en_GB&word1=Ajax&word2=Mr.+Clean <4> optocus: just ask your question <8> salutations du soir / evening greetings : bye all <9> hi pals <4> 'lo <10> lo <11> Hello, I have put a button in a table cell, I would like to move it up each time it gets clicked on.What methods do I use? <4> move up to where? <10> <input type="button" style="position:absolute;" onclick="this.style.top = (this.offsetTop-5)+'px';"> <10> something like that? <11> it has been put in a td cl***=foo < button > <11> but I guess font color="#f0e68c">RoBorg: suggestion should do it. <11> hello <2> hi <11> have created a table and I have "<input type="button" value="valideer" id = "ValideerKnop" onClick="reageerOpValideerKnop()" >" in a table the function for reageerOpValideerKnop is to display a message in a text area. Now I just need to move the button up everytime someone clicks on it. <2> up where? <11> up a row <11> i can put the source online if you wish <11> every td has a cl***, so does the button, I need to move it up each time it gets clicked on. <9> you ***ign each cell in a row a cl***, or a name. then you make a list of cells in a row. then when you get the click event, you replace nodes i and i-1 in the list <11> melfar I'm a complete newbie <11> melfar Could you help me some more? <11> that would be nice. <12> does any one knows about multilevel drop down lists? <9> in a row I meant in a collumn (if the button is in the table too) <12> like autotrader.co.uk make -> models? <4> yiannis^ : http://www.google.ca/search?hl=en&q=dynamic+dependent+dropdown+javascript <12> thanks i found it, but do you know how can i hold the values in an outer js file cause there are a lot options? <12> how are files linked <11> melfar: http://html-channel.com/pastebin.php?id=3 ( my html) http://html-channel.com/pastebin.php?id=4 ( my javascript) <11> melfar: td cl***=nietzichtbaar is the td where the button should be in. <4> yiannis^: http://www.w3schools.com/js/js_whereto.asp <13> Hey folks...I have a table with two columns. The rightmost column contains an iframe which loads pages selected from the leftmost column. I want the row height to resize itself on each load (so there is only a scrollbar for the page, not the iframe). <13> The following script works in Firefox, but not IE. Any ideas why? <body id="bcontents" onLoad="parent.document.getElementById('sidebar').height=document.body.scrollHeight;"> <12> thanks <13> (note that tag is located in the iframe source to be loaded) <14> What is 'sidebar'? <13> Sidebar is the leftmost column id (<td id="sidebar">). <15> good afternoon. can someone tell me what's wrong with this code -> http://pastebin.com/543709 <15> it works on IE but not firefox <2> lemme guess, you're testing it with only one checkbox? <15> no <2> well, you should, cause if length == 1 then it won't be an array. aside that, i don't see any firefox specific issues <15> thanks <9> joefso: http://html-channel.com/pastebin.php?id=6 <16> hello all. i have a php page that is on a site what is all php based. this one page is a new page, and the problem i have with it is that when i go to im taken to the bottom of the page instead of at the top. there is a dropdown menu at the bottom of the page, and its highlighed and thus take me to the very bottom. i want the page to come up normal..... at the top. can anyone help? thanks all <14> And what has that got to do with php? And what has php got to do with js? Hehe. <16> sorry <16> i was told to come here for help <16> i was just saying its a .php page <14> Well.. let's see it then. <16> http://www.ircphp.com/1027 <16> the page itself is in a p***word protected portion of my site <14> The html output please. <16> you mean, you want to see what the page looks like? <14> What I mean is that the php code is irrelevant and makes it harder for me to debug. <14> View -> view source and paste that. <16> http://www.ircphp.com/1028 <11> http://html-channel.com/pastebin.php?id=3 ( my html) http://html-channel.com/pastebin.php?id=4 ( my javascript). I need to move the button "valideerKnop" up one row OnClick. <9> did you notice my post joefso? <14> italia484: Seems like your document it too long. <11> melfar I'm afraid not. could you do re-do it? <14> window.onload = function() { window.scrollTo(0,0); } should do the trick, although I'd try and disable the "highlighting" if I were you. <17> Hey, is there a way to swap flash on mouse overs? <16> are you talking to me? <9> joefso: http://html-channel.com/pastebin.php?id=6 <14> Yes, italia484 <14> But it's just a hack though. The browser settings of some might not allow it. <16> window.onload = function() { window.scrollTo(0,0); }
Return to
#javascript or Go to some related
logs:
marcialfa #mirc #AllNiteCafe fottejtu cost to replace brake pads humvee foxx oxxok #AllNiteCafe vincent van gouh #AllNiteCafe cheekita
|
|