www.webdeveloper.com

Search:

Type: Posts; User: droidus

Page 1 of 4 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    940

    On my Linux machine, it is set to: -rw-r--r-- ...

    On my Linux machine, it is set to:
    -rw-r--r--

    I changed it to 777 for chmod, and can now access it.
  2. Replies
    0
    Views
    629

    downloading file

    I am using this website's download script for my download page.

    http://www.zubrag.com/scripts/

    I use the proper format, but then it tells me that the file does not exist. I know the file...
  3. Replies
    2
    Views
    940

    accessing Linux content from PHP

    I have this code, but it says it is not able to open it:

    $myFile = "/home/user/Desktop/webapp.log";
    $fh = fopen($myFile, 'a') or die("can't open file");
    $stringData = "Stuff";
    fwrite($fh,...
  4. Thread: dropzone help

    by droidus
    Replies
    0
    Views
    508

    dropzone help

    is anyone familiar with dropzone? i am having issues using it. specifically, it doesn't allow multiple items to be brought over. when i bring over an image, it goes right to the preview, not even...
  5. Replies
    1
    Views
    635

    jQuery sending a jquery value via .load

    How do I send a jquery value via .load? Here is what I have:


    $("#formLoad").load("functions.php?cmd=3&statusUpdate=status.val()");
  6. Thread: delaying

    by droidus
    Replies
    3
    Views
    719

    jQuery i'm having another odd issue, slightly related to...

    i'm having another odd issue, slightly related to timing. i would like the page to, at the end, load the new contents to the main container, then show the new page. instead, it shows the old page...
  7. Replies
    0
    Views
    683

    using json with flexgrid

    I am trying to print out a table of e-mails in flexgrid. here is what I have so far:


    <?php
    $sql="SELECT *
    FROM emails
    WHERE ID = 0";
    $sql_result = mysql_query($sql,$connection1) ...
  8. Thread: delaying

    by droidus
    Replies
    3
    Views
    719

    jQuery delaying

    Hello everyone:

    I am trying to delay some content being replaced. here is my code snippet:


    $("#refresh").replaceWith(divClone).delay(8000);

    What happens is it acts like the delay function...
  9. Replies
    0
    Views
    604

    blank records being inserted

    I have a registration form, and when I create test accounts, all that is being put into the record's fields are 0's. I go to register again with an already registered username, and it says that the...
  10. Replies
    5
    Views
    436

    so what is it exactly saying is wrong with ')?

    so what is it exactly saying is wrong with ')?
  11. Replies
    5
    Views
    436

    here is the full sql: SET...

    here is the full sql:


    SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0;
    SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0;
    SET @OLD_SQL_MODE=@@SQL_MODE,...
  12. Replies
    5
    Views
    436

    [RESOLVED] sql error

    I am getting this error in MySQL Workbench:


    Executing SQL script in server

    ERROR: Error 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server...
  13. Replies
    1
    Views
    436

    AJAX anybody???

    anybody???
  14. Replies
    1
    Views
    436

    AJAX having more than one popup page

    i have the following code on my site. i have two different boxes that I would like to show up. what would be the best way to do it?

    jquery:

    // Position modal box in the center of the page
    ...
  15. Thread: system messgae

    by droidus
    Replies
    1
    Views
    307

    system messgae

    What is the best way to set up a system message alert system? I was thinking I could either check the db for any updates, or there could be a local text file that grabs the info.
  16. Replies
    8
    Views
    769

    centering vertically

    I am having trouble vertically centering an image inside of a div. can anyone please provide an example?
  17. Replies
    1
    Views
    382

    jQuery using ui datepicker

    how do i use this in my site? Do i have to link to/import all the files on the page, or is there a easier way to do so?
  18. Replies
    1
    Views
    476

    getting db date and time

    how do i get the db date and time?
  19. Replies
    5
    Views
    1,207

    i don't get anything then for this.

    i don't get anything then for this.
  20. Replies
    3
    Views
    439

    the condition is this: $('#name').val().length...

    the condition is this:

    $('#name').val().length == 0 || $('#name').val().length == 1

    i call on the function to decide whether or not i display the checkmark for the section. it should return to...
  21. Replies
    3
    Views
    439

    validating form

    I am having trouble validating a form. here is my code:


    function checkFields(){
    if(checkName()){
    return true;
    }else{
    return false;
    }
    }
  22. Replies
    11
    Views
    685

    jQuery no problem - thanks for your help!

    no problem - thanks for your help!
  23. Replies
    1
    Views
    370

    send form element value to function

    I am trying to send a form element value to a function. here is my code:


    onkeydown="validateEmail(this.val());"

    what am i doing wrong, that it is not properly getting the value of the field?
  24. Replies
    11
    Views
    685

    jQuery i found what the error was now: i had the...

    i found what the error was now:
    i had the function, alertMe inside of the $(function() { tag. i put it before it, and now it works. why can't i have it inside of this tag?
  25. Replies
    11
    Views
    685

    jQuery i'm thinking its still with my code because i've...

    i'm thinking its still with my code because i've tried two different browsers. what i am trying to do is create a part of a registration page where the user has to enter their information. after...
Results 1 to 25 of 92
Page 1 of 4 1 2 3 4
HTML5 Development Center



Recent Articles