Onions – My Square Foot Garden (2024)

  • Veggies

by Emily MySFG · Published · Updated

', enableHover: false, enableTracking: true, buttons: { twitter: {via: ''}}, click: function(api, options){ api.simulateClick(); api.openPopup('twitter'); } }); $('#facebook').sharrre({ share: { facebook: true }, template: '

{total}

', enableHover: false, enableTracking: true, buttons:{layout: 'box_count'}, click: function(api, options){ api.simulateClick(); api.openPopup('facebook'); } }); $('#googleplus').sharrre({ share: { googlePlus: true }, template: '

{total}

', enableHover: false, enableTracking: true, buttons:{size: 'tall'}, urlCurl: 'http://www.mysquarefootgarden.net/wp-content/plugins/hueman-addons/addons/assets/front/js/sharrre.php', click: function(api, options){ api.simulateClick(); api.openPopup('googlePlus'); } }); // Scrollable sharrre bar, contributed by Erik Frye. Awesome! var $_shareContainer = $(".sharrre-container"), $_header = $('#header'), $_postEntry = $('.entry'), $window = $(window), startSharePosition = $_shareContainer.offset(),//object contentBottom = $_postEntry.offset().top + $_postEntry.outerHeight(), topOfTemplate = $_header.offset().top, topSpacing = _setTopSpacing(); //triggered on scroll shareScroll = function(){ var scrollTop = $window.scrollTop() + topOfTemplate, stopLocation = contentBottom - ($_shareContainer.outerHeight() + topSpacing); $_shareContainer.css({position : 'fixed'}); if( scrollTop > stopLocation ){ $_shareContainer.css( { position:'relative' } ); $_shareContainer.offset( { top: contentBottom - $_shareContainer.outerHeight(), left: startSharePosition.left, } ); } else if (scrollTop >= $_postEntry.offset().top - topSpacing){ $_shareContainer.css( { position:'fixed',top: '100px' } ); $_shareContainer.offset( { //top: scrollTop + topSpacing, left: startSharePosition.left, } ); } else if (scrollTop < startSharePosition.top + ( topSpacing - 1 ) ) { $_shareContainer.css( { position:'relative' } ); $_shareContainer.offset( { top: $_postEntry.offset().top, left:startSharePosition.left, } ); } }, //triggered on resize shareMove = function() { startSharePosition = $_shareContainer.offset(); contentBottom = $_postEntry.offset().top + $_postEntry.outerHeight(); topOfTemplate = $_header.offset().top; _setTopSpacing(); }; /* As new images load the page content body gets longer. The bottom of the content area needs to be adjusted in case images are still loading. */ setTimeout( function() { contentBottom = $_postEntry.offset().top + $_postEntry.outerHeight(); }, 2000); function _setTopSpacing(){ var distanceFromTop = 20; if( $window.width() > 1024 ) { topSpacing = distanceFromTop + $('.nav-wrap').outerHeight(); } else { topSpacing = distanceFromTop; } return topSpacing; } //setup event listeners $window.scroll( _.throttle( function() { if ( $window.width() > 719 ) { shareScroll(); } else { $_shareContainer.css({ top:'', left:'', position:'' }) } }, 50 ) ); $window.resize( _.debounce( function() { if ( $window.width() > 719 ) { shareMove(); } else { $_shareContainer.css({ top:'', left:'', position:'' }) } }, 50 ) ); });

You may also like...

  • Bush Beans

  • Eggplant

  • Winter Squash

25 Responses

  • Comments25
  • Pingbacks0
  1. Emily says:

    June 1, 2012 at 9:44 am

    Tina–you can plant 16 per square and thin them down to 9 or 4 by using them as green onions. You can even cut the bulb and roots off, replant it, and it will grow again. The problem with totally replanting is that storing onions take a long time to develop.

  2. Jake Evans says:

    May 26, 2012 at 4:50 am

    How do you grow shallots?

  3. Tina @ Dewdrop Garden says:

    May 18, 2012 at 7:42 pm

    I planted my onion sets and had put 16 in one square not realizing I should have done less for full onions. Those onions grew super fast, so since I had so many together I pulled them up today for green onions. I have a couple questions now: 1. Can I plant more onion sets in that same square for full onions later? 2. I pulled the bulb off the green and am wondering if I should use the little onion bulb that came off?

    Thanks for all of your help!

  4. judy judy says:

    May 9, 2012 at 1:13 pm

    had a lot of onions go 2 seed….more info on starting with seed please

  5. April 27, 2011 at 4:44 pm

    Diane–I’ve never made compost tea, but I would use it as an all purpose fertilizing boost, but I don’t believe it has enough N-P-K to consider it “fertilizer”. Some plants will need additional sources of particular nutrients, so you should find organic options (blood meal, bone meal, fish meal, soybean meal, etc.).

  6. Diane says:

    April 24, 2011 at 4:17 pm

    Hello Emily…WOW! Am I ever learning a lot on your wonderful site! I have a question. I am a “newbie” at gardening having only grown tomatoes and peppers the last two summers. This year I have a larger area and am trying my hand at organic gardening. I did some reading on compost tea…made up a 5 gallon batch and have used t on all my young plants. Is this considered fertilizer? I noticed you said only fertilize x amount of times (depending on the veggie) if I regularly use compost tea on all my veggies would I be over doing it? Or is the tea different than actually fertilizing? Thank you (in advance ;-D)
    Diane in N.E. Texas

  7. Plant Onions says:

    May 19, 2010 at 11:06 am

    Some of the gardening forums recommend against planting sets though many of the university extensions mention nothing about this. The reason is that sets tend to bolt fast.

    You can plant seeds, sets or plants once you can work the soil. Onion plants are very hardy and will survive down to 20º.

  8. Dina says:

    June 23, 2009 at 9:44 pm

    Hi,

    This is my second garden and I can get everything to grow except for my onions. This time I planted “starters” in hopes that they would grow. I got very excited because the tops are long and thick…but as I read above… this might be “leggy?”
    I have pulled a few up and there are no actual onions. Do I just wait? Is this normal? Any and all answers are helpful; I am lost here.

    Thanks,
    Dina
    SF, CA

  9. Emily says:

    April 23, 2009 at 4:54 pm

    Quinn,

    It will kill the plant if you harvest just the green tops. The way to use them is to pull the entire plant–they will look similar to green onions in the store.

    That is why you can plant up to 16 per square foot, then thin them down to 4 per square by using them as green onions.

  10. Quinn says:

    April 23, 2009 at 2:46 pm

    Hi,

    If I harvest the green tops of my onion sets (which are now about 7′ tall), will it kill the bulb, or can I harvest the tops continuously and then harvest the onion bulb itself at the end of the season?

    I’d love any help!

    -Quinn (Charlottesville, VA)

  11. Emily says:

    April 22, 2009 at 7:01 am

    I think they are sprouting–all conditions must have been perfect! Hurray!

  12. Melanie says:

    April 20, 2009 at 3:22 pm

    Thanks so much for the tips!! I just planted mine a few days ago and I already see green shoots coming up – could they be sprouting already?? I’ve planted both yellow and red starts. Yippee!!!!

  13. April 2, 2009 at 5:46 am

    For Heather and her leggy cabbage & broccoli plants, they do well to be transplanted deeper than they were in their flat cells. I typically plant them about half way up the stem. They like tomatoes will root on the stem.

  14. April 2, 2009 at 5:37 am

    What a great site! I was trying to figure out when to plant my onion seedlings outside and I came across your site. Love it!

    I’m also square foot gardening on my little lot in NE Ohio.

  15. Emily says:

    March 23, 2009 at 7:18 pm

    Good to know–those transplants are significantly bigger than seeds started indoors. Sounds like they are frost-hardy and perhaps can be planted at the same time as sets.

    How close to plant depends on what you want–green onions? Plant 1″ apart. If you want bigger onions for storage, plant them 4″ apart (for square foot gardening, that is 9 per square). If they are a variety that gets really big, try 6″ apart.

    As for broccoli, see the Veggies tab, or click http://www.mysquarefootgarden.net/veggies to read about when to plant broccoli.

  16. veronica says:

    March 23, 2009 at 1:36 pm

    I guess the onions that I bought are the transplants. They look like miniature green onions and the guy at Anderson’s seed said they could be planted outside right now with no problem.

    But how close together should I plant them? ALso, can broccoli be planted outside right now? I know peas can.

  17. Emily says:

    March 22, 2009 at 11:43 pm

    K,

    It all depends on how bad they are. Some plants (like tomatoes) aren’t such a problem when they are leggy–you can just bury them deeper. I’m not sure if that works for those in the cabbage family.

    When starting seeds inside, it’s my experience that you need to keep the lights quite close to the top of the plants, or they will get too tall (aka “leggy”). When mine first pop up and I need to thin them, I often choose to keep a smaller plant. At first I thought “bigger is better” or “bigger is stronger” but sometimes “bigger is leggier” (wow, is that a word?).

    Depending on what week you’re on, you might want to start over with new seeds. Or, you can just try planting the ones you’ve grown. If they don’t work well (you will know within a week or two of transplanting into your garden), you can always go buy some starts and use those.

    I can’t suggest it enough–a call to your local extension office is often helpful. This is only my third year gardening, and though I love to research books and the internet, nothing compares with the wisdom that comes from years of gardening!

    Good luck!

  18. Kimberly says:

    March 22, 2009 at 5:49 pm

    My broccoli, cauliflower and cabbage seedlings came up great, but they are now very tall and leggy. I have kinda figured out that it has happened because my light was not sufficient. Do you have any ideas for them, or will they just be lost??

    Any help is greatly appreciated!!

    K

  19. Emily says:

    March 22, 2009 at 9:01 am

    Heather,

    The bundle of onions you are describing are called transplants. Honestly, I didn’t find any definitive advice on when to plant these. It makes sense to me that the sets (little bulbs) can tolerate the possible frost they will encounter if planted 8 weeks before the frost date. I’m not so sure about purchased transplants. I don’t know how cold-hardy they are.

    Again, I would direct you to your local extension office. Please let us know what you find out. If I find a good answer, I’ll edit the post to include it!

  20. Emily says:

    March 22, 2009 at 8:58 am

    Veronica,

    Onions sets should look like mini-onions, dry, compact and no bigger than a quarter. When they sprout they have a little shoot (sometimes green) coming out of the top.

    I’m not sure if you are describing that, or onion transplants which look like short green onions you would buy at the grocery store. They often come in 4-packs in dirt.

    If you are talking about sets and yours have 6 inch sprouts, I’m not sure if they will work. Call your local extension office. http://www.extension.org If you have transplants, they are just fine!

  21. Heather says:

    March 21, 2009 at 3:01 pm

    What about planting the little bundle of onions. When can you plant those. We got 40 from Anderson Seed in Logan and I forgot to ask when you can plant them. They are not sets and they aren’t seeds. I’m thinking they are the transplants?

  22. veronica says:

    March 21, 2009 at 1:26 pm

    I just bought onion sets today and i’m wondering what a sprouted onion looks like. Does it have roots on the white part? The ones I got have roots and the green stems are about 6 in. long. Are these any good?

    Also, i’m up here in logan, and they said that onion, peas, and broccoli can be planted in the ground right now. Do you think that’s too early?

  23. March 20, 2009 at 8:32 pm

    Cool website. I’m doing SFG for the first time this year. I built two 4×8 beds (yes, I guess I’m ambitious). I’m in an orange area, today I planted onion seeds. I’ve never grown onions before. After reading this post, I’m interested in seeing how mine do.

  24. Emily says:

    March 20, 2009 at 8:57 am

    I don’t think those sets will last a year. My guess is they will sprout. I think your best bet is to find a friend planting onions and split the cost, or just give them to someone who will use them. It does seem silly that they give you 100!

  25. Denise says:

    March 20, 2009 at 8:14 am

    Thanks for the information. That really helps out. What can we do with the left over sets? Will the still be good for next year or do we need to start fresh every year?

Onions – My Square Foot Garden (2024)
Top Articles
Latest Posts
Article information

Author: Lilliana Bartoletti

Last Updated:

Views: 6072

Rating: 4.2 / 5 (53 voted)

Reviews: 92% of readers found this page helpful

Author information

Name: Lilliana Bartoletti

Birthday: 1999-11-18

Address: 58866 Tricia Spurs, North Melvinberg, HI 91346-3774

Phone: +50616620367928

Job: Real-Estate Liaison

Hobby: Graffiti, Astronomy, Handball, Magic, Origami, Fashion, Foreign language learning

Introduction: My name is Lilliana Bartoletti, I am a adventurous, pleasant, shiny, beautiful, handsome, zealous, tasty person who loves writing and wants to share my knowledge and understanding with you.