This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
projects:cantata:version2:start [2016/05/06 03:12] dwheele created |
projects:cantata:version2:start [2016/06/10 00:34] (current) admin ↷ Page moved from apps:cantata:version2:start to projects:cantata:version2:start |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Cantata Version 2 ====== | ====== Cantata Version 2 ====== | ||
| + | |||
| + | Worked on Cantata Version 2 during 2015, and part of 2016. Deciding that the complexity is increasing, and the usability of Cantata is not satisfactory, | ||
| + | |||
| + | ---------------------------- | ||
| + | |||
| + | Planning to make an updated version of Cantata, because the initial version looks very patched. Can use similar look and feel, while making improvements. | ||
| + | * [[cssinfo|CSS Info]] | ||
| + | * [[dan: | ||
| + | * [[dan: | ||
| + | |||
| + | ==== Javascript ==== | ||
| + | |||
| + | * JavaScript basic info: https:// | ||
| + | |||
| + | ==== JQuery ==== | ||
| + | |||
| + | * JQuery API Docs: http:// | ||
| + | |||
| + | ==== PHP ==== | ||
| + | |||
| + | === PHP File Upload Info === | ||
| + | |||
| + | http:// | ||
| + | |||
| + | ==== Ajax ==== | ||
| + | |||
| + | * Tutorial, basic info: http:// | ||
| + | |||
| + | ==== File Upload Jquery Extension ==== | ||
| + | |||
| + | * https:// | ||
| + | * https:// | ||
| + | |||
| + | ==== Database ==== | ||
| + | |||
| + | * [[database|Database]] details | ||
| + | |||
| + | ^Database Name|quizkidn_cantata2| | ||
| + | ^User Name|quizkidn_can2| | ||
| + | |||
| + | * create database quizkidn_cantata2; | ||
| + | * create user ' | ||
| + | * grant all on quizkidn_cantata2.* to ' | ||
| + | * FLUSH PRIVILEGES; | ||
| + | * select user from mysql.user; | ||
| + | |||
| + | ==== User Security ==== | ||
| + | |||
| + | http:// | ||
| + | |||
| + | ===== Performance ===== | ||
| + | |||
| + | Noticed that just getting a MySQL connection from my workstation to the server ivan, took over 2 seconds. | ||