Search found 39 matches

by cobain
Thu Jul 07, 2005 11:19 pm
Forum: Game Development
Topic: Javascript
Replies: 1
Views: 785

Javascript

No clue wherre to put javascript stuff, but umm...I want something that I have actually never seen done before, at least not quite like this. I have a picture in the middle of a page, and I have a few names over to the side. What I want is, on mouse over, the middle picture switches (in place) to a ...
by cobain
Thu Jul 07, 2005 12:49 am
Forum: Game Development
Topic: just a little bit of HTML help.
Replies: 19
Views: 4013

Well, i have seen the ID tag used in a style sheet to define every single attribute of a cell, so they put like <td ID="one"> or something, and it defines hte width, size, color, height, everything. I was just wondering if you can do that with text. I know you can do like B {font-weight=no...
by cobain
Tue Jul 05, 2005 10:53 pm
Forum: Game Development
Topic: just a little bit of HTML help.
Replies: 19
Views: 4013

Well, in that case, can you define an id in the style sheet for say...certain text, then for that text do <div id="whatever">Text here, looking a certain way</div> What what you would do? I know you can store existing HTML commands as variables in CSS, but can you store IDs as them as well?
by cobain
Tue Jul 05, 2005 4:16 pm
Forum: Game Development
Topic: just a little bit of HTML help.
Replies: 19
Views: 4013

Is it possible to open a body tag within a body tag?
What about head tags, possibly to site another style sheet? For body, would you have to close the one that is currently open, open a new one, close that one, then open back up a copy of the origional one, then close it to finish with? Thanks!
by cobain
Sun Jun 26, 2005 2:46 pm
Forum: Game Development
Topic: just a little bit of HTML help.
Replies: 19
Views: 4013

Thanks for the advice, I didn't pay for a script. While I have this HTML topic running, I have another question: just why are frames so terrible? I have heard that from every person that is good with HTML, including JS in some posts on this thread. I personally don'y use frames, I always use tables ...
by cobain
Sat Jun 18, 2005 10:59 pm
Forum: Game Development
Topic: just a little bit of HTML help.
Replies: 19
Views: 4013

Thats okay, I'll just drop the idea. It was just a little add-on, but it doesn't really matter. Thanks for trying! Oh, and hey, while I got a topic running: The guy I'm making the webpage for specifically asked me if there is a way to see how many people have visited the page. Well, I know how to on...
by cobain
Sat Jun 18, 2005 10:46 am
Forum: Game Development
Topic: just a little bit of HTML help.
Replies: 19
Views: 4013

You know javascript? Cool. Anywho, here is the code: <script> // CREDITS: // Snowmaker Copyright (c) 2003 Peter Gehrig. All rights reserved. // Distributed by http://www.hypergurl.com // Permission given to use the script on webpages provided that this notice remains as is. // Set the number of snow...
by cobain
Thu Jun 16, 2005 11:24 pm
Forum: Game Development
Topic: just a little bit of HTML help.
Replies: 19
Views: 4013

I'm sorry I wasn't very clear. I was trying to confine a javascript effect to just one small part of a page, a snowing effect (for a christmas page). I tried everything that I could think of to do this, and everyone kept telling me frames are the only way. I hate frames as well, but... I may just ab...
by cobain
Thu Jun 16, 2005 3:23 pm
Forum: Game Development
Topic: just a little bit of HTML help.
Replies: 19
Views: 4013

just a little bit of HTML help.

A few of you may remember me from the trying to learn C++, but I decided to postpone C++ until I have taken my visual BASIC class this year, hopefully giving me a better understanding of it all. Anyways, this post is because I need help with frames, or maybe iframes, i'm really not sure. My problem ...
by cobain
Sun Dec 26, 2004 4:02 pm
Forum: Programming Discussion
Topic: Cobain Programming
Replies: 74
Views: 10394

I spent like 30 or 45 minutes looking through the chapter entitled "Pointers" because that is where the index directed me for the entry "loop" and I read and re-read the chapter, and found this thing, but my compiler says it is a non-existant command. somestring[0]; and UserWants...
by cobain
Sun Dec 26, 2004 10:00 am
Forum: Programming Discussion
Topic: Cobain Programming
Replies: 74
Views: 10394

Ok, how would I put a loop in it...or put it in a loop. Which ever. BTW, what does the "return 0" thing at the end of the code do? What happens if you change that "0"? And for the loop, or recursion, whichever is easier, if you need I can post some code, that is if that would mak...
by cobain
Thu Dec 23, 2004 10:36 pm
Forum: Programming Discussion
Topic: Cobain Programming
Replies: 74
Views: 10394

Lets say I have a console application, written in DEV C++ here. (If you need, I can post the code.) Once the program has completed in the command prompt, and the DOS window remains up. I want to re-run the program without having to go into the folder and selecting it again, is there anything I can t...
by cobain
Mon Dec 20, 2004 9:25 am
Forum: Programming Discussion
Topic: Cobain Programming
Replies: 74
Views: 10394

dont worry, I can't even hack. :D But the whole reason for this java whatnot is a friend of mine (goes to richview) plays a game called Runescape. Personally I think its boring, but to each his own. He is paying me a little bit to get him the code that he can read and i'm tryin to be a friend. And G...
by cobain
Sun Dec 19, 2004 3:42 pm
Forum: Programming Discussion
Topic: Cobain Programming
Replies: 74
Views: 10394

Um...you can obtain the source code by hacking the host's comptuer via his ip, given he has no proxy first of all. From there you can proceed to get to the files and whatnot, but then they're in java. You cannot do a whole lot w/ them when they're in java, which is why i need them in...something els...
by cobain
Sun Dec 19, 2004 2:07 pm
Forum: Programming Discussion
Topic: Cobain Programming
Replies: 74
Views: 10394

do any of y'all know any good java decompilers? Also, how might I be able to obtain the source code for an online game when it isn't open sourced? How can I change my ip address, my ISP did give us a copule that we can switch to and stuff, but how can I do that? Is it in the ipconfig command somewhe...