Originally from del.icio.us/tag/plone by
Originally from del.icio.us/tag/plone by cbscorneti
Originally from del.icio.us/tag/plone by 7clem
Creating a new theme for Plone: a real-world example â plone.org
Originally from del.icio.us/tag/plone by garrop
DIYPloneStyle: Creating a Custom Style for Plone â plone.org
Originally from del.icio.us/tag/plone by garrop
The Definitive Guide to Plone â PloneDocs
Originally from del.icio.us/tag/plone by spacemunkey
DynamicImager is a small product with which you can generate dynamic images given a text. This enables you to rotate text in browsers that do not support that.
Originally from del.icio.us/tag/plone by cwiesner
Let’s say you want to change the height of a WYSIWYG field. You may have noticed that the Archetypes’ rows attribute doesn’t work if the WYSIWYG-field is rendered.
The solution: you have to format the field with css. Add a entry in your custom style sheet.
   #kupu-editor-<my-field> iframe.kupu-editor-iframe {      height: <my-height>px;   }
Whereas <my-field> is the name of the field and <my-height> the height in pixels. This will - of course - only work with kupu, but I’m sure there will be a similar solution for FCKeditor and fellows.
Please be aware that this will change all fields with name <my-field>. This may or may not make sense for you.
For example, following snippet will change the height of Plone’s (e.g. in Pages) text fields:
   #kupu-editor-text iframe.kupu-editor-iframe {       height: 100px;   }
Originally from Planet Plone by diefenbach
Top 7 Plone Conference Videos
Top 7 Plone Conference Videos â The Plone Blog
Originally from del.icio.us/tag/plone by nicedexter
Plone 2.5 and OpenLDAP Integration for Users and Groups â plone.org
Originally from del.icio.us/tag/plone by fra.gilbert