Archiv der Kategorie ‘Debug‘
Montag, den 3. August 2009
oder
Wie lösche ich den verdammten Cache im Web Solutions Management Server (Open Text) nicht mehr RedDot CMS..
Dear english friends - please go this way to get this article in English.
Werter Web Solutions Management Server from Open Text! Erneut (ich habe dies bereits früher getan) wurdest du und deine Bande passiv-aggressiver und manchmal nicht geradeaus laufender [...]
Kategorie CMS, RedDot CMS, Debug | 2 Kommentare »
Freitag, den 24. April 2009
Whenever you have to develop in PHP and review and refine your code, was there the situation when you wish, that there might be something like the Firebug just for PHP?
The guys from Particletree just released it, they call it PQP, which stands for "PHP Quick Profiler" and you will find it here.
Screenshot of the [...]
Kategorie TYPO3, Debug, Development | 0 Kommentar »
Donnerstag, den 12. März 2009
Prolog
For you english guys just follow this link to the Unofficial Reddot CMS blog Open Text Web Solutions blog
Watch your "encoding-steps"within Navigation Manager
Nach dem Update auf die fulminante Version 9 des RedDot CMS Open Text Web Solutions Servers mit dem neuen Telerik Rich Text Editor scheint Tidy seine Tage gefristet zu haben. Bislang war [...]
Kategorie Allgemein, CMS, RedDot CMS, XHTML, Debug | 1 Kommentar »
Donnerstag, den 3. Juli 2008
Three cheers for Frederic Hemberger who published today two nice "Plugin"-like code snippets to enhance your project
1. RedDot UI: DragSort
A little tool, that lets you sort your lists inside RedDot via Drag 'n' Drop. It's using the jquery Javascript Framework and some ASP code, which contains some RQL(RedDot Query Language). Just a feature every RedDot [...]
Kategorie CMS, RedDot CMS, Library, Debug, RedDot Partner | 10 Kommentare »
Sonntag, den 23. März 2008
Here's just a small code snippet which will fight down some of your daily RedDot horror moments:
PLAIN TEXT
XML:
<reddot:cms>
<if>
<query valuea="<%opt_fieldtype%>" operator="==" valueb="String:optionOne">
<htmltext>Case one</htmltext>
</query>
<query type="else">
<if>
<query valuea="<%opt_fieldtype%>" operator="==" valueb="String:optionTwo">
<htmltext>Case Two</htmltext>
</query>
[...]
Kategorie CMS, RedDot CMS, Library, Debug | 2 Kommentare »
Donnerstag, den 6. März 2008
Hello RedDot CMS partners! And hello RedDot developers! A little snippet to play with. Just for those who did not know until now.
For using RQL scripts outside of RedDot you have to copy the file "Reddot.CMS.Rql.dll" which can be found in "\RedDot\CMS\GAC"
"RedDot\CMS\ASP\bin".
After that "include" the DLL inside your Scriptpage (i prefer .NET) with:
PLAIN TEXT
C#:
using Reddot.CMS.Rql;
namespace [...]
Kategorie RedDot CMS, Library, Debug, RedDot Partner | 3 Kommentare »
Montag, den 3. März 2008
Hello Mr. Cache, today I write you to inform you and your friends, Mr. Pagebuilder and Mrs. ProjectGUID, that I found your nest! And I also found the reason, why images referenced by other image elements via RQL are not shown in the RedDot CMS SmartEdit mode.
Yes it's simple and we both know that it [...]
Kategorie Allgemein, CMS, RedDot CMS, Library, Debug | 5 Kommentare »
Donnerstag, den 7. Februar 2008
ATTENTION! update 2008-03-04 -- This workaround is no longer proposed! I tested it and it worked fine until you start sorting in navigation manager. After that the sorting result is completely different in the navigation manager than the sorting inside the list in RedDot CMS SmartTree view!
This proposed workaround came from RedDot itself. Thanks for [...]
Kategorie CMS, RedDot CMS, Debug, RedDot Partner | 3 Kommentare »
Donnerstag, den 7. Februar 2008
Don't put a "<![CDATA[" between your rendertags even if the rendertag is the <htmltext>.
It will disable the renderprocess inside of the RedDot CMS.
This doesn't work:
<reddot:cms>
<if>
<query valuea="<%opt_body_class%>" operator="==" valueb="String:home">
<htmltext>
<div id="flashHeader"><img src="<%img_med_flash_alternative%>" alt="" /></div>
<script type="text/javascript">
[...]
Kategorie CMS, RedDot CMS, Debug | 3 Kommentare »
Freitag, den 4. Januar 2008
Never try to nest a render tag <if> query in another <if>..
It may kill some services, which are necessary for the Navigation Manager and the other render tags.
But the RedDot guys are working on it (I hope so..).
Update (16:02)
Ok, I set the "flags" value in the RDServer.ini (inside RedDot\ASP-Folder) to "256". This value says "create [...]
Kategorie CMS, RedDot CMS, Debug | 7 Kommentare »