Tuesday, February 26, 2008

Monday, February 25, 2008

Design Overlays

Excellent Design for Graphics Blending and Design Overlays / Color Matching

http://www.techsmith.com/featured/2007/camtasia/domore/?cmp=ORlyCS1

Sunday, February 24, 2008

Thursday, February 14, 2008

Wednesday, February 13, 2008

Over-riding Templaate Viewlets

http://plone.org/documentation/tutorial/customizing-main-template-viewlets/overriding-a-viewlet

Finding Things in Plone 3

http://plone.org/documentation/tutorial/where-is-what/tutorial-all-pages

CSS - Borders

{border-bottom: medium solid #ff0000}


http://www.w3schools.com/css/pr_border-bottom.asp

Removal of Page Descriptions from Page Content

This procedure removes the description metadata from the style sheet so it will no longer be displayed when the item is viewed. Descriptions will still be displayed in the search results and by hovering the mouse over the item.


Login as admin

Click on site setup
Click on Zope Management Interface
Click on portal_skins (Controls skin behaviour (search order etc))
Click on plone_content
Click on document_view (View Document)
Click on the Customize button
Scroll down, look for, select and delete these five lines:

class="documentDescription" tal:content="here/Description" tal:condition="here/Description"> Description

include the surrounding Ps

Click on the Save Changes button
Click on the first / in the path at the top of page
Click on the View tab


How to Put the Descriptions back

Login as admin
Click on site setup
Click on Zope Management Interface
Click on portal_skins (Controls skin behaviour (search order etc))
Click on Custom
Click in the checkbox next to document_view
Click the Delete button
Click on the first / in the path at the top of the page
Click on the View tab


Source: http://www.statelibraryofiowa.org/ld/silo/web/adv-cust-class/remove-description/