Apologies for not showing any of my sites yet, but I would like to share a few XSP items on a new site which is just at it's early stages.
These 'tips' (if you will) are not necessarily documented and I use them cautiously. I also have to check them again periodically and with each XSP update. So far they have held up OK.
Fliud Site Width: I have included an external CSS, downstream from the XSP CSS (via Global Scripts - In Head Section), that uses/alters the XSP CSS setup. On this site the mimimum width is 750px and maximum is 950px.
The CSS contains code for different browsers and where one browser doesn't recognize another browser's code, I just let the browser generate a 'harmless' CSS error (which many CSS sites do anyway).
Naturally there are on page considerations to fluid width (eg: image repeating, paragraphing and table widths etc), but the CSS mentioned above is how I achieve the variable width from the CSS perspective.
Code Snippet Variable: One thing I think we all would like is the ability for code snippets to be like variables, hence if we change the snippet, this change would be reflected throughout the whole site.
On the web site mentioned, the code for the domain certification at the bottom of each page changes every few years, and would ordinarily need to be changed on each page. However since the code is 1 line, I have placed it in the Afft Wizard, where the Basic URL field uses 1 line.
This seems to accept 1 line of code and replace the code on each page referencing the Basic URL. I have also been able to condense some multi-line code to 1 line, and use it in the same manner.
I am not sure of the total length of this field, but it seems to work so far.
Ok so once again I am not sure of the XSP validity of using code this way, and I need to check it whenever I update XSP etc, but it seems to work for now.
Anyway the (sample) site is Next Web World:
http://NextWebWorld.comRemember this particular web site is still at it's early stages and I show it from an XSP point of view, not necessarily an overall design perspective.