Digg

Recent Post

From Knowfree

If you happen to like this site, please Subscribe Ussubscribe us.

Programming Visual Basic .NET

Thursday, May 29, 2008

By Dave Grundgeiger published by O'reilly.

Book description

Targeted at experienced programmers, Programming Visual Basic .NET is the complete guide to application development using Visual Basic .NET.

VB.NET
Starting with a sample application and a high-level map, the book jumps right into showing how the parts of .NET fit with Visual Basic .NET. Topics include the common language runtime, Windows Forms, ASP.NET, Web Forms, Web Services, and ADO.NET.
Full Description

Programming Visual Basic .NET is the complete guide to application development using Visual Basic .NET. Targeted at programmers with some prior programming experience, the book covers the major areas of application development for Microsoft's new .NET platform. After starting with the traditional "hello world" application, the book discusses the two basic building blocks of any .NET application built with Visual Basic--the Visual Basic .NET programming language and the .NET Framework. Topics covered include:
* Visual Basic language elements
* Visual Basic's object-oriented language features
* Programming with attributes
* The Common Language Runtime
* Garbage Collection and the Finalize and Dispose methods
* Programmatically reading from and writing to .NET configuration files

The remainder of the book focuses on the three major kinds of applications that can be developed with the .NET Framework: Windows Forms applications, ASP.NET applications, and web services. In each case, the book shows you how to build an application using Visual Studio .NET as well as using a text editor and the Visual Basic command-line compiler. This gives you an "under the hood" look at what Visual Studio is doing and allows you to gain a greater understanding of how a .NET application works--an understanding that you can take advantage of in building your own applications. Individual development topics covered in these chapters include:
* Developing Multiple Document Interface (MDI) Windows Forms applications.
* Handling form and control placement and resizing
* Working with Windows Forms menus
* Working with Windows Common Dialogs
* Taking advantage of .NET printer services programmatically
* Using ASP.NET HTML controls and Web controls
* Understanding security in ASP.NET
* Creating, discovering, and consuming web services
* Accessing data in your .NET applications using ADO.NET

Published just in time for the first release of Visual Studio .NET,Programming Visual Basic .NET is sure to become a key component of developers' .NET libraries.
Download

Programming C#, Second Edition

By Jesse Liberty publisher O'reilly.
Book description

C#
The first part of Programming C#, 2nd Edition introduces C# fundamentals, then goes on to explain the development of desktop and Internet applications, including Windows Forms, ADO.NET, ASP.NET (including Web Forms), and Web Services. Next, this book gets to the heart of the .NET Framework, focusing on attributes and reflection, remoting, threads and synchronization, streams, and finally, it illustrates how to interoperate with COM objects.
Full Description
C# was designed from the ground up for development on Microsoft's .NET framework. As such, it's a high-performance language that's simple, safe, object-oriented, and Internet-centric. Programming C#, 2nd Edition teaches this new language in a way that experienced programmers will appreciate--by grounding its applications firmly in the context of Microsoft's .NET platform and the development of desktop and Internet applications. The first part of this book introduces C# fundamentals, then goes on to explain:
* Classes and objects
* Inheritance and polymorphism
* Operator overloading
* Structs and interfaces
* Arrays, indexers, and collections
* String objects and regular expressions
* Exceptions and bug handling
* Delegates and events
Part two of Programming C#, 2nd Edition focuses on development of desktop and Internet applications, including Windows Forms, ADO.NET and ASP.NET. ASP.NET includes Web Forms, for rapid development of web applications, and Web Services for creating objects without user interfaces, to provide services over the Internet. Part three gets to the heart of the .NET Framework, focusing on attributes and reflection, remoting, threads and cynchronization, and streams. Part three also illustrates how to interoperate with COM objects. In much the way that you can see the features and personality of the parents and grandparents in young children, you can easily see the influence of Java, C++, Visual Basic, and other languages in C#. The level of information in Programming C#, 2nd Edition allows you to become productive quickly with C# and to rely on it as a powerful addition to your family of mastered programming languages.
Download

Oracle SQL Tuning Pocket

By Mark Gurry publisher O'reilly.

Oracle-SQL
Book description
One of the most important challenges faced by Oracle database administrators and Oracle developers is the need to tune SQL statements so that they execute efficiently. In this book, Mark Gurry shares his in-depth knowledge of Oracle's SQL statement optimizers. Mark provides solutions to many common problems that occur with both the rule-based and cost-based optimizers. Mark provides a number of handy SQL tuning tips, discusses the use of the DBMS_STATS package to manage database statistics, and shows you how to use outlines to specify execution plans for SQL statements in third-party applications that you can't otherwise modify.
Full Description

One of the most important challenges faced by Oracle database administrators and Oracle developers is the need to tune SQL statements so that they execute efficiently. Poorly tuned SQL statements are one of the leading causes of substandard database performance and poor response time. SQL statements that perform poorly result in frustration for users, and can even prevent a company from serving its customers in a timely manner.

In this book, Mark Gurry shares his in-depth knowledge of Oracle's SQL statement optimizers. Mark's knowledge is the result of many hard-fought tuning battles during his many years of providing Oracle tuning services to clients. Mark provides insights into the workings of the rule-based optimizer that go well beyond what the rules tell you. Mark also provides solutions to many common problems that occur with both the rule-based and cost-based optimizers.

In addition to the specific problem/solution scenarios for the optimizers, Mark provides a number of handy SQL tuning tips. He discusses the various optimizer hints, telling you when they can be used to good effect. Finally, Mark discusses the use of the DBMS_STATS package to manage database statistics, and the use of outlines to specify execution plans for SQL statements in third-party applications that you can't otherwise modify.
Download

Oracle PL SQL Programming - 3rd Edition

Sunday, May 25, 2008

By Steven Feuerstein, Bill Pribyl publisher O'reilly.

Oracle-SQL
Book description

Nearly a quarter-million PL/SQL programmers--novices and experienced developers alike--have found the first and second editions of Oracle PL/SQL Programming to be indispensable references to this powerful language. Packed with examples and recommendations, this book has helped everyone, from Oracle Forms developers to database administrators, make the most of PL/SQL. Authored by renowned PL/SQL experts Steven Feuerstein and Bill Pribyl, this new edition is a comprehensive update of the original book, covering all versions of PL/SQL through Oracle9i Release 2. It adds much-requested new chapters on how to create and run PL/SQL programs, call Java methods from within PL/SQL, and define and use database triggers. An extensive new chapter---designed especially for experienced PL/SQL developers--describes PL/SQL's runtime architecture and how to use knowledge of Oracle internals to get the best performance from PL/SQL. Regardless of the version you are using, from Oracle 7.3.4 to Oracle 9i, this book will answer your questions.
Full Description
Nearly a quarter-million PL/SQL programmers--novices and experienced developers alike--have found the first and second editions of Oracle PL/SQL Programming to be indispensable references to this powerful language. Packed with examples and recommendations, this book has helped everyone, from Oracle Forms developers to database administrators, make the most of PL/SQL. This new edition is a comprehensive update of the original book, covering all versions of PL/SQL through Oracle9i Release 2. It adds much-requested new chapters on how to create and run PL/SQL programs, call Java methods from within PL/SQL, and define and use database triggers. An extensive new chapter--designed especially for experienced PL/SQL developers--describes PL/SQL's runtime architecture and how to use knowledge of Oracle internals to get the best performance from PL/SQL. The book contains information about the latest Oracle9i PL/SQL features, including:

* Record-based DML: You can now use records in INSERT and DELETE statements.
* Table functions: These are functions that return a result set (in the form of a PL/SQL collection). Such functions existed in Oracle8i but they are now much expanded.
* New and improved datatypes: Oracle now offers dramatically improved support for timestamps, time zone management, and interval calculations. In addition, the XMLType datatype has now been implemented.
* Inheritance for object types: You can now define a hierarchy of object types (which were first introduced in Oracle8).
* Enhancements to PL/SQL collections. PL/SQL now supports multiple-level collections (nesting collections within collections), as well as associative arrays (previously called index-by tables), which allow you to index by PLS_INTEGER and VARCHAR2.
* Native compilation of PL/SQL code: PL/SQL source code can now optionally be compiled into native object code that is linked into Oracle.

The book is divided into six parts:

* Part I, Programming in PL/SQL
* Part II, PL/SQL Program Structure
* Part III, PL/SQL Program Data
* Part IV, SQL in PL/SQL
* Part V, PL/SQL Application Construction
* Part VI, Advanced PL/SQL Topics

Even if you've been a PL/SQL developer for years, you'll find an enormous amount of new and revised information in this third edition and on its companion web site. If you're new to PL/SQL, you'll find Oracle PL/SQL Programming an invaluable companion on the road to mastery.
Download

Learning Oracle PL-SQL

Saturday, May 24, 2008

By Bill Pribyl,Steven Feuerstein publisher O'reilly.

Book description

Designed for both new programmers and those experienced in other languages, this book presents the core features of Oracle's PL/SQL language in an easy-to-read format.

Oracal SQL
Learning Oracle PL/SQL will bring programmers up to speed on the most important aspects of PL/SQL, including web and Internet programming. Updated through Oracle9i, includes sample programs downloadable from examples.oreilly.com/learnoracle.
Full Description

PL/SQL, Oracle's programming language for stored procedures, delivers a world of possibilities for your database programs. PL/SQL supplements the standard relational database language, SQL, with a wide range of procedural features, including loops, IF-THEN statements, advanced data structures, and rich transactional control--all closely integrated with the Oracle database server. Knowing where to start with Oracle's procedural language is not always obvious to a newcomer, especially considering the language's feature set and the sheer size of the official documentation (not to mention Oracle's ever-increasing number of pre-built PL/SQL programs). But Learning Oracle PL/SQL offers the signposts and guidance you need to come up to speed on the language, delivered in a manageable number of pages while covering all the essentials. Topics include:

* PL/SQL--what is it, and why use it? Why use PL/SQL instead of Java?
* Syntax and examples of all core language constructs
* Creating, using, and reusing stored procedures, functions, and packages
* Building web-based applications using PL/SQL features available "out of the box" (such as PL/SQL Server Pages)
* Securing PL/SQL programs against attack
* Benefits of third-party developer tools and integrated development environments
* Connecting PL/SQL to email, Java, and the Internet

Meticulously crafted with all-new examples downloadable from examples.oreilly.com/learnoracle, the book addresses language features available in all versions of Oracle, from Oracle7 to Oracle8i to Oracle9i. Learning Oracle PL/SQL was written by PL/SQL experts Bill Pribyl and Steven Feuerstein, whose easy-to-read style and attention to detail has made other O'Reilly books (such as the bestselling Oracle PL/SQL Programming) very popular among Oracle developers worldwide. Learning Oracle PL/SQL is meant for a wide range of target audiences, including both beginning programmers and those already experienced with other programming languages. Whether you are a new developer, a crossover programmer from another database system, or a new database administrator who needs to learn PL/SQL, this book will get you well on your way. It is the perfect introduction to Oracle PL/SQL Programming, also by Pribyl and Feuerstein.
Download

.NET Windows Forms In A Nutshell

By Ian Griffiths, Matthew Adams publisher O'reilly

Book description

.NET Windows Forms in a Nutshell offers an accelerated introduction to this next-generation of rich user interface development. The book provides an all-inclusive guide for experienced programmers along with a compact but remarkably complete reference to the .NET Framework Class Library (FCL) Windows Forms namespaces and types. Included on CD is an add-in that will integrate the book's reference directly into the help files of Visual Studio .NET.
Full Description

.NET Windows Forms are a powerful technology for building a large class of applications for the Windows .NET platform. They offer nearly the same power and flexibility of classic Win32 development, but for a fraction of the effort. The programming model is lean and streamlined, and many of the tedious details that developers used to have to spend time on are now dealt with automatically by the platform. .NET Windows Forms in a Nutshell offers an accelerated introduction to this next-generation of rich user interface development. The book provides an all-inclusive guide for experienced programmers using the .NET Windows Forms platform to develop Windows applications, along with a compact but remarkably complete reference to the .NET Framework Class Library (FCL) Windows Forms namespaces and types. The authors present solid coverage of the fundamental building blocks, such as Controls, Forms, Menus, and GDI+, and enough detail to help you build your own fully featured reusable visual components so you can write visual component libraries as well as standalone applications. .NET Windows Forms in a Nutshell aims to provide not just the practical information and advice required to get programs working, but also to communicate the rationale behind the various parts of Windows Forms' design. The authors show how the thinking behind the framework enhances your productivity substantially. The new framework allows you to guess correctly what "the Right Way" to do things is a majority of the time, even if you've never tried what you're doing before. No more digging around in documentation for days to try to find the bit of information you need to use one particular feature. Anyone who is involved in user interface development will appreciate the ease of creation and expanded capabilities provided by .NET Windows Forms, as well as the in-depth focus and straight-forward approach this book brings. Included on CD is an add-in that will integrate the book's reference directly into the help files of Visual Studio .NET.
Download

.NET Framework Essentials, 2nd Edition

By Thuan L. Thai, Hoang Lam published by O'reilly.

Book description


.NET Framework Essentials, 2nd Edition is a concise and technical overview of the Microsoft .NET Framework. Covered here are all of the most important topics--from the underlying Common Language Runtime (CLR) to its specialized packages for ASP.NET, Web Forms, Windows Forms, XML and data access (ADO.NET). The authors survey each of the major .NET languages, including Visual Basic .NET, C# and Managed C++.

.net
Full Description

Fully updated for Microsoft's official release, .NET Framework Essentials, 2nd Edition is an objective, concise, and technical overview of the new Microsoft .NET Framework for developing web applications and services. Specifically written for intermediate to advanced VB, C/C++, Java, and Delphi developers, .NET Framework Essentials, 2nd Edition is also useful to system architects and leaders who are assessing tools for future projects. The authors devote special attention to the writing of .NET components plus web applications and services. This book takes on all of the most important .NET Framework topics--from the underlying Common Language Runtime (CLR) to its specialized packages for ASP.NET, Web Forms, Windows Forms, XML and data access (ADO.NET). The authors survey each of the major .NET languages, including Visual Basic .NET, C#, and Managed C++, as well as MSIL, the intermediate language understood by the CLR. They've included working code samples in every .NET language. Compact and free of fluff or proprietary hype, .NET Framework Essentials, 2nd Edition is an outstanding value for experienced programmers and architects who need to get up to speed quickly.
Download

C# Essentials, Second Edition

By Ben Albahari, Peter Drayton, Brad Merrill published by O'reilly.

Book description

Concise but thorough, this second edition of C# Essentials introduces the Microsoft C# programming language, including the Microsoft .NET Common Language Runtime (CLR) and .NET Framework Class Libraries (FCL) that support it.

C#
This book?s compact format and terse presentation of key concepts serve as a roadmap to the online documentation included with the Microsoft .NET Framework SDK; the many examples provide much-needed context.
Full Description

Concise but thorough, this second edition of C# Essentials introduces the Microsoft C# programming language, including the Microsoft .NET Common Language Runtime (CLR) and .NET Framework Class Libraries (FCL) that support it. This book?s compact format and terse presentation of key concepts serve as a roadmap to the online documentation included with the Microsoft .NET Framework SDK; the many examples provide much-needed context. This new edition has been updated to cover the final release of the C# language. In addition to overviews of C#, the CLR, and the FCL, this new edition of C# Essentials covers:

* Every C# language element and its syntax, in reference format, including new keywords
* The major C# datatypes, with code examples
* Common C# programming tasks
* Interoperation with legacy Win32 APIs and COM components, and the use of C/C++ style pointers within the managed context of the CLR
* Common development issues

C# Essentials is an easy way for experienced programmers to evaluate and get up to speed quickly on the language best suited to developing web applications and services on the new Microsoft .NET platform.
Download

Building Oracle XML Applications

Friday, May 23, 2008

By Steve Muench publisher O'reilly.

Book description

BOXA
This rich and detailed look at the many Oracle tools that support XML development shows Java and PL/SQL developers how to combine the power of XML and XSLT with the speed, functionality, and reliability of the Oracle database. The nearly 800 pages of entertaining text, helpful and time-saving hints, and extensive examples can be put to use immediately to build custom XML applications. Includes a CD-ROM with JDeveloper 3.1, an integrated development environment for Java developers.

Download

Building Cocoa Applications

By Simson Garfinkel, Michael Mahoney publisher O'reilly.

BCA
Book description

Building Cocoa Applications takes a step-by-step approach to teaching developers how to build real graphics applications using Cocoa. By showing the basics of an application in one chapter and then layering additional functionality onto that application in subsequent chapters, the book keeps readers interested and motivated. Readers will see immediate results, and then go on to build onto what they've already achieved. By the end of the book, readers who have built the applications as they have read will have a solid understanding of what it really means to develop complete and incrementally more complex Cocoa applications.
Full Description

Cocoa is an object-oriented development environment available in Apple's Mac OS X environment. Mac OS X, a unified operating system and graphical operating environment, is the fastest growing Unix variant on the market today. Hard-core Unix programmers, developers who cut their teeth on classic Mac operating systems, and developers who cherished NeXTSTEP, the decade-old system on which today's Cocoa is based -- all are flocking to Cocoa, and they need a lot more practical information than is currently available from Apple. There is a lot to learn. Building Cocoa Applications is an ideal book for serious developers who want to write programs for the Mac OS X using Cocoa. It's a no-nonsense, hands-on text that's filled with examples -- not only simple and self-contained examples of individual Cocoa features, but extended examples of complete applications with enough sophistication and complexity that readers can put them to immediate use in their own environments. Building Cocoa Applications takes a step-by-step approach to teaching developers how to build real graphics applications using Cocoa. By showing the basics of an application in one chapter and then layering additional functionality onto that application in subsequent chapters, the book keeps readers interested and motivated. Readers will see immediate results, and then go on to build onto what they've already achieved. The book is divided into four major parts: Part I introduces the Mac OS X graphical user interface (Aqua) from a developer's point of view, Cocoa developer tools (such as the Interface Builder, Project Builder, and gdb debugger), object-oriented concepts, the Objective-C language in which Cocoa is written, and the basics of Cocoa programming itself. Part II focuses on building the first complete application, Calculator, a simple four-function calculator. The chapters in this part of the book extend the application, piece by piece, by introducing such features as nibs, icons, delegation, resizing, events, and responders. Part III focuses on building an application called MathPaper, which is similar to a word processor but which instead solves mathematical expressions the user supplies. The chapters in this part of the book extend MathPaper by developing both the front and back ends using a variety of Cocoa classes and methods. They introduce Cocoa'sdocument-based architecture, tasks, pipes, Rich Text format, handling document files, and using Quartz to draw in windows. Part IV focuses on building the GraphPaper application, a more complex multithreading application that graphs mathematical functions in multiple dimensions and that uses mouse-over capabilities to identify graph points. The chapters in this part of the book add more advanced Mac OS X features such as multithreading, color, mouse events, zoom buttons, pasteboards, services, preferences, and the defaults database. By the end of the book, readers who have built the applications as they have read will have a solid understanding of what it really means to develop complete and incrementally more complex Cocoa applications. The book comes with extensive source code available for download from the O'Reilly web site, along with an appendix listing additional resources for further study.
Download

Ant: The Definitive Guide,1st Edition

Wednesday, May 21, 2008

By Jesse E. Tilly, Eric M. Burke publisher O'Reilly

Book description

Ant is the premier build-management tool for Java environments. Ant is part of Jakarta, the Apache Software Foundation's open source Java project repository. Ant is written entirely in Java, and is platform independent. Using XML, a Java developer describes the modules involved in a build, and the dependencies between those modules. Ant then does the rest, compiling components as necessary in order to build the application.

Full Description

ANT
Ant is the premiere build management tool for use in Java environments. Unlike traditional build management tools such as GNU Make, Ant is itself written in Java, is platform independent, and interfaces well with the utilities in Sun's Java software development kit (SDK). In addition to being platform independent, Ant is also independent of the integrated development environment (IDE) being used. IDE independence is important for open source projects (or other projects) in which the various developers might use different IDEs. Using Ant, Java developers can:

* Define build chunks, the results that they must produce, and the dependencies between them
* Automatically retrieve source code from source control systems such as PVCS
* Build applications by having Ant compile the necessary source files in the proper order

Ant build files are written using XML-a well-established standard-so programmers using Ant are not required to learn yet another scripting language. They will likely already know XML, and will be able to leverage that knowledge. Ant is an open source project, and part of the Jakarta project. Jakarta is Sun's open source reference implementation for the JSP and Servlets specifications, and is part of the Apache group's work.
Download

ADO-Activex Data Objects

By Jason T. Roff publisher O'Reilly .

Book description

ADO
This book is a one-stop guide to ADO, the universal data access solution from Microsoft that allows easy access to data from multiple formats and platforms. It includes chapters on the Connection, Recordset, Field, and Command objects and the Properties collection; ADO architecture, data shaping, and the ADO Event Model; brief introductions to RDS, ADO.NET, and SQL; and a comprehensive alphabetic reference to every ADO object, method, property, and event.

Full Description
Getting data across platforms and formats is a cornerstone of present-day applications development. ADO: ActiveX Data Objects is both an introduction and a complete reference to ADO (ActiveX Data Objects), Microsoft's universal data access solution. You'll learn how to easily access data in multiple formats--such as email messages, Access databases, Word documents, and SQL databases--even on different platforms, without spending extra time learning every last detail about each format. Author Jason Roff shows by example how to use ADO with your programming language of choice to save programming time, so you can concentrate on the content and quality of your application rather than the nitty-gritty of specific data formats. ADO: ActiveX Data Objects includes:

* Chapters dedicated to the Connection, Recordset, Field, and Command objects and the Properties collection
* A complete, detailed reference listing every ADO object, method, property, and event, in convenient alphabetical order
* Chapters on ADO architecture, data shaping, the ADO Event Model
* An appendix containing enumeration tables used by ADO objects and collections, listed alphabetically
* Brief introductions to RDS, ADO.NET, and SQL

ADO: ActiveX Data Objects is a versatile one-stop guide to both the theory and practice of programming with ADO through Version 2.6. The thorough reference section and topic-specific chapters will help you find quick answers about the details of objects, collections, methods, and properties of ADO. And the abundance of practical code examples will give you a good grasp of how to use ADO's strong points most effectively.
Download

Access Database Design & Programming, 3rd Edition

Tuesday, May 20, 2008

By Steven Roman, Ph.D. Publisher O'Reilly good luck in your life. :)

Book description

ADD&P
When using GUI-based software, we often focus so much on the interface that we forget about the general concepts required to use the software effectively. Access Database Design & Programming takes you behind the details of the interface, focusing on the general knowledge necessary for Access power users or developers to create effective database applications. The main sections of this book include: database design,queries, and programming.
Full Description
Access Database Design & Programming takes you behind the details of the Access interface, focusing on the general knowledge necessary for Access power users or developers to create effective database applications. When using software products with graphical interfaces, we frequently focus so much on the interface that we forget about the general concepts that allow us to understand and use the software effectively. In particular, this book focuses on three areas:

* Database design. The book provides an enjoyable, informative overview of database design that carefully shows you how to normalize tables to eliminate redundancy without losing data.
* Queries. The book examines multi-table queries (i.e.,various types of joins) and shows how to implement them indirectly by using the Access interface or directly by using Access SQL.
* Programming. The book examines the VBA integrated development environment (IDE). It then goes on to provide an excellent introduction to Data Access Objects (DAO), ActiveX Data Objects (ADO), and ADO Extensions for Data Definition and Security (ADOX). These sections serve as a handy introduction and primer for basic database operations,such as modifying a table under program control, dynamically adding and deleting a record, and repositioning a record pointer. The concluding chapter focuses on common programming problems, such as computing running sums and comparing two sets.

Unlike other Access books that take the long, detailed approach to every topic of concern to Access programmers, Access Database Design &Programming instead focuses on the core concepts, enabling programmers to develop solid, effective database applications. This book also serves as a 'second course' in Access that provides a relatively experienced Access user who is new to programming with the frequently overlooked techniques necessary to develop successfully in the Microsoft Access environment. Anyone interested in learning Access in depth, rather than just scraping the surface, will enjoy and benefit immensely from reading this book.
Download

Pro PayPal E-Commerce

Monday, May 19, 2008

By Damon Williams published by Apress a popular website.

Commerce
Pro PayPal E-Commerce
Pro PayPal E-Commerce contains the most comprehensive collection of information on the latest PayPal technologies available. It takes the approach of PayPal as a digital money platform, and shows how its a dynamic service that offers far more than just payment processing.
With its breadth of technologies and APIs, the PayPal platform is a basis for development and innovation for an unlimited number of possibilities. It offers a wide range of payment technologies, but its not always easy to decipher which technology is the best choice for a web site. This book gets under the hood to show you how the different technologies work, how to choose the right solution, and how to implement the solutioncomplete with real-world PayPal success stories.
Youll learn how to integrate PayPal directly into web sites to make use of its payment technologies. This allows you, no matter what language you program in, to build shopping carts or similar channel products with PayPal as a payment option. You can also use this book to learn about the basics of e-commerce, where PayPal fits in, and how you can meet your own e-commerce needs. This book covers

* How PayPal works
* Using the PayPal API
* Website Payments Standard
* Website Payments Pro
* Instant Payment Notification
* Payment Data Transfer
* Encrypted Website Payments
* Administration
* Reporting
* Fraud protection
* Payflow Gateway

Author Information
Damon Williams

Damon Williams has worked at PayPal since 2004, where he has specialized in making life easier for people trying to integrate PayPal into web sites and applications. His background is in software engineering, community building, and content publishing. He is a certified Java developer with over seven years of experience, and he also spent five years as the publisher of Feedback Magazine in Austin, Texas. His current position is managing the PayPal Developer Network, where he is building an online community for innovation and support on the PayPal commerce platform.
Download

Hacking: The Art of Exploitation, 2nd Edition

By Jon Erickson publisher No Starch. Sorry i can't find the publisher, in this book doesn't say also.

Overview

Hacking is the art of creative problem solving, whether that means finding an unconventional solution to a difficult problem or exploiting holes in sloppy programming. Many people call themselves hackers, but few have the strong technical foundation needed to really push the envelope.

Hacking-book
Rather than merely showing how to run existing exploits, author Jon Erickson explains how arcane hacking techniques actually work. To share the art and science of hacking in a way that is accessible to everyone, Hacking: The Art of Exploitation, 2nd Edition introduces the fundamentals of C programming from a hacker's perspective.
The included LiveCD provides a complete Linux programming and debugging environment-all without modifying your current operating system. Use it to follow along with the book's examples as you fill gaps in your knowledge and explore hacking techniques on your own. Get your hands dirty debugging code, overflowing buffers, hijacking network communications, bypassing protections, exploiting cryptographic weaknesses, and perhaps even inventing new exploits. This book will teach you how to:

.Program computers using C, assembly language, and shell scripts
.Corrupt system memory to run arbitrary code using buffer overflows and format strings
.Inspect processor registers and system memory with a debugger to gain a real understanding of what is happening
.Outsmart common security measures like nonexecutable stacks and intrusion detection systems
.Gain access to a remote server using port-binding or connect-back shellcode, and alter a server's logging behavior to hide your presence
.Redirect network traffic, conceal open ports, and hijack TCP connections
.Crack encrypted wireless traffic using the FMS attack, and speed up brute-force attacks using a password probability matrix
Hackers are always pushing the boundaries, investigating the unknown, and evolving their art. Even if you don't already know how to program, Hacking: The Art of Exploitation, 2nd Edition will give you a complete picture of programming, machine architecture, network communications, and existing hacking techniques. Combine this knowledge with the included Linux environment, and all you need is your own creativity.
Download

The Definitive Guide to Apache Mod Rewrite

By Rich Bowen publisher Apress the reliable publisher you can trust.
The Definitive Guide to Apache mod_rewrite

Apache
Organizing websites is highly dynamic and often chaotic. Thus, it is crucial that host web servers manipulate URLs in order to cope with temporarily or permanently relocated resources, prevent attacks by automated worms, and control resource access.

The Apache mod_rewrite module has long inspired fits of joy because it offers an unparalleled toolset for manipulating URLs. The Definitive Guide to Apache mod_rewrite guides you through configuration and use of the module for a variety of purposes, including basic and conditional rewrites, access control, virtual host maintenance, and proxies.
This book was authored by Rich Bowen, noted Apache expert and Apache Software Foundation member, and draws on his years of experience administering, and regular speaking and writing about, the Apache server.

Author Information
Rich Bowen

Rich Bowen is a world-recognized expert and member of the Apache Software Foundation. He has authored several books on Apache, and regularly contributes to the Apache Server documentation project.
Download

How to Do Everything With YouTube

Sunday, May 18, 2008

By Chad Fahs; Click here for more details.

How to Do Everything With YouTube
Overview

Create, post, and promote your own videos on the world's most popular online service! How to Do Everything with YouTube explains how to shoot and edit videos, insert titles and captions, add special effects, and upload content. You'll learn how to set up a YouTube channel and integrate YouTube videos into your websites and blogs. You'll also discover the success secrets behind YouTube celebrities and breakout videos. Share your unique video creations with millions of viewers with help from this easy-to-follow guide.

* Navigate the YouTube interface, play videos, and set up an account
* Shoot professional-quality videos with a camcorder, Web cam, or camera phone
* Get the lighting right and add sound and special effects
* Create a short film, vlog, or video mashup
* Edit your videos with Windows Movie Maker, iMovie, and Remixer
* Add audio tracks with AudioSwap
* Optimize your videos and upload them to YouTube
* Join the YouTube community, create playlists, subscribe to channels, and participate in groups
* Customize your YouTube channel
* Promote your videos to a huge audience

Biographical note

Chad Fahs is a digital filmmaker, instructor, and the author of several books on video editing software, multimedia applications, and online video.
Download

Out of the Box Marketing

By David Abingdon, published by THOROGOOD you can find more books at this website.

Out of the Box Marketing
How to Build a Super-profitable Business

What is this book about?

MotheBM
How to skyrocket your profits - this treasure trove of a book is crammed full of time-tested strategies and techniques to help you to get more customers, get more out of your customers and to keep them coming back for more. This really is the ultimate, hands-on, 'paint by numbers' guide to help you achieve rapid business success.
This book gives you..

... countless proven, powerful and profitable ways to build your bottom-line profits faster, quicker and easier than you ever thought possible.
The Author

Unlike many business and marketing books, this has been written by a real 'been there, done that' business-building professional. David Abingdon has, in recent years, taken three enterprises from zero to multi-million pound successful ventures - each in less than 12 months. David is now CEO of the Quantum Organization, a worldwide consulting group.
Reviews

"David Abingdon is certainly an 'out of the box' marketing phenomenon! In the almost 10 years I have known him he has built 3 multi-million pound sterling organisations from scratch, using the methodologies and precepts in this new book. His writings are simple and straightforward, yet extremely powerful. He writes in a way that you will find easy to understand and implement. I have personally seen people use these guidelines to change their lives starting from nothing. I can't recommend what is written in these pages strongly enough for anyone looking for a step-by-step road map to making significant amounts of money and building a successful business! Tell someone you would like to assist in their business to buy this book and you will make a friend for life!" Dan Pena, Business Mentor & Chairman, The Guthrie Group "If you want to make money in business, this unique book can help 'anyone' of average business ability to become a 'someone' of staggering business capability and success. David Abingdon is an amazing entrepreneur who has notched up some very impressive business successes. Here, for the first time ever, he reveals an insight into the mentality that has made him and those he has worked with, a veritable fortune. More importantly, he shares many of the powerful techniques he used to make it. No matter what business you are in or want to start, this book will give you the keys to the treasure that's hiding inside every business. You'd better read this book before your competitors do!" Peter Sun, M.D., Australia's Marketeer & Better Business Institute.
Download

Ubuntu Linux Tutorials

Saturday, May 17, 2008

Hi everyone! Today, VShareYou bring you a Ubuntu Linux Tutorials, we wish this tutorial would bring you some knowledges about this powerful Open source Linux. The tutorial was made by Charles Griffin, and published by VTC.Visit http://www.vtc.com for more video tutorials.

Use this video to be in your education purpose only.

Download links

Part 1
Part 2
Part 3

PayPal Hacks

Thursday, May 15, 2008

By Shannon Sofield, Dave Nielsen, Dave Burchell published by O'Reilly more books go to O'Reilly.
Book description

Learn how to make the most of PayPal to get the most out of your online business or transactions. From how to take steps to protect yourself while buying and selling on eBay to using PayPal on your own site to handle subscriptions, affiliations, and donations, PayPal Hacks provides the tools and details necessary to make PayPal more profitable, more flexible, and more convenient.

papal-hacks
Full Description
If you've bought or sold items through eBay, or through hundreds of other online sites, then you're familiar with PayPal, the online payment service. With PayPal, a valid email address, and a credit card or bank account, you can easily send and receive payments online. Not a bank or financial institution itself, PayPal describes its service as one that builds on the financial infrastructure of bank accounts and credit cards, and using advanced propriety fraud prevention systems, creates a safe, global, real-time payment solution. Put simply, PayPal provides the means for people to conduct financial transactions online, instantly and securely. But there's more to PayPal than meets the eye. PayPal Hacks shows you how to make the most of PayPal to get the most out of your online business or transactions. Authors Shannon Sofield of Payloadz.com and PayPal evangelist David Nielsen guide you through the rigors of using and developing with PayPal. Whether you're building an ecommerce site using PayPal as a transaction provider, or simply trying to pay for an eBay auction without getting burned, PayPal Hacks will give you the skinny on this leading global online payment service. The collection of tips and tricks in PayPal Hacks shows you how to find or even build the right tools for using PayPal to buy and sell on eBay or as a transaction provider for ecommerce on your own site. Written for all PayPal users, from those just starting out to those developing sophisticated ecommerce sites, this book begins with the basics such as setting up your account, then moves quickly into specific tips and tools for buyers, sellers, and developers. With PayPal Hacks, you can:
* Learn extra steps to help protect yourself while buying or selling on eBay
* Save time and money with advanced tips and undocumented features
* Learn dozens of easy-to-follow procedures to help you request and receive payments and fill orders
* Use PayPal to handle subscriptions, affiliate systems, and donations
* Create and customize your customers' checkout process
* Effortlessly integrate PayPal's shopping cart system into your own website
* Implement digital fulfillment with Instant Payment Notification (IPN) and Payment Data Transfer (PDT)
* Develop and distribute ecommerce applications with the PayPal API

Each hack consists of a task to be accomplished or a creative solution to a problem, presented in a clear, logical, and task-oriented format. PayPal Hacks provides the tools and details necessary to make PayPal more profitable, more flexible, and more convenient.
Download

Einstein in his own words by ANNE ROONEY

Wednesday, May 14, 2008

It would be weird if you were in Technology and you don't know know E= m * (c^2 ). This formular was established by Albert Eintein, the one who changed this enormous world. I hope you'll like to read this book.

Einstein in his own words
from: wikipedia
Courtesy is Anne Rooney, the author of this book.Extracted : [...]" In the last hundred years, the name ‘Albert Einstein’ has become shorthand for ‘genius’. He ranks alongside Isaac Newton and Leonardo da Vinci as one of the greatest thinkers of all time. His face, with its unruly halo of hair and its comic moustache, is universally recognized, even though few people fully understand his work.‘Does it make a silly impression on me,that excitement of crowds, here and yonder, about my theories of which they cannot understand a word? I think it is funny and also interesting to observe. I am sure that it is the mystery of nonunderstanding that appeals to them… it impresses them, it has the color and the appeal of the mysterious… and one becomes enthusiastic and gets excited.’ "[...]

Download
Pass : vshareyou

Operating Systems Design and Implementation,3rd Edition

By Andrew S. Tanenbaum - Vrije Universiteit Amsterdam, The Netherlands, Albert S. Woodhull - Amherst, Massachusetts publisher Prentice Hall all knowledges are here.

OSD&I
Revised to address the latest version of MINIX (MINIX 3), this streamlined, simplified new edition remains the only operating systems text to first explain relevant principles, then demonstrate their applications using a Unix-like operating system as a detailed example. It has been especially designed for high reliability, for use in embedded systems, and for ease of teaching.

For the latest version of MINIX and simulators for running MINIX on other systems visit: www.minix3.org
Download

Web 2.0 A Strategy Guide

By Amy Shuen published by O'Reilly you will be good at web design soon by this website.
Book description

Web2.0
Web 2.0 makes headlines, but how does it make money? This concise guide explains what's different about Web 2.0 and how those differences can improve the bottom line. Whether you're an executive, a small business owner, or an entrepreneur, Web 2.0: A Strategy Guide illustrates through real life examples how various businesses are creating new opportunities on today's Web. This book is about strategy rather than the technology itself.
Full Description

Web 2.0 makes headlines, but how does it make money? This concise guide explains what's different about Web 2.0 and how those differences can improve your company's bottom line. Whether you're an executive plotting the next move, a small business owner looking to expand, or an entrepreneur planning a startup, Web 2.0: A Strategy Guide illustrates through real-life examples how businesses, large and small, are creating new opportunities on today's Web.

This book is about strategy. Rather than focus on the technology, the examples concentrate on its effect. You will learn that creating a Web 2.0 business, or integrating Web 2.0 strategies with your existing business, means creating places online where people like to come together to share what they think, see, and do. When people come together over the Web, the result can be much more than the sum of the parts. The customers themselves help build the site, as old-fashioned "word of mouth" becomes hypergrowth.

Web 2.0: A Strategy Guide demonstrates the power of this new paradigm by examining how:

* Flickr, a classic user-driven business, created value for itself by helping users create their own value
* Google made money with a model based on free search, and changed the rules for doing business on the Web-opening opportunities you can take advantage of

* Social network effects can support a business-ever wonder how FaceBook grew so quickly?

* Businesses like Amazon tap into the Web as a source of indirect revenue, using creative new approaches to monetize the investments they've made in the Web

Written by Amy Shuen, an authority on Silicon Valley business models and innovation economics, Web 2.0: A Strategy Guide explains how to transform your business by looking at specific practices for integrating Web 2.0 with what you do. If you're executing business strategy and want to know how the Web is changing business, this book is for you.
Download

Windows Server 2008- The Definitive Guide

By Jonathan Hassell published by O'Reilly bring you many useful books.

Book description

This practical guide has exactly what you need to work with Windows Server 2008.

Winsever2008
You'll find step-by-step procedures for using all of the major components, along with discussions on complex concepts such as Active Directory replication, DFS namespaces and replication, network access protection, the Server Core edition, Windows PowerShell, server clustering, and more. All of this with a more compact presentation and a tighter focus on tasks than you'll find in bulkier references.

Full Description

This practical guide has exactly what you need to work with Windows Server 2008. Inside, you'll find step-by-step procedures for using all of the major components, along with discussions on complex concepts such as Active Directory replication, DFS namespaces and replication, network access protection, the Server Core edition, Windows PowerShell, server clustering, and more. All of this with a more compact presentation and a tighter focus on tasks than you'll find in bulkier references.

Windows Server 2008: The Definitive Guide takes a refreshing approach. You won't find the history of Windows NT, or discussions on the way things used to work. Instead, you get only the information you need to use this server. If you're a beginning or intermediate system administrator, you learn how the system works, and how to administer machines running it. The expert administrators among you discover new concepts and components outside of your realm of expertise.

Simply put, this is the most thorough reference available for Windows Server 2008, with complete guides to:

* Installing the server in a variety of different environments
* File services and the Windows permission structure
* How the domain name system (DNS) works
* Active Directory, including its logical and physical structure, hierarchical components, scalability, and replication
* Group Policy's structure and operation
* Managing security policy with predefined templates and customized policy plans
* Architectural improvements, new features, and daily administration of IIS 7
* Terminal Services from both the administrator's user's point of view
* Networking architecture including DNS, DHCP, VPN, RADIUS server, IAS, and IPSec
* Windows clustering services --- applications, grouping machines, capacity and network planning, user account management
* Windows PowerShell scripting and command-line technology

With Windows Server 2008: The Definitive Guide, you to come away with a firm understanding of what's happening under the hood, but without the sense that you're taking a graduate course in OS theory. If you intend to work with this server, this is the only book you need.
Download

Pro PHP XML and Web Services

By Robert Richards publisher apress many books is shown in this website.

Pro PHP XML and Web Services

Pro PHP XML and Web Services is the authoritative guide to using the XML features of PHP 5 and PHP 6.

Php-Xml-Web
No other book covers XML and Web Services in PHP as deeply as this title. The first four chapters introduce the core concepts of XML required for proficiency, and will bring you up to speed on the terminology and key concepts you need to proceed with the rest of the book. Next, the book explores utilizing XML and Web Services with PHP5. Topics include DOM, SimpleXML, SAX, xmlReader, XSLT, RDF, RSS, WDDX, XML-RPC, REST, SOAP, and UDDI.

Author Robert Richards, a major contributor to the PHP XML codebase, is a leading expert in the PHP community. In this book, Richards covers all topics in depth, blending theory with practical examples. Youll find case studies for the most popular web services like Amazon, Google, eBay, and Yahoo. The book also covers XML capabilities, demonstrated through informative examples, in the PEAR libraries.
Author Information
Robert Richards

Robert Richards, currently an independent contractor, has worked in various fields including Medical Information, Telecommunications, Media and E-Learning. Having been exposed to XML since its inception and used for various projects during his career, his most extensive work with the technology was within the E-Learning space. He helped created a proprietary XML based application server which used XML for data publishing, defining application business logic as well as data querying. He was also the lead engineer for the company’s involvement in SCORM (Shareable Content Object Reference Model), used for Web based learning, established by the Department of Defense through its Advanced Distributed Learning (ADL) initiative.

After becoming the latest casualty of the “dot-com” implosion in 2001, Rob had his first taste of PHP and began contributing code to the domxml extension in 2002. Since then he became one of the authors of the DOM extension for PHP 5, contributes to the other XML based extensions and has authored the xmlReader, for PHP 5, and xmlwriter, for PHP 4.3+, extensions. Also on occasion, he contributes bug fixes to the libxml2 project found during the development of these extensions.
Download

Windows XP Hacks

By Preston Gralla published by O'Reilly many knowledge will come with you by this website.

Book description

Completely revised and updated, this smart collection of insider tips and tricks covers the XP operating system from start to finish, including all the new features that come with Service Pack 2 (SP2).

Ebook-os
You'll also find timesaving hacks for security, file distribution, digital media, web browsing, and more. An ideal all-in-one resource for XP beginners, as well as more experienced power users.
Full Description
A smart collection of insider tips and tricks, Windows XP Hacks, Second Edition covers the XP operating system from start to finish. Among the multitude of topics addressed, this must-have resource includes extensive coverage of hot-button issues such as:

* security
* web browsing
* controlling the control panel
* removing uninstallable XP components
* pop-up ads

You'll also find timesaving hacks for file distribution; digital media, such as iTunes; and high-visibility web software, services, and exploits that have emerged since the book's last edition. Each hack in the book can be read easily in just a few minutes, saving countless hours of searching for the right answer. Now completely revised and updated to cover Service Pack 2 (SP2), the second edition of this bestseller carefully breaks down the new features that come with SP2, including IE pop-up blocker, Windows Firewall, and the new wireless client. Written by Preston Gralla, the compact and affordable Windows XP Hacks, Second Edition provides direct, hands-on solutions that can be applied to the challenges facing XP beginners, as well as the more experienced power user. Each year, Windows XP is pre-installed on 90 million PCs worldwide, making it the world's most popular operating system.
Download

FXRuby Create Lean and Mean GUIs with Ruby

By Lyle Johnson published by Pragmatic Bookshelf,The Pragmatic Programers you will be a good software developer.

FXRuby is one of the most popular libraries for developing graphical user interface applications in Ruby.

FXRuby
This book is the quickest and easiest way to get started developing GUI applications using FXRuby. With a combination of tutorial exercises and focused, technical information, this book goes beyond the basics to equip you with proven, practical knowledge and techniques for developing real-world FXRuby applications. Learn directly from the lead developer of FXRuby and you’ll be writing powerful and sophisticated GUIs in your favorite programming language.
Download

Negus Live Linux Series Ajax Construction Kit: Building Plug-and-Play Ajax Applications

Tuesday, May 13, 2008

By Michael Morrison published by Prentice Hall knowledge is freedom.

Supercharge Your Sites with Ajax Right Now...No Scripting Expertise Needed!

You’ve heard how great Ajax is--how it can help make your Web sites more usable, more interactive, more responsive, more successful.

Ebook
Ajax Construction Kit lets you put Ajax to work right now, even if you’ve never written a script! Just learn a few essentials, check out a few examples, then run the live CD and discover all the plug-and-play code you need to hit the ground running. Ajax Construction Kit’s built-in applications work right out of the box. And with easy guidance from Michael Morrison, you’ll gradually deepen your understanding--learn how to customize, extend, and reuse these applications---and even build skills for creating new ones. Walk away an expert.
Use Ajax Construction Kit’s ten complete applications to
* Dynamically load Web data
* Dynamically populate lists
* Tap into RSS news feeds
* Use AutoComplete to reduce input errors
* Create more responsive GUIs with real-time validation
* Build a killer interface for viewing images
* Present information or advertising with slick pop-ups
* Provide an up-to-the-minute weather forecast
* Build an e-commerce product shipping calculator
* Add ratings tools to your site
And more...
Download

Ajax The Definitive Guide

By Anthony T. Holdener, III publish by O'Reilly you can find many books here.

Ajax builds on older technologies and techniques but reaches a tipping point where the results are new. This book gives you a boost to this next stage of web application development, teaching you how tried-and-true web standards not only make Ajax possible, but why developing with them is faster, easier and cheaper.

Ebook
Learn to build browser-based applications that function like desktop programs.
Full Description

Is Ajax a new technology, or the same old stuff web developers have been using for years? Both, actually. This book demonstrates not only how tried-and-true web standards make Ajax possible, but how these older technologies allow you to give sites a decidedly modern Web 2.0 feel.

Ajax: The Definitive Guide explains how to use standards like JavaScript, XML, CSS, and XHTML, along with the XMLHttpRequest object, to build browser-based web applications that function like desktop programs. You get a complete background on what goes into today's web sites and applications, and learn to leverage these tools along with Ajax for advanced browser searching, web services, mashups, and more. You discover how to turn a web browser and web site into a true application, and why developing with Ajax is faster, easier and cheaper.
The book also explains:

* How to connect server-side backend components to user interfaces in the browser
* Loading and manipulating XML documents, and how to replace XML with JSON
* Manipulating the Document Object Model (DOM)
* Designing Ajax interfaces for usability, functionality, visualization, and accessibility
* Site navigation layout, including issues with Ajax and the browser's back button
* Adding life to tables & lists, navigation boxes and windows
* Animation creation, interactive forms, and data validation
* Search, web services and mash-ups
* Applying Ajax to business communications, and creating Internet games without plug-ins
* The advantages of modular coding, ways to optimize Ajax applications, and more

This book also provides references to XML and XSLT, popular JavaScript Frameworks, Libraries, and Toolkits, and various Web Service APIs. By offering web developers a much broader set of tools and options, Ajax gives developers a new way to create content on the Web, while throwing off the constraints of the past. Ajax: The Definitive Guide describes the contents of this unique toolbox in exhaustive detail, and explains how to get the most out of it.
Download

Google Maps Mashups with Google Mapplets

By Michael Young published by apress you can get a lot of knowledge from this site.

google mapplets
Google Maps Mashups with Google Mapplets

Have a Google Maps mashup that you’d like to expose to millions of users on maps.google.com? New to the mapping craze, but have an idea for a killer map–based application? Want to learn how to create GeoRSS and KML feeds with your geotagged content, exposing your customer to new ways of exploring and navigating your content?

Google Maps Mashups with Google Mapplets

* Is the first book to cover Google’s new Mapplet technology
* Shows you how to create Google Maps–based applications and publish to maps.google.com
* Provides a single–source resource and practical guide to Mapplets and mashups
* Teaches you how to mash up Mapplets using location–specific data
* Includes examples of real–world applications
What you’ll learn

Readers will be taken through the process of building a mashup of multiple data sources and APIs, using Tourfilter’s concert and event data to map concerts and venue information happening nearby. Creating GeoRSS and KML files will also be covered, showing readers how to publish their content with geographic metadata and encouraging their users to interact with their data in new and interesting ways.
Who is this book for?

This book is aimed at developers, designers, and technologists looking to explore Google’s new Mapplet technology. The book will be a great resource for those just getting into Map–based applications and mashups, as well as for seasoned Maps developers looking to reach an extended audience with their mashups on maps.google.com.
Readers of the book should be familiar with JavaScript, basic HTML and CSS, PHP, and some SQL.

Author Information
Michael Young

Michael Young is a Technologist in the Research & Development group of The New York Times Company. He is currently focused on building new digital media products and services, primarily in the mobile space.
Michael won the award for “Best Hack” at the Yahoo! BBC Hack Day 2007 (with colleague Nick Bilton) for their project Shifd.com. He has also created numerous Google Maps mashups, including the AP News + Google Maps mashup, http://81nassau.com.
He has a degree in computer science and mathematics from Lewis and Clark College (Portland, OR). Michael currently lives in New York City with his wife, Kim.
Download

PHP and MySQL for Dynamic Web Sites

By Larry Ullman published by Peachpit Press the reliable publisher you could convince.

PHP&mySQL
This is the eBook version of the printed book. If the print book includes a CD-ROM, this content is not included within the eBook version.
It hasn't taken Web developers long to discover that when it comes to creating dynamic, database-driven Web sites, MySQL and PHP provide a winning open source combination. Add this book to the mix, and there's no limit to the powerful, interactive Web sites that developers can create. With step-by-step instructions, complete scripts, and expert tips to guide readers, veteran author and database designer Larry Ullman gets right down to business: After grounding readers with separate discussions of first the scripting language (PHP) and then the database program (MySQL), he goes on to cover security, sessions and cookies, and using additional Web tools, with several sections devoted to creating sample applications. This guide is indispensable for intermediate- to advanced level Web designers who want to replace their static sites with something dynamic. In this edition, the bulk of the new material covers the latest versions of both technologies: PHP 6 (due out in 2008) and MySQL 5 (available now). The book's publication date is likely to beat the official release of PHP 6, making it one of the first books available on the subject.
Download

Beginning Joomla!: From Novice to Professional

Grab a paper book @ Apress, you'll be professional soon :)
By : Dan Rahmel

Do you want the ability to manage documents, photos, and other content over the Web but dont want to shell out thousands of dollars in proprietary solutions? Want to create an online community for your hobby or user group? Youre not alone. For thousands of like-minded around the globe, the answer is Joomla!, an open source content management system used to manage all sorts of data over the Web.

Beginning Joomla!: From Novice to Professional
While Joomla! is relatively easy to install, a fair amount of knowledge is required in order to configure the application to your specific needs. Beginning Joomla! answers many of the questions youre sure to have, guiding you through the process of creating your own design templates, adding and managing content, and adding popular community features such as article commenting, user profile management, and forums. Later chapters discuss e-commerce integration, explore search engine optimization, and show you how to extend Joomla! by creating your own plug-ins.

Download Ebook here
Pass: vshareyou

Flex 3 Cookbook

By Joshua Noble; Todd Anderson published by O'Reilly Media Which is a reliable website.

adobe book
Wide ranging and highly practical, Flex 3 Cookbook contains more than 300 proven recipes for developing interactive Rich Internet Applications and Web 2.0 sites. You'll find everything from Flex basics, to solutions for working with visual components and data access, to tips on application development, unit testing, and using Adobe AIR. Our Rough Cuts edition gives you access to this manuscript before it's published -- either online or via PDF.
The best way to showcase a powerful new technology is to demonstrate its real-world results, and that's exactly what this new Cookbook does with Adobe Flex 3.
Wide ranging and highly practical, Flex 3 Cookbook contains more than 300 proven recipes for developing interactive Rich Internet Applications and Web 2.0 sites. You'll find everything from Flex basics, to solutions for working with visual components and data access, to tips on application development, unit testing, and using Adobe AIR.
You also get ideas from the development community. Through its Flex Cookbook website (www.adobe.com/devnet/), Adobe invited Flex developers to post their own solutions for working with this technology, and from hundreds of posts, the authors chose the best and most useful solutions to supplement Flex 3 Cookbook.

Our Rough Cuts edition gives you access to this manuscript before it's published -- either online or via PDF. Each recipe provides a solution to a common problem, explains how and why it works, and offers sample code that you can put to use immediately.

Topics include:

* Containers and dialogues
* Working with Text
* Data driven components
* DataGrid and Advanced DataGrid
* ItemRenderers and Editors
* Images, bitmaps, videos, and sounds
* CSS, styling, and skinning
* States and effects
* Working with Collections, arrays, and DataProviders
* Using DataBinding
* Validation, formatting, and regular expressions
* Using Charts and data visualization
* ervices and Data Access
* Using RSLs and Modules
* Working with Adobe AIR

Whether you're a committed Flex developer or still evaluating the technology, you'll discover how to get quick results with Flex 3 using the recipes in this Cookbook. It's an ideal way to jumpstart your next web application.
Download

Beginning VB 2008 Database

By : Christian Gross, published by apress , the reliable publisher you could convince.

VBbook
This book is for anyone who wants to write good Visual Basic 2008 code – even if you have never programmed before.

Writing good code can be a challenge, there are so many options, especially in a language like Visual Basic. If you want to really get the best from a programming language you need to know which features work best in which situations and understand their strengths and weaknesses. It is this understanding that makes the difference between coding and coding well.

Beginning VB 2008 has been written to teach you how to use the Visual Basic programming language to solve problems. From the earliest chapters, and from the first introductory concepts, you'll be looking at real-world programming challenges and learning how Visual Basic can be used to overcome them. As you progress through the book the problems become more involved and interesting while the solutions become correspondingly more complex and powerful as Visual Basic features interact to achieve the results that you want.

By the time you've finished reading this book and worked through the sample exercises, you'll be a confident and very competent Visual Basic programmer. You will still have many explorations of the .NET Framework API to look forward to in your future career, but you will have a firm foundation to build from and you will know exactly where to go to find the things that you need to progress confidently in your projects.

Christian Gross is dedicated to helping his readers understand every detail of Beginning VB 2008 and so you can contact him via SKYPE (christianhgross) if you have bought this book and have a question about something Christian discusses. If Christian is available when you contact him, he will even try to answer you right away!
What you’ll learn

* Become skilled in the Visual Basic 2008 programming language.
* Learn everything you need to begin building your own applications in a solid, well–considered way: this book will teach you .NET coding from the ground up.
* Use the Visual Studio IDE to create, debug, and deploy your applications.
* Understand the mysteries of database access and the many ways that it can be accomplished from VB.
* Delve deeply into the huge range of supporting technologies that the .NET Framework offers: LINQ, ASP.NET AJAX, ADO.NET 3.0, WPF, WCF, and Windows Workflow are all introduced and explained in a straightforward and easy-to-follow way.
Who is this book for?


This book is for anyone who’s just starting out to learn about Visual Basic 2008. It doesn’t assume any prior knowledge of object–oriented programming, of the .NET Framework, or of coding in general. It simply assumes that you’re an intelligent person who wants to learn and starts the journey from there.
About the Apress Beginning Series

The Beginning series from Apress is the right choice to get the information you need to land that crucial entry–level job. These books will teach you a standard and important technology from the ground up because they are explicitly designed to take you from “novice to professional.” You’ll start your journey by seeing what you need to know—but without needless theory and filler. You’ll build your skill set by learning how to put together real–world projects step by step. So whether your goal is your next career challenge or a new learning opportunity, the Beginning series from Apress will take you there—it is your trusted guide through unfamiliar territory!
Author Information
Christian Gross

Christian Gross is a consultant with vast experience in the client/server world. He has consulted for Microsoft on DNA solutions, and he has held consulting positions with Daimler Benz, Microsoft, NatWest, and other major corporations. Gross was a contributor to Professional Active Server Pages, Professional SQL Server 6.5 Administration, Professional NT Internet Information Server Administration, and Programming Microsoft Windows 2000 Unleashed. He is the author of A Programmer's Introduction to Windows DNA
Download

Adobe AIR for JavaScript Developers Pocket Guide

Monday, May 12, 2008

By SMike Chambers, Daniel Dura, Kevin Hoyt, Dragos Georgita, Published by: O'Reilly Media Which is a reliable website.

Ebook
This book is the official guide to Adobe ® AIR[TM], written by members of the AIR team. With Adobe AIR, web developers can use technologies like HTML and JavaScript to build and deploy web applications to the desktop. Packed with examples, this book explains how AIR works and features recipes for performing common runtime tasks.

Part of the Adobe Developer Library, this concise pocket guide explains:

* What Adobe AIR is, and the problems this runtime aims to solve
* How to set up your development environment
* The HTML and JavaScript environments within AIR
* How to create your first AIR application using HTML and JavaScript
* Ways to perform an array of common tasks with this runtime

Also included is a guide to AIR packages, classes, and command line tools. Once you understand the basics of building HTML- and JavaScript-based AIR applications, this book makes an ideal reference for tackling specific problems. It offers a quick introduction to a significant new development technology, which lets you combine the reach and ease of the Web with the power of the desktop.
Download

WordPress Complete

By Hasin Hayder, Published by: Packt Publishing Where you can find a lot of useful books.

Ebook
WordPress is a simple and powerful way to start blogging. If you're not an IT expert but want to use a state-of-the-art blogging system to give your blog the best chance of success, while giving you the time to focus on content and your readers, WordPress is the right system for you, and this book is the right place to start. It will give you a rapid and straightforward introduction to the rich and powerful features of WordPress and get you up and running with a state-of-the-art blog as quickly and painlessly as possible.
In Detail

WordPress is an open-source blog engine released under the GNU general public license. It allows users to easily create dynamic blogs with great content and many outstanding features. It is an ideal tool for developing blogs and though it is chiefly used for blogging, it can also be used as a complete CMS with very little effort. Its versality and ease of use has attracted a large, enthusiastic, and helpful community of users.

If you want to create powerful, fully-featured blogs in no time, this book is for you. This book will help you explore WordPress showing you what it offers and how to go about building your blog with the system.

You will be introduced to the main aspects of a blog – users, communities, posts, comments, news feeds – and learn how to manage them using WordPress. You will develop the skills and confidence to manage all types of content, be it text or images, on your blog, and also understand how users interact with the blog. In working through the book you'll be inspired as well as informed, and have the capability and the ideas to make your blog cutting edge and exciting to maximize its impact.
What you will learn from this book

* Installing and configuring WordPress on a local development machine or a web hosting service
* Managing posts and comments
* Working with Image galleries, calendars, etc.
* Organizing users and Communities
* Creating and Installing themes to control the page layout
* Linking to the outside world – Feeds, Syndication, and Podcasting
* Customizing Widgets and Plug-ins
* Using WordPress as a regular CMS

Approach

Written in a clear, easy-to-read style, the book takes you through the essential tasks required to create a feature-rich blog as quickly as possible. From initial setup to customizing modules, each task is explained in a clear, practical way using an example blog developed through the book.

Who this book is written for

This book is a beginner's guide to WordPress, for people who are new to blogging and want to create their own blogs in a simple and straightforward manner. It does not require any detailed knowledge of programming or web development, and any IT-confident user will be able to use the book to produce an impressive blog.

Author(s)

Hasin Hayder

Hasin Hayder graduated in Civil Engineering from the Rajshahi University of Engineering and Technology (RUET) in Bangladesh. He is a Zend-certified Engineer and expert in developing localized applications. He is currently working as a Technical Director in Trippert Labs and managing the local branch in Bangladesh. Beside his full time job, Hasin writes his blog at http://hasin.wordpress.com, writes article in different websites and maintains his open source framework Orchid at http://orchid.phpxperts.net. Hasin lives in Bangladesh with his wife Ayesha and his son, Afif.
Download

Beginning PHP and MySQL E-Commerce, 2nd Edition

Sunday, May 11, 2008

By : Emilian Balanescu , Cristian Darie, published by apress , the reliable publisher you could convince.

Ebook
Beginning PHP and MySQL E-Commerce: From Novice to Professional, Second Edition covers every step of the design and building process involved in creating powerful, extendable e–commerce web sites. Based around a real–world example involving a web site selling t–shirts, you’ll learn how to create and manage a product catalog, build and integrate a shopping cart, and process customer accounts and PayPal/credit card transactions.

With the e–commerce framework in place, authors Emilian Balanescu and Cristian Darie show you how to integrate advanced features sure to set your web site apart from the competition. You’ll learn how to expand your catalog using Amazon Web Services, optimize the web site for the search engines, and take advantage of Ajax to build an even more user–friendly shopping cart.

Other highlights:

* The authors show you how to build a complex, extendable e–commerce web site using sound development practices.
* This second edition has been updated to take advantage of a more flexible templating system, and new chapters cover Ajax integration and search engine optimization.
* The text goes beyond basic product and customer management, showing you how to integrate product reviews, process payments using both credit cards and PayPal, and expand your web site catalog using third–party services such as Amazons affiliate program.


What you’ll learn

* Build an extensible e–commerce web site using sound development techniques.
* Increase sales through proven techniques such as cross–selling, upselling, and enhancing customer service offerings.
* Expand your product and service offerings by integrating with reseller programs such as Amazon Affiliates via XML web services.
* Take advantage of search engine optimization techniques to make your web site more easy to find.
Who is this book for?

This book was written for individuals seeking to build e–commerce web sites using the PHP language and MySQL database.

About the Apress Beginning Series

The Beginning series from Apress is the right choice to get the information you need to land that crucial entry–level job. These books will teach you a standard and important technology from the ground up because they are explicitly designed to take you from “novice to professional.” You’ll start your journey by seeing what you need to know—but without needless theory and filler. You’ll build your skill set by learning how to put together real–world projects step by step. So whether your goal is your next career challenge or a new learning opportunity, the Beginning series from Apress will take you there—it is your trusted guide through unfamiliar territory!

Author Information
Emilian Balanescu

Emilian Balanescu is a programmer experienced in many technologies, such as PHP, Java, .NET, PostgreSQL, MySQL, and MS SQL Server. He currently works as a Wireless Network Administrator at accessNET International S.A. Romania, a company that provides fixed wireless access services operating a point-to-multipoint digital radio communication network with national coverage. You can reach Emilian at www.emilianbalanescu.ro.
Cristian Darie

Cristian Darie is a software engineer with experience in a wide range of modern technologies, and the author of numerous books, including his popular ASP.NET C# E-Commerce tutorial, his AJAX and PHP tutorial, and his SEO tutorial for PHP developers. Cristian is studying distributed application architectures for his PhD, and is getting involved with various commercial and research projects. When not planning to buy Google, he enjoys his bit of social life. If you want to say "Hi," you can reach Cristian through his personal website, http://www.cristiandarie.ro.
Dowanload

Archive

Labels