www.webdeveloper.com

Search:

Type: Posts; User: birdy247

Page 1 of 4 1 2 3 4

Search: Search took 0.01 seconds.

  1. Thread: PHP Cake

    by birdy247
    Replies
    1
    Views
    176

    PHP Cake

    Hi All

    I am running a pretty simple project using PHP cake. I have got to grips with everything fine, and at the moment am only using it to perform basic add/edit to simple database tables.
    ...
  2. Replies
    5
    Views
    142

    Thanks This issue has been SOLVED. The max...

    Thanks

    This issue has been SOLVED. The max var limit was set to 1000. I simply uploaded a php.ini file to my main directory and changed this to 2000. Everything works well now.

    Thanks

    All
  3. Replies
    5
    Views
    142

    Thanks for the help. I have heard people talk...

    Thanks for the help.

    I have heard people talk about the .ini file many times.

    I am currently hosting the site with a 3rd party. I cant see the .ini file in any of the directories, is this...
  4. Replies
    5
    Views
    142

    Arrays being posted in forms

    Hi

    I have a form that basically lists out a 26 week timetable (182 days). Each day allows a user to select 5 different drop down menus.

    The drops downs are named like as follows:
    ...
  5. Replies
    3
    Views
    770

    Handling high rez images

    Hi

    I would like to display some high resolution images on my website. The problem is, the file sizes are ending up around 100kb. When I have 4/5 images on the screen, this is going to make the...
  6. Thread: Google maps

    by birdy247
    Replies
    1
    Views
    1,315

    Google maps

    Hi

    I have the following code (found on google) which when coupled with an input box (input: postcode), positions a marker on my google map.

    My question is, how would I get the page to load with...
  7. Replies
    3
    Views
    1,218

    Thanks How would I then display the contents...

    Thanks

    How would I then display the contents of the array within primary?

    Thanks
  8. Replies
    3
    Views
    1,218

    Array question

    Ok

    I am trying to create a 2 dimensional array, and then display the results.

    basically. I have a table called *primary* and *secondary*

    || Primary ||
    | primary_id |
    | 1 |
    | 2 |
  9. scheduling an excel file to be converted to a webpage

    Hi

    I have an excel doc. which is updated by many people through the day. I would like this to be converted to a web page every hour, and then saved to a directory where it can be pulled onto a...
  10. Replies
    5
    Views
    669

    I have fixed this

    I have fixed this
  11. Replies
    5
    Views
    669

    Cheers fang Where would you put this statement?

    Cheers fang

    Where would you put this statement?
  12. Replies
    5
    Views
    669

    ok, i undersand the problem but dont know how to...

    ok, i undersand the problem but dont know how to fix.

    at 16mins 40 sec = 1000 seconds.

    This then resets the seconds to 0 but the timer code keeps running. This means that the seconds are 20...
  13. Replies
    5
    Views
    669

    think its something to do with when result =...

    think its something to do with when result = 1000, cant see why it would affect it, but thats about when the problem happens.
  14. Replies
    5
    Views
    669

    [RESOLVED] Javascript timer problem

    Hi, very strange problem i just cant understand why its happening:



    After 16,17... minutes the minute doesnt change properly. Instead it will change when the seconds are at 20. I have tried...
  15. Replies
    6
    Views
    967

    Javascript...

    <html>
    <head>
    <title>Javascript Stopclock</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <script LANGUAGE="JavaScript">
    var timerRunning = false;
    var timerID =...
  16. Replies
    6
    Views
    967

    Hi I used this one. However, after 22...

    Hi

    I used this one.

    However, after 22 minutes, the clock doesnt update the minutes properly it updated them at 20 seconds instead of 0.

    Anyone see why??

    <html>
    <head>
  17. Replies
    4
    Views
    920

    Thanks I have fixed this now. I wasnt...

    Thanks

    I have fixed this now. I wasnt clearing the list!
  18. Replies
    4
    Views
    920

    Could you give me an example?

    Could you give me an example?
  19. Replies
    4
    Views
    920

    Code after For Loop

    Hi

    I have this code, which works as part of some ajax i am writing, however, anything i put after the for loop isnt triggering. I have highlighted this in red. Any ideas?? It must go after the...
  20. Replies
    2
    Views
    786

    Brilliant works a treat, now to sort out the css!...

    Brilliant works a treat, now to sort out the css!

    Thanks
  21. Replies
    8
    Views
    1,739

    View Post

    Didn’t work unfortunately, really stumping me!
  22. Replies
    2
    Views
    786

    setAttribute in I.E

    I am creating a text box on the fly and want to add the following event

    onkeyup - showhint()

    i am currently using this

    el.setAttribute("onkeyup", "showHint(this.value,"+iteration+")");
    ...
  23. Replies
    8
    Views
    1,739

    Please please please could some one help me out...

    Please please please could some one help me out with this. I tried what Fang suggested, but i seem to get the same problem i.e. leaves a white box where the div should go and it is not aligned...
  24. Replies
    6
    Views
    967

    Thanks very much for that I am trying to add a...

    Thanks very much for that

    I am trying to add a reset button, but cant quite seem to get it to work. ANy ideas
  25. Replies
    6
    Views
    967

    Adding a pause feature to this....

    Hi

    I have got some code which works fine for a stop watch. I was wondering if it would be possible to add a pause feature? Any thoughts

    Javascript
    var base = 60;

    var...
Results 1 to 25 of 96
Page 1 of 4 1 2 3 4
HTML5 Development Center



Recent Articles