| |
| |
| |
|
Page: 1 2 3 4 5
Comments:
<0> I think my problem is that Im creating a div (position:absolute) for every pixel inside my POV. Maybe using drawing lines with x1-x2, y1-y2 will be better. <0> for example the JavaScript VectorGraphics library. (http://www.walterzorn.com/jsgraphics/jsgraphics_e.htm) <1> that is using a pixel to simulate the line too <0> yes <1> i was talking about this http://www.slimeland.com/raytrace/ <0> but I dont know how to give any form to a div, like big at the begining and small at the end <0> well, this is RayTracing <0> I prefer RayCasting for what Im doing <0> cause it runs fast anywhere <1> guess you need to remodel the line into something call stroke <0> ok <2> how stoppid <2> ray tracing in JS <0> Ray Casting <0> http://www.wolf5k.com/wolf5k.html -> this has been done with RayCasting <2> broekn image
<0> I've also done so with div's <1> damn, the ctp didn't come with my network driver <0> and it works very well <2> _zack_ dont work <0> you mean, my version doesnt work? :] <2> http://www.wolf5k.com/wolf5k.html <2> broken image <1> NeoFu7ure: i just installed the new 5308 to my htpc <0> its working for me <1> it installed in around 1:30 <0> J = left ; K = Forward; L = Right; M = Back <0> Space == shoot <0> and I saw someone who made it with div's also, but he's engine is crappy. <0> http://www.elephantsneverforget.co.uk/hroberts/editor/gme.asp <0> that's the one <0> he made it with divs also <3> does it work with mozilla? <0> yup <3> okay, how do you move <3> the keys aren't working <0> I tried it on firefox and it worked <0> keys == W,A,S,D <4> hi <4> I have this login form.. I wanna replace the login button with an image.. <0> <input type="image" src="yourImage.jpg"> <4> how would I post uwing an image link <0> this will work as a normal submit button <4> that's just a regular form image object <4> not a submit button <0> no, this works as a submit button <0> you dont need to add: onClick="document.form.submit()" to it. <5> correct <6> o_0 <6> A tad bit presumptuous that code <7> I like to help people (I think thats the best way to learn), how can I be an official channel helper? <6> Just hang around if you wish. <7> ok <7> brb, let me change my ident <8> hello where can i paste a small script? <3> pastebin.com <7> http://html-channel.com/pastebin.php <8> tx guys can u check it for a sec? it is a few lines <7> paste the url... <8> http://html-channel.com/pastebin.php?id=5 <7> what you want to do? <8> oh this bin corrects for me <8> i can t figure out why this script is not working it is from a book called javascript bible <8> but i m not sure if it is outdated <8> it is not working in my browsers <7> ok, what you want to do? <9> try document.forms['converter'].elements['output'] <9> also your double quotes look weird... <8> this script should make the text area input in uppercase <9> they don't look like "... did you copy-paste from Word or something? <7> <INPUT TYPE=text NAME=input VALUE=sampleonChange="upperMe()"><BR> <7> I think this will never work <10> lol <9> there's a newline in there so it should be OK <7> you can do: onBlur="upperMe(this)" <6> Won't the engine ***ume a ; after document.converter.output.value =? <8> http://html-channel.com/pastebin.php?id=6
<8> ok this is exactly how i copied from the book <7> onChange? <6> Must be an old book though. <8> HuSoft ok i ll try it <9> mr_New I think the problem is the quote characters <9> ignore everyone else :p <7> remember you are inside a input type text <8> i better find a new version of that book... <7> mr_New: http://html-channel.com/pastebin.php?id=2 <7> onChange wont work on an input type text. <9> err yes it will <7> well, not on IE I guess <9> it works fine <7> weird, it doesnt work for me <9> odd <7> ahh, it works only when it luses focus <6> http://html-channel.com/pastebin.php?id=3 <6> Replace onchange with onkeyup then <7> Pilum: check: http://html-channel.com/pastebin.php?id=2 <9> you left the crazy quotes in, Pilum :p <7> thats on the version I pasted ;) <8> oh wow it works for me this one : > <7> mr_New: http://html-channel.com/pastebin.php?id=2 <6> What crazy quotes? :-) <7> the ones mr_New added before <9> they're not proper " characters <8> RoBorg what quotes are u talking about? <9> <9> those ones <8> oh ok yeah but dreamweaver read them as quotes and still didn t work <6> They look like normal ones to me... *puzzled* <7> :] <9> http://html-channel.com/pastebin.php?id=4 <7> I think ms-word adds those weird quotes. <9> did't your mum warn you you'd go blind? <7> bbl <6> Now that you mention it they _are_ different. <6> First time I've seen the "crazy" kind though... <9> ms-word likes putting them in <7> yup <7> mr_New: use notepad for coding JS... <8> oh damn something wrong i copied the text from a pdf file on a notepad then to that text bin still i got the bad quotes...why is that ? :S <7> dunno, we only answer JavaScript questions here :P <7> bbl <8> oh nevermind i found out why ... : notepad is reading the quotes like this : <- instead of " <8> nvm.. <8> ty guys <7> np <8> RoBorg i fixed the quotes and like u said it worked. so probably the book is not outdated lol <9> nah the book is still outdated :p <6> It is. :-) <8> how do u know lol <8> any big changes? <6> Look at the url I pasted. <8> ok Pilum got ur point it looks like a different language <11> ht311 ? <1> ? <11> i'm playing with the listgrid.. <11> http://domapi.com/build/tests/HTML_4.01_Transitional/listgrid_(edit).htm?theme=system&skin=false&lang=eng <11> this one <1> you ask the right person <11> and I'm trying to figure out how to "snap" the ctBrowser controll to the "..." button <11> and, is it possible that the ctSelect is broken under ff 1.5 ? <1> you need to include the function ref in the dataset col <1> hmm not sure about that later one, let me find the property first <11> {value : "Test", ref:ctBrowseButton}, ? <1> controlType:ctBrowseButton, onbeginedit:myhandler <1> function myhandler(r,c) { ...} <1> for the ff 1.5, yup could be a problem there <1> damn <11> :S <11> using onbeginedit works, as listgrid.data.cols[2].onbeginedit = myHandler used to works .. <1> yup, that should work
Return to
#javascript or Go to some related
logs:
#windows Is a directory. Stop. blaspheny #gentoo cesula #AllNiteCafe lan-side syn flood #mirc javac tig #javascript
|
|