merkalt:rendering_analysis
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| merkalt:rendering_analysis [2013/09/04 08:04] – ramil | merkalt:rendering_analysis [2013/09/05 09:20] (current) – ramil | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| **Analysis of rendering labels on other sites** | **Analysis of rendering labels on other sites** | ||
| + | |||
| + | Now the merkalt sites (excluding wallstickers) are using the next schema: after the customer changed label parameters (type the text on the lines and leave the field; select motif, background or text color) there is a lock of all controls of product and execution of script in the background which renders label. The rendering result is saved in a temporary image file. In the HTML the label' | ||
| + | |||
| * http:// | * http:// | ||
| - | There are two update methods on label rendering. After each character set in the lines the delayed | + | Update performed after each character set in the lines fields of the label preview constructor. On each change of solitary character, delayed |
| + | Label' | ||
| + | For example, after typing text " | ||
| + | / | ||
| + | If we change the color of the text to blue the URL will be | ||
| + | / | ||
| * https:// | * https:// | ||
| - | A similar algorithm for rendering the label as in the previous case. The only difference is that the process takes place without timeout. | + | A similar algorithm for rendering the label as in the previous case. The only difference is that the process takes place without timeout. It is better to render label without delay. In the previous case, probably using the timeout they would want a certain visual effect. |
| * http:// | * http:// | ||
| - | There element | + | There are div elements |
| + | This method is used on the merkalt' | ||
| + | The advantages of this method is that the whole process of rendering labels are on the client side, no server requests are performed and therefore there is no need to use lockers or calls rendering by timeout as preview change is immediate. The disadvantage of this method is that it need much more work. This method is one of the best in terms of performance. Perhaps it could be considered to be used. | ||
| * http:// | * http:// | ||
| The principle of label rendering is similar to the previous case | The principle of label rendering is similar to the previous case | ||
merkalt/rendering_analysis.1378281868.txt.gz · Last modified: (external edit)
