Mäklare

Categories
Animal | Application |Art | Artificial Intelligence | Business | Certification | Commerce | Computer - Hardware | Databases | Electronics | Engineering | Grammar | History | Intelligence | Internet | IT - General | Language | Magazine | Medical | Photographic | Networking| Programming | Security | Uncategorized | WWW

KnowFree


Full download


Posted: January 22nd, 2009, 7:29am CET by Krenko

Tags  [edit]


Build Dynamic, Database-Driven Web Sites
PHP is a fully developed, server-side embedded scripting language, and its importance for web application development has grown with the rise of the Apache web server. Are you a novice programmer? This book starts with the basics and takes you wherever you want to go. A seasoned pro? You’ll be amazed at how much you can capitalize on PHP’s power and object-oriented support, and how it leverages your knowledge of other languages. Finally, if you’re a PHP user in search of an authoritative reference, you need look no further. Mastering PHP 4.1 guides you through all levels of real-world web programming problems and provides expert advice on which solutions work best.
Coverage Includes:
* Reading and writing files
* Validating data with regular expressions
* Accessing MySQL and PostgreSQL databases
* Accessing LDAP servers
* Generating images and PDF documents on the fly
* Building authentication and access-control systems
* Sending e-mail and building web-to-e-mail interfaces
* Creating your own classes
* Closing common security holes in PHP scripts
* Parsing and generating XML documents
* Using sessions to store persistent data
* Debugging misbehaving scripts
* Encrypting and decrypting sensitive data

Download here


Full download


Posted: January 22nd, 2009, 6:51am CET by Krenko

Tags  [edit]


Build Your Own Database-Driven Website Using PHP & MySQL is a practical guide for first-time users of PHP & MySQL that teaches readers by creating a fully working Content Management System, Shopping Cart and other real-world applications. There has been a marked increase in the adoption of PHP, most notably in the beginning to intermediate levels. PHP now boasts over 30% of the server side scripting market (Source: php.weblogs.com). The previous edition sold over 17,000 copies exclusively through Sitepoint.com alone. With the release of PHP 5, SitePoint have updated this bestseller to reflect best practice web development using PHP 5 and MySQL 4. The 3rd Edition includes more code examples and also a new bonus chapter on structured PHP Programming which introduces techniques for organizing real world PHP applications to avoid code duplication and ensure code is manageable and maintainable. The chapter introduces features like include files, user-defined function libraries and constants, which are combined to produce a fully functional access control system suitable for use on any PHP Website.

Download here


Full download


Posted: January 22nd, 2009, 6:50am CET by Krenko

Tags  [edit]


The combination of Linux, Apache, MySQL, and PHP is popular because of interaction, flexibility, customization, and-most importantly-the cost effectiveness of its components
Helps LAMP professionals take their skills to the next level with in-depth discussions of OOP; extensions of PHP such as PEAR, GD, XML, and CURL; improving site security; and advanced tools available to the coder
Those proficient in other languages such as Java, C++, Perl and ASP will find this guide invaluable when transitioning to the LAMP environment
The Web site includes sample scripts created in the course of each chapter, and several applications that can be modified and reused

Download here


Full download


Posted: January 22nd, 2009, 6:50am CET by Krenko

Tags  [edit]


Programmers love its flexibility and speed; designers love its accessibility and convenience. When it comes to creating web sites, the PHP scripting language is truly a red-hot property. In fact, PHP is currently used on more than 19 million web sites, surpassing Microsoft’s ASP .NET technology in popularity. Not surprisingly, this surge in usage has resulted in a number of PHP books hitting the market. Only one, though, takes the language beyond traditional Web programming and into mapping, graphing, multimedia, and beyond: “PHP Hacks,”

In “PHP Hacks,” author Jack Herrington wrings out his 20 years of code generation experience to deliver hands-on tools ranging from basic PHP and PEAR installation and scripting to advanced multimedia and database optimizing tricks.

On the practical side of things, “PHP Hacks” helps you develop more robust PHP applications by explaining how to improve your database design, automate application testing, and employ design patterns in your PHP scripts and classes. In the category of “cool,” Herrington explains how to upgrade your Web interface through the creation of tabs, stickies, popups, and calendars. He even examines how to leverage maps and graphics in PHP. There’s also a bounty of image and application hacks, including those that show you how to:

Integrate web sites with Google maps and satellite imaging

Dynamically display iPhoto libraries online

Add IRC, SMS, and Instant Messaging capabilities to your Web applications

Drop the latest Wikipedia dictionary onto your Sony PSP

Render graphics and user interfaces with SVG, DHTML, and Ajax

Whether you’re a newcomer or an expert, you’ll find great value in “PHPHacks,” the only PHP guide that offers something useful and fun for everyone.

Download here


Full download


Posted: January 22nd, 2009, 6:49am CET by Krenko

Tags  [edit]


Over the past three years PHP has evolved from being a niche language used to add dynamic functionality to small sites to a powerful tool making strong inroads into large-scale, business-critical Web systems.

The rapid maturation of PHP has created a skeptical population of users from more traditional “enterprise” languages who question the readiness and ability of PHP to scale, as well as a large population of PHP developers without formal computer science backgrounds who have learned through the hands-on experimentation while developing small and midsize applications in PHP.

While there are many books on learning PHP and developing small applications with it, there is a serious lack of information on “scaling” PHP for large-scale, business-critical systems. Schlossnagle’s Advanced PHP Programming fills that void, demonstrating that PHP is ready for enterprise Web applications by showing the reader how to develop PHP-based applications for maximum performance, stability, and extensibility.

Download here


Full download


Posted: January 22nd, 2009, 6:49am CET by Krenko

Tags  [edit]


If you’re using PHP 4, then chances are good that an upgrade to PHP 5 is in your future. The more you’ve heard about the exciting new features in PHP 5, the sooner that upgrade is probably going to be. Although an in-depth, soup-to-nuts reference guide to the language is good to have on hand, it’s not the book an experienced PHP programmer needs to get started with the latest release. What you need is a lean and focused guide that answers your most pressing questions: what’s new with the technology, what’s different, and how do I make the best use of it? In other words, you need a copy of Upgrading to PHP 5. This book is targeted toward PHP developers who are already familiar with PHP 4. Rather than serve as a definitive guide to the entire language, the book zeroes in on PHP 5’s new features, and covers these features definitively. You’ll find a concise appraisal of the differences between PHP 4 and PHP 5, a detailed look at what’s new in this latest version, and you’ll see how PHP 5 improves on PHP 4 code. See PHP 4 and PHP 5 code side-by-side, to learn how the new features make it easier to solve common PHP problems. Each new feature is shown in code, helping you understand why it’s there, when to use it, and how it’s better than PHP 4. Short, sample programs are included throughout the book. Topics covered in Upgrading to PHP 5 include:

Download here


Full download


Posted: January 22nd, 2009, 6:48am CET by Krenko

Tags  [edit]


Oh, and forward compatibility. Now optimization is definitely more Greg’s kind of thing than mine, and Marcus doesn’t have much spare time these days, so I took it on myself to focus on that other thing. I went to look at PHP 6. The good news is that from now, all phars created using PHP 5.2.1 and up should run under PHP 6 and vice versa. The structure’s unchanged. Sing hallelujah.
The bad news is that a phar with a default stub won’t run under versions of PHP prior to PHP 5.2.1, whereas we had PHP 5.1 support this time last week. Blame: b and the binary cast. The default stub calls unpack(), you see, and PHP 6 needs to be told that the second argument to unpack() is a binary string and not a Unicode string. The only ways we have of telling PHP 6 this will throw a parse error in PHP 5.2.0 and under. There’s no way to have both backward compatibility and forward compatibility: we have to choose….

Download here


Full download


Posted: January 22nd, 2009, 6:48am CET by Krenko

Tags  [edit]


Linux is a fast-growing operating system with power and appeal, and enterprises worldwide are quickly adopting the system to utilize its benefits. But as with all operating systems, performance problems do occur causing system administrators to scramble into action. Finally, there is a complete reference for troubleshooting Linux quickly! Linux Troubleshooting for System Administrators and Power Users is THE book for locating and solving problems and maintaining high performance in Red HatLinux and Novell SUSE Linux systems.

Download here


Full download


Posted: January 22nd, 2009, 6:47am CET by Krenko

Tags  [edit]


Running Mac OS X Tiger is the ideal resource for power users and system administrators like you who want to tweak Tiger, the new release of Mac OS X, to run faster, better, or just differently.

If you areready to dig deep into your Mac, this book expertly guides you to the core of Mac OS X. It helps you understand the inner workings of the operating system so you can know how to get the most out of it. And it gives you countless ideas–and step-by-step instruction–for customizing and revving up Tiger to your specific needs and your liking.

Completely revised and updated for Mac OS X Tiger, Running Mac OS X Tiger covers all the new features and functionality of Tiger. You can count on authors Jason Deraleau and James Duncan Davidson to give what you need–and not bother with what you don’t. They don’t spend time on Finder tips and keyboard shortcuts; they focus on showing you what makes a Mac tick and, more importantly, how you can make it tick just the way you want it to.

Easy to follow and intuitively organized, Running Mac OS X Tiger is divided into three parts: “Getting Started” introduces Mac OS X and explains how it’s put together and why it works; “Administration Essentials” gives you the tools you need to examine how your system is running and adjust all the knobs behind its operation; and “Networking and Network Services” covers the ways Mac OS X interfaces with the world around it, including wireless and spontaneous networking. Developer Tools for Mac OS X, including Xcode, are discussed throughout the book as appropriate.

For the growing number of intermediate to advanced users who are ready and eager to customize Mac OS X, Running Mac OS X Tiger delivers everything you need to become master of your Mac.

Download here


Full download