By rsanchez on
Milenio.com un importante portal de Noticias de Mexico cambia de Wordpress a Drupal. Esto si que es una gran noticia para Drupal, ya que demuestra lo importancia, estabilidad y versatilidad que tiene este CMS para su uso.
Saludos.
Edited by: VeryMisunderstood; thread moved to Drupal Showcase forum from News and Announcements.
Comments
Looks like a nice site but
Looks like a nice site but it doesn't render properly in Firefox.
www.drupalmuseum.com
www.organicsitedesign.com
It seems ok in
It seems ok in FF3rc1.
Magnity
http://webdesign.magnity.co.uk
Magnity Webdesign is currently looking to recruit developers for a number of client projects.
I'm using Firefox 2.0.0.14.
I'm using Firefox 2.0.0.14. A lot of the content overlaps and becomes illegible. The top div class = "eltema" has nothing in it. The content gets pushed down to div id="mycarousel2".
www.drupalmuseum.com
www.organicsitedesign.com
I should also say it's Mac
I should also say it's Mac Leopard.
www.drupalmuseum.com
www.organicsitedesign.com
work in progress
I'm the project leader for this installation.
This site, though drupal based, has a lot of work in the frontpages. We receive 500K + hits daily, over 160K daily unique visitors to the homepage alone. So we've set up all the optimizations we could dig in this and other sites, including switching cache to memcache, using a squid reverse proxy and some custom pre-rendering modules.
The nodes for instance, are pre-rendered to html and a ModRewrite rule looks for the .html and if not found then asks drupal for the node.
Also the frontpage and all first level links were cut to html instead of using drupal.
This way all of the dynamic content is loaded afterwards via ajax.
The setup is working pretty well, though there are some issues still being resolved. The cross-browser compatibility nightmare being one of them, and alas, having 85% of our visitors using IE (47% IE6, 38% IE7), we've focused on solving the display problems in IE first.
I have alexa'd our site vs. most sites in the drupal showcase and we have a lot more hits, so maybe this is one of the few massive traffic drupal installations. We'd love to hear the experience from other massive sites using drupal.
We're working an abstracting what we did (pre-rendering blocks and then loading them via ajax) into something suitable for reuse, however we're still polishing a lot of details.
I'll post asap a description of this implementation.
Thanx for the feedback, it helps us fix errors sooner.