Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: The
  • Content: Threads
  • Order by date
  1. The

    Outputting variables in Flash MX

    My friend is learning Flash MX, but he didn't want to sign up on the forums, so I'm asking this question for him: How to you output variables in Flash MX? Pretty simple. I'm betting there's just a short little command/function or something to do it. Thanks.
  2. The

    Annoying strcpy problem

    I'm making a program, and I have a class called "Cell". Two members of this class are: char dChar; char hChar; In the constructor, I have dChar set to "?", and I try to have hChar set to "X". However, when I go to output both of these values, only the dChar shows...
  3. The

    Problem viewing tables

    Someone I know is having a problem viewing this site: http://racersreturn.tripod.com/ It's all done with tables, but the bottom cell doesn't go to the bottom of the screen, like it should. The problem occurs in Opera. Can anyone help? Thanks.
  4. The

    Detecting CSS compatibility

    Is there a way to detect wether the user's browser supports CSS? Thanks.
  5. The

    Page margins

    I want a border around my page that sits flush with the sides of my browser window. I can accomplish this with the top, left, and bottom sides of the border, but the right page margin stays there, bumping my border in. Is there any way to get rid of the right-hand page margin? Thanks.
  6. The

    Can someone test out my page?

    I've just made a web page, and someone told me that it didn't work with their browser. I'd really appreciate it if some ppl here, with different browsers (Netscape, Opera, anything other than IE) were to test it out and tell me what happens. The address is: http://racersreturn.tripod.com/...
  7. The

    document.write with onClick

    I want a script where when you click different links, it changes certain text. I'm doing it like this: <a href=&quot;blah.html&quot; onClick=&quot;document.write('Blah');&quot;>Blah</a> My only problem is, instead of writing &quot;blah&quot; on the existing page, it goes to a blank page with...
  8. The

    Borland vs Microsoft

    I'd like to lear c++, but I need some advice on which one I should start with; Microsoft Visual C++ or Borland C++. Could anyone give me some suggestions? Thanks.
  9. The

    Apache?

    Ok, I just found a PHP tutorial on Webmonkey, and it told me to download Apache and do all this stuff. I'm a bit confused. Do you need Apache to program in PHP? What does it do? Thanks.
  10. The

    Tutorials?

    I've never seen any PHP in my life. Does anyone know of a good tutorial? Thanks.
  11. The

    Data lines in subs

    I have a sub (subroutine), and in it I have some READ + DATA statements. When I try to run the program, it won't accept the data lines; I think Qbasic thinks &quot;data&quot; is my own custom function that I haven't defined. The read/data works fine if it's not in a sub, but that would force me...
  12. The

    left$(variable$)

    Hey, Ok, I'm not a COMPLETE newbie, but I'm not a guru, either. What I want to do is have a for-next loop, and every time the loop goes around, it takes the &quot;x&quot;th letter from a string variable. For example, if the string variable was &quot;Hello&quot;, the loop would go around 5 times...
  13. The

    function with two arguments???

    I've looked it up on the internet, but all it tells me is how to make a function that will add two numbers when you click a link. Here's the code I have so far: <script language=&quot;javascript&quot;> function Start(x,y) { var x='' var y='' var path='http://www.'+x+'/'+y...
  14. The

    document.location, in frames

    Hey, I have a javascript on a link that uses &quot;document.loaction='<insert page here>' &quot;. My problem is that I want the &quot;target&quot; to be another frame (like when you would do <a href=&quot;blahdlfjl&quot; target=&quot;whatever&quot;>). here's my basic code: <head> <script...
  15. The

    Java viewing problems

    There's a website (http://www.thebulliondesk.com/) that gives real-time streaming stock charts using what I'm pretty sure is Java. On my main computer, I can view the charts just fine, but on my laptop, they don't show up. I'm using the same operating systems and versions of Internet Explorer...
  16. The

    QBasic &amp; the mouse

    I'm not that experienced in qbasic, and I was wondering if there is a very simple way to get the mouse coordinates and/or info on which button is being pressed in qbasic. I read a little bit on interrupts, but I don't quite know how to use those. Any help would be appreciated.
  17. The

    Set screen resolution

    I want to make a link that changes the user's screen resolution to 1024 by 768. Is this possible? Thanks
  18. The

    Time variable

    I know that there is TIME$, which is a string value of the computer's time when the program is started. However, I thought it would be a lot more useful if there were a <i>number</i> value for the time, and I was sure that there must be, but I couldn't find it on the internet. Can anyone help?
  19. The

    Expressing Decimals as Fractions

    Is there a way in QBasic to express a decimal answer (x) as a fraction? So instead of printing .25, it would print 1/4? Thanks
  20. The

    Common Languages

    What are the languages used to program 3D games, like Quake?

Part and Inventory Search

Back
Top