www.webdeveloper.com

Search:

Type: Posts; User: wspeeckaert

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    373

    I had the same thing happen 2 years ago. Google...

    I had the same thing happen 2 years ago. Google is completely deaf to complaints about this. You can ask for a review, but they just deny the request. Unless you are a large company you do NOT matter...
  2. Replies
    2
    Views
    1,085

    I have tested some of my websites with various...

    I have tested some of my websites with various mobile devices (Android, iPhone/iPad, Nokia) and they all handle cookies as expected.
  3. The difference, if any, would be insignificant.

    The difference, if any, would be insignificant.
  4. Your CSS file has an error in line 128 ...

    Your CSS file has an error in line 128

    #navmenu li ul {
    padding;0; replace the ; with :
    margin:0;
    position:absolute;
    left:-999em;
    width:200px;
    background:#eee;
    border-style:solid;
  5. Replies
    1
    Views
    599

    It sometimes happens that the page is cached by...

    It sometimes happens that the page is cached by the browser.

    I usually do something like this.

    function LoadPhones(urltoajax)
    {
    //document.getElementById('result')="";
    ...
  6. Replies
    2
    Views
    1,098

    AJAX You're probably correct; but since my code is...

    You're probably correct; but since my code is more compact (about 20 lines) I don't need jquery anymore. But I'll keep that in mind for future dealings with Yahoo histing.
  7. Replies
    2
    Views
    1,098

    AJAX Jquery, Windows XP, Yahoo Hosting

    I ran in to a strange problem with a client who uses Yahoo hosting. The web site uses AJAX (jquery, php, javascript). There is no problem viewing the site using IE8, Firefox on a Windows 7 computer....
  8. Replies
    5
    Views
    2,068

    One of the programs used is called JAWS

    One of the programs used is called JAWS
  9. Spry Menus

    Did you upload the folders that contain the Spry Menu code?
  10. Try something like this: $now = date('Y-m-d...

    Try something like this:

    $now = date('Y-m-d H:i:s');
    //delete after 20 minutes * 60 sec = 1200 sec
    $sql ="DELETE FROM some_table WHERE (UNIX_TIMESTAMP('$now') - UNIX_TIMESTAMP(somedate)) >...
  11. Replies
    8
    Views
    4,604

    Access vs MySql

    That's what happens when you reply too early in the morning.;)
  12. Replies
    8
    Views
    4,604

    Ms Access MySql

    I understand MySql and ms Access very well. I program using both.
    I use MySql as the backend on Access as the frontend.
  13. Replies
    8
    Views
    4,604

    I should have been clearer. In Access you have go...

    I should have been clearer. In Access you have go to File, get External Data, Link Tables and then select ODBC databases. Now select the tables you want to use.

    You can't modify the tables using...
  14. Replies
    8
    Views
    4,604

    Access vs MySql

    I often use Access as the front and MySql as the backend. I just use the Mysql ODBC connector. In that way I can have a MySql database on a web server and also access is via Access.
  15. Replies
    6
    Views
    1,467

    Some of the problems with using an IP address are...

    Some of the problems with using an IP address are as follows:
    1. They can be spoofed
    2. In the user is behind a NAT router, all the users behind that router will have the same IP address. Therefore...
  16. Validate email

    I use the simple technique of putting a 2nd HIDDEN email field on the form. I then test to see if that hidden field has data- if it does, the form was completed by a robot since human's can't see a...
  17. There is an import function in phpMyAdmin.

    There is an import function in phpMyAdmin.
  18. Replies
    5
    Views
    825

    You have the change the character coding in the...

    You have the change the character coding in the mysql table that stores the data. Use PhpMyAdmin.
  19. Replies
    5
    Views
    825

    You have to use a unicode character set- try utf8

    You have to use a unicode character set- try utf8
  20. Replies
    1
    Views
    766

    Check out MagpieRSS

    Check out MagpieRSS
  21. Replies
    4
    Views
    1,365

    set align to middle for each image

    set align to middle for each image
  22. Make sure there are NO blank lines, or text of...

    Make sure there are NO blank lines, or text of any kind before <?php
  23. Replies
    5
    Views
    785

    Theoretically would...

    Theoretically <?php include 'mypage.php';?> would be faster since the php interpreter parses text between " " and simply outputs text between ' '
  24. I looked at your contact form- here is your code:...

    I looked at your contact form- here is your code:
    ===========================================
    <form action="http://www.modernblue.com/web-design-blog/contact/#c_form_2" method="post">
    <div...
  25. I often put 2 hidden fields in the contact form. ...

    I often put 2 hidden fields in the contact form.
    I call them email and confirm email (or something like that) and make sure they are blank. Make sure the names don't conflict with the read email...
Results 1 to 25 of 30
Page 1 of 2 1 2
HTML5 Development Center



Recent Articles