-
Notifications
You must be signed in to change notification settings - Fork 0
Resources for Learning the Basics
Quickforms applications are built using Hypertext Markup Language (HTML), Javascript (JS) and Cascading Style Sheets (CSS). The following are links to W3C Schools tutorials on these technologies.
- HTML: http://www.w3schools.com/html/
- Javascript: http://www.w3schools.com/js/
- CSS: http://www.w3schools.com/css/
Codeschool is another great place for learning programming. The following are links to their tutorials
- HTML and CSS: https://www.codeschool.com/paths/html-css/
- Javascript: https://www.codeschool.com/paths/javascript/
Some other nice resources available for learning/practicing
Online video tutorials (Free!) - https://www.khanacademy.org/
Video tutorials (Subscription) - http://www.lynda.com/
Java code practice exercises - http://codingbat.com/
And you may find these useful for troubleshooting
- Google: http://google.com/
- Stack Overflow (a programmer's best friend): http://stackoverflow.com/
- YouTube: http://youtube.com/
Continuing parts of this course assume basic knowledge of these technologies. For beginners, it is HIGHLY RECOMMENDED to go through the above tutorials to gain a basic understanding.
-
Quickforms Basics
-
Tutorials
- Setup Tutorials
- App Development Tutorials
-
Assignments
-
Project
-
Applications
-
Quickforms Advanced
- Project With Database
- Advanced Setup
- HealthApp with Database
- Source Control
- Joining the Team
- Cordova Native Application
- Miscellaneous
- Project With Database
-
-
Form Controls
-
App Controls
-
Report Controls
-
Server Controls
-
Quickforms DAO
-
Email Notification
-
Migrating QuickForms3(Test Server) to QuickForms(Production-Server)