<?php
$page_name = "A Guide to Flowers for Men";
$menu_type = "random";
$menu_name = "Flowers";
$blog_num = 66;
$page_rate = 7;
$page_tags = array("erudition");
$page_date = "May 21, 2012";
include_once("./files/head.php");

echo "<p>So, recently a friend of the female variety told an amusing story about asking her boy for a yellow tulip for her birthday.  The poor guy got her a very nice boquet with an orange lily...He couldn't find yellow, so he hoped orange was close enough, good try, probably would have succeeded...if it had been a tulip.  So to save my fellow men from floundering in the flower store, here are my tips and advice.</p>\n";
echo "<p><span class=\"red\">UPDATE:</span> Same girl, different boy...Still wanting her yellow tulip, but this year she got a white carnation :)</p>\n";

echo "<h3>Giving Flowers</h3>\n";
echo "<center><div class=\"center_pic\"><img src=\"./images/random/flower_flowchart.gif\" width=500 height=767></div></center>\n";


echo "<h3>Identify Her Favorite Flower</h3>\n";
echo "<p>As my friend's story showed, better the wrong color than the wrong flower.  Here is an excellent website with pretty pictures for you guys; <a href=\"http://www.floristdex.com/types-of-flowers/\">http://www.floristdex.com/types-of-flowers/</a></p>\n";


echo "<h3>Potted Plants</h3>\n";
echo "<ul>\n";
  echo "<li>Pointsettas are for christmas, not dating.</li>\n";
  echo "<li>Marigolds are always good.</li>\n";
  echo "<li>Don't fill the bottom inch with stones...a single stone covering the drain hole (not sealing) is all you need.</li>\n";
  echo "<li>Be creative with your 'pot', fancy tin cans, plastic popcorn containers, etc, show you put extra thought in.</li>\n";
  echo "<li>Include one of those self watering bulbs.</li>\n";
  echo "<li>Bamboo is fun.</li>\n";
  echo "<li>Geraniums are meh, but still pretty.</li>\n";
  echo "<li>Venus fly-traps can be fun.</li>\n";
  echo "<li>A cute little cactus or miniature cactus garden is cool.</li>\n";
  echo "<li>Peppers are colorful and edible!</li>\n";
  echo "<li>Ferns are nifty.</li>\n";
  echo "<li>This would be awesome to give: <a href=\"http://en.wikipedia.org/wiki/Vegetable_Lamb_of_Tartary\">Vegetable Lamb of Tartary</a></li>\n";
echo "</ul>\n";


echo "<h3>Advice</h3>\n";
echo "<ul>\n";
  echo "<li>Roses are horribly formal.  Save them for anniversaries and valentines day.</li>\n";
  echo "<li>Carnations are for high school grad.</li>\n";
  echo "<li>Unless she says otherwise, you can't go wrong with gerber daisies.</li>\n";
  echo "<li>Score bonus points, give a nice vase too.  Nothing too big, but one that will hold 2 or 3 flowers.</li>\n";
  echo "<li>Daffodils are toxic, but pretty.</li>\n";
  echo "<li>Pointsettas are poisonous.</li>\n";
  echo "<li>Marigold can be used as an antiseptic and anti-inflamitory.</li>\n";
  echo "<li>No one gives violets, I don't know why.  I think they are nice.</li>\n";
  echo "<li>Generally avoid tulips, they apparently scream 'cheap'.  But if you're asked for one...</li>\n";
  echo "<li>Avoid flowers on the first date...But mega points if you give them (once) on date 2 or 3.</li>\n";
  echo "<li>Avoid dyed flowers (unless they are your wedding colors).  Dyed blue roses are silly when there are real blue roses out there.</li>\n";
echo "</ul>\n";

echo "<h4>And remember, when it comes to flowers, SHE always knows best.</h4>\n";

include_once("./files/close.php");

?>