Closed Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: Greetings ^_^

  1. #1
    giv3mesmile's Avatar
    giv3mesmile is offline Newbie
    Join Date
    Jan 2010
    Location
    Europe>Balkan>Serbia>Belgrade
    Posts
    14
    Rep Power
    0

    Talking Greetings ^_^

    Hey there gys, couple of years ago iv been programming in VB6.0 i was really into ...but then parties, harder trainings, girls came up..so i kind of quited it...

    Now these days I decided to get back in! I'm very excited, but since i have great lack of time, cuz of school and swimming, i would apreciate if you could help me with some good starting over tutorials for restart ^_^

    Thanks in advance

    P.S. im from Serbia , Belgrade, 16 years old, in grammar school..
    Love swimming, girls, WINDOWS XP!!!!!

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Location
    Advertising world
    Posts
    Many

     
  3. #2
    JewFro297's Avatar
    JewFro297 is offline Programming Professional
    Join Date
    Jan 2010
    Location
    New York
    Posts
    226
    Rep Power
    0

    Re: Greetings ^_^

    lol yea having a life tends to get in the way... It would probably be good for you to learn a new language.

    I hate windows xp, windows 98 ftw! lol jk, but when i finally did get a computer with XP i eventually switched to ubuntu linux then linux mint then windows vista then windows 7. Windows vista is awesome if you have the hardware to run it, and windows 7 is awesome either way. XP is buggy to me, and takes forever to update and is extremely virus prone.

    anyway at least your not a mac fanboy
    Yea Dat's right.
    Apple sucks

  4. #3
    Join Date
    Nov 2009
    Location
    London
    Posts
    866
    Blog Entries
    3
    Rep Power
    14

    Re: Greetings ^_^

    Hey welcome to codecall!

    wow 16 and already started with girls lol - anyway this is the perfect place to reignite your passion for coding!

  5. #4
    Join Date
    Jan 2010
    Location
    Romania, Baia Mare
    Posts
    17
    Rep Power
    0

    Re: Greetings ^_^

    Welcome back, and good luck with becoming a master-coder!
    P.S. Tried Windows 7?

  6. #5
    Bartimäus's Avatar
    Bartimäus is offline Programming Expert
    Join Date
    Dec 2009
    Location
    Germany
    Posts
    490
    Rep Power
    11

    Re: Greetings ^_^

    Welcome to CodeCall

  7. #6
    Join Date
    Jul 2006
    Posts
    16,486
    Blog Entries
    75
    Rep Power
    143

    Re: Greetings ^_^

    Welcome aboard!
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  8. #7
    Join Date
    Nov 2009
    Location
    I seem to be lost...
    Posts
    1,566
    Blog Entries
    1
    Rep Power
    22

    Re: Greetings ^_^

    Welcome to CodeCall.
    Knowledge: Intermediate C#, Beginner AS3, HTML, CSS, Binary, Hex, Octal.
    Science is only an educated theory, which we cannot disprove.

  9. #8
    Root23 is offline Programmer
    Join Date
    Jan 2010
    Posts
    144
    Rep Power
    8

    Re: Greetings ^_^

    welcome to the boards

  10. #9
    giv3mesmile's Avatar
    giv3mesmile is offline Newbie
    Join Date
    Jan 2010
    Location
    Europe>Balkan>Serbia>Belgrade
    Posts
    14
    Rep Power
    0

    Re: Greetings ^_^

    Acctualy it was 14 when girls started xD

    Yeah I have tried Vindows 7 and Vista too...but i love XP the most because of all the bugs and stuff u can use to install "free" programs )) O

    Although my bro has MacBook Pro i hate it -.- its for noobs

    Thanks for warm welcomes

    P.S. I'm about to make a first program ,and i need some advices, help acctualy ..uhm.. ok, here it is :
    soo..
    User type smth in text box, and after he pushes the button
    program anonymously send me information he have entered to my email?

  11. #10
    Join Date
    Nov 2009
    Location
    London
    Posts
    866
    Blog Entries
    3
    Rep Power
    14

    Re: Greetings ^_^

    lol nice request.. did one of those when I was 14 and sent it to all my friends (aka Fake Hotmail Login) lol - but it was just a prank i.e I wasn't a hacker and just wanted to see how easy it wasy.

    I'm 23 now so that was a while ago but from what I remember you need to use HTML and a simple form tag code will do the trick, for example:

    Code:
    <form action="http://www.youwebsite.com/login/submit" method="post">
    <input type="hidden" value="Your Email Id" name="fm-to"> 
    </form>
    That's just an example though, i'm sure someone here knows the full code for this sort of thing.

Closed Thread
Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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