<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Web Dev News &#187; Acquia &#8211; News for Web Developers</title>
	<atom:link href="http://webdevnews.net/tag/acquia/feed/" rel="self" type="application/rss+xml" />
	<link>http://webdevnews.net</link>
	<description>News For Web Developers</description>
	<lastBuildDate>Sat, 06 Nov 2010 18:22:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Acquia Launches Cloud-based Solr Search Indexing</title>
		<link>http://webdevnews.net/2009/07/acquia-launches-cloudbased-solr-search-indexing/</link>
		<comments>http://webdevnews.net/2009/07/acquia-launches-cloudbased-solr-search-indexing/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 15:37:32 +0000</pubDate>
		<dc:creator>Jeffrey Scott -TypeHost Web Development</dc:creator>
				<category><![CDATA[Content Management Systems]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Acquia]]></category>
		<category><![CDATA[Acquia Search]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Lucene]]></category>
		<category><![CDATA[Solr]]></category>

		<guid isPermaLink="false">http://webdevnews.net/?p=1093</guid>
		<description><![CDATA[Acquia, the start-up company founded by Dries Buytaert, the lead developer &#38; founder of Drupal, has announced that they are now providing paid search indexing for Drupal sites on a subscription basis aimed at enterprise sites. Similar to Mollom, Acquia&#8217;s anti-spam software for CMS platforms, Acquia Search will also work for those running other open [...]<p>This is a post from <a href="http://webdevnews.net" title="News for Web Developers">Web Dev News</a>, a site brought to you by <a href="http://xavisys.com" title="For all your web development needs">Xavisys Web Development</a>.  <br/><br/><a href="http://webdevnews.net/2009/07/acquia-launches-cloudbased-solr-search-indexing/">Acquia Launches Cloud-based Solr Search Indexing</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Acquia, the start-up company founded by Dries Buytaert, the lead developer &amp; founder of Drupal, has announced that they are now providing paid search indexing for Drupal sites on a subscription basis aimed at enterprise sites. Similar to Mollom, Acquia&#8217;s anti-spam software for CMS platforms, Acquia Search will also work for those running other open source software like WordPress, Joomla, TYPO3, etc as well as sites with proprietary code.  Acquia Search is based on the <a href="http://lucene.apache.org/">Lucene</a> and <a href="http://lucene.apache.org/solr/">Solr</a> distributions of Apache, and essentially works by having Acquia index your site&#8217;s content on their computers and then send it with encryption on demand to supply user queries using an integrated Acquia Search module. According to the announcement, Acquia is using Solr server farms on Amazon EC2 to power this on cloud architecture.</p>
<p>Many people have complained about Drupal&#8217;s core search functionality over the years, but the server requirements behind Solr and Lucene require a Java extension that most people are not equipped to manage on their existing IT architecture, staff, or budget. So Acquia is offering these search functionalities as SaaS, or Software as a Service on a remote-hosted, pre-configured basis. If you want to do it yourself, see:<br />
<a href="http://drupal.org/project/apachesolr">http://drupal.org/project/apachesolr</a></p>
<p style="margin-bottom: 0in;"><strong>Reference: </strong><a href="http://en.wikipedia.org/wiki/Solr">http://en.wikipedia.org/wiki/Solr</a></p>
<p>According to Dries:</p>
<p>“Acquia Search is included for no additional cost in every Acquia Network subscription. Basic and Professional subscribers have one &#8216;search slice&#8217; and Enterprise subscribers have five &#8216;search slices&#8217;. A slice includes the processing power to index your site, to do index updates, to store your index, and to process your site visitors&#8217; search queries. Each slice includes 10MB of indexing space &#8211; enough for a site with between 1,000 and 2,000 nodes. Customers who exceed the level included with their subscription may purchase additional slices. A ten-slice extension package costs an additional $1,000/year, and will cover an additional 10,000 &#8211; 20,000 nodes in an index of 100MB. For my personal blog, which has about 900 nodes at the time of this writing, a Basic Acquia Network subscription ($349 USD/year) would give me all the benefits of Acquia Search, plus all the other Acquia Network services.”</p>
<p>Put in this perspective, most Drupal users likely won&#8217;t be switching to Acquia Search anytime soon. But, for the most part&#8230; they have little need to. For small sites or social networks, Drupal&#8217;s core search is going to be generally sufficient. Drupal will index your site automatically on cron runs, and keep this index of keywords and nodes in a table of your MySQL database. If you are working a lot with taxonomy and CCK fields, then Faceted Search is a recommended choice: <a href="http://drupal.org/project/faceted_search">http://drupal.org/project/faceted_search</a></p>
<p>I have used Faceted Search on a number of sites and it is excellent for building a custom search engine around your site&#8217;s own custom vocabularies, hierarchies, and site structures. Faceted Search is also important in a number of Semantic Web integrations working with RDF data and other micro-tags attached to data fields.  Acquia Search is designed to work in this way as well as to facilitate the number crunching involved when high traffic sites with extremely large databases of content need to sift through search archives quickly to return results from user queries. Consider the example of Drupal.org in this context &#8211; Acquia Search is the solution to managing over 500,000 nodes and millions of search queries on an extremely active site.</p>
<p>“Reality is that for a certain class of websites &#8212; like intranets or e-commerce websites &#8212; search can be the most important feature of the entire site. Faceted search can really increase your conversions if you have an e-commerce website, or can really boost the productivity of your employees if you have a large intranet. For those organizations, Drupal&#8217;s built in search is simply not adequate. We invested in search because we believe that for many of these sites, enterprise-grade search is a requirement&#8230; The search module shipped with Drupal core has its purpose and target audience. It isn&#8217;t right for everyone, just as <a href="http://acquia.com/products-services/acquia-search">Acquia Search</a> is not for everyone. Both are important, not just for the Drupal community at large, but also for many of Acquia&#8217;s own customers. Regardless, there is no question that we need to keep investing and improving Drupal&#8217;s built-in search.”</p>
<p>In summary, Acquia Search is mostly targeted at enterprise level Drupal users with extremely large databases and high traffic, and is a cloud based solution that should not only speed up the rate of return on results, it should also improve the quality of the material returned based on faceted keywords &amp; vocabularies. For those using Acquia&#8217;s personal or small business subscription accounts, the new search should appear as an additional “free bonus” with your monthly package of services. For users, even on a small site, the efficiency of faceted search may make information more accessible for visitors.</p>
<p>To learn more, visit: <a href="http://buytaert.net/acquia-search-benefits-for-visitors">http://buytaert.net/acquia-search-benefits-for-visitors</a></p>
<p>This is a post from <a href="http://webdevnews.net" title="News for Web Developers">Web Dev News</a>, a site brought to you by <a href="http://xavisys.com" title="For all your web development needs">Xavisys Web Development</a>.  <br/><br/><a href="http://webdevnews.net/2009/07/acquia-launches-cloudbased-solr-search-indexing/">Acquia Launches Cloud-based Solr Search Indexing</a></p>
]]></content:encoded>
			<wfw:commentRss>http://webdevnews.net/2009/07/acquia-launches-cloudbased-solr-search-indexing/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Citigate Cunningham Nominated for 2008 Gold SABRE Award for Acquia Public Relations</title>
		<link>http://webdevnews.net/2009/05/citigate-cunningham-nominated-2008-gold-sabre-award-acquia-public-relations/</link>
		<comments>http://webdevnews.net/2009/05/citigate-cunningham-nominated-2008-gold-sabre-award-acquia-public-relations/#comments</comments>
		<pubDate>Wed, 13 May 2009 15:00:03 +0000</pubDate>
		<dc:creator>Jeffrey Scott -TypeHost Web Development</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Acquia]]></category>
		<category><![CDATA[Citigate Cunningham]]></category>

		<guid isPermaLink="false">http://webdevnews.net/?p=867</guid>
		<description><![CDATA[The public relations planning behind the launch of the new Acquia website has landed Citigate Cunningham, the firm who orchestrated the campaign, more than 100 media placements, 11 speaking engagements and two awards for Acquia since the project began in January 2008, according to a press release this week published on the web. The Holmes [...]<p>This is a post from <a href="http://webdevnews.net" title="News for Web Developers">Web Dev News</a>, a site brought to you by <a href="http://xavisys.com" title="For all your web development needs">Xavisys Web Development</a>.  <br/><br/><a href="http://webdevnews.net/2009/05/citigate-cunningham-nominated-2008-gold-sabre-award-acquia-public-relations/">Citigate Cunningham Nominated for 2008 Gold SABRE Award for Acquia Public Relations</a></p>
]]></description>
			<content:encoded><![CDATA[<p>The public relations planning behind the launch of the new Acquia website has landed Citigate Cunningham, the firm who orchestrated the campaign,  more than 100 media placements, 11 speaking engagements and two awards for Acquia since the project began in January 2008, according to a press release this week published on the web. The Holmes Group has also nominated Citigate Cunningham&#8217;s Acquia marketing and promotional campaign for a SABRE Award this year as one of the best new products in the “Business to Business” category on the web.</p>
<p>The article reports that the development team behind Acquia, which includes Drupal founder Dries Buytaert, had concerns about how the open source community would view a commercial Drupal development company and enterprise release of the CMS, and the PR campaign was designed to smooth this over.</p>
<p>“Drupal, a social publishing system with a vibrant, passionate open source community of more than 350,000 members, is the platform for many well-known company and educational institution websites. Acquia was launched with the mission to increase enterprise adoption of Drupal by providing enterprise-level functionality and support to the open source technology.”</p>
<p><span id="more-867"></span></p>
<p>“Citigate Cunningham recognized that a successful launch would require the delicate balance of generating substantial buzz around the company and its offerings, while remaining sensitive to the Drupal and open source community’s concerns about how a commercial company would impact the Drupal open source project. The agency leveraged Acquia Co-Founder and CTO Dries Buytaert, the original Drupal creator, as an evangelist, community advocate, and open source celebrity, and designed a three-stage strategic PR approach that would build trust within the Drupal community, drive demand for Acquia in a beta launch, and finally bridge the gap perceived by the enterprise community as part of the general availability launch.”</p>
<p>“To accomplish its goal, the team targeted both social and traditional media outlets including business press, technology trades, Web 2.0 blogs, and influential analysts frequently quoted in the press. Additionally, the agency raised Buytaert’s profile by securing high profile coverage, awards, and speaking engagements that served to seed confidence within the open source ecosystem.”</p>
<p>Citigate Cunningham&#8217;s other clients include eTrade, Sprint, Cisco, HCL, OPSource, AliBaba, and other Silicon Valley &amp; international IT firms. According to their site, “In enterprise technology, we have represented some of the biggest software and hardware brands in business applications, security, mobility, telecommunications, semiconductors, systems, IT services and high performance computing. We have also represented some of the coolest consumer tech companies in digital marketing, digital media and entertainment, consumer electronics, social media and eCommerce. Market segments we’ve penetrated include financial services, healthcare, government, education/academia, energy and manufacturing.”</p>
<p>“We’re very proud to have been recognized as a finalist for the SABRE Awards,” said Gary Thompson, chairman of Citigate Cunningham. “Because Acquia offers commercial support for the well-known Drupal open source project, we had a built-in audience for our launch. Our biggest challenge was to reach beyond the Drupal community and expand the reach of the Acquia story into the enterprise market.”</p>
<p>All in all, this can be seen as a pragmatic move by Acquia, contracting an industry leading PR firm to manage the launch of their brand internationally. Many people outside of the PR industry will undoubtedly feel a bit cynical when reading the inside language of public relations strategy, and few really investigate the way these PR firms hype the companies and products that they promote into news stories,”buzz”, and spin that most people take as legitimate news but may be little different in content than a paid corporate “info-mercial”.</p>
<p>Nevertheless, it is easy to see the risk involved in not getting it right at the time of start up (“cuil”), and the fact that everything has gone so well for Acquia since their launch has definitely earned Citigate Cunningham a lot of support &amp; respect. The fact that Acquia has a great product and team to promote has undoubtedly made the process much easier.</p>
<p>Acquia and the Drupal development team have shown great attention to the small details across all aspects of the project that are a symbol of professionalism in open source, and the PR campaign surrounding the launch of Acquia is another example of that. But for most users, “a strategic PR campaign to build trust” and “seed confidence” is only going to work when the PR campaign itself disappears into the background noise.</p>
<p>This is a post from <a href="http://webdevnews.net" title="News for Web Developers">Web Dev News</a>, a site brought to you by <a href="http://xavisys.com" title="For all your web development needs">Xavisys Web Development</a>.  <br/><br/><a href="http://webdevnews.net/2009/05/citigate-cunningham-nominated-2008-gold-sabre-award-acquia-public-relations/">Citigate Cunningham Nominated for 2008 Gold SABRE Award for Acquia Public Relations</a></p>
]]></content:encoded>
			<wfw:commentRss>http://webdevnews.net/2009/05/citigate-cunningham-nominated-2008-gold-sabre-award-acquia-public-relations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automattic releases BuddyPress &#8211; Official “Sister Project” to WordPress</title>
		<link>http://webdevnews.net/2009/05/automattic-releases-buddypress-official-sister-project-wordpress/</link>
		<comments>http://webdevnews.net/2009/05/automattic-releases-buddypress-official-sister-project-wordpress/#comments</comments>
		<pubDate>Mon, 04 May 2009 14:37:07 +0000</pubDate>
		<dc:creator>Jeffrey Scott -TypeHost Web Development</dc:creator>
				<category><![CDATA[Tech News]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Acquia]]></category>
		<category><![CDATA[Automattic]]></category>
		<category><![CDATA[BuddyPress]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[Drupal]]></category>

		<guid isPermaLink="false">http://webdevnews.net/?p=831</guid>
		<description><![CDATA[Matt Mullenweg, the founder of WordPress and Automattic, announced the release of BuddyPress last week on the official WordPress site. The BuddyPress site is live, with free downloads and installation instructions for BuddyPress 1.0 &#8211; which expands a typical WordPress blog installation into a full social network with most of the features of mySpace, Facebook, [...]<p>This is a post from <a href="http://webdevnews.net" title="News for Web Developers">Web Dev News</a>, a site brought to you by <a href="http://xavisys.com" title="For all your web development needs">Xavisys Web Development</a>.  <br/><br/><a href="http://webdevnews.net/2009/05/automattic-releases-buddypress-official-sister-project-wordpress/">Automattic releases BuddyPress &#8211; Official “Sister Project” to WordPress</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Matt Mullenweg, the founder of WordPress and Automattic, announced the release of BuddyPress last week on the official WordPress site. The BuddyPress site is live, with free downloads and installation instructions for BuddyPress 1.0 &#8211; which expands a typical WordPress blog installation into a full social network with most of the features of mySpace, Facebook, Ning, and other popular sites. My first reaction on this is&#8230; amazing, massive, incredible, exactly what was needed, soon to be huge, and really nice design over all. Congratulations to all involved in the development and publication of this release, it looks like a very important move in the future evolution of the WordPress platform and something that will encourage many social network developers to build with the CMS.</p>
<p>“What if there was software with the elegance and extensibility of WordPress but all the features you’ve come to expect from social networks like Facebook? Now there is: <a href="http://buddypress.org/">check out BuddyPress</a>. BuddyPress is an official sister project of WordPress. The idea behind it was to see what would happen to the web if it was as easy for anyone to create a social network as it is to create a blog today. There’s been an explosion of social activity on the web, it’s probably the most important trend of the past few years, but there’s been a dearth of Open Source tools that enable the social web. In WordPress we have a robust and extensible base that can scale to many millions of users, and BuddyPress is essentially a set of plugins on top of WordPress that add private messaging, profiles, friends, groups, activity streams, and everything else you’ve come to expect from your favorite social network, like a Facebook-in-a-box.”</p>
<p>To take a look at the BuddyPress demo site, visit: <a href="http://testbp.org/">http://testbp.org/</a></p>
<p>BuddyPress includes user profiles, private messaging, friends / buddylists, groups, activity streams, a wall / stream like section called “the wire” for status updates and tweet-like on-site micro-blogging, in addition to multi-user blogs and forums. I use this same profile quite a lot in building social networks with Drupal using Panels, Advanced Profile Kit, Buddylist, Private Message, Flag, Activity Stream, Views, CCK, Content Profile / Bio, Organic Groups, and other modules. Because of the multiple development teams managing the combination of modules needed to build the working equivalent of this in Drupal, and the 5.x / 6.x / 7.x development cycle variations + all the time assembling, theming, and debugging a social network install in Drupal&#8230; the out of the box offering from BuddyPress will be a strong challenge.</p>
<p>For examples of sites that have been built with BuddyPress, see:</p>
<p>Sample demo profile page: <a href="http://testbp.org/members/galen/">http://testbp.org/members/galen/</a></p>
<p>WannaNetwork &#8211; Online Real Estate Community: <a href="http://wannanetwork.com/">http://wannanetwork.com/</a></p>
<p>Flokka &#8211; Women in Business: <a href="http://flokka.com/">http://flokka.com/</a></p>
<p>GrungePress &#8211; Online Music Community: <a href="http://grungepress.com/">http://grungepress.com/</a></p>
<p>Working daily with both WordPress and Drupal both for web publishing and building social networks for clients, I have long felt WordPress had many advantages for single user blogs (really nice themes, for example) vs. Drupal, but lacked the module expandability to allow the construction of social networks. BuddyPress completely changes that and offers out of the box what is very challenging to build in Drupal. It could save 2 to 3 weeks development time on a complex social network site, and allowing the designer to focus work on the theme and content rather than building the module architecture.</p>
<p>My hope is that Acquia (or another company or developer) will release a “social network” installation profile for Drupal that is similar to this. Despite the large number of social networks built with Drupal, I don&#8217;t think there has been anything close to an “official” social networking profile like BuddyPress. One reason for this &#8211; and it may be related to the release of BuddyPress as a “sister project” rather than just a collection of modules that plugin to WordPress, is to create a complex social network site that deploys on an installation profile you need to install in a way that the database is pre-populated with all the correct settings, permissions, and everything is automatically positioned in the site by block, section, menu, etc. To do this in Drupal, you basically have to include a mySQL database map with the installation profile &#8211; something that I also haven&#8217;t seen often, but we are working on at TypeHost. Then you have to have a GUI layer that makes it easy for the user to transform the archetypal site structure into a personal site. From the way it looks, Automattic has done this perfectly with BuddyPress.</p>
<p>In terms of branding, the name is not the absolute best choice here in my opinion, but there must have been a clear reasoning behind not just releasing it as another version of WordPress, like “WordPress &#8211; SN (Social Network)” vs. “WordPress  (Blog or Standard version).” Also it is interesting that the projects seem to be on independent / co-dependent / inter-related development paths, but that BuddyPress is not being considered “the next” version of WordPress. Again, similar to Drupal, there is some decision making that sees these not as “core” modules &#8211; despite the fact that many people see them as core to the functionality of the CMS. WordPress functioning as a full social network may not be needed by the majority of single user blog publishers who use the CMS as a platform, but this release is going to make a big difference on the web. It will be interesting to chart the usership statistics of BuddyPress vs. WordPress over the next year to see how many sites adopt the new changes.</p>
<p>Summary: combined with WordPress themes and publishing ease, the addition of full social network functionality to the platform with the release of BuddyPress 1.0 is a slam dunk / home run for Automattic, bloggers, traditional WordPress users, and social network developers. Look to see this on even more websites than WordPress in the future, and to pull a lot of development away from Drupal, which still lacks a unified offering that builds a social network as simply and easily as BuddyPress.</p>
<p>This is a post from <a href="http://webdevnews.net" title="News for Web Developers">Web Dev News</a>, a site brought to you by <a href="http://xavisys.com" title="For all your web development needs">Xavisys Web Development</a>.  <br/><br/><a href="http://webdevnews.net/2009/05/automattic-releases-buddypress-official-sister-project-wordpress/">Automattic releases BuddyPress &#8211; Official “Sister Project” to WordPress</a></p>
]]></content:encoded>
			<wfw:commentRss>http://webdevnews.net/2009/05/automattic-releases-buddypress-official-sister-project-wordpress/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Acquia Drupal Released with Partnership Opportunities for Developers</title>
		<link>http://webdevnews.net/2008/10/acquia-drupal-released-with-partnership-opportunities-for-developers/</link>
		<comments>http://webdevnews.net/2008/10/acquia-drupal-released-with-partnership-opportunities-for-developers/#comments</comments>
		<pubDate>Mon, 13 Oct 2008 12:49:39 +0000</pubDate>
		<dc:creator>Jeffrey Scott -TypeHost Web Development</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Acquia]]></category>
		<category><![CDATA[Mollom]]></category>

		<guid isPermaLink="false">http://webdevnews.net/?p=239</guid>
		<description><![CDATA[The Acquia Drupal distribution was released last week along with a new theme called Acquia Marina. After spending the last week working with both designing a new site for a client, I would summarize the situation by saying there are really only “two clicks” worth of difference between Drupal 6.x and Acquia Drupal. Those two [...]<p>This is a post from <a href="http://webdevnews.net" title="News for Web Developers">Web Dev News</a>, a site brought to you by <a href="http://xavisys.com" title="For all your web development needs">Xavisys Web Development</a>.  <br/><br/><a href="http://webdevnews.net/2008/10/acquia-drupal-released-with-partnership-opportunities-for-developers/">Acquia Drupal Released with Partnership Opportunities for Developers</a></p>
]]></description>
			<content:encoded><![CDATA[<p>The Acquia Drupal distribution was released last week along with a new theme called Acquia Marina. After spending the last week working with both designing a new site for a client, I would summarize the situation by saying there are really only “two clicks” worth of difference between Drupal 6.x and Acquia Drupal. Those two clicks enable or disable two modules known as “Acquia Agent” and “Acquia Site Information”. Installing the site, you see the Acquia logo rather than the familiar Drupal “drop” avatar through the first stages of the process, and then the profile defaults to a set-up with the two Acquia modules enabled. The modules encourage you to register your site with Acquia for tech support and automatic update information. Turning these modules off defaults the site to a standard D6 install with around 20 extra modules already included. This can save some time in configuring a new site, as you don’t have to search, download, and upload again the 3rd party module files. Otherwise, there isn’t anything particularly dramatic or unexpected in this new release.</p>
<p><span id="more-239"></span></p>
<p>With regards to the Acquia modules, the quick details from the admin panel are:</p>
<p><strong>Acquia Agent    1.0.0-ISR </strong></p>
<p>“Allows Drupal to securely communicate with the Acquia Network, and checks for updates to Acquia Drupal.”</p>
<p><strong>Acquia Site Information    1.0.0-ISR </strong></p>
<p>“Sends a site profile including Acquia Drupal version, platform and module information; number of posts, comments and users; as well as file hashes and file meta-information on files in the system to the Acquia Network to facilitate support and update notifications.”</p>
<p>The result is a display panel in the admin section on every page that encourages you to register with Acquia for support services:</p>
<p>&#8220;Please enter your Acquia Network subscription keys on the settings page. Complete your Drupal experience. Subscribe to the Acquia Network to:</p>
<ul>
<li>Contact dedicated Drupal support professionals.</li>
<li>Access your operations dashboard integrated across multiple Drupal sites.</li>
<li>Assign and manage tasks across distributed website teams.</li>
<li>Extend your Drupal sites with cloud-based services.</li>
</ul>
<p>To learn more, visit the <a href="https://acquia.com/product-matrix" target="_self">Acquia Network Services</a> overview page.&#8221;</p>
<p>In visiting the Acquia Network Services page, you are encouraged to sign up for a “subscription”. There is a free offer for a single server site, “community,” while the cost for other subscriptions runs $500 to $3200 for a “standard” subscription, $1900 to $10,000 for a “professional” subscription, and $4300 to $20,000 for an “enterprise” subscription. There is also an “elite” service where the prices are not listed. What does this include?</p>
<p>With the free “community” subscription and the “standard,” you get access to the documentation library, update notifications, uptime monitoring, code modification detection, and remote cron activation. There is also a limited version of Mollom anti-spam included. You are basically restricted to the forums for support requests at these levels of participation. With the “standard” subscription you also buy tech support for installation, configuration, and other problems via email.</p>
<p>With the “pro” and “elite” subscriptions, you can buy quicker tech support services that include phone support. With a pro account, you should receive a response within 6 hours and with elite within 2 hours, compared to a 2 day lag with a standard account. The two advanced accounts include up to 8 hours of “advisory” support per year, which includes advice on module selection, module development, security best practices, performance, and architecture. 24/7 tech support is a $10,000 upgrade per year, but is included with elite accounts.</p>
<p>Pre-release, the major spin on the Acquia installation profile was that it would be a way to market Drupal tech support services to a Fortune 5000 crowd, major corporate clients. I think it will be successful in that, and Acquia should have a bright immediate future, considering the concentration of Drupal development talent that is involved with the company. For the majority of web designers and people using Drupal for their websites, I don’t think the subscription option is going to be something they choose. Nevertheless, using the “two clicks” option, they can use all or most of the tools included with the Acquia profile for free, and forgo the paid tech support services. This is the best of both worlds.</p>
<p>The Acquia Marina theme was released independently of the Acquia Drupal download on the drupal.org site. It is a nice theme with a tab-based drop down menu structure, a three part preface region above the content, and 15 defined regions overall, as well as a nice color scheme. The Acquia Marina theme has an advanced feature in the configuration section where you can adjust the settings for pages, breadcrumbs, and display that I haven’t seen on other themes yet. I put it through a lot of modifications with CSS, and ran into a few problems with icon support in the navigation on the right side, a z-index nightmare with transparent images and the drop down menu, and some cross-browser display issues. Nevertheless, it has already become one of the most popular themes for Drupal within the user community.</p>
<p>To take full advantage of the Acquia Drupal release, it looks like it is necessary for developers to partner with the company. Acquia has been organizing a series of webinars to promote these partnerships, stating:</p>
<p>“The Acquia Partner Program has been designed to accommodate Drupal service providers of every size &#8211; from sole practitioners to development shops large and small. If you offer Drupal services, I&#8217;d love for you to attend the webinar and join firms like Raincity Studios, Mediacurrent, Cyrve, Linnovate, and Charles River Web in the Acquia Partner Program.”</p>
<p>“This event will provide an in-depth overview of the Acquia Partner program. If your organization designs, builds and/or implements Drupal solutions for third party clients, then I encourage you to attend and learn about how Acquia can work with you to grow the market for Drupal solution offerings.”</p>
<p>Rather than changing the Drupal CMS, the Acquia distribution seems more intended to enhance the way people develop, collaborate, and maintain websites built on the platform, and to create a more marketable business model for these services. It should nevertheless become a standard way of working with Drupal for designers looking to save time in setting up a site, and I hope it leads to more installation profiles created with the same professionalism targeting unique implementation solutions.</p>
<p>For those who would like to try out Acquia Drupal, the files can be downloaded at:</p>
<p><strong>Acquia Drupal:</strong></p>
<p><a href="http://acquia.com/downloads" target="_self">http://acquia.com/downloads</a></p>
<p><strong>Related &#8211; The Acquia Marina Theme:</strong></p>
<p><a href="http://drupal.org/project/acquia_marina " target="_self">http://drupal.org/project/acquia_marina </a></p>
<p><strong>Modules Included with the Acquia Drupal Distribution:</strong></p>
<ul>
<li>acquia_agent</li>
<li>acquia_spi</li>
<li>admin_menu</li>
<li>advanced_help</li>
<li>cck</li>
<li>filefield</li>
<li>fivestar</li>
<li>google_analytics</li>
<li>image</li>
<li>imageapi</li>
<li>imagecache</li>
<li>imagefield</li>
<li>markdown</li>
<li>mollom</li>
<li>pathauto</li>
<li>print</li>
<li>tagadelic</li>
<li>token</li>
<li>views</li>
<li>votingapi</li>
</ul>
<p>This is a post from <a href="http://webdevnews.net" title="News for Web Developers">Web Dev News</a>, a site brought to you by <a href="http://xavisys.com" title="For all your web development needs">Xavisys Web Development</a>.  <br/><br/><a href="http://webdevnews.net/2008/10/acquia-drupal-released-with-partnership-opportunities-for-developers/">Acquia Drupal Released with Partnership Opportunities for Developers</a></p>
]]></content:encoded>
			<wfw:commentRss>http://webdevnews.net/2008/10/acquia-drupal-released-with-partnership-opportunities-for-developers/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Acquia Gets Ready for Release of Carbon – Commercially Supported Drupal</title>
		<link>http://webdevnews.net/2008/08/acquia-gets-ready-for-release-of-carbon-commercially-supported-drupal/</link>
		<comments>http://webdevnews.net/2008/08/acquia-gets-ready-for-release-of-carbon-commercially-supported-drupal/#comments</comments>
		<pubDate>Mon, 25 Aug 2008 23:04:14 +0000</pubDate>
		<dc:creator>Jeffrey Scott -TypeHost Web Development</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Acquia]]></category>
		<category><![CDATA[Carbon]]></category>
		<category><![CDATA[corporate web development]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[professional support network]]></category>

		<guid isPermaLink="false">http://webdevnews.net/?p=5</guid>
		<description><![CDATA[One project that is generating a lot of buzz throughout the Drupal development community is the upcoming release of “Carbon”. Carbon is the first “commercially supported” release of Drupal from Acquia, a start-up company launched by Drupal founder Dries Buytaert. According to the Acquia website, “The Carbon distribution will include the Drupal 6 core release [...]<p>This is a post from <a href="http://webdevnews.net" title="News for Web Developers">Web Dev News</a>, a site brought to you by <a href="http://xavisys.com" title="For all your web development needs">Xavisys Web Development</a>.  <br/><br/><a href="http://webdevnews.net/2008/08/acquia-gets-ready-for-release-of-carbon-commercially-supported-drupal/">Acquia Gets Ready for Release of Carbon – Commercially Supported Drupal</a></p>
]]></description>
			<content:encoded><![CDATA[<div id="attachment_19" class="wp-caption alignleft" style="width: 270px"><a href="http://webdevnews.net/wp-content/uploads/2008/08/acquia-logo-small_1.gif"><img class="size-full wp-image-19" title="Acquia - Value-added software products and services for the Drupal" src="http://webdevnews.net/wp-content/uploads/2008/08/acquia-logo-small_1.gif" alt="acquia logo small 1 Acquia Gets Ready for Release of Carbon – Commercially Supported Drupal " width="260" height="81" /></a><p class="wp-caption-text">Acquia - Value-added software products and services for the Drupal</p></div>
<p>One project that is generating a lot of buzz throughout the Drupal development community is the upcoming release of “Carbon”. Carbon is the first “commercially supported” release of Drupal from Acquia, a start-up company launched by Drupal founder Dries Buytaert. According to the Acquia website, “The Carbon distribution will include the Drupal 6 core release and essential extension modules for rapidly assembling compelling social publishing sites and applications.” The main goal of Carbon will be to provide a professional support network for Drupal to further its penetration into the corporate environment. But what new features will it include, how will it be priced, and what effect will it have on the Open Source development community? These questions remain unanswered though Carbon is slated for release, possibly within the month.</p>
<h3>Drupal &amp; Corporate Web Development:</h3>
<p>Drupal already has a strong presence in corporate website development, particularly is the music industry.  The list of top clients using Drupal for their websites includes:</p>
<ul>
<li><a href="http://www.sonybmg.com/" target="_blank">SonyBMG</a></li>
<li><a href="http://warnerbrosrecords.com/" target="_blank">Warner Brothers Records</a></li>
<li><a href="http://www.observer.com/" target="_blank">New York Observer</a></li>
<li><a href="http://www.forbes.com/" target="_blank">Forbes</a></li>
<li><a href="http://www.theonion.com/" target="_blank">The Onion</a></li>
<li><a href="http://www.harvard.edu/" target="_blank">Harvard University</a></li>
<li><a href="http://www.amnesty.org/" target="_blank">Amnesty International</a></li>
</ul>
<p>Boris Mann, who works with Bryght and Raincity Studios providing Drupal web design and dedicated hosting solutions, makes the point that this success has come even as no businesses are currently marketing Drupal to top level corporations. He writes, “Acquia, with its funding, business model, and approach, will be/is focused on delivering to the Global Fortune 1000 / Fortune 10000 enterprise customer &#8230; most of whom have never heard of Drupal at the CxO level.” Acquia will be offering certifications to developers who want to offer industry standards or benchmarks to their clients as a proof their skills in order to attract a higher salary. In addition to this, they will be providing full technical support for the CMS to clients who purchase the Carbon license.</p>
<p><span id="more-5"></span></p>
<h3>The End of Open Source?</h3>
<p>Many users worry that this development spells the end of Drupal as an open source software platform. With a commercial version available, the reasoning goes, developers will migrate to support paid and proprietary solutions, neglecting the community that gave birth to Drupal. Some suggest Drupal could start down a path of paid modules and plug-ins similar to that that which revolves around the Joomla CMS, something that has largely been absent from Drupal except for in the realm of theme development. However, such worries if often voiced remain unfounded. Plans are currently underway to transfer the Drupal trademark to the non-profit Drupal Association for long-term management. The GPL license is in no danger of being revoked, and even the new release of Carbon will be available for all users free of cost. It seems the only thing Acquia will be charging for is technical support and development assistance for clients who want to use the new version. Carbon will be more like an “installation profile” combining the Drupal core with a set of popular and reliable modules that is released together and supported by Acquia.</p>
<h3>A Message from the Founder:</h3>
<p>To put these fears to rest, Drupal founder Dries Buytaert posted the following statement on a thread at drupal.org discussing the release of Carbon:</p>
<blockquote><p>Acquia is in the business of providing support. Carbon is a set of publicly available modules that we choose to provide support for. We can&#8217;t possibly support all modules, so we have to draw a circle around the modules that we will support. Carbon is that circle. Carbon will be GPL, and by design, everyone will be able to use and work with Carbon if they choose to do so. You don&#8217;t have to pay Acquia if you want to use Carbon &#8212; you only have to pay Acquia if you want Acquia to provide you support for Carbon. If you want to pay company ABC to provide you support for Carbon, that is allowed by all means. Furthermore, Acquia is developing Carbon on drupal.org &#8230; Acquia employees are actively contributing on d.o &#8212; both to core and to contributed modules. We&#8217;re an active participant in the Drupal community just like many other companies/people are. We submitted a good amount of patches and these patches, if accepted by their maintainers, will end up in both Carbon as well as the individual modules that you can download directly from drupal.org. I&#8217;ve been working on Drupal for many years and Acquia is my company. I know how Open Source works, I know the Drupal community inside out, I know how companies should work with the community, and I have no intention whatsoever to destroy my own child.”</p></blockquote>
<h3>Carbon – Pre Release Specs:</h3>
<p>So if Carbon is no danger to the open source development community, and will be equally available and shared by all, what sets it apart other than its offer of technical support? As stated above, Carbon will be more of an installation profile, containing the Drupal core bundled together with modules and extensions that make it an optimal system for development purposes. How it will be themed remains a mystery, but preliminary reports are that it will include these modules:</p>
<ul>
<li>Page layout: Panels 2</li>
<li>Custom content: CCK, Date, Imagefield, File</li>
<li>Views: Views 2</li>
<li>Lightweight markup: Marksmarty</li>
<li>WYSIWYG: Kupu (Discuss WYSIWYG editors here)</li>
<li>Scheduled publishing: Workflow, Actions</li>
<li>Image management: As fields &#8211; Imagefield, Imagecache; As nodes &#8211; Image, Image assist</li>
<li>Events: Calendar</li>
<li>Forums: Forum</li>
<li>Comment spam filter: Mollom</li>
<li>Social bookmarks: TBD</li>
<li>Content rating: Voting API, Fivestar</li>
<li>Search: in core, ApacheSolr</li>
<li>Categorization: in core</li>
<li>RSS: in core</li>
<li>Content aggregation: tbd</li>
<li>Workflow: Workflow</li>
<li>Content versioning: Core, Diff</li>
<li>Tag clouds: Tagadelic</li>
<li>SEO URLs: Pathauto</li>
<li>Utilities: Primary Tag, Custom pager, JS Tools, Google Maps, Google Analytics, Wiki freelinks</li>
<li>Import / migration: tbd</li>
<li>Authentication: Persistent login, Securesite, LDAP, OpenID</li>
<li>User Groups: Organic groups</li>
<li>Email gateway: tbd</li>
<li>Email notification: Subscriptions</li>
</ul>
<p>The combination of Mollom (Anti-Spam) and Spokes (Automatic Update Alerts), both proprietary new developments from Acquia with the release makes Carbon all the more interesting. If all goes as planned, look for Carbon to give a huge boost to the Drupal community when it is released this fall, and spur another influx of new users to the CMS. The roll out of a customized, corporate-level release of this popular CMS directly from the office of its founder, and bringing all the best in Drupal modules created over years of development by thousands of coders into one package is sure to be a blockbuster. Look for an official release of Carbon somewhere between September and November of 2008.</p>
<p>This is a post from <a href="http://webdevnews.net" title="News for Web Developers">Web Dev News</a>, a site brought to you by <a href="http://xavisys.com" title="For all your web development needs">Xavisys Web Development</a>.  <br/><br/><a href="http://webdevnews.net/2008/08/acquia-gets-ready-for-release-of-carbon-commercially-supported-drupal/">Acquia Gets Ready for Release of Carbon – Commercially Supported Drupal</a></p>
]]></content:encoded>
			<wfw:commentRss>http://webdevnews.net/2008/08/acquia-gets-ready-for-release-of-carbon-commercially-supported-drupal/feed/</wfw:commentRss>
		<slash:comments>27</slash:comments>
		</item>
	</channel>
</rss>

