![]() | ![]() |
|
01-16-2012 08:35 AM
Hi,
Is it possible to have a separate folder for best practices where people can share ideas on how we should be coding or creating our process solutions?
03-05-2012 08:47 PM
03-06-2012 09:41 AM
Hi Jeff,
We have discussed this a few times. I think that it would be a great idea to have a best practices area for discussion. In order for any board to be viable we have to have enough content and participation.
What does everyone else think? Should we create a new board for the purpose of trading ideas about best practices?
Chuck
03-07-2012 09:25 AM
I know I'd be interested and would participate when I had something worth contributing.
03-15-2012 02:47 PM
I think there are a lot of potential discussions here such as architecture, etc...
2 weeks ago
Hi Jeff,
I was wondering if you were ready to contribute the performance/best practices guide. I think that it is a great idea.
Chuck
2 weeks ago
Hi Chuck,
Yes I have complied some notes. Should I post it here or will you create a separate section?
2 weeks ago
Let's start posting here and if we get enough content, we can create a new board. To make it easier let's TAG the posts with something like Best Practice... Sound good?
Thanks for your active participation. It really goes a long way.
Chuck
2 weeks ago
Designing Forms (using Web Client):
Typically, when designing forms we always want all records displayed on the page. Don't forget that forms are rendered as web pages. We should be aware that web forms by default has their timeouts and we should always consider the following:
1. Enable Client Paging. A grid that does not use paging will take ages to load especially if the underlying query contains several joins. By enabling client paging in the grid controls, this helps the browser to load the form quicker. The number of items per page varies per requirement but it should be no more than 50 per page.
2. Do not place too many controls and data in a single form. A form that uses lots of controls contributes to increase in page size which may affect the performance when loading the form. This is certainly useful when you have a global company and end users are geographically separated and there is limited bandwidth and high network latency.
2 weeks ago
You might also want to take a look at this post:
![]() |
![]() |
![]() |
|
|
![]() |
![]() |
![]() |
















