Help
RSS
API
Feed
Maltego
Contact
Domain > treefarmer.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2014-01-12
216.17.188.166
(
ClassC
)
2024-11-07
52.176.53.150
(
ClassC
)
Port 80
HTTP/1.1 200 OKContent-Type: text/htmlLast-Modified: Wed, 05 Apr 2023 14:23:04 GMTAccept-Ranges: bytesETag: 868fa822ca67d91:0Server: Microsoft-IIS/8.5X-XSS-Protection: 1;X-Frame-Options: SAMEORIGINX-Content-Type-Options: nosniffX-Powered-By-Plesk: PleskWinDate: Thu, 07 Nov 2024 17:55:09 GMTContent-Length: 25171 !DOCTYPE HTML>html>!-- InstanceBegin template/Templates/TreeFarm2015.dwt codeOutsideHTMLIsLockedfalse -->head>!-- Global site tag (gtag.js) - Google Analytics -->script async srchttps://www.googletagmanager.com/gtag/js?idUA-119699562-1>/script>script> window.dataLayer window.dataLayer || ; function gtag(){dataLayer.push(arguments);} gtag(js, new Date()); gtag(config, UA-119699562-1);/script>meta charsetutf-8>!-- InstanceBeginEditable namedoctitle -->title>Colorado Tree Farm Home/title>!-- InstanceEndEditable -->!-- InstanceBeginEditable namehead -->!-- InstanceEndEditable -->style typetext/css>!--body { background: #42413C; margin: 0; padding: 0; color: #000; background-color: #FFFFFF; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 100%; line-height: 1.4;}/* ~~ Element/tag selectors ~~ */ul, ol, dl { /* Due to variations between browsers, its best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */ padding: 0; margin: 0;}h1, h2, h3, h4, h5, h6, p { margin-top: 0; /* removing the top margin gets around an issue where margins can escape from their containing block. The remaining bottom margin will hold it away from any elements that follow. */ padding-right: 15px; padding-left: 15px; /* adding the padding to the sides of the elements within the blocks, instead of the block elements themselves, gets rid of any box model math. A nested block with side padding can also be used as an alternate method. */}a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */ border: none;}/* ~~ Styling for your sites links must remain in this order - including the group of selectors that create the hover effect. ~~ */a:link { color: #0000FF; text-decoration: underline; /* unless you style your links to look extremely unique, its best to provide underlines for quick visual identification */}a:visited { color: #0000FF; text-decoration: underline;}a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */ text-decoration: none;}/* ~~ This fixed width container surrounds all other blocks ~~ */.container { width: 960px; background: #FFFFFF; margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */}/* ~~ The header is not given a width. It will extend the full width of your layout. ~~ */header { background: #ADB96E;}/* ~~ These are the columns for the layout. ~~ 1) Padding is only placed on the top and/or bottom of the block elements. The elements within these blocks have padding on their sides. This saves you from any box model math. Keep in mind, if you add any side padding or border to the block itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the block element and place a second block element within it with no width and the padding necessary for your design.2) No margin has been given to the columns since they are all floated. If you must add margin, avoid placing it on the side youre floating toward (for example: a right margin on a block set to float right). Many times, padding can be used instead. For blocks where this rule must be broken, you should add a display:inline declaration to the block elements rule to tame a bug where some versions of Internet Explorer double the margin.3) Since classes can be used multiple times in a document (and an element can also have multiple classes applied), the columns have been assigned class names instead of IDs. For example, two sidebar blocks could be stacked if necessary. These can very easily be changed to IDs if thats your preference, as long as youll only be using them once per document.4) If you prefer your nav on the left instead of the right, simply float these columns the opposite direction (all left instead of all right) and theyll render in reverse order. Theres no need to move the blocks around in the HTML source.*/.sidebar1 { float: left; width: 180px; padding-bottom: 10px; background-color: #FFFFFF; font-size: small;}.content { padding: 10px 0; width: 600px; float: left; font-family: Georgia, Times New Roman, Times, serif;}aside { float: left; width: 180px; padding: 10px 0; background-color: #FFFFFF; font-size: medium;}/* ~~ This grouped selector gives the lists in the .content area space ~~ */.content ul, .content ol { padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */}/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */nav ul { list-style: none; /* this removes the list marker */ border-top: 1px solid #666; /* this creates the top border for the links - all others are placed using a bottom border on the LI */ margin-bottom: 15px; /* this creates the space between the navigation on the content below */}nav ul li { border-bottom: 1px solid #666; /* this creates the button separation */}nav ul a, nav ul a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */ padding: 5px 5px 5px 15px; display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */ width: 160px; /*this width makes the entire button clickable for IE6. If you dont need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */ text-decoration: none; background: #C6D580;}nav ul a:hover, nav ul a:active, nav ul a:focus { /* this changes the background and text color for both mouse and keyboard navigators */ background: #ADB96E; color: #FFF;}/* ~~ The footer ~~ */footer { padding: 10px 0; background: #CCC49F; position: relative;/* this gives IE6 hasLayout to properly clear */ clear: both; /* this clear property forces the .container to understand where the columns end and contain them */}/* ~~ Miscellaneous float/clear classes ~~ */.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */ float: right; margin-left: 8px;}.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */ float: left; margin-right: 8px;}.clearfloat { /* this class can be placed on a br /> or empty block element as the final element following the last floated block (within the .container) if the footer is removed or taken out of the .container */ clear:both; height:0; font-size: 1px; line-height: 0px;}/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */header, section, footer, aside, nav, article, figure { display: block;}-->/style>!--if lt IE 9>script srchttp://html5shiv.googlecode.com/svn/trunk/html5.js>/script>!endif-->script srcSpryAssets/SpryMenuBar.js typetext/javascript>/script>link hrefSpryAssets/SpryMenuBarVertical.css relstylesheet typetext/css>meta namegoogle-site-verification content9vU46bQ4Yt7btTEghG2ffxSKiSs1G_tGHKt49X45Avc />script> (function(i,s,o,g,r,a,m){iGoogleAnalyticsObjectr;irir||function(){ (ir.qir.q||).push(arguments)},ir.l1*new Date();as.createElement(o), ms.getElementsByTagName(o)0;a.async1;a.srcg;m.parentNode.insertBefore(a,m) })(window,document,script,//www.google-analytics.com/analytics.js,ga); ga(create, UA-66835344-1, auto); ga(send, pageview);/script>/head>body>div classcontainer> header>img srcimages/2015/Home Page Image2015.jpg width962 height336 alt.>/header> div classsidebar1> aside> ul idMenuBar1 classMenuBarVertical> li>a hrefhttp://www.treefarmer.com/index.html titleHome>Home /a> /li> li>a hrefhttp://www.treefarmer.com/Calendar2015.html titleCalendar>Calendar/a>/li> li>a classMenuBarItemSubmenu hrefhttp://www.treefarmer.com/news2015.html>News/a> ul> li>a hrefhttp://www.treefarmer.com/Articles2015.html>Articles/a>/li> li>a hrefhttp://www.treefarmer.com/Awards2015.html>Awards/a>/li> li>a hrefhttp://www.treefarmer.com/Alerts2015.html>Tree Farm Alerts/a>/li> li>a hrefhttp://www.treefarmer.com/NewsReleases2015.html>News Releases/a>/li> /ul> /li> li>a hrefhttp://www.treefarmer.com/Outreach2015.html classMenuBarItemSubmenu>Outreach/a> ul> li>a hrefhttp://www.treefarmer.com/CommunityMeetings2015.html>Community meetings/a>/li> li>a hrefhttp://www.treefarmer.com/Alerts2015.html>Email Newsletters/a>/li> li>a hrefhttp://www.treefarmer.com/RadioPSAs2015.html>Radio PSAs/a>/li> li>a hrefhttp://www.treefarmer.com/Videos2015.html>Videos/a>/li> li>a hrefhttp://www.treefarmer.com/Tours2015.html>Tours/a>/li> li>a hrefhttp://www.treefarmer.com/DVDs2015.html>DVDs/a>/li> /ul> /li> li>a hrefhttp://www.treefarmer.com/Education2015.html classMenuBarItemSubmenu>Education/a> ul> li>a hrefhttp://www.treefarmer.com/MajorThreats2015.html>Major Forest Threats/a>/li>li>a hrefhttp://www.treefarmer.com/History2015.html>History/a>/li> li>a hrefhttp://www.treefarmer.com/Standards2015.html>Standards & Guidelines/a>/li> li>a hrefhttp://www.treefarmer.com/Bulletins2015.html>Service Bulletins/a>/li> li>a hrefhttp://www.treefarmer.com/images/whatisatreefarmbrochure(final).pdf>Whats A Tree Farm/a>/li> li>a hrefhttp://www.treefarmer.com/HowTo2015.html>How To Articles/a>/li> li>a hrefhttp://www.treefarmer.com/Master2015.html>Master Tree Farm Course/a>/li> li>a hrefhttp://www.treefarmer.com/MasterTreeFarmerQuiz2015.html>Test Your Knowledge/a>/li> li>a hrefhttp://www.treefarmer.com/TreeAndMajorShrubs2015.html>Identification/a>/li> li>a hrefhttp://www.treefarmer.com/SaveYourForest2015.html>Save Your Forest.../a>/li> li>a hrefhttp://www.treefarmer.com/HeatingWithWood2015.html>The Best Thing To Do.../a>/li> li>a hrefhttp://www.treefarmer.com/images/2015/TourGuidebook2015.pdf>Tour Guidebook/a>/li> li>a hrefhttp://www.treefarmer.com/images/2015/TourGuidebook2015.pdf>Videos/a>/li> /ul> /li>li>a hrefhttp://www.treefarmer.com/Services2015.html classMenuBarItemSubmenu>Services/a> ul> li>a hrefhttp://www.treefarmer.com/Products2015.html>Tree Farm Products/a>/li> li>a hrefhttp://www.treefarmer.com/Contractors2015.html>Contractors/a>/li> li>a hrefhttp://www.treefarmer.com/Equipment2015.html>Equipment/a>/li> li>a hrefhttp://www.treefarmer.com/Links2015.html>Other Forestry Organizations/a>/li> /ul>/li> li>a hrefhttp://www.treefarmer.com/AboutUs2015.html>About Us/a>/li> /ul> p> /p> p>img srcimages/2015/Boltontreefarm2015.jpg width125 height167 alt.>/p> p>strong>New readers, br> /strong>/p> h5>You can receive the most up-to-date information and advice about managing your woods by receiving our email newsletter, Tree Farmer Alerts. Simply writebr> a hrefmailto:stumpmaker@gmail.com>stumpmakerbr> @gmail.com/a> br> and ask to be added to the Tree Farmer Alert email list. Its free!/h5> p>a hrefhttps://www.facebook.com/ColoradoTreeFarmer/>img srchttp://www.treefarmer.com//images/2016/Follow us.jpg width138 height48 alt.>/a>/p> p>a hrefhttps://www.youtube.com/user/ColoradoTreeFarmers>img srcimages/2016/YouTube.jpg width136 height44 alt.>/a>/p> /aside> !-- end .sidebar1 -->/div> article classcontent>!-- InstanceBeginEditable nameEditRegion3 --> h1>Keeping Our Forests Healthy /h1> h3> Timely and reliable information br> for all Colorado forest landowners /h3>p>Last Updated !-- #BeginDate format:Am1 -->January 9, 2022!-- #EndDate -->/p>p>img srchttp://www.treefarmer.com/images/2015/Pine Needle Scale.jpg alt. width200 height200 hspace10 vspace10 alignleft>/p>p> /p>p>Quick Quiz - What is this disease?/p>p>Clicka hrefCieslaCorrection.html> here/a> for the answer./p>h3> /h3>h3> /h3>h3> /h3>h3>****SPECIAL NOTICE***/h3>h1>Sign up for the Colorado Forest Ag newsletter a hrefhttps://us15.list-manage.com/subscribe?ucfea9aee2b511fd15311a42b5&id3db74dabe0 target_new>here/a>./h1>p>You can find examples of the newsletter a hrefhttps://csfs.colostate.edu/forest-ag-program/#1455304044418-00c55be5-f83c target_new>here/a>/p>h1> /h1>h1>Premiere episode of Americas Forests with Chuck Leavell /h1>p>contributed by strong>Tom Troxel, u>/u>/strong>Intermountain Forest Association/p>p>img srchttp://www.treefarmer.com/images/2017/Chuck Leavell.png alt. width220 height215 hspace10 alignleft>/p>p>This episode was filmed in Oregon and discusses Cross Laminated Timber, tall buildings, forest restoration, and more. Bruce is working on a series of 12 additional videos. The Colorado video is next in the queue and Bruce hopes to complete that episode by the end of 2017. br> a hrefhttps://vimeo.com/211429966 target_blank data-saferedirecturlhttps://www.google.com/url?hlen&qhttps://vimeo.com/211429966&sourcegmail&ust1492108732011000&usgAFQjCNH3aWYgzizQMxbI8d0XfhBdowqbqQ>https://vimeo.com/211429966/a>/p>p> /p>h1>Colorados 2016 br> Tree Farmers of the Year/h1>blockquote> p>img srchttp://www.treefarmer.com/images/2016/Fey 2016 TFOY sm.jpg width300 height188 alt.>br> strong>a hrefhttps://youtu.be/F3eGL-XGeaA target_blank>Tom & Gaylene Fey/a>/strong> /p> /blockquote>h1>Colorados 2016br> Logger of the Year/h1>blockquote> p>img srchttp://www.treefarmer.com/images/2016/Harry Spellman sm.jpg width300 height211 alt.>br> strong>a hrefhttps://youtu.be/C_FTpRMxyWY target_blank>Harry Spellman/a>/strong>br> /p>/blockquote>iframe srchttps://www.facebook.com/plugins/video.php?hrefhttps%3A%2F%2Fwww.facebook.com%2F1738523609726955%2Fvideos%2F1820248914887757%2F&show_text0&width400 width400 height400 styleborder:none;overflow:hidden scrollingno frameborder0 allowTransparencytrue allowFullScreentrue>/iframe>p> /p>h1>Norwegians have fun in the forest/h1>p>contributed bybr> R. Walter /p>p dirltr>strong iddocs-internal-guid-bd0da5f7-fcf7-acb2-446a-c15966c856bf>"My ancestry is Norwegian and my grandfather was a lumberjack. I have ... envied those of my neighbors who split by hand. Reading this increased my envy."/strong>/p>p>strong> R. Walter/strong>/p>p>a hrefhttp://www.treefarmer.com/images/2016/NorwegianWood.pdf target_blank>strong>Firewood can destroy your TV/strong>/a>/p>h1>____________/h1>h1>a idstart namestart>ATFS Standards of Sustainability 2015-2020/a>/h1>p>Periodically, the American Tree Farm System® Standards of Sustainability undergo review through an open, transparent process to ensure appropriate incorporation of public input, emerging developments in the forest management arena and to promote continuous improvement of the ATFS program and stewardship on Americas family woodlands. In 2014, ATFS revised the Standards of Sustainability./p>p>See the sections below for more information/p>h3>a hrefhttps://www.treefarmsystem.org/standards-preview target_blank>View the Standards/a>/h3>h3>a hrefhttps://www.treefarmsystem.org/standards-process-overview target_blank>Standards Setting Process/a>/h3>p>_______________________________/p>h1>Colorados Best Management Practices/h1>p>Colorado’s forest lands provide aesthetic value, clean water, abundant wildlife, minerals, recreation and renewable resources such as forage and timber, and forest-related jobs. This publication is dedicated to the stewardship of those resources – especially clean water. It outlines Best Management Practices (BMPs) for the protection of natural resources. These BMPs apply to all forest management activities, including product harvests, fuels mitigation projects and forest health treatments/p>p>a hrefhttp://static.colostate.edu/client-files/csfs/pdfs/ForestryBMP-CO-2010.pdf target_blank>strong>Colorado BMPs/strong>/a>/p>p>________________________________/p>h1>FOREST CONDITION ASSESSMENT /h1>p>Developed by Jennifer Cookbr /> Colorado State University Extension a hrefhttp://www.ext.colostate.edu/ target_blank>http://www.ext.colostate.edu//a>/p>p>A healthy sustainable forest with minimal damage from insects and disease (such as mountain pine beetle or mistletoe) will include, but is not limited to, diverse wildlife populations, native understory plants, and conditions that reflect natural succession. The age, distribution, and number of trees per acre on your property will differ depending upon the forest type, slope, aspect, elevation, soil type, precipitation, temperature, tree species, and your land use objectives/p>p>You likely have a primary use planned for your forest which will guide your overall management activities. This worksheet will help you ensure that the vegetation and ecosystems on your forest land serve the land uses you have identified. It will also help minimize unintended consequences from improper management. /p>p>see the a hrefhttp://www.treefarmer.com/images/2016/Forest-Condition-Assess.pdf target_blank>strong>Worksheet /strong>/a>/p>p>_____________________________/p>h1>strong>Be Prepared!/strong>/h1>p>strong>See the new Colorado Tree Farmer’s YouTube channel!/strong>/p>h3>Wildfire!/h3>p>If youre trying to prepare for the upcoming fire season, youll want to watch the interview with Linda Masterson, author of "Surviving Wildfire." Linda is a Tree Farmer who lost her home in a wildfire tells us what she wishes she had done to be better prepared. /p>p>Lindas book has quickly become a must have handbook for all residents in the wildland/urban interface. For a small donation colorados Tree Farmers will send you a copy./p>p>See strong>a hrefhttps://www.youtube.com/watch?vB-__UXw51Ic target_blank>Linda Masterson Interview./a>/strong>/p>iframe width560 height315 src//www.youtube.com/embed/B-__UXw51Ic frameborder0 allowfullscreenallowfullscreen>p> /p>p> /p>/iframe>p> /p>p>Donate and get the book as a free gift. br> (Simply go to our strong>a hrefDonate2015.html>Donation Page/a>/strong>.)/p>p>___________________________/p>h2>strong>The Power of Community/strong>/h2>p>If you are already collaborating with your neighbors to improve forest health or have discovered a method to more effectively reduce the damage that is being done to our forests, please let us know. We can help you tell your story with video. Better yet produce a video of your own highlighting your efforts. /p>p>See:strong>a hrefhttps://www.youtube.com/watch?v7Mn6ty3nmf0&listPLTV12suYTF2fRp4ZuUYR8ODTvuFitfJDl target_blank>The Power of Community Collaboration/a>/strong>a hrefhttps://www.youtube.com/watch?v7Mn6ty3nmf0&listPLTV12suYTF2fRp4ZuUYR8ODTvuFitfJDl target_blank>/a>/p>p>We’ll be adding videos of inspirational stories like this to br /> our YouTube channel as quickly as they can be produced. /p>p>If you don’t know where to start making videos ask your grandchildren for help. Many high schools offer classes on video production, and tens of thousands of young people are already producing amazingly sophisticated videos every day. /p>p>Letting your grandchildren teach you a new skill would be a terrific way to get them interested in active forest management. You’ll all enjoy the experience and you may produce a video that could inspire others to begin actively managing their forest./p>p>Visit the strong>a hrefhttps://www.youtube.com/user/ColoradoTreeFarmers/featured target_blank>Colorado Tree Farmer YouTube channel/a>/strong>strong>a hrefhttp://www.youtube.com/user/ColoradoTreeFarmers/videos target_blank> /a>for some ideas for stories/strong>./p>p>_______________________________/p>h2>Major Forest Threats/h2>p>Links to the latest, most practical, and most up to date information on continuing spread of the mountain pine beetle and the increased danger and cost of larger and more intense wildfire that may result./p>p>Visit our a hrefMajorThreats2015.html>strong>Major forest Threats/strong>/a> page for more information. /p>p> /p>p> /p> !-- InstanceEndEditable -->!-- end .content -->/article> aside> h5>Colorado Tree Farmers are a network of land- owners that share forestry resources. /h5> h4>img srcimages/2015/TFoY_groupshot_2015.jpg width145 height66 alt.>/h4> h3>a hrefJoinUs2015.html>Join Us/a>/h3> h5>If you would like to join our tours, question our experts, or share information on forest ecology and management with our members, click on the link above./h5> p>img srcimages/2015/manual2015.jpg width140 height133 alt.>/p> h5> Donate today and receive Surviving Wildfire (supply limited) /h5> h5>a hrefDonate2015.html>Details Here/a> /h5>form actionhttps://www.paypal.com/cgi-bin/webscr methodpost target_top>input typehidden namecmd value_donations>input typehidden namebusiness valueDLBHM3G56LE28>input typehidden namelc valueUS>input typehidden nameitem_name valueColorado State Tree Farm Committee>input typehidden namebutton_subtype valueservices>input typehidden nameno_note value0>input typehidden namecn valueAdd special instructions to the seller:>input typehidden nameno_shipping value2>input typehidden namecurrency_code valueUSD>input typehidden namebn valuePP-BuyNowBF:btn_buynowCC_LG.gif:NonHosted>table>tr>td>input typehidden nameon0 valueAmount>Amount/td>/tr>tr>td>select nameos0> option valueOption 1 selected>1 book $20.00/option> option valueOption 2>2 books $35.00/option> option valueOption 3>3 books $50.00/option>/select> /td>/tr>/table>input typehidden namecurrency_code valueUSD>input typehidden nameoption_select0 valueOption 1>input typehidden nameoption_amount0 value20.00>input typehidden nameoption_select1 valueOption 2>input typehidden nameoption_amount1 value30.00>input typehidden nameoption_select2 valueOption 3>input typehidden nameoption_amount2 value40.00>input typehidden nameoption_index value0>input typeimage srchttps://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif border0 namesubmit altPayPal - The safer, easier way to pay online!>img alt border0 srchttps://www.paypalobjects.com/en_US/i/scr/pixel.gif width1 height1>/form>/p> p> /p> /p> /aside> footer> p> /p>/footer>!-- end .container -->/div>script typetext/javascript>var MenuBar1 new Spry.Widget.MenuBar(MenuBar1, {imgRight:../SpryAssets/SpryMenuBarRightHover.gif});/script>/body>!-- InstanceEnd -->/html>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]