Categories


Recent Posts


Archives


OroCRM Frontend Asset Pipeline

I'm willing to concede this might be my inner frozen caveman developer talking, but right now "frontend web development" seems like it's in a crises of chaos. Frontend developers, (the folks writing CSS, Javascript, and building our application UIs), have never had such a

astorm

Magento Cross Area Sessions

Happy spring everyone, today it's just a quick post about a new Magento module I've put up on GitHub enabling cross area sessions. This module allows you to access information about the logged in admin user from Magento's frontend cart application, or access information

astorm

Cross Area Session Access

Cross Area Session Access Speaking of sessions, I whipped up a quick proof of concept for accessing admin sessions from the frontend of Magento — useful if you want to restrict frontend access using backend session ACL rules. Right now it works with file and db session storage — memcache, redis, etc. would need their own Loader model [...]

astorm

Handlebars JS in Magento

In response to a retweet of adam_webdev by kalenjordan Magento’s flexible layout system makes adding a javascript library like handlebars a cinch. First, download the latest version of handlebars and drop it in your root javascript folder js/handlebars-v1.3.0.js Next, add the following to your local.xml file. <layout> <!-- [...]

astorm
email hidden; JavaScript is required