Posts Tagged with "Development"
Creating a Twitter Redirect App
How to create a really simply bit.ly clone with MySQL, mod_rewrite and PHP.
Creating a Column Control in Adobe CQ
Learn how to create a custom Column Control in Adobe CQ
Ask the Experts: MVC in Adobe CQ5
Answers from experts on how MVC is implemented in Adobe CQ5
Creating Detailed Packages with the CQ Deploy Plugin
Learn how to create packages with complete metadata and deploy them with the CQ Deploy Plugin
Three Commonly Missed CQ Best Practices
My summary of three best practices many CQ projects miss
The 5 Hardest AEM Concepts for New Developers
Learn about the most concepts most developers have problems understanding when starting to develop on the AEM platform
Automatically deploying Jekyll sites with PHP
Provides a PHP script for automatically deploying Jekyll sites via a GitHub Post Receive Hook
Developing Clean and Efficient Lists of Items with HTL
In HTL many developers create overly complex Sling Model driven components for simple content lists. Instead, using child-component includes you can create complex content-driven components without a line of Java code.