Stephanie Braxton
Stephanie Braxton (born December 11, 1944 in Boston, Massachusetts) is an American television writer, playwright and actress. She married Dan Hamilton in 1976 after meeting him when they were both appearing on The Secret Storm. They later appeared together on All My Children. Her character on The Edge of Night, Winter Austin, murdered his character, Wade Meecham. They are now divorced. She is the stepmother of Josh Hamilton. (Josh Hamiliton played her step-son on All My Children.)
Stephanie Braxton | |
---|---|
Born | Boston, Massachusetts, U.S. | December 11, 1944
Occupation | Television writer, actress, playwright |
Spouse(s) | Dan Hamilton (divorced) |
Acting credits
- Love Is a Many Splendored Thing (Blind student)
- The Secret Storm (Laurie Hollister Stevens Reddin #2)
- All My Children (Tara Martin#2)
- The Edge of Night (Winter Austin #2)
- Quincy M.E. (Donna)
- Eight is Enough (Doris)
- Dallas (Alisha Ogden)
- King's Crossing (Carol Hadary)
- Hill Street Blues (Fowler)
- The Jeffersons (Leontyne Farrell)
- The Lilac Papers (Jean)
- Caught in the Act (Herself)
Writing credits
- One Life to Live
- Guiding Light
- Search for Tomorrow (co-head writer with Paul Avila Mayer)
- General Hospital (hired by Claire Labine)
- As the World Turns (Hired by Douglas Marland)
Awards and nominations
Daytime Emmy Awards
WINS
- (1995; Best Writing; General Hospital)
- (2001; Best Writing; As the World Turns)
NOMINATIONS
- (1985; Best Writing; Guiding Light)
- (1989, 1991 & 1993; Best Writing; As the World Turns)
Writers Guild of America Award
WINS
- (1995 & 1996 seasons; General Hospital)
NOMINATIONS
- (1985 & 2002 seasons; Guiding Light)
- (1990 season; As the World Turns)
- (1997 season; General Hospital)
gollark: It's a websocket-based inter-computer cross-server message relay.
gollark: ```rust#[derive(Serialize, Deserialize, Debug, PartialEq, Eq, Hash, Clone)]#[serde(untagged)]pub enum Channel { Numeric(i64), Named(String)}#[derive(Serialize, Deserialize, Debug, Clone, Message)]pub struct RawMsg { pub channel: Channel, #[serde(flatten)] pub meta: HashMap<String, Value>, pub message: Value}#[derive(Serialize, Deserialize, Debug, Clone, Message)]pub struct Msg { pub channel: Channel, #[serde(flatten)] pub meta: HashMap<String, Value>, pub message: Value, pub timestamp: chrono::DateTime<chrono::Utc>}#[derive(Serialize, Deserialize, Debug)]#[serde(tag = "type")]enum MessageFromClient { #[serde(rename = "open")] Open { channel: skynet::Channel }, #[serde(rename = "close")] Close { channel: skynet::Channel }, #[serde(rename = "message")] Message(skynet::RawMsg)}#[derive(Serialize)]#[serde(tag = "type")]enum MessageToClient<'a> { #[serde(rename = "message")] Message(skynet::Msg), #[serde(rename = "channels")] OpenChannels { channels: &'a HashSet<skynet::Channel> }}```WIP Rust notreallyconversion of the Skynet protocol.
gollark: ```goconst( zero = iota; /* iota starts as zero */ one = iota; /* ...and is incremented every semicolon */ two; /* the last expression is repeated if you omit it */ three;)```
gollark: ```govar numbers map[string]int;numbers["One"] = 1;numbers["Two"] = 2;numbers["Three"] = 3;print(numbers["Four"]);```A small example of wrong.
gollark: Slightly sane*r*.
External links
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.