Magento's Architecture: Part 1
Magento has a wonderful architecture behind its system. It's a very strict architecture that relies on us knowing where the files should be placed and how to structure our templates and modules. But this is part of what makes Magento a great system, in that it enforces these standards.
Here in this two-part article by Jamie Huskisson, we will learn about this architecture and how it applies to development with Magento. We will learn:
- Where everything is within Magento
- What all the base directory files and folders do
- The basics of how the template system works
- How modules work within the system
- How the Zend Framework fits into the equation
- The best methods for backing up Magento
Magento's Architecture: Part 2
Read Part One of Magento's Architecture here.
Read Magento's Architecture: Part 2 in fullTYPO3 for Connecting External APIs: Flicker and Youtube
In this article by Dan Osipov, we will see how external services specifically Flickr and YouTube, can be leveraged to expand the system. We pull in files from YouTube and Flickr.
Read TYPO3 for Connecting External APIs: Flicker and Youtube in fullManaging Your Joomla! Media Files with Media Manager
This article by Allan Walker, author of Joomla! 1.5 Multimedia, explores one of the most important tasks when using multimedia in our Joomla! websites, the ability to upload and manage the files on your web server. Once uploaded, this content may not require further attention, or you might need the ability for constant management and file revisions.
In this article, we will look at using the built-in Joomla! Media Manager which includes:
- Overview of the Joomla! Media Manager
- Uploading media using the Media Manager
- The view
- Organizing your content
- Uploading your content
- Managing media using the Media Manager
Media File management in Joomla with FTP and Third-party Extensions
This article by Allan Walker, author of Joomla! 1.5 Multimedia, explores one of the most important tasks when using multimedia in our Joomla! websites, the ability to upload and manage the files on your web server. Once uploaded, this content may not require further attention, or you might need the ability for constant management and file revisions. In a previous article we explored the built-in Joomla! Media Manager which the reader can refer for organization and structure of your website media.
In this article, we will look at:
Enhancing the User Experience with PHP 5 Ecommerce: Part 3
Read Part One of Enhancing the User Experience with PHP 5 Ecommerce here.
Read Part Two of Enhancing the User Experience with PHP 5 Ecommerce here.
Enhancing the User Experience with PHP 5 Ecommerce: Part 1
In this three-part article by Michael Peacock, author of PHP 5 e-commerce Development, you will learn how to enhance the user experience by:
- Allowing customers to search our product catalog effectively
- Enhancing this search by allowing our customers to filter products Providing wish lists for our customers
- Generating recommendations for customers based on previous purchases
- Informing customers when their desired products are back in stock
- Enabling social aspects such as product ratings and reviews from customers
Enhancing the User Experience with PHP 5 Ecommerce: Part 2
Read Part One of Enhancing the User Experience with PHP 5 Ecommerce here.
Read Part Three of Enhancing the User Experience with PHP 5 Ecommerce here.
Shipping Modules in Magento: Part 1
In this two-part article by Jamie Huskisson, we will apply our knowledge of Magento's core architecture and apply it to one of the fundamental building blocks of Magento, its shipping module.
Here, we will learn how to create a shipping module, so that we can develop our own when the need arises. By the end of this article we will:
- Know where to find shipping modules that others have produced
- Know how to put together a basic shipping module and know what values pertain to what information
- Be able to create our own methods for calculation or handling shipping with Magento
Shipping Modules in Magento: Part 2
Read Part One of Shipping Modules in Magento here.
Read Shipping Modules in Magento: Part 2 in full

