How to integrate the feeds in your website
Simple
<?php
$sUrl = "http://en.audiofanzine.com/aea/rss/a.code,type.html,fn.news.html";
echo file_get_contents($sUrl);
?>
Results
05/14 - [AES] AEA KU401/28 - [NAMM] AEA RPQ Ribbon Pre
<?php
$sUrl = "http://en.audiofanzine.com/aea/rss/a.code,type.html,fn.news.html";
echo file_get_contents($sUrl);
?>