What programming skill need to create a website?

28 replies
What is the main idea for creating a website with programing.? I have some knowledge about web design. But, I need more information about programming. Which way I have to follow for creating a unique website. What type of tools I have to use for this? I need some idea.

Thank you.
#create #programming #skill #website
  • Profile picture of the author storhatt
    What type of website do you want to create?
    {{ DiscussionBoard.errors[10151234].message }}
  • Profile picture of the author Taniwha
    HTML CSS & JS. A good start would be taking the free courses at CodeAcademy.
    {{ DiscussionBoard.errors[10151302].message }}
  • Profile picture of the author tzman
    If you are newbie then best option for you is wordpress.Its easy to install and manage and there is a lot of good themes to find
    {{ DiscussionBoard.errors[10151839].message }}
  • Profile picture of the author ALEXppcbuzz
    Start small, start with html.
    {{ DiscussionBoard.errors[10153948].message }}
  • Profile picture of the author davidmillernyc
    What kind of website you want to build?

    What is your business?
    {{ DiscussionBoard.errors[10153970].message }}
  • Profile picture of the author zinist123
    Hi,
    To build a unique website you should learn HTML. Once you learn HTML you can go to advance like CSS and JS.
    Thanks
    {{ DiscussionBoard.errors[10155439].message }}
  • Profile picture of the author RobertAxelsen
    Originally Posted by Justin Rock View Post

    What is the main idea for creating a website with programing.? I have some knowledge about web design. But, I need more information about programming. Which way I have to follow for creating a unique website. What type of tools I have to use for this? I need some idea.

    Thank you.
    What is the purpose of the website?

    If you want to make a simple landingpage/optinpage, then HTML (together with an autoresponder service) is enough to begin with.

    If you want to have several pages, then HTML and CSS is needed. If you want it to be dynamic/interactive then you need JavaScript and/or PHP, Ruby, Python etc. But normally HTML, CSS, JavaScript/PHP.

    I taught myself via books, magazine tutorials, online videos and resources. I've lately used teamtreehouse.com (paid membership) to study more, and I love it!
    Signature
    Want YOUR OWN website or blog?

    Let's Create Your Website Together...

    Live event (with free mindmap) shows you how to easily create your own website.
    {{ DiscussionBoard.errors[10155708].message }}
  • Profile picture of the author ErickShawn
    Hi brother,
    It depends on you. If you do hard coding then go for: PHP, HTML, CSS, JavaScript
    Or there are some other options like Weebly and Wix where you can create a website even if you do not know a single line of code.
    {{ DiscussionBoard.errors[10159180].message }}
  • Profile picture of the author SandraDLaurean
    Banned
    There are many platforms available which can create you an attractive website .You can use Magento , Wordpress & opencart in which creating of website is very easy in compare to actually coding in PHP or html.These open source provides many plugins also.
    {{ DiscussionBoard.errors[10159303].message }}
  • Profile picture of the author Sowkat Hossain
    Hey,
    You opcourse have to know about HTML, CSS, JAVASCRIPT for creating a website. Then you should have to know other programing language like PHP. You will also know about web platform like WordPress.
    Note: HTML, CSS, JAVASCRIPT are the basic and mandatory.
    Thanks.
    {{ DiscussionBoard.errors[10230938].message }}
  • Profile picture of the author xhtmljunkies123
    hi
    simply for static website creating first basic knowledge of html,css,javascript and dynamic website you should learn dynamic server side scripting lang like as php,jsp,asp.etc
    {{ DiscussionBoard.errors[10231149].message }}
  • Profile picture of the author tami9191
    Html and CSS are the basics to create a website.
    Signature

    Tamil arasan - https://genuineonlinefreejobs.com/. Thanks you.

    {{ DiscussionBoard.errors[10231163].message }}
  • You won't be able to get anywhere without HTML and CSS
    Signature
    Premium WooCommerce & WordPress Plugins $10/ea. or FREE With Membership. PluginForage.com
    {{ DiscussionBoard.errors[10234384].message }}
  • Profile picture of the author umadjawed
    just start with the basic HTML and CSS
    {{ DiscussionBoard.errors[10236149].message }}
  • Profile picture of the author Nexstair
    Learn quickly from w3schools.They have everything you need to learn to become a good programmer.
    {{ DiscussionBoard.errors[10304906].message }}
  • Profile picture of the author engineerz1
    Every programmer here.Please SUPPORT me and join my FB Page. Thanks in Advance

    https://www.facebook.com/The-Master-...?ref=bookmarks
    {{ DiscussionBoard.errors[10313715].message }}
  • Profile picture of the author CougarMetropolis
    Just download drupal and install it. Why recreate the wheel?
    {{ DiscussionBoard.errors[10322678].message }}
  • Profile picture of the author tomkidotiptrick
    hello, I think you make a website using WordPress source code. flexible customization capabilities of Wordpress is amazing!
    {{ DiscussionBoard.errors[10322697].message }}
  • Profile picture of the author supereek
    If you are in a hurry learn to create websites with CMS (wordpress/drupal) its childsplay.
    If you want to make more advanced things learn to code MVC in .NET or Spring.
    Signature

    Get my fiverr abritage tutorial for free HERE.

    {{ DiscussionBoard.errors[10336815].message }}
  • Profile picture of the author oceanbluedigital
    You must have knowledge of HTML, CSS, JavaScript and CMS(WordPress).
    {{ DiscussionBoard.errors[10337281].message }}
  • Profile picture of the author Arshid
    Learn php programming. Or try WordPress or drupal .
    Signature

    ::::::::::::::::::WordPress login security plugin [Skype:arshidkv12]::::::::::::::::::

    {{ DiscussionBoard.errors[10337695].message }}
  • Profile picture of the author Jessica Oslo
    Depends! you can do a blog with wordpress with any skill of programing.
    {{ DiscussionBoard.errors[10339125].message }}
  • Profile picture of the author jnimchynska
    Since you're not a programmer and as far as I understand have got no specific coding background, the most optimal way to go would be using a cms.
    The most popular for now are Joomla and WordPress. And there seem to be no compromise between the user and lovers of each of those So, you could try to create your site in, let's say WP, put it into test for a week or two, and then, to compare with Joomla, there's an automated tool I'm constantly using to migrate content, called cms2cms, since I'm, a web designer. You might try
    {{ DiscussionBoard.errors[10361094].message }}
  • Profile picture of the author zotohost
    As others said start from HTML/CSS. Then movie to javascript + jQuery. Followed by CMS like WP. But keep in mind that HTML/CSS is simple & can be learned quite easily, however when in comes to JS/jQuery/PHP it's not that simple. You need to be determined to do so.
    {{ DiscussionBoard.errors[10361988].message }}
    • Profile picture of the author DrewHolloway
      Firstly you'll need to learn some client-side code to build the structure of the website with some styling and basic functionality. For this i'd make a start by learning the basics of the following:

      - HTML
      - CSS
      - JavaScript/JQuery

      There are loads of tutorials out there for making your first web page, as far as syntax and examples go the w3schools website is useful to begin with. From here once you've gained some confidence I'd take a look at the server side of things and look into coding with PHP and how it can be used to interact with databases, handle forms submissions, start user sessions etc.

      If you're looking for a quick-fix with minimal effort there are many content management systems out there that require little to no programming skills at all. These include WordPress, Joomla!, Drupal among many more.

      I for one hope you go down the programming route, if you have an analytical mind you'll find it quite fulfilling!
      {{ DiscussionBoard.errors[10363407].message }}
  • Profile picture of the author Jason Stewart
    HTML
    CSS
    Javascript
    Databases (SQL, mongodb, etc)
    Image Manipulation
    Your favorite programming language (php/ruby/python/C#/Java, etc).

    That's what you'll need to know to be a successful full stack developer.
    Signature

    Beat the competition with better long tail keywords:

    http://keywordstreamer.com

    {{ DiscussionBoard.errors[10363593].message }}
  • Profile picture of the author Wiliam Haminton
    CSS3 & HTML5
    JavaScript,JQuery
    Responsive Web Design
    MYSQL
    PHP and more !
    {{ DiscussionBoard.errors[10450377].message }}
    • Profile picture of the author GeckoTribe
      I'd recommend taking it one step at a time. Start with HTML. Then add CSS to that.

      Next, add either JavaScript or a server-side language such as PHP (which is a good option in part because it's nearly universally supported, unlike some other languages, even though they may be technically superior. Also, you can work your way into PHP more gradually than some other languages).

      The decision about whether to do JavaScript or PHP first depends on whether you first need is for code that runs in the browser (JavaScript), or on the server (PHP).
      Signature

      Antone Roundy

      Want up to 57 bloggers to support your blog? Join a Team (free).

      Keep your blog active faster and easier with "Blog Riffing":
      * Free: PDF, High Impact Blog Riffing Course

      {{ DiscussionBoard.errors[10450449].message }}

Trending Topics