[DOJO]Custom builder command

Darktalker Posted in Programming,Tags:
0

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” »

VN:F [1.9.16_1159]
Rating: 5.0/5 (3 votes cast)
VN:F [1.9.16_1159]
Rating: +2 (from 2 votes)

Create a simple translation module in Magento

Darktalker Posted in Programming,Tags: , ,
7

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” »

VN:F [1.9.16_1159]
Rating: 3.3/5 (3 votes cast)
VN:F [1.9.16_1159]
Rating: +1 (from 1 vote)

Enable http gzip via htaccess

Darktalker Posted in Programming,Tags: ,
3

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” »

VN:F [1.9.16_1159]
Rating: 0.0/5 (0 votes cast)
VN:F [1.9.16_1159]
Rating: 0 (from 0 votes)

Improved array functions

Darktalker Posted in Programming,Tags:
0

Regular array functions can not parse associative arrays, here are some improved array functions might meet your need:
Continue reading “Improved array functions” »

VN:F [1.9.16_1159]
Rating: 0.0/5 (0 votes cast)
VN:F [1.9.16_1159]
Rating: 0 (from 0 votes)