Sometimes you find just the right resources that fulfill certain need and nothing much should be added to them, in those cases I will just collect them on this page and add short comment why is this so.
Sometimes you find just the right resources that fulfill certain need and nothing much should be added to them, in those cases I will just collect them on this page and add short comment why is this so.
To make square brackets in JSON, which is basically array in JSON you need to write array twice. So make it
array(array('something'....
$data = json_encode(array(
'list'=>array(array('commerce_price_aud' => array (....
This is not so much drupal but sometimes you will move your drupal site to other domain, so then to have your home and all other pages properly redirected add this code to your .htaccess file
Options +FollowSymLinks
RewriteEngine on
RewriteRule (.*) http://www.some-domain.co/$1 [R=301,L]
https://association.drupal.org/node/18998 I just really like that RFP (Request for Proposal) was done online and you can access all the documents on that link and see how professional RFP should be made and what project documentation should every project have (as many don't have).
This often has given me lots of headaches, how to setup front page for each language. There are several ways, depending on your site configuration chooses one.
I always wanted to tried this, finally I got a client who was willing to do this for his site.