www.webdeveloper.com

Search:

Type: Posts; User: GettingSmart

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    563

    What CMS to choose

    Hi,

    A client of mine has a website with a lot of content.
    We need to expand his website and his current CMS doesn't support it.
    So we're going to migrate to another CMS and I'm busy determining...
  2. Replies
    1
    Views
    552

    See http://www.edinteractive.co.uk/article/?id=48...

    See http://www.edinteractive.co.uk/article/?id=48



    Not sure if it works.. Simple google on terms 'htaccess friendly url'
  3. Replies
    4
    Views
    944

    Seems like you are trying to use this local. Is...

    Seems like you are trying to use this local.
    Is that correct?

    To use the php mail function I believe it's mandatory to have a mail server running. This could cause your trouble.
  4. Replies
    6
    Views
    1,251

    The code u pasted, is that the actual code? You...

    The code u pasted, is that the actual code?
    You didn't put the function between javascript tags

    try:


    <script type="text/javascript">
    function popitup(url,name,newH,newW)
    { var left =...
  5. At first it would be easy if you would name the...

    At first it would be easy if you would name the system you are using for your webshop.
    The only suggestion I can do at this moment is to restore the back-up you should have made before installing...
  6. Replies
    1
    Views
    456

    You should resolve this with a PHP page. See...

    You should resolve this with a PHP page.
    See http://nl3.php.net/manual/en/function.mail.php
  7. Replies
    3
    Views
    1,073

    <form action=/guru_website/login_landing.php; method="post" id="2" name="login" >

    check if it works when you remove the ; after login_landing.php
  8. Replies
    4
    Views
    1,369

    Thnx a lot guys. Especially your last link was...

    Thnx a lot guys.
    Especially your last link was very useful JMRKER.
    This will help me out a lot!
  9. I think they are able to see subfolders. But I'm...

    I think they are able to see subfolders. But I'm not sure about that.
  10. With a htaccess file you are able to deny...

    With a htaccess file you are able to deny access..
    If you have a htaccess file with the following content:


    deny from all

    No one will be able to access the content in that folder by browser....
  11. Make sure the PHP service is running. If not it...

    Make sure the PHP service is running.
    If not it doesn't recognize the extension and doesn't process it.
    The browser will not be able to understand it / do something with it so it will ask you to...
  12. Replies
    4
    Views
    1,369

    Drawing an arrow with javascript

    Hi guys,

    I'm searching for some solutions for the following issue:

    I want users to be able to draw a line in a certain area.
    This line should be drawn by clicking at the place where it should...
Results 1 to 12 of 12
HTML5 Development Center



Recent Articles