A Flash Developer Resource Site

Page 1 of 3 123 LastLast
Results 1 to 20 of 58

Thread: What age r we all?

  1. #1
    AKA [ Paul Bainbridge] webdreamer's Avatar
    Join Date
    Aug 2001
    Location
    Glasgow, Scotland, UK
    Posts
    3,320

    What age r we all?

    Just a thought. i speak to a lot of young guys who are starting to get into flash and webdesign. Am i an old timer @ 28?

    .: To me AS is like LEGO, Only for the big Kids :.
    - Site - Blog - Twitter - Linkedin
    bringmadeleinehome.com

  2. #2
    Developer
    Join Date
    Sep 2001
    Location
    The Bluegrass State Will Flash For Food ™
    Posts
    3,789
    20

    [search; edit]

    code:
    today = new Date();
    getAge = function() {
    var age, d, yyyy;
    birth_date = new Date();
    d = arguments[0].split("/");
    yyyy = d[2] < 4 ? "20" + d[2] : "19" + d[2];
    birth_date.setFullYear(yyyy, d[0] - 1, d[1]);
    age = today.getFullYear() - birth_date.getFullYear();
    return today.getMonth() >= birth_date.getMonth() &&
    today.getDate() >= birth_date.getDate() ? age : age -= 1;
    }
    trace(getAge("9/16/82"));



    [/edit]
    Last edited by gSOLO_01; 06-12-2003 at 03:31 PM.

  3. #3
    AKA [ Paul Bainbridge] webdreamer's Avatar
    Join Date
    Aug 2001
    Location
    Glasgow, Scotland, UK
    Posts
    3,320
    Damn that was a quick response, well seen it was an easy question.

    And how is gSOLO_01 tonight
    .: To me AS is like LEGO, Only for the big Kids :.
    - Site - Blog - Twitter - Linkedin
    bringmadeleinehome.com

  4. #4
    Developer
    Join Date
    Sep 2001
    Location
    The Bluegrass State Will Flash For Food ™
    Posts
    3,789
    Originally posted by webdreamer
    And how is gSOLO_01 tonight
    Nght. It's early afternoon... doin' fine.

  5. #5
    Senior Moderator ®
    FK´s Banning Machine ™
    GMF ™'s Avatar
    Join Date
    Feb 2000
    Location
    Oslo, Norway
    Posts
    5,697
    31 and still rocking this place

  6. #6
    AKA [ Paul Bainbridge] webdreamer's Avatar
    Join Date
    Aug 2001
    Location
    Glasgow, Scotland, UK
    Posts
    3,320
    8.30 pm Here
    uk/ scotland/ glasgow
    .: To me AS is like LEGO, Only for the big Kids :.
    - Site - Blog - Twitter - Linkedin
    bringmadeleinehome.com

  7. #7
    AKA [ Paul Bainbridge] webdreamer's Avatar
    Join Date
    Aug 2001
    Location
    Glasgow, Scotland, UK
    Posts
    3,320
    today = new Date();
    getAge = function() {
    var age, d, yyyy;
    birth_date = new Date();
    d = arguments[0].split("/");
    yyyy = d[2] < 4 ? "20" + d[2] : "19" + d[2];
    birth_date.setFullYear(yyyy, d[0] - 1, d[1]);
    age = today.getFullYear() - birth_date.getFullYear();
    return today.getMonth() >= birth_date.getMonth() &&
    today.getDate() >= birth_date.getDate() ? age : age -= 1;
    }
    trace(getAge("9/16/82"));
    smart arse
    .: To me AS is like LEGO, Only for the big Kids :.
    - Site - Blog - Twitter - Linkedin
    bringmadeleinehome.com

  8. #8
    Danny Gomez Creations ® cosmiceye's Avatar
    Join Date
    Mar 2002
    Location
    under a palmtree in Jamaica waiting for psytopia 2005 to begin
    Posts
    982
    trace(Number("twentythree"));

    dont try this at home
    ..:: P S Y T O P I A 2 0 0 5 :::..
    . . . view the psytopia reels _____RIVEND REEL | GOMEZ REEL_____ . . . . . . . . . . .

  9. #9
    AKA [ Paul Bainbridge] webdreamer's Avatar
    Join Date
    Aug 2001
    Location
    Glasgow, Scotland, UK
    Posts
    3,320
    That is one mad site you have cosmiceye. My eyes are still watering
    .: To me AS is like LEGO, Only for the big Kids :.
    - Site - Blog - Twitter - Linkedin
    bringmadeleinehome.com

  10. #10
    Still kisses with saliva save_larry's Avatar
    Join Date
    Jul 2002
    Location
    an empowered & informed member of society
    Posts
    183
    twenty-flipping-nine, can you believe it?

  11. #11
    Danny Gomez Creations ® cosmiceye's Avatar
    Join Date
    Mar 2002
    Location
    under a palmtree in Jamaica waiting for psytopia 2005 to begin
    Posts
    982
    Originally posted by webdreamer
    That is one mad site you have cosmiceye. My eyes are still watering
    Heh yeah its a fantastic piece of crap. Made it when I was learning flash, in the twilight zone between being an artist and becoming the nerd I am nowadays. I dislike it so much that I have never felt that it is of any good to update it, it has to be replaced. But I never get my thumb out of my arse to make the new one to replace the crap.
    ..:: P S Y T O P I A 2 0 0 5 :::..
    . . . view the psytopia reels _____RIVEND REEL | GOMEZ REEL_____ . . . . . . . . . . .

  12. #12
    AKA [ Paul Bainbridge] webdreamer's Avatar
    Join Date
    Aug 2001
    Location
    Glasgow, Scotland, UK
    Posts
    3,320
    what are you doing with yourself just now? Giving that we are in a Flash forum do u do much flashing?
    .: To me AS is like LEGO, Only for the big Kids :.
    - Site - Blog - Twitter - Linkedin
    bringmadeleinehome.com

  13. #13
    Danny Gomez Creations ® cosmiceye's Avatar
    Join Date
    Mar 2002
    Location
    under a palmtree in Jamaica waiting for psytopia 2005 to begin
    Posts
    982
    actually Im digging into the world of 3D. Feel the urge of making my portfolio, and I will do so using 3d elements, and modifying them using actionscript to reuse the prerendered content in every possible way. Oh and my second kid will soon be released. My current version of kid is named Samuel and is 3 years old. Allso Im studeing interaction tecnology at the U and I will take this laptop to bed now. My neighbour has secured his WLAN router so I wont be online. Take cares
    ..:: P S Y T O P I A 2 0 0 5 :::..
    . . . view the psytopia reels _____RIVEND REEL | GOMEZ REEL_____ . . . . . . . . . . .

  14. #14
    Senior Member
    Join Date
    Jul 2001
    Posts
    164
    19

  15. #15
    AKA [ Paul Bainbridge] webdreamer's Avatar
    Join Date
    Aug 2001
    Location
    Glasgow, Scotland, UK
    Posts
    3,320
    Very nice site you there AxiomFlash
    I wish i could be original
    .: To me AS is like LEGO, Only for the big Kids :.
    - Site - Blog - Twitter - Linkedin
    bringmadeleinehome.com

  16. #16
    Senior Member
    Join Date
    Jul 2001
    Posts
    164
    thanks webdreamer :-D

    hardly anything is original. find what you like and then change it to make it better, change another part, change another part. you will end up with something original even if it was inspired by another work.

  17. #17
    AKA [ Paul Bainbridge] webdreamer's Avatar
    Join Date
    Aug 2001
    Location
    Glasgow, Scotland, UK
    Posts
    3,320
    A bit like my site
    .: To me AS is like LEGO, Only for the big Kids :.
    - Site - Blog - Twitter - Linkedin
    bringmadeleinehome.com

  18. #18
    supervillain gerbick's Avatar
    Join Date
    Jul 2000
    Location
    undecided.
    Posts
    18,986
    28.

    and too damn busy.

    [ Hello ] | [ gerbick ] | [ Ω ]

  19. #19
    AKA [ Paul Bainbridge] webdreamer's Avatar
    Join Date
    Aug 2001
    Location
    Glasgow, Scotland, UK
    Posts
    3,320
    Hey gerbick when are we going to see your site launch?
    were past may
    .: To me AS is like LEGO, Only for the big Kids :.
    - Site - Blog - Twitter - Linkedin
    bringmadeleinehome.com

  20. #20
    supervillain gerbick's Avatar
    Join Date
    Jul 2000
    Location
    undecided.
    Posts
    18,986
    *note to self: change coming date to "To Be Announced"

    [ Hello ] | [ gerbick ] | [ Ω ]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center