Log
From Wiki2
1/21/20
possible things to do
- fix mb processor power
- explore pwa/idb
- iot code for boiler
- timecards tax formulas 2020 and 941 automation
- wait for latest pla from bpl then...
- design case for outside, print downtown...wait decide
- design circuit and board for cascada
3/22/16
- TODO ad app.js cors and passport iniitialization as module
- split out mqtt code in sbdev/demiot/server2/index.js
- what's been done -
- most advanced server -> /wamp/www/node/sb/tokau-io-server, there are test that show socket.io is working
- server deployed for token auth -> /wamp/www/tmstack/token-auth-server deplyed in sitebuilt.net//var/www/token-auth-server
- parleyvale forever start /root/appsServers2Start.json doesn't work
where is shit running
stuff2get.sitebuilt.net
- client
- is running on sitebuilt in /home/stuff2get/public_html/s2g-ng/app/js/app.js
- server
- is running on parleyvale:3000 out of pparley vale /home/stuff2getapi/s2g-api/server2.js
apis
- token-auth-server
- on sitebuilt.net//var/www/token-auth-server port:3002
- tokau-io-server
- local//wamp/www/node/sb/tokau-io-server port:3035
- updated npm to 2.14.20 on sitebuilt and parley
- updated node -v0.10.24 to 4.4 on sitebuilt and parley
- updated forever. you can tell what running in /root/appsServers2start.json
- bogged and var/www/token-auth-server/server.js are running on sitebuilt. nothing is runnin on parleyvale
3/21/16
- TODO find what's running on forever and write a config.json that i can find someday
- tmstack/token-auth-server shows git log of last commit Sept 25 2015
- viable token-auth-server running on /var/www/token-auth-server/server.js of sitebuilt.net
- forever doesn't tell you shit about whats running unless you point it to a .json
- in the pursuit of timers on the wemos I am back to the server.
- the plan is to have wemos know the time every day or on every boot
- it needs to ask the server to accesses the database and use the device timezone record to determine the current time at the device.
- might as well extend the mongo registration process and add to its records.
- where is the latest reg software?
10/24/10
- sidetracked to passing additional info in autocomplete - see jquery here
9/4/10
8/29/10
Janrain Engage account is setup https://rpxnow.com/relying_parties/pathboston
- set up in pathboston.com/login with rpx.html which links to the rpx site which sends back to rpx.php the user info
all on localhost/hosted/assess hay:
- Mysql stuff for vocab, glossary, quiz and sources/topic/unit/courses has bee changed from flat files to relational
- vocabgrab and vocabgrid are done, both use Jquery autocomplete
- wikiquiz/wiki2db is done and uses Jquery autocomplete with multiple entries
some notes
- https://rpxnow.com/relying_parties/pathboston cool login stuff now at /login
- http://www.binaryhexconverter.com/binary-ascii-characters-table weird ascii codes
- grid.xsl is morphing so that it can take all the xml like GET_LIST and FEED_GRID_PAGE but only produce output for the one coming in
- currently working in hosted/vocab/grid1.1
- in mac terminal xsltproc some.xsl some.xml (-o outxml doesn't work right) transforms the xml.
8/18/10 - recreating hosted/ajax/grid with vocab data in /hosted/ajax/grid1
- xsl needs to be forced to refresh - in firefox use developers tools to miscel/clear data/cache
5/20/10
- =ImportHtml("http://en.wikipedia.org/wiki/Demographics_of_India"; "table";4). This function returns demographic information for the population of India.
5/15/10
- move everything to serve /forms/quiz wiki2db, db2xml, gloss2db glossdb2quizlet
- /quiz/glossary2db /vocab/2quizlet/glossdb2quizlet
- to DROP VIEW badview use command line: phpmyadmin thinks views are tables,
- mysql --user=pathbost_tim --password=nji9ol pathbost_assess
5/2/10 - now turn quiz xml into eggcode and wiki code using xsl
- a working example http://localhost:8888/vocab/grid/vocab.xml
5/1/10
- created nested xml from multiple tables
- have wiki question data in db, now need phpdom functions to create nested xml from multiple tables http://www.tonymarston.net/php-mysql/dom.html
4/23-25/10 - working on moving wikiquizzes to db /code/quiz/wiki2db.html and ,php
SELECT quiz.tname, quiz.unit, questions.question, qanswers.answer, qanswers.iscorrect
FROM quiz
LEFT JOIN questions ON quiz.tid = questions.tid
LEFT JOIN qanswers ON questions.qid = qanswers.qid
- am filling the database, 2quizzes in mamp db, ready to pull to xml
- https://www.ohloh.net/ timmck gmail 6j
- you can't really move wuff quizzes unless you disable .htaccess
- LOG ERRORS: MAC: sudo tail -f /Applications/MAMP/logs/php-error.log SERVER sudo tail -f /var/logs/php-error.log
- LOG ERRORS: linux # tail -f /var/log/messages
- less /var/log/messages
- more -f /var/log/messages
- firePHP enabled IT HAS TO BE CHECKED, ob_start(); HAS TO BE THERE Sobe video has to be off
- forum http://www.firephp.org/HQ/Support/Community.htm gmail 6j timmck