Livro: PHP-GTK - 2ª Edição

  • PHP
  • February 28, 2007

Segunda a noite tive a felicidade de conversar com meu grande amigo e autor do Livro PHP-GTK, Pablo Dall’Oglio .

Além de comentar e discutir algumas tendencias do PHP, aproveitei para analisar as soluções oferecidas pelo PHP-GTK. Tive no passado uma batalha épica tentando conquistar uma impressora matricial com HTML, consegui, mas apenas depois de semanas de trabalho e ajuste minuciosos para evitar páginas que desalinhavam e todos problemas que pode imaginar.

Pablo me mostrou e sugeriu o uso de uma classe no PHP-GTK que conversa diretamente com a porta LTP1 e com a impressora, facilitando muito esta integração. Com isso na hora de montar o projeto irei analisar a possibilidade de implementar esta seção em PHP-GTK, gerando um aplicativo para gerenciar a impressão.

Em meio a esta conversa recebi a feliz notícia de que finalmente a 2ª Edição de seu livro havia saido da edição e seria posta a venda no dia seguinte (terça) . Então vou aproveitar para recomendar o livro, que foi praticamente re-escrito inclundo vários exemplos e englobando novidades como o PHP5, OO e GTK2.

Fica então a dica para que confiram o livro PHP-GTK 2ª Edição da editora Novatec .

Tags:
comments powered by Disqus

Related Posts

Rumo ao PHP Conference 2007 e o WebdevCamp

Rumo ao PHP Conference 2007 e o WebdevCamp

  • November 29, 2007

Malas prontas, palestra revisada, tudo pronto para seguir a caminho de São Paulo.

Read More
dmsAutoComplete v1.1 - ChangeLog

dmsAutoComplete v1.1 - ChangeLog

  • October 2, 2006

Recently I published an updated version of my auto-complete (Google suggest) script compatible with IE and FireFox and based on PHP/AJAX.

After publishing version 1.0, I had some feedback from people who downloaded an tested it, so now I decided to correct some of the bugs that were found, and make a few improvements also. So now I’m going to publish version 1.1, check out some of the changes I made.

Read More
strtotime() - is it useful?

strtotime() - is it useful?

  • September 15, 2006

Every now and then I get e-mails with questions that ask “How can I add X days to a given date?”, “How can I figure the day that corresponds to next thursday?”, and others along the same line. It scares me when I see replies that include enormous codes that execute innumerous function even including some bizarre leap year determination algorithms, I just can’t understand why all the complication and fuss.

The strtotime() function exists to solve these problems and i plan to introduce you to it and show a few usage examples. Also I’m going to check function performance using a simples benchmark comparison.

Read More