Thread: Web developer | Game dev | app dev

Page 1 of 4 123 ... LastLast
Results 1 to 10 of 31
  1. #1 Web developer | Game dev | app dev 
    Web, App and game dev
    marciano's Avatar
    Join Date
    Jul 2009
    Posts
    588
    Thanks given
    11
    Thanks received
    28
    Rep Power
    2
    Hey guys,

    lets start of and get to know me a little better. My name is Marciano and I'm 18 years old. I've been working around with coding, programming and finding some stuff out since I was 9. I'm a student but also a successfull outboard engine mechanic. I'd like to focus myself abit more in programming because vacation is coming and I dont want to lose some of my knownledge, thats why I'm offering my help for a small charge here. Either it is some small help with a website, or a total new one.

    Oke so, I don't realy have something to show yet so it will be hard to see what I've made. But I do have some things, like this video. I had to make a new website for school and didn't had a template so I made the template in around,,, 20 minutes (the design). After I made a design I had to code the website, and I did. This is a video showing how I code and my knowledge of the basic html/css.



    To go even deeper in to my knowledge, here is a small list of programming languages I know:


    • HTML/CSS - I've been working with html/css for almost 4 years now.
    • PHP/SQL - The combination of PHP with SQL has been written into my brain, been working with it for like 3 years now.
    • jQuery, JavaScript - jQuery and JavaScript are 2 new languages for me, I've been working in it for around 2 weeks now.
    • ASP.net C# - I've made quite some nice things in ASP.net, an entire system for a company that lends people out for projects (IT), Tic Tac Toe, Hangman and might even make more soon.
    • Lua (Game dev) - Ever heard of GTA San Andreas? Well I've made a RPG server for it. I used the MTA's game engine for this.


    Beside these languages, I'm dying to learn c++ with directX for game development but that aside. Learning a new language isn't that hard as long as I like it. So having this said, I'd like to say I'm here for assisting everyone in the languages I just said. If you need to know any more information just contact me. I'm only accepting paypal!

    For questions you can add me on skype; Mars_Cookies.
    Fuck the bully's always have self confidence, and have fun in life!

    Spoiler for QOUTES:

    Quote Originally Posted by Faris View Post
    There is no real age limit on learning something new, if you want to do it, then do it.


    Spoiler for VOUCHES:

    Quote Originally Posted by vish View Post
    Vouch, great help and highly professional.
    Quote Originally Posted by Titanium View Post
    Vouch for vbulletin 4.2 postbit backgrounds.
    Reply With Quote  
     

  2. #2  
    Web Developer
    Leon's Avatar
    Join Date
    Jan 2012
    Posts
    392
    Thanks given
    64
    Thanks received
    123
    Rep Power
    38
    I've always wanted to do a video like that, nice work.
    Reply With Quote  
     

  3. #3  
    Web, App and game dev
    marciano's Avatar
    Join Date
    Jul 2009
    Posts
    588
    Thanks given
    11
    Thanks received
    28
    Rep Power
    2
    Quote Originally Posted by Leon View Post
    I've always wanted to do a video like that, nice work.
    Thank you, and if you want to do it then do it! It's realy cool to do and also gives you a small kick of motivation to start coding another website.
    Fuck the bully's always have self confidence, and have fun in life!

    Spoiler for QOUTES:

    Quote Originally Posted by Faris View Post
    There is no real age limit on learning something new, if you want to do it, then do it.


    Spoiler for VOUCHES:

    Quote Originally Posted by vish View Post
    Vouch, great help and highly professional.
    Quote Originally Posted by Titanium View Post
    Vouch for vbulletin 4.2 postbit backgrounds.
    Reply With Quote  
     

  4. #4  
    Registered Member

    Join Date
    Nov 2011
    Posts
    476
    Thanks given
    106
    Thanks received
    55
    Rep Power
    80
    Thats fucking boss.
    Reply With Quote  
     

  5. #5  
    Donator
    revengepk's Avatar
    Join Date
    Nov 2011
    Posts
    267
    Thanks given
    12
    Thanks received
    59
    Rep Power
    20
    I did a video like this before. I can't find it though.
    Reply With Quote  
     

  6. #6  
    Web, App and game dev
    marciano's Avatar
    Join Date
    Jul 2009
    Posts
    588
    Thanks given
    11
    Thanks received
    28
    Rep Power
    2
    Quote Originally Posted by revengepk View Post
    I did a video like this before. I can't find it though.
    Nawhh

    Quote Originally Posted by kill you704 View Post
    Thats fucking boss.
    Thanks haha.
    Fuck the bully's always have self confidence, and have fun in life!

    Spoiler for QOUTES:

    Quote Originally Posted by Faris View Post
    There is no real age limit on learning something new, if you want to do it, then do it.


    Spoiler for VOUCHES:

    Quote Originally Posted by vish View Post
    Vouch, great help and highly professional.
    Quote Originally Posted by Titanium View Post
    Vouch for vbulletin 4.2 postbit backgrounds.
    Reply With Quote  
     

  7. #7  
    Registered Member


    Join Date
    Jul 2007
    Posts
    4,129
    Thanks given
    788
    Thanks received
    2,716
    Rep Power
    5000
    I guess the video is nice, but the way you write your css is horrible in my opinion, even though it is compact, it looks like a mess.
    Reply With Quote  
     

  8. Thankful user:


  9. #8  
    Web, App and game dev
    marciano's Avatar
    Join Date
    Jul 2009
    Posts
    588
    Thanks given
    11
    Thanks received
    28
    Rep Power
    2
    Quote Originally Posted by Arvid View Post
    I guess the video is nice, but the way you write your css is horrible in my opinion, even though it is compact, it looks like a mess.
    I used to write it different;
    Code:
    #wrapper {
         wdith: 1024px;
         margin: 0 auto;
    }
    But since people are stealing website's with Google Chrome I'm writing it in one line. Just so they can't easly edit it.
    Fuck the bully's always have self confidence, and have fun in life!

    Spoiler for QOUTES:

    Quote Originally Posted by Faris View Post
    There is no real age limit on learning something new, if you want to do it, then do it.


    Spoiler for VOUCHES:

    Quote Originally Posted by vish View Post
    Vouch, great help and highly professional.
    Quote Originally Posted by Titanium View Post
    Vouch for vbulletin 4.2 postbit backgrounds.
    Reply With Quote  
     

  10. #9  
    Registered Member


    Join Date
    Jul 2007
    Posts
    4,129
    Thanks given
    788
    Thanks received
    2,716
    Rep Power
    5000
    Quote Originally Posted by marciano View Post
    I used to write it different;
    Code:
    #wrapper {
         wdith: 1024px;
         margin: 0 auto;
    }
    But since people are stealing website's with Google Chrome I'm writing it in one line. Just so they can't easly edit it.
    If people really want to steal your website there are easier ways. Also, you could keep writing it like your example and afterwards compile the css, it will give you the same output as you are writing it now.
    Reply With Quote  
     

  11. #10  
    Web, App and game dev
    marciano's Avatar
    Join Date
    Jul 2009
    Posts
    588
    Thanks given
    11
    Thanks received
    28
    Rep Power
    2
    Quote Originally Posted by Arvid View Post
    If people really want to steal your website there are easier ways. Also, you could keep writing it like your example and afterwards compile the css, it will give you the same output as you are writing it now.
    true true, could do so. Gimme a compiler.
    Fuck the bully's always have self confidence, and have fun in life!

    Spoiler for QOUTES:

    Quote Originally Posted by Faris View Post
    There is no real age limit on learning something new, if you want to do it, then do it.


    Spoiler for VOUCHES:

    Quote Originally Posted by vish View Post
    Vouch, great help and highly professional.
    Quote Originally Posted by Titanium View Post
    Vouch for vbulletin 4.2 postbit backgrounds.
    Reply With Quote  
     

Page 1 of 4 123 ... LastLast

Thread Information
Users Browsing this Thread

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


User Tag List

Similar Threads

  1. Web development & Game development
    By Root in forum Website Development
    Replies: 12
    Last Post: 11-04-2012, 01:04 PM
  2. Minecraft board + Begginers section in app dev
    By Killer 99 in forum Suggestions
    Replies: 11
    Last Post: 01-16-2012, 10:43 AM
  3. Genocide is looking for web development! Read!
    By Xenocide in forum Requests
    Replies: 6
    Last Post: 11-19-2009, 12:02 AM
  4. Genocide is looking for web development! Read!
    By Xenocide in forum Website Development
    Replies: 0
    Last Post: 11-16-2009, 03:38 AM
  5. Need web pool game source + server!
    By TryToFly in forum Chat
    Replies: 0
    Last Post: 05-05-2008, 08:48 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •