Ask Ronit

I Like Your Ponytail, A Story About CommitmentI Like Your Ponytail, A Story About Commitment

“I like your ponytail.” I said in a playful manner. “Ponytail?” he repeated in a thick French accent. There and then began the most extraordinary odyssey of my life.…

Avoid 90% of the Pesticides in Food, by Avoiding 12 Foods

Why should you care about pesticides in your food?For starters there may be as many as twenty pesticides on a single piece of fruit you eat.…

My HeroMy Hero

Dear Mrs. Black,It was January 1967 when this 11 year-old, frightened, little Israeli girl walked into your classroom for the first time. I had only arrived in the country two weeks before.…

We Are Sexual BeingsWe Are Sexual Beings

With sex all around us, oozing out of our televisions, theaters, magazines, fashion, on the streets, one would think we are the most sexually informed, open and comfortable nation on the planet.”…

The Banking ImplosionThe Banking Implosion

I’m sure by now you all have noticed the ongoing meltdown in the mortgage industry. The cause of this whole mess is a little bit complicated, rooted in both the structure of the mortgage industry, and human nature. I’ll try to explain both factors here in layman’s terms.…

Breaking old habits; Creating new Ones

We are mostly habitual beings. Webster defines habit as an acquired mode of behavior that has become nearly or completely involuntary.…

Life is Poetry

  • Life is Poetry
  • Life is Poetry
  • Life is Poetry
  • Life is Poetry
  • Life is Poetry
  • Life is Poetry

Navigation

Compose Tips

  • Allowed HTML tags: <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <q>

    This site allows HTML content. While learning all of HTML may feel intimidating, learning how to use a very small number of the most basic HTML "tags" is very easy. This table provides examples for each tag that is enabled on this site.

    For more information see W3C's HTML Specifications or use your favorite search engine to find other sites that explain HTML.

    Tag DescriptionYou TypeYou Get
    Emphasized<em>Emphasized</em>Emphasized
    Strong<strong>Strong</strong>Strong
    Cited<cite>Cited</cite>Cited
    Coded text used to show programming source code<code>Coded</code>Coded
    Unordered list - use the <li> to begin each list item<ul> <li>First item</li> <li>Second item</li> </ul>
    • First item
    • Second item
    Ordered list - use the <li> to begin each list item<ol> <li>First item</li> <li>Second item</li> </ol>
    1. First item
    2. Second item
    Definition lists are similar to other HTML lists. <dl> begins the definition list, <dt> begins the definition term and <dd> begins the definition description.<dl> <dt>First term</dt> <dd>First definition</dd> <dt>Second term</dt> <dd>Second definition</dd> </dl>
    First term
    First definition
    Second term
    Second definition
    Quoted inline<q>Quoted inline</q>Quoted inline

    Most unusual characters can be directly entered without any problems.

    If you do encounter problems, try using HTML character entities. A common example looks like &amp; for an ampersand & character. For a full list of entities see HTML's entities page. Some of the available characters include:

    Character DescriptionYou TypeYou Get
    Ampersand&amp;&
    Greater than&gt;>
    Less than&lt;<
    Quotation mark&quot;"
  • Lines and paragraphs are automatically recognized. The <br /> line break, <p> paragraph and </p> close paragraph tags are inserted automatically. If paragraphs are not recognized simply add a couple blank lines.
  • Paging Help

    Break long pages into smaller ones by means of a "page" tag:

    first page here.
    <!--pagebreak-->
    second page here.
    <!--pagebreak-->
    more pages here.