entriestagged "Expressionengine":
Creating a simple comment live preview to use with ExpressionEngine
There probably are a magnitude of techniques on how to customize and personalize comment previews. In ExpressionEngine, by default, the comment preview's functions are stored in a separate template.
For my design, I've decided to reduce the amount of templates used. For this very blog, I am using a… read full article
Highlighting menu items with ExpressionEngine
There are indeed are variety of means by which you can highlight a menu item of the current page you're on. One way would be to use ExpressionEngine's embedded template functionality which is very sophisticated. The downside in… read full article
ExpressionEngine: How to create Gallery Entries
When it comes to designing web sites for clients, one of the things we ask ourselves first is how we can develop a required feature in the most simple and intuitive way possible. Some clients have their web sites maintained by professionals while other clients prefer to maintain their web site autonomically.… read full article
ExpressionEngine: Excluding the currently viewed entry from a recent entries list
Scenario: When viewing a single entry, you would like to display the most recent entries on the side, excluding the currently viewed entry. By default, ExpressionEngine doesn't have a special function or parameter for it. However, there's a very simple way to add this feature; by creating a global variable… read full article
Conditionals: Manipulate a Class or ID Attribute of Elements in Channel Entries
There are plenty of reasons why we sometimes need to have the first or last element in a row to have a different Class than its siblings. If, for example, I wanted to create an unordered list of which the last list item was to contain a different CSS rule than any of the other list items, I'd simply create… read full article

