which path is the best for programming the website?

Discussion in 'HTML & Website Design' started by haris mehmood, Dec 29, 2012.

  1. #1
    hi and assalam-o-alaikum to all, i hope you all are fine at your destination.
    i want to make a website according to my decision and for that i want to know that from where i can do the programming :confused:
    tell me is there any site for the learning with software or there is any software??

    i will be very thankful to you!!:)
     
    haris mehmood, Dec 29, 2012 IP
  2. cybermichail

    cybermichail Greenhorn

    Messages:
    24
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #2
    Best programming language for website is PHP & Ajax.
    As I know - there are no automatic software for this languages, only debuggers.
     
    cybermichail, Dec 29, 2012 IP
  3. gaurav.recipes

    gaurav.recipes Peon

    Messages:
    6
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    The best programming path is PHP because its dynamic scripting language, to make develop highly professional websites.
    or the best software is dreamweaver cs6 from adobe
     
    gaurav.recipes, Dec 31, 2012 IP
  4. sudhavishwakarmacis

    sudhavishwakarmacis Greenhorn

    Messages:
    24
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    23
    #4
    Ok. What type of site you want to create? Like e-commerce site, or any forum site, etc. ?
     
    sudhavishwakarmacis, Dec 31, 2012 IP
  5. haris mehmood

    haris mehmood Greenhorn

    Messages:
    38
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #5
    like the e-commerce one...
     
    haris mehmood, Dec 31, 2012 IP
  6. haris mehmood

    haris mehmood Greenhorn

    Messages:
    38
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #6
    ok. than from where i can learn the best PHP and dreamweaver cs6?
     
    haris mehmood, Dec 31, 2012 IP
  7. Rukbat

    Rukbat Well-Known Member

    Messages:
    2,908
    Likes Received:
    37
    Best Answers:
    51
    Trophy Points:
    125
    #7
    To learn programming you start by learning programming, not by learning a language. Start with Algorithms + Data Structures. Once you've learned programming, you can start learning languages to do it in. (Don't expect to learn programming in a week - or even a month. It takes longer than that.) Learning PHP without knowing what to do with it is just a waste of time.

    And don't "learn" Dreamweaver - it's a total waste of $400. If you know what good web code is supposed to look like, and you look at a page created in Dreamweaver, you'll recognize that what Dreamweaver produces isn't even bad code, it's garbage. Notepad++ is all you need, and it's free.
     
    Rukbat, Dec 31, 2012 IP
  8. creativewebmaster

    creativewebmaster Active Member

    Messages:
    654
    Likes Received:
    7
    Best Answers:
    4
    Trophy Points:
    78
    #8
    The technologies mostly depends on business requirement to create professional website.
     
    creativewebmaster, Jan 1, 2013 IP
  9. jevan

    jevan Guest

    Messages:
    6
    Likes Received:
    0
    Best Answers:
    1
    Trophy Points:
    0
    #9
    Hi ASP.NET is good also especially for developing quick basic database driven sites and has the advantage that you can drag/drop controls onto the web pages to do various things like a grid of information, calender, buttons, labels etc (microsoft visual studio is used for this) this can make it quicker to program more complex things once you understand how to program it.
     
    jevan, Jan 2, 2013 IP
  10. anuragswebstreet

    anuragswebstreet Member

    Messages:
    83
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #10
    If you want to develop an Ecommerce site, go for a CMS like Magento..It is the best platform for an Ecommerce website and easy to use. Just read documentations on Magento and you can develop your website easily..
     
    anuragswebstreet, Jan 2, 2013 IP
  11. ericlewis107

    ericlewis107 Greenhorn

    Messages:
    32
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    18
    #11
    Java is the best programing language. This particular language has a very bright scope in the programming field. There are many software companies in the market, which use this language for making software and games as well.
     
    ericlewis107, Jan 4, 2013 IP
  12. Rukbat

    Rukbat Well-Known Member

    Messages:
    2,908
    Likes Received:
    37
    Best Answers:
    51
    Trophy Points:
    125
    #12
    But not for making websites, which is what this thread is all about.
     
    Rukbat, Jan 4, 2013 IP
  13. haris mehmood

    haris mehmood Greenhorn

    Messages:
    38
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #13
    please specify it all or in some small amount.
     
    haris mehmood, Jan 5, 2013 IP
  14. coakleylincoln

    coakleylincoln Greenhorn

    Messages:
    286
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    18
    #14
    Rubtak i think he is quite correct. First you need to to learn and workout algorithms and DS. I want to put a question to rubtak that should i need to learn all of them or some vital algorithms and DS? Because I'm confused. Pls help me...
     
    coakleylincoln, Jan 5, 2013 IP
  15. Rukbat

    Rukbat Well-Known Member

    Messages:
    2,908
    Likes Received:
    37
    Best Answers:
    51
    Trophy Points:
    125
    #15
    Did you learn the letters of the alphabet that you needed to write one post, then learn more letters as you needed to know more? Or did you learn the entire alphabet first?

    You learn all the algorithms and data structures you need for programming (there isn't all that much to learn) before you start writing code. Then you won't have to stop in the middle writing a program to spend 2 weeks learning what you didn't learn. (And you won't write 25 lines of code to do what the language has a single function to do.)
     
    Rukbat, Jan 5, 2013 IP
  16. coakleylincoln

    coakleylincoln Greenhorn

    Messages:
    286
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    18
    #16
    Please let me know elaborately. I think you have much experience in this field. I currently working in bpo department but I'm curious to learn programming bit by bit. I've studied some languages like c, .net, html and java in my college studies but they are only basics. As you said, among these four languages, there are same algorithms for every lang but syntax differs. Here i know simple and few algorithms which can make simple application. If i need to build big application (for ex my company employ details, attendance and something like), then what are they to learn in algorithms? I've tried before to develop but i failed to success. So please I'll so grateful:)
     
    coakleylincoln, Jan 5, 2013 IP
  17. haris mehmood

    haris mehmood Greenhorn

    Messages:
    38
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #17
    plz give me the link of Rubtak.
     
    haris mehmood, Jan 6, 2013 IP
  18. lyros

    lyros Peon

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #18
    By my opinion you will not be able to create a fully functional and secure website since you have no experience. It is not a simple task to create a website that can be accessed by thousands of guests.
    There are plenty of ready and heavily tested Open Source (and free!) CMSs that do that job for you, which have many themes and plugins, that can give your website the look you want. So you can start using one of them (WordPress, Joomla, Drupal ...), and at the same time start learning about what the guys above have already mentioned (datastructures etc...).
    Also in web applications there might be even more to learn, like sending variables to a web server, following some standards, SEO etc...
    If you like playing with code, start with HTML, css, Javascript (also Ajax and jQuery) and PHP (the most popular language for websites).Then learn about MySql and how to use it with PHP. It will take alot of time until you have professional skills.
     
    lyros, Jan 6, 2013 IP
  19. coakleylincoln

    coakleylincoln Greenhorn

    Messages:
    286
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    18
    #19
    Rubtak link? I'm sorry i don't know. He is circumnavigating this forum. Just check out and get in touch with him to clarify your all doubts:)
     
    coakleylincoln, Jan 6, 2013 IP
  20. Rukbat

    Rukbat Well-Known Member

    Messages:
    2,908
    Likes Received:
    37
    Best Answers:
    51
    Trophy Points:
    125
    #20
    See the first link in post #7 for learning programming.
     
    Rukbat, Jan 6, 2013 IP