www.webdeveloper.com

Search:

Type: Posts; User: drennan

Page 1 of 7 1 2 3 4

Search: Search took 0.03 seconds.

  1. jQuery Fading animations are not playing together, like they're queuing

    Hi all,

    I'm a bit of a jQuery novice and sure this problem is due to my method, although it is almost working. I'm trying to build a simple slider where the navigation buttons (next and previous)...
  2. Replies
    5
    Views
    1,395

    Thanks for the info guys :) Is there a better way...

    Thanks for the info guys :) Is there a better way to approach this, while keeping things simple? I'd rather not use a captcha as my form slides in within a fairly small DIV
  3. Replies
    5
    Views
    1,395

    Don't send form if field contains a value

    Hi all, I appreciate that there is information on the web about this but I'm getting confused by the complexity of the PHP scripts (mine are usually simple as below). I'm just looking for a bit of...
  4. jQuery Executing jQuery on load then disabling it for 30 mins

    Hi all,

    I've got some jquery that animates an arrow reminding users to logout when they have finished. This is currently set to run when the doc is ready. Users can click another button to edit...
  5. Ah thanks man! I didn't realise this would need a...

    Ah thanks man! I didn't realise this would need a hack - thought it would be a pretty standard thing. Works perfectly though, thanks for taking the time to explain :)
  6. Keeping a DIV centered when it's wider than the browser window

    Hi all. I've got a horizontal DIV with a slideshow of images that are 1200 pixels wide, centered on the page. If someone has a resolution of 1024 I would like the DIV to stay centered without causing...
  7. Replies
    1
    Views
    292

    jQuery Animate new table rows

    Hi all, I've got a table in a while loop saved as table.php



    <?php do { ?>
    <table width="176" border="1">
    <tr>
    <td width="166"><label for="textfield"></label>
    <input...
  8. Replies
    10
    Views
    361

    AJAX Actually, your last example works great. I can...

    Actually, your last example works great. I can remove the stuff I didn't need. Nice one dude, thanks for your help :)
  9. Replies
    10
    Views
    361

    AJAX Maybe this helps... 15085 15087

    Maybe this helps...

    15085
    15087
  10. Replies
    10
    Views
    361

    AJAX Sorry, maybe I'm overcomplicating things form1...

    Sorry, maybe I'm overcomplicating things

    form1 inserts new tasks into the database, with 'archived' column set to 'no', hence hidden field. Form2 displays all records who's 'archived' value is...
  11. Replies
    10
    Views
    361

    AJAX Yeah here's the code. Only difference is there's...

    Yeah here's the code. Only difference is there's a hidden field in first and second form, which is used to update the 'archived' column from No to Yes.

    <body>

    New Task<br />
    <div id="newTask">...
  12. Replies
    10
    Views
    361

    AJAX Sorry, I missed some info out when I simplified...

    Sorry, I missed some info out when I simplified the code.

    In the first form there was a hidden field <input name="archivedNew" type="hidden" id="archivedNew" value="no" />

    So when the task is...
  13. Replies
    10
    Views
    361

    AJAX Post to mySQL and refresh page using AJAX

    Hi all. I'm trying to create a simple HTML task manager. There are 3 forms on the page, for adding a new task, displaying the task list (while loop, recordset 'tasks') and displaying the archived...
  14. Thanks a lot for the tip. I've done what you...

    Thanks a lot for the tip. I've done what you suggested and updated the record's status instead and it works great :)
  15. Move record to another table before deleting

    Hi all. I'm new to php and am trying to get past something that's probably quite simple. I've got a form with a while loop showing a list of tasks. The task can be deleted with this button:

    <a...
  16. Sorry just seen this, I didn't get an email...

    Sorry just seen this, I didn't get an email notification about your post. Thanks for the tip but I'm trying to build this from the ground up so I understand the workings behind everything :)
  17. Sending items to my cart from a drop down list

    This is my first shopping cart site and I wondered if someone can point me in the right direction or maybe give me the terms for what I'm trying to do so I can google it? At the moment I am...
  18. It's ok, resolved this. It wasn't actually...

    It's ok, resolved this. It wasn't actually connecting to the database but a page was displaying to make me think it was.
  19. Database name and password credentials being ignored

    Hi all, I'm using MAMP and have started to get a weird problem. My PHP that is used to connect to my database isn't working. No matter what I change the database name or password to, safari still...
  20. Replies
    4
    Views
    379

    Cool, just reading up now. thanks again

    Cool, just reading up now. thanks again
  21. Replies
    4
    Views
    379

    Thanks for that. Couldn't find any info on google...

    Thanks for that. Couldn't find any info on google as wasn't sure what to search for.
  22. Replies
    4
    Views
    379

    Displaying range of records

    Hi all, I'm new to PHP and was wondering if I can display a repeat region for a range of records rather than all records in the recordset? My page has lots of customer products which need splitting...
  23. Replies
    3
    Views
    788

    Sorry, I've confused this with another post. The...

    Sorry, I've confused this with another post. The more info buttons are working now. The javascript above used to say input#zoom and changed it to input.zoom and all the buttons started working. The...
  24. Replies
    3
    Views
    788

    Thanks, just tried that and uploaded again but...

    Thanks, just tried that and uploaded again but same alignment problem in IE7. The class was productZoom as this triggers the following javascript to load the iFrame popup, but don't think it's...
  25. Replies
    1
    Views
    481

    It's OK I got it... ...

    It's OK I got it...

    $("input.zoomProduct").colorbox

    then add the class zoomProduct to the button.
Results 1 to 25 of 165
Page 1 of 7 1 2 3 4
HTML5 Development Center



Recent Articles