Search results

  1. farscapeone

    unable to FTP...

    I have the same problem on Lotus even though it is 100% completed. I don't use FTP much and can wait (for months if I have to :) ) but they said: so I did :)
  2. farscapeone

    [PHP+MySQL] How to get the next auto-increment value

    If you ever wondered how to get the next auto increment value form MySQL table then this small tutorial is for you: // You have to connect to MySQL and select a database before you can do this $table_name = "myTable"; $query = mysql_query("SHOW TABLE STATUS WHERE name='$table_name'")...
  3. farscapeone

    Can't Access Web Site

    Be sure to put it in the right place (public_html directory).
  4. farscapeone

    problem of mail function

    You have a error in your code then. Please post the code you use to access your database (no passwords please :) ) so we can see what's wrong.
  5. farscapeone

    My Environmental Friendly Website

    Looks green :) Good job.
  6. farscapeone

    FamousButFrightened.com

    It looks good but don't use all caps for text and increase the line height. If you search the web for typography lessons you'll see why, otherwise you'll have to trust me in this :)
  7. farscapeone

    Show form with page in background

    Use jQuery UI Dialog or ThickBox plugin.
  8. farscapeone

    A Blog + Forums

    Your blog theme have a look and feel of Microsoft website. That's how you use the design to tell people what's your site about before they start reading.
  9. farscapeone

    Triggering additional events off a form submit button click.

    Generally, if you have a form and want to add another event to a "Submit" button add the onsubmit event to the form like this: <form name="some_form" action="script.php" metod="post" onsubmit="submitFunction();"> Where "submitFunction()" is the function you want to execute when form is...
  10. farscapeone

    Framework

    Framework is a set of libraries containing classes and other mambo-jumbo programming stuff you can use to code something faster and easier. CMS is a Content Management System and it's name is self explanatory. You use it to manage content on your website or blog without having to learn any...
  11. farscapeone

    Apple iPad

    Being bigger then iPhone is the only thing good about it. Bigger screen is always good for multimedia and Internet content. After some more research I'm beginning to like it. If I need to be constantly connected to the internet and use all the web services and apps but I don't want to stare...
  12. farscapeone

    Password Protect a page

    PHP is safe. Using it improperly can be unsafe.
  13. farscapeone

    You wouldn't steal a CD...

    Again and again and again ... same debate, same questions. People are downloading songs and movies because they can and there's nothing MPAA, RIAA, ABCD, OPQR, HDKA (LOL!) or any other four letter thing can do about it. Too many people are doing it and you can't stop all of them. The only...
  14. farscapeone

    Apple iPad

    An expensive toy, that's what I think about it.
  15. farscapeone

    new web dev

    Welcome and here's a link for some good tutorials on web development (not only PHP). http://net.tutsplus.com/
  16. farscapeone

    Joomla!

    First of all please post questions like this in http://forums.x10hosting.com/programming-help/ Form what I can see you have to create your database first. As you probably know Joomla needs to be installed on the server you want to use for it. Simply uploading everything is not enough cos...
  17. farscapeone

    Tech Ideas Site

    Your header is too big. I recommend you reduce the size of the logo.
  18. farscapeone

    Star Craft Site Review

    Try using a better (bigger) graphic elements.
  19. farscapeone

    [MySQL] Getting 1st element of list

    Try this: http://www.9lessons.info/2009/09/pagination-with-jquery-mysql-and-php.html It's bad English but the code is OK :)
  20. farscapeone

    Girl gets 2 years for cooking cat in oven

    I agree with you supermatthew, I mean sometimes animal activists go too far. As for the cooked cat I don't think she was "just a child" and didn't know what she was doing. I mean 17 year old can get a drivers license. She have some problems :nuts:
Top