ClioSport.net

Register a free account today to become a member!
Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Search results

  1. KDF

    Linux Partitions (help)

    what did you do lol ?
  2. KDF

    Linux Partitions (help)

    use the " -t " option to specify filetypes.. but to be honest you shouldnt have to specifiy it eeek:
  3. KDF

    PHP gurus required...!

    Ah, class's .. good lad ;) you ought to see some of the code ive had to fix .. shocking ! lol if you look at www.php.net/round you will see it will not fully round up a decimal.. eg echo round(3.4); // 3 echo round(3.5); // 4 echo round(3.6); // 4 echo round(3.6, 0)...
  4. KDF

    Linux Partitions (help)

    what daz said.. you forgot mount...
  5. KDF

    PHP gurus required...!

    yes snoop that was exactly what i was getting at..... just not as elequently put ;)
  6. KDF

    GRAW 2 (Out this week)

    I must say I never actually got into GRAW so GRAW2 hasnt excited me that much.. am I missing anything by not giving GRAW some proper time ?
  7. KDF

    Multi Fan Speed Controller (PC ppl)

    Personally if I were gonna do it I would get temp controlled fans.. that way the only crank up when its actually needed. Some of the server I have sound not too dissimilar to a jumbo jet taking off when you first switch them on, but are quite quiet in normal running..
  8. KDF

    PHP gurus required...!

    I may be wrong but I dont think round() is what your looking for.. it will round something like 3.4 down to 3... if your looking to round up to a whole number then you should use ceil() which would return a value of 3.4 as 4
  9. KDF

    double sided dvd's

    Dual layers have taken off big time.. just maybe not for your average @ home punter.. There is a worldwide shortage of Verbatim (some say Ver-Ba-Tim ;) ) Dual layers just now..
  10. KDF

    PHP gurus required...!

    Wrote all the code myself, although PEAR is great for saving time !
  11. KDF

    XBox360 Best Picture Setting?

    I would go with 720p, progressive is much better than interlaced.. I think 1080i doesnt look as good as 720p
  12. KDF

    Media Control Devices question...

    If its onboard sound you need to find out what make/model your mobo is. If its a seperate card for sound then whip it out and have a look, it normally says on it what it is.
  13. KDF

    PHP gurus required...!

    Oh and its strange you should be doing this as I have already written a complete online booking system in php for my work, and just recently ive been recoding it to use ajax.. its just about done so any help/tips just drop me a PM.
  14. KDF

    PHP gurus required...!

    just use the ceil() inbuilt php function... will round up to the whole number for you.. eg. $wholeday = ceil($numofdays); http://www.php.net/ceil Now give me a real challenge.
  15. KDF

    windows m5 application switching

    But to a computer a != A and thats the way it should be. anyway, I think ive found my saviour !! http://www.fraganestis.com/chthon/software/SmartTask/ seems to do what im looking for !
  16. KDF

    windows m5 application switching

    I think windows has a basic implementation of it.. but in the linux world.. auto complete saves time/hassle when dealing with case sensetive filenames..
  17. KDF

    windows m5 application switching

    Cheers, ye I found that already as it was the only way to restore a putty session :( I'll do some googling.. to be honest I though someone would come back immediatly with a simple answer but it appears windows is letting me down again !
  18. KDF

    windows m5 application switching

    lol I'm impressed. when u use case sensative os's for a while it actually makes more sense besides just use tab autocomplete to do most of the work for you andy, thx for that (i think ;) ) if there isn't a way to do it then its not much use to me ! I am already looking at installing linux on...
  19. KDF

    windows m5 application switching

    hello fellow geeks .... just got given a new phone/pda in work it is running windows mobile 5.0 .... how the hell do you quickly switch between apps ? kinda like alt tab when using a desktop system. just got poketputty (an ssh client) n want to be able to switch between that n other apps !
  20. KDF

    OutLook - Sending on behalf of...

    A lot of my PHP scripts spoof the "from" when sending emails.. as they are normally sent from non-accounts (if that makes sense). It incredably easy to do.
Top