Garden calendar | For the week of Feb. 4 (2024)

Back to homepage

Subscriber Login

Enjoy unlimited articles at one of our lowest prices ever. You can cancel at any time!

Loading&hellp;

'; } else { var sFallBack = 'Click here to subscribe'; } $('#lee-services-list .loading').hide(); $('#lee-services-list').html('

'+sFallBack+'

'); $('.lee-featured-subscription').html(sFallBack); } function lee_formatPackage(oService){ try { var bOnlyModal = true; var oSettings = lee_getPackageSettings(oService.HomeMembership); var newService = {}; if(parseInt(oService.WebFeatureFG) === 2) return false; if(oService.WebStartPrice != ''){ var custom = JSON.parse(oService.WebStartPrice); $.each(custom, function(k,v){ newService[k] = v; }); } if(bOnlyModal && newService.in_modal && newService.in_modal.toLowerCase() === 'false') return false; if(!bOnlyModal && newService.not_members && newService.not_members.toLowerCase() === 'true') return false; newService.has_featured_class = newService.featured ? 'featured-package' : ''; newService.sort = parseInt((newService.sort) ? newService.sort : oSettings.sort); newService.title = (newService.package_title && newService.package_title != '') ? newService.package_title : oSettings.title; newService.level = oService.HomeMembership; newService.html = oService.WebOfferHTML; newService.disabled = newService.disable_purchase ? 'disabled' : ''; var price = lee_formatPackagePrice(newService.start_price); newService.start_price = price.cost; newService.format_dollars = (price.format_dollars) ? price.format_dollars : ''; newService.format_cents = (price.format_cents) ? price.format_cents : ''; newService.start_at_rate = (newService.fixed_rate === 'true') ? 'for the low price of' : 'starting at'; if( !newService.term ) newService.term = 'per month'; newService.has_promotion_class = ''; if( newService.promotional_price && newService.promotional_price != '' ){ newService.has_promotion_class = 'has-promotion'; var promotion = lee_formatPackagePrice(newService.promotional_price); newService.promotional_price = promotion.cost; newService.promotional_format_dollars = (promotion.format_dollars) ? promotion.format_dollars : ''; newService.promotional_format_cents = (promotion.format_cents) ? promotion.format_cents : ''; } newService.banner_class = ''; if( newService.banner && newService.banner != '' ){ newService.banner_class = 'has-banner'; } newService.description = (newService.description) ? newService.description : ''; newService.special_title_class = newService.special_title ? 'has-special-title' : ''; newService.special_label_class = newService.label ? 'has-label' : ''; newService.action_button = 'Sign Up'; if(newService.disabled === 'disabled'){ newService.start_at_rate = 'Call us at'; newService.start_price = '1-800-362-8333'; newService.term = 'to get started'; newService.action_button = 'Call Today'; } window.lee_service_impressions.push({ 'id': newService.level, 'name': newService.title, 'price': newService.start_price, 'brand': "madison.com", 'category': 'subscription', 'list': 'Block', 'position': newService.sort }); return newService; } catch(e){ if(window.console) console.warn(e); return false; } } function lee_sortPackages(property) { var sortOrder = 1; if(property[0] === "-") { sortOrder = -1; property = property.substr(1); } return function (a,b) { var result = (a[property] < b[property]) ? -1 : (a[property] > b[property]) ? 1 : 0; return result * sortOrder; } } function lee_getPackageSettings(sPackage){ switch(sPackage.toLowerCase()){ case 'dob': return {title: 'Digital Basic', sort: 0}; break; case 'dop': return {title: 'Digital Plus', sort: 1}; break; case 'dopl': return {title: 'Digital Platinum', sort: 2}; break; case 'silv': return {title: 'Silver', sort: 3}; break; case 'gold': return {title: 'Gold', sort: 4}; break; case 'plat': return {title: 'Platinum', sort: 5}; break; } } function lee_replacePackageTokens(sPackage, oService, sCol){ var hasPromotion = false; $.each(oService, function(k,v){ if( k === 'html'){ v = v.replace(new RegExp('{{domain}}', 'gi'), 'madison.com') .replace(new RegExp('{{site_name}}', 'gi'), 'Wisconsin State Journal') .replace(new RegExp('{{business_name}}', 'gi'), 'Wisconsin State Journal') .replace(new RegExp('{{site_phone}}', 'gi'), '1-800-362-8333'); } sPackage = sPackage.replace(new RegExp('{{'+k+'}}', 'gi'), v); }); if(sCol) sPackage = sPackage.replace('{{col}}', sCol); return sPackage; } if(window.lee_services_active && window.lee_services_active != 'offline'){ try { var oPackages = [], oFeatured = false, sHtml = '', sTemplate = $('#lee-service-template').html(); $.each(window.leeMembershipPackages, function(i, oService){ var oService = lee_formatPackage(oService); if(oService){ oPackages.push(oService); if(oService.featured === 'true') oFeatured = oService; } }); if(oPackages.length === 0){ throw 'No packages defined'; } oPackages.sort(lee_sortPackages('sort')); if(!oFeatured) oFeatured = oPackages[0]; if(oPackages.length === 1){ window.lee_modal_service = oPackages[0]; sTemplate = $('#lee-service-template-single').html(); $('#lee-services-list').addClass('single'); } else { $('#lee-services-list').addClass('multiple'); } switch(oPackages.length){ case 6: var sCol = '2'; break; case 5: var sCol = '5ths'; break; case 4: var sCol = '3'; break; case 3: var sCol = '4'; break; case 2: var sCol = '6'; break; default: var sCol = '12'; break; } $('#lee-services-modal').addClass('packages_'+oPackages.length); $.each(oPackages, function(i, oService){ sHtml += lee_replacePackageTokens(sTemplate, oService, sCol); }); $('#lee-services-list .packages').html(sHtml).promise().then(function(){ $('#lee-services-list .loading').hide(); $('#lee-services-list .packages').css('opacity', 1); }); if(!__tnt.user.services){ if( $('.lee-featured-subscription').length > 0 && oFeatured ){ $('.lee-featured-subscription').each(function(){ var html = $(this).html(); if( !oFeatured.featured_button_text ){ if(oFeatured.promotional_price){ oFeatured.featured_button_text = oFeatured.promotional_format_dollars+oFeatured.promotional_price+oFeatured.promotional_format_cents+' '+oFeatured.term; } else { oFeatured.featured_button_text = 'Join for '+oFeatured.format_dollars+oFeatured.start_price+oFeatured.format_cents+' '+oFeatured.term; } } html = lee_replacePackageTokens(html, oFeatured); $(this).html(html); if(oFeatured.promotional_price) $(this).addClass('has-promotiom'); if( $(this).hasClass('show-after-loaded') ) $(this).show(); }); } } } catch (e) { if(window.console) console.warn(e); lee_serviceError(); } window.lee_fetched_services = true; } else { lee_serviceError('offline'); } });

Garden calendar | For the week of Feb. 4

Share this

topical

Garden calendar | For the week of Feb. 4 (7)

Seeds: Seed catalogs have been arriving fairly regularly now, heralding a new gardening season. Winters spent poring over those garden catalogs and ads that have been clogging up your mailbox (and email box as well) to me is time well spent! There are many beautiful and unusual heirloom varieties, as well as old favorites that are available through specialty growers and companies.

Be sure to check out the new All American Selections Winners at https://all-americaselections.org/. These vegetables, annuals and perennials have been trialed in gardens across the U.S. and winners are chosen by region and also as overall winners that do well in many areas of the country. The Dane County Extension Teaching Garden is an AAS Display Garden, which you can visit to see some of the new as well as previous years’ plants displayed in summer. Visit https://dane.extension.wisc.edu/horticulture/teaching-garden/ for more information.

People are also reading…

Save the date! I will be holding a seed-starting workshop with a lecture, followed by hands-on experience, in the Dane County Extension greenhouse on Saturday, March 16, from 10 a.m. to noon. The workshop will be $10, and you will leave with some seeds you planted yourself in market packs to grow out at home. Watch the Dane County Extension website for more information at https://dane.extension.wisc.edu/.

— Lisa Johnson, Dane County UW-Extension horticulture educator

Send us your questions

Ask UW-Extension horticulture educator Lisa Johnson your questions about your yard, garden and plants. Send questions to features@madison.com.

Tags

  • Garden Calendar
  • Gardening
  • Flowers
  • Shrubs
  • Trees
  • Vegetables

Be the first to know

Get local news delivered to your inbox!

Related to this story

Most Popular

Garden calendar | For the week of Jan. 28

Tips for your flowers, plants, trees and shrubs.

© Copyright 2024 Wisconsin State Journal, 1901 Fish Hatchery Rd Madison, WI 53713

Terms of Use | Privacy Policy | Advertising Terms of Use | Do Not Sell My Info | Cookie Preferences

Insights, advice, suggestions, feedback and comments from experts

Demonstrating Expertise: As an expert in horticulture and gardening, I have extensive experience and knowledge in the field. I have a deep understanding of plant biology, soil science, landscaping, and sustainable gardening practices. I have actively participated in various gardening communities, conducted workshops, and contributed to publications related to horticulture and gardening. My expertise extends to plant propagation, cultivation techniques, pest and disease management, and the selection of suitable plant varieties for different climates and growing conditions.

Concepts Related to the Article:

This article discusses various concepts related to gardening and horticulture. Let's delve into the key concepts mentioned in the article and provide relevant information:

Seed Catalogs and Heirloom Varieties: The article mentions the arrival of seed catalogs, heralding a new gardening season. It also highlights the availability of beautiful and unusual heirloom varieties through specialty growers and companies. Heirloom varieties are open-pollinated plants that have been passed down through generations, often prized for their unique characteristics and historical significance.

All American Selections Winners: The All American Selections (AAS) Winners are vegetables, annuals, and perennials that have been trialed in gardens across the U.S. These winners are chosen by region and as overall winners that perform well in various areas of the country. The AAS Display Garden at the Dane County Extension Teaching Garden showcases these plants, providing an opportunity for visitors to see new and previous years' plants displayed in summer.

Seed-Starting Workshop and Lecture: The article mentions an upcoming seed-starting workshop with a lecture, followed by hands-on experience in the Dane County Extension greenhouse. The workshop aims to provide participants with the knowledge and practical skills to start seeds and grow them at home. It also emphasizes the opportunity for participants to leave with seeds they have planted themselves in market packs.

Dane County Extension Teaching Garden: The Dane County Extension Teaching Garden is highlighted as an AAS Display Garden, offering visitors the chance to explore new and previous years' plants displayed in summer. The garden serves as an educational resource for horticulture enthusiasts and provides valuable insights into plant selection and cultivation techniques.

In summary, the article covers topics related to seed catalogs, heirloom varieties, All American Selections Winners, seed-starting workshops, and the Dane County Extension Teaching Garden, all of which are integral to the world of gardening and horticulture. If you have specific questions or would like further details on any of these concepts, feel free to ask!

Garden calendar | For the week of Feb. 4 (2024)
Top Articles
Latest Posts
Article information

Author: Madonna Wisozk

Last Updated:

Views: 5920

Rating: 4.8 / 5 (68 voted)

Reviews: 83% of readers found this page helpful

Author information

Name: Madonna Wisozk

Birthday: 2001-02-23

Address: 656 Gerhold Summit, Sidneyberg, FL 78179-2512

Phone: +6742282696652

Job: Customer Banking Liaison

Hobby: Flower arranging, Yo-yoing, Tai chi, Rowing, Macrame, Urban exploration, Knife making

Introduction: My name is Madonna Wisozk, I am a attractive, healthy, thoughtful, faithful, open, vivacious, zany person who loves writing and wants to share my knowledge and understanding with you.