Jump to content

Ruud Hermans

Members
  • Posts

    171
  • Joined

  • Last visited

Everything posted by Ruud Hermans

  1. Most hosts that oversell there servers end up in trouble becouse they can't handle the traffic no more that's why you should never host with people that offer these absurd ammounts of webspace and/ore bandwith unless they can guarantee you that they do not oversell their servers.....something they most likely never will.Ruud Hermans
  2. I think some people on here will be able of answering the questions you have on certain issues. However to point you out to any tutorials specificly for you server we will need to know what OS your server is running on and what software you got installed.Ruud Hermans
  3. For those interested in other life forms I would recommend reading something written by Erich vön Daniken a greatness in this field thanks to who the PLATEO-SETI theory came to life.The should have copies of his most famous book in every library I think the English version of it is called "Chariots of the Gods" one of the best books I ever read on this subject. Actually it was the one that gave me my interest for this subject, I read about 100 books on the subject only becouse of that one.Ruud Hermans
  4. Hey, I thought of trying to learn Visual Basic.NET so I downloaded Microsoft Visual Basic 2005 Express Edition and got it running.However I got a book witch tells me there should be a menu called server explorer on my left hand (ore where ever) but it's not there and I can't find it nowhere. Could any one point me out where it should be?Also when I open a file MusicTrivia.vbproj for example I only get the source code how can I change this?Ruud Hermans
  5. Edited: didn't read the post underneath this one.Ruud Hermans
  6. http://dewasoft.com/privacy/kldetector.htm Ruud Hermans
  7. You can find Tutorial on how to build your own blog all over the web. It's kind of hard to tell you where to look sinds we do not know what you want to use to build it, HTML, CSS, PHP, a database....Ruud Hermans
  8. I don't know if you have access to C/panel but if I'm right this could also be achieved with cronjobs.Ruud Hermans
  9. Those are seperated things, tables and formatting read both and you will understand. There are plenty of tutorials on the internet that explain the formatting of tables.Btw. I don't know what you want formatted but if i's inside a cel the valign goes into the <td> tag.Ruud Hermans
  10. This only works for IE as far as I'm aware of. <a href="java script:window.external.AddFavorite('http://www.yourwebsite.nl','My Website!')">Click here to bookmark this page</a> The browser needs to support Javascript.Ruud Hermans
  11. <?php$IP=$_SERVER['REMOTE_ADDR'];$datum=date("l, F d, Y h:i" ,time());$fh=fopen("gegevens.txt","a");fwrite($fh,$datum,$IP);fclose($fh);?> I wrote the bit of code you see above I would like some help on finishing it I need to foloowing 2 things done;1. reste the pointer to the top of the file gegevens.txt so each new hit is set on a new line.2. make it redirect to www.asite.com after writing the info to the file.Ruud Hermans
  12. See I'm a nitwit I placed an / by accident after the filename. Need more sleep......Ruud Hermans
  13. I allready managed to solve it by adding "target="_top"" to the link but I'm getting really stupid from sitting behind this comp to mutch so how again do you link to a folder that is underneath the one you are using?I thought it was ../frames but I guess my head just won't let me think no more couse it's not working.Ruud Hermans
  14. ok, I got a menu placed in a frame but now when I try to open a new page for example "contact" the entire page try's to load in that frame instead of it replaciing all the frames on the page.How do I prevent this? Ruud Hermans
  15. I used frames to design a website the structure is that there is one top frame and 3 frames underneath it. The problem now is that for some reason when the text is to long I can scroll the frame down but not the entire page.How can I solve this?Ruud Hermans
  16. I'll read it tomorrow my eyes are telling me to get my ###### to bed right now.......and so is my back......auw!Thanks for all the help I'll see what to do after I got out of my coma.Ruud Hermans
  17. Damn I used to be able of doing this crap but I just can't figure it out no more how to do stuff like that in HTML.Anyway you got a link that explains what you mean with what you where suggesting?Couse if I read w3schools tutorial on it seems it can't do what I was pointing out to.Ruud Hermans
  18. Must be me then, guess my eyes and mind are not working for the full 100% no more after an entire day of reading behind the computer.Ruud Hermans
  19. Emagine this to be a lay-out for a page would it be possible in any way to creat a 4th table underneath the on on the righ using the same width as it? Ruud Hermans
  20. Not yet but I presume it's the right way: http://www.w3schools.com/css/tryit.asp?fil...ackground-imageRuud Hermans
  21. Has no effect.let me try to show better what I mean. there are 3 tables next to eachother in one main table but the one on the right sticks out on the top like this. ............................................ .. . . .. . . .. . . .. . . ............................................
  22. I'll refresh Windows if it keeps messing with me like that. Ruud Hermans
  23. I just created a table wih 3 tables inside of it looking like this: <table border="0"><tr><td width=15% height=100%><table class="groove" align=left><tr><td width=15% height=100%>content</td></tr><tr><td width=15% height=100%>content</td></tr><tr><td width=15% height=100%>content</td></tr><tr><td width=15% height=100%>content</td></tr></table></td><td width=70% height=100%><table class="groove" align=center width=100%><tr><td width=70% height=100%>content</td></tr><tr><td width=70% height=100%>content</td></tr><tr><td width=70% height=100%>content</td></tr><tr><td width=70% height=100%>content</td></tr></table></td><td width=15% height=100%><table class="groove" align=right><tr><td width=15% height=100%>content</td></tr><tr><td width=15% height=100%>content</td></tr><tr><td width=15% height=100%>content</td></tr><tr><td width=15% height=100%>content</td></tr><tr><td width=15% height=100%>content</td></tr></table></td></tr></table I don't get it but for some reason the borders of the table on the right are pressed more up then the other 2....Ruud Hermans
  24. just placed an image as background in the CSS file but in IE it seems to break apart.The code I used in the CSS file is. body {background-image: url('afbeeldingen/afbeelding1.gif');background-repeat: repeat-y;background-attachment: fixed;background-position: center; } Ruud Hermans
×
×
  • Create New...