-
Notifications
You must be signed in to change notification settings - Fork 0
Archive Trac developmentnotes
Legacy Trac archive page imported from
developmentnotes. Source: https://genapp.rocks/wiki/wiki/developmentnotes. Review age, links, and examples before treating as current.
-
webservers on multiple vm's.
- early examples:
- h5bp/try.html
- 404.html
- mytest.html
- h5bp/demo/elements.html
- test/css
- test/js2e
- early examples:
-
possible nginx
-
html5/jquery treeview
- aciTree http://plugins.jquery.com/aciTree/
- currently using jstree http://www.jstree.com/
- aciTree has columns, so jsTree should be replaced
-
tables
- jqGrid http://www.trirand.com/blog/
-
plot programs
- html5: flot (jquery plot) http://www.flotcharts.org/
- qt3: qwt4 file:///src/qwt-4.2.0rc2/doc/html/index.html
- alternative highcharts: http://www.highcharts.com/
-
form data
-
file upload
-
progress of server side messages
- http://stackoverflow.com/questions/2792558/are-there-progress-update-events-in-jquery-ajax
- http://socket.io
- html5 websockets
- http://net.tutsplus.com/tutorials/javascript-ajax/start-using-html5-websockets-today/
- http://websocket.org
- http://code.google.com/p/phpwebsocket/
- using ratchet (using websockets)
- http://socketo.me
- https://github.com/cboden/Ratchet
- ØMQ http://zeromq.org/
- php binding http://zeromq.org/bindings:php
- http://autobahn.ws/
- https://github.com/KSDaemon/wampy.js
- possible alternative to ratchet/zmq
- http://ape-project.org/
-
deflate
-
show hide:
-
php sessions
-
DreamFactory: http://www.dreamfactory.com/?utm_campaign=slashdotdev2dev&utm_source=ppc
-
mysql vs nosql
- Raminder Singh: I have a comment related to using Mysql
- you should look into some nosql db
- that will help you to persist JSON better and make it searchable
- NoSql like mongodb http://www.mongodb.org/
- i can help you with that if needed
-
molecular viewer programs
- unity game engine based
- http://www.baaden.ibpc.fr/umol/
- jmol
- jsmol! : http://sourceforge.net/projects/jsmol/
-
nosql mongodb
- intro http://docs.mongodb.org/manual/tutorial/getting-started/
- centos http://docs.mongodb.org/manual/tutorial/install-mongodb-on-red-hat-centos-or-fedora-linux/
- linux http://docs.mongodb.org/manual/tutorial/install-mongodb-on-linux/
- php extension http://us3.php.net/manual/en/mongo.installation.php#mongo.installation.manual
- mongo reference http://us3.php.net/manual/en/book.mongo.php
- unique index http://docs.mongodb.org/manual/tutorial/create-a-unique-index/
-
angularjs
- possible alternative or enhancement to current jQuery based html5 produced version
- http://angularjs.org/
-
user authentication
-
minify js
-
genapp layout
- $GENAPP
- $GENAPP/languages/{qt3,qt4,html5,java,etc}/
-
shell-in-a-box
- ajax vt100 emulator
- http://code.google.com/p/shellinabox/
- ? possible to leverage in conjunction with websockets?
-
ajaxian http://ajaxian.com/
- not update very frequently, but possibly some interesting/useful references
-
when a commit comment needs to be changed
- svn propset -r REV# --revprop svn:log "new commit comment text"
-
source layout || directory || contents || notes || || base || directives.jsonbrmenu.json || global infobrmenu layout || || base/pngs/ || images, icons etc || can contain sub-dirs, could be changed by application developer (i.e. not hardcoded in genapp itself) || || base/modules/ || .json module files || needs one for each module referenced in menu.json || || base/bin/ || executables || can contain sub-dirs, could be changed by application developer (i.e. not hardcoded in genapp itself) ||