Archiv der Kategorie ‘CMS‘
Dienstag, den 22. April 2008
What a nice idea! Daniel Kasimirowicz, the main writer from the RedDot Usergroup blog has written a nice example how to use my last posted code for his intranet portal. The requirement was a language switch for english content, if this is given. Daniel just created the english pages inside the german language variant, inside […]
Kategorie CMS, RedDot CMS, RedDot LiveServer | 1 Kommentar »
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 | 1 Kommentar »
Samstag, den 22. März 2008
Finally the agency Will & Bok and I made it this week. We relaunched the new TYPO3 based portal www.exxpose.de. The topic on this portal is living, renovating and building.
For the start we imported 380 recordsets with best quality content, so that search enginges can find adequate content from scratch. The complete project is based [...]
Kategorie CMS, TYPO3 | 2 Kommentare »
Freitag, den 21. März 2008
Craig from New York asked in the RedDot googlegroup if there is a way to build an imagemap in the RedDot CMS and make it editable by non-HTML knowing editors. I think for simple rectangle imagemaps it is. Here is my short summup of how I did it:
I added in the RedDotEditOnlyMode a DIV-Tag with [...]
Kategorie CMS, RedDot CMS, XHTML, CSS, Best practice | 2 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 »
Mittwoch, den 20. Februar 2008
Aufgrund einiger konkreter Fragen muss der Rückblick auf das RedDot Usergroup Treffen noch ein wenig warten. Ich führe dafür heute die Kategorie "best practice" ein. Hier werden meine Vorschläge für die bestmögliche Lösung von Aufgabenstellungen im CMS-Bereich präsentiert und zur Diskussion gestellt. Hierbei sei vorweg gesagt, es gibt nicht immer _die_ Lösung für alle Probleme. [...]
Kategorie CMS, RedDot CMS, Best practice | 0 Kommentar »
Sonntag, den 17. Februar 2008
Die Redot Usergroup[1] veranstaltet mittlerweile ihre 16te Tagung und diesmal in Stuttgart. Ziel der RDUG ist es, ein Plenum für die Anwender der Produkte des Oldenburger Unternehmens zu bilden, Erfahrungen auszutauschen und in diesem Bereich das knüpfen von Kontakten zu ermöglichen.
Neben den angekündigten Themen wie Web 2.0 ok, Usability oder "User Centred-Design", ist für mich [...]
Kategorie Allgemein, CMS, RedDot CMS, RedDot Partner | 1 Kommentar »
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 | 7 Kommentare »
Sonntag, den 3. Februar 2008
I'm RedDot CMS developer for about 4 years and I'm a bit irritated, that there is so precious little free information or knowledgesharing on that topic.
J.G., german senior web developer
A note I read this week, from a web developer, working for a well known web agency. And I had to think, that he's right. Why [...]
Kategorie CMS, RedDot CMS, RedDot Partner | 5 Kommentare »