Sebanyak 4 item atau buku ditemukan

Creating a QuickStart Blog with CodeIgniter

In this Wrox Blox, you will learn how to build a QuickStart blogging tool with CodeIgniter. The blogging tool will include an administrative dashboard that will allow users to create and manage posts and categories. If you’re a PHP developer, CodeIgniter will help you build Rails-like applications without learning a new language. Use MVC and agile technologies, model and schema for products, helpers and libraries, Ajax and Scriptaculous, to create applications like content management, blogs, and forums. Table of Contents Introducing CodeIgniter 2 What’s Model-View-Controller? 2 Why Bother with MVC? 4 Installing and Configuring CodeIgniter 5 The Root Folder 6 The system/Folder 7 The system/application Folder 7 Tweaking the Configuration 8 Getting Started 10 The Public-Facing Site 12 Creating the Template View 14 Creating the Home Page View 16 Creating the Category View 19 Creating the Blog Details View 20 Creating the Login Form 22 Verifying Logins 23 Creating the MAdmins Model 24 Creating the verifyUser() Function 24 A Small Note about Creating Your First User 25 Creating the Admin Dashboard 25 Creating the Dashboard Controller 26 Building the Admin Area 28 Creating the Rest of the Admin Functions 34 Summary 38 About Thomas Myer 39 Usage Rights for Wiley Wrox Blox Any Wrox Blox you purchase from this site will come with certain restrictions that allow Wiley to protect the copyrights of its products. After you purchase and download this title, you: Are entitled to three downloads Are entitled to make a backup copy of the file for your own use Are entitled to print the Wrox Blox for your own use Are entitled to make annotations and comments in the Wrox Blox file for your own use May not lend, sell or give the Wrox Blox to another user May not place the Wrox Blox file on a network or any file sharing service for use by anyone other than yourself or allow anyone other than yourself to access it May not copy the Wrox Blox file other than as allowed above May not copy, redistribute, or modify any portion of the Wrox Blox contents in any way without prior permission from Wiley If you have any questions about these restrictions, you may contact Customer Care at (877) 762-2974 (8 a.m. - 5 p.m. EST, Monday - Friday). If you have any issues related to Technical Support, please contact us at 800-762-2974 (United States only) or 317-572-3994 (International) 8 a.m. - 8 p.m. EST, Monday - Friday).

Table of Contents Introducing CodeIgniter 2 What’s Model-View-Controller? 2 Why Bother with MVC? 4 Installing and Configuring CodeIgniter 5 The Root Folder 6 The system/Folder 7 The system/application Folder 7 Tweaking the Configuration 8 ...

Creating a Microsite Manager with CodeIgniter

In this Wrox Blox, you’ll learn how to build a microsite manager with CodeIgniter. The microsite manager will include an administrative dashboard that will allow users to create folders and pages and manage media files. It also discusses recreating the microsite at any point with a variety of site publishing tools. CodeIgniter offers a viable PHP solution to MVC development and is becoming popular among PHP developers. Table of Contents: Introducing CodeIgniter 2 What’s Model-View-Controller? 3 Why Bother with MVC? 4 Installing and Configuring CodeIgniter 5 The Root Folder 6 The system/ Folder 6 The system/application Folder 7 Tweaking the Configuration 8 Getting Started 10 The Login Area 11 Creating the Template View 12 Creating the Login Form 14 Reworking the index() Function 15 Creating the MAdmins Model 16 Creating the verifyUser() Function 17 Autoloading the MAdmins Model 17 A Small Note about Creating Your First User 18 Creating the Admin Dashboard 18 Creating the Dashboard Controller 19 Building the Admin Area 22 Setting up the Site Builder 35 Conclusion 39 About Thomas Myer Usage Rights for Wiley Wrox Blox Any Wrox Blox you purchase from this site will come with certain restrictions that allow Wiley to protect the copyrights of its products. After you purchase and download this title, you: Are entitled to three downloads Are entitled to make a backup copy of the file for your own use Are entitled to print the Wrox Blox for your own use Are entitled to make annotations and comments in the Wrox Blox file for your own use May not lend, sell or give the Wrox Blox to another user May not place the Wrox Blox file on a network or any file sharing service for use by anyone other than yourself or allow anyone other than yourself to access it May not copy the Wrox Blox file other than as allowed above May not copy, redistribute, or modify any portion of the Wrox Blox contents in any way without prior permission from Wiley If you have any questions about these restrictions, you may contact Customer Care at (877) 762-2974 (8 a.m. - 5 p.m. EST, Monday - Friday). If you have any issues related to Technical Support, please contact us at 800-762-2974 (United States only) or 317-572-3994 (International) 8 a.m. - 8 p.m. EST, Monday - Friday).

Table of Contents: Introducing CodeIgniter 2 What’s Model-View-Controller? 3 Why Bother with MVC? 4 Installing and Configuring CodeIgniter 5 The Root Folder 6 The system/ Folder 6 The system/application Folder 7 Tweaking the Configuration ...

Beginning VB.NET 2003

What is this book about? In Beginning VB.NET 2003, three expert authors guide you through the basics of building working applications, creating windows and boxes, handling unexpected events, using object-oriented programming, and more. You’ll learn to use menus, toolbars, dialog boxes, and other controls in Windows applications, and how loops and branching structures function in decision-making. You get a thorough overview of object-oriented programming concepts and theory. After mastering these levels, you’ll be able to explore database programming, look into creating ASP.NET applications for the Web using Web forms, and get a basic introduction to XML. Finally, you can discover how functionality offered online can be integrated seamlessly into your applications with Web services. What does this book cover? Here just a few of the things you'll learn in this book: Programming basics, how VB.NET functions, and the principles of the .NET Framework How to work with data structures and build and deploy Windows applications Object-oriented programming concepts and theory Debugging and error-handling techniques/ LI What you need to know about Web services and .NET remoting How to build class libraries, create your own custom controls, and program custom graphics Database programming with SQL Server and ADO.NET A basic understanding of mobile applications and how to build them Who is this book for? This book is for beginning programmers who have chosen VB.NET as their first programming language, and also for programmers who know other languages but are new to .NET programming.

Usable Web Menus

When developing a web site, one of the most important things to consider is the navigation menu, to allow your users to find their way around it. It needs to usable, informative, and well implemented, but this can take time.