Jan 21, 2012 |
17,843 views |

Book Description
You’ll see a full spectrum of cutting-edge web development techniques, from UI and eye candy recipes to solutions for data analysis, testing, and web hosting.
Make buttons and content stand out with simple cross-browser styles; do animations that work on mobile devices without plugins; build and test HTML emails; and build a flexible layout that works on desktops and mobile devices. You’ll use the Backbone and Knockout JavaScript frameworks to build responsive user interfaces, and you’ll learn how tools like CoffeeScript and Sass offer better ways to develop and maintain your client-side code. You’ll write tests for your code that run in multiple web browsers, use Git to keep track of your work, and even get a little one-on-one time with the Apache web server.
Whether you’re new to front-end development, or you’ve got a few years of experience, you’ll become a more versatile developer by finding out how–and why–to use these solutions in your next web development project.
What you need:
Your favorite text editor, Mozilla Firefox 3.5 or higher, Google Chrome or Safari, and a working knowledge of HTML and JavaScript.
About the Author
Brian P. Hogan is an author, editor, trainer, and web developer who’s been building web sites professionally since 1995 as a freelancer and consultant. Download Now »
Sep 28, 2011 |
9,847 views |

Book Description
“I have found this book to be a very useful classroom text, as well as a great Linux resource. It teaches Linux using a ground-up approach that gives students the chance to progress with their skills and grow into the Linux world. I have often pointed to this book when asked to recommend a solid Linux reference.”
–Eric Hartwell, Chair, School of Information Technology, ITT Technical Institute
The #1 Fedora and RHEL resource—a tutorial AND on-the-job reference
Master Linux administration and security using GUI-based tools, the command line, and Perl scripts
Set up key Internet servers, step by step, including Samba, Apache, sendmail, DNS, LDAP, FTP, and more
Master All the Techniques You Need to Succeed with Fedora™ and Red Hat® Enterprise Linux®
In this book, one of the world’s leading Linux experts brings together all the knowledge you need to master Fedora or Red Hat Enterprise Linux and succeed with it in the real world. Best-selling author Mark Sobell explains Linux clearly and effectively, focusing on skills you’ll actually use as a user, programmer, or administrator. Now an even more versatile learning resource, this edition adds skill objectives at the beginning of each chapter. Download Now »
Sep 12, 2011 |
12,070 views |

Book Description
There’s plenty of documentation on installing and configuring the Apache web server, but where do you find help for the day-to-day stuff, like adding common modules or fine-tuning your activity logging? That’s easy. The new edition of the Apache Cookbook offers you updated solutions to the problems you’re likely to encounter with the new versions of Apache.
Written by members of the Apache Software Foundation, and thoroughly revised for Apache versions 2.0 and 2.2, recipes in this book range from simple tasks, such installing the server on Red Hat Linux or Windows, to more complex tasks, such as setting up name-based virtual hosts or securing and managing your proxy server. Altogether, you get more than 200 timesaving recipes for solving a crisis or other deadline conundrums, with topics including:
- Security
- Aliases, Redirecting, and Rewriting
- CGI Scripts, the suexec Wrapper, and other dynamic content techniques
- Error Handling
- SSL
- Performance
This book tackles everything from beginner problems to those faced by experienced users. For every problem addressed in the book, you will find a worked-out solution that includes short, focused pieces of code you can use immediately. You also get explanations of how and why the code works, so you can adapt the problem-solving techniques to similar situations. Download Now »
Apr 14, 2011 |
9,369 views |

Book Description
Apache Wicket is one of the most famous Java web application frameworks. Wicket simplifies web development and makes it fun. Are you bored of going through countless pages of theory to find out how to get your web development done? With this book in hand, you don’t need to go through hundreds of pages to figure out how you will actually build a web application. You will get practical solutions to your common everyday development tasks to pace up your development activities.
Apache Wicket Cookbook provides you with information that gets your problems solved quickly without beating around the bush. This book is perfect for you if you are ready to take the next step from tutorials and step into the practical world. It will take you beyond the basics of using Apache Wicket and show you how to leverage Wicket’s advanced features to create simpler and more maintainable solutions to what at first may seem complex problems.
You will learn how to integrate with client-side technologies such as JavaScript libraries or Flash components, which will help you to build your application faster. You will discover how to use Wicket paradigms to factor out commonly used code into custom Components, which will reduce the maintenance cost of your application, and how to leverage the existing Wicket Components to make your own code simpler.
A straightforward Cookbook with over 75 highly focused practical recipes to make your web application development easier with the Wicket web framework Download Now »
Jan 22, 2011 |
20,045 views |

Video Description
Make Drupal run like a greased cheetah!
Want to learn the secrets the pros use for making Drupal scale huge and perform with grace high traffic situations? In Drupal Performance & Scalability, Matt Westgate and James Sansbury teach you all you need to know to get peak performance out of Drupal on the LAMP stack. They carefully walk you through both installation and customization of the entire LAMP stack. They go over the highly-optimized Pressflow distribution of Drupal. They teach you how to benchmark your site’s performance, how to install many types of caching layers and how to optimize each layer of your server infrastructure. They even teach you all about things like CDN integration, APC, Varnish, Memcache and other caching layers within Drupal and MySQL. They discuss scaling strategies, looking at hardware topologies for both co-located and cloud infrastructures. They teach you how to isolate performance bottlenecks and cover strategies for monitoring. They also go over some of the changes in Drupal 7 and the next release of Pressflow. By the end of this video you’ll be an old pro at creating high performance Drupal deployments!
Chapter Listing:
- Introduction
- Overview of performance optimizations
- LAMP stack installations
- Prepping MySQL
- Installing Pressflow Download Now »
Dec 11, 2010 |
13,515 views |

Book Description
What could you do with data if scalability wasn’t a problem? With this hands-on guide, you’ll learn how Apache Cassandra handles hundreds of terabytes of data while remaining highly available across multiple data centers — capabilities that have attracted Facebook, Twitter, and other data-intensive companies. Cassandra: The Definitive Guide provides the technical details and practical examples you need to assess this database management system and put it to work in a production environment.
Author Eben Hewitt demonstrates the advantages of Cassandra’s nonrelational design, and pays special attention to data modeling. If you’re a developer, DBA, application architect, or manager looking to solve a database scaling issue or future-proof your application, this guide shows you how to harness Cassandra’s speed and flexibility.
- Understand the tenets of Cassandra’s column-oriented structure
- Learn how to write, update, and read Cassandra data
- Discover how to add or remove nodes from the cluster as your application requires
- Examine a working application that translates from a relational model to Cassandra’s data model
- Use examples for writing clients in Java, Python, and C#
- Use the JMX interface to monitor a cluster’s usage, memory patterns, and more
- Tune memory settings, data storage, and caching for better performance Download Now »