<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Kommentare zu: Peek-a-Boo Part II: Unhiding pages for RedDot CMS SmartEdit users with some CSS</title>
	<link>http://blog.markusgiesen.de/2008/07/27/unhiding-peek-a-boo-for-smartedit-users-with-some-css/</link>
	<description>The RedDot CMS and TYPO3 Blog for developers, authors and RedDot CMS clients</description>
	<pubDate>Sat, 04 Feb 2012 22:59:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.2</generator>

	<item>
		<title>Von: Dorin</title>
		<link>http://blog.markusgiesen.de/2008/07/27/unhiding-peek-a-boo-for-smartedit-users-with-some-css/#comment-893</link>
		<author>Dorin</author>
		<pubDate>Fri, 01 Aug 2008 14:06:30 +0000</pubDate>
		<guid>http://blog.markusgiesen.de/2008/07/27/unhiding-peek-a-boo-for-smartedit-users-with-some-css/#comment-893</guid>
					<description>Hi Frederic,

great work! I know and like your way to work very much.

Cheers
Dorin</description>
		<content:encoded><![CDATA[<p>Hi Frederic,</p>
<p>great work! I know and like your way to work very much.</p>
<p>Cheers<br />
Dorin</p>
]]></content:encoded>
				</item>
	<item>
		<title>Von: Burkhard Pauli</title>
		<link>http://blog.markusgiesen.de/2008/07/27/unhiding-peek-a-boo-for-smartedit-users-with-some-css/#comment-1066</link>
		<author>Burkhard Pauli</author>
		<pubDate>Wed, 17 Sep 2008 10:49:49 +0000</pubDate>
		<guid>http://blog.markusgiesen.de/2008/07/27/unhiding-peek-a-boo-for-smartedit-users-with-some-css/#comment-1066</guid>
					<description>Hi Frederic,

very nice! It's a powerful feature and you can also realise a LiveServer SSL-Switch with this approach. Here is how I did that:


    
        
            
                
                    
                        
                            
                        
                    
                
                
                    
                        
                            
                        
                    
                
            
        
    
</description>
		<content:encoded><![CDATA[<p>Hi Frederic,</p>
<p>very nice! It&#8217;s a powerful feature and you can also realise a LiveServer SSL-Switch with this approach. Here is how I did that:</p>
]]></content:encoded>
				</item>
	<item>
		<title>Von: Burkhard Pauli</title>
		<link>http://blog.markusgiesen.de/2008/07/27/unhiding-peek-a-boo-for-smartedit-users-with-some-css/#comment-1067</link>
		<author>Burkhard Pauli</author>
		<pubDate>Wed, 17 Sep 2008 10:51:39 +0000</pubDate>
		<guid>http://blog.markusgiesen.de/2008/07/27/unhiding-peek-a-boo-for-smartedit-users-with-some-css/#comment-1067</guid>
					<description>&#60;reddot:cms&#62;
    &#60;if&#62;
        &#60;query valuea="Context:CurrentRenderMode" operator="==" valueb="Int:2"&#62;
            &#60;if&#62;
                &#60;query valuea="Context:CurrentPage.Elements.GetElement(opt_secure).GetHtml()" operator="==" valueb="String:ssl"&#62;
                    &#60;htmltext&#62;
                        &#60;rde-dm:attribute mode="condition" source="request" attribute="rdeServletServer" op="contains" value="80"&#62;
                            &#60;rde-dm:process mode="redirect" url="[#request:rdeHttpsServer#]/[#request:rdePrefix#]/xchg/[#request:rdeSessionID#]/[#request:rdeProjectID#]/[#request:rdeXslID#]/-/[#request:rdeCurrentXmlId#]" status="301" /&#62;
                        &#60;/rde-dm:attribute&#62;
                    &#60;/htmltext&#62;
                &#60;/query&#62;
                &#60;query type="else"&#62;
                    &#60;htmltext&#62;
                        &#60;rde-dm:attribute mode="condition" source="request" attribute="rdeServletServer" op="contains" value="443"&#62;
                            &#60;rde-dm:process mode="redirect" url="[#request:rdeHttpServer#]/[#request:rdePrefix#]/xchg/[#request:rdeSessionID#]/[#request:rdeProjectID#]/[#request:rdeXslID#]/-/[#request:rdeCurrentXmlId#]" status="301" /&#62;
                        &#60;/rde-dm:attribute&#62;
                    &#60;/htmltext&#62;
                &#60;/query&#62;
            &#60;/if&#62;
        &#60;/query&#62;
    &#60;/if&#62;
&#60;/reddot:cms&#62;</description>
		<content:encoded><![CDATA[<p>&lt;reddot:cms&gt;<br />
    &lt;if&gt;<br />
        &lt;query valuea=&#8221;Context:CurrentRenderMode&#8221; operator=&#8221;==&#8221; valueb=&#8221;Int:2&#8243;&gt;<br />
            &lt;if&gt;<br />
                &lt;query valuea=&#8221;Context:CurrentPage.Elements.GetElement(opt_secure).GetHtml()&#8221; operator=&#8221;==&#8221; valueb=&#8221;String:ssl&#8221;&gt;<br />
                    &lt;htmltext&gt;<br />
                        &lt;rde-dm:attribute mode=&#8221;condition&#8221; source=&#8221;request&#8221; attribute=&#8221;rdeServletServer&#8221; op=&#8221;contains&#8221; value=&#8221;80&#8243;&gt;<br />
                            &lt;rde-dm:process mode=&#8221;redirect&#8221; url=&#8221;[#request:rdeHttpsServer#]/[#request:rdePrefix#]/xchg/[#request:rdeSessionID#]/[#request:rdeProjectID#]/[#request:rdeXslID#]/-/[#request:rdeCurrentXmlId#]&#8221; status=&#8221;301&#8243; /&gt;<br />
                        &lt;/rde-dm:attribute&gt;<br />
                    &lt;/htmltext&gt;<br />
                &lt;/query&gt;<br />
                &lt;query type=&#8221;else&#8221;&gt;<br />
                    &lt;htmltext&gt;<br />
                        &lt;rde-dm:attribute mode=&#8221;condition&#8221; source=&#8221;request&#8221; attribute=&#8221;rdeServletServer&#8221; op=&#8221;contains&#8221; value=&#8221;443&#8243;&gt;<br />
                            &lt;rde-dm:process mode=&#8221;redirect&#8221; url=&#8221;[#request:rdeHttpServer#]/[#request:rdePrefix#]/xchg/[#request:rdeSessionID#]/[#request:rdeProjectID#]/[#request:rdeXslID#]/-/[#request:rdeCurrentXmlId#]&#8221; status=&#8221;301&#8243; /&gt;<br />
                        &lt;/rde-dm:attribute&gt;<br />
                    &lt;/htmltext&gt;<br />
                &lt;/query&gt;<br />
            &lt;/if&gt;<br />
        &lt;/query&gt;<br />
    &lt;/if&gt;<br />
&lt;/reddot:cms&gt;</p>
]]></content:encoded>
				</item>
</channel>
</rss>

