Search:

Type: Posts; User: John Pollock

Page 1 of 20 1 2 3 4

Search: Search took 0.08 seconds.

  1. Replies
    2
    Views
    412

    Programming Hi chris, Glad you found your answer, feel...

    Hi chris,


    Glad you found your answer, feel free to drop back in if you have any more questions!
  2. J Pollocks Beginner Guide Sure thing, glad we could help. :) There is a...

    Sure thing, glad we could help. :)

    There is a 4th edition in the works. I'll post updates here and/or at my site as to when it will be out. It's still in the beginning stages right now. :)
  3. J Pollocks Beginner Guide Hey orrange, The first one shows what is left...

    Hey orrange,

    The first one shows what is left in the original array (fruits)

    The second creates a new variable that holds the value that was popped from the array (Mango) and shows that value....
  4. Replies
    8
    Views
    1,320

    J Pollocks Beginner Guide Hey orrange No worries, I wasn't offended or...

    Hey orrange

    No worries, I wasn't offended or anything. :cool:

    I put up some more info for you on the resize in your resizeTo() thread. :)
  5. J Pollocks Beginner Guide OK, here is some additional information I found...

    OK, here is some additional information I found on this:

    The main browser window has security restrictions that prevent resizing due to a lot of misuse by some web sites over time. Thus, almost...
  6. Replies
    8
    Views
    1,320

    J Pollocks Beginner Guide Hi orrange, Some other good books are...

    Hi orrange,

    Some other good books are JavaScript: The Definitive Guide (as Kool mentioned), JavaScript for Developers (Nicholas C. Zakas)

    Once you get through the beginning material, you might...
  7. Article: JavaScript Tip: The Ternary Operator

    You can view the page at http://www.webxpertz.net/forums/content.php/131-JavaScript-Tip-The-Ternary-Operator
  8. Replies
    8
    Views
    1,320

    J Pollocks Beginner Guide You're welcome. Hopefully the book will be a good...

    You're welcome. Hopefully the book will be a good guide for you. Let us know your progress. :)
  9. Replies
    8
    Views
    1,320

    J Pollocks Beginner Guide I would probably learn Dreamweaver first, as you...

    I would probably learn Dreamweaver first, as you can use it for your HTML, CSS, and JavaScript coding. Then go into the JavaScript book, and you can work with the HTML and JavaScript in Dreamweaver...
  10. Replies
    1
    Views
    489

    Methodology It looks like it is probably a combination of...

    It looks like it is probably a combination of JavaScript and a server-side language (PHP would work for this). It may be using some AJAX code to get information from the server.

    So, it looks like...
  11. Replies
    16
    Views
    1,749

    JavaScript LOL, yep I gotta stop in once or twice a year to...

    LOL, yep I gotta stop in once or twice a year to make sure no orange trees have sprouted up around here. :D
  12. Replies
    16
    Views
    1,749

    JavaScript Looks like the guy in charge of that site needs...

    Looks like the guy in charge of that site needs to do some serious updating. :eek:

    I think I'm going to have a serious talk with him about it! ;)
  13. Replies
    11
    Views
    10,797

    Now that would be an even bigger project, and we...

    Now that would be an even bigger project, and we saw how long it took me to get the last one done. :D :o

    Of course, you can resubmit and let me know to replace the old one, or e-mail me changes...
  14. Replies
    1
    Views
    647

    Unfortunately, I don't think JavaScript has it,...

    Unfortunately, I don't think JavaScript has it, though with some scouring of JS sites I found something that might help here:
    http://www.irt.org/script/63.htm
    if it can be adapted for your XUL code.
  15. It sounds like it can be done... it's a little...

    It sounds like it can be done... it's a little late right now but I'll take another look if I get a chance. From the sound of it, this would be similar to a user-controlled image change script-- one...
  16. Replies
    11
    Views
    10,797

    Construction has finally ended. Submissions...

    Construction has finally ended. Submissions should now work again. :eek:
  17. Replies
    5
    Views
    786

    Try changing background to background-color: ...

    Try changing background to background-color:

    #menu li a:hover { background-color: #FFC600; float: left; border: 0; font-weight: bold; text-decoration: none; text-align: center; color: #ffffff;...
  18. Do you get any errors, or does it act like it's...

    Do you get any errors, or does it act like it's working but doesn't send the message?
  19. Replies
    11
    Views
    10,797

    Oops, haven't read this forum in a while... but...

    Oops, haven't read this forum in a while... but you can email me the script if you want... it may take me a while to get back on it, but sooner or later I'll get to it. :D
  20. Replies
    6
    Views
    822

    Try the Bios

    Your bios may let you set a "Power-on" password. This will work if you shut down the computer when you are done. Of course, if the bios doesn't have that feature, then it is back to square one.
  21. Thread: writeIn

    by John Pollock
    Replies
    8
    Views
    936

    View the source code of the page, that is where...

    View the source code of the page, that is where it will have an effect if it is not in a textarea. It is a way to make the source code more readable etc. but doesn't affect the page in the browser....
  22. Replies
    1
    Views
    831

    In the main frame, try one of these: ---

    In the main frame, try one of these:

    ---
    <A HREF="javascript:top.frames[0].location='page.htm'">Click</A>
    ---

    or if the frame is named in its frame tag:

    ---
    <A...
  23. Replies
    1
    Views
    842

    From what I recall, cookies expire with the...

    From what I recall, cookies expire with the closing of the browser by default if you don't set a different expiration date... so I would guess you don't need to set anything special for that but I...
  24. Replies
    1
    Views
    806

    Looks like you're not alone. Read the 2nd to last...

    Looks like you're not alone. Read the 2nd to last Q&A at:
    http://www.guardian.co.uk/Print/0,3858,4336832,00.html
    and it talks about how to fix it. :eek:
  25. Yah, IE and NN6 tend to let more go. NN4 versions...

    Yah, IE and NN6 tend to let more go. NN4 versions and under tend to be very picky about everything. It just depends, sometimes IE gets quite picky too. :D
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4