Blog posts dated November 2013 – 2 posts found:

The Vim commands cheat sheet

There used to be a great little Vim cheatsheet on tuxfiles.org, but that domain no longer exists and is now cybersquatted. While the Internet Archive has a cache, I figured I'd post a copy here for easy reference for myself and maybe it is useful to others too.
Read more

Making use of Magento's cache

Popular open source e-commerce solution Magento can be quite slow, but there are ways of improving its performance. Caching is one very effective way and Magento supports various caching backends out of the box, including Memcached. If you write your own Magento extensions, be they plugins or templates, you might benefit from using the cache for things that might otherwise tie up a lot of resources to recompute. This is quite easy to do, but information on caching is surprisingly rare. So how do you do it?
Read more