www.webdeveloper.com

Search:

Type: Posts; User: kbc1

Page 1 of 4 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    122

    PHP converting Pound Signs incorrectly

    Hi All

    I am using a WYSWYG text editor in my CMS and when I post the page to save the data, I simply capture the following field and save it to the database as such:



    // UPDATE query here......
  2. Replies
    0
    Views
    156

    htaccess rule - all urls with string

    Hi

    I am trying to 301 redirect all URLs which have a specific category at the start of the URL to the root domain but I am having no luck with my examples below:



    redirect 301...
  3. Replies
    0
    Views
    88

    Nested z-index issue

    Hi

    I have a fixed positioned footer bar at the bottom of my site. This will always remain at the bottom of a users browser.

    I have a DIV (#homemenu) which contains content but by default this...
  4. Replies
    6
    Views
    713

    jQuery $("body").scrollTo Help

    Hi all

    I have a page of 5 large DIVS (1000 px high each).

    I have a fixed position navigation bar at the top of my site and when I click a menu link the page scrolls up or down to the relevant...
  5. Replies
    1
    Views
    349

    htaccess / php redirection

    Hi all

    I will try to keep this brief.

    I have an online shop of thousands of products (uploaded via CMS) that uses URL's to the Product Details page as such:
    ...
  6. Replies
    10
    Views
    757

    AJAX How embarassing. I should be ashamed I missed...

    How embarassing. I should be ashamed I missed that - I build websites for a living.

    Tut tut.

    Thanks Kor.
  7. Replies
    10
    Views
    757

    AJAX Here is the generated HTML from FireBug: ...

    Here is the generated HTML from FireBug:



    <form enctype="multipart/form-data" id="formdata" name="formdata" method="post" action="/resources/edit/1">


    <label for="name">Name/Title:</label>...
  8. Replies
    10
    Views
    757

    AJAX The source code of my page (cut down version for...

    The source code of my page (cut down version for simplicity) is as follows:



    <form action="/resources/edit/1" method="post" name="formdata" id="formdata">
    <input type="text" class="text"...
  9. Replies
    10
    Views
    757

    AJAX No problem. I am using the following funciton...

    No problem.

    I am using the following funciton to load a script which simply echoes HTML:



    function buildHtmlForm(resourcetypeid, resourceid) {
    $.ajax({
    type: "POST",
    url:...
  10. Replies
    10
    Views
    757

    AJAX When I save it (submit it). Its bizarre why the...

    When I save it (submit it). Its bizarre why the other fields do not appear in the post array.
  11. Replies
    10
    Views
    757

    AJAX POST form fields generated by AJAX

    HI all

    I have a HTML form in my webpage and I have an DIV which contains HTML created by an AJAX function (when a user changes the drop down menu on my form, the contents of the DIV change...
  12. Replies
    1
    Views
    420

    AJAX File Uploading Question

    Hi all

    I have an ajax function which passes form field values to a PHP script which in turn saves the data to my database. all works great.

    I now need to add a file input to my form and pass...
  13. Replies
    0
    Views
    449

    Make this function animate?

    Hi all

    On an onlick event of a 'next' or 'previous' hyperlink, I change an image and some text on screen and store the 'currentstep' in a hidden field. My function to do this is below.

    I now...
  14. Very helpful stuff - thanks for all your help and...

    Very helpful stuff - thanks for all your help and suggestions!
  15. Replies
    5
    Views
    2,172

    jQuery Thank you for your advice guys, I think I have it...

    Thank you for your advice guys, I think I have it nailed now. Kor you are right, I do have it on each loop so I can get it form there

    One quick question (hopefully you maybe able to help)
    ...
  16. Replies
    5
    Views
    2,172

    jQuery Get/loop over all links in a div

    hi all

    I need a solution and hope you can help.

    I have a collection of links on a page with unique ID's in the form of:



    <a id="tag_t1"
    <a id="tag_t2"
  17. Thanks for the advice but this hasn't changed...

    Thanks for the advice but this hasn't changed anything - I still get the same error message.
  18. [RESOLVED] Every Table Derived Must Have An Alias

    Hi all

    I have created a query to select data from two different tables but I am getting the following error message:

    "mysql every derived table must have its own alias"

    My query should...
  19. Replies
    6
    Views
    1,364

    jQuery Cheers Jeff - your solution is appreciated.

    Cheers Jeff - your solution is appreciated.
  20. Replies
    6
    Views
    1,364

    jQuery Could I ask you to provide an example of how you...

    Could I ask you to provide an example of how you would do it Jeff?
  21. Replies
    6
    Views
    1,364

    jQuery Hi Jeff Thanks for the response. My page is...

    Hi Jeff

    Thanks for the response.

    My page is still in development mode locally so all I can do is give you my source code.

    Below shows the parent hyperlink (Primary) and its associated...
  22. Replies
    6
    Views
    1,364

    jQuery [RESOLVED] hasClass/removeClass bug

    Hi all

    I have a link as such:


    <a onclick="setSubTagStatus(1, 'myString')">My Link</a>

    And I have the JS function as such:
  23. jQuery The page I am working on is a small page within a...

    The page I am working on is a small page within a CMS so if its not WC3 compliant i'm not actually bothered on this occasion as it is not public facing, I just need a quick way of chainging the class...
  24. jQuery Change class of all hyperlinks with the same value

    Hi all

    I have a collection of hyperlinks in a web page and I need to know how I can do the following:

    1) When I click a hyperlink, change the Class of all hyperlinks that have the same link...
  25. Replies
    5
    Views
    1,081

    AJAX Hide Elements After Certain ID's

    Hi all

    I have a page which consists of mutiple DIV's which each of them have an ID in the following naming convention:

    box_1
    box_2
    box_3
    box_4
    box_5
Results 1 to 25 of 88
Page 1 of 4 1 2 3 4
HTML5 Development Center



Recent Articles