Fotógrafo capta explosão de cores em detalhes de aranhas e moscas
Usando lentes Macro, americano Thomas Shahan surpreende com imagens de artrópodes
See more at www.estadao.com.br
/*------------------------------------------------------------------------------ this template is a mash up of the 2 column template http://webhost.bridgew.edu/etribou/layouts/skidoo/2/ from ruthsarianlayouts http://webhost.bridgew.edu/etribou/layouts/ and the blogger code from Blogger Template Style Name: Minima Designer: Douglas Bowman URL: www.stopdesign.com Date: 26 Feb 2004 and code tidying up http://djmaniak777.blogspot.com plus inserts & adaptations of codes by ricky goodwin ------------------------------------------------------------------------------*/ /*----start ruthsarian layout-------------------------------------------------*/ /*----start base.css----------------------------------------------------------*/ #pageWrapper { margin: 0; width: auto; min-width: 500px; } #outerColumnContainer { z-index: 1; } #innerColumnContainer { z-index: 2; } #innerColumnContainer, #contentColumn { margin: 0 -1px; width: 100%; } #leftColumn, #rightColumn, #contentColumn { float: left; position: relative; z-index: 10; overflow: visible; /* fix for IE italics bug */ } #leftColumn { width: 200px; margin: 0 1px 0 -200px; } #rightColumn { width: 200px; margin: 0 -200px 0 1px; display: none; /* comment this out and edit borders.css to create the third column */ } #footer { position: relative; } #masthead h1 { display: inline; /* personal preference to keep the header inline. you could just as easily change padding and margins to 0. */ } .clear { clear: both; } .hide { display: none; /* hide elements that CSS-targeted browsers shouldn't show */ } html>body #innerColumnContainer { border-bottom: 1px solid transparent; /* help mozilla render borders and colors. try removing this line and see what happens */ } /*------------------------------------------------------------end base.css----*/ /*----start vnav.css----------------------------------------------------------*/ .vnav ul, .vnav ul li { margin: 0; padding: 0; list-style-type: none; display: block; } .vnav ul { border: solid 1px #000; border-bottom-width: 0; } .vnav ul li { border-bottom: solid 1px #000; } .vnav ul li a { display: block; text-decoration: none; padding: 2px 10px; } * html .vnav ul li a/* hide from IE5.0/Win & IE5/Mac */ { height: 1%; } * html .vnav { position: relative; /* IE needs this to fix a rendering problem */ } /*------------------------------------------------------------end vnav.css----*/ /*----start hnav.css----------------------------------------------------------*/ .hnav { white-space: nowrap; margin: 0; color: #000; padding: 3px 0 4px 0; } * html .hnav/* Hide from IE5/Mac (& IE5.0/Win) */ { height: 1%; /* holly hack to fix a render bug in IE6/Win */ } * html .HNAV { height: auto; /* above IE6/Win holly hack breaks IE5/Win when page length get beyond the point that 1% height is taller than the text height. IE5/Win does not need this holly hack so we remove it here */ padding: 0; /* IE5/Win will resize #hnav to fit the heights of its inline children that have vertical padding. So this incorrect case selector will remove that padding */ } .hnav ul { text-align: center; list-style-type: none; line-height: normal; margin: 0; padding: 0; } .hnav ul li { display: inline; white-space: nowrap; margin: 0; } .hnav ul li a { text-decoration: none; color: #000; background-color: #eee; margin: 0 -1px 0 0; padding: 3px 10px 4px 10px; border-left: solid 1px #000; border-right: solid 1px #000; } * html .HNAV ul li a { width: 1%; /* holly hack for IE5/Win inline padding by default this hack fixes different rendering bugs in 5.0 and 5.5. Width is used instead of height because if the document is too long, these elements become very tall and disrupt the look of the document. too wide an element is better, visually, than too tall a document. */ } .hnav ul li a:hover { text-decoration: underline; } .hnav ul li a:hover { text-decoration: none; } /*------------------------------------------------------------end hnav.css----*/ /*----start colors.css--------------------------------------------------------*/ body { background-color: #665; color: #fff; } #outerColumnContainer { border-left-color: #eec; /* left hand column background color */ border-right-color: #bb8; /* right hand column background color */ } #masthead, #footer { background-color: #885; color: #fff; } #outerColumnContainer { background-color: #fff; /* this sets the background color on the center column */ color: #000; } #leftColumn, #rightColumn, #contentColumn { color: #000; } .vnav ul li a { color: #336; background-color: #cc9; } #rightColumn .vnav ul li a:hover, .vnav ul li a:hover { background-color: #336; color: #fff; } #rightColumn .vnav ul li a { color: #336; background-color: #ddb; } .hnav, .hnav ul li a { background-color: #cc9; color: #336; } .hnav ul li a:hover { background-color: #336; color: #fff; } #pageWrapper, #innerColumnContainer, #masthead, #footer, .hnav { border-color: #000; } /*----------------------------------------------------------end colors.css----*/ /*----start borders.css-------------------------------------------------------*/ #pageWrapper { border-style: solid; /* explicitly defined within eact selector in case you want change border styles (to mix it up) between elements */ border-width: 1px; /* puts a border around the whole page */ } #outerColumnContainer { border-style: solid; border-width: 0 0 0 200px; /* sets the width of the borders used to create the left and right columns' background color. */ /* border-width: 0 200px; */ /* for three columns */ } #innerColumnContainer { border-style: solid; border-width: 0 0 0 1px; /* puts borders between center and the side columns */ /* border-width: 0 1px; */ /* for three columns */ } #masthead, .hnav { border-style: solid; border-width: 0 0 1px 0; } #footer { border-style: solid; border-width: 1px 0 0 0; } /*---------------------------------------------------------end borders.css----*/ /*----start fonts.css---------------------------------------------------------*/ body { font-family: arial, helvetica, sans-serif; font-size : medium; voice-family : "\"}\""; voice-family : inherit; font-size : medium; } #footer { text-align: center; } /*-----------------------------------------------------------end fonts.css----*/ /*----start gutters.css-------------------------------------------------------*/ body { margin: 0; padding: 2em; } .inside { padding: 0.5em 1.5em; /* this padding is applied to every major box within the layout for a uniform gutter between borders */ } #masthead, #footer { padding: 1em; } .vnav { margin: 1em 0; } .vnav h3 { margin-bottom: 0; padding-bottom: 0; } /*---------------------------------------------------------end gutters.css----*/ /*----start screen.css--------------------------------------------------------*/ @import "base.css"; @import "hnav.css"; @import "vnav.css"; @import "colors.css"; @import "gutters.css"; @import "borders.css"; @import "fonts.css"; /* see http://www.dithered.com/css_filters/css_only/index.php for tips on how to block inclusion of whole css files for certain browsers */ /*----------------------------------------------------------end screen.css----*/ /*---------------------------------------------------end ruthsarian layout----*/ /*----start minima template---------------------------------------------------*/ a:link { color:#3333FF text-decoration:none; } a:visited { color:#9933FF text-decoration:none; } a:hover { color:#c60; text-decoration:underline; } a img { border-width:0; } /*----Header------------------------------------------------------------------*/ #masthead h1 a { color:#666; text-decoration:none; } #masthead h1 a:hover { color:#c60; } #description { display:inline; font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif; text-transform:uppercase; letter-spacing:.2em; color:# #949494; text-align: right; } /* Headings ----------------------------------------------- */ h2 { margin:1.5em 0 .75em; font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif; text-transform:uppercase; letter-spacing:.2em; color:#BB0000; } /* Posts ----------------------------------------------- */ .date-header { margin:1.5em 0 .5em; } .post { margin:.5em 0 1.5em; border-bottom:1px dotted #ccc; padding-bottom:1.5em; } .post-title { margin:.25em 0 0; padding:0 0 4px; font-size:140%; font-weight:normal; line-height:1.4em; color:#c60; } .post-title a, .post-title a:visited, .post-title strong { display:block; text-decoration:none; color:#c60; font-weight:normal; } .post-title strong, .post-title a:hover { color:#333; } .post p { margin:0 0 .75em; line-height:1.6em; } p.post-footer { margin:-.25em 0 0; color:#ccc; } .post-footer em, .comment-link { font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif; text-transform:uppercase; letter-spacing:.1em; } .post-footer em { font-style:normal; color:#999; margin-right:.6em; } .comment-link { margin-left:.6em; } .post img { padding:4px; border:0px solid #ddd; } .post blockquote { margin:1em 20px; } .post blockquote p { margin:.75em 0; } /* Comments ----------------------------------------------- */ #comments h4 { margin:1em 0; font:bold 78%/1.6em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif; text-transform:uppercase; letter-spacing:.2em; color:#999; } #comments h4 strong { font-size:130%; } #comments-block { margin:1em 0 1.5em; line-height:1.6em; } #comments-block dt { margin:.5em 0; } #comments-block dd { margin:.25em 0 0; } #comments-block dd.comment-timestamp { margin:-.25em 0 2em; font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif; text-transform:uppercase; letter-spacing:.1em; } #comments-block dd p { margin:0 0 .75em; } .deleted-comment { font-style:italic; color:gray; } /* Sidebar Content ----------------------------------------------- */ #sidebar ul { margin:0 0 1.5em; padding:0 0 1.5em; border-bottom:1px dotted #ccc; list-style:none; } #sidebar li { margin:0; padding:0 0 .25em 15px; text-indent:-15px; line-height:1.5em; } #sidebar p { color:#666; line-height:1.5em; } /* Profile ----------------------------------------------- */ #profile-container { margin:0 0 1.5em; border-bottom:1px dotted #ccc; padding-bottom:1.5em; } .profile-datablock { margin:.5em 0 .5em; } .profile-img { display:inline; } .profile-img img { float:left; padding:4px; border:1px solid #ddd; margin:0 8px 3px 0; } .profile-data { margin:0; font:bold 78%/1.6em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif; text-transform:uppercase; letter-spacing:.1em; } .profile-data strong { display:none; } .profile-textblock { margin:0 0 .5em; } .profile-link { margin:0; font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif; text-transform:uppercase; letter-spacing:.1em; } /*-----------------------------------------------------end minima template----*/
This site will look much better in a browser that supports web standards, but it is accessible to any browser or Internet device.
Assinar
Postagens [Atom]
Fragmentos de textos e imagens catadas nesta tela, capturadas desta web, varridas de jornais, revistas, livros, sons, filtradas pelos olhos e ouvidos e escorrendo pelos dedos para serem derramadas sobre as teclas... e viverem eterna e instanta neamente num logradouro digital. Desagua douro de pensa mentos.
Usando lentes Macro, americano Thomas Shahan surpreende com imagens de artrópodes
See more at www.estadao.com.br
Premiado escritor, ensaísta, tradutor de poesia árabe, o carioca Alberto Mussa, descendente de libaneses, é estudioso apaixonado do Oriente pré-islâmico. Num mergulho de 3.400 anos, ele decifra, nos relatos da revolta contra um antigo faraó, o cerne da vitalidade e do espírito democrático do povo egípcio, e roga ao Ocidente: “Deixe a história, enfim, caminhar em linha reta.” (Arnaldo Bloch)Read more at sergyovitro.blogspot.com
Marcadores: artigos
O harém do sultão lá de Bahrein não vale mais um vintém http://amplify.com/u/bqs5q
Em janeiro os serviços de inteligencia dos EUA estimaram quais as chances do movimento contra a ditadura na Tunísia afetar o Egito: 20% .
A Tunisian-Egyptian Link That Shook Arab History
CAIRO — As protesters in Tahrir Square faced off against pro-government forces, they drew a lesson from their counterparts in Tunisia: “Advice to the youth of Egypt: Put vinegar or onion under your scarf for tear gas.”
The exchange on Facebook was part of a remarkable two-year collaboration that has given birth to a new force in the Arab world — a pan-Arab youth movement dedicated to spreading democracy in a region without it. Young Egyptian and Tunisian activists brainstormed on the use of technology to evade surveillance, commiserated about torture and traded practical tips on how to stand up to rubber bullets and organize barricades.
Read more at www.nytimes.com
They fused their secular expertise in social networks with a discipline culled from religious movements and combined the energy of soccer fans with the sophistication of surgeons. Breaking free from older veterans of the Arab political opposition, they relied on tactics of nonviolent resistance channeled from an American scholar through a Serbian youth brigade — but also on marketing tactics borrowed from Silicon Valley.
Apesar de controvérsias técnicas que dão conta de uma obra cujo potencial é hiperdimensionado em função da sazonalidade do rio, apesar de controvérsias sociais que dão conta de condicionantes impostas pelo IBAMA e pela FUNAI que não foram atendidas na pré-licença de construção do canteiro, apesar de controvérsias ambientais que dão conta do impacto na vazão do rio que irá comprometer espécies e populações, apesar de controvérsias econômicas que dão conta da matriz energética brasileira que privilegiará, nesse caso, indústrias consumidoras de muita energia (alumínio por exemplo) e que o mundo socioambientalmente consciente refuga para a periferia do mundo (nós), apesar de uma lista infindável de mais apesares, no apagar das luzes entre governos, na carona obscura de desastres midiáticos de grandes proporções, depois de demissões sucessivas de técnicos que se opunham à construção, Belo Monte vai ser construída.
Depois de 30 anos, a ganância, a miopia, o imediatismo e o poder sem controle vencem.
Fernand AlphenRead more at www.alphen.com.br
La calle conecta con la red
Se miren desde donde se miren los acontecimientos en Túnez y en Egipto de las últimas semanas, es evidente que ambos movimientos de protesta fueron producto de un nuevo clima social, de nuevas condiciones que no existían meses, incluso semanas, antes del estallido
¿Qué ha pasado? ¿Qué ha permitido que se pongan en funcionamiento en un periodo tan breve mecanismos que en otras condiciones habrían tomado años, incluso décadas, provocar el tipo de reacciones sociales que hemos visto en el mundo árabe en las últimas semanas?
Read more at diegobeas.comLas lecciones, desde luego, van mucho más allá del mundo árabe. La organización por SMS después del 11-M, la campaña presidencial de Obama en 2008, el impacto de las diversas filtraciones por parte de Wikileaks y ahora, Túnez y Egipto…parte de una misma tendencia en la que el poder de las redes ha comenzado a socavar y sacudir las certezas políticas más enraizadas.
Read more at diegobeas.com
diegobeas
Conheci uma família com duas mães e um casal de filhos. Quando os filhos resolvem procurar o pai - o desconhecido doador de esperma...
O filme é uma comédia de costumes só que com os sinais trocados. Seu lance é justamente a troca de sinais. Fora isso é comum. Sua transgressão talvez seja um filme independente com essa temática estar entre os finalistas do Oscar. Seu valor está também na performance das atrizes.
Caricatura Solidária em Nova Friburgo
No domingo, dia 13 de fevereiro de 2011, foi realizada mais uma ação voluntária do grupo Caricatura Solidária em parceria com a Cruz Vermelha Brasileira,Read more at zerobertograuna.blogspot.com
BOSTON — Halfway around the world from Tahrir Square in Cairo, an aging American intellectual shuffles about his cluttered brick row house in a working-class neighborhood here. His name is Gene Sharp. Stoop-shouldered and white-haired at 83, he grows orchids, has yet to master the Internet and hardly seems like a dangerous man.
Read more at www.nytimes.com
Based on studies of revolutionaries like Gandhi, nonviolent uprisings, civil rights struggles, economic boycotts and the like, he has concluded that advancing freedom takes careful strategy and meticulous planning, advice that Ms. Ziada said resonated among youth leaders in Egypt. Peaceful protest is best, he says — not for any moral reason, but because violence provokes autocrats to crack down. “If you fight with violence,” Mr. Sharp said, “you are fighting with your enemy’s best weapon, and you may be a brave but dead hero.”
Internauta publicou imagem de quadro do francês Gustave Courbet.
Pintura feita em 1886 exibe um close do sexo feminino.
Read more at g1.globo.com
"É uma censura sem razão porque este quadro famoso, que faz parte da herança cultural francesa, estava destinado a ilustrar meus comentários para um canal de televisão dinamarquês", declarou Steinicke à AFP.
Um triste legado do regime, menores foram forçados a atacar manifestantes
Robert Fisk
Do Independent
Read more at www.itamaraty.gov.br
Depois, ele atirou em Mariam. Ela estava
tirando fotos dos policiais com seu telefone celular e caiu no chão
com uma bala nas costas. As outras crianças
a carregaram até
o Hospital Mounira, nas proximidades — onde, aparentemente, se recusaram a
aceitá-
la —, e, depois, para o Hospital AhmedMaher, onde a bala foi removida. Ismail
foi libertado e conseguiu chegar à
Praça
Tahrir onde os manifestantes pró-democracia
estavam sob fogo. Ele subia a rua Khairat quando foi alvejado na cabeça
e morto.
The Girl Who Wanted Revenge
By now, the books have acquired their own creation myth: Long-suffering investigative journalist decides to write a mystery novel (the proceeds of which he and his longtime partner plan to retire on), bangs out three lengthy volumes in two years, then, in 2004, not long after submitting the manuscripts, drops dead from too much coffee and fast food. He does not see the books become international bestsellers, nor is he around to see his partner shut out of his legacy when his father and brother claim his estate—including control over his work—for themselves.
In Gabrielsson's view, Larsson's work was his life, and his life was also her life, and now all of it has been hijacked
In Gabrielsson's view, Larsson's work was his life, and his life was also her life, and now all of it has been hijacked.
Read more at www.slate.comit is the account of Larsson's (and by extension Lisbeth Salander's) feminism that is most fascinating. Famously, this feminism is said to have originated in a rape that he witnessed as an adolescent. Gabrielsson confirms the story, explaining that he was horrified by the way modern society ignored violence against women.
And so Larsson dreamed into existence Lisbeth Salander, an asocial young woman with a dark past, a superheroic skill for computer hacking, and a deep desire to exact revenge, both on her own abusers and on a misogynist society at large.
Marcadores: amarildo, aroeira, charges, charges. duke, dalcio
45 Translated Egyptian Protest Signs
Read more at www.buzzfeed.com1. “LEAVE, my wife wants to give birth and the baby doesn't want to see your face!”
Governo peruano faz campanha para mudar "hino humilhante"
FLÁVIA MARREIRO
O excerto vetado -nãoRead more at www1.folha.uol.com.br
aparece nem na página da
Presidência- incomoda o
governo e alguns estudiosos
porque canta um peruano
"condenado a uma cruel servidão" que "durante muito
tempo em silêncio gemeu".
Indian
Foreign Minister S.M. Krishna's visit last week to the United Nations was
supposed to provide New Delhi with an opportunity to
shine on the world stage, to show that India is a serious emerging power that deserves
to sit with other world powers. It didn’t quite turn out that way.
For three minutes, Krishna read from the officialRead more at turtlebay.foreignpolicy.com
statement of the foreign minister of Portugal, Luis Amado, noting with a gracious smile his "satisfaction regarding the happy coincidence of having two members of
the Portuguese speaking countries" addressing the 15-nation
council."
Indie superstars Arcade Fire shocked everyone at the Grammys last night by taking home the Album Of The Year award, and not because they aren't amazing, but because apparently no one knows who they are. The Internet has been buzzing this morning with some "out of touch" people Googling, tweeting and Facebooking who/what Arcade Fire is and why they got an award if they're not Lady Gaga.
See our favorite posts so far below a
See more at www.huffingtonpost.com
Empresa de engenharia do Rio avisa em placa não dar propina
A placa fixada na frente deRead more at www1.folha.uol.com.br
um prédio em reforma chama a atenção: "A Stanley não
dá propina. Se quiser, por favor não me ligue".
Cientistas desvendam o salto da pulga
Read more at www.estadao.com.brGravação em câmara lenta auxiliou a comprovar tese de que pernas atuam como molas.
Nos cafundós das montanhas americanas persiste um mundo com valores, leis e miséria próprias. Onde antes fabricavam uisque ilegal, hoje cozinham methadrina. Me chamaram lá para ajudar uma moça arrimo de família prestes a perder sua casa. Mas ela tinha coragem para enfrentar tudo. Fiquei só assistindo, enregelado, num clima de terror.
Excelente.
Não conheço nenhum egípcio. Nunca fui ao Cairo. Mas me comove profundamente um povo conseguir derrubar governo indo às ruas e usando a não-violencia. Pela insistência persistência e resistência.
e o blog0news continua…
visite a lista de arquivos na coluna da esquerda
para passear pelos posts passados
ESTATÍSTICAS SITEMETER