Radioactive is an Mobile HTML5 application in PHP for adaptive learning.
This app is deployed to Android and coming soon to iOS. It also works on WP7, BlackBerry and other platforms that support HTML5 and CSS4.
The UI is made in jQuery Mobile for compatability.
- Create a database
radioactive
- Import the SQL contained in the folder
sql
- Create a file above the root folder called
dbinfo.dat
. if you have a different database configuration than localhost/root/no password, make a filedbinfo.dat
above the root directory for this code with the contents:{"server":"mysql_server","database":"radioactive","username":"mysql_username","password":"mysql_password"}
- Test it by going to
iostestframe.html
. This will also give you a feel for what the application feels like on a mobile browser.
Custom Derivative of the MIT License,
Copyright (C) 2011 Paras Jain
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software with permission, including without limitation the rights to use, copy, and/or modify copies of the Software for non-commercial purposes. It is not permissible for any person other than the copyright holder to distrubute, share, publish, merge, sublicense, or sell copies of this software. Persons to whom the Software is furnished to are subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ANY ACTION HEREBY LISTED COUNTS AS ACCEPTANCE OF THIS LICENSE, INCLUDING BUT NOT LIMITED TO: READING SOURCE CODE, DOWNLOADING THE CODE (INCLUDING DOWNLOADING ANY REPOSITORIES), COPYING THE CODE, USING THE SOFTWARE, CONTINUING TO VIEW PROJECT DETAILS AND/OR ANY FURTHER INVOLVEMENT WITH THIS PROJECT. IF YOU DO NOT AGREE, PLEASE CLOSE AND DELETE ANY PROJECT DETAILS OR CONTENTS FROM YOUR LOCAL MACHINE.
Citation must be inlcuded in all referenced to this code and its derivative works. This is only for non-commercial and educational purposes. You may not distrubute this on any app store. This is a binding agreement. JainLabs retains and reserves all rights to this code and this project.