*** Get Google Ads For Free > > ***
 

free ebook downloads
Subscribe by Email
mrblue, November 18, 2009

Beginning Django E-Commerce will be the first book to guide you through producing an e-commerce site using Django, the most popular Python web development framework. Topics covered include how to make a shopping cart, a checkout, and a payment processor; how to make the most of Ajax; and search engine optimization best practices. Throughout the book, you’ll take each topic and apply it to build a single example site, and all the while you’ll learn the theory behind what you’re architecting.

  • Build a fully functional e-commerce site.
  • Learn to architect your site properly to survive in an increasingly competitive online landscape with good SEO techniques.
  • Become versed in the Django web framework and learn how you can put it to use to drastically reduce the amount of work you need to do to get a site up and running quickly.

Download Here

 

Ultra-Fast ASP.NET presents a practical approach to building fast and scalable web sites using ASP.NET and SQL Server. In addition to a wealth of tips, tricks and secrets, you’ll find advice and code examples for all tiers of your application, including the client, caching, IIS 7, ASP.NET, threads, session state, SQL Server, Analysis Services, infrastructure and operations. By applying the ultra-fast approach to your projects, you’ll squeeze every last ounce of performance out of your code and infrastructure—giving your site unrivaled speed.

The approach is mostly prescriptive; rather than drowning you in options, the book presents and explains specific high-impact recommendations and demonstrates them with detailed examples. Using this knowledge, you will soon be building high-performance web sites that scale easily as your site grows.

What you’ll learn

  • A way of thinking about performance issues that will help you obtain real results.
  • How to apply key principles that will help you build ultra-fast and ultra-scalable web sites.
  • How to use the ultra-fast approach to be fast in multiple dimensions. You’ll have not only fast pages but also fast changes, fast fixes, fast deployments and more.
  • Techniques that are being used by some of the world’s largest web sites.
  • How to structure your HTML and CSS to create pages that load ultra-fast.
  • Tips for using Silverlight, Ajax and IIS 7 to improve the performance of your site.
  • How to use comprehensive caching at all tiers to deliver content faster.
  • Why you should avoid traditional session state and how to make the best use of cookies.
  • Tips and tricks for optimizing your ASP.NET and SQL Server code for performance and scalability.
  • How to use Analysis Services to offload your relational database.
  • Why many sites that serve individual pages quickly are not scalable.
  • How to avoid common pitfalls that can have an adverse impact on your site’s performance, both now and as it grows.
  • How to apply an end-to-end systems-based approach to web site performance and scalability, which includes everything from the browser and the network to caching, back-end operations, hardware infrastructure, and your software development process.

Download Here

 
-cosmos-, November 17, 2009

DOWNLOAD HERE

 
-cosmos-, November 17, 2009

DOWNLOAD HERE

 
mrblue, November 16, 2009

You want to make your websites more dynamic by adding a feedback form, creating a private area where members can upload images that are automatically resized, or perhaps storing all your content in a database. The problem is, you’re not a programmer and the thought of writing code sends a chill up your spine. Or maybe you’ve dabbled a bit in PHP and MySQL, but you can’t get past baby steps. If this describes you, then you’ve just found the right book. PHP and the MySQL database are deservedly the most popular combination for creating dynamic websites. They’re free, easy to use, and provided by many web hosting companies in their standard packages. Unfortunately, most PHP books either expect you to be an expert already or force you to go through endless exercises of little practical value. In contrast, this book gives you real value right away through a series of practical examples that you can incorporate directly into your sites, optimizing performance and adding functionality such as file uploading, email feedback forms, image galleries, content management systems, and much more. Each solution is created with not only functionality in mind, but also visual design. But this book doesn’t just provide a collection of ready-made scripts: each PHP Solution builds on what’s gone before, teaching you the basics of PHP and database design quickly and painlessly. By the end of the book, you’ll have the confidence to start writing your own scripts or—if you prefer to leave that task to othersto adapt existing scripts to your own requirements. Right from the start, you’re shown how easy it is to protect your sites by adopting secure coding practices. The book has been written with an eye on forward and backward compatibilityrecommending the latest PHP 5 techniques, but providing alternative solutions for servers still running PHP 4.3. All database examples demonstrate how to use the original MySQL extension, MySQL Improved, or the PHP Data Objects (PDO) introduced in PHP 5.1, letting you choose the most suitable option for your setup.
Download Here

 
mrblue, November 16, 2009

PHP is gaining positive reputation for its system administration and client-side application development capabilities. This administration and development is accomplished using the PHP-GTK extension. You can take advantage of client-side applications by implementing language bindings for the GTK&emdash;the GIMP Toolkit&emdash;a library for creating cross-platform graphical user interfaces.

Pro PHP-GTK acts as both a definitive reference and a hands-on tutorial to the PHP-GTK extension. The book couples the extension’s key topics with practical examples to guide you through a real-world project: developing a database-driven client-side inventory manager. You’ll also learn how to integrate this feature with other emerging technologies like SOAP and RSS, and how to generate XML-based interfaces.

Download Here

 

Taking care to focus solely on those topics that will have the most impact on experienced PHP developers, Pro PHP is written for readers seeking to take their understanding of both PHP and sound software development practices to the next level. Advanced object–oriented features, documentation, debugging, software patterns, and the Standard PHP Library are just a few of the topics covered in extensive detail.

Author and noted PHP expert Kevin McArthur also examines emerging practices and trends such as the MVC architecture as applied to PHP, with special emphasis placed upon the increasingly popular Zend Framework.

With Ajax and web services crucial to the success of todays web applications, the book concludes with several chapters covering JSON, the SOAP extension, and advanced web services topics.

If youre seeking to go beyond the basics, Pro PHP is the book for you.

Download Here

 
mrblue, November 16, 2009

This easy-to-follow reference shows a variety of professionals how to use the Concurrent Versions System (CVS), the open source tool that lets you manage versions of anything stored in files. Ideal for software developers tracking different versions of the same code, this new edition has been expanded to explain common usages of CVS for system administrators, project managers, software architects, user-interface (UI) specialists, graphic designers and others.

Current for version 1.12, “Essential CVS,” 2nd Edition offers an overview of CVS, explains the core concepts, and describes the commands that most people use on a day-to-day basis. For those who need to get up to speed rapidly, the book’s Quickstart Guide shows you how to build and use a basic CVS repository with the default settings and a minimum of extras. You’ll also find: A full command reference that details all aspects of customizing CVS for automation, logging, branching, merging documents, and creating alerts Examples and descriptions of the most commonly used options for each command Why and when to tag or branch your project, tagging before releases, and using branching to create a bugfix version of a project Details on the systems used in CVS to permit multiple developers to work on the same project without loss of data

An entire section devoted to document version management and project management includes ways to import and export projects, work with remote repositories, and shows how to fix things that can go wrong when using CVS. You’ll find more screenshots in this edition as well as examples of using graphical CVS clients to run CVS commands. “Essential CVS” also includes a FAQ that answers common queriesin the CVS mailing list to get you up and running with this system quickly and painlessly.

Download Here

 

Plenty of books can teach you HTML quickly, getting you up to speed and hacking out Web pages in no time. HTML & XHTML: The Definitive Guide offers a more comprehensive and pragmatic look at the de facto markup language of today, as well as the emerging next step.

This title systematically presents HTML markup, beginning with the basics–such as the anatomy of an HTML document, text, and links–and proceeding to cascading style sheets, JavaScript, and XML. Along the way, it discusses related issues, such as problems with displaying background images, and browser-specific behavior with tables and other elements. Each element is covered in as much depth as is necessary to frame the key implementation issues.

Most of the book is entirely relevant to basic HTML coding without any concern for XHTML. The latter, more cutting-edge flavor of markup is covered in depth near the end of the book. The entire specifications for the HTML 4.01 and XHTML 1.0 Document Type Definitions (DTDs) are included among the appendices.

While HTML & XHTML: The Definitive Guide is an excellent tutorial for learning markup the right way, it is also a superb desktop reference guide to keep nearby for daily use. Perhaps, there is no greater compliment for a Web development book. –Stephen W. Plain

Download Here

 

In previous editions, this book has established itself as the definitive guide to effective project management. Now, with this major revision, it’s updated to reflect significant changes in project management practices over the last few years. Written again by Robert K. Wysocki and a new coauthor, Rudd McGary, this book covers traditional methods of project management as well as adaptive and extreme approaches. Unlike other project management books that simply give abstract advice, this timely book mentors you through a series of real-world exercises and adheres to the Project Management Institute’s (PMI) Body of Knowledge, 2000 Edition.

Effective Project Management is packed with thought-provoking discussion questions related to the chapter materials and case study as well as an abundance of exercises.

The material covers:

  • Traditional project management, including risk assessment and control
  • Generating, building, and representing the Work Breakdown Structure
  • Estimating duration, resource requirements, and cost
  • Constructing and analyzing the project network diagram
  • Organizing and conducting the Joint Project Planning session
  • Recruiting and managing a project team
  • Adapative Project Framework, Extreme Project Management, and their core values
  • Project portfolio management, including prioritizing projects

Download Here

 
Feedback Form