See What People Are Listening To In Forum

Discussion in 'Support & Feedback' started by digitalpoint, May 9, 2005.

  1. T0PS3O

    T0PS3O Feel Good PLC

    Messages:
    13,219
    Likes Received:
    777
    Best Answers:
    0
    Trophy Points:
    0
    #121
    Haha I caught you listening to Porn FM. You get off by just listening to them do you? Sad geek :D
     
    T0PS3O, May 23, 2005 IP
  2. Blogmaster

    Blogmaster Blood Type Dating Affiliate Manager

    Messages:
    25,924
    Likes Received:
    1,354
    Best Answers:
    0
    Trophy Points:
    380
    #122
    urrrgh, Mac users :( Discrimination :D
     
    Blogmaster, May 23, 2005 IP
  3. Design Agent

    Design Agent Peon

    Messages:
    3,061
    Likes Received:
    154
    Best Answers:
    0
    Trophy Points:
    0
    #123
    Time to convert
     
    Design Agent, May 23, 2005 IP
  4. Blogmaster

    Blogmaster Blood Type Dating Affiliate Manager

    Messages:
    25,924
    Likes Received:
    1,354
    Best Answers:
    0
    Trophy Points:
    380
    #124
    nah then I have to relearn how to cut and paste lol
     
    Blogmaster, May 23, 2005 IP
  5. Design Agent

    Design Agent Peon

    Messages:
    3,061
    Likes Received:
    154
    Best Answers:
    0
    Trophy Points:
    0
    #125
    Thats wht I thought and yes the first month or 2 is a bit of learning but everything just works. Finally feeling safe im not going to crash and lose everything is worth the few $ more. I have several pcs/ laptops too.. A Sony Viao makes a great doorstop.
     
    Design Agent, May 23, 2005 IP
  6. Blogmaster

    Blogmaster Blood Type Dating Affiliate Manager

    Messages:
    25,924
    Likes Received:
    1,354
    Best Answers:
    0
    Trophy Points:
    380
    #126
    hmm, I have my new Dell and it's great. But sometimes I get stuck on a Mac and feel lost.
    Anyways, can't wait til things are set up to have the feature on a "normal" pc heh (just kidding) :cool: :D :p ;)
     
    Blogmaster, May 23, 2005 IP
  7. SEbasic

    SEbasic Peon

    Messages:
    6,317
    Likes Received:
    318
    Best Answers:
    0
    Trophy Points:
    0
    #127
    Is the MS version done? :D
     
    SEbasic, Jun 6, 2005 IP
  8. digitalpoint

    digitalpoint Overlord of no one Staff

    Messages:
    38,334
    Likes Received:
    2,613
    Best Answers:
    462
    Trophy Points:
    710
    Digital Goods:
    29
    #128
    No, I'm a sucky C# programmer. :)
     
    digitalpoint, Jun 6, 2005 IP
  9. SEbasic

    SEbasic Peon

    Messages:
    6,317
    Likes Received:
    318
    Best Answers:
    0
    Trophy Points:
    0
    #129
    Hehe...

    Are there any C# Programmers in the house!
     
    SEbasic, Jun 6, 2005 IP
  10. digitalpoint

    digitalpoint Overlord of no one Staff

    Messages:
    38,334
    Likes Received:
    2,613
    Best Answers:
    462
    Trophy Points:
    710
    Digital Goods:
    29
    #130
    My C# project (which others have helped with too) works with iTunes right now, and sorta with WinAMP. But it really needs to be cleaned up by someone better at C# than me.
     
    digitalpoint, Jun 6, 2005 IP
  11. MELLA

    MELLA Peon

    Messages:
    5,189
    Likes Received:
    268
    Best Answers:
    0
    Trophy Points:
    0
    #131
    what the hell's a C# programmer?!?

    Actually I dont even care :D

    [mella exits thread]
     
    MELLA, Jun 6, 2005 IP
  12. Daniel

    Daniel Peon

    Messages:
    1,453
    Likes Received:
    70
    Best Answers:
    0
    Trophy Points:
    0
    #132
    C is a programming language.. Shawn can code in C.

    Perl is a programming language.. I can code in perl.

    Php is another programming language.. I can sorta code in php.

    Asp is microsoft's shittless attempt at a programming language.

    Perl, Php, Asp are all languages based off of C :)

    It's all pretty much boring shit but if you smoke a joint before sitting down to code you can come up with some pretty cool web applications and sometimes even make money from your work ;)
     
    Daniel, Jun 6, 2005 IP
    Design Agent likes this.
  13. Colleen

    Colleen Illustrious Member

    Messages:
    6,777
    Likes Received:
    725
    Best Answers:
    1
    Trophy Points:
    430
    #133
    I find coding fun. :confused: Although at the moment I am only proficient in html, it's my favorite part of designing, putting it all together and making it work. I've also enjoyed playing around with php anytime I've tried to hack a script. Maybe it's boring when you're making pages and pages of code I guess. ;)

    and I don't even have to smoke a joint to enjoy it
     
    Colleen, Jun 6, 2005 IP
  14. Daniel

    Daniel Peon

    Messages:
    1,453
    Likes Received:
    70
    Best Answers:
    0
    Trophy Points:
    0
    #134
    LOL I meant it's pretty DRY stuff. If you have a passion for it it's fun as hell :)
     
    Daniel, Jun 6, 2005 IP
  15. MELLA

    MELLA Peon

    Messages:
    5,189
    Likes Received:
    268
    Best Answers:
    0
    Trophy Points:
    0
    #135
    what do you mean by coding??? How do you code? is there somewhere where you can learn? like a coding college? And where abouts do you code? omg i dont understand at all.[​IMG] and I know it must be hard for you webmasters to fathom that no one knows how to code, but im genuinly not joking or pulling your leg.

    (Most of my friends dont even know how to turn a computer on or even open up their email. so im at least happy in the knowledge that im not THAT bad.)

    and this, dear friends, is why Mella has no website. :eek:
     
    MELLA, Jun 6, 2005 IP
  16. Infiniterb

    Infiniterb Well-Known Member

    Messages:
    1,314
    Likes Received:
    51
    Best Answers:
    0
    Trophy Points:
    168
    #136
    Coding is the same as programming. You can program in multiple languages, much like the way humans speak different languages. Think of code as the letters/sentences of a language. Each programming language has a set of rules (called Syntax) that is required in order for the code to work. The same for the way we speak.

    All code does is tells a computer what to do and how to do it. Typically you will type your code into some editor which in turn will compile it to give you a functioning program/application.

    In order to learn how to become a programer (or coder) you can either take classes at a college (usually this falls under a computer science major) or you can read books, tutorials, etc online. There are many different languages that you can program in, just like there are many different languages people speak.

    I hope this makes sense :)
     
    Infiniterb, Jun 6, 2005 IP
  17. ServerUnion

    ServerUnion Peon

    Messages:
    3,611
    Likes Received:
    296
    Best Answers:
    0
    Trophy Points:
    0
    #137
    what have you been reading in your 2,281 posts?
     
    ServerUnion, Jun 6, 2005 IP
  18. Daniel

    Daniel Peon

    Messages:
    1,453
    Likes Received:
    70
    Best Answers:
    0
    Trophy Points:
    0
    #138
    Mella :) The net is a wealth of information when it comes to learning how to code :D
     
    Daniel, Jun 6, 2005 IP
  19. MELLA

    MELLA Peon

    Messages:
    5,189
    Likes Received:
    268
    Best Answers:
    0
    Trophy Points:
    0
    #139
    Hmmm...I have learnt:

    That on here PR is page rank and not Public relations and/or Personal Record.
    I have learnt that the CO OP is not just a cheap super market in England.
    I have learnt that the majority of you think MJ is guilty.
    I have learnt that Minstrel is the people's favorite member on DP.
    I have learnt that Shawn makes tools.
    I have learnt that adsense is not some sort of wierd disease and that it is frowned upon by google if you click on your own.
    I have learnt to googleityoumoron.
    I have learnt that Nintendo is a virgin that keeps his own nail clipings and old hair. Need I go on..

    :eek:
     
    MELLA, Jun 6, 2005 IP
  20. digitalpoint

    digitalpoint Overlord of no one Staff

    Messages:
    38,334
    Likes Received:
    2,613
    Best Answers:
    462
    Trophy Points:
    710
    Digital Goods:
    29
    #140
    Don't forget his best collection, his old skin. :)
     
    digitalpoint, Jun 6, 2005 IP