Results 1 to 30 of 30

Thread: John'll Fix it .

  1. #1
    Guest
    Yeah, that bothers me quite a bit too. But I usually use
    3 spaces. I think that's the standard, isn't it?

  2. #2
    PowerPoster Fox's Avatar
    Join Date
    Jan 2000
    Location
    *afk*
    Posts
    2,088
    Aye, 3 is good. And I miss using Tab also

  3. #3
    Fanatic Member
    Join Date
    Feb 2000
    Location
    Japan
    Posts
    840
    It annoys me two but I don't think John's going to be able to do much about it as it's your browser doing it.

    In the mean time I think we should have a vote on the number of spaces to use for a tab.

    Normally I think 2 is good, but sometimes (like here) the fonts are such that you want more space, I think at this site 4 would be better,

    I always use 4

    (That is of course after I grab the F###ing mouse and put the F###ing curser back in the F###ing text box because I hit the F###ing tab key to F###ing "Automatically parse URLs:" )



  4. #4
    Fanatic Member
    Join Date
    Feb 2000
    Location
    Japan
    Posts
    840
    Netscape version 1 didn't process tabs to the next web feature !! (but it didn't handle forms or script either )


  5. #5
    Guest

    Wink

    Paul,

    Instead of "grabing the F###ing mouse and puting the F###ing curser back in the F###ing text box" I would recommend just pressing the shift-tab keys, this will move you backwards through the tab order, as does pressing the shift-alt-tab keys to move backwards through the alt-tab icons. This works, as I, after three posts (just found this awsome site), also often move to the automatically parse URLs checkbox.

    As for fixing the tab problem, the only solution that I can see is either javascript, or vbscript, which would both be a B*tch considering that there is already so much coding on these pages!

    Well, once again You have had to listen to me ramble on!

  6. #6
    Fanatic Member
    Join Date
    Feb 2000
    Location
    Japan
    Posts
    840
    But shift Tab doesn't return you to the position you were at, only to the last char written.

    I just felt like having a whinge!!

  7. #7
    Guest
    cam we use vbscript in these foums since they're done with php?

  8. #8
    Frenzied Member
    Join Date
    Mar 2000
    Posts
    1,089
    I think php is a server side thing, so you can still put vbscript in the exported HTML, I'm no expert on this though.

  9. #9
    Conquistador
    Join Date
    Dec 1999
    Location
    Australia
    Posts
    4,527
    that annoys me to, so i just avoid putting tabs in here

  10. #10
    Fanatic Member
    Join Date
    Feb 2000
    Location
    Japan
    Posts
    840
    Yes, but you get in the habbit from using VB and it's easy to forget when you're writing code into the web form
    Paul Dwyer
    Network Engineer
    Aussie In Tokyo

    Using Powerbasic 6 & VB6 SP4 (Please also add your VB Version to your signature!)

  11. #11
    Frenzied Member
    Join Date
    Mar 2000
    Posts
    1,089
    If you're writing a long piece of code it's a lot easier to read if you tab it properly.

  12. #12
    Conquistador
    Join Date
    Dec 1999
    Location
    Australia
    Posts
    4,527

    Thumbs up

    Originally posted by Sam Finch
    If you're writing a long piece of code it's a lot easier to read if you tab it properly.
    I still agree with sam

  13. #13
    Fanatic Member
    Join Date
    Jan 1999
    Location
    UK
    Posts
    593
    As Paul said - it is browser dependent. I cannot do anything about it I'm afraid.

    John

  14. #14
    Conquistador
    Join Date
    Dec 1999
    Location
    Australia
    Posts
    4,527

    Question

    but why should we do that, when there is probably an easy solution, which john (hopefully) is working on

  15. #15
    PowerPoster Fox's Avatar
    Join Date
    Jan 2000
    Location
    *afk*
    Posts
    2,088
    The easier the better, just make 3 or 4 spaces and copy them
    Code:
    if This Then
       if ThisAlso Then
          While Not This
             If Not This = That Then
                End
             Else
                End( Anyway )
             Endif
          Wend
       Endif
    Endif

  16. #16
    Guest
    Or we could switch to Netscape 1.0

  17. #17
    Conquistador
    Join Date
    Dec 1999
    Location
    Australia
    Posts
    4,527
    no thanks, i'm reasonably happy with ie 5.0

  18. #18
    Guest
    Have any of you tried Netscape 6?

  19. #19
    Conquistador
    Join Date
    Dec 1999
    Location
    Australia
    Posts
    4,527
    nope, is it any good?

  20. #20
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221

    Question

    Meg, How much res is netscape 6 eating? I have problems with ie4 and considering to download it.
    Use
    writing software in C++ is like driving rivets into steel beam with a toothpick.
    writing haskell makes your life easier:
    reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
    To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.

  21. #21
    Guest
    I have Netscape 4.7 and Netscape 6. Personally, i perfer using 4.7 because i'm much more fimilar with it than part 6. 6 is faster but the interface is stupid. As for resources, i'm not really sure. I never use my recoure meter much.


  22. #22
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    Hmm, looks silly? why? I need a browser that doesn't eat as much res as ie4 but if it looks silly then yuck! How silly is it? can you give me an overall rate by sillyness/resourceeatingrate?
    Use
    writing software in C++ is like driving rivets into steel beam with a toothpick.
    writing haskell makes your life easier:
    reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
    To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.

  23. #23
    Guest
    I never said it was "silly" i just said I was unfimilar with it. the buttons are all changed, they've eliminated all but the Reload, Stop, Back and Foward buttons and everything look so "blue"

  24. #24
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    OK, stupid or not, RSRCMTR.EXE, do you have it?
    Use
    writing software in C++ is like driving rivets into steel beam with a toothpick.
    writing haskell makes your life easier:
    reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
    To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.

  25. #25
    Guest
    Yeah.

  26. #26
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    Well, run it while you're netscaping, and tell me what happens to the green chemical in it.
    Use
    writing software in C++ is like driving rivets into steel beam with a toothpick.
    writing haskell makes your life easier:
    reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
    To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.

  27. #27
    Guest
    It's about 3 spaces high.

  28. #28
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    Well, my chemical is now yellow, which means one box. =31% which is actually good, usually it goes down to 0 boxes
    Use
    writing software in C++ is like driving rivets into steel beam with a toothpick.
    writing haskell makes your life easier:
    reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
    To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.

  29. #29
    Guest
    Oh, I forgot to mention that the chemical in mine was green.

  30. #30
    Conquistador
    Join Date
    Dec 1999
    Location
    Australia
    Posts
    4,527
    what do yo mean by "chemical"??????

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width