Jump to content

Jack McKalling

Members
  • Posts

    1,606
  • Joined

  • Last visited

Everything posted by Jack McKalling

  1. What does a CVS do? How can anything prevent one from deleting a piece of code and another from editing the very same piece of code in the same document? Don't know much about that.But in case not everyone would be able to possess an own host, it would not be a problem right?Lets get back to the plans then, I only mentioned it, don't know if it was necessary Just in case.
  2. Then use only slashes: /file:///E:/something/something/something/something.jpgAlso: you do open this local file from your computer and not from an online page (like with a link), don't you?
  3. Besides of planning what we are going to do, we should also think of the possibilities we have.. Else we come up with a great plan to be, but without the possibility to create it due to lack of something :)ie, would the members of the project have access to a central server that is set up specially for the project only? So they don't need to have a webhost for/of their own to test the code they write? And next to that, how are we going to deal with all the files, when everyone is busy on something, how can we know that not more than one people is working on the same file and so on?I mean, are there sollutions to be found for these issues? If so, go back to designing the plans
  4. I think you should search for the problem elseways because this file:/// did work for me. Maybe is it the browser you are using?
  5. True by any means, though if we split the entire to be application into (much) smaller things, we could consider going a bit more complicated. The simple ones between us could still take part of the less advanced parts of those smaller pieces that would together become this application
  6. @ Skemcin: I don't understand much of what you're saying I know about many things (ie (x)html, css, javascript, php, sql, dhtml), but I am not advanced in any of those (exept for Xhtml). Shall we firstly "design" the plans of our application before we go deep into things?
  7. Yes, like that. The most important thing of such application will be the separation between the actual action code that should be executed after something needs to be edited, and the actual view of the site and pages. that is what my site now has, fully managed php code, view separated from actions. It is a great managable program, when something needs to be edited, everything can be found on its special location in the source code.File management is also an important thing. Even when the system is expanding, the filesystem should not need to be modified, only parts added into the files, and so on. This is the case when all actions, all functions, pageparts and data is sorted and not thrown throughout the source. The plan for the perfect application, it would be very nice
  8. If this is going to be part of a public page, then this is not possible. You must upload the image to your directory to let others be able to view it.Else, if the page is only for you privatly, then put a "protocol" in front:<img src="file:///E:\My Documents\My Pictures\IMG_1575.JPG" width="300" height="200" />
  9. Count me in too I will never not want to be part of such potentially popular project
  10. When this project is done, we could have plans for a sequel, couldn't we? So what about Creating a very, full, complicated, open source, whatever application, step by step? One part of the application per project, like first a loginsystem, then a questbook, etc. And all for beginner developers, that they can download the application or use it online, to set up their site when this is completed :)I can see it all before me "The great hmhmhm application of the developers at W3Schools"
  11. I should be able to upload it myself, which I wanted in the first place, but my host is down for days
  12. I don't fully understand what you mean with the frames and iframe, but I do know how it could be possible to place anything inside a custom border :)You have one table, with nine cells, three rows and columns. The middle cell has the content iframe, the corners hold the corner images of the custom border, and the middle top, right, bottom and left cells the side images of the custom border. These images can be either just image elements in the cells, or a background. In both cases, the dimensions of all those cells should be defined in the stylesheet, so the table would be as big as the content with the custom border (no more and no less)Do you understand this? Or should I give an example code?
  13. He uses sympatico.ca :)The fact is, the zip contains an executable, and that was the messup-er
  14. Zip did anyway I mailed vchris a few days ago, and the mail never arrived :)Do you know how else I can send it to you and him?
  15. Its on the way :)I hope the rar extension won't interfere with the online automatic mail scanners
  16. I think that the thing the project would result in, should not be too complicated, so not-much-advanced programmers can be part of the project too, or the part that they work on should not be too complicated, or else the project would be devoted to only the full and advanced programmers, or the ones that know too much, if can say it that way
  17. And if it does get chosen, I will be the first one that downloads it (or use it online if that is the result) because I have been considering making such system/engine myself for months (but declined starting it because of the largeness)
  18. I wasn't aware of the page refresh in the beginning, and I know how to avoid it
  19. You are right, I didn't realised that. Above post edited
  20. I hadn't read that edit yet..Well yeah actually like that. I only described it in beginners terms, and I wasn't thinking about big systems yet.. it still is meant for just three weeks isn't it :)I more mean just for the pages, and a preset file and code management. (simple but good for non programmers' websites)
  21. Maybe we (the project I mean) can create a some sort of application, that individuals can download to create their own website Some sort of code generator :)But not really a code generator, than it would be a concurring application like dreamweaver. I mean a meta generator if one can call it that. A system with which users can build their site on. In short: a website template with managers functions
  22. Okay, sorry :)Well I use PHP for that condition so, that is why. Don't want to bother or anything.
  23. <script type="text/javascript">function ToggleHide(){ var id1 = document.getElementById("abc"); id1.style.display = (id1.style.display == '') ?'none' :'';}</script><table><tbody><tr><td> <div id="abc"> Hello </div> <form> <input type="button" value="hide" onclick="ToggleHide()" /> </form></td></tr></tbody></table> Forgive me that I converted it into Xhtml :)And a little extension, to toggle the hiding instead of permanent change.
  24. Lol. That is what it is :)Legal, I am not sure. But, not cracked, thats for sure. It was on the net right as it is, though not anymore :)Do you have WinRAR?
  25. I do know that, but are those conditions valid in the head section? I am not sure of that, haven't seen it before
×
×
  • Create New...