dojo is a powerful javascript framework, but it has a poor documentation, to generate custom build of dojo, there are several commands very useful but you just can’t find any doc other than searching in the code. I gathered the doc from their code:
Continue reading “[DOJO]Custom builder command” »
[DOJO]Custom builder command
Darktalker Posted in Programming,Tags: dojo
15
April
2010
0
Create a simple translation module in Magento
Darktalker Posted in Programming,Tags: magento, php, translation
14
April
2010
Magento has a powerful translation system, but what if we want change the translation without touching the original files of Magento ? the best solution is creating a translation module.
Continue reading “Create a simple translation module in Magento” »
Enable http gzip via htaccess
Darktalker Posted in Programming,Tags: gzip, htaccess
30
March
2010
Http gzip can compress js,css files via htaccess, you must first enable :expires_module, rewrite_module, mod_headers, mod_deflate in apache.
Continue reading “Enable http gzip via htaccess” »
Improved array functions
Darktalker Posted in Programming,Tags: javascript
05
March
2010
Regular array functions can not parse associative arrays, here are some improved array functions might meet your need:
Continue reading “Improved array functions” »
