Adblock breaks this site

building your own app/website

Discussion in 'Programming General' started by Tito, Dec 24, 2015.

  1. Tito

    Tito Forum Addict
    Banned

    Joined:
    Nov 10, 2015
    Posts:
    259
    Referrals:
    0
    Sythe Gold:
    0
    building your own app/website

    I'm looking to build an app/website it's going to be a social media type app where you make a profile and can add contacts etc. Anyone with experience know how hard this is. I know nothing about the process but would like to learn. Will it be too hard for someone with 0 experience ?
     
  2. Tito

    Tito Forum Addict
    Banned

    Joined:
    Nov 10, 2015
    Posts:
    259
    Referrals:
    0
    Sythe Gold:
    0
    building your own app/website

    Bumpp
     
  3. Darkest Dream

    Darkest Dream I prefer to have my nightmares with open eyes.
    Darkest Dream Donor

    Joined:
    Jun 26, 2013
    Posts:
    7,457
    Referrals:
    1
    Sythe Gold:
    544
    Vouch Thread:
    Click Here
    Discord Unique ID:
    624783392625524785
    Sythe RSPS Player Two Factor Authentication User In Memory of Jon Christmas 2015 Doge Halloween 2013 Sythe's 10th Anniversary Off Topic Participant Gohan has AIDS
    Heidy Lawrence
    building your own app/website

    You could learn how to do a very simple version in a matter of weeks if you're motivated.
     
  4. Tito

    Tito Forum Addict
    Banned

    Joined:
    Nov 10, 2015
    Posts:
    259
    Referrals:
    0
    Sythe Gold:
    0
    building your own app/website

    I am very motivated to do so, could you point me in the right direction. I don't know where to start.
     
  5. Tito

    Tito Forum Addict
    Banned

    Joined:
    Nov 10, 2015
    Posts:
    259
    Referrals:
    0
    Sythe Gold:
    0
    building your own app/website

    Bumpp
     
  6. Tito

    Tito Forum Addict
    Banned

    Joined:
    Nov 10, 2015
    Posts:
    259
    Referrals:
    0
    Sythe Gold:
    0
    building your own app/website

    Bumpp any pros out there ? :)
     
  7. SmokeHut

    SmokeHut Great men grow tired of contentedness.
    $100 USD Donor New

    Joined:
    Aug 17, 2011
    Posts:
    1,504
    Referrals:
    0
    Sythe Gold:
    112
    Discord Unique ID:
    865859811747692554
    Discord Username:
    Okesseril#7961
    Gohan has AIDS Sythe's 10th Anniversary
    building your own app/website

    Well, for a basic version you'll require basic layout languages such as HTML/CSS, then php for the back-end / server side retrievals.

    For the app you'll use objective-c / java.

    However, 0 experience I'd suggest learning the very basics.. As when it comes to the big projects you won't get stuck every line of code. Nor will you learn bad habits by using things unnecessarily.

    Thenewboston on Youtube is a good place to start, so is tuts+ however, it costs.
     
  8. Tito

    Tito Forum Addict
    Banned

    Joined:
    Nov 10, 2015
    Posts:
    259
    Referrals:
    0
    Sythe Gold:
    0
    building your own app/website

    Bumpp does anybody know where you could pitch an app idea to a potential investor. Something similar to dragons den, but for apps?
     
  9. SmokeHut

    SmokeHut Great men grow tired of contentedness.
    $100 USD Donor New

    Joined:
    Aug 17, 2011
    Posts:
    1,504
    Referrals:
    0
    Sythe Gold:
    112
    Discord Unique ID:
    865859811747692554
    Discord Username:
    Okesseril#7961
    Gohan has AIDS Sythe's 10th Anniversary
    building your own app/website

    There are plenty of crowd funding websites available where you can raise the money necessary.

    Investments directly are a lot harder. Generally people wont invest in an idea.. They'll invest in a semi-successful app.
     
  10. Tito

    Tito Forum Addict
    Banned

    Joined:
    Nov 10, 2015
    Posts:
    259
    Referrals:
    0
    Sythe Gold:
    0
    building your own app/website

    Where would you find people to invest in semi successful apps? If I got it made who could I present it to, thanks
     
  11. Laurie

    Laurie
    Retired Sectional Moderator Pirate $50 USD Donor

    Joined:
    Nov 26, 2007
    Posts:
    7,630
    Referrals:
    0
    Sythe Gold:
    1,197
    M
    Two Factor Authentication User SytheSteamer
    building your own app/website

    indiegogo, kickstarter...
     
  12. DRSX

    DRSX Guru
    Banned

    Joined:
    Oct 25, 2013
    Posts:
    1,569
    Referrals:
    0
    Sythe Gold:
    80
    building your own app/website

    i wouldnt focus on an app unless you can monetize it somehow,if you do however go ahead by all means.
     
  13. Tito

    Tito Forum Addict
    Banned

    Joined:
    Nov 10, 2015
    Posts:
    259
    Referrals:
    0
    Sythe Gold:
    0
    building your own app/website

    What do you mean by monetize ?
     
  14. Zune

    Zune Active Member
    Banned

    Joined:
    Jun 13, 2015
    Posts:
    184
    Referrals:
    0
    Sythe Gold:
    0
    building your own app/website

    a way you can profit off the app~
     
  15. Moes

    Moes Software engineer
    Retired Global Moderator You Shall Not Pass Dot Net Programmer

    Joined:
    Sep 22, 2012
    Posts:
    3,872
    Referrals:
    9
    Sythe Gold:
    4
    Vouch Thread:
    Click Here
    Heidy Le Kingdoms Player <3 n4n0 Le Monkey In Memory of Jon Green eggs and spam Extreme Homosex MushyMuncher Potamus (2)
    Gohan has AIDS Lumpy Space Princess Pokémon Trainer Wait, do you not have an Archer rank?
    building your own app/website

    Get a Pluralsight subscription. You can try it for free and after the trial period it'll cost $25/month. This is one of the best ways to get started with building web apps and mobile apps.
    I'll give you some useful links to help you get started. Make sure to follow them in the given order.

    1. Learn the web basics:
    https://www.pluralsight.com/courses/introduction-web-2328

    2. Learn more about HTML the web markup language:
    https://www.pluralsight.com/courses/introduction-to-html-1751

    3. Learn about server side scripting:
    https://www.pluralsight.com/courses/php-get-started

    4. Learn about MySQL:
    https://www.pluralsight.com/courses/mysql-fundamentals-part1

    5. Learn how to use MySQL in combination with PHP:
    https://www.pluralsight.com/courses/build-dynamic-web-sites-mysql-php

    You can even learn how to build iOS/Android/Windows apps with Pluralsight. Search for more tutorials on their website: http://www.pluralsight.com
     
  16. Tito

    Tito Forum Addict
    Banned

    Joined:
    Nov 10, 2015
    Posts:
    259
    Referrals:
    0
    Sythe Gold:
    0
    building your own app/website

    Thanks for the feedback
     
  17. Blupig

    Blupig BEEF TOILET
    $5 USD Donor

    Joined:
    Nov 23, 2006
    Posts:
    7,145
    Referrals:
    16
    Sythe Gold:
    1,609
    Discord Unique ID:
    178533992981594112
    Valentine's Singing Competition Winner Member of the Month Winner MushyMuncher Gohan has AIDS Extreme Homosex World War 3 I'm LAAAAAAAME
    Off Topic Participant
    building your own app/website

    If you're interested in apps, get a prototype working before you look into getting investments. Investors always want results so if you're unable to deliver that to them, you'll be in trouble. Learn to make one and get a good prototype out first.
     
  18. Tito

    Tito Forum Addict
    Banned

    Joined:
    Nov 10, 2015
    Posts:
    259
    Referrals:
    0
    Sythe Gold:
    0
    building your own app/website

    Thanks to everybody for the feedback
     
< Server -> Client problem | looking for EVT/SQL coder >


 
 
Adblock breaks this site