Jump to content

Chocolate570

Members
  • Posts

    1,550
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Chocolate570

  1. Put the value of document.getElementByTagName("tr") in a variable called x(or anything that you fancy. ) Then do a for loop that checks until i is equal to x. In that for loop, do getElementByTagName("tr").innerhtml and check it if it's equal to what you want. Is that what you want?
  2. If you're willing to spend some serious money on this, then you can go buy camtastia studio, which is a program that is like a movie camera for your pc. You can record whatever you're doing and edit and so on.Flash is more user friendly, and all browsers support it(or almost all), but you have to download flash, which most people have. :)Camtastia studio would be much easier to built. You wanna be able to interact with the movie? Then you have to use flash. Sorry.
  3. Let's not point fingers or include specific topic names, but ya, that's where i got the idea. And everything except edit topics should be allowed to a moderator. If a topic really contains profanities, then that post or that topic should be deleted. What do the admins think? :)Also---i'm an admin of 4 invision free forums, but this is IPB, invision power board. A bit different.
  4. VBasic is great for games 'coz you can make a great visual interface in like 2 seconds. One of my favorite games that i made was a button that you had to click, but every time you moved the mouse, it moved away. It was quite fun.Ya, the name of basic makes you think it's a really easy language. It's not. The syntax is great, but the great thing about one form of basic, Qbasic, is that it has so many functions to actually use the computer for it's own good. Do you know if anything else can access a computer's speakers? :)VBscript is like, a non visual basic. Kinda. When you're programming it, at least. ~Chocolate570
  5. Do you just need the current month+year or do you need to pull it out of a db?
  6. I suggest you gather all necessary info, like, ALL OF IT, download the free trial of flash for a month, and take all the movies.
  7. I think this site needs some moderators that will take care of it and delete uneccessary posts. The member count is growing, and with more members, more spam comes. In my opinion, it would be a good idea to pick one before the forums become overrun with unneeded topics and such. The admins are on, but they can't catch much. (no offense)Just a suggestion. ~Chocolate570
  8. Chocolate570

    web building

    <a href="url of place here">Text of HyperLink</a>Put that everywhere you want a link.
  9. And hacknsack, thanks, but i really like the way this script works. Ty though.
  10. Transparent background fades into pink and then back to transparent background with pink text.
  11. Go to the url i put at the top, it gives instructions. You gotta put in a onload= thing in the body tag, and a stylesheet.
  12. Copy the original script, the one in my first post, into a try it editor.
  13. No, i need fade. Thanks though. I'll try rewriting the function. :ph34r:
  14. Not to be rude, all of this stuff is great, and cool script, but will anyone help me with the original one
  15. You could use the marquee tag.<div width="200" height="200"><marquee scroll direction="up" onmouseover="this.stop()" onmouseout="this.start()" scrollamount="2">Due to the fact that the author of this short script has no imagination, this marquee has no descriptive text inside. Everyone is very sad.</marquee></div>
  16. Ya, and also 'coz a button can call a js function and window.open is a js function, you can do it straight from the button(i think?)
  17. Chocolate570

    Visual Basic

    No offense, but you couldn't be more wrong, besides the expense part. :)Learning visual basic is a very important platform to get before moving on to more complex languages, such as c and c++ and so on. The dragging and dropping part is half true, but have you ever installed a program? Have you ever seen a pop up in windows? All of these have been programmed in vbasic. Perl and python are the next level of difficulty, but vbasic is the second language i learned, after qbasic. I highly reccomend that if you are starting programming.I own the visual studio package, and it's great. I can make lots of interesting programs. Vbasic is also used with the huge software companies when they're making programs that make tasks you always do easier. :)In short, vbasic is very useful, and i reccomend downloading the trial version from microsoft. (if you don't wanna, open excel or word and click tools>>macros>>visual basic editor)
  18. I'm quite competent with IRC, i could easily set up a channel for w3schools
  19. cursor: url("file:///C/WINDOWS/Cursors/something.cur");cursor: url("file:///C:/WINDOWS/Cursors/something.cur");Is that your mistake?
  20. I think he's saying that because this is the vbscript section, not the visual basic section.But no, i don't think that visual basic can do that. It's been a while since i've used it, though.
  21. I don't understand what it does? :ph34r:
  22. I understand.(w3 schools----is it just me or does it stand for world wide web? Let's change it to www.eschools.com for english. )
  23. Yes, it does work.The problem is, i want it to fade from a different color other than white and black. You see how it displays the message on black, and then fades into white quickly and then back to black again? What i want is it to write the message on transparent, fade to light pink (that's the name of the color), and then come back to transparent with the next message written.
  24. What does that mean???!??!??I need help right now!*gets taken away by guys in suits*
×
×
  • Create New...