I need to learn how to create websites like these, can you help?

13 replies
  • WEB DESIGN
  • |
Thank you ALL!
#create #html #learn #php #websites
  • {{ DiscussionBoard.errors[9995139].message }}
    • Profile picture of the author Janet Sawyer
      Or, you could try using view page source.
      Check the code out to be OG
      Open Graph.
      Use Google.

      <title>Will your first child be a boy or a girl? - 7apps.me</title>
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <meta charset="utf-8"/>
      <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
      <meta property="og:title" content="Will your first child be a boy or a girl? " />
      <meta property="og:type" content="website" />
      <meta property="og:description" content="Find out now!" />
      <meta property="og:image" content="http://static.7apps.me/img/s_firstchild.jpg" />
      <meta property="og:image:type" content="image/jpeg" />
      <meta property="og:image:width" content="800" />
      <meta property="og:image:height" content="420" />
      <meta property="og:url" content="http://www.7apps.me/firstchild.html" />
      <meta property="fb:admins" content="100007721194553" />
      <meta property="fb:app_id" content="789309734439278"/>
      <meta name="twitter:title" content="Will your first child be a boy or a girl? "/>
      <meta name="twitter:card" content="photo">
      <meta name="twitter:image" content="http://static.7apps.me/img/s_firstchild.jpg">
      <link href='http://fonts.googleapis.com/css?family=Raleway:400,700' rel='stylesheet' type='text/css'>
      <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:700' rel='stylesheet' type='text/css'>
      <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
      <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
      <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap-theme.min.css">
      <link rel="stylesheet" type="text/css" href="http://www.7apps.me/css/style.css">
      <link rel="stylesheet" type="text/css" href="http://www.7apps.me/css/responsive.css">
      <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js">

      </script>
      </head>

      The Open Graph protocol
      {{ DiscussionBoard.errors[9995487].message }}
  • Profile picture of the author Tenacious05
    you can learn most on IITPT. It is best training institute and i will recommended to join for iphone training, android training, web site design, web development, seo, and internet marketing.
    Signature
    Tenacioustechies is a world class and fast-growing iPhone application development company, which provides end to end iPhon application developmentservices in India as well as in Australia. It also Outsource the iPhon Applications development Services.
    For more info contact : 0261 3307073.
    Visit: http://tenacioustechies.com/
    {{ DiscussionBoard.errors[10005763].message }}
  • Profile picture of the author princy91
    For developing websites, you need the basic knowledge of HTML,PHP, CSS.
    {{ DiscussionBoard.errors[10005923].message }}
  • Profile picture of the author James_w
    Originally Posted by JackEde View Post

    Thank you ALL!
    I don't understand must of missed something I see no example sites?
    Signature

    Ready To Go DropShip Websites
    http://dropshipwebsites.net/

    {{ DiscussionBoard.errors[10006087].message }}
  • Profile picture of the author southcoaster
    I just starting create apps like this for my quiz sites. They are not easy to make, this is mainly due to the redirects that you have to use in order to move people effectively from Facebook and other soical media through the quiz, and also you need to generated customized image outputs using PHP. Facebook's parser is tricky to master to say the least...

    You will need to become familiar with image manipulation via PHP, javascript, jQuery, Photoshop and Facebook Open graph meta tags to create these sort of apps. Good luck!
    {{ DiscussionBoard.errors[10011432].message }}
  • Profile picture of the author hichamaziz
    its so easy to build website if you can't we are here to help you.
    {{ DiscussionBoard.errors[10013705].message }}
  • Profile picture of the author johnbert
    @JackEde,

    If you want to make website in wordpress, watch this tutorial Wordpress Basics - MRB Media | Web Design & Marketing in San Diego California
    {{ DiscussionBoard.errors[10016336].message }}
  • Profile picture of the author nupur1
    Want to develop a website? Learn web designing course from training institute which have professionals that provides live project training with clear all basic and advance theory and practical concepts that will helpful in enhance skills.
    {{ DiscussionBoard.errors[10165735].message }}
  • Profile picture of the author tanimrayhan
    You need knowledge about website creating element like Html,Css,Jquery,Php,MySQL etc
    You can learn it From W3schools
    Thankyou
    {{ DiscussionBoard.errors[10166378].message }}
  • [DELETED]
    {{ DiscussionBoard.errors[10166437].message }}
    • Profile picture of the author jdsimp1981
      I don't see any website examples in your post but if the question is how you can learn to make websites in a general sense, I'd say W3schools is a good place to start. Don't limit your learning from that site in particular though.

      Once you have a basic understanding of each language, you can search other sites for tutorials. The best way to learn is to code! Follow a couple of tutorials along. Build some meaningless web pages.

      After the tutorial, decide to redo it on your own and add a new feature to it. Google is your friend. Once you get used to this, you are on your way to becoming a competent web developer. The only way to get great is repeating the process (building sites) until it becomes second nature to you.

      Once there, learn new platforms as they come out. The web is always evolving and you want to stay on top of your game.

      The recommended languages to learn are HTML, CSS, Javascript, jQuery, PHP.

      These are my languages of choice. (Although jQuery isn't really a language) HTML and CSS is the absolute minimum you need to know. This is what the web is based on. These are the languages that tell the browser what to display (HTML) and how to display it (CSS).

      You won't build any award winning websites with just those languages though. You'll want to learn JavaScript next. This will add some functionality and dynamic aspects to your pages.

      jQuery is a javascript library. You need to have a decent understanding of JavaScript before you dig in with jQuery. This one isn't even a necessity but it makes writing code a lot easier and cleaner.

      PHP is a real powerhouse. JavaScript is a "client-side" scripting language. Meaning it talks to the persons browser and tells it what to do. PHP is a "server-side" scripting language. With PHP you can talk to databases and do some pretty awesome stuff! PHP is probably the most popular server-side scripting language because it is free and widely supported.

      Wordpress, is the most popular CMS out there. It is built upon PHP.

      I hope this helps explain things a little bit. If you have any more questions or I've been unclear on something, just let me know and I'll try to elaborate.

      Thanks.
      {{ DiscussionBoard.errors[10167071].message }}
  • Profile picture of the author william17
    Originally Posted by JackEde View Post

    Thank you ALL!
    Which website you are talking about here?
    If you are generally asking about how to create a website then I can let you know some points.

    Create a detailed business plan
    Domain name must be in sync with the brand
    Logo must be impressive
    Implementation of a stable Content Management System

    To know in detail you can read

    Reference - http://ezinearticles.com/?How-To-Cre...ess&id=9073544
    {{ DiscussionBoard.errors[10167188].message }}
  • Profile picture of the author coolboy321
    You can easily learn to create websites many tutorial, books or blog sites.
    you can also go below sites for learn how to create websites.It will be very helpful for you.
    webdesigner
    {{ DiscussionBoard.errors[10168554].message }}

Trending Topics