Palavras: Steve Jobs
É o agente que mais transforma a vida.
- Steve Jobs
/*------------------------------------------------------------------------------ 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.
As protests spring up in cities across the country, authorities are thinking up creative ways to contain this peaceful uprising.
2) No Umbrellas
5) No Sitting or Lying Down
10) No MasksRead more at www.alternet.org
Fell in love with a girl
I fell in love once and almost completely
she's in love with the world but sometimes these feelings can be so misleading
she turns and says "are you alright?"
I said "I must be fine cause my heart's still beating"
Read more at flavorwire.comYesterday, Patti Smith’s first major photography exhibition, Camera Solo, opened at the Wadsworth Atheneum in Hartford, Connecticut. Smith opened the show, which boasts 70-odd intimate black and white photographs shot with either a vintage Land 100 or a Land 250 Polaroid camera, a multi-media installation, and a video work, with an hour-long performance that doubled as a birthday salute to Rimbaud, her ultimate muse. Many of the gorgeous, misty photographs are inspired by artifacts from some of Smith’s favorite artists, from museums she has visited around the world, and many are from her personal life, making the show as a whole feel like a complex view of her world and the things that inspire her. For those that can’t make it to Hartford, or who just can’t get enough, an accompanying book, Patti Smith: Camera Solo, is also slated to come out at the end of the month. Click through to see a few images from the exhibition, and let us know what you think in the comments.
45% das casas brasileiras não tem rede de esgoto.
Can a dog deserve an Oscar? At the first Academy Awards, presented in 1929, the charismatic German shepherd who fought off gangs of villains in movies like “Clash of the Wolves” and “Jaws of Steel” won the vote count for best actor, but the Academy blinked, recalculated and gave the honor instead to Emil Jannings. Not that the public would have necessarily protested an Oscar for Rin Tin Tin. “He is a human dog,” one fan wrote to his trainer, “human in the real big sense of the word.”
As for Jannings and his colleagues, there may have been some doubt.
“Big” is certainly the word for the sweeping story of the soulful German shepherd who was born on the battlefields of World War I, immigrated to America, conquered Hollywood, struggled in the transition to the talkies, helped mobilize thousands of dog volunteers against Hitler and himself emerged victorious as the perfect family-friendly icon of cold war gunslinging, thanks to the new medium of television. Whether he was rescuing a damsel in distress with a crane or herding bad guys on the frontier, Rin Tin Tin “played out the founding principles of the nation,”Read more at www.nytimes.com
Read more at www.nytimes.com
Mr. Feinstein began as a photographer for Columbia Pictures in the 1950s, shooting pictures of movie stars like Judy Garland and Steve McQueen. But he found his true calling after hours, and outside the office, in taking pictures of stars as they moved through the real world: among the Hollywood photos he became known for was one of a heartbroken Marlene Dietrich at Gary Cooper’s funeral and another of Marlon Brando at a civil rights march facing counterdemonstrators taunting him with racist signs.
Tornou-se fácil esquecer até que ponto a história de nossos problemas econômicos é ultrajante. Por isso, caso vocês tenham esquecido, lá vai uma peça em três atos.Read more at sergyovitro.blogspot.com
No primeiro, os banqueiros aproveitaram a desregulamentação para operar sem controle (e receber remunerações principescas), criando imensas bolhas com empréstimos irresponsáveis. No segundo, as bolhas estouraram -mas os contribuintes resgataram os banqueiros.
E, no terceiro ato, os banqueiros demonstraram sua gratidão se voltando contra as pessoas que os salvaram, transferindo seu apoio a políticos que prometeram manter baixos os impostos que eles pagam e destruir a modesta regulamentação pós-crise. Dado esse histórico, como não aplaudir os manifestantes?
Já era questionável investir tanto dinheiro numa reformulação de estádio - agora com essa tabela tapera da Copa 2014 é questão de se questionar ainda mais torrar um bilhão num Maracanã que, apesar de ser o maior estádio do brasil, só recebera a seleção brasileira num jogo (que corre bastante risco de nem acontecer)... http://amplify.com/u/a1f8hy
Read more at flavorwire.com“What is the music of #OccupyWallStreet?” NPR music critic Ann Powers asked on Twitter over the weekend. As the movement rolls on after a weekend that brought hundreds of arrests and lots of publicity, we think that’s an excellent question. From the hippie ’60s to the riot grrrl ’90s, every great political struggle has had a soundtrack of its own. And while past anthems like Crass’s “Do They Owe Us a Living?” and Dead Kennedys’ “Kill the Poor” are certainly applicable to Occupy Wall Street’s critique of economic injustice and capitalism run amok, we think new music is vital to new movements. With that in mind, we’ve taken a stab at compiling some great politically conscious songs that have come out in the past five years. Add your suggestions (or, you know, gripe about “kids these days”) in the comments.
Se o Ministro dos Esportes é inocente das acusações que estão sendo feitas, só o tempo e as provas dirão. Mas a imagem dos senadores Álvaro Duas e Aloysio Nunes Ferreira (PSDB) e dos deputados federais Ronaldo Caiado e ACM Neto (DEM), cercando e protegendo o PM, dono de extensa folha corrida, como se fosse ele fonte impoluta da verdade, na esperança de pegar alguma falha do governo para justificar sua pífia atuação, é mais do que vergonhoso. É degradante.
Read more at www.buzzfeed.com
Culture Buzz
In 1987, an episode of Fox's short-lived sitcom Second Chance correctly predicted the year in which Libyan dictator Muammar Gaddafi would die.
The audience rips into applause as St. Peter damns him to hell.
Para o sociólogo Stephen Duncombe, ser amorfo é uma das grandes vantagens do Ocupem Wall Street, que foge do modelo tradicional de esquerda que vinha se repetindo desde os anos 1960.
— O que é interessante neste movimento é que, como eles se posicionam como “Nós somos os 99%” e não têm uma plataforma unificada, ele é muito mais aberto para pessoas que não pensavam em si mesmas como sendo engajadas politicamente, e que estão encontrando sua voz política agora
ao retomar temas que não vinham sendo discutidos nos EUA há mais de 30 anos, como a justiça social e a distribuição de renda, o OWS abre espaço para que sindicatos e a ala mais à esquerda do Partido Democrata assumam a defesa das demandas reprimidas.
— O que vamos ver é que atores institucionais que têm acesso ao poder vão se mover para ocupar esses espaços. Não para açambarcar o Ocupem Wall Street, mas para usar a energia que foi despertada a fim de exercer pressão.
Fernanda GodoyRead more at www.itamaraty.gov.br
Índice de 50% é o mais alto já registrado; tendência pode causar mudança nas leis
Read more at www.estadao.com.brO Gallup diz que o apoio à legalização passou de apenas 12% em 1969 para 30% em 2000 e 40% em 2009. No ano passado, outra pesquisa do instituto revelou que 70% dos norte-americanos eram favoráveis a permitir que os médicos pudessem receitar a maconha como analgésico.
Durante algum tempo, ele transitou entre o repórter socialmente responsável (ao menos para o público) e o piadista sem-noção, oriundo de uma escola cujo escracho vale mais que mil paródias. Se é rindo que se corrigem os costumes, o Rafinha piadista e sua trupe (sim, porque não estava sozinho) pareciam inverter ou desprezar a própria função: os pobres que continuassem pobres, os feios que seguissem feios, os ladrões que continuassem ladrões e os indignados que rissem de tudo, porque rir era o fim e não o meio.
De alguma forma, colocar puta, traficante, ator e viciado no mesmo balaio parecia engraçado. E, por um motivo aparentemente inexplicável, o mesmo ator que defendia os injustiçados dos políticos não parecia desmentir o comediante que chutava todo mundo, injustiçados inclusive.
Rafinha dormiu justiceiro e acordou “estuprador”. Um dos papéis havia sido tirado dele.
Matheus PichonelliRead more at www.cartacapital.com.br
Marcadores: sonhos
60 years since the television debut of ‘I Love Lucy.’ A look back at fun in Season 1:
1. Implementing an immediate ban on all private contributions of money and gifts, to all politicians in federal office, from Individuals, Corporations, Political Action Committees, Super Political Action Committees, Lobbyists, Unions and all other private sources of money to be replaced by the fair and equal public financing of all federal political campaigns. We categorically REJECT the concept that money is equal to free speech because if that were so, then only the wealthiest would have a voice. These actions must be taken because it has become clear that politicians in the United States cannot regulate themselves and have become the exclusive representatives of corporations, unions and the very wealthy who spend vast sums of money on political campaigns to influence the candidates’ decisions and ensure their reelection year after year.
. A complete reformation of the United States Tax Code to require ALL citizens to pay a fair share of a progressive, graduated income tax by eliminating loopholes, unfair tax breaks, exemptions and deductions, subsidies (e.g. oil, gas and farm) and ending all other methods of evading taxes.
New comprehensive regulations to give the Environmental Protection Agency expanded powers to shut down corporations, businesses or any entities that intentionally or recklessly damages the environment and/or criminally prosecute individuals who intentionally damage the environment.
11. Immediate passage of the Dream Act and comprehensive immigration and border security reform including offering visas, lawful permanent resident status and citizenship to the world’s brightest People to stay and work in our industries and schools after they obtain their education and training in the United States.
12. Recalling all military personnel at all non-essential bases and refocusing national defense goals to address threats posed by the geopolitics of the 21st century, including terrorism and limiting the large scale deployment of military forces to instances where Congressional approval has been granted to counter the Military Industrial Complex's goal of perpetual war for profit.
20. An immediate withdrawal of all troops from Iraq and Afghanistan and a substantial increase in the amount of funding needed for veteran job placement and the treatment of the physical and emotional injuries sustained by veterans in these wars. Our veterans are committing suicide at an unprecedented rate and we must help now.
★THE NINETY-NINE PERCENT★Read more at sites.google.com
His victory came after one of the most bitter and vituperative run-ups to the prize in living memory - not among the shortlisted writers, but from dismayed and bemused commentators who accused judges of putting populism above genuine quality.
Much of the row over the shortlist has stemmed from Rimington's own prioritisation of "readability" in the judging criteria
Read more at www.guardian.co.ukThe Sense of an Ending, Barnes' 11th novel, explores memory: how fuzzy it can be and how we amend the past to suit our own wellbeing. It tells the story through the apparently insignificant and dull life of arts administrator Tony Webster.
O grande problema no trato da questão é o risco cada vez maior de ser taxado de sexista quem enxergue a mulher segundo as suas diferenças em relação ao homem.
Na verdade, um dos aspectos mais distintivos das sociedades segundo o seu grau de evolução foi (e ainda é) o tratamento dispensado ao sexo feminino.
Não é a beleza feminina como instrumento da sensualidade que cria a mulher-objeto, mas sim a sua transformação em meio apartado de um fim — o ideal de toda mulher independentemente de seus atributos físicos. Privá-la de seus atributos de beleza e sensualidade no recesso de sua vida marital é constrangê-la à própria negação, independentemente das formas de relação por que vier a optar.
Sérgio Paulo Muniz CostaRead more at www.jb.com.br
e o blog0news continua…
visite a lista de arquivos na coluna da esquerda
para passear pelos posts passados
ESTATÍSTICAS SITEMETER