Tag archives for cache

CakePower Assets Version
prevent undesired assets caching!

CakePOWER allows you to add a virtual version name to all your assets:

// app/Config/core.php
Configure::write('Asset.version', '1.0.3');

Every assets url created through CakePHP helpers will be postfixed with that version string:

<script src="/js/foo.js?v=1.0.3" />
<link href="/css/foo.css?v=1.0.3" />

You should manually change version’s string whenever you upload new version of your assets forcing all clients to download new copy of libraries, stylesheets, images, etc!

Continue reading »

Posted in CakePHP, CakePOWER | Leave a comment

Cache Manifest Generator (PHP utility)

Today I played with jQueryMobile to create a simple and quick webapp composed by multiple pages linked together using standard jQueryMobile API.

 

>>> Go Quickly to the GitHub Repo! <<<

Continue reading »

Posted in MovableApp.com | Leave a comment

Swedish Greys - a WordPress theme from Nordic Themepark.