| |
| |
| |
|
Page: 1 2 3 4
Comments:
<0> somebody good with css here? <1> http://www.neofuture.co.uk/mook.jpg <0> take a look at this please: <0> http://86.126.149.84/sites/constructii/_***ETS/explanation.jpg <1> me as i use on msn/skype <0> http://86.126.149.84/sites/constructii/index.php?page=despre <2> my living room: http://www.furtivecode.com/pics/panorama-livingroom.jpg <0> the last link doesn't look right in IE <3> "the following take place between 1pm and 2pm" <2> NeoFu7ure: i like the first pic more <1> awe **** <1> the *** has that great big telly to watch it on too <1> N))))))00oooooo <2> hehe <1> i aint watched it for 3 weeks tho so i get 3 hours :D <2> it's more fun to build it up
<1> yah <1> i watch in chunks of a few hous and sit with the missus with a bottle of plonk and make a night of it <3> uploaded another 2 pic there <3> let's the live blogging begin <1> so thats what ya look like <3> "a ball shape chiness object" <1> i take it your the bloke hehe <2> hehe, you make a nice couple <3> thx <3> and the 2 little monster <2> heh, that's awesome. are those pyjamas or play clothes or something more traditional? <3> optocus: your image linked to localhost <3> took it last week, chinese new year <3> yeah, it could look like pyjamas <1> mmmm chinese im hungry now <2> k. very cool. <1> i LOVE chinese food <1> lol <0> ht311 see now <0> i want to do an animated DHTML menu like explained here: http://86.126.149.84/sites/constructii/_***ETS/explanation.jpg <2> pretty demanding <2> better give him what he wants or he'll kick our ***es <3> want it to be animated? <3> I send Jack Bauer after him <0> :)) he he i tricked it with some padding <3> play with :hover and background-image <3> still noone die yet <1> http://www.neofuture.co.uk/bitchunker/browser.php?start_in=4 <3> "01:13:34" ad time <1> whoot i got start_in working <1> gona get home\ttt\more folders\test <1> working as paths now <0> hum.. other problems :( i think i'll do it in flash though i hate flash <3> if you want animate, yes <1> then its folder/folder(1)/folder(2) and file.jpg/file(0).jpg/file(1).jpg <1> hehe <3> it keep having script error <3> remove inline script after <1> yeah i gota tidy that all up <4> *yawn* <5> i like <5> works on opera <5> buggy as hell, but i get most of the functionality <5> i like how if you operate the right, it does the left <3> one guy put to sleep by JB <1> right click a folder = open in new window :D <4> hehe, those damn durians ^^ <4> I try to avoid *right-click* design choices, I'd rather do a shift-click or something. <2> isn't durian a fruit? jackfruit? <4> (tho, that's not what you spoke about :P) <1> fat my whole app has right clicka dn its in the manual <1> hehe <4> "the manual"? <1> yeah <4> for your webapp? <1> ther is a manual for "affinity" its 300 pages now <4> gotcha. <4> I'd stay clear of right-click's anyway :P <1> i can show you a very very very early proof
<1> http://www.neofuture.co.uk/draft1.pdf <3> i uploaded a new pic. <3> furtive, take a look <1> i might have small/large thumbnails <1> :D <2> nice spread ht311! <3> JB is ready to toture another guy <3> furtive: is yummy too <3> wth , no body count increase yet, JB: I am disappointed <1> Shuuush <3> mis counted. he did ... <3> lol <1> i got large small thumbnails now <3> "02:00:00" <1> whoot <1> http://www.neofuture.co.uk/bitchunker/browser.php?thumb_size=192&start_in=4 <1> both params are editable <1> if you dont set a thumb size you get a details folder <6> hi, isn't "document.frmConfirmation.elements[i].checked = false" the correct way to uncheck a checkbox ? <6> doesn't work here <7> if i've loaded xml into a variable via ajax, how can i access the <body> tag/node within <7> i know about node iterations in XML/DOM but how to get it within a variable? <8> can javascript tell a webpage load an image or swf from windows/temporary internet files? <8> ? <7> if its in the files, then it will automatically load from tehre <9> salutations matinales / morning greetings <7> sal <10> how can i change at runtime in java script the color of the text inside an input=text, named inText ? <10> hi all <9> hi <4> Merllin: document.getElementById('myInputElementID').style.color = "blue"; <10> ty <9> or myForm.inText.style.color = 'blue'; <11> hi guys, what is the best way to swap 2 radio buttons, for example when a user clicks on Yes it swaps over to No etc.. so yes can never be clicked on <12> hello <12> in moz, why do I get a "3" for <span style="font-family: Webdings;">3</span> and not a left-arrow symbol? <9> Webdings font is not supported by your browser <9> use : $larr; <9> ← <9> (Left ARRow) <12> great thanks <9> → (Right ARRow) ↓ (Down ARRow) ↑ (Up ARRow) <12> is there a thicker arrow? <9> no, but you can add some CSS <12> style="..." is css <9> style="" is html <9> font-size: 20px; is css <12> ok, but <span style="font-family: Webdings;">3</span> should work, but it works only in ie <9> so it doesn't work :) <12> ok, now ⇐ works in ff but not in ie :) <9> works fine on mine <12> I see a ? <12> thanks <9> <form id="myForm" method="post" action="" onsubmit="alert('foo');"> <9> <input type="submit" value="Submit (normal)" /><input type="button" value="Submit (onclick)" onclick="this.form.submit()" /> <9> </form> <9> when i click on the first button, i have an alert <9> but not when i click on the second but button... <9> in both case the form is submited... <9> someone knows why ? <13> Hello <13> Is there's a way with JavaScript to retrieve parameters of Windows preferences, like "Button color" "font face" or "background color"? <9> you mean the defaut colors ? <13> not the default, the one the user potentially changed <13> a button is gray by default, but the user might have changed it, like the font size <9> yes, the defaut <14> hello <14> doesnt IE support the Array's concat method? <14> maybe im just stupid but, <14> children = element.getElementsByTagName('input'); <14> children = children.concat(element.getElementsByTagName('textarea')); <14> blows up. isnt that correct javascript? <14> trying to put all 'input' and 'textarea' children of element into one array.
Return to
#javascript or Go to some related
logs:
#AllNiteCafe #php sugi pula #teens #linux #php #MissKitten #MissKitten nmap socket: Address family not supported by protocol #chatzone
|
|