Coder Social home page Coder Social logo

jarmans-website-main's Introduction

BASIC STRUCTURE:

=======================BACKEND==========================

website.py--------------------------------------------
- the starting point for the website
- functions which are called when a page loads
- controls interactions with the database
- documentation for format is web.py
  http://webpy.org/

1. the urls at the top match a url address to a class
2. the POST function of each class handles the generation of a page
3. web.input is used to get any arguments in the url after the ?
   eg. for jarmanrogers.com/music?pl=ABCD the web.input.pl would = ABCD
4. perform any setup/DB calls for the page to be rendered
5. pass the function to a template in the templates folder

pyItunes/XMLLibraryParser.py-----------------------------
- reads in the itunes Music Library into python
- uses basic python (not part of web.py)
- is called in the website.py to help put stuff in the database


=======================FRONTEND TEMPLATES (HTML)==========================

main.html------------------------------------------------
- the shell of the website, forms the top and bottom of every page
- other templates are inserted inside the middle of this template

music.html------------------------------------------------
- the inner portion of the music app

=======================FRONTEND JS==========================

mPlayerControls.js
- the functions related to controling the media player






jarmans-website-main's People

Contributors

jarman avatar

Stargazers

Missy Chu avatar  avatar

Watchers

 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.