Sponsored White Papers, Webcasts, and Downloads
Additional Resources
- 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?
- Tags: application development, Mark W. Kaelin, Pear, PEAR class, php, programming, Web, Web service, web services, xml
- Discussion threads 2005-09-16
- 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.
- Tags: bblackmoor@..., db, Implement PEAR, mdb, pear, PEAR::DB, php, programming, Use Pear::MDB
- Discussion threads 2005-08-02
- Application Development: Install PEAR on a shared Web host
- Code is wrong
- Tags: stu@..., programming, application development, Web
- Discussion threads 2007-02-12
- Parse XML and implement Web services like a pro with these 10 PEAR classes
- This document lists 10 PEAR packages of specific interest to developers working in the XML and Web services area. The general acceptance of XML as a standard protocol has moved the concept of Web services from the realm of the theoretical to that of the practical. It...
- Tags: Web, Web Service, XML, Channel Management, Web Services, Software/Web Development, Web Development, Marketing, Enterprise Software, Software
- Download resources 2005-09-16
- Simplify your Web page and form development with these 10 PEAR classes
- These 10 PEAR packages provide a robust, well-tested code base that can save you the time and effort you would otherwise spend on producing your own code. One of the staples of Web site development is the manipulation of Web pages based on user interaction and the...
- Tags: Web, TechRepublic Inc., Class, Web Page, Channel Management, Marketing
- Download resources 2005-08-04
- Simplify your PHP coding with 10 network programming PEAR classes
- More PEARWhat other PEAR packages do you find most useful?
- Tags: melonfire, application development, pear, programming, php, Mark W. Kaelin, network
- Discussion threads 2006-11-10
- Build your own RSS client with PHP and the PEAR XML_RSS package
- RSS, also known as Really Simple Syndication or RDF Site Summary, is a file format which allows Web sites to publish and syndicate the latest content on their site to their users. An RSS "feed" is expressed in XML; and as a result, it can be read by any client...
- Tags: PHP, RSS, Internet
- Download resources 2006-08-28
- 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...
- Tags: application development, download, Mark W. Kaelin, Pear, PEAR class, php, programming, web, Web development
- Discussion threads 2005-08-04
- Implement PEAR's DB package
- This week's Web Development Zone newsletter provides an overview on how to implement PEAR's DB package on your PHP system.Do you use PHP and or PEAR in your development work? If not, will you implement PEAR on your system after reading this column? Share your thoughts on PEAR.If you aren't...
- Tags: Implement PEAR, Newsletter Editor, PEAR, programming
- Discussion threads 2004-10-04
- Simplify your PHP coding with 10 network programming PEAR classes
- The PHP Extension and Application Repository PEAR has a number of packages that can significantly simplify your network programming projects. This document lists 10 PEAR packages of specific interest to developers working in the network programming realm and explains how they should be used. A link to the documentation page...
- Tags: Network, PHP, Programming, Network Programming, Development Tools, Software Development, Software/Web Development
- Download resources 2006-11-10
- Application Development: Install PEAR on a shared Web host
- Just what I needed!I ran a few Google searched and almost stopped...I found this on the next try. This is exactly what I needed to run some PEAR stuff in a shared hosting environment. Thanks for the post!--FrankX
- Tags: application development, frank_x_rizzo@..., Install PEAR, PEAR, Web
- Discussion threads 2004-11-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...
- Tags: database, databases, download, Mark W. Kaelin, pear, PEAR DB, PHP, programming
- Discussion threads 2005-06-24
- Manipulate custom file formats with ease using these 10 PEAR classes
- This document lists ten PEAR packages of specific interest to developers who need to work with custom file formats. One of the most basic functions of any program, especially when talking about scripting languages like PHP, is manipulating, parsing, and general interacting it must do with numerous...
- Tags: TechRepublic Inc., PHP, Class, Scripting Languages, Software/Web Development, Web Development
- Download resources 2005-10-28
- DeployPHP Series, Part 4: Using the PEAR::MDB2 Database Abstraction Layer With Oracle
- PEAR PHP Extension and Application Repository is a huge collection of high-quality PHP components. The repository contains PHP classes for almost any imaginable purpose, from database authentication, to networking, to images, to XML. This paper describes how to use MDB2, a high-level database abstraction layer that can be found in...
- Tags: Repository, Database, Oracle Corp., PHP, Abstraction, Authentication, Scripting Languages, Storage, Software/Web Development, Web Development, Hardware
- White papers
- Secure your Web applications by validating user input with PHP and PEAR classes
- Most experienced Web developers are acutely aware that the single most vulnerable point of any Web application is its forms. For this reason, input validation is an important part of securing your Web application and creating a more robust technological system. If you use PHP this task is significantly simplified...
- Tags: TechRepublic Inc., PHP, Web Application
- Download resources 2006-05-31
- Match users to their geo-location with PHP and PEAR Net:Geo
- By mapping each user's IP address to a geographical database, Web sites can customize the experience and enhance the functionality of the site. However, this little trick is not limited to large Web sites with extensive resources. Small Web site developers can accomplish the same thing with PHP and HTML....
- Tags: Web, PHP, Web Site, Web Site Development, Web Technology, Channel Management, Scripting Languages, Internet, Marketing, Software/Web Development, Web Development
- Download resources 2006-08-08
- pear concepts
- i need to study pear concepts . where can i get the documentations.any body know please help me
- Tags: ashok_sivak@...
- Discussion threads 2007-08-01
- pear concepts
- i need to study pear concepts . where can i get the documentations.any body know please help me
- Tags: ashok_sivak@...
- Discussion threads 2007-08-01
- Declare your PHP database independence with PEAR and this script
- PHP comes with extensions for a variety of different databases: MySQL, SQLite, SQL Server, PostgreSQL, Oracle, Sybase and many more. However, each extension uses its own set of functions to communicate with the database server and perform SQL queries, making it well-nigh impossible to easily switch from one to another....
- Tags: PHP, Storage, Scripting Languages, Databases, Hardware, Software/Web Development, Web Development, Enterprise Software, Software, Data Management
- Download resources 2005-06-24
- << Previous
- page 1 of 1
- Next >>