Archive - jul 22, 2012

  • warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Sao_Paulo' for 'BRT/-3.0/no DST' instead in /var/www/multisite_drupal6/sites/mutgamb.org/modules/archive/archive.pages.inc on line 298.
  • warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Sao_Paulo' for 'BRT/-3.0/no DST' instead in /var/www/multisite_drupal6/sites/mutgamb.org/modules/archive/archive.pages.inc on line 299.
  • warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Sao_Paulo' for 'BRT/-3.0/no DST' instead in /var/www/multisite_drupal6/sites/mutgamb.org/modules/archive/archive.pages.inc on line 330.
  • warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Sao_Paulo' for 'BRT/-3.0/no DST' instead in /var/www/multisite_drupal6/sites/mutgamb.org/modules/archive/archive.pages.inc on line 331.
  • warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Sao_Paulo' for 'BRT/-3.0/no DST' instead in /var/www/multisite_drupal6/sites/mutgamb.org/modules/archive/archive.pages.inc on line 332.

Falando em editoração...

Cris Ribas, que ainda está se familiarizando com Linux "mas super a fim de aprender" pediu indicações de softwares para design de impressos e editoração. A lista respondeu apontando possibilidades:

 

Belisário indicou o Scribus, Varga um copilado de links no Estúdio Livre, e Felipe Fonseca sugeriu Inkscape, pra ilustração vetorial simples:

 

Tinha também um software da própria Corel, acho que era CorelXara. Mas faz tempo que não tento usar. Gimp e plugins pra Bitmaps etc. Pra diagramação estilo DTP pesadão tem o Scribus e o Scribus-ng. Pra coisas mais leves eu uso bastante o Lyx. pra ebooks em epub, uso o Sigil. E meus tradicionais caminhões de links.

Caçando CSS's

Isaac pediu ajuda na lista para referências de tutorial "vídeo-aula ou qualquer coisa" sobre CSS. Com isso, recebeu uma série de respostas que podem servir para ajudar outras pessoas:

Css Sprites

Css Deck

Code Academy

HackSaraus

Tutorial de Tabelas

Tutorial em português

Bookmarks da Fe Scur, com muita coisa de CSS

 

E, segue a dica do Iuri:

 

É claro que a melhor referência de css é o site da w3c. Normalmente, hoje, os desenvolvedores fazem um include na página e botam todos os códigos css em um arquivo separado, por exemplo:

<link href="./estilos.css" rel="stylesheet" type="text/css" />

Então a forma mais fácil é abrir uma página e ver o resultado final, enquanto abre o código fonte e procura os arquivos css pra estudar o código pra ir tentando entender como funciona e como os caras implementam. Mas a ideia dos outros é sempre a pior. Tem muita coisa feia :D