[ 1 ]     «     13  |   14  |   15  |   16  |   17  |   [ 18 ]  |   19  |   20  |   21  |   22  |   23     »     [ 40 ]

Package:HTML_AJAX
Weblog:Hallstatt ist net(t)
Title:Saubere Webanwendungen mit AJAX
Date:2005-12-29
PHP Solutions 2006/01: Ab 25. Januar im HandelWer schon immer wissen wollte, dass AJAX nicht nur ein Spülmittel oder ein Fussballverein ist soll meinen neuesten Artikel im PHP Solutions Magazin 2006/01 lesen, den es ab 25.Januar im Handel oder jetzt sc
 
Package:Image_Barcode
Weblog:PHPAvançado
Title:Criando códigos de barra com o PEAR
Date:2005-12-27
Vi que algum desesperado estava que nem um doido catando algo sobre códigos de barra aqui no site. Comovido com a sua situação, resolvi testar a classe Image_Barcode do PEAR.
 
Package:XML_Tree
Weblog:David Grant's Blog
Title:First File_XSPF Release Available from PEAR
Date:2005-12-20
The first release of File_XSPF is now available from PEAR. This release version is 0.0.1, and should still be considered alpha. A beta release should follow fairly quickly, followed by a stable version. Download the package now using the pear insta
 
Package:File_XSPF
Weblog:David Grant's Blog
Title:First File_XSPF Release Available from PEAR
Date:2005-12-20
The first release of File_XSPF is now available from PEAR. This release version is 0.0.1, and should still be considered alpha. A beta release should follow fairly quickly, followed by a stable version. Download the package now using the pear insta
 
Package:HTTP_Client
Weblog:PHPAvançado
Title:POST com o HTTP_Cliente
Date:2005-12-13
Hoje eu precisei fazer um HTTP POST e fui procurar no PEAR ... achei la um tal de HTTP_Client. Bem legal essa classe...
 
Package:Services_Amazon
Weblog:開発メモ
Title:amazon API   pearを使って利用してみる2
Date:2005-12-12
---------------------------------------------- require_once 'AmazonECS4.php'; // An Amazon Subscription ID $subid = 'xxxxxxxxxxxxxxxxxxxxxx'; // An Amazon Associate ID $associd = 'xxxxxxxxxxxxxxxx'; $objAmazon = new Services_AmazonECS4($subid, $associd); $objAmazon->setLocale('JP'); $options = array(); $options['Keywords'] = 'キーワード'; $options['ResponseGroup'] = 'ItemIds,ItemAttributes,Images'; $result = $objAmazon->ItemSearch('Blended', $options); if (PEAR::isError($result)) {   echo $result->message; // エラー処理 } else {   // 商品数判定   if ($result['TotalResults'] == 1) {     // 商品数1     $item = $result['Item'];     $imageUrl = isset($item['SmallImage']['URL']) ? $item['SmallImage']['URL'] : './image/noimage.gif';     $asin = isset($item['ASIN']) ? $item['ASIN'] : '';     $Title = isset($item['ItemAttributes']['Title']) ? $item['ItemAttributes']['Title'] : '';     $amazonLink = isset($item['DetailPageURL']) ? $item['DetailPageURL'] : '';   } else {     // 商品数2以上     foreach ($result['Item'] AS $index ...
 
Package:XML_FastCreate
Weblog:David Grant's Blog
Title:Fifth Vote for File_XSPF
Date:2005-12-08
File_XSPF just got its fifth vote, this time a conditional positive vote from Hannes Magnusson. One condition points out that File XSPF is currently written in PHP4, rather than PHP5, and the package might be more acceptable if written in PHP5, althou
 
Package:Mail
Weblog:PHPAvançado
Title:Enviando um email com a classe Mail do PEAR
Date:2005-12-08
Tenho observado que algumas pessoas tem tido dificuldade de enviar um email com esta classe que é baum de mais da conta! :D vou dar um exemplo simples porem tentarei abordar todas as funcionalidades da classe...
 
Package:Structures_DataGrid
Weblog:Y-110's Wiki (PukiWiki/TrackBack 0.3)
Title:PEAR¡§Structures_DataGrid
Date:2005-12-06
Structures_DataGrid
 
Package:File_Ogg
Weblog:David Grant's Blog
Title:Three Down, Two to Go!
Date:2005-12-06
File_XSPF now has three out of the five required votes needed for the class to be accepted into PEAR. The last few days have been spent satisfying the two conditional votes from Christian Weiske and David Coallier, which were mainly error handling and
 

[ 1 ]     «     13  |   14  |   15  |   16  |   17  |   [ 18 ]  |   19  |   20  |   21  |   22  |   23     »     [ 40 ]