Coder Social home page Coder Social logo

into-to-web-talk's Introduction

Introduction to Making Websites and Apps


About Me

  • Been making website since I was a kid
  • Always liked messing around in flash and photoshop
  • Wish I'd gotten into JavaScript and more complicated stuff earlier!
  • Now I'm a developer. I work from home. Work in Ruby on Rails and Javascript (Angular) also lots of Wordpress

Why learn?

  • Start your business!
  • Help friends
  • Earn money
  • Problem solve real world coding challenges
  • Learn tech that will get you a job! (QA, documentation, make pull requests)

Ways to learn

  • freecodecamp.com
  • codeacademy.com
  • Hour of Code!

HTML

  • <h1>This is a heading!</h1>
  • <p>This is a paragraph!</p>
  • Simple to learn
  • <p class=".a-custom-label" id="anotherCustomLabel">This is a paragraph!</p>
  • (classes and IDs are custom lables that we use so we can reference it in other code)
  • Can get crazy...but foundation is same...

CSS

  • p {background-color: purple}
  • .a-custom-label {background-color: blue}
  • Harness your artistic side!
  • Select html, write rules for coloring it, positioning it, etc.
  • Bootstrap (uses it's own labeling system but it's great!)

Javascript

  • `document.getElementById
  • Change and add to your html!
  • Write functions
  • Use canvas, use for games.
  • Single page applications (websites that don't refresh)
  • Lots of frameworks to make simpler

Dynamic Information

  • Variables...but..shared across the web!
  • Lots and lots of information
  • Different formats
  • Databases: Big spreadsheets that are linked!

APIS


Server side programming

  • Python, Java, PHP, JavaScript
  • Let's you change and modify the HTML before it hits the browser
  • Better for security, simpler than JavaScript
  • MVC frameworks- Ruby on Rails, Django, Laravel.
  • MVC Make it easy to create forms, html, and urls that talk to a database.

Wordpress

  • Confusing for beginners but can do a lot quickly
  • Lots of fun things to play with
  • Lots of community.
  • Can make $$ and do stuff fast.

Fun things to know

  • Freecodecamp.com
  • Codeacademdy.com (easy to get stuck)
  • Codepen, jsfiddle, repl.it
  • Bootstrap

into-to-web-talk's People

Contributors

sgelbart avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.