Define Drama

May 07, 2007 @ 01:48 PM | posted by carmelyne

(last updated: 06.24.07)
Drama

Drama (Classical Greek δρᾶμα) is a literary form involving parts written for actors to perform. It is a Greek word meaning "action", drawn from the (Classical Greek δρᾶν), "to do".

Dramas can be performed in various media: live performance, radio, film, and-or television. "Closet dramas" are works written in the same form as plays (with dialogue, scenes, and "stage directions"), but meant to be read rather than staged; examples include the plays of Seneca, Manfred by Byron, and Prometheus Unbound by Percy Bysshe Shelley. Other dramatic literature may not resemble plays at all, such as the Imaginary Conversations of Walter Savage Landor. Drama is also often combined with music and dance, such as in opera which is sung throughout, musicals which include spoken dialog and songs, or plays that have musical accompaniment, such as the Japanese Noh drama.

Content testing: SEO purposes. Source: Wikipedia

[ Last updated: June 24, 2007 @ 12:47 PM ]

Sorry, comments are closed for this article.

Snippets of 06/24/07

Rails 'A'..'Z' Paginate

1
2
3
4
5
6
7
8
9
10
11
# Starts with 'A'..'Z' Paginate / model
def self.sort(sort)
  if sort
    find(:all, :conditions => ['name LIKE ?', "#{sort}%"])
  else
    find(:all, :order => 'name')
  end  
end

# index action / controller
@models = Model.sort(params[:sort]) 

Recent Posts...

RailsConf 2006
I heart devChix