Make Easy Money From Your Blog, Heres How >>
 

free ebook downloads

Archive for the 'Perl' Category

-cosmos-, May 20, 2010 Comments Off

PHP and MySQL Everyday Apps For Dummies is a one-stop reference providing all you need to build dynamic, real-world, ready-to-use apps with the popular PHP (a scripting language) and MySQL (a database system) software. The book is a hands-on, go-to-guide that
Walks you through installing the applications files from the CD-ROM and setting up your programming environment

Contains all the code needed to create seven applications:
User authentication with HTTP
User login
On-line catalog
Shopping cart
Content management system
Web forum
Building and managing a mailing list (on the CD-ROM)
Automates the programming process and walks you through building the application from start to finish

Explains how to write secure code

Features complete code—not just snippets, but neatly assembled packages with “instant” real-world functionality

Shows how to build the applications in two forms — procedural and object-oriented programming — providing programmers who want to switch to the object-oriented method of coding (which is new in PHP 5!) with the essential know-how

Includes a companion CD-ROM that contains every line of code in the applications from the book plus a bonus chapter that shows how to build a mailing list

Information on each application includes a discussion of issues, structure of the database, code listings, and an explanation of the code. You can use these applications as is, modify them for use on your Web site, or build your own application using techniques described. If you want real-world Web apps you can use right away, this is the book for you.

DOWNLOAD HERE

If you liked this post, buy me a beer. (Suggested: $3 a beer or $7.5 for a pitcher)

0 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 5
  in Database, PHP, Perl
-cosmos-, September 20, 2009 Comments Off

Build dynamic, standards-based web sites for personal or professional use with help from this easy-to-follow guide. How to Do Everything: Microsoft Expression Web 2 shows you how to use all of the versatile features this powerful web design tool has to offer. Screenshots along with detailed text demonstrate how to build your site, style it with Cascading Style Sheets, add multimedia, and enable interactivity. You’ll also get details on using PHP and ASP.NET. Now it’s easier than ever to get your web site up and running!
Build web pages and add and configure text and images
Link content in your site
View and edit XHTML code
Create and manage styles with Cascading Style Sheets
Lay out pages with dynamic web templates and layers
Organize content in tables and frames
Create JavaScript code to add behaviors for action and interaction
Include media elements using Silverlight, Flash, Microsoft Media, Java, and Podcasts
Collect and validate information with forms
Build dynamic pages with PHP and create ASP.NET web pages
Optimize, test, publish, and manage your web site

DOWNLOAD HERE

If you liked this post, buy me a beer. (Suggested: $3 a beer or $7.5 for a pitcher)

0 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 5
  in ASP, PHP, Perl, XML
eBooker, August 24, 2009 Comments Off

Network Coding Applications

Network Coding Applications

Product Description Network Coding Applications looks at how ideas from network coding can have an impact on a number of new applications. Network coding is an elegant and novel technique introduced at the turn of the millennium to improve network throughput and performance. It is expected to be a critical technology for networks of the future. Today, more and more researchers and engineers ask what network coding is, what its benefits are, and how much it costs to design and operate networks implementing network coding. Network Coding Applications deals with wireless and content distribution networks, considered to be the most likely applications of network coding, and it also reviews emerging applications of network coding such as network monitoring and management. Multiple unicasts, security, networks with unreliable links, and quantum networks are also addressed. In tandem with the previous companion text on the theoretical foundations of network coding, Network Coding Applications provides the reader with a comprehensive state-of-the-art of this fast evolving research area.

download

Password default : ebookhouse.org

If you liked this post, buy me a beer. (Suggested: $3 a beer or $7.5 for a pitcher)

From Concepts to Implementations

Distributed Network Systems: From Concepts to Implementations

Product Description This volume covers both theoretical and practical aspects of distributed computing. It describes the client-server model for developing distributed network systems, the communication paradigms used in a distributed network system, and the principles of reliability and security in the design of distributed network systems. Based on theoretical introductions, the book presents various implementation strategies and techniques for building distributed network systems, including examples in TCP/IP communications, the use of remote procedure call and remote method invocation techniques, and the development of web-based applications, distributed databases, and mobile computing systems.

download

If you liked this post, buy me a beer. (Suggested: $3 a beer or $7.5 for a pitcher)

eBooker, August 6, 2009 Comments Off
Damian Conway, “Perl Best Practices”
O’Reilly Media, Inc. | 2005-07-12 | ISBN: 0596001738 | 542 pages | PDF | 4 MB

Many programmers code by instinct, relying on convenient habits or a “style” they picked up early on. They aren’t conscious of all the choices they make, like how they format their source, the names they use for variables, or the kinds of loops they use. They’re focused entirely on problems they’re solving, solutions they’re creating, and algorithms they’re implementing. So they write code in the way that seems natural, that happens intuitively, and that feels good.

But if you’re serious about your profession, intuition isn’t enough. Perl Best Practices author Damian Conway explains that rules, conventions, standards, and practices not only help programmers communicate and coordinate with one another, they also provide a reliable framework for thinking about problems, and a common language for expressing solutions. This is especially critical in Perl, because the language is designed to offer many ways to accomplish the same task, and consequently it supports many incompatible dialects.

With a good dose of Aussie humor, Dr. Conway (familiar to many in the Perl community) offers 256 guidelines on the art of coding to help you write better Perl code–in fact, the best Perl code you possibly can. The guidelines cover code layout, naming conventions, choice of data and control structures, program decomposition, interface design and implementation, modularity, object orientation, error handling, testing, and debugging.

They’re designed to work together to produce code that is clear, robust, efficient, maintainable, and concise, but Dr. Conway doesn’t pretend that this is the one true universal and unequivocal set of best practices. Instead, Perl Best Practices offers coherent and widely applicable suggestions based on real-world experience of how code is actually written, rather than on someone’s ivory-tower theories on how software ought to be created.

Most of all, Perl Best Practices offers guidelines that actually work, and that many developers around the world are already using. Much like Perl itself, these guidelines are about helping you to get your job done, without getting in the way.

Praise for Perl Best Practices from Perl community members:

“As a manager of a large Perl project, I’d ensure that every member of my team has a copy of Perl Best Practices on their desk, and use it as the basis for an in-house style guide.” — Randal Schwartz

“There are no more excuses for writing bad Perl programs. All levels of Perl programmer will be more productive after reading this book.” — Peter Scott

“Perl Best Practices will be the next big important book in the evolution of Perl. The ideas and practices Damian lays down will help bring Perl out from under the embarrassing heading of “scripting languages”. Many of us have known Perl is a real programming language, worthy of all the tasks normally delegated to Java and C++. With Perl Best Practices, Damian shows specifically how and why, so everyone else can see, too.” — Andy Lester

“Damian’s done what many thought impossible: show how to build large, maintainable Perl applications, while still letting Perl be the powerful, expressive language that programmers have loved for years.” — Bill Odom

“Finally, a means to bring lasting order to the process and product of real Perl development teams.” — Andrew Sundstrom”Perl Best Practices provides a valuable education in how to write robust, maintainable Perl, and is a definitive citation source when coaching other programmers.” — Bennett Todd “I’ve been teaching Perl for years, and find the same question keeps being asked: Where can I find a reference for writing reusable, maintainable Perl code? Finally I have a decent answer.” — Paul Fenwick “At last a well researched, well thought-out, comprehensive guide to Perl style. Instead of each of us developing our own, we can learn good practices from one of Perl’s most prolific and experienced authors. I recommend this book to anyone who prefers getting on with the job rather than going back and fixing errors caused by syntax and poor style issues.” — Jacinta Richardson “If you care about programming in any language read this book. Even if you don’t intend to follow all of the practices, thinking through your style will improve it.” — Steven Lembark “The Perl community’s best author is back with another outstanding book. There has never been a comprehensive reference on high quality Perl coding and style until Perl Best Practices. This book fills a large gap in every Perl bookshelf.” — Uri Guttman

Download Here

If you liked this post, buy me a beer. (Suggested: $3 a beer or $7.5 for a pitcher)

0 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 5
  in IT eBooks, Perl



Melissa Craft,Elliot Lewis, “Building a Cisco Network for WIndows 2000″
Publisher: Syngress Publishing; 1st edition 2000 | 566 Pages | ISBN: 1928994008 | PDF | 5 MB
The release of Windows 2000 Server represents a major advance in the integration of Microsoft’s and Cisco’s network technologies. Windows 2000 provides an LDAP-compliant directory service called Active Directory. It is accessible over any TCP/IP based internetwork, including the Internet. As such, the Active Directory is the foundation of this book. Coverage also includes: Quality of Service (QoS). Voice-over Internet Protocol (VoIP) Telephony applications for Cisco’s IOS and (more…)

If you liked this post, buy me a beer. (Suggested: $3 a beer or $7.5 for a pitcher)

Expert exam prep from leading Cisco authority Todd Lammle Start your preparation here for Cisco’s new CCENT entry-level networking certification, your entry point into Cisco’s popular CCNA certification track. This comprehensive study guide from leading Cisco authority Todd Lammle thoroughly prepares you for the Interconnecting Cisco Networking Devices, Part 1 exam (640-822) and the start of a career, with pages of exam essentials, real-world scenarios, and hands-on exercises. Topics include the operation of data networks, how to implement both switched and routed networks, and much more. 648 pages | Mar, 2008 | PDF | 10,5 Mb

Download

If you liked this post, buy me a beer. (Suggested: $3 a beer or $7.5 for a pitcher)

Product Description
Apache is the most popular web server on the Internet because it is free, reliable, and extensible. The availability of the source code and the modular design of Apache makes it possible to extend web server functionality through the Apache API. For the most part, however, the Apache API has only been available to C programmers, and requires rebuilding the Apache server from source. mod_perl, the popular Apache module used primarily for enhanced CGI performance, changed all that by making the Apache API available to Perl programmers. With mod_perl, it becomes simple to develop Apache modules with Perl and install them without having to rebuild the web server. Writing Apache Modules with Perl and C shows how to extend web server capabilities regardless of whether the programming language is Perl or C. The book (more…)

If you liked this post, buy me a beer. (Suggested: $3 a beer or $7.5 for a pitcher)

0 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 5
  in C/C++, IT eBooks, Perl

Product Description
Many programmers would love to use Perl for projects that involve heavy lifting, but miss the many traditional algorithms that textbooks teach for other languages. Computer scientists have identified many techniques that a wide range of programs need, such as:

* Fuzzy pattern matching for text (identify misspellings!)
* Finding correlations in data
* Game-playing algorithms
* Predicting phenomena such as Web traffic
* Polynomial and spline fitting (more…)

If you liked this post, buy me a beer. (Suggested: $3 a beer or $7.5 for a pitcher)

0 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 5
  in IT eBooks, Perl
eBooker, April 18, 2009 1 Comment

Book description
The Perl Cookbook is a comprehensive collection of problems, solutions, and practical examples for anyone programming in Perl. You’ll find hundreds of rigorously reviewed Perl “recipes” for manipulating strings, numbers, dates, arrays, and hashes; pattern matching and text substitutions; references, data structures, objects, and classes; signals and exceptions; and much more.

The Perl Cookbook is a comprehensive collection of problems, solutions, and practical examples for anyone programming in Perl. Topics range from beginner questions to techniques that even the most experienced of Perl programmers will
(more…)

If you liked this post, buy me a beer. (Suggested: $3 a beer or $7.5 for a pitcher)

0 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 5
  in IT eBooks, Perl
Feedback Form