Show All Related Tags
Did you mean
Pearson Education Inc. (53 results), appearance (11 results), Pearson Government Solutions (7 results), BlackBerry Pearl (7 results), PearPC (3 results)more...
Show Fewer Related Tags
Did you mean
Pearson Education Inc. (53 results), appearance (11 results), Pearson Government Solutions (7 results), BlackBerry Pearl (7 results), PearPC (3 results), Britney Spears (3 results), disappearance (2 results), disapear (1 results)fewer...
Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- sort by:
- Relevance
- Date
- Popularity
- A quiz to waste some time
- Ok, this isn't the cleverest quiz I've ever seen..and harldy intelectual..but its kills a few mins for those of who have 5 free mins!(1) There's one "sport" in which neither the spectators nor the participants know the score or the leader until the contest ends. What is it?***(2) What famous...
- Discussion threads 2007-08-27
- 10 PEAR classes you need to know to code complex math in your PHP applications
- This article is also available as a TechRepublic download.If you have a mathematics background, you'll already be wellaware that PHP doesn't come with any special functions for workingwith advanced mathematical concepts -- complex numbers, fractions, polynomials,statistics and matrices. However, this deficiency is more than made up by PEAR,the PHP Extension...
- Technical articles 2007-02-16
- 10 PEAR classes that simplify your GTK application development
- This article is also available as a TechRepublic download.PHP developers familiar with windowing applications in *NIXwill already be aware of PHP-GTK, an add-on PHPmodule that allows you to access GIMP Tool Kit GTK libraries andfunctions using an object-oriented interface. But if the thought of buildingcombo boxes and scrolling tickers from...
- Technical articles 2007-02-13
- Simplify your PHP coding with 10 network programming PEAR classes
- More PEARWhat other PEAR packages do you find most useful?
- Discussion threads 2006-11-10
- Simplify your PHP coding with 10 network programming PEAR classes
- This article is also available as a TechRepublic download.Network programming is an area many developers findtroublesome, especially if most of their experience lies in the much"softer" world of Web application scripting. If you're one of thesedevelopers, though, you shouldn't let this fact keep you up at night, because PEAR, the...
- Technical articles 2006-11-10
- Create ZIP archives on the fly with a PHP script and a PEAR class
- ZIP files and PHPDo your PHP scripts have to deal ZIP files? What other file types do you routinely deal with in PHP programming?
- Discussion threads 2006-10-12
- Get the correct time by converting between time zones with PHP and PEAR
- What time is it?Does your Web site use time conversions as described in the article? What method do you use for those calculations?
- Discussion threads 2006-10-04
- Search and map directory trees with ease using the right PHP class
- Are you prone to recursive functions?How often do you need a recursive function in your application development? Have you tried the File_Find class? What was the result?Recursivity simplifies codeYour article is not showing that non recursive functions are simpler, it shows how to use a simple API wrapping recursive code....
- Discussion threads 2006-06-22
- Secure your Web applications by validating user input with PHP
- Validate for securityThe downloadable version of this article can be found here:http://techrepublic.com.com/5138-3513-6078570.htmlAre you validating user input in your Web applications as you most definitely should be?Yup, and you are rightEver web app should validate user supplied input.I would actually say take it a step further, and only for email address...
- Discussion threads 2006-05-31
- Automatically catalog MP3s with PHP and a special PEAR class
- If you're like most people, you probably have a bunch ofMP3s scattered around your hard disk. And if you're like most people, you'veprobably also wished you had a way to automatically catalog these MP3s and index them by title andartist for easier lookup.Well, with PHPand the PHP Extension and Application...
- Technical articles 2006-01-12
- Automatically catalog MP3s with PHP and a special PEAR class
- Cataloging MP3sThe downloadable version of this article is available here:http://techrepublic.com.com/5138-3513-6026329.htmlHow many MP3s are on your personal PC right now? Are they cataloged and organized?Connecting the MP3 player...Despite the transfer rate, I have found infrared links to be more reliable. Force feedback joysticks don't work, mice do, usb virtual drives in...
- Discussion threads 2006-01-12
- 10 PEAR classes that facilitate the manipulation of custom file formats
- Inyour PHP development, it's quite likely that you will encounterfiles in different formats—CSV data, password files, XML-encoded content, anddifferent forms of binary data. Often, your PHP script will need to interactwith these files, reading and writing data to and from them.Youcan obtain assistance in dealing with these different file formats...
- Technical articles 2005-10-28
- 10 PEAR classes that facilitate the manipulation of custom file formats
- 10 PEAR classes for working with filesThe download version of this article is available here:http://techrepublic.com.com/5138-3513-5919563.htmlWhat is the most unusual file format you have encountered? What sort of manipulation was required?
- Discussion threads 2005-10-28
- Parse XML and implement Web services with these 10 PEAR classes
- Developersworking with XML will be pleased to hear that PEAR,the PHPExtension and Application Repository, has a number of packages that cansignificantly simplify XML parsing and processing. These packages provide arobust, well-tested code base, and also save you the time and effort you wouldotherwise spend in "rolling your own" code. You...
- Technical articles 2005-09-16
- Parse XML and implement Web services with these 10 PEAR classes
- Other PEAR classeshttp://techrepublic.com.com/5138-3513-5869238.htmlWhat Web services play an integral part in your Web site design? What other PEAR classes should be included in this list?
- Discussion threads 2005-09-16
- Simplify your life and your Web development with these 10 PEAR classes
- MostPHP Web developers have heard of PEAR,the PHP Extension and Application Repository, but very few of them actually useit on a regular basis. This is an oversight that should be corrected, becausePEAR is actually a rich treasure trove of PHP widgets that can significantlysimplify the average Web developer's workday. Ifyou...
- Technical articles 2005-08-04
- Simplify your life and your Web development with these 10 PEAR classes
- DOWNLOAD: Simplify your Web development with 10 PEAR classeshttp://techrepublic.com.com/5138-3513-5818797.htmlThe 10 PEAR classes listed in this download are really the tip of the iceberg when you talk about PEAR. [b]What other classes or groups of classes would you like to see examined in a TechRepublic download?[/b]New to itI'm new to the...
- Discussion threads 2005-08-04
- Implement PEAR's DB package on your PHP system
- Phillip Perkins highlights what he deems to be one of the more important packages in the PHP Extension and Application Repository PEAR framework: the DB package. This package is an object-oriented style abstraction layer to PHP's underlying database connectivity and querying. PHP provides the adept developer with...
- Technical articles 2005-08-01
- Implement PEAR's DB package on your PHP system
- Use Pear::MDB insteadPear::MDB has better performance and provides more complete database abstraction than Pear::DB. The documentation for Pear::MDB isn't quite as good as that of Pear::DB, unfortunately. Even so, it's well worth one's time to learn how to use it.
- Discussion threads 2005-08-02
- DOWNLOAD: Declare your PHP database independence
- http://techrepublic.com.com/5138-3513-5760706.htmlWere you familiar with the PEAR DB class before this download? [b]What other features of PHP and/or PEAR would you like to see in a download?[/b]whell why notyup, if you have read any of the docs, or built the sources you can't not know about pear.what to see in futurea...
- Discussion threads 2005-06-24
- << Previous
- page 1 of 2
- Next >>
