Recent content by knightcon

  1. knightcon

    Attaching Javascript Functions On The Fly

    I was wanting to know how I would go about attaching javascript functions to a html element on the fly such as... Start HTML <body> <a href="sometext.html">test</a> </body> After Script Run <body> <a href="sometext.html" onclick="LinkClick('test', 'sometext.html')">test</a> </body>
  2. knightcon

    Stoli Apache Problems

    I know this topic has been discussed many many many times over the past couple of months but I really need to clarify some information. On the x10 homepage 99.9% average uptime is advertised, has that figure been calculated as a total over the past 2 years or do you guy's just omit these...
  3. knightcon

    Stoli Apache Server Offline

    Thanks hellsheep, it's still offline and has been for several hours. I have just managed to load SMF onto my site and still need to configure it. Edit: look guy's whats going on here, I know your volunteers but apache on Stoli has been offline now for well over 4 hours. This is ridiculous. I'm...
  4. knightcon

    Stoli Apache Server Offline

    Hey guy's I know your all volunteer and do have lives outside of x10 but I was wanting to know if I could get a status update on Stoli as it is offline at the moment and has been for about 30 minutes so far as I can see.
  5. knightcon

    Registration Problems

    Thanks it has worked now and I am able to login to my site cpanel. I am closing the thread now.
  6. knightcon

    Registration Problems

    Sorry if this is a problem that you are getting a lot and have already answered but I can't find it in the forums... I have just registered by site http://techspace.pcriot.com and have recieved an email telling me that the site has been created on cPanel. I have gone to the x10 account...
  7. knightcon

    AJAX Status Bar

    Does anyone know of an AJAX component which I would use as a web application status bar. I want something that I could use as a standard status bar which can display dynamic information in the footer of the page.
  8. knightcon

    what OS

    The problem with Vista is that there are a lot of bugs that have been found with it. If you are going to go for Vista then I would wait until at least service pack 2 comes out. Microsoft is keeping sales of windows xp going till the end of this year and support for xp will go until 2012. By then...
  9. knightcon

    VMware & home development environment

    Ah Ok, thanks guy's I will probably just wind up using a separate box for each system then. Ta
  10. knightcon

    VMware & home development environment

    I want to have a variety of platforms available so that i can test out my software for cross platform compatability.
  11. knightcon

    Bug-Tracking System

    I have used mantis a lot in fact we have used it in an emergency service dispatch capacity and it has worked well. It is reliable and it can also be updated to suit your specific need.
  12. knightcon

    Custom Markup Language

    Unfortunately no this was just an example. I don't have much experience with regex although I would probably research the subject online. Whatever is done needs to be done using AJAX. Some of the tags used will be wrap-around tags which are used to format certain text and add HTML to that same text.
  13. knightcon

    Custom Markup Language

    Sorry bout that Woiwky, I fully intended for the AJAX libraries to be imported from my site. What I am trying to do is when a user has something like... <lu:user format="long" /> is currently logged in to <lu:server /> It is replaced by my server with HTML something like... <a...
  14. knightcon

    Getting the harddrive's temperature in PHP

    If you would really like to display your HDD's temperature or in fact any live information about your server you will need to look at some sort of client/server applet system such as a java applet. What you could do is write a small program on your server which monitors live statistics such as...
  15. knightcon

    Custom Markup Language

    Hey does anyone know how I would go about implementing a custom markup language like what facebook uses (http://wiki.developers.facebook.com/index.php/Fb:name). It would be implemented as a client-side read markup using AJAX on external websites on different domains. I am using PHP on my main...
Top