<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Albert te Boekhorst</title>
	<atom:link href="http://www.albertteboekhorst.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.albertteboekhorst.com</link>
	<description>Web Content Management</description>
	<lastBuildDate>Fri, 27 Aug 2010 13:32:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on SDL Tridion dynamic website performance by Albert</title>
		<link>http://www.albertteboekhorst.com/uncategorized/sdl-tridion-dynamic-website-performance/comment-page-1/#comment-3327</link>
		<dc:creator>Albert</dc:creator>
		<pubDate>Fri, 27 Aug 2010 13:32:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.albertteboekhorst.com/?p=549#comment-3327</guid>
		<description>First off: I am definitely not a CSS expert. That said I think:

1. Writing CSS for Tridion is not different from writing CSS for any other web site/application. Take (a part of)the fully renderen HTML and create styles accordingly.

2. A header component is part of the page and is usually placed in a div with id/class &quot;header&quot; for which you can write CSS.

3. This sounds like a templating bug. Contact your Tridion developer to resolve this issue.</description>
		<content:encoded><![CDATA[<p>First off: I am definitely not a CSS expert. That said I think:</p>
<p>1. Writing CSS for Tridion is not different from writing CSS for any other web site/application. Take (a part of)the fully renderen HTML and create styles accordingly.</p>
<p>2. A header component is part of the page and is usually placed in a div with id/class &#8220;header&#8221; for which you can write CSS.</p>
<p>3. This sounds like a templating bug. Contact your Tridion developer to resolve this issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SDL Tridion dynamic website performance by Ganesh</title>
		<link>http://www.albertteboekhorst.com/uncategorized/sdl-tridion-dynamic-website-performance/comment-page-1/#comment-3274</link>
		<dc:creator>Ganesh</dc:creator>
		<pubDate>Tue, 24 Aug 2010 09:38:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.albertteboekhorst.com/?p=549#comment-3274</guid>
		<description>Hi Albert

Im New to tridon, and im creating css for tridion. when the web page component created i have to write css for the web page.

i have following doubts

1. do we need special css for tridion? it is not work the way we write in html file.

2. how to write css for component(like header) instead of html component

3. when i create in staging it create span id. but move to live it wont. so i dont know how to write css to control this

do you have any idea to help. if there is any reference site for help please let me know.

thanks

regards
ganesh</description>
		<content:encoded><![CDATA[<p>Hi Albert</p>
<p>Im New to tridon, and im creating css for tridion. when the web page component created i have to write css for the web page.</p>
<p>i have following doubts</p>
<p>1. do we need special css for tridion? it is not work the way we write in html file.</p>
<p>2. how to write css for component(like header) instead of html component</p>
<p>3. when i create in staging it create span id. but move to live it wont. so i dont know how to write css to control this</p>
<p>do you have any idea to help. if there is any reference site for help please let me know.</p>
<p>thanks</p>
<p>regards<br />
ganesh</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SDL Tridion dynamic website performance by Albert</title>
		<link>http://www.albertteboekhorst.com/uncategorized/sdl-tridion-dynamic-website-performance/comment-page-1/#comment-2562</link>
		<dc:creator>Albert</dc:creator>
		<pubDate>Wed, 30 Jun 2010 20:59:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.albertteboekhorst.com/?p=549#comment-2562</guid>
		<description>Hi Dominic,

Good question. Unfortunately this success has not been analyzed. However the following points are suspect:

In the static model there is always a physical page which contains human readable code (in this case Vb-script) which needs to be interpreted and compiled to machine code. If the page has been requested it might be in the cache and this step is no longer necessary. However Google seems to hit a lot of pages which are not regularly requested.

The heavy use of includes in the old pages. Again if the page is requested before this will be cached.
Using COM services. The new application does not rely on any COM service.

Moving away from Vb-script. .NET clearly is the next generation which might give the application an additional speed boost

PS Sorry for replying so slowly. I missed the notification I usually receive when someone comments on my posts.</description>
		<content:encoded><![CDATA[<p>Hi Dominic,</p>
<p>Good question. Unfortunately this success has not been analyzed. However the following points are suspect:</p>
<p>In the static model there is always a physical page which contains human readable code (in this case Vb-script) which needs to be interpreted and compiled to machine code. If the page has been requested it might be in the cache and this step is no longer necessary. However Google seems to hit a lot of pages which are not regularly requested.</p>
<p>The heavy use of includes in the old pages. Again if the page is requested before this will be cached.<br />
Using COM services. The new application does not rely on any COM service.</p>
<p>Moving away from Vb-script. .NET clearly is the next generation which might give the application an additional speed boost</p>
<p>PS Sorry for replying so slowly. I missed the notification I usually receive when someone comments on my posts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SDL Tridion Dynamic component templates vs static Rendering by Maximo Ganotisi</title>
		<link>http://www.albertteboekhorst.com/tridion_introduction/sdl-tridion-dynamic-component-templates-vs-static-rendering/comment-page-1/#comment-2441</link>
		<dc:creator>Maximo Ganotisi</dc:creator>
		<pubDate>Thu, 17 Jun 2010 19:14:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.albertteboekhorst.com/?p=474#comment-2441</guid>
		<description>Thanks for an interesting article. After looking through different websites I finally found something worth reading.</description>
		<content:encoded><![CDATA[<p>Thanks for an interesting article. After looking through different websites I finally found something worth reading.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SDL Tridion dynamic website performance by Dominic Cronin</title>
		<link>http://www.albertteboekhorst.com/uncategorized/sdl-tridion-dynamic-website-performance/comment-page-1/#comment-2440</link>
		<dc:creator>Dominic Cronin</dc:creator>
		<pubDate>Thu, 17 Jun 2010 19:02:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.albertteboekhorst.com/?p=549#comment-2440</guid>
		<description>Did you perform any analysis on why it&#039;s faster?</description>
		<content:encoded><![CDATA[<p>Did you perform any analysis on why it&#8217;s faster?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
