|
|
They had a chance to click the ads while it waited for the footer to load. <_<
|
|
|
|
|
Am I the only person who didn't procrastinate? I turned mine in weeks ago, but I guess it's not as complex as the pro's will be.
|
|
|
|
|
They had a chance to click the ads while it waited for the footer to load. <_< On dial-up, maybe. You wouldn't get to see the bottom ads though. You can't even get away with changing the page every five seconds 'cause it "interferes with the ads."
Last Edit: Jul 1, 2007 19:01:22 GMT by Aaron
|
|
|
|
They had a chance to click the ads while it waited for the footer to load. <_< On dial-up, maybe. You wouldn't get to see the bottom ads though. You can't even get away with changing the page every five seconds 'cause it "interferes with the ads." <.< I have fast enough reflexes to do that. I think. Am I the only person who didn't procrastinate? I turned mine in weeks ago, but I guess it's not as complex as the pro's will be. I'm starting to think so.
|
|
|
|
|
|
Chris: I had to drop. Sorry. (I MIGHT just think about not getting paged every time I get a PM on PBS... )
|
|
|
|
Chris: I had to drop. Sorry. (I MIGHT just think about not getting paged every time I get a PM on PBS... ) Sorry to hear that. And yeah, that may be a good idea.
|
|
|
|
|
Yes Triad, you are the only person who has no life didn't procrastinate. More like amazing time management skillz...
|
|
|
|
|
|
Bah, then give me your coding skills. I have a concept but can't code it. XD *goes searching for tutorials* Edit: I think I'll have to forfeit, I've tried to make the code, but it just wouldn't work, and I have to leave tomorrow on vacation and a lot of stuff to do before I leave. Sorry.
Last Edit: Jul 14, 2007 20:12:52 GMT by Oracle
|
|
|
|
I feel like a complete ass for doing this, but I'm dropping out as well. I just got back from a 2 week vacation, and I don't think I could come up with a concept and code it in 20 hours...
|
Support Rob Scuderi, the #1 Penguins Defender!
"Behold: me! I have authority in this building."
|
|
|
|
Ya'll just keep on dropping out.
Last Edit: Jul 15, 2007 3:34:03 GMT by Jordan
|
|
|
|
|
I didn't remember about this until yesterday but will still be handing something in. Just need to figure out one last part of the server side portion and then I'll just have to see how many bugs I can fix and how many of my planned features I can get finished in time. It's just a pain that I've had to drop some of my uber features because they'd take too long to code
|
|
|
|
For those testing in Safari, there is a problem when setting an onclick event:
Attaching an event using this will not work in safari if you are following DOM standards:
document.modifyForm.profileaction.item(0)
You'll have to set it like this:
document.modifyForm.profileaction[0]
Yes, Its is an object and they should work no different ...but , meh.
|
|
|
|