"Tell Me and I Forget; Show Me and I May Remember; Involve Me and I Will Understand."- Confucius
Sign up today to start your school on the path to innovation and success with Tech 2000!
MySchool 3.1 How it Works Outline:
Module 1: The MySchool Application
* Getting and Building MySchool
* Overview of the MySchool Application
* Overview of the MySchool Classes
* Overview of the MySchool Resources
* Overview of Configuring Defaults
* About Colors and Hexidecimal Conversion
* Configuring MySchool Defaults
* How to Install Images and Icons
* Exercise: Finish Configuring MyScool
Module 2: How it Works: The Top Info Configuration Page
* About the Top Info Configuration Page
* Navigation to the Top Info Configuration Page
* A Walkthrough of TopInfoPage.h
* Memory Management
* A Walkthrough of TopInfoPage.xib
* The Foreground Red Slider
* The URL Text Field
* The Text Field Delegate Methods
* The saveTextField Method
* The saveHomeData Method
* Navigation to the Home Page
Module 3: How it Works: Loading a Web Page with Authentication
* First Steps in Loading a Web Page
* The loadWebPageWithAuthentication Method Overview
* The loadWebPageWithAuthentication Method Detail
* NSURLConnection Delegate Methods
* Network Availability Overview
* Loading the Web View with a Web Page
* Managing the "No Network" HTML Source
* Installing Files in the Documents Directory
* Checking Network Availability
Module 4: How it Works: Row Configuration Page
* Overview of the Row Configuration Page
* Navigating to the Row Configuration Page
* The RowController Class Definition
* The RowController Class' XIB
* The RowController Class Implementation: viewDidLoad
* The RowController Class Implementation: viewDidAppear
* The Secure Switch
* The Segmented Control
* The Row Icons Overview
* The Image Picker Overview
* Cropping An Image
* Scaling and Rotating An Image
Module 5: How it Works: The Home Page
* The MySchoolViewController Class Definition
* The MySchoolViewController Class Implementation
* The loadImageView Method
* The loadImageView:uim:view Method
* The loadRows Method
* Navigating to the Full-Screen Web Page Viewer
* The buttonEnabled:flavor Method
* The WebViewController Class Definition
* The WebViewController Class Implementation