/*------------------------------------------------------------------------------ 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.
Read more at www.estadao.com.brSegundo o psicólogo especializado em música, Daniel Mullensiefen, da Goldsmiths University of London, todo sucesso musical surge da combinação entre matemática, ciência, engenharia e tecnologia. "Há freqüências de som que determinam altura, harmonia e até processadores 'hi-tech', adicionando efeitos para tornar uma música mais memorável", revelou.
História de serial killer onde o que mais conta não é a solução dos mistérios (que são interessantes) mas a corrupção, falcatruas e abusos de poder da polícia no norte da Inglaterra.
Tres filmes vão mostrando como as coisas se desenrolam em tres fases distintas, durante uma década (74 - 80 - 83). Ótimo.
To the North! Where we do what we want!
But a great artist, as some have suggested, including the headline writers of the Huffington Post? If so, he was a great artist only in the sense that Bob Dylan and Andy Warhol are great artists: talented jackdaws who took other people’s half-baked innovations and converted them into beautifully made products with mass appeal. Apple didn’t build the first desktop computer based on a microprocessor: the Micral N and the MITS Altair predated the landmark Apple II. Steve Jobs didn’t create the mouse, either: he lifted it from a version he saw at the Xerox Parc research center in Palo Alto. George Lucas, and not Jobs, created Pixar. The Nomad Jukebox, a digital music player made by a company from Singapore, predated the iPod.
Unlike Thomas Edison, to whom he has been compared, Jobs wasn’t really an inventor. In fact, by the standards of Silicon Valley, he wasn’t really a techie at all all. As John Markoff of the Times noted in his careful obituary: “Mr. Wozniak would be the technical half and Mr. Jobs the marketing half of the original Apple.Read more at www.newyorker.com
But it wasn't just about making the coolest looking gadgets out there. It was about defining the way people went about their ordinary lives. Among other things, this translated into eliminating buttons because of an aesthetic objection to their look and a personal objection to their feel, highlighting the fact that form and function are as valued in products as they are in humans.
This attention to detail on a grand scale is what has elevated Apple from the technological world to shaping our cultural psyche. Obsession with technology was a pastime once relegated to the nerd class. To most, technology was merely a form of function. It meant that the telephone was just a means to an end, a device that let you talk to friends. But Jobs created new spaces for us to exist.Read more at www.huffingtonpost.com
O governo indignou-se com uma campanha de lingerie que começou a ser veiculada pela TV e na internet no dia 20 de setembro. Entenda-se por governo a ministra Iriny Lopes, da Secretaria de Políticas para as Mulheres, a quem ninguém deixaria de dar razão se nos três comerciais das calcinhas e sutiãs Hope que tanto a enfureceram mulheres aparecessem agredidas, estupradas ou estranguladas com alguma peça de lingerie. Mas, como é do conhecimento público, nos três anúncios a top model Gisele Bündchen apenas faz um casto jogo de sedução, sem tirar a calcinha ou o sutiã. E com o marido, não com um amante ou o entregador de pizza.
O que Gisele faz, nos três comerciais da Hope, é atestar o poder de sedução e da astúcia femininos, não um mero ardil de mulher submissa e parasitária. Falar em "desrespeito à condição feminina", como fizeram a ministra Iriny Lopes, sua subordinada Aparecida Gonçalves e outros baluartes do femininamente correto, é, no mínimo, um exagero. Tudo bem, a mulher do anúncio não sabe dirigir carro direito nem controlar seu consumismo conspícuo, mas ela é (e não há como descolar a imagem da personagem de quem a encarna) a Gisele Bündchen, uma das mulheres mais bonitas, famosas, bem-sucedidas, independentes e ricas do mundo.
Em matéria de "ação afirmativa" da mulher brasileira, Gisele já era veterana quando Dilma Rousseff elegeu-se presidente e Iriny Lopes deputada
Read more at www.estadao.com.brImpressiona a ignorância de certas autoridades sobre como funciona a publicidade, como ela trabalha com clichês e com o humor. Por entendê-la um pouco mais e achar que o governo tem coisas mais sérias a tratar, resisto à tentação de propor à presidente a criação de uma secretaria especial para fiscalizar o tratamento dado ao homem na propaganda e denunciar ao Conselho Nacional de Autorregulamentação Publicitário (Conar) todos os comerciais em que nós, marmanjos, somos retratados como trouxas que se deixam enrolar por mulheres de lingerie e como idiotas que babam por uma cerveja gelada ou carros que desenvolvem velocidades inatingíveis fora de uma pista de Fórmula 1 – e muito menos nas ruas de São Paulo. Para não mencionar os cornos mansos, os velhos gagás e as bichas enrustidas.
Um elefante dourado, de pijama voando no céu
Búlgaras peladas, fazendo abdominal
Três turcos malvados, sem dentes com cara de mau
Pipocas salgadas e doces
Gigante com cueca de anão
Urso panda dançando ballet
Baiano tomando chimarrão
O mundo de dentro da gente é maior do que o mundo de fora da gente
A man named Hero was here. So was Germ. There was the waitress from the dim sum restaurant in Evanston, Ill. And the liquor store worker. The Google consultant. The circus performer. The Brooklyn nanny.
It all began when a Canadian advocacy magazine, Adbusters, posted a call for action on its blog in July. A New York group naming itself the General Assembly, inspired by recent meetings in Madrid, began to hold organizing meetings in Tompkins Square and other public places, leading to a Sept. 17 march near Wall Street. Shooed away from Wall Street, the protesters wound up in Zuccotti Park, which is bounded by Broadway and Liberty Street and has become their base.
There are information stations, a recycling center, a media center where a gasoline generator powers computers. At the east end sits the library, labeled cardboard boxes brimming with donated books: nonfiction, fiction, poetry, legal. There is a lost and found.
A medical station was outfitted with bins holding a broad array of remedies: cough drops, Maalox Maximum Strength, Clorox wipes, bee pollen granules. The main issues have been blisters, including some from handcuffs, and abrasions.
There are also a few therapists.
Two General Assembly meetings are held each day to conduct organizational business and work on objectives.
People are divided into committees, including town planning, child care, direct action and a de-escalation group charged with keeping things orderly. There have been a few arguments.
When will all this end?
One protester thought when the temperature fell below 50.
Read more at www.nytimes.comBy N. R. KLEINFIELD and CARA BUCKLEY
Read more at techland.time.comNEW YORK (AP) -- Steve Jobs had no formal schooling in engineering, yet he's listed as the inventor or co-inventor on more than 200 U.S. patents. These are some of the significant products that were created under his direction:
He was the reason many of us got into this industry, or even care about technology at all. He made the computer personal, and the smartphone fun. Bill Gates may have put a computer on every office desk, but it was Steve Jobs who put one in every dorm room and bedroom and living room. And then, years later, he repeated the trick, putting one in every bag and every pocket, thanks to the iPad and iPhone. If you use a computer or smartphone today, it is either one he created, or an imitation of his genius.
He changed the way movies are made, the way music is sold, the way stories are told, the very way we interact with the world around us. He helped us work, and gave us new ways to play. He was a myth made man.
Jobs understood that they could be something more than that. That while computers would never be people, he could endow them with humanity. He could transform them into machines that not only anyone could use, but that everyday people would enjoy using thanks to the art of great design. He made them something that would be part of our lives. And he did that again and again.Read more at gizmodo.com
Sizzling-hot Nobel update! We reported yesterday that a late surge in betting on this year's Nobel prize for literature had seen the odds on Bob Dylan tumbling from 100/1 to 10/1 over 24 hours, making him fourth-favourite to take the prize. Well, it didn't end there: Ladbrokes have just issued a press release saying that Dylan is now installed as the firm favourite, after 80% of bets taken in the last 12 hours were placed on the singer-songwriter. Odds on him are now 5/1, ahead of Adonis (6/1), Haruki Murakami (8/1) and Tomas Transtromer (10/1).
Read more at www.guardian.co.ukCan it really be? I still can't credit it, to be honest. I love Dylan as much as the next person whose father played him incessantly during the car journeys of their youth, but in a field that also includes Amos Oz (25/1), Les Murray (16/1) and Thomas Pynchon (20/1) can he truly be considered, as Alfred Nobel specified when he endowed the prize, "the person who ... produced in the field of literature the most outstanding work in an ideal direction"?
Nobel prize odds a-changin' for Bob Dylan
Read more at www.guardian.co.ukLadbrokes said this morning that the unlikely contender's odds of landing the world's most prestigious literary award had tumbled from 100/1 to 10/1 over the last 24 hours following "a substantial gamble from clued-up literary fans". Dylan sits behind favourite Adonis, the Syrian poet, at 4/1, Swedish poet Tomas Tranströmer at 7/1 and Japanese novelist Haruki Murakami at 8/1.
Foram 700 mil espectadores, 170 atrações, 98 horas contínuas de música - há quem discorde dessa última definição.
Mas não é injusto dizer que essa edição foi uma das mais conservadoras, em termos artísticos, coisa que não pode se repetir em 2013. Godzilla dos festivais de rock, o Rock in Rio não deixa, como saldo artístico, uma impressão boa. Pareceu ter sido montado sem convicção curatorial, recebendo o que era ofertado com mais presteza (quem sabe alguma pechincha). Parte das suas atrações principais se apresentou antes em outras cidades, como Red Hot Chili Peppers e Ke$ha (em São Paulo), o que esvaziou um pouco a curiosidade sobre suas performances.
Muitos artistas também demonstraram certa preguiça em relação ao novo,
fazendo seus shows tradicionais (o mesmo show que fazem em feiras
agropecuárias), caso de Skank, Jota Quest, Maroon 5, Frejat, Maná, Lenny
Kravitz. Poucos fugiram da preguiça, caso de Claudia Leitte, Coldplay,
Evanescence - enfrentando inclusive os riscos dessa ousadia. Outros,
cuja performance era ironizada antes de chegarem aqui, se superaram em
vontade e animalidade musical, como Elton John.
See more at www.estadao.com.br
Rafinha Bastos bateu na parede. Acostumado a dizer o que lhe vem à cabeça sem sofrer quase nenhuma consequência, dessa vez o apresentador do "CQC" foi longe demais. Xuxou onça com vara curta, e agora vai ter que pagar.
Read more at f5.folha.uol.com.br
Enfim, acidentes acontecem. O humor de fato engraçado é sempre iconoclasta (detesto a expressão "politicamente incorreto", que está se tornando um escudo para quem quer dizer escrotices). O desafio é dosar. Saber para quem se está falando, quem vai gostar e quem vai se incomodar. Rafinha tem uma fortuna a perder em imagem e contratos de propaganda. Mas nós, o público, perderemos ainda mais se ele exagerar na dose e enfiar o rabo entre as pernas.
Vocês acham um absurdo alguém fazer piada com estupro, então vocês são todos uns politicamente corretos chatos. O argumento tem sido usado sem parar pela turma dos humoristas do "CQC" e seus fãs sempre que alguma "piada" absurda vem à tona e eles são criticados
"Isso só aconteceu porque o marido de Wanessa Camargo é poderoso", dizem. E deve ser verdade.
Read more at f5.folha.uol.com.br
Quem fala o que quer, ouve o que não quer. E, se o que foi dito foi falado na televisão e está lá gravado para sempre, você vai ter que responder por isso, sim. Normal. É assim na vida. E é assim se o seu trabalho tem repercussão.
"Votar na Dilma porque ela foi torturada? Foda-se. Eu pedi para ela ser?", destacou a publicação. "Sério. Um presidente tem que ser esperto. Se ela foi presa e torturada, é porque ela era uma idiota".
Read more at www1.folha.uol.com.br
"Em qualquer lugar do mundo as pessoas entendem que o papel do comediante é fazer piadas. Um dia vão entender isso no Brasil também, eu espero", afirmou Gentili ao jornal.
por Renata Leite
O tempo parece ter transcorrido mais lentamente para os 4.500 habitantes de Paquetá. Na "Ilha da Bicicleta", qualquer veículo que supere os 20 km/h gera estranheza.
Triciclos adptados para levar até dois passageiros, além do condutor, os EcoTáxis são amplamente utilizados pelos moradores, que ainda têm charretes e uma espécie de trenzinho sem trilhos para se locomover. Para a maioria dos moradores, no entanto, a primeira opção é sempre o bom e velho pedal. A estrada que margeia a ilha tem sete quilômetros e pode ser percorrida em pouco mais de 20 minutos.
Read more at oglobo.globo.com- Não existe lugar melhor para se viver do que Paquetá. Basta dizer que quem mora aqui vive mais e mais feliz - garantiu Carlos Dias da Silva, que trabalha alugando triciclos para turistas.
For achievements that first make people LAUGH
then make them THINK
Read more at improbable.comMATHEMATICS PRIZE: Dorothy Martin of the USA (who predicted the world would end in 1954), Pat Robertson of the USA (who predicted the world would end in 1982), Elizabeth Clare Prophet of the USA (who predicted the world would end in 1990), Lee Jang Rim of KOREA (who predicted the world would end in 1992), Credonia Mwerinde of UGANDA (who predicted the world would end in 1999), and Harold Camping of the USA (who predicted the world would end on September 6, 1994 and later predicted that the world will end on October 21, 2011), for teaching the world to be careful when making mathematical assumptions and calculations.
Aluno com cabelo moicano vence escola na Justiça e recebe R$ 3 mil
Read more at www.estadao.com.brMenino foi impedido de entrar no colégio por conta de seu corte de cabelo
e o blog0news continua…
visite a lista de arquivos na coluna da esquerda
para passear pelos posts passados
ESTATÍSTICAS SITEMETER