The next step to preparing yourself for Angular 2.0 is to move from the Controller model to Component model. If you’ve had any experience with directives, you’ll see the format of what we’d use for a controller in TypeScript is similar. (I stripped out our main code, leaving what we use as a framework.) module […]
Basic Template for a TypeScript controller
After making almost 100 controllers for one system, we’ve established a standardized method for controllers. It’s not complex or exciting, but it’s saved us enough time that we decided to keep it on our site.
Designing Web Content for Accessibility (WCAG)
Making web content accessible to people with disabilities improves accessibility for everyone. Creating accessible web pages can improve search engine page rankings that make content easier for all citizens to locate and use. From a business perspective, we need to ensure that systems are acceptable for government and corporate clients. A lack of Accessibility compliance can cause the entire project be dismissed, or alternatively, a less complex site may have an advantage due to its Accessibility.
- « Previous Page
- 1
- …
- 13
- 14
- 15
- 16
- 17
- …
- 20
- Next Page »