Populating form data by using AJAX data sources are an excellent way to speed up your website. However, if you are populating multiple data sets each time you open a form, then the application can become so chatty that it actually becomes slower than pre-processing the entire thing! With HTML5 local storage options, you can seriously speed up your website. With an SPA, we often run into the “back” button resulting in us having to run a search again so the user sees the same search results they had before. Now, we can jam those search results in a local cache and bring them back up without calling the server again.
Security and WebAPI
Security Needs Security has always been quite controversial, but it’s mainly due to the fact that the needs vary greatly depending on your needs. In our business, we specialize in internal systems that are 100% dependent on remote web services. We focus 99% on ensuring the data itself is locked down. Dynamic Roles and Levels […]
Angular Components in WordPress
First of all, WHY? Any angular developer would tell me I was crazy, and why not just do the entire thing in Angular. The answer is: Because it is already in wordpress and the client has been asking for a lot of shortcode tools for custom forms and other features that require some more complex […]
- « Previous Page
- 1
- …
- 9
- 10
- 11
- 12
- 13
- …
- 20
- Next Page »