Jump to content

Jack McKalling

Members
  • Posts

    1,606
  • Joined

  • Last visited

Everything posted by Jack McKalling

  1. Thanks for mentioning that, I wasn't sure about it
  2. Not for me Jonas I respect the admin for his absence, he has his reasons. If you say a reputations system or whatever is not good or whatever not to be considered, I believe you and won't ask any more about it.
  3. The today's top ten posters aren't count towards the day, but towards the last 24 hours :)
  4. For me it doesn't matter if I do (x)html/css, javascript or php, I can do everything! :)The onlything is that I can't do any C++ or C#, nor ASP. I haven't gone that way yet.I vote for parallel shifts of the teams. The only downside is that the server teams should know what elements the client team use in their forms. But we must decide that first anyway so no big deal. A blog thing may be good, but I see more use in the big things we discussed about. We can adjust our plans to the idea, and we can deal with everything that doesn't really cooperate (like people possibly not being advanced enough yet). So it would be more fun to let all of us work on something that really stands, such as a big thing, a forum/board, or several things that together make something even bigger. On the other hand, it could be a better idea to start with something less complicated and with less influence on the community. Just to start with, and just to see what we can accomplish.
  5. Remember Spy Sweeper can do many things, many sorts of threats, but no virusses. You should have an antivirus for that :)Spy Sweeper plus an antivirus and firewall is all you need, more would slow your machine and less would not be enough anti-threat.
  6. You and everybody is welcome Spy Sweeper is just great, and everyone must have it.
  7. Haha, it was meant funny learn how to coordinate with team members, or maybe one should say learn to communicate, or even to be social, which can be a therapist be for. but I was jokin
  8. You're welcome Ask anything you want to know.
  9. Yes Though I am not an expert at dithering, that would be the case yes
  10. You can use hexcodes safely With only those "safe colours" you can't really choose nice colours out of so little amount. But it is up to you You can use anything you want, only not all colours (might) look exactly the same in all browsers.
  11. Exactly :)You can use this as a good reference and explanation about them and what exactly is the issue here: http://www.htmlgoodies.com/tutorials/colors/
  12. Read the About section at the site, this will never be done and has been discussed many, many times before. W3Schools will NEVER publish a printed version, on a CD, or whatever!This topic should be closed.
  13. I don't know what you mean with default, but the text ion the button can easily be changed according the hide state, with this extension:
  14. I'll post an example code as requested (by pm ) here: Where the images are, in the correct order, together a border of 5px width. The images can be defined in the css, and all styles may be adjusted exept for the repeats. They should be left allone, else the border would grafically not come out as it was intended, at when the dimensions are incorrect.Success [*Edit:]If you want the center cell to have a predefined height, and scrollbars in it when overfowed, add this to the statments of the last selector (the center cell):
  15. I already said my version was from a while ago, and that it can't be updated. I also said wgich version it was (3.2.0). I really can't help it this version has a lot less definitions, I know it has. But its free.
  16. I agree Choco, so I think we should devide our complex and ideal application into small bits. Could that be done?But not too small, as justsomeguy reasonably notices.
  17. What exactly do you want then? Both GET and POST can be used at the same time Just create a form that POSTs the data to the next page, but in its action some GET variables defined. Example: <form name="myForm" action="someprocessor.php?data1=something" method="post"><input type="text" name="data2" value="" /></form> Would result in both $_GET['data1'] and $_POST['data2'].Or to stay variable: $_REQUEST['data1'] and $_REQUEST['data2']
  18. I thought about that, but it doesn't matter, with spaces it also worked in my browser (IE) Don't know in others, but still. It is just the fact that this document was, in the eyes of the machine, to be found on internet instead of the machine itself. And then it is not allowed to access the harddrive(s)
  19. Oh now I understand what it does. Yes of cource, I've heard about something like that on networks, my dad used it too with his AutoCAD on the network. Checkin in, checkin out Would be the most logical I guess
  20. Oh, but that is virtually the same as online. You don't open it from your computer, but still from the internet by using "localhost". It is a virtual server, on your machine privatly. But it still is internet, though only for you. If you open the file just by clicking the .html file, then it would work. Try it :)The way you do it is the same as online even it only counts for your machine only. To open a file from your machine is meant from the file access and not via an URL Correct it by "uploading" the file to the directory on your machine that is under your virtual host.
×
×
  • Create New...