I have downloaded and installed WAMP Server (Apache 2.2.17, more specifically). I have also, through my Linksys router, opened port 80 for my computer. This way I can host the server and put it...
Type: Posts; User: magicyte; Keyword(s):
I have downloaded and installed WAMP Server (Apache 2.2.17, more specifically). I have also, through my Linksys router, opened port 80 for my computer. This way I can host the server and put it...
I am having trouble figuring out what is wrong in this script:
<html>
<head>
<title>sprite</title>
<script type="text/javascript">
var increm = 0;
var handleEvent = function(e) {...
Ah, now that I look back at the code I see that "element" was a property of the object "this" pointed to.. Silly me! :p Thanks for the clarification, John!
Hey! Back again. Could you please explain {element: window} used in call()? I understand that it references window to the this pointer, but I don't understand what the "element" part is. Thanks!
That's funny! I was at one point contemplating if Firefox had dropped it since it wasn't working and it'd been, what, a year?...also in any other generic web browsers because I'd run a test to see if...
The author briefly explains how he makes the game in this video: http://vimeo.com/14920760
VERY interesting!
Hey guys! I haven't been here for a while, and I haven't been coding for a while either. Recently, I've attempted a start back up and am having some trouble with document.onload. I revisited an old...
Merry Christmas guys!
Seems when I put my source into samplebot.asm, it suddenly works :rolleyes: silly Symantec! Norton sucks anyways..
Hey guys! Long time no see! Haven't been on it quite a while, and I just came...
9711758
Let me Google that for you. :)
[what was on my clipboard was actually an e-mail, so I put something else. :D]
Customizable java-powered streamer lets you monitor your portfolio throughout the trading day.
This might help you out: Passing of value from Child to parent window
stationwagon
Hey guys! I know that I haven't posted on DD in quite a long time, but today I have a problem. You may know of my website, Magicyte Beta. Well, there's a teensy weensy problem in Internet Explorer:...
How to Find Your Facebook Status RSS Feed
*evil grin*
http://jameswoodward.files.wordpress.com/2009/03/strong-paper-shredder.jpg
You could always use PHP and a variable in the address (for example '?p=A') and then open that divider (it would be easy to link to - maybe you can't use PHP on your server or website)
Despite...
...Earth!
Is this iFrame having a fixed width or fixed height, expanding with an expanding heigth or expanding width, respectively?
For example, if the content is large, the page expands downward so it can be...
var email = $("input#email").val();
var filter = /^([a-zA-Z0-9_\.\-])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$/;
if (!filter(email)) {
$("label#email_error").show();
$("input#email").focus();...
If I were you, instead of making JavaScript do the work (and some people having it disabled), I'd make a fluid layout instead of a fixed. Now, this fluid layout would have a minimum of say, 640...
Well what the heck do you mean by 'automatically'? The user, no matter what, MUST trigger some sort of event to submit the form. Also, I dislike this idea. (I say use forms(forms are NEEDED unless...
:( not again :eek:
Hehe, forgot to upload the other version from my laptop. It should be on in a few seconds...
:) press q
also, the controls changed from up down left right to w s a d and q instead of spacebar.