Categories


Recent Posts


Archives


Category: Uncategorized

Below you'll find all the Uncategorized articles on the site, followed by a chronological listing of the same. You may also browse the 8 series directly via the following links. Miscellaneous Magento Articles, SugarCRM for PHP MVC Developers, Magento 2: Advanced Javascript, Magento 2 UI Components, Accelerated Mobile Pages, Pestle, Sylius for Magento and PHP Developers, and, Containers, Containers, Containers.

Miscellaneous Magento Articles

  1. Magento Front Controller
  2. Reinstalling Magento Modules
  3. Clearing the Magento Cache
  4. Magento's Class Instantiation Abstraction and Autoload
  5. Magento Development Environment
  6. Logging Magento's Controller Dispatch
  7. Magento Configuration Lint
  8. Slides from Magento Developer's Paradise
  9. Generated Magento Model Code
  10. Magento Knowledge Base
  11. Magento Connect Role Directories
  12. Magento Base Directories
  13. PHP Error Handling and Magento Developer Mode
  14. Magento Compiler Mode
  15. Magento: Standard OOP Still Applies
  16. Magento: Debugging with Varien Object
  17. Generating Google Sitemaps in Magento
  18. IE9 fix for Magento
  19. Magento's Many 404 Pages
  20. Magento Quickies
  21. Commerce Bug in Magento CE 1.6
  22. Welcome to Magento: Pre-Innovate
  23. Magento's Global Variable Design Patterns
  24. Magento 2: Factory Pattern and Class Rewrites
  25. Magento Block Lifecycle Methods
  26. Goodnight and Goodluck
  27. Magento Attribute Migration Generator
  28. Fixing Magento Flat Collections with Chaos
  29. Pulse Storm Launcher in Magento Connect
  30. StackExchange and the Year of the Site Builder
  31. Scaling Magento at Copious
  32. Incremental Migration Scripts in Magento
  33. A Better Magento 404 Page
  34. Anatomy of the Magento PHP 5.4 Patch
  35. Validating a Magento Connect Extension
  36. Magento Cross Area Sessions
  37. Review of Grokking Magento
  38. Imagine 2014: Magento 1.9 Infinite Theme Fallback
  39. Magento Ultimate Module Creator Review
  40. Magento Imagine 2014: Parent/Child Themes
  41. Early Magento Session Instantiation is Harmful
  42. Using Squid for Local Hostnames on iPads
  43. Magento, Varnish, and Turpentine

SugarCRM for PHP MVC Developers

  1. Sugar CRM Hello World for PHP Developers
  2. SugarCRM Models
  3. Sugar CRM Model Auditing

Magento 2: Advanced Javascript

  1. Magento 2: Javascript Init Scripts
  2. KnockoutJS Primer for Magento Developers
  3. Magento 2: KnockoutJS Integration
  4. The Curious Case of Magento 2 Mixins
  5. Knockout Observables for Javascript Programmers
  6. Modifying a jQuery Widget in Magento 2

Magento 2 UI Components

  1. Magento 2: Introducing UI Components
  2. Magento 2: Simplest UI Component
  3. Magento 2: Simplest UI Knockout Component
  4. Magento 2: Simplest XSD Valid UI Component
  5. Magento 2: ES6 Template Literals
  6. Magento 2: uiClass Data Features
  7. Magento 2: UI Component Data Sources
  8. Magento 2: UI Component Retrospective
  9. Observables, uiElement Objects, and Variable Tracking
  10. Magento 2: uiElement Features and Checkout Application
  11. Magento 2: Remaining uiElement Defaults
  12. Magento 2: Knockout.js Template Primer
  13. Magento 2 UI Component Code Generation

Accelerated Mobile Pages

  1. Bookmarklet to Redirect from AMP URLs to Real URLs

Pestle

  1. Pestle 1.1.1 Released
  2. Pestle 1.1.2 Released
  3. Magento 2 Setup Migration Scripts
  4. Pestle 1.2.1 Released
  5. Sending Text Messages with PHP, pestle, and Nexmo
  6. Pestle 1.3 and AbstractModel UI Generation
  7. Pestle 1.4.1 and the Merits of Inheritance
  8. Pestle 1.4.4 Released
  9. Pestle Docs Done (for now)
  10. Pestle 1.4.2 Now Available
  11. Installing Pestle via. Homebrew
  12. Pestle 1.5.2 Released

Sylius for Magento and PHP Developers

  1. Five First Impressions of the Sylius eCommerce System
  2. Symfony's Service Container
  3. Symfony: Autowiring Services
  4. A Brief Look at Every Symfony Service Configuration
  5. Symfony Routes and Stand Alone Controllers
  6. Symfony Routing Configuration Keys
  7. Basic and Advanced Sylius Routing

Containers, Containers, Containers

  1. What is a Container and why Docker Makes that a Difficult Question to Answer
  2. Running Go Programs in Docker Scratch Containers
  3. Five Reasons Your PHP Application is Hard to Containerize for Production
  4. Accessing Docker Desktop's Virtual Machine

PHP 8: What you Need to Know

I’m not writing much PHP these days, but my general impression is the PHP 8 release has been rough on project maintainers. I spent a bit of time this weekend catching up. Back in the fall Platform.sh, a PHP cloud hosting company, posted a ten part series on changes coming in PHP 8.0. With the language released they’ve [...]

astorm

Pestle 1.5.2 Released

This entry is part 12 of 12 in the series Pestle. Earlier posts include Pestle 1.1.1 Released, Pestle 1.1.2 Released, Magento 2 Setup Migration Scripts, Pestle 1.2.1 Released, Sending Text Messages with PHP, pestle, and Nexmo, Pestle 1.3 and AbstractModel UI Generation, Pestle 1.4.1 and the Merits of Inheritance, Pestle 1.4.4 Released, [...]

astorm

One Line Magento 2 Package Install

The ExtDN group, a collection of Magento extension vendors trying to keep the platform a reasonable place for extension vendors to do good work, have released an open source and vendor neutral project that will give you “one line installation” of any composer managed Magento extension. (you can even install it via homebrew) [...]

astorm

Basic and Advanced Sylius Routing

This entry is part 7 of 7 in the series Sylius for Magento and PHP Developers. Earlier posts include Five First Impressions of the Sylius eCommerce System, Symfony's Service Container, Symfony: Autowiring Services, A Brief Look at Every Symfony Service Configuration, Symfony Routes and Stand Alone Controllers, and Symfony Routing [...]

astorm

Symfony Routing Configuration Keys

This entry is part 6 of 7 in the series Sylius for Magento and PHP Developers. Earlier posts include Five First Impressions of the Sylius eCommerce System, Symfony's Service Container, Symfony: Autowiring Services, A Brief Look at Every Symfony Service Configuration, and Symfony Routes and Stand Alone Controllers. Later posts include [...]

astorm

Symfony Routes and Stand Alone Controllers

This entry is part 5 of 7 in the series Sylius for Magento and PHP Developers. Earlier posts include Five First Impressions of the Sylius eCommerce System, Symfony's Service Container, Symfony: Autowiring Services, and A Brief Look at Every Symfony Service Configuration. Later posts include Symfony Routing Configuration Keys, and Basic [...]

astorm

Symfony: Autowiring Services

This entry is part 3 of 7 in the series Sylius for Magento and PHP Developers. Earlier posts include Five First Impressions of the Sylius eCommerce System, and Symfony's Service Container. Later posts include A Brief Look at Every Symfony Service Configuration, Symfony Routes and Stand Alone Controllers, Symfony Routing Configuration [...]

astorm

Symfony’s Service Container

This entry is part 2 of 7 in the series Sylius for Magento and PHP Developers. Earlier posts include Five First Impressions of the Sylius eCommerce System. Later posts include Symfony: Autowiring Services, A Brief Look at Every Symfony Service Configuration, Symfony Routes and Stand Alone Controllers, Symfony Routing Configuration Keys, [...]

astorm
email hidden; JavaScript is required