Rails AntiPatterns

Download Rails AntiPatterns PDF Online Free

Author :
Publisher : Addison-Wesley Professional
ISBN 13 : 0132660067
Total Pages : 347 pages
Book Rating : 4.1/5 (326 download)

DOWNLOAD NOW!


Book Synopsis Rails AntiPatterns by : Chad Pytel

Download or read book Rails AntiPatterns written by Chad Pytel and published by Addison-Wesley Professional. This book was released on 2010-11-09 with total page 347 pages. Available in PDF, EPUB and Kindle. Book excerpt: The Complete Guide to Avoiding and Fixing Common Rails 3 Code and Design Problems As developers worldwide have adopted the powerful Ruby on Rails web framework, many have fallen victim to common mistakes that reduce code quality, performance, reliability, stability, scalability, and maintainability. RailsTM AntiPatterns identifies these widespread Rails code and design problems, explains why they’re bad and why they happen—and shows exactly what to do instead. The book is organized into concise, modular chapters—each outlines a single common AntiPattern and offers detailed, cookbook-style code solutions that were previously difficult or impossible to find. Leading Rails developers Chad Pytel and Tammer Saleh also offer specific guidance for refactoring existing bad code or design to reflect sound object-oriented principles and established Rails best practices. With their help, developers, architects, and testers can dramatically improve new and existing applications, avoid future problems, and establish superior Rails coding standards throughout their organizations. This book will help you understand, avoid, and solve problems with Model layer code, from general object-oriented programming violations to complex SQL and excessive redundancy Domain modeling, including schema and database issues such as normalization and serialization View layer tools and conventions Controller-layer code, including RESTful code Service-related APIs, including timeouts, exceptions, backgrounding, and response codes Third-party code, including plug-ins and gems Testing, from test suites to test-driven development processes Scaling and deployment Database issues, including migrations and validations System design for “graceful degradation” in the real world

Rails Antipatterns

Download Rails Antipatterns PDF Online Free

Author :
Publisher : Addison-Wesley Professional
ISBN 13 : 9780321604811
Total Pages : 0 pages
Book Rating : 4.6/5 (48 download)

DOWNLOAD NOW!


Book Synopsis Rails Antipatterns by : Chad Pytel

Download or read book Rails Antipatterns written by Chad Pytel and published by Addison-Wesley Professional. This book was released on 2011 with total page 0 pages. Available in PDF, EPUB and Kindle. Book excerpt: -Scaling and deployment --

Presentation Patterns

Download Presentation Patterns PDF Online Free

Author :
Publisher : Addison-Wesley
ISBN 13 : 013296337X
Total Pages : 554 pages
Book Rating : 4.1/5 (329 download)

DOWNLOAD NOW!


Book Synopsis Presentation Patterns by : Neal Ford

Download or read book Presentation Patterns written by Neal Ford and published by Addison-Wesley. This book was released on 2012-08-15 with total page 554 pages. Available in PDF, EPUB and Kindle. Book excerpt: Presentation Patterns is the first book on presentations that categorizes and organizes the building blocks (or patterns) that you’ll need to communicate effectively using presentation tools like Keynote and PowerPoint. Patterns are like the lower-level steps found inside recipes; they are the techniques you must master to be considered a master chef or master presenter. You can use the patterns in this book to construct your own recipes for different contexts, such as business meetings, technical demonstrations, scientific expositions, and keynotes, just to name a few. Although there are no such things as antirecipes, this book shows you lots of antipatterns—things you should avoid doing in presentations. Modern presentation tools often encourage ineffective presentation techniques, but this book shows you how to avoid them. Each pattern is introduced with a memorable name, a definition, and a brief explanation of motivation. Readers learn where the pattern applies, the consequences of applying it, and how to apply it. The authors also identify critical antipatterns: clichés, fallacies, and design mistakes that cause presentations to disappoint. These problems are easy to avoid—once you know how. Presentation Patterns will help you Plan what you’ll say, who you’ll say it to, how long you’ll talk, and where you’ll present Perfectly calibrate your presentation to your audience Use the storyteller’s “narrative arc” to full advantage Strengthen your credibility—and avoid mistakes that hurt it Hone your message before you ever touch presentation software Incorporate visuals that support your message instead of hindering it Create highly effective “infodecks” that work when you’re not able to deliver a talk in person Construct slides that really communicate and avoid “Ant Fonts,” “Floodmarks,” “Alienating Artifacts,” and other errors Master 13 powerful techniques for delivering your presentation with power, authority, and clarity Whether you use this book as a handy reference or read it from start to finish, it will be a revelation: an entirely new language for systematically planning, creating, and delivering more powerful presentations. You’ll quickly find it indispensable—no matter what you’re presenting, who your audiences are, or what message you’re driving home.

Advanced Rails

Download Advanced Rails PDF Online Free

Author :
Publisher : "O'Reilly Media, Inc."
ISBN 13 : 0596519729
Total Pages : 359 pages
Book Rating : 4.5/5 (965 download)

DOWNLOAD NOW!


Book Synopsis Advanced Rails by : Brad Ediger

Download or read book Advanced Rails written by Brad Ediger and published by "O'Reilly Media, Inc.". This book was released on 2007-12-21 with total page 359 pages. Available in PDF, EPUB and Kindle. Book excerpt: A guide to building applications with Rails covers such topics as metaprogamming, Active Support library, advanced database functions, security principles, RESTful architecture, and optimizing performance.

Practical Object-oriented Design in Ruby

Download Practical Object-oriented Design in Ruby PDF Online Free

Author :
Publisher : Pearson Education
ISBN 13 : 0321721330
Total Pages : 272 pages
Book Rating : 4.3/5 (217 download)

DOWNLOAD NOW!


Book Synopsis Practical Object-oriented Design in Ruby by : Sandi Metz

Download or read book Practical Object-oriented Design in Ruby written by Sandi Metz and published by Pearson Education. This book was released on 2013 with total page 272 pages. Available in PDF, EPUB and Kindle. Book excerpt: The Complete Guide to Writing More Maintainable, Manageable, Pleasing, and Powerful Ruby Applications Ruby's widely admired ease of use has a downside: Too many Ruby and Rails applications have been created without concern for their long-term maintenance or evolution. The Web is awash in Ruby code that is now virtually impossible to change or extend. This text helps you solve that problem by using powerful real-world object-oriented design techniques, which it thoroughly explains using simple and practical Ruby examples. This book focuses squarely on object-oriented Ruby application design. Practical Object-Oriented Design in Ruby will guide you to superior outcomes, whatever your previous Ruby experience. Novice Ruby programmers will find specific rules to live by; intermediate Ruby programmers will find valuable principles they can flexibly interpret and apply; and advanced Ruby programmers will find a common language they can use to lead development and guide their colleagues. This guide will help you Understand how object-oriented programming can help you craft Ruby code that is easier to maintain and upgrade Decide what belongs in a single Ruby class Avoid entangling objects that should be kept separate Define flexible interfaces among objects Reduce programming overhead costs with duck typing Successfully apply inheritance Build objects via composition Design cost-effective tests Solve common problems associated with poorly designed Ruby code

Modern Front-End Development for Rails

Download Modern Front-End Development for Rails PDF Online Free

Author :
Publisher : Pragmatic Bookshelf
ISBN 13 : 1680508768
Total Pages : 501 pages
Book Rating : 4.6/5 (85 download)

DOWNLOAD NOW!


Book Synopsis Modern Front-End Development for Rails by : Noel Rappin

Download or read book Modern Front-End Development for Rails written by Noel Rappin and published by Pragmatic Bookshelf. This book was released on 2021-06-29 with total page 501 pages. Available in PDF, EPUB and Kindle. Book excerpt: Improve the user experience for your Rails app with rich, engaging client-side interactions. Learn to use the Rails 6 tools and simplify the complex JavaScript ecosystem. It's easier than ever to build user interactions with the Webpacker gem and Stimulus. You can add great front-end flair without much extra complication. Add React to build an even more extensive set of client-side features. Structure your code for different levels of client-side needs with these powerful options. Add to your toolkit today! It's hard to have a Rails application without integrating some client-side logic. But client-side coding tools, and the Rails tools for integrating with them, all change continuously. Rails 6 simplifies client-side integration with the Webpacker gem. It's the default tool for building client-side assets for use by web browsers. Learn how to use Rails 6 and Webpacker to build rich front-end logic into your Rails applications. The job is even easier with Stimulus, a library that brings Rails conventions to JavaScript tools. Add in some React, a popular framework that automatically updates the browser when your data changes. Learn the basics of webpack, Webpacker, and TypeScript, and add pizazz to your application. Structure your web application to best manage your state. Learn how to interact with data on the server while still keeping the user experience interactive. Use the type system in TypeScript to expand on JavaScript and help prevent error conditions. Debug and test your front-end application with tools specific to each framework. There are a lot of ways to do client-side coding, and Rails is here to help. What You Need: This book requires Ruby on Rails 6.0+, React 16.8.0+. Other dependencies will be added by Rails.

Component-Based Rails Applications

Download Component-Based Rails Applications PDF Online Free

Author :
Publisher : Addison-Wesley Professional
ISBN 13 : 0134775260
Total Pages : 557 pages
Book Rating : 4.1/5 (347 download)

DOWNLOAD NOW!


Book Synopsis Component-Based Rails Applications by : Stephan Hagemann

Download or read book Component-Based Rails Applications written by Stephan Hagemann and published by Addison-Wesley Professional. This book was released on 2018-06-22 with total page 557 pages. Available in PDF, EPUB and Kindle. Book excerpt: Use Components to Improve Maintainability, Reduce Complexity, and Accelerate Testing in Large Rails Applications “This book gives Ruby pros a comprehensive guide for increasing the sophistication of their designs, without having to forsake the principles of elegance that keep them in our corner of the software world.” —Obie Fernandez, author, The RailsTM 5 Way, Fourth Edition As Rails applications grow, even experienced developers find it difficult to navigate code bases, implement new features, and keep tests fast. Components are the solution, and Component-Based Rails Applications shows how to make the most of them. Writing for programmers and software team leads who are comfortable with Ruby and Rails, Stephan Hagemann introduces a practical, start-to-finish methodology for modernizing and restructuring existing Rails applications. One step at a time, Hagemann demonstrates how to revamp Rails applications to exhibit visible, provably independent, and explicitly connected parts—thereby simplifying them and making them far easier for teams to manage, change, and test. Throughout, he introduces design concepts and techniques you can use to improve applications of many kinds, even if they weren’t built with Rails or Ruby. Learn how components clarify intent, improve collaboration, and simplify innovation and maintenance Create a full Rails application within a component, from first steps to migrations and dependency management Test component-based applications, manage assets and dependencies, and deploy your application to production Identify the seams in an existing Rails application, and refactor it to extract components Master a scripted, repeatable approach for refactoring Rails applications of any size Use component-based Rails with two popular structural patterns: hexagonal and DCI architecture Leverage your new component skills with other frameworks and languages Overcome the unique challenges that arise as you componentize Rails applications If you’re ready to simplify and revitalize your complex Rails systems, you’re ready for Component-Based Rails Applications. Register your book for convenient access to downloads, updates, and/or corrections as they become available. See inside book for details.

SQL Antipatterns

Download SQL Antipatterns PDF Online Free

Author :
Publisher :
ISBN 13 :
Total Pages : 0 pages
Book Rating : 4.:/5 (135 download)

DOWNLOAD NOW!


Book Synopsis SQL Antipatterns by : Bill Karwin

Download or read book SQL Antipatterns written by Bill Karwin and published by . This book was released on 2022 with total page 0 pages. Available in PDF, EPUB and Kindle. Book excerpt: SQL is the ubiquitous language for software developers working with structured data. Most developers who rely on SQL are experts in their favorite language (such as Java, Python, or Go), but they're not experts in SQL. They often depend on antipatterns - solutions that look right but become increasingly painful to work with as you uncover their hidden costs. Learn to identify and avoid many of these common blunders. Refactor an inherited nightmare into a data model that really works. Updated for the current versions of MySQL and Python, this new edition adds a dozen brand new mini-antipatterns for quick wins. No matter which platform, framework, or language you use, the database is the foundation of your application, and the SQL database language is the standard for working with it. Antipatterns are solutions that look simple at the surface, but soon mire you down with needless work. Learn to identify these traps, and craft better solutions for the often-asked questions in this book. Avoid the mistakes that lead to poor performance and quality, and master the principles that make SQL a powerful and flexible tool for handling data and logic. Dive deep into SQL and database design, and learn to recognize the most common missteps made by software developers in database modeling, SQL query logic, and code design of data-driven applications. See practical examples of misconceptions about SQL that can lure software projects astray. Find the greatest value in each group of data. Understand why an intersection table may be your new best friend. Store passwords securely and don't reinvent the wheel. Handle NULL values like a pro. Defend your web applications against the security weakness of SQL injection.

Rails Antipatterns

Download Rails Antipatterns PDF Online Free

Author :
Publisher :
ISBN 13 :
Total Pages : pages
Book Rating : 4.:/5 (14 download)

DOWNLOAD NOW!


Book Synopsis Rails Antipatterns by : Chad Pytel

Download or read book Rails Antipatterns written by Chad Pytel and published by . This book was released on 2009 with total page pages. Available in PDF, EPUB and Kindle. Book excerpt:

Refactoring

Download Refactoring PDF Online Free

Author :
Publisher : Pearson Education
ISBN 13 : 0321604172
Total Pages : 555 pages
Book Rating : 4.3/5 (216 download)

DOWNLOAD NOW!


Book Synopsis Refactoring by : Jay Fields

Download or read book Refactoring written by Jay Fields and published by Pearson Education. This book was released on 2009-10-15 with total page 555 pages. Available in PDF, EPUB and Kindle. Book excerpt: The Definitive Refactoring Guide, Fully Revamped for Ruby With refactoring, programmers can transform even the most chaotic software into well-designed systems that are far easier to evolve and maintain. What’s more, they can do it one step at a time, through a series of simple, proven steps. Now, there’s an authoritative and extensively updated version of Martin Fowler’s classic refactoring book that utilizes Ruby examples and idioms throughout–not code adapted from Java or any other environment. The authors introduce a detailed catalog of more than 70 proven Ruby refactorings, with specific guidance on when to apply each of them, step-by-step instructions for using them, and example code illustrating how they work. Many of the authors’ refactorings use powerful Ruby-specific features, and all code samples are available for download. Leveraging Fowler’s original concepts, the authors show how to perform refactoring in a controlled, efficient, incremental manner, so you methodically improve your code’s structure without introducing new bugs. Whatever your role in writing or maintaining Ruby code, this book will be an indispensable resource. This book will help you Understand the core principles of refactoring and the reasons for doing it Recognize “bad smells” in your Ruby code Rework bad designs into well-designed code, one step at a time Build tests to make sure your refactorings work properly Understand the challenges of refactoring and how they can be overcome Compose methods to package code properly Move features between objects to place responsibilities where they fit best Organize data to make it easier to work with Simplify conditional expressions and make more effective use of polymorphism Create interfaces that are easier to understand and use Generalize more effectively Perform larger refactorings that transform entire software systems and may take months or years Successfully refactor Ruby on Rails code

J2EE AntiPatterns

Download J2EE AntiPatterns PDF Online Free

Author :
Publisher : John Wiley & Sons
ISBN 13 : 0471480673
Total Pages : 624 pages
Book Rating : 4.4/5 (714 download)

DOWNLOAD NOW!


Book Synopsis J2EE AntiPatterns by : Bill Dudney

Download or read book J2EE AntiPatterns written by Bill Dudney and published by John Wiley & Sons. This book was released on 2003-08-19 with total page 624 pages. Available in PDF, EPUB and Kindle. Book excerpt: "The flip-side of Patterns, AntiPatterns provide developers with formal descriptions of common development gaffes that can derail a project along with practical guidelines on how to avoid them. In this book, the authors present dozens of Java AntiPatterns that tackle many of Java's biggest trouble spots for programming with EJB, JSP, Servlets, and more. Each AntiPattern is documented with real-world examples, code, and refactored (or escape-route) solutions, and the book uses UML (where appropriate) to diagram improved solutions. All code examples from the book are available to the reader on the book's companion Web site."

The Software Craftsman

Download The Software Craftsman PDF Online Free

Author :
Publisher : Pearson Education
ISBN 13 : 0134052501
Total Pages : 285 pages
Book Rating : 4.1/5 (34 download)

DOWNLOAD NOW!


Book Synopsis The Software Craftsman by : Sandro Mancuso

Download or read book The Software Craftsman written by Sandro Mancuso and published by Pearson Education. This book was released on 2014-12-14 with total page 285 pages. Available in PDF, EPUB and Kindle. Book excerpt: In The Software Craftsman, Sandro Mancuso explains what craftsmanship means to the developer and his or her organization, and shows how to live it every day in your real-world development environment. Mancuso shows how software craftsmanship fits with and helps students improve upon best-practice technical disciplines such as agile and lean, taking all development projects to the next level. Readers will learn how to change the disastrous perception that software developers are the same as factory workers, and that software projects can be run like factories.

The Rails 5 Way

Download The Rails 5 Way PDF Online Free

Author :
Publisher : Addison-Wesley Professional
ISBN 13 : 0134657683
Total Pages : 3047 pages
Book Rating : 4.1/5 (346 download)

DOWNLOAD NOW!


Book Synopsis The Rails 5 Way by : Obie Fernandez

Download or read book The Rails 5 Way written by Obie Fernandez and published by Addison-Wesley Professional. This book was released on 2017-11-22 with total page 3047 pages. Available in PDF, EPUB and Kindle. Book excerpt: The “Bible” for Rails Development: Fully Updated for Rails 5 “When I read The Rails Way for the first time, I felt like I truly understood Rails for the first time.” —Steve Klabnik, Rails contributor and mentor The RailsTM 5 Way is the comprehensive, authoritative reference guide for professionals delivering production-quality code using modern Ruby on Rails. Obie Fernandez illuminates the entire Rails 5 API, its most powerful idioms, design approaches, and libraries. He presents new and updated content on Action Cable, RSpec 3.4, Turbolinks 5.0, the Attributes API, and many other enhancements, both major and subtle. Through detailed code examples, you’ll dive deep into Ruby on Rails, discover why it’s designed as it is, and learn to make it do exactly what you want. Proven in thousands of production systems, the knowledge in this book will maximize your productivity and help you build more successful solutions. Build powerful, scalable, REST-compliant back-end services Program complex program flows using Action Controller Represent models, relationships, and operations in Active Record, and apply advanced Active Record techniques Smoothly evolve database schema via Migrations Craft front-ends with ActionView and the Asset Pipeline Optimize performance and scalability with caching and Turbolinks 5.0 Improve your productivity using Haml HTML templating Secure your systems against attacks like SQL Injection, XSS, and XSRF Integrate email using Action Mailer Enable real-time, websockets-based browser behavior with Action Cable Improve responsiveness with background processing Build “API-only” back-end projects that speak JSON Leverage enhancements to Active Job, serialization, and Ajax support

The Rails 3 Way

Download The Rails 3 Way PDF Online Free

Author :
Publisher : Pearson Education
ISBN 13 : 013248031X
Total Pages : 903 pages
Book Rating : 4.1/5 (324 download)

DOWNLOAD NOW!


Book Synopsis The Rails 3 Way by : Obie Fernandez

Download or read book The Rails 3 Way written by Obie Fernandez and published by Pearson Education. This book was released on 2010-12-10 with total page 903 pages. Available in PDF, EPUB and Kindle. Book excerpt: The RailsTM 3 Way is a comprehensive resource that digs into the new features in Rails 3 and perhaps more importantly, the rationale behind them. —Yehuda Katz, Rails Core The Bible for Ruby on Rails Application Development Ruby on Rails strips complexity from the development process, enabling professional developers to focus on what matters most: delivering business value via clean and maintainable code. The RailsTM 3 Way is the only comprehensive, authoritative guide to delivering production-quality code with Rails 3. Pioneering Rails expert Obie Fernandez and a team of leading experts illuminate the entire Rails 3 API, along with the idioms, design approaches, and libraries that make developing applications with Rails so powerful. Drawing on their unsurpassed experience and track record, they address the real challenges development teams face, showing how to use Rails 3 to maximize your productivity. Using numerous detailed code examples, the author systematically covers Rails 3 key capabilities and subsystems, making this book a reference that you will turn to again and again. He presents advanced Rails programming techniques that have been proven effective in day-to-day usage on dozens of production Rails systems and offers important insights into behavior-driven development and production considerations such as scalability. Dive deep into the Rails 3 codebase and discover why Rails is designed the way it is—and how to make it do what you want it to do. This book will help you Learn what’s new in Rails 3 Increase your productivity as a web application developer Realize the overall joy in programming with Rails Leverage Rails’ powerful capabilities for building REST-compliant APIs Drive implementation and protect long-term maintainability using RSpec Design and manipulate your domain layer using Active Record Understand and program complex program flows using Action Controller Master sophisticated URL routing concepts Use Ajax techniques via Rails 3 support for unobtrusive JavaScript Learn to extend Rails with popular gems and plugins, and how to write your own Extend Rails with the best third-party plug-ins and write your own Integrate email services into your applications with Action Mailer Improve application responsiveness with background processing Create your own non-Active Record domain classes using Active Model Master Rails’ utility classes and extensions in Active Support

Troubleshooting Ruby Processes

Download Troubleshooting Ruby Processes PDF Online Free

Author :
Publisher : Pearson Education
ISBN 13 : 0132701898
Total Pages : 82 pages
Book Rating : 4.1/5 (327 download)

DOWNLOAD NOW!


Book Synopsis Troubleshooting Ruby Processes by : Philippe Hanrigou

Download or read book Troubleshooting Ruby Processes written by Philippe Hanrigou and published by Pearson Education. This book was released on 2007-10-29 with total page 82 pages. Available in PDF, EPUB and Kindle. Book excerpt: This is the eBook version of the printed book. This short cut introduces key system diagnostic tools to Ruby developers creating and deploying web applications. When programmers develop a Ruby application they commonly experience complex problems which require some understanding of the underlying operating system to be solved. Difficult to diagnose, these problems can make the difference between a project's failure or success. This short cut demonstrates how to leverage system tools available on Mac OS X, Linux, Solaris, BSD or any other Unix flavor. You will learn how to leverage the raw power of tools such as lsof, strace or gdb to resolve problems that are difficult to diagnose with the standard Ruby development tools. You will also find concrete examples that illustrate how these tools solve real-life problems in Ruby development. This expertise will prove especially relevant during the deployment phase of your application. In this way, should your production Mongrel cluster freeze and stop serving HTTP requests, it will not take you 2 days to figure out why!

Rails"!AntiPatterns

Download Rails

Author :
Publisher :
ISBN 13 :
Total Pages : 347 pages
Book Rating : 4.:/5 (12 download)

DOWNLOAD NOW!


Book Synopsis Rails"!AntiPatterns by : Chad Pytel

Download or read book Rails"!AntiPatterns written by Chad Pytel and published by . This book was released on 1900 with total page 347 pages. Available in PDF, EPUB and Kindle. Book excerpt: The Complete Guide to Avoiding and Fixing Common Rails Code and Design Problems As developers worldwide have adopted the powerful Ruby on Rails web framework, many have fallen victim to common mistakes that reduce code quality, performance, reliability, stability, scalability, and maintainability. Rails"!AntiPatterns identifies these widespread Rails code and design problems, explains why they're bad and why they happen-and shows exactly what to do instead. Rails"!AntiPatterns is organized into concise, modular chapters-each outlines a single common AntiPattern and offers detailed, coo.

Building Social Web Applications

Download Building Social Web Applications PDF Online Free

Author :
Publisher : "O'Reilly Media, Inc."
ISBN 13 : 1449379419
Total Pages : 440 pages
Book Rating : 4.4/5 (493 download)

DOWNLOAD NOW!


Book Synopsis Building Social Web Applications by : Gavin Bell

Download or read book Building Social Web Applications written by Gavin Bell and published by "O'Reilly Media, Inc.". This book was released on 2009-09-17 with total page 440 pages. Available in PDF, EPUB and Kindle. Book excerpt: Building a web application that attracts and retains regular visitors is tricky enough, but creating a social application that encourages visitors to interact with one another requires careful planning. This book provides practical solutions to the tough questions you'll face when building an effective community site -- one that makes visitors feel like they've found a new home on the Web. If your company is ready to take part in the social web, this book will help you get started. Whether you're creating a new site from scratch or reworking an existing site, Building Social Web Applications helps you choose the tools appropriate for your audience so you can build an infrastructure that will promote interaction and help the community coalesce. You'll also learn about business models for various social web applications, with examples of member-driven, customer-service-driven, and contributor-driven sites. Determine who will be drawn to your site, why they'll stay, and who they'll interact with Create visual design that clearly communicates how your site works Build the software you need versus plugging in one-size-fits-all, off-the-shelf apps Manage the identities of your visitors and determine how to support their interaction Monitor demand from the community to guide your choice of new functions Plan the launch of your site and get the message out