Archive for the ‘Best Practices’ Category

Best practices to increase Performance your web site

Comments Off

Minimize HTTP Requests

Read More »


Best practices – Creating a composite component

No Comments »

Composite components are components that contain multiple components. They might be graphical assets or a combination of graphical assets and component classes. For example, you can create a component that includes a button and a text field, or a component that includes a button, a text field, and a validator.

Read More »


Best practices – Custom Component Implementation and points you should fire

No Comments »

createChildren()

Read More »