Secure Programming Cookbook for C and C++Password sniffing, spoofing, buffer overflows, and denial of service: these are only a few of the attacks on today's computer systems and networks. At the root of this epidemic is poorly written, poorly tested, and insecure code that puts everyone at risk. Clearly, today's developers need help figuring out how to write code that attackers won't be able to exploit. But writing such code is surprisingly difficult. ...
20 Recipes for Programming MVC 3There's no need to reinvent the wheel every time you run into a problem with ASP.NET's Model-View-Controller (MVC) framework. This concise cookbook provides recipes to help you solve tasks many web developers encounter every day. Each recipe includes the C# code you need, along with a complete working example of how to implement the solution. Learn practical techniques for applying user authentication, providing faster page reloads, validating user data, filtering search results, and many other issues related to MVC3 development. ...
Programming C# 4.0, 6th EditionWith its support for dynamic programming, C# 4.0 continues to evolve as a versatile language on its own. But when C# is used with .NET Framework 4, the combination is incredibly powerful. This bestselling tutorial shows you how to build web, desktop, and rich Internet applications using C# 4.0 with .NET's database capabilities, UI framework (WPF), extensive communication services (WCF), and more. You'll learn concurrent programming with C# 4.0, and how to use .NET tools such as the Entity Framework for easier data access, and the Silverlight platform for browser-based RIA development. ...
Professional WordPress, 2nd EditionWordPress is the most popular self-hosted open source website software in use today, and the latest version makes it even simpler to operate. Packed with real-world examples for load balancing and multiusers, this esteemed resource replaces some of the more basic material with more advanced content. Every single chapter has been reworked to provide the most current and proper methods for developing and designing in WordPress. Coverage of HTML5, CSS3, and JavaScript and new chapters on custom post types, custom taxonomies, Multisite, and extensions of themes bring the content of this book completely up-to-date and provides you with all you need to deploy successful WordPress sites. ...
Android Application Development CookbookThe popularity of Google Android devices is seemingly unstoppable and the Android 4 release offers, for the first time, a single OS solution for building both phone and tablet applications. With that exciting information in mind, veteran author Wei-Meng Lee presents you with 100 unique recipes that you can apply today in order to discover solutions to some of the most commonly encountered problems that exist in Android programming. ...
iPad: The Missing Manual, 5th EditionApple's wildly popular iPad and new iPad Mini come jam-packed with features, like access to your media library from the Web, Siri voice control, and seamless Facebook and Twitter integration. But to tap your iPad's potential, you need a trustworthy owner's manual. This bestselling book shows you how to import, create, and play back media; sync and shop wirelessly; keep in touch over the Internet; and even take care of business. In addition, you'll find full coverage of iTunes 11, Apple's newly updated media manager. ...
Networking All-in-One For Dummies, 4th EditionSo you're in charge of a network? That's great - and a great big job! Let this book be your one-stop guide. You'll find out about network standards, popular network operating systems, servers, how to plan and set up a network, security secrets, troubleshooting recommendations, what to do with wireless and mobile networking variations, and much more! ...
iPad Application Development For Dummies, 2nd EditionReady to join the iPad developer ranks? Now you can even if you've never developed an app for a mobile device. If you know just a bit about object-oriented programming, Neal and Tony will help you do the rest, walking you through the iPad app development process in language you can understand. All you'll need is an Intel-based Mac, your iPad, your imagination, and this book to get started today! ...
SQL For Dummies, 7th EditionThe secret is SQL, and once you get the hang of that, you can build relational databases and get valuable information into and out of them with ease. Here's how to structure a database management system with SQL, implement the design, protect your data, access and work with it, maintain your database, and much more, using the newest version of SQL. ...
Drupal's Building BlocksWith Drupal, Web professionals can create full-featured Web sites with just a few clicks. Drupal's core is compact and well documented, but much of Drupal's immense power lies elsewhere - in external modules. Drupal's Building Blocks is an authoritative tutorial, reference, and cookbook for Drupal's most valuable modules.
The authors are Drupal insiders who've spent years creating and supporting these modules - Earl Miles, developer of the Views and Panels modules, and Lynette Miles, Drupal documentation team member. They've brought together indispensable information you won't find anywhere else, as well as extensive sample "recipe" code designed for easy adaptation and reuse. ...