Search results

  1. J

    Ok i've been searching for a movie that is cgi. It was shown on mtv2 back in

    probably 2002 or 2003. the movie? It was shown on mtv2 back in probably 2002 or 2003. The movie is about a robot (i believe) who is searching for a little girl and on his journey he comes across multiple villians and within each fight he would take a certain "drug" that will give him some type...
  2. J

    What is the work of CGI-BIN in the public_html folder in our web hosts?

    To learn about Common Gateway Interface (CGI) check out the link below: http://en.wikipedia.org/wiki/Cgi-bin
  3. J

    What is the work of CGI-BIN in the public_html folder in our web hosts?

    To learn about Common Gateway Interface (CGI) check out the link below: http://en.wikipedia.org/wiki/Cgi-bin
  4. J

    how do I create a simple blog in html?

    For that you will need to use a server-side script in combination with SQL. Try PHP with SQL using MySQL as your database. What you want to do cannot be done using only HTML. HTML is a mark-up language used to structure web pages. If you want to perform logic on the web page, then you will need...
  5. J

    Is there a website that I can enter text and it will give me an HTML?

    It sounds like you are looking for a WYSIWYG editor. Google Free WYSIWYG for a bunch of free, available options.
  6. J

    PHP MYSQL FORM TO UPDATE TABLE WON'T WORK PLEASE HELP?

    Use INSERT INTO for the first time you are inserting a record. UPDATE should be used to edit content that already exsists in the table.
  7. J

    PHP where is my error here?

    No idea what you are doing here..... You have commented out a function declaration that has no definition... favmovie is not given a value before being printed... This is a bunch of nothing in all actuality. This code won't do anything other than print: My favorite movie is My movie rating...
  8. J

    why can't I copy this image of this website?

    There is a very easy way to copy this picture, however, seeing as how the author of the site does not want you to copy that picture I will not reveal it to you. But I will give you a hint to allow you to learn how to do it yourself. *Hint: Learn HTML.
  9. J

    why can't I copy this image of this website?

    There is a very easy way to copy this picture, however, seeing as how the author of the site does not want you to copy that picture I will not reveal it to you. But I will give you a hint to allow you to learn how to do it yourself. *Hint: Learn HTML.
  10. J

    only html shows up on my web page?

    Let's see the code. Kinda hard to tell you what's wrong without see it.
  11. J

    only html shows up on my web page?

    Let's see the code. Kinda hard to tell you what's wrong without see it.
  12. J

    How can i save HTML form input to a cookie using Javascript?

    Here's a tutorial on cookies using javascript.... http://www.quirksmode.org/js/cookies.html and another one..... http://www.w3schools.com/js/js_cookies.asp
  13. J

    How do I validate this html?

    You could use the "& g t;" and "& l t;" character entities intead of "<" and ">" That would also eliminate the need for a textarea.
  14. J

    Microsoft Frontpage 2003 or HTML help?

    The code could use the <b></b> tags, or this could be accomplished using CSS. In the case of CSS, the properties could be defined in either an inline style, an embeded style, or a linked style sheet. When traversing your CSS code, look for the property "font-weight:bold;". I'd have to see...
  15. J

    why dont people think cheerleadin is not a sport?

    One of the reasons might be the stupidity of most cheerleaders. For example, you. Here is a list of things you did wrong in your question: 1. You did not capitalize the word "why." 2. You missed an obligatory apostrophe in the word "don't." 3. You missed a "g" at the end of "cheerleading." 4...
  16. J

    PHP SOFTWARE PROGRAMMER?

    Nice demands. How much do you plan to compensate for this job? No one will do it for free.
  17. J

    What's the html code for changing picture while draging mouse over menu navigation bar?

    You would use javascript's onMouseover event. You can not do this with just HTML.
  18. J

    Testing PHP code at home?

    I am a CIS major and I have yet to take my Server Managment/ Database courses. I'm trying to get ahead of the game by teaching myself a bit of php by implementing it on my web site. Here's my problem. I want to test my code before I put it up on my web server, but I can not figure out how to get...
  19. J

    HTML question about span elements?

    The way you have been doing the stars is fine. What would be the point of being able to combine the span elements? All it would do is save a very minute amount of typing. If you want to save a bit of typing time, then you could make a class level attribute. span.star {color:teal;}...
  20. J

    are yamaha guitars better than squires?

    im looking for a good beginner guitar and im torn between a squire or a yamaha.please help me.
Back
Top