User customisation with the JS API
Using some JS API functions and a bit of JavaScript trickery you can customise the user experience of a website based on their Matrix user account and group membership. Learn some tips for JS API interaction.
Postgresql Tuning Guide
This is a quick guide to configuring postgresql for use with matrix and what you need to take in to account in doing so.
Displaying semantically related content with (stored) search pages
If you would like to show some content (assets, or links to assets) that relates to the content of any given page (and to stop having to manually add stuff in – i.e. to get others to do all the work ;-) ). A few good examples (of semantically related content) are; upcoming dates, PDF/Word docs, FAQs, Glossary terms or related pages.
Javascript API: Check Image Height and Width
Ever wanted to have users upload an image to your website and check that they uploaded a file of specified dimensions? With a combination of asset builders, ajax and the Javascript API asset you can check attributes of the uploaded file and remove the file if it does not meet specifications.
Using the Javascript API
Learn how to use the MySource Matrix Javascript API to tap into the power of Matrix using only javascript. This tutorials will teach you how to set up advanced usage of the API to return JSON.


