This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Using Mac's XML-RPC app | |
https://itunes.apple.com/us/app/xml-rpc-client/id424424203?mt=12 | |
Get your session key | |
Endpoint URI: https://www.yourstore.com/index.php/api/xmlrpc/ | |
Method: login | |
Params: 'username', 'password' | |
Using that session key, you can get a product's stock, for instance | |
Endpoint URI: https://www.yourstore.com/index.php/api/xmlrpc/ |
The trick to setting up a Sails.js app with a remote Postgres database hosted on Heroku is all about SSL. Here's how you do it:
Note: This is for Sails v0.9.x, the stable release at the time of this writing.
In Sails v0.10.x, the
config/adapters.js
file has been replaced withconfig/connections.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Like, basically PERFECT scrollbars | |
*/ | |
/* | |
It's pure CSS. | |
Since a quick google search will confirm people going crazy about Mac OS Lion scrollbars... | |
this has no fade-out effect. | |
In Mac OS Lion, the lowest common denominator is always showing scrollbars by a setting. |