User login
6.x
Magento looking to "team up" with Drupal
Submitted by peach on Sun, 04/06/2008 - 11:02.Magento, the awesome ecommerce software that recently released their 1.0 stable, is interested in integration with Drupal.
I think Magento is great and it should be possible to integrate with Drupal, but to make this work well would be a very complex project.
The level of integration that you would want in such a combo is probably most closely matched by vbdrupal. VbDrupal is very powerful but also quiet a resource hog. Disclaimer: I last used VbDrupal about a year ago so maybe it's not slow anymore. A Drupal-fork would also be undesirable.
In the relevant Drupal group a proposal was posted for the integration but I think such a proposal should be preceded by a research of the feasibility of the integration and an analysis of what would be gained/lost on both ends (mage/drupal) when they are integrated.
Joomla 1.5 & Drupal 6.1 Performance Comparison
Submitted by peach on Mon, 03/17/2008 - 23:51.Introduction
Disclaimer: The absolute numbers here are not representative for loadtimes of either application on your server.
The thing we're looking for here is how results compare to eachother.
Hardware:
-Acer Aspire 7720G l
-Intel Core 2 du0 T5250 with Santa Rosa chipset (1.5Ghz 667MHz FSB 2MB L2 cache)
-2GB DDR2
Software
-XAMPP package with Zend Optimzer disabled
-No opcode caching enabled
-MySQL query caching enabled with default settings
-Windows Vista running classic theme (yes vista is lame, I know)
-SVN checkout of joomla 1.5
-CVS checkout Drupal 6.1
-Jmeter
-Apache Benchmark
Part 1: Testing for load times with Jmeter
Test Setup:
Drupal Howto: Adding a nifty metadata box to your nodes
Submitted by peach on Tue, 01/08/2008 - 14:12.In this tutorial, we will be adding a container with metadata about your node to our node template. To see what I mean, look at the bottom of this node page. Code snippet is plug-and-play, so you can plug it right into your custom theme, or one of my own Drupal themes.
The box in question can contain any node information we want, such as link information, to ensure the blogosphere can link to us effortlessly, or statistical data about our node (hits etc.).
For starters, we're going to add a simple container to our node that contains a html link, a BBcode link, and the trackback url of our node. Open up your node.tpl.php file, and add a new div element at the end:
