Recent content by drexxo

  1. D

    In Depth PHP Calculator

    For a little more advanced script kiddie, who is looking for something to tool around with. <?php function calc($a) { $functions="/(\+|\-|\*|\/|\^|\%)/"; $num=explode(chr(124),preg_replace($functions,"|",$a)); $a=str_split($a);$d=0; foreach ($a as $b => $c) { if...
  2. D

    Simple PHP Today Script

    For some more "script kiddies" <?php // Assuming today is December 8th, 8:05 pm, and that we are in the // Eastern Daylight Time (EDT) Time Zone $today = date("F j, Y, g:i a"); // December 8th, 2010 $today = date("m.d.y"); // 10.08.10 $today = date("j...
  3. D

    TF - Welcoming

    Props for best welcoming went right to Trotter. Nice .gif
  4. D

    TF - Welcoming

    Thanks Baez.
  5. D

    TF - Welcoming

    Thanks for the welcoming.
  6. D

    Where Can I Find Free Programming Tutorials Online?

    I started learning by using W3Schools. A free, non-register Web Design Tut website. W3Schools Online Web Tutorials But, if you want, I could try and teach you a few things, or answer any questions you may have. Best of luck to you! A tidbit is, go out and find a A+ Certification book about...
  7. D

    Fade In JavaScript/HTML Code

    In this thread I will share me and my friend "Smithsonian" aka Terrance's code. We made it for one of our old free-domain beta code testing webs domains. It's just a sub-domain, but it is rather useful for testing codes like such. Here you are. It basically just sets a message box, and fades it...
  8. D

    TF - Welcoming

    Thanks for all the welcoming's. I have no problem minding my own words to myself. I'm not a hypocrite. I don't like ignorant people, and if someone makes an ignorant statement, I will simply correct it, not say an ignorant statement. Anyhow, Jim, I would be pleasured to teach you a thing or two...
  9. D

    Call Of Duty - 360 and PC Review

    Call Of Duty: Black Ops I bought this game the minute it came out. I was one of those people, at gamestop, at 10 at night. I payed $20.00 to the person in front of me, and he let me cut. Stingy little 13 year old wouldn't let me cut without paying, and I wanted to have black ops first. I got it...
  10. D

    TF - Welcoming

    Well, I don't have that much to say. If you really want to know more about me, just read my bio on my profile. I'm an ******* to ignorance. So, try not to use it around me. If you don't know what you are talking about, don't talk about it. You must know your place in this world, and play your...
Back
Top Bottom