Jump to content

Jack McKalling

Members
  • Posts

    1,606
  • Joined

  • Last visited

Everything posted by Jack McKalling

  1. Done :)But did choosed an existing city nearby, I do live in Holland you know, not in Germany
  2. Yes, I see. Our school had that too, and it is not surprising at all, I just did not get that point :)Indeed, this problem is hard to solve, only way is not going there, where it is blocked and just go and do your thing with your own PC
  3. Yes, but no. It may be all me, I am even in the real world bad at feeling what others mean :(I am sorry @ hacknsack below \/ : I can't delete my posts
  4. So basically, the "display" property assigns or refers to the way how an element is showed.The exact way, is different for each browser, so I would use it only for NOT-displaying an element, or not NOT-displaying an element :)Like display="none" and display="" instead of display="block"But I may be wrong, it can be very handy
  5. Sorry it I did not catched irony in Chocolate570's remarks, my appologise for that.And I am sorry if I disturbed the forum with my reply above.I took it up litterally, and was upset for the accusement (if it can be called that way )
  6. Jack McKalling

    THKS

    I agree with you :)The tut is really cool.Sidenote: it is not W3C that makes these tuts, but W3Schools do
  7. Jack McKalling

    text edit

    You have to select "Save as type:" or something similar in English.But you must not save it with rich text editors anyway because they handle their own formatting "language". And that causes some serious damages to the pages you make with them.Use Notepad instead, and save as "All: *.*", below the filename field.
  8. Anyway, your very own mail system is not something for someone who never hearded of "programming"...You should at least have basic knowlegde of some languages, else you won't be able to master the company. Try to learn some languages at W3Schools first
  9. :)I like to add my flag, but it requires the city - I don't want to give that over the internet - so I can't plot myself ;(
  10. Skemcin has a point there...I would too add a button at the end of the last tutorial page of each tut.And at the homepage of W3Schools not more than a similar link like the rest.
  11. Congrats, W3Schools! With your high new members rate
  12. I don't understand why it is blocked anyway?I just created my own admin panel, with php, and host it on my webhost as part of the site
  13. Congratulations anyways :)Stupid me left the building too early I could have been one too I think..
  14. So we have come to the conclusion, that CSS style files will be stored at the user's pc, for later reuse, and that the user can refer to it and steal the content.I do not know many about the following, but it might work.How about, expire the cached file? Would it then be deleted after the expire date, or directly downloaded after that date when called again?If the first case is true, try to write the css with php, and sent a content-type header. (header before the content) Set expire date exactly the current time plus 1 (to ensure the file can be used at all).This way the file gets deleted directly after use, instead of leaving it in the cache.Right?
  15. But you may be able to design your own confirmbox, like when using a modelessdialog (or modaldialog?) box :)If you look at the windows alerts that popup and say "Do you really want to remove 1 files(s)? Yes No"It is exactly an alert with the buttons of a confirmbox So when windows can, why not a browsers JavaScript
  16. This is a one-time only script, no runtime.You can call with JavaScript every second for instance, to a PHP script. Then it would be runtime, sort of. :)Try to make a function, that connects to the php script, after one second. The php script checks for online users, and passes back the results to the JavaScript (like with header("Location: file.js?online=no"). )If somebd do is online, rewrite the JavaScript with php, with an additional function that shows the popup.Is this understandable, or should I give an example?
  17. Do not spam.You can ask this in General forum, but not in every forum.
  18. JavaScript can do runtime, but only with variables in this case. You have to make sure PHP sends a request for a popup to JavaScript, while JavaScript can't check for online users, and PHP can't show a popup...Can you give us a link to the window opening page? Or an excample of the PHP script you wrote, so we can program or explain a program to do this..
  19. And as in Nicks example above, how to add a file:
  20. This may be what you're looking for Remember, the output of this php script is raw Html, not Xhtml valid, and it is not a complete document, it only echos the table Besides, this is only user-data, it is not stored only displayed.
  21. Jack McKalling

    reload page

    And them post that variable to the next page, with either GET or POST method, in a form
  22. Of course If you want to translate, you want to do that yourself, we understand (I do )
  23. Correct, haha lol :)And for the anchor, using color phpBB codes would even differ from coloured links, as the underline decoration is not same coloured as the text itself. Unlinke links that have colourstyle inside the anchor elements...
×
×
  • Create New...