Real Content in PHP5 CMS: Part 1
In this article by Martin Brampton, he aims to describe a number of specific application areas, discussing the particular issues that arise with implementations. Looking at our framework solution, he will concentrate on one sample extension. It is a very simple text handling mechanism that can be explained in detail. Also, the ways in which the simple text system could be extended will be described.
Read Real Content in PHP5 CMS: Part 1 in fullReal Content in PHP5 CMS: Part 2
Read Part One of Real Content in PHP5 CMS.
Read Real Content in PHP5 CMS: Part 2 in fullReal Content in PHP5 CMS: Part 3
Read Part One of Real Content in PHP5 CMS.
Read Part Two of Real Content in PHP5 CMS.
Read Real Content in PHP5 CMS: Part 3 in fullCreating a Shopping Cart using Zend Framework: Part 2
Read Creating a Shopping Cart using Zend Framework: Part 1 here.
Read Creating a Shopping Cart using Zend Framework: Part 2 in fullCreating a Shopping Cart using Zend Framework: Part 1
In this two-part article series by Keith Pope, we will learn about:
- Creating Models that do not use a database as a data source
- Using Zend_Session_Namespace
- Implementing the Cart Views and Controllers
- More Forms, View Helpers, and so on
Adding Pages, Image Gallery, and Plugins to a WordPress Blog
WordPress offers you a lot more than simply posts, comments, and categories. In this article by Hasin Hayder and April Hodge Silver, we will explore and control all of the other content types that WordPress already has. You'll be able to create static pages that aren't a part of your ongoing blog, bookmark links that will drive visitors to your friends, and add and manage built-in image galleries to display photos and other images. You'll also learn how to add plugins, which will enhance the capabilities of your entire website.
Read Adding Pages, Image Gallery, and Plugins to a WordPress Blog in fullASP.NET Social Networks—Blogs in Fisharoo
In this article by Andrew Siemer, we will talk about the concept of Blogging and how it could be applied to our community site Fisharoo. With search engines, users, and security in mind, Andrew invests a part of this article to address an issue that plagues many dynamic websites—query string data being used to determine page output.
The article starts with the discussion of Problem, that is, what we need to do to achieve success for the article's topic-Blogs so to speak. Then it moves on to Design where we decide on and write down the physical requirements for our feature. And finally comes the Solution part where we discuss how to implement all the requirements for each feature.
Read ASP.NET Social Networks—Blogs in Fisharoo in fullManaging orders in Joomla! and VirtueMart
In the previous article by Suhreed Sarkar, you have seen how to create and manage user groups and assign permissions to user groups. We also saw how to create permission modules and functions that are used for implementing a permission system for special groups. In this article, the last in the series, we will learn about managing orders, viewing an order's details, updating an order's status, creating and managing order status types, and also managing and updating product inventory.
Read Managing orders in Joomla! and VirtueMart in fullIn-place Editing using PHP and Script.aculo.us
In this article by Sridhar Rao, we will learn about editing the content in the page without moving, dragging, or dropping it. This feature is called in-place editing. The key topics that we are going to explore in this article are:
- Introduction to in-place editing
- In-place editing: Definition and attributes
- Code usage in examples
- Tips and tricks involving in-place editing
- Hands-on example: Handling at the server-side
- Hands-on with InPlaceCollectionEditor
Creating and Managing User Groups in Joomla! and VirtueMart
In the previous article you have seen how to allow customer registrations to your VirtueMart shop, how to manage the registered users, how to define extra fields for customer registration and account maintenance forms. In this article by Suhreed Sarkar, we learn how to create and manage user groups and assign permissions to user groups. You will also see how to create permission modules and functions that are used for implementing a permission system for special groups.
Read Creating and Managing User Groups in Joomla! and VirtueMart in full

