Tuesday, January 21, 2014

Norway: fire destroyed the historic village of Laerdalsovri

Leave a Comment
About 52 people were hospitalized as a result of a fire that partially destroyed the historical village of Laerdalsovri, this weekend. The fire started on Saturday night and affected 23 buildings, 16 of which were totally destroyed.

The village of Laerdalsovri is situated in the region of the Western Fjords in the South of the country and is a tourist destination famous for 160 wooden homes in the 18th and 19th century which, until now, were impeccably preserved.

During the fire, which still breaks out, hundreds of residents had to be evacuated due to strong winds which made feel, which boosted the spread of flame.

Among the destroyed buildings are industrial facilities, community centers and holiday homes. Three of the ravaged buildings belonged to the protected area of Laerdalsovri. The village of 1.13 square kilometers, has about 1,150 inhabitants. According to the Daily Mail, the authorities haven't been able to determine the cause of the fire.

Laerdalsovri is an important tourist centre and eco-Norway, getting close to Sognefjorden, the longest and deepest Norwegian Fjord.

 .fancybox-wrap { position: absolute; top:0; left: 0; z-index: 8020; } .fancybox-skin { position: relative; /*margin-top:20px !important;*/ background: #222222; color: #74b32e; text-shadow: none; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; } .fancybox-opened { z-index: 8030; } .fancybox-opened .fancybox-skin { -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); } .fancybox-outer, .fancybox-inner { position: relative; } .fancybox-inner { overflow: hidden; } .fancybox-type-iframe .fancybox-inner { -webkit-overflow-scrolling: touch; } .fancybox-close{ background: url('wp-content/themes/codistage/styles/fancybox/exit.png') no-repeat; width:25px; height:25px; float:right; margin-top:10px; margin-right:5px; } /*.ngg-gallery-image img{width:565px; height:393px;}*/Laerdalsoyri1of 8jQuery(document).ready(function($) { var thumbContainerWidth = 0, thumbs = Array(), selectedIndex = 1, thumbIndex = 1, imageOffset = 7; $('.ngg-gallery-thumbnail-box').each(function() { thumbs.push($(this)); }); /*thumbnail navigation */ $('.ngg-greensavers-thumb-next').unbind().bind('click', function(e) { e.preventDefault(); if(thumbIndex<= (thumbs.length-imageOffset)) { $('.ngg-thumbnails-container').stop().animate({ left : -$(thumbs[thumbIndex]).position().left }); thumbIndex++; } }); $('.ngg-greensavers-thumb-prev').unbind().bind('click', function(e) { e.preventDefault(); if(thumbIndex >1) { $('.ngg-thumbnails-container').stop().animate({ left : $('.ngg-thumbnails-container').position().left + ( $(thumbs[thumbIndex-1]).position().left - $(thumbs[thumbIndex-2]).position().left ) }); thumbIndex--; } }); $(window).load(function() { /* set thumbnail container width */ $('.ngg-gallery-thumbnail').each(function() { thumbContainerWidth = thumbContainerWidth + $(this).width() + 10; }); $('.ngg-thumbnails-container').width(thumbContainerWidth); }); });

Read More

Monday, January 20, 2014

The history of the extinction of the passenger pigeon

Leave a Comment
If you think there are currently many pigeons â€" also popularly known as air rats â€" try to imagine a flock of these birds with about one mile wide and five miles long.

This would be the existing totality of passenger pigeons, a species of pigeons native to North America and the most common in the United States in the mid-19th century. However, the species is now extinct. The last copy of these animals, Martha, died in September 1914 with 29 years at the Cincinnati Zoo.

But what caused the extinction of this animal? The answer is simple: the animal knew well. On the other hand, it was also easy to capture and kill.

The animal served as food for humans for several centuries, but its massive consumption began in the 18th century. "In 1781, after a failed harvest, a flock of pigeons saved much of the population of New Hampshire of hunger," said Joel Greenberg in his book about the history of the animal â€" "the Feathered River Across the Sky: The Passenger Pigeon's Flight to Extinction"-cites the Dodo.

While the United States remained a rural country and free of expressways, hunting these animals had no major consequences. However, after the Civil War the scenery began to change with the advent of the Telegraph, easily if you knew where they were flocks of these animals and their nests. In this way, the hunters quickly arrived at the site and killing the animals to sell in cities thousands of miles away.

Due to intensive hunting of this animal as a snack, in the early 20th century the species was virtually extinct. "The passenger pigeon Hunted to death, even if you don't understand at the time what we were doing. We could have saved him if our technological genius and our awareness of conservation â€" two aspects that set us apart from other animals â€" had been matched earlier, "Greenberg writes.

Foto:  Seabamirum / Creative Commons

Read More

USA: a House able to withstand tsunamis

Leave a Comment
Despite being the world's largest economy, the United States still cannot avoid the most extreme atmospheric phenomena. Since Hurricane Catrina the Polar Vortex, the United States are often affected by extreme events that remind us that the results can be devastating.

The most common are hurricanes and tornadoes, which every year reach several cities, mainly destroying dwellings. To avoid that the houses remain destroyed year after year, the workshop of architects Designs Northwest Architects have designed a House that supports the worst natural phenomena: from strong winds, heavy rainfall, storms and even tsunamis.

Situated in an area of full bed on Camano Island in Washington, the two-story house is supported by pillars of 1.5 meters, designed to withstand high-speed wave. The ground floor, called "riding full" is a multipurpose space, whose walls are designed to leave in case of tsunami, thus leaving the top intact housing, refers to Gizmag.

The decor is simple and industrial style, however, the architects gave him a more cozy by entering a few pieces of wood and lots of Windows for natural light. The housing consists of a kitchen, living room, bathroom, master bedroom and a smaller room. Although the House be tsunami-proof, just know if you resist when it is hit by a.

.fancybox-wrap { position: absolute; top:0; left: 0; z-index: 8020; } .fancybox-skin { position: relative; /*margin-top:20px !important;*/ background: #222222; color: #74b32e; text-shadow: none; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; } .fancybox-opened { z-index: 8030; } .fancybox-opened .fancybox-skin { -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); } .fancybox-outer, .fancybox-inner { position: relative; } .fancybox-inner { overflow: hidden; } .fancybox-type-iframe .fancybox-inner { -webkit-overflow-scrolling: touch; } .fancybox-close{ background: url('wp-content/themes/codistage/styles/fancybox/exit.png') no-repeat; width:25px; height:25px; float:right; margin-top:10px; margin-right:5px; } /*.ngg-gallery-image img{width:565px; height:393px;}*/

Read More

6 mistakes we made when we go shopping

Leave a Comment
How many times are you going to shopping a week? And belly full or empty? Are issues such as these that concern Katie Hill, coach of American well-being, alerting you to some mistakes we all make when it comes to read from the grocery store.

"As a coach, I noticed that my clients feel anxious when they have a house full of food. And many basic mistakes when we buy our food, "he explained to the Huffington Post.

The educator has compiled a list of the six mistakes that we all make when we go shopping. And some of them are quite pertinent.

Katie leaves a also a word of advice: sometimes delegate the purchases to someone: "Many times, it's my husband who goes shopping. He is the most patient customer in the world ".

Mistake no. 1: go shopping only once per week

This is a very common mistake in the United States. Many families fill their shopping carts once a week, hoping that these are sufficient for the rest of the week. With this strategy, we tend to buy foods that last longer, i.e. abuse of processed foods.

On the other hand, this also means that, sometimes, we leave expiry of foods, which leaves us upset. If we buy less food but we increase the trips to the supermarket, save money and have more fresh food every day.

Mistake no. 2: go shopping without a plan

There are more and more people with shopping lists, but often the foods that are part of this are not coordinated. Before we left home, we must know what we need for two or three days. I.e. we should buy enough for nine meals.

Katie explains that sometimes comes home-coming of the supermarket â€" and has nothing to eat, just food scattered: some carrots, some canned.

Mistake no. 3: go shopping on a full stomach

It was known that shopping on an empty stomach is disastrous, now we can add a full stomach. According to Katie, many of his clients who go to the supermarket with a full stomach will buy everything but food: toilet paper, detergents, toiletries, but no food. That is, you must return to the supermarket a few hours later.

Mistake # 4: buying too much convenience food "healthy"

There are hundreds of food whose manufacturers consider "gluten-free", "organic", "fat-free" or "natural" and that, in fact, are not. We must opt for real food, preferably that don't come in a package that survives everything â€" including nuclear holocausts.

Mistake # 5: not knowing what days your supermarket renews the stock

This is one of the great advice I ever published in Green Savers. The secret to buying fresh food is knowing what day your supermarket renews the stock. Ask the Manager and he will tell you, certainly. Then, plan purchases that day â€" which does not necessarily have to be at the weekend, although give more way to most consumers.

Mistake # 6: not having patience

It sucks to wait hours for their time on fresh fish or deli? Yes, it's true, but know that the food is fresh. Try to resist buying packaged products â€" sometimes they are several days ago at the same venue.

Foto:  Polycart / Creative Commons

Read More

Sunday, January 19, 2014

Black dogs are the last to be adopted in animal shelters

Leave a Comment
The black dogs are not as often adopted as dogs with other hair colors and usually are the last to be chosen among the animals that are in shelters for adoption. Although there are no official data, the institutions that receive the animals noticed that the black-haired are the last to be adopted.

The main reason for the phenomenon occur relates to some prejudices in relation to dogs with black fur. Often people associate these bad animals dogs and potentially violent. The black dogs are also often portrayed on television and in movies as aggressive animals, which contributes to the stigma.

Prejudices regarding these animals already have name-Black Dog syndrome. The fact that the animals of other colors are deprecated in relation to black dogs causes these animals have much higher eutanização rates in relation to other.

According to popular folklore, the black dogs are associated with death and the superstitions, such as the black cats. Many people consider even if you have a black dog brings bad luck.

However, the owners of these animals contend that are sweet and adorable, but also recognize that they are not well-seen.

Foto:  michimaya / Creative Commons

Read More

TASA project: handicraft which combines the algarvian tradition to local artisans

Leave a Comment
The TASA project-Current Solutions Ancestors Techniques â€" is an initiative that aims to combine the algarvian traditional knowledge of regional artisans to knowledge of the designers, which synergistically produce typical objects with products of the region.

Thus, this project focuses on the strategic innovation of handmade product, from the perspective of its recovery, re-identification and re-interpretation, contextualizing it with contemporary needs, in order to rehabilitate the cultural and commercial status.

Thus, each produced piece tells a story. Not only the hands that worked as well as ancestors who printed them the collective memory of work what the earth offers and make it their art and their artifacts.

In addition to producing goods for home, the project develops eco-products and eco-urban leisure. Among the main materials used are prefabricated blocks in the region, the wicker and Cork. The products manufactured are several, including the catchphrase, Walker bags to transport bikes boiling pans and amaze birds.

The TASA project is an initiative of the Algarve Regional coordination and development that began in 2010. Currently the project is stimulated by ProActive Tur, a tourism company responsible.

.fancybox-wrap { position: absolute; top:0; left: 0; z-index: 8020; } .fancybox-skin { position: relative; /*margin-top:20px !important;*/ background: #222222; color: #74b32e; text-shadow: none; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; } .fancybox-opened { z-index: 8030; } .fancybox-opened .fancybox-skin { -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); } .fancybox-outer, .fancybox-inner { position: relative; } .fancybox-inner { overflow: hidden; } .fancybox-type-iframe .fancybox-inner { -webkit-overflow-scrolling: touch; } .fancybox-close{ background: url('wp-content/themes/codistage/styles/fancybox/exit.png') no-repeat; width:25px; height:25px; float:right; margin-top:10px; margin-right:5px; } /*.ngg-gallery-image img{width:565px; height:393px;}*/

Read More

Saturday, January 18, 2014

Python moves the jaw to devour Antelope

Leave a Comment
The snakes are the world's most fascinating animals, of which cause more fears and phobias and, definitely, the Queens wildlife programmes. Despite its characteristics are already well known, never cease to amaze us with some of the tricks they use when it comes time to hunt.

The last proof of infidelity comes to us of Moremi, in Botstwana, where the photographer Fred von Winckelmann caught a Python eating an antelope whole and without major problems.

"View an African Python swallowing a young Antelope is something that only happens once in a lifetime", explained the Dutch photographer. "The snake was eating calmly your meal, didn't even notice us. This allowed me to download and shoot it at the level of your eyes ".

When von Wincklemann arrived at the scene, the snake was starting to move the jaw to eat the antelope, something he continued to do for about 45 minutes. "So, we let her digest the meal. They are very vulnerable when they do, "he explained.

See some of the pictures.

.fancybox-wrap { position: absolute; top:0; left: 0; z-index: 8020; } .fancybox-skin { position: relative; /*margin-top:20px !important;*/ background: #222222; color: #74b32e; text-shadow: none; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; } .fancybox-opened { z-index: 8030; } .fancybox-opened .fancybox-skin { -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); } .fancybox-outer, .fancybox-inner { position: relative; } .fancybox-inner { overflow: hidden; } .fancybox-type-iframe .fancybox-inner { -webkit-overflow-scrolling: touch; } .fancybox-close{ background: url('wp-content/themes/codistage/styles/fancybox/exit.png') no-repeat; width:25px; height:25px; float:right; margin-top:10px; margin-right:5px; } /*.ngg-gallery-image img{width:565px; height:393px;}*/

Read More