Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
v:0.7.2:templates [2012/01/27 14:07] – sami.fiaz | v:0.7.2:templates [2017/04/26 07:02] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 24: | Line 24: | ||
If you don't want to bother with the technical details yet, take four and a half minutes to watch an explanation of AutoMagiCache in action. (Thanks to our good friend at [[http:// | If you don't want to bother with the technical details yet, take four and a half minutes to watch an explanation of AutoMagiCache in action. (Thanks to our good friend at [[http:// | ||
- | < | + | < |
==== A Quick Start Guide ==== | ==== A Quick Start Guide ==== | ||
Line 56: | Line 56: | ||
Watch the screencasts below to see this approach in action. Even if you're a CSS Ninja, you may pick up a trick or two. And if you have additional tips or tricks feel free to add a comment. (This is a publicly editable wiki because we value the feedback of our users.) Click the links below to load the video. | Watch the screencasts below to see this approach in action. Even if you're a CSS Ninja, you may pick up a trick or two. And if you have additional tips or tricks feel free to add a comment. (This is a publicly editable wiki because we value the feedback of our users.) Click the links below to load the video. | ||
- | * [[flowplay> | + | * [[flowplay> |
- | * [[flowplay> | + | * [[flowplay> |
- | {{flowplay> | + | {{flowplay> |
Line 130: | Line 130: | ||
This issue may be related to your doctype, so if you encounter this please [[http:// | This issue may be related to your doctype, so if you encounter this please [[http:// | ||
+ | If you utilise conditional style blocks to target just a particular browser (like Internet Explorer), AutoMagiCache will currently trip over if that is the last style tag included in your ''< | ||
+ | <code html> | ||
+ | <!--[if IE 6]> | ||
+ | <style type=" | ||
+ | /* IE specific css */ | ||
+ | </ | ||
+ | < | ||
+ | <style type=" | ||
+ | /* Blank style */ | ||
+ | </ | ||
+ | </ | ||
==== Placeholders in your CSS or JS ==== | ==== Placeholders in your CSS or JS ==== | ||
The following placeholders will be replaced with " | The following placeholders will be replaced with " | ||
Line 140: | Line 151: | ||
{{page> | {{page> | ||
- |