rss Home » Tag Archive For ‘MVC’

Mastering Joomla! 1.5 Extension and Framework Development, 2nd Edition

Mastering Joomla! 1.5 Extension and Framework Development, 2nd Edition

Book Description

! is one of the world’s top open source content management systems, which enables you to build websites and powerful online applications. Out of the box, ! does a great job of managing the content needed to enhance the functionality of your website. But for many people, the true power of ! lies in its application framework that makes it possible for thousands of developers around the world to create powerful add-ons and extensions.

This book will guide you through the complexities of implementing add-ons, components, modules, and plugins in ! 1.5. If you feel that you’ve mastered the basics of creating ! extensions, then this book will take you to the next level. Packed with expert advice on all aspects of with Joomla!, this book is an invaluable reference guide you will turn to again and again for your Joomla! tasks.

The book starts by explaining the structure and design of the Joomla! Framework. Then we move on to extending and storing data in standard fields and dealing with multilingual requirements. Further, you will discover best practices, design, and coding methods for Joomla! components, modules, plugins, and other extensions. Along the way, you will actually design and create a component, module, and plugin that work together to add functionality to the Joomla! framework.

You will also learn about customizing the page output using JavaScript effects, making use of Web Services from within Joomla! and ensuring that your code is secure and error-free. You will discover how to easily create sophisticated extensions that are robust, user-friendly, and professional by taking advantage of the many libraries and utilities provided by the Joomla! framework. A comprehensive, up-to-date reference to the Joomla! Framework is also included in the book. Download Now »

CodeIgniter 1.7 Professional Development

CodeIgniter 1.7 Professional Development

Book Description

is an PHP framework with a small footprint and exceptional performance. It gives you a rich set of libraries for common tasks, with a simple interface to access them. There are several unexplored aspects of that can help developers build applications more easily and quickly. In this book, you will learn the intricacies of the framework and explore some of its hidden gems.If you want to get the most out of , this book is for you. It teaches you what you need to know to use on a daily basis. You will create mini-applications that teach a specific technique and let you build on top of the base.

This book will take you through developing applications with CodeIgniter. You will learn how to make your CodeIgniter application more secure than a default installation, how to build large-scale applications and web services, how to release code to the community, and much more. You will be able to authenticate users, validate forms, and also build libraries to complete different tasks and functions.

The book starts off introducing the framework and how to install it on your web server or a local machine. You are introduced to the Model-View-Controller design pattern and how it will affect your . Some important parts of the CodeIgniter Style Guide are included to keep CodeIgniter as standardized as possible; this helps greatly when working as part of a team or taking on an old CodeIgniter . You will quickly move on to how CodeIgniter URLs work and learn about CodeIgniter-specific files such as helpers and plugins. By the time you finish this book, you will be able to create a CodeIgniter application of any size with confidence, ease, and speed. Download Now »

Professional ASP.NET 4 in C# and VB

Professional ASP.NET 4 in C# and VB

Book Description

This book was written to introduce you to the features and capabilities that 4 offers, as well as to give you an explanation of the foundation that provides. We assume you have a general understanding of Web technologies, such as previous versions of , Active Server Pages 2.0/3.0, or JavaServer Pages. If you understand the basics of Web , you should not have much trouble following along with this book’s content.If you are brand new to , be sure to check out Beginning ASP.NET 4: In and by Imar Spaanjaars (Wiley Publishing, Inc., 2010) to help you understand the basics.

In addition to working with Web technologies, we also assume that you understand basic constructs, such as variables, For Each loops, and object-oriented .

You may also be wondering whether this book is for the Visual Basic developer or the developer. We are happy to say that it is for both! When the code differs substantially, this book provides examples in both and .

This book explores the 4 release of ASP.NET. It covers each major new feature included in ASP.NET 4 in detail. The following list tells you something about the content of each chapter. Download Now »

Programming Microsoft ASP.NET MVC

Programming Microsoft ASP.NET MVC

Book Description

Delve into the features, principles, and pillars of the framework-deftly guided by Web luminary Dino Esposito. forces developers to think in terms of distinct components-model, view, controller-that make it easier to manage application complexity. Plunge into the framework’s internal mechanics and gain a practical, what-why-how perspective behind each ASP.NET building block. You’ll understand how and when to use this model as an alternative to Web Forms-to gain full control of HTML, simplify testing and extensibility, and design better Web sites and experiences. As always, Esposito provides the detailed, insightful guidance and illustrative code samples you need to get productive quickly.

Who Is This Book For?
As explained in great detail in Chapter 1, “Goal of ASP.NET and Motivation for Its ,” ASP.NET Web Forms is showing the signs of age. And ASP.NET is an excellent (although still incomplete) replacement. My guess—my humble, two-cent guess—is that in a couple of years (and in a couple of versions) ASP.NET will offer the same level of productivity as Web Forms—either because of framework enhancements or because of even more powerful tooling. At that point, you will have two options that are equivalent functionally and in terms of productivity. But one of them (ASP.NET ) can help you write better code, faster. This may not be the case today with ASP.NET 2, but it likely will be the case with ASP.NET 3 or 4. Download Now »

Learning iPhone Programming: From Xcode to App Store

Learning iPhone Programming: From Xcode to App Store

Book Description

Get the hands-on experience you need to program for the and iPod Touch. With this easy-to-follow guide, you’ll build several sample applications by learning how to use tools, the language, and the core frameworks. Before you know it, you’ll not only have the skills to develop your own apps, you’ll know how to sail through the process of submitting apps to the App Store.

Whether you’re a developer new to Mac or an experienced Mac developer ready to tackle the and iPod Touch, Learning iPhone Programming will give you a head start on building market-ready iPhone apps.

  • Start using right away, and learn how to work with Interface Builder
  • Take advantage of model-view-controller () architecture with
  • Build a data-entry interface, and learn how to parse and store the data you receive
  • Solve typical problems while building a variety of challenging sample apps
  • Understand the demands and details of App Store and ad hoc distribution
  • Use iPhone’s accelerometer, proximity sensor, GPS, digital compass, and camera
  • Integrate your app with iPhone’s preference pane, media playback, and more Download Now »

Professional PHP6

Professional PHP6

Book Description

Each new version of PHP proves to be easily accessible and requires only a small learning curve. In no time at all, you can put together a simple yet dynamic Web site. This book goes beyond just showing you how to create a quick and uncomplicated site; it helps you deliver better quality software in a shorter amount of time using .

To put your working knowledge of PHP to use, the authors dive right in with the recent launch of version 6, while highlighting the differences between and earlier versions. You’ll begin with the fundamentals of professional and a review of basic object oriented (OOP) concepts, before moving on to more advanced techniques. You’ll eventually put all that you’ve learned into practice and build an application from the ground up using a model-view controller () framework. Ultimately, you’ll discover how to unleash the power of PHP6 and push it to its limits.

What you will learn from this book
* How to use the tools that are available with PHP6, such as namespaces, collections, iterators, and more
* The roles of databases in enterprise applications development
* How to approach common software development challenges by using various PHP6 techniques
* The importance of quality assurance (QA) and testing, and how to approach it on projects of varying scales Download Now »

Copyright © 2012 Wow! eBook · All rights reserved · Powered by WordPress