www.webdeveloper.com

Search:

Type: Posts; User: riz-man

Page 1 of 7 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    676

    An Image Link that switches when clicked

    Hi there,

    I'm using the following code on a website that hides a section of the page when you visit it - the section is revealed by either clicking on an image (of a plus sign) or the text next to...
  2. Removing the "a" tag didn't validate...

    Removing the "a" tag didn't validate unfortunately but as it turns out...the whole hide/show function is being scraped - apparently it has been decided that the information is now going on to...
  3. Hi thanks once again. "Also if you really want...

    Hi thanks once again.

    "Also if you really want to use those a tags, calling javascript from the href is very old school."

    It's not that I "really want to"...just only way I know how to...
  4. Hiding/ showing elements

    Hi xelawho,

    I did a little Google digging and got your better code to work the way I wanted it too...thanks. Sorry...I just needed a step by step explanation coz that's just how I am :o

    I went...
  5. I probably don't need to explain this to you but...

    I probably don't need to explain this to you but to any novices like me reading this...I'd like to add that it is the same link that opens the hidden text and then closes it again.

    Thanks.
  6. Hi, Thanks for your help :) - I used both...

    Hi,

    Thanks for your help :) - I used both changes you gave me and couldn't get it to work as it was working before. :(

    With regard to "hideous and ancient code"...ha :D, yes, not...
  7. Changed the name attribute to id but not sure how to amend my JavaScript.

    Hi there,

    I've just changed the "name" attribute being used in a piece of working JavaScript to "id".

    The script allows me to hide/show sections of text on a page...

    var sections = new...
  8. Replies
    1
    Views
    473

    Banner JavaScript Required

    Hi all,

    I'm trying to find a JavaScript script that would allow me to place a specific header image on each page.

    For example, a banner showing tennis players on a page about tennis and a...
  9. Validating data-thumb in XHTML 1.0 Transitional

    Hi all,

    I'm using a JavaScript powered slideshow that calls images as follows...

    <div data-thumb="images/thumbs/artistic-t.jpg"> <img src="images/artistic-t.jpg "></div>

    However, when trying...
  10. Replies
    8
    Views
    1,580

    /index.php /images/tbd2.php (include file) ...

    /index.php

    /images/tbd2.php (include file)

    /ccdata/data/index.inc.php

    /ccdata/data/data.php

    <?php include("images/tbd2.php"); ?> is in data.php.
  11. Replies
    8
    Views
    1,580

    No the problem didn't change and I apologise if...

    No the problem didn't change and I apologise if my explanation of it was poor (there were several points made in the first post).

    Basically my site works like this...

    index.php draws its...
  12. Replies
    8
    Views
    1,580

    Nevermind, I got it working. I used echo to...

    Nevermind, I got it working.

    I used echo to call the include from within the index.inc.php...and not from the file that contained the data (i.e. data.php). :D

    It seems that while an Apache...
  13. Replies
    8
    Views
    1,580

    Just realised in my many attempts at finding a...

    Just realised in my many attempts at finding a solution...the page I currently have uploaded contains the code....

    <?php include($DOCUMENT_ROOT . tbd.php"); ?>

    That does not work either.
  14. Replies
    8
    Views
    1,580

    It is enabled since the simple test I did worked....

    It is enabled since the simple test I did worked.

    File1.php includes File2.php, using the code...

    <?php include("file2.php"); ?>

    What does not work is when <?php include("file2.php"); ?> is...
  15. Replies
    8
    Views
    1,580

    Server Side Includes problem

    Server Side Includes problem.

    I apoligise in advance if this is in the wrong section.

    I have an Apache server set up at home on my Window's based PC. I have successfully got a server side...
  16. What does this...getLangIncludePath( 'index.inc.php' ); ob_end_flush(); ?>...mean?

    I have correctly configured my home server run on Windows to use Server Side Includes. When I test the website I'm making...it works.

    However, I have uploaded this website to a Godaddy...
  17. Just to let you know that the piece of PHP coding...

    Just to let you know that the piece of PHP coding did have two instances of space that I have removed. It now works correctly.

    I did also place this piece of PHP code under the doctype but above...
  18. Mindzai, I will check that out first - it...

    Mindzai,

    I will check that out first - it might well be the case.

    Thanks.
  19. Hi there and thank you both for your help. As...

    Hi there and thank you both for your help.

    As tirna mentioned, the reason I'm putting this code there is because I'm verifying a session variable to check if a user is getting form data (as per...
  20. Page will not center with

    Hi there,

    I have a page that will not center itself (stays on the left) as coded to do so by the CSS stylesheet that I have in place once I put

    <?php
    session_start();
    ?>

    at the very top.
  21. Replies
    3
    Views
    731

    Fang...as always...you're the man!

    Fang...as always...you're the man!
  22. Replies
    3
    Views
    731

    P Margin not being recognised

    I have a div that has the p margin set for it....like so...

    #col2 {
    float:left;
    width:80%;
    position:relative;
    left:50%;
    overflow:hidden;

    }
  23. Replies
    1
    Views
    493

    Host two is a Godaddy account. I've just...

    Host two is a Godaddy account. I've just uploaded the files on two other Godaddy hosting accounts. I'm wondering if it might have something to do with them.

    Just to recap on my earlier...
  24. Replies
    1
    Views
    493

    My form sends me blank attached files.

    I have a form on a site that in addition to sending my attached documents in an e-mail to me also uploads that file to an "upload" folder (set to 777) on my server.

    I have this site on two...
  25. Replies
    3
    Views
    1,502

    Hi, Well here is the HTML...

    Hi,

    Well here is the HTML...

    <div class="contact">
    <p align="left" class="text-main-bold">IT Sales and IT Technical
    Staff</p>
    <p align="left"...
Results 1 to 25 of 151
Page 1 of 7 1 2 3 4
HTML5 Development Center



Recent Articles