This project aims at changing the flash-based website of Cocona Fabrics into a Drupal installation. The fun part is - how to make a Drupal site work as similar as their current rich interface website based in Flash?
Cooperate with acmConsulting and INBOX-USA.
Current Cocona Fabrics website is based in Flash - the Cocona Drupal site will be up and running soon!
All the content of the site needs to be squeesed into a 800x800-ish round circle, which requires a good practice of CSS location properties.
jCarousel, this jQuery plugin is used to display product items in 'Product Highlights' section. Another jQuery plugin we use to replace the default system scrollbar is jScrollPane.
For curving the menu items to fit the circle automatically, Alex at acmConsulting wrote a jQuery which requires the latest copy of jQuery.

The conflict between each jQuery plugin emerged along the way. Firstly, jCarousel doesn't work with jScrollPane - but luckily they don't need to appear at the same time. Secondly, latest jQuery required by round menu causes a conflict with TinyMCE. The quick solution is to switch back to older copy of jQuery on the pages where TinyMCE is enabled.