www.webdeveloper.com

Search:

Type: Posts; User: jogol

Page 1 of 5 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    788

    maybe this script can help you:...

    maybe this script can help you:
    http://www.phoca.cz/documents/38-tools/154-how-to-change-collation-in-database
  2. see https://developers.google.com/accounts/

    see https://developers.google.com/accounts/
  3. Replies
    3
    Views
    767

    set ul.nav li to float:left and the order should...

    set ul.nav li to float:left and the order should be ok.
  4. Replies
    5
    Views
    1,163

    i´d suggest PHP/MySQL

    i´d suggest PHP/MySQL
  5. Replies
    2
    Views
    687

    View Post

    use the site´s rss feed (e.g. http://www.nws.noaa.gov/rss/) and display it on your site via a php rss parser like http://www.simplepie.org/
  6. Replies
    1
    Views
    538

    View Post

    <nav></nav>
  7. Replies
    2
    Views
    1,036

    http://html5please.com/...

    http://html5please.com/
    http://www.html5rocks.com/
    http://caniuse.com/
  8. Replies
    3
    Views
    767

    add display:block; to ul.nav li a

    add display:block; to ul.nav li a
  9. Replies
    3
    Views
    575

    And... is it correct that the database name and...

    And... is it correct that the database name and table name are both "Items"?
  10. Replies
    3
    Views
    575

    do you have these variables set up correctly? ...

    do you have these variables set up correctly?

    $mysql_host
    $mysql_user
    $mysql_password
  11. db entries visibility (design and select help)

    hi experts,

    i need to design a mysql db with users and projects. besides other infos, the projects table holds info on wether the project is

    visible to all users
    visible to users located in...
  12. code please?

    code please?
  13. Replies
    2
    Views
    1,188

    your code pointed me in the right direction....

    your code pointed me in the right direction. working now, thanks :)
  14. Replies
    21
    Views
    2,958

    add a timestamp to your database records and run...

    add a timestamp to your database records and run a cronjob every X minutes that deletes db entries with a timestamp older than now() minus Y minutes.

    this way you clear the carts of customers that...
  15. Replies
    5
    Views
    1,131

    http://htmldog.com/guides/htmlbeginner/

    http://htmldog.com/guides/htmlbeginner/
  16. Replies
    2
    Views
    1,188

    [RESOLVED] grouping output of foreach loop

    hi experts,

    i have a foreach loop that looks like this:



    <?php foreach ($pageposts as $post): ?>
    <li><?php echo $title;?></li>
    <?php endforeach; ?>
  17. Replies
    15
    Views
    3,522

    the problem might be that IE expands the...

    the problem might be that IE expands the container div (which is a bug), while the other browsers don&#180;t (which is correct behaviour).
  18. Replies
    6
    Views
    3,356

    can you post a link?

    can you post a link?
  19. Replies
    10
    Views
    1,354

    getimagesize() returns FALSE if the file is not a...

    getimagesize() returns FALSE if the file is not a valid image. i&#180;m not sure about how to check PDFs though since mime types can be spoofed.
  20. Replies
    1
    Views
    1,214

    http://www.radiantsystems.com/industries/retail/ec...

    http://www.radiantsystems.com/industries/retail/ecommerce.htm
  21. Replies
    7
    Views
    2,527

    something like this? update table_name set...

    something like this?

    update table_name set field_name = replace(field_name,'find_this','replace_with_that');
  22. Replies
    3
    Views
    2,626

    your problem is that you link to the jpg file...

    your problem is that you link to the jpg file itself which gets displayed by the browser in its default way.

    you need to create a new html file with the large jpg in it and link your thumbnail to...
  23. Replies
    3
    Views
    1,692

    the link is not working:...

    the link is not working: http://qioselect.com/2011QIO/contact.htm
  24. Replies
    1
    Views
    1,159

    give the s that hold the menu items a height...

    give the <td>s that hold the menu items a height of 25px.
  25. Replies
    7
    Views
    2,527

    either write a php script that does the...

    either write a php script that does the following:
    db query -> for each entry str_replace() -> update db

    or export the db data to a txt file and use the search and replace function of an editor...
Results 1 to 25 of 120
Page 1 of 5 1 2 3 4
HTML5 Development Center



Recent Articles