All of the source code is completely free and open, and we have a command-line version and a python library as well.
http://jsbeautifier.org/
http://jsbeautifier.org/
Go to CMS> Manage Pages interface
Insert the below code in content area
{{block type="core/template" name="contactForm" form_action="/contacts/index/post" template="contacts/form.phtml"}}
Go to catalog/product/view.phtml
<?php $categories = $_product->getCategoryIds(); ?> <?php foreach($categories as $i => $_category_id): ?> <?php $_category = Mage::getModel('catalog/category')->load($_category_id) ?> <a href="<?php echo $_category->getUrl() ?>"><?php echo $_category->getName() ?></a> <?php endforeach; ?>