• Welcome to TechPowerUp Forums, Guest! Please check out our forum guidelines for info related to our community.

Recent content by ct5098

  1. C

    Looking for New Graphics Card, No Idea What to Get

    Ordered my 6950 on Sunday, UPS was supposed to deliver it Tuesday, but there was a dusting of snow on the ground, so they canceled the delivery. Two days later, I still haven't gotten it...damn UPS :banghead:
  2. C

    Looking for New Graphics Card, No Idea What to Get

    I'm pretty certain that I'm going to get the 6950. Thanks for all of the responses, they really helped narrow down the choices.
  3. C

    Looking for New Graphics Card, No Idea What to Get

    Thank you for the quick replies. I updated my system specs. As you can see, my system is older (DDR2); will this have any effect on the effectiveness of the graphics card(bottlenecking) or is that just dependent upon the CPU?
  4. C

    Looking for New Graphics Card, No Idea What to Get

    I'm looking to buy a new graphics card as my old one quit on me (GeForce 8800GTS). However, I have no idea what I should get. I'm not looking to get anything more expensive than $300, and I would like to be able to run my games at 1920 X 1200. I don't care with Nvidia vs. ATI, I just want to get...
  5. C

    Text Editor on Webpage

    I'm creating a website that requires an advanced text editor, similar to the word processor in Google docs. I'm planning on creating the editor from scratch, but I'm not sure what language to use. I was thinking of using a Java applet, but I'm open to other suggestions. Some of the features that...
  6. C

    HTML DOM, Javascript Question

    Yes, the form is static. I am going to have to validate with PHP as well trio check the MySQL database to ensure no duplicate entries, etc. Thanks for the responses.
  7. C

    HTML DOM, Javascript Question

    Ok, thanks for your help. I always try to do things the hard way :)
  8. C

    HTML DOM, Javascript Question

    I was thinking of doing something with CSS, except with the visibility property. Wil this work if I just change the visibility of the form to hidden and then visible? I was only just starting to learn AJAX and I just wanted to use it to see how it would work.
  9. C

    HTML DOM, Javascript Question

    I'm creating a web-based inventory management system for a computer repair store. I want to have the user click a button and create a form underneath the button. If I create the form via Javascript with createElement, appendChild, etc. will I be able to access the ids within the newly created...
  10. C

    Tables vs. CSS positioning

    Thank you for helping me. I was wondering if you could just verify that I was doing the HTML/CSS correctly in positioning elements on the page: <?php $URL = "http://hortonia.logrit.com/"; $IMAGE = $URL."images/"; $STYLE = $URL."style/style.css"; function drawHead() { ?> <!DOCTYPE...
  11. C

    Tables vs. CSS positioning

    Thanks for the fast reply. So, using CSS makes the page appear to load faster?
  12. C

    Tables vs. CSS positioning

    Recently, I started creating websites for friends and family. On all of their sites, I have used tables for positioning all the miscellaneous items on the website. I haven't had any formal schooling on using HTML, CSS, etc. and I am not sure whether I should be using tables or positioning with...
  13. C

    Need Help with Linux Startup Script

    Hi, I'm new to Linux and bash scripting, and I could use a little help in figuring this problem out. I have an Ubuntu server that I host a Ventrilo server on. When I start my server, I would like for the Ventrilo server to start automatically. I have a user, ventrilo, which runs the Ventrilo...
Top