<?xml version="1.0"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>SilverStripe.org Blog</title>
		<link>http://www.silverstripe.org/blog/</link>
		<atom:link href="http://www.silverstripe.org/blog/" rel="self" type="application/rss+xml" />
		<description></description>

		
		<item>
			<title>SilverStripe 2.4 beta release brings hierarchical URLs, SQL Server support, and much more</title>
			<link>http://www.silverstripe.org/silverstripe-2-4-beta-release-brings-hierarchical-urls-sql-server-support-and-much-more/</link>
			<description>&lt;p&gt;&lt;img class=&quot;right&quot; src=&quot;http://www.silverstripe.org/assets/screenshots/_resampled/ResizedImage215167-SilverStripe-CMS-2.4-badge.png&quot; alt=&quot;Screenshot of SilverStripe 2.4&quot; width=&quot;215&quot; height=&quot;167&quot; title=&quot;&quot; /&gt;We're extremely excited to announce SilverStripe v2.4 is now at beta release stage!&lt;/p&gt;
&lt;p&gt;This means it's ready for testing by our community. We've made a number of changes since the 2.4 alpha release in November, and we're continuing to polish the intended features in preparation for the stable version. We do not recommend using this version of SilverStripe for production sites yet unless extensive testing is done.&lt;/p&gt;
&lt;p&gt;Regular readers of our blog may want to read the &lt;a href=&quot;http://open.silverstripe.org/wiki/ChangeLog/2.4.0-beta1&quot;&gt;changelog&lt;/a&gt; for a full list of recent changes, the highlights of which are detailed below.&lt;/p&gt;
&lt;p&gt;The SilverStripe 2.4 release is all about using SilverStripe in bigger and more complex production environments and it brings a wealth of great features.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Download &lt;a href=&quot;http://www.silverstripe.org/assets/downloads/SilverStripe-v2.4.0-beta1.tar.gz&quot; target=&quot;_blank&quot;&gt;SilverStripe-v2.4.0-beta1.tar.gz&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;&lt;strong&gt;Hierarchical URLs&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;If your website contains hundreds or thousands of pages, you may find the default way SilverStripe handles friendly URLs a little limiting. For instance:&lt;/p&gt;
&lt;pre&gt;http://website.com/new-york-staff-john-smith/&lt;/pre&gt;
&lt;p&gt;With&lt;strong&gt; &lt;/strong&gt;hierarchical URLs, the address for such a page might be:&lt;/p&gt;
&lt;pre&gt;http://website.com/offices/new-york/staff/john-smith/&lt;/pre&gt;
&lt;p&gt;One of the principles of this feature is that it provides a logical &quot;bread crumb&quot; for a page. Each segment in the URL (as separated by a slash symbol) is a page in itself that can be visited. Hierarchical URLs also reduce the problem of &quot;running out&quot; of URLs, where you might be forced to have URLs like http://website.com/staff-2/. SilverStripe will allow you to run the website in either simple or hierarchical URL mode, so that for simple websites you can retain short, memorable website addresses.&lt;br /&gt;&lt;br /&gt;Huge thanks go to &lt;a href=&quot;http://www.silverstripe.org/ForumMemberProfile/show/2713&quot;&gt;Andrew Short&lt;/a&gt;, a member of our developer community based in Australia, who is responsible for writing most of this feature.&lt;/p&gt;
&lt;h3&gt;Microsoft SQL Server Database support&lt;br /&gt;&lt;/h3&gt;
&lt;p&gt;There is strong demand for SilverStripe to run on the Microsoft platform&amp;mdash;in recent months there have been more than 36,000 downloads via &lt;a href=&quot;http://www.microsoft.com/web/gallery/SilverStripe.aspx&quot;&gt;the Microsoft.com web application gallery&lt;/a&gt; alone. We have therefore worked hard to allow SilverStripe to natively run on a SQL Server 2008 database, eliminating the requirement to run SilverStripe on MySQL (though, of course, it still runs great on MySQL). We're really happy with the results, and we have government websites like &lt;a href=&quot;http://www.gw.govt.nz&quot;&gt;www.gw.govt.nz&lt;/a&gt; already running on this platform.&lt;/p&gt;
&lt;p&gt;Running SilverStripe on SQL Server requires the installation of the &lt;a href=&quot;http://www.silverstripe.org/microsoft-sql-server-database-module/&quot;&gt;SilverStripe SQL Server module&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;PostgreSQL database support&lt;br /&gt;&lt;/h3&gt;
&lt;p&gt;SilverStripe 2.4 can also run on a PostgreSQL 8.3 or later database. Our testing of this is not as extensive as it has been for Microsoft SQL Server, so we'd love people to install this version of SilverStripe with the &lt;a href=&quot;http://www.silverstripe.org/postgresql-module/&quot;&gt;PostgreSQL Database Support module&lt;/a&gt; and let us know how it goes.&lt;/p&gt;
&lt;h3&gt;Performance and memory use optimisations&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Memory use optimisations mean that the CMS back-end interface for the &quot;Site Content&quot; section easily scales to well over 10,000 pages.&lt;/li&gt;
&lt;li&gt;Performance improvements around Object and ViewableData property access.&lt;/li&gt;
&lt;li&gt;Improved unit test execution speed.&lt;/li&gt;
&lt;li&gt;Decreased memory usage in &quot;Files &amp;amp; Images&quot; section.&lt;/li&gt;
&lt;li&gt;Tested that SilverStripe is compatible with Microsoft's new &lt;a href=&quot;http://www.iis.net/extensions/WinCacheForPHP&quot;&gt;WinCache&lt;/a&gt; PHP bytecode cache. Anecdotal tests show that WinCache provides a 50% speed improvement in generating SilverStripe webpages.&lt;/li&gt;
&lt;li&gt;Ability to cache parts of templates, providing a middle ground between the speed of fully cached pages and the richness of fully dynamic database-driven pages.&lt;/li&gt;
&lt;li&gt;Batch action handling handles larger tree structures, provides better visual feedback, and respects permissions on individual pages.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Introducing roles&lt;/h3&gt;
&lt;p&gt;SilverStripe has long had support for setting granular security permissions on pages. Users can be a member of one or more groups, and groups can be configured to have various system rights, and various view and edit permissions on a page-by-page basis. This provides a great deal of flexibility, but in complex organisations the task of setting up the permission structures can mean spending a lot of time creating security groups.&lt;/p&gt;
&lt;p&gt;Managing more complex security configurations has been eased in SilverStripe 2.4 with the introduction of roles. Roles allow groupings of people to be:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Assigned the same system rights (e.g. access to create pages but not create users.)&lt;/li&gt;
&lt;li&gt;Assigned those rights to different sections of a website (e.g. news section, product catalogue, corporate profile, etc.)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This simplifies maintenance of the rights and users for large organisations. It makes permissions less repetitive to set up. Roles may be overkill in simple situations, and therefore their use is optional.&lt;/p&gt;
&lt;h3&gt;Other security features&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;A group can be limited to only edit a certain language in the CMS.&lt;/li&gt;
&lt;li&gt;Team members can get permissions to see the draft version of a page in preview mode without requiring CMS access.&lt;/li&gt;
&lt;li&gt;Pages of type &quot;Virtual Page&quot; have improved stability in regards to their permission control, translation and publication.&lt;/li&gt;
&lt;li&gt;More fine-grained permission control for translators&lt;/li&gt;
&lt;li&gt;Better XSS security of the autologin token by using HTTPOnly cookies&lt;/li&gt;
&lt;li&gt;More secure against brute force login attempts&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Other key improvements&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;A &quot;SiteConfig&quot; record stores site-wide settings and default permissions and author groups for pages. Such settings can be set differently for different languages used on your website. A example setting is the theme your site uses, although this still be set at the code level. &lt;/li&gt;
&lt;li&gt;The CMS now searches for broken internal links to other pages and broken file references, and highlights them in the WYSIWYG editor. A report can be used to show broken links across the website.&lt;/li&gt;
&lt;li&gt;Improved API to allow custom tags to be parsed within CMS content before being presented on webpages.&lt;/li&gt;
&lt;li&gt;Improved reporting API to unify the CMS sidebar reports and full-page reports on their own section. It's easier to add custom filters to reports.&lt;/li&gt;
&lt;li&gt;Added dropdown to choose from existing anchor links when inserting a link from the CMS sidebar.&lt;/li&gt;
&lt;li&gt;Improved broken link detection&lt;/li&gt;
&lt;li&gt;Removed the jsparty/ toplevel folder, and moved all its dependencies into sapphire/thirdparty and cms/thirdparty&lt;/li&gt;
&lt;li&gt;More than 350 bugfix and enhancement commits, plus over 200 minor changes&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Full changelog&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;See &lt;a href=&quot;http://open.silverstripe.org/wiki/ChangeLog/2.4.0-beta1&quot;&gt;http://open.silverstripe.org/wiki/ChangeLog/2.4.0-beta1&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Want to help out?&lt;/h3&gt;
&lt;p&gt;We'd love for you to download this release, test it, and raise articulate bug reports. In particular, we are interested in:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Testing that upgrades from older versions of SilverStripe go smoothly.&lt;/li&gt;
&lt;li&gt;Testing the new features, like hierarchical URLs, SQL Server, and PostgreSQL.&lt;/li&gt;
&lt;li&gt;Manually testing that all CMS features work as intended.&lt;/li&gt;
&lt;li&gt;Testing across various hosting environments, operating systems, PHP versions, and web browsers.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;To raise a bug, log in at &lt;a href=&quot;http://open.silverstripe.org/&quot;&gt;open.silverstripe.com&lt;/a&gt; and create a &lt;em&gt;new ticket&lt;/em&gt;. When adding a ticket, be sure to specify the version as &lt;em&gt;2.4.0 beta&lt;/em&gt;.&lt;/p&gt;</description>
			<pubDate>Fri, 05 Feb 2010 20:27:00 +1300</pubDate>
			
			
			<guid>http://www.silverstripe.org/silverstripe-2-4-beta-release-brings-hierarchical-urls-sql-server-support-and-much-more/</guid>
		</item>
		
		<item>
			<title>250,000 downloads</title>
			<link>http://www.silverstripe.org/250-000-downloads-2/</link>
			<description>&lt;p&gt;2009 was a very positive year for our download statistics: we surpassed 250,000 downloads!&lt;br /&gt;&lt;br /&gt;In 2010 we look forward to growing that number significantly.&lt;/p&gt;
&lt;p&gt;Our work on SilverStripe v2.4 is almost complete and many of its new features are designed to make our software even more attractive in an even wider range of uses and environments. For instance, supporting SQL Server and Postgres databases significantly improves on SilverStripe's compatibility, and makes it an attractive option for customers who have not previously considered it. We look forward to maintaining our focus on the needs of our users and increasing market share accordingly.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;(Statisticians note: The download figure of 250,000 was determined by counting downloads from the main SilverStripe website. It includes downloads of our software via Microsoft's Web Platform Installer, which has contributed over 40,000 downloads. However, it excludes downloads of &lt;a href=&quot;http://www.silverstripe.org/daily-builds/&quot;&gt;daily builds&lt;/a&gt;, &lt;a href=&quot;http://www.silverstripe.org/subversion/&quot;&gt;subversion&lt;/a&gt;, or from external websites like SourceForge. It also excludes the tens of thousands of copies that have been bundled on magazine cover discs and with the &lt;a href=&quot;http://www.silverstripe.org/german-book-released-2009/&quot;&gt;German SilverStripe book&lt;/a&gt;. Downloads of SilverStripe modules, themes, widgets, etc, are also excluded from this figure, as you should expect.)&lt;/em&gt;&lt;/p&gt;</description>
			<pubDate>Fri, 05 Feb 2010 10:00:00 +1300</pubDate>
			
			
			<guid>http://www.silverstripe.org/250-000-downloads-2/</guid>
		</item>
		
		<item>
			<title>SilverStripe 2.3.5 released</title>
			<link>http://www.silverstripe.org/silverstripe-2-3-5-released/</link>
			<description>&lt;p&gt;Yesterday we released an &lt;a href=&quot;http://groups.google.com/group/silverstripe-announce/browse_thread/thread/f51749342eee9456?hl=en&quot;&gt;update to the SilverStripe CMS&lt;/a&gt;. As it fixes security vulnerabilities in our software, we recommend that production websites should upgrade to this version.&lt;/p&gt;
&lt;p&gt;No API changes are generated in this release, so existing modules and websites should upgrade easily. Related to this release, we also issued a &lt;a href=&quot;http://groups.google.com/group/silverstripe-announce/browse_thread/thread/71db7e1c680456d2?hl=en&quot;&gt;security update for the SilverStripe forum module&lt;/a&gt;.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://open.silverstripe.org/wiki/ChangeLog/2.3.5&quot;&gt;Changelog &lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Download &lt;a href=&quot;http://www.silverstripe.org/assets/downloads/SilverStripe-v2.3.5.tar.gz &quot; class=&quot;broken&quot;&gt;SilverStripe-v2.3.5.tar.gz&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Post bug reports as usual at &lt;a href=&quot;http://open.silverstripe.com/&quot;&gt;open.silverstripe.com&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://doc.silverstripe.org/doku.php?id=upgrading&quot;&gt;standard SilverStripe upgrade notes&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;On the topic of security, we recently &lt;a href=&quot;http://groups.google.com/group/silverstripe-dev/browse_thread/thread/8eea5e5ecdebaa10&quot;&gt;updated developer documentation on security&lt;/a&gt; that we suggest SilverStripe developers read.&lt;/p&gt;</description>
			<pubDate>Fri, 22 Jan 2010 12:00:00 +1300</pubDate>
			
			
			<guid>http://www.silverstripe.org/silverstripe-2-3-5-released/</guid>
		</item>
		
		<item>
			<title>Join us at Linux.Conf.Au Open Day</title>
			<link>http://www.silverstripe.org/join-us-at-linux-conf-au-2010-open-day/</link>
			<description>&lt;p&gt;A free event for people interested in open source software will be held at the Wellington Town Hall this Saturday, 23 January. Running from 11am to 2pm, the open day is a rare opportunity to meet key people from around the world committed to the open source movement.&lt;/p&gt;
&lt;p&gt;The day comprises exhibition booths showcasing open source software, a number of talks, and fun activities for kids as well as hardware and software hackers. The open day is the final event in the week-long &lt;a href=&quot;http://www.lca2010.org.nz&quot;&gt;Linux.Conf.Au conference&lt;/a&gt;, which has placed Wellington at the epicenter of the global open source movement. We hope to see you there - you'll find us at table number 15.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.lca2010.org.nz/programme/open_day&quot;&gt;Learn more from the LCA2010 website.&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href=&quot;http://www.gnome.org/~gman/OpenDay-publicity-poster.pdf&quot;&gt;&lt;img class=&quot;leftAlone&quot; src=&quot;http://www.silverstripe.org/assets/photos/_resampled/ResizedImage483705-linux.conf.au-openday-2010.jpg&quot; alt=&quot;LCA 2010 Open Day Poster&quot; width=&quot;483&quot; height=&quot;705&quot; title=&quot;&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
			<pubDate>Thu, 21 Jan 2010 12:00:00 +1300</pubDate>
			
			
			<guid>http://www.silverstripe.org/join-us-at-linux-conf-au-2010-open-day/</guid>
		</item>
		
		<item>
			<title>SilverStripe recognised in global software award</title>
			<link>http://www.silverstripe.org/silverstripe-recognised-in-global-software-award/</link>
			<description>&lt;p&gt;&lt;img class=&quot;right&quot; src=&quot;http://www.silverstripe.org/assets/Logos/packtpub-2009-award-logo-114x60.jpg&quot; alt=&quot;Packtpub 2009 CMS Awards Logo&quot; width=&quot;114&quot; height=&quot;60&quot; title=&quot;&quot; /&gt;Every year Packt Publishing, a tech book publisher, runs a global award for the best open source CMS. In 2009, SilverStripe had its best result yet.&lt;/p&gt;
&lt;p&gt;The Packt CMS Award is a major award: many thousands of people around the world rate their favourite CMS, before judges thoroughly evaluate the most popularly voted software. There is no more significant worldwide competition that rates open source or proprietary content management platforms, so we're very proud of our year-on-year progress:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;2007&lt;/strong&gt;: Finalist (Top 5) in 'Most Promising' (Products under 2 years old) category &lt;/li&gt;
&lt;li&gt;&lt;strong&gt;2008&lt;/strong&gt;: Winner of 'Most Promising' category (USD2000 prize)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;2009&lt;/strong&gt;: Finalist (Top 3) in 'Best Overall CMS', a highly competitive category (USD2000 prize)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Judges of the award announced WordPress as the 2009 winner, rating SilverStripe second, tied with Modx. Damian Carville, Marketing Manager at Packt Publishing, said SilverStripe received 17% of the 23,000 public votes. This number is significant when you consider that there were 5 finalists, and some finalists such as WordPress and DotNetNuke have significantly older and thus larger communities who can vote. To be a finalist, SilverStripe had to gain public support in the form of nominations, and beat out dozens of other nominated products.&lt;/p&gt;
&lt;p&gt;We asked the judges to offer feedback on what they rated as the strengths of our software and what their overall view of our software was. We also asked, if they were in the position of managing our software, what they would focus on adding or improving. Bryan Ruby from CMS Report.com responded to our request in &lt;a href=&quot;http://cmsreport.com/content/2009/12/judging-five-overall-best-content-management-systems&quot;&gt;a public blog post&lt;/a&gt;, and said the following about SilverStripe:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;I mentioned at the start of &lt;a href=&quot;http://cmsreport.com/content/2009/12/judging-five-overall-best-content-management-systems&quot;&gt;this review&lt;/a&gt; that you can't choose a CMS solely on the criteria but also on how well it meets your project requirements. For the CMS projects that I'm routinely involved with, SilverStripe would likely be my first choice of the five CMS finalists in this category. My placement of SilverStripe in the number three spot is likely more a reflection that both WordPress and DotNetNuke are more mature applications and SilverStripe is still needing some room to grow as a full featured application.&lt;br /&gt;&lt;br /&gt;Although SilverStripe is one of the youngest open source projects among the finalists, the availability of &lt;a href=&quot;http://doc.silverstripe.org/doku.php&quot; class=&quot;ext&quot;&gt;relevant documentation&lt;/a&gt; on its website scored high with me. The SilverStripe community has done a great job in mixing text, videos, and graphics to provide quality documentation that can't be matched by many of the open source projects I visit on a regular basis. If you take a deeper look into SilverStripe, you'll also find that SilverStripe also scores well in ease of installation, customization, and usability.&lt;br /&gt;&lt;br /&gt;The one area where I thought SilverStripe could improve was in the availability of themes and perhaps even the quantity of available modules. Again though, SilverStripe's project community is still relatively young and with time there should be no doubt we'll be seeing a continued increase of themes and modules made available for SilverStripe.&lt;/p&gt;
&lt;table border=&quot;0&quot; align=&quot;center&quot; style=&quot;width: 250px; height: 214px;&quot;&gt;
&lt;tfoot&gt; 
&lt;tr&gt;
&lt;td&gt;Ease  of Installation&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;4&lt;br /&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Ease   of Use (Usability)&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;&lt;strong&gt;4&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Documentation   on project's website&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;&lt;strong&gt;5&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Scalability   (extension/plugins)&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;&lt;strong&gt;4&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Availability   of themes&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;&lt;strong&gt;3&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Security  measures&lt;br /&gt;&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;&lt;strong&gt;4&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Performance&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;&lt;strong&gt;4&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Ease of Customization&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;&lt;strong&gt;4&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style=&quot;background-color: #c0c0c0;&quot;&gt;
&lt;td&gt;&amp;nbsp;&lt;strong&gt;Total Points&lt;/strong&gt;&lt;br /&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;31&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tfoot&gt;
&lt;/table&gt;
&lt;/blockquote&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;We'd like to thank the judges for their time and Packt Publishing for running the awards. We're also grateful to Packt for the $2000 prize - this will be spent on furthering our open source software. Lastly, and importantly, we'd like to thank our user and developer community for voting for us!&lt;/p&gt;</description>
			<pubDate>Tue, 12 Jan 2010 16:48:00 +1300</pubDate>
			
			
			<guid>http://www.silverstripe.org/silverstripe-recognised-in-global-software-award/</guid>
		</item>
		
		<item>
			<title>Microsoft WinCache benchmarks show 2x performance boost</title>
			<link>http://www.silverstripe.org/microsoft-wincache-benchmarks-show-2x-performance-boost/</link>
			<description>&lt;p&gt;Running SilverStripe on your Windows environments has just become faster!&lt;/p&gt;
&lt;p&gt;Benchmarking done by our European partner &lt;a href=&quot;http://www.silverstripe.com/ibuildings&quot;&gt;iBuildings&lt;/a&gt; shows some dramatic performance improvements with Microsoft's new &lt;a href=&quot;http://www.iis.net/expand/wincacheforphp&quot;&gt;WinCache 1.0 PHP bytecode cache&lt;/a&gt;. The release of WinCache means that the past performance disadvantage of running SilverStripe on the Windows IIS web server (as opposed to Apache on Linux) has been largely eliminated. Microsoft describes the tool as containing three caches:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;an opcode file cache, just like the one that &lt;a href=&quot;http://www.php.net/manual/en/intro.apc.php&quot;&gt;APC&lt;/a&gt; provides to cache compiled PHP code; &lt;/li&gt;
&lt;li&gt;a file cache to help when your PHP scripts run on remote servers; and&lt;/li&gt;
&lt;li&gt;a relative file cache to cache relative file paths when you are running PHP scripts on remote servers. &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;WinCache therefore makes SilverStripe webpages and the CMS load much faster. iBuildings' &lt;a href=&quot;http://techportal.ibuildings.com/2009/11/19/php-on-windows-the-wincache-1-0-benchmark./&quot;&gt;benchmarks&lt;/a&gt; showed that WinCache roughly doubles the performance:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://techportal.ibuildings.com/2009/11/19/php-on-windows-the-wincache-1-0-benchmark./&quot;&gt;&lt;img class=&quot;leftAlone&quot; src=&quot;http://www.silverstripe.org/assets/screenshots/ibuildings-wincache-1.0-wordpress-silverstripe-stats.png&quot; alt=&quot;iBuildings benchmarks of Wincache&quot; width=&quot;552&quot; height=&quot;457&quot; title=&quot;&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The exact performance improvement you might see will vary but you can rest assured that your website will run much quicker. We'd love to know the level of performance increase you find using WinCache.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
			<pubDate>Thu, 07 Jan 2010 09:56:00 +1300</pubDate>
			
			
			<guid>http://www.silverstripe.org/microsoft-wincache-benchmarks-show-2x-performance-boost/</guid>
		</item>
		
		<item>
			<title>SilverStripe 2.3.4 released</title>
			<link>http://www.silverstripe.org/silverstripe-2-3-4-released/</link>
			<description>&lt;p&gt;SilverStripe v2.3.4 has just been released! This is now the best version of our software to use. This version solves a number of bugs, some of which relate to security vulnerabilities. Thanks go to community members who identified bugs and contributed fixes to them!&lt;/p&gt;
&lt;p&gt;Download &lt;a href=&quot;http://www.silverstripe.org/assets/downloads/SilverStripe-v2.3.4.tar.gz&quot;&gt;SilverStripe-v2.3.4.tar.gz&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://doc.silverstripe.com/doku.php?id=upgrading&quot;&gt;Upgrade instructions&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://open.silverstripe.com/wiki/ChangeLog/2.3.4&quot;&gt;Changelog&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description>
			<pubDate>Mon, 30 Nov 2009 16:52:00 +1300</pubDate>
			
			
			<guid>http://www.silverstripe.org/silverstripe-2-3-4-released/</guid>
		</item>
		
		<item>
			<title>English SilverStripe book now in Wellington libraries</title>
			<link>http://www.silverstripe.org/english-silverstripe-book-now-in-wellington-libraries/</link>
			<description>&lt;p&gt;The English edition of the SilverStripe book is now in libraries in Wellington, the home of SilverStripe.&lt;/p&gt;
&lt;p&gt;Due to popular demand the books are already on loan, but you can reserve the book online through both the &lt;a href=&quot;http://library.huttcity.govt.nz/cgi-bin/spydus.exe/ENQ/OPAC/BIBENQ?ENTRY_NAME=BS&amp;amp;ENTRY=silverstripe&amp;amp;ENTRY_TYPE=K&amp;amp;NRECS=20&amp;amp;SORTS=HBT.SOVR&amp;amp;SEARCH_FORM=%2Fcgi-bin%2Fspydus.exe%2FMSGTRN%2FOPAC%2FBSEARCH&amp;amp;CF=GEN&amp;amp;ISGLB=0&quot; title=&quot;Loan the SilverStripe book from Hutt City Libraries&quot;&gt;Hutt City Libraries&lt;/a&gt; and &lt;a href=&quot;http://whekenui.wcl.govt.nz/&quot; title=&quot;Loan the SilverStripe book from Wellington City Libraries&quot;&gt;Wellington City Libraries&lt;/a&gt; websites, as seen below:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://library.huttcity.govt.nz/cgi-bin/spydus.exe/ENQ/OPAC/BIBENQ?ENTRY_NAME=BS&amp;amp;ENTRY=silverstripe&amp;amp;ENTRY_TYPE=K&amp;amp;NRECS=20&amp;amp;SORTS=HBT.SOVR&amp;amp;SEARCH_FORM=%2Fcgi-bin%2Fspydus.exe%2FMSGTRN%2FOPAC%2FBSEARCH&amp;amp;CF=GEN&amp;amp;ISGLB=0&quot; title=&quot;Loan the SilverStripe book from Hutt City Libraries&quot;&gt;&lt;img class=&quot;left&quot; src=&quot;http://www.silverstripe.org/assets/blog/_resampled/ResizedImage600552-hclibraries.png&quot; width=&quot;600&quot; height=&quot;552&quot; alt=&quot;&quot; title=&quot;&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://whekenui.wcl.govt.nz&quot; title=&quot;Loan the SilverStripe book from Wellington City Libraries&quot;&gt;&lt;img class=&quot;left&quot; src=&quot;http://www.silverstripe.org/assets/blog/_resampled/ResizedImage600553-wclibraries.png&quot; width=&quot;600&quot; height=&quot;553&quot; alt=&quot;&quot; title=&quot;&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Don't forget: the English SilverStripe book is also available to buy on &lt;a href=&quot;http://www.amazon.com/SilverStripe-Complete-Guide-CMS-Development/dp/0470681837/&quot; title=&quot;Buy the SilverStripe book at Amazon.com&quot;&gt;Amazon.com&lt;/a&gt;&lt;/p&gt;</description>
			<pubDate>Wed, 25 Nov 2009 10:31:00 +1300</pubDate>
			
			
			<guid>http://www.silverstripe.org/english-silverstripe-book-now-in-wellington-libraries/</guid>
		</item>
		
		<item>
			<title>SilverStripe 2.4 alpha release brings hierachical URLs, SQL Server support, and much more</title>
			<link>http://www.silverstripe.org/silverstripe-2-4-alpha-release-brings-hierachical-urls-sql-server-support-and-much-more/</link>
			<description>&lt;p&gt;&lt;img class=&quot;right&quot; src=&quot;http://www.silverstripe.org/assets/screenshots/_resampled/ResizedImage215167-SilverStripe-CMS-2.4-badge.png&quot; alt=&quot;Screenshot of SilverStripe 2.4&quot; width=&quot;215&quot; height=&quot;167&quot; title=&quot;&quot; /&gt;We're extremely excited to announce SilverStripe v2.4 is now at alpha release stage!&lt;/p&gt;
&lt;p&gt;This means it's ready for testing by our community while we continue to complete the intended features for the stable version, and complete our own testing. We do not recommend using this version of SilverStripe for production sites yet, unless you perform extensive testing on your own site first.&lt;/p&gt;
&lt;p&gt;The SilverStripe 2.4 release is all about using SilverStripe in bigger and more complex production environments and it brings a wealth of great features.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Download &lt;a href=&quot;http://www.silverstripe.org/assets/downloads/SilverStripe-v2.4.0-alpha1.tar.gz&quot;&gt;SilverStripe-v2.4.0-alpha1.tar.gz&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;&lt;strong&gt;Hierachical URLs&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;If your website contains hundreds or thousands of pages, you may find the default way SilverStripe handles friendly URLs a little limiting. For instance:&lt;/p&gt;
&lt;pre&gt;http://website.com/new-york-staff-john-smith/&lt;/pre&gt;
&lt;p&gt;With&lt;strong&gt; &lt;/strong&gt;hierachical URLs, the address for such a page might be:&lt;/p&gt;
&lt;pre&gt;http://website.com/offices/new-york/staff/john-smith/&lt;/pre&gt;
&lt;p&gt;One of the principles of this feature is that it provides a logical &quot;bread crumb&quot; for a page. Each segment in the URL (as separated by a slash symbol) is a page in itself that can be visited. Hierachical URLs also reduce the problem of &quot;running out&quot; of URLs, where you might be forced to have URLs like http://website.com/staff-2/. SilverStripe will allow you to run the website in either simple or hierachical URL mode, so that for simple websites you can retain short, memorable website addresses.&lt;br /&gt;&lt;br /&gt;Huge thanks go to &lt;a href=&quot;http://www.silverstripe.org/ForumMemberProfile/show/2713&quot;&gt;Andrew Short&lt;/a&gt;, a member of our developer community based in Australia, who is responsible for writing most of this feature.&lt;/p&gt;
&lt;h3&gt;Microsoft SQL Server Database support&lt;br /&gt;&lt;/h3&gt;
&lt;p&gt;There is strong demand for SilverStripe to run on the Microsoft platform&amp;mdash;in recent months there have been more than 36,000 downloads via &lt;a href=&quot;http://www.microsoft.com/web/gallery/SilverStripe.aspx&quot;&gt;the Microsoft.com web application gallery&lt;/a&gt; alone. We have therefore worked hard to allow SilverStripe to natively run on a SQL Server 2008 database, eliminating the requirement to run SilverStripe on MySQL (of course it still runs great on MySQL, though). We're really happy with the results, and we have government websites like &lt;a href=&quot;http://www.gw.govt.nz&quot;&gt;www.gw.govt.nz&lt;/a&gt; already running on this platform.&lt;/p&gt;
&lt;p&gt;Running SilverStripe on SQL Server requires the installation of the &lt;a href=&quot;http://www.silverstripe.org/microsoft-sql-server-database-module/&quot;&gt;SilverStripe SQL Server module&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;Experimental support for PostgreSQL&lt;/h3&gt;
&lt;p&gt;SilverStripe 2.4 can also run on a PostgreSQL 8.3 or later database. Our testing of this is not as extensive as it has been for Microsoft SQL Server, so we're being cautious at this stage and labelling it experimental. We'd love people to install this version of SilverStripe with the &lt;a href=&quot;http://www.silverstripe.org/postgresql-module/&quot;&gt;PostgreSQL Database Support module&lt;/a&gt; and raise issues.&lt;/p&gt;
&lt;h3&gt;Performance and memory use optimisations&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Memory use optimsations mean that the CMS back-end interface for Site Content easily scales to well over 10,000 pages.&lt;/li&gt;
&lt;li&gt;Performance improvements around Object and ViewableData property access.&lt;/li&gt;
&lt;li&gt;Improved unit test execution speed.&lt;/li&gt;
&lt;li&gt;Decreased memory usage in &quot;Files &amp;amp; Images&quot; section.&lt;/li&gt;
&lt;li&gt;Tested that SilverStripe is compatible with Microsoft's new &lt;a href=&quot;http://www.iis.net/extensions/WinCacheForPHP&quot;&gt;WinCache&lt;/a&gt; PHP bytecode cache. Anecdotal tests show that WinCache provides a 50% speed improvement in generating SilverStripe webpages.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Introducing roles&lt;/h3&gt;
&lt;p&gt;SilverStripe has long had support for setting granular security permissions on pages. Users can be a member of one or more groups, and groups can be configured to have various system rights, and various view and edit permissions to a page by page basis. This provides a great deal of flexibility, but in complex organisation stuctures, it means the task of setting up the permission structures means spending a lot of time creating security groups.&lt;/p&gt;
&lt;p&gt;Managing more complex security configurations has been eased in SilverStripe 2.4 with the introduction of roles. Roles allow groupings of people to be:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Assigned the same system rights (e.g. access to create pages but not create users.)&lt;/li&gt;
&lt;li&gt;Assigned those rights to different sections of a website (e.g. news section, product catalogue, corporate profile, etc.)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This simplifies maintainance of the rights and users for large organisations. It makes permissions less repetitive to set up. Roles are overkill in simple situations, and therefore their use is optional.&lt;/p&gt;
&lt;h3&gt;Other key improvements&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;A &quot;SiteConfig&quot; record stores site-wide settings and default permissions and author groups for pages&lt;/li&gt;
&lt;li&gt;The CMS now searches for broken internal links to other pages and broken file references, and highlights them in the WYSIWYG editor. A report can be used to show broken links across the website.&lt;/li&gt;
&lt;li&gt;Improved API to allow custom tags to be parsed within CMS content before being presented on webpages.&lt;/li&gt;
&lt;li&gt;More fine-grained permission control for translators&lt;/li&gt;
&lt;li&gt;Better XSS security of the autologin token by using HTTPOnly cookies&lt;/li&gt;
&lt;li&gt;More secure against brute force login attempts&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Full changelog&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;See &lt;a href=&quot;http://open.silverstripe.org/wiki/ChangeLog/2.4.0&quot;&gt;http://open.silverstripe.org/wiki/ChangeLog/2.4.0&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Want to help out?&lt;/h3&gt;
&lt;p&gt;We'd love for you to download this release, test it, and raise articlate bug reports. In particular we are interested in:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Testing that upgrades from older versions of SilverStripe go smoothly.&lt;/li&gt;
&lt;li&gt;Testing the new features, like hierachical URLs, SQL Server, and PostgreSQL.&lt;/li&gt;
&lt;li&gt;Manual testing of all CMS features work as intended.&lt;/li&gt;
&lt;li&gt;Testing across various hosting environments, operating systems, PHP versions, and web browsers.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;To raise a bug, login at &lt;a href=&quot;http://open.silverstripe.org/&quot;&gt;open.silverstripe.com&lt;/a&gt; and create a &lt;em&gt;new ticket&lt;/em&gt;. When adding a ticket, be sure to specify the version as &lt;em&gt;2.4.0 alpha&lt;/em&gt;.&lt;/p&gt;</description>
			<pubDate>Thu, 12 Nov 2009 20:27:00 +1300</pubDate>
			
			
			<guid>http://www.silverstripe.org/silverstripe-2-4-alpha-release-brings-hierachical-urls-sql-server-support-and-much-more/</guid>
		</item>
		
		<item>
			<title>SilverStripe book available in UK</title>
			<link>http://www.silverstripe.org/silverstripe-book-available-in-uk/</link>
			<description>&lt;p&gt;If you're a developer based in the UK or Europe, you now have much quicker and cheaper access to our fantastic developer resource, &lt;a href=&quot;http://www.silverstripe.org/silverstripe-book/&quot;&gt;SilverStripe: The Complete Guide to CMS Development&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;This is because &lt;a href=&quot;http://www.amazon.co.uk/SilverStripe-Complete-Guide-CMS-Development/dp/0470681837/&quot;&gt;Amazon.co.uk&lt;/a&gt; and other UK booksellers now show the 456 page book as being in stock, meaning you no longer need to purchase via the US-based amazon.com store.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.amazon.co.uk/SilverStripe-Complete-Guide-CMS-Development/dp/0470681837/&quot;&gt;&lt;img class=&quot;leftAlone&quot; src=&quot;http://www.silverstripe.org/assets/screenshots/_resampled/ResizedImage600364-silverstripe-released-at-amazon.co.uk.png&quot; alt=&quot;Screenshot from Amazon.co.uk showing the SilverStripe Book in stock&quot; width=&quot;600&quot; height=&quot;364&quot; title=&quot;&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
			<pubDate>Wed, 11 Nov 2009 08:33:00 +1300</pubDate>
			
			
			<guid>http://www.silverstripe.org/silverstripe-book-available-in-uk/</guid>
		</item>
		
		<item>
			<title>You're invited to the Wellington Web Meetup!</title>
			<link>http://www.silverstripe.org/youre-invited-to-the-wellington-web-meetup-2009/</link>
			<description>&lt;p&gt;&lt;a href=&quot;http://www.meetup.com/wellingtonweb/photos/all_albums/?albumId=741102&quot;&gt;&lt;img class=&quot;right&quot; src=&quot;http://www.silverstripe.org/assets/photos/_resampled/ResizedImage288216-Wellington-Web-Meetup-Dave-Keyes-October-2009.jpg&quot; alt=&quot;Dave Keyes introducing the October 2009 web meetup in Wellington&quot; width=&quot;288&quot; height=&quot;216&quot; title=&quot;&quot; /&gt;&lt;/a&gt;Wellington web designers and frontend coders have recently formed a monthly post-work event, the &lt;a href=&quot;http://www.meetup.com/wellingtonweb/&quot;&gt;Wellington Web Meetup&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;SilverStripe is supporting this month's meetup, which will be held at 6pm on Thursday, 12 November at our offices on Level 4, 97-99 Courtenay Place.&lt;/p&gt;
&lt;p&gt;We like the idea of web fanatics from different companies getting together into the same room and, based on the quality of the presentations at previous events, this event is well worth attending.&lt;/p&gt;
&lt;p&gt;These monthly events are run by Wellington web designer Dave Keyes, with this month's line-up featuring:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Hamish Friedlander&lt;/strong&gt; from SilverStripe. &lt;br /&gt;&lt;em&gt;&quot;JavaScript lover Hamish presents his new baby, &lt;a href=&quot;http://www.silverstripe.org/announcing-the-release-of-concrete-silverstripe-2-4-s-jquery-webapp-library/&quot;&gt;the Concrete library for jQuery&lt;/a&gt;... and shows us the tidy code &amp;amp; visual results!&quot;&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Alastair Bruerton&lt;/strong&gt; from Provoke&lt;br /&gt;&lt;em&gt;&quot;Renown Dux-er (or Dux-ist?) Al is keen to give a visual design presentation which leads into a open chat on visual processes.&quot;&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Bob Medcalf&lt;/strong&gt; from Simplar&lt;br /&gt;&lt;em&gt;&quot;UX martial artist Bob will take us through 'How to karate chop a marketing executive and other useful tips for web creatives.'&quot;&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;TEDx Movie Film &lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;There is no cost to attend, and some food and drink will be provided. However, you will need to RSVP at &lt;a href=&quot;http://www.meetup.com/wellingtonweb/members/10568475/&quot;&gt;http://www.meetup.com/wellingtonweb/members/10568475/&lt;/a&gt;&lt;/p&gt;</description>
			<pubDate>Wed, 04 Nov 2009 08:53:00 +1300</pubDate>
			
			
			<guid>http://www.silverstripe.org/youre-invited-to-the-wellington-web-meetup-2009/</guid>
		</item>
		
		<item>
			<title>Have you voted for SilverStripe?</title>
			<link>http://www.silverstripe.org/have-you-voted-for-silverstripe-packtpub-2009/</link>
			<description>&lt;p&gt;&lt;img class=&quot;right&quot; src=&quot;http://www.silverstripe.org/assets/Logos/packtpub-2009-award-logo-114x60.jpg&quot; alt=&quot;Packtpub 2009 CMS Awards Logo&quot; width=&quot;114&quot; height=&quot;60&quot; title=&quot;&quot; /&gt;Friday 30 October is the last day that you can &lt;a href=&quot;http://www.packtpub.com/overall-open-source-cms-award-finalists&quot;&gt;vote for SilverStripe CMS in the PacktPub Open Source CMS Awards&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;We'd love to get your support, because winning will raise awareness about SilverStripe CMS, and will provide a monetary prize to fund product development work!&lt;/p&gt;
&lt;p&gt;If you voted for us in the earlier, nominations stage&amp;mdash;thank you! Please vote for us again in the finalist stage.&lt;/p&gt;
&lt;p&gt;The form &lt;em&gt;(pictured)&lt;/em&gt; is super simple, and voting puts you in a draw for an iPod Touch.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.packtpub.com/overall-open-source-cms-award-finalists&quot;&gt;&lt;img class=&quot;leftAlone&quot; src=&quot;http://www.silverstripe.org/assets/screenshots/_resampled/ResizedImage347243-simple-packtpub-cms-vote-form-2009.png&quot; alt=&quot;Packtpub 2009 CMS Awards Logo&quot; width=&quot;347&quot; height=&quot;243&quot; title=&quot;&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
			<pubDate>Wed, 28 Oct 2009 09:26:00 +1300</pubDate>
			
			
			<guid>http://www.silverstripe.org/have-you-voted-for-silverstripe-packtpub-2009/</guid>
		</item>
		
		<item>
			<title>SilverStripe CMS on Windows 7</title>
			<link>http://www.silverstripe.org/silverstripe-cms-on-windows7/</link>
			<description>&lt;p&gt;With the new &lt;a href=&quot;http://www.microsoft.com/windows/windows-7/&quot;&gt;Microsoft Windows 7&lt;/a&gt; operating system released last week, we thought we'd take SilverStripe CMS for a test drive on it. We used &lt;a href=&quot;http://www.microsoft.com/web/gallery/SilverStripe.aspx&quot;&gt;Microsoft Web Platform Installer&lt;/a&gt; to install SilverStripe. This approach has now been used about 36,000 times by the world to install SilverStripe.&lt;/p&gt;
&lt;p&gt;We found the installation to be quick and easy. A dramatic improvement is that Microsoft's installer now installs MySQL for you, which it didn't when first released back in April. The CMS and public-facing website ran straight away and worked robustly in Internet Explorer 8. The installer automatically enabled Microsoft's new &lt;a href=&quot;http://learn.iis.net/page.aspx/678/using-windows-cache-extension-for-php/&quot;&gt;wincache&lt;/a&gt; bytecode cache which, despite being new, provided SilverStripe with a dramatic speed boost and didn't appear to cause any problems. All of this demonstrates Microsoft's recent work to streamline installing PHP applications on the native Windows stack.&lt;/p&gt;
&lt;p&gt;We're confident that SilverStripe will install and run smoothly for you&amp;mdash;but if you identify a problem please raise a detailed bug report at &lt;a href=&quot;http://open.silverstripe.com&quot;&gt;open.silverstripe.com&lt;/a&gt; so that we can squash it quick! For this test  we used MySQL to act as the database, because the current stable version of SilverStripe (2.3.3) doesn't yet support SQL Server. (We do have &lt;a href=&quot;http://www.silverstripe.org/microsoft-sql-server-database-module/&quot;&gt;SQL Server 2008 support&lt;/a&gt; as a module that works with our &lt;a href=&quot;http://www.silverstripe.org/daily-builds/&quot;&gt;dailybuilds&lt;/a&gt;, and this support is used to run production websites powered by SQL Server. Once the SQL Server support is included in a stable release, we will bring this into the Web Platform Installer.)&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;left&quot; src=&quot;http://www.silverstripe.org/assets/screenshots/_resampled/ResizedImage600477-ssonwin7cmsie8.png&quot; alt=&quot;SilverStripe CMS running on Windows 7&quot; width=&quot;600&quot; height=&quot;477&quot; title=&quot;&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;left&quot; src=&quot;http://www.silverstripe.org/assets/screenshots/_resampled/ResizedImage600477-ssonwin7ie8.png&quot; alt=&quot;SilverStripe website running on Windows 7&quot; width=&quot;600&quot; height=&quot;477&quot; title=&quot;&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;leftAlone&quot; src=&quot;http://www.silverstripe.org/assets/screenshots/_resampled/ResizedImage600477-ssonwin7cms-wincache.png&quot; alt=&quot;SilverStripe CMS running with wincache enabled&quot; width=&quot;600&quot; height=&quot;477&quot; title=&quot;&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
			<pubDate>Tue, 27 Oct 2009 21:00:00 +1300</pubDate>
			
			
			<guid>http://www.silverstripe.org/silverstripe-cms-on-windows7/</guid>
		</item>
		
		<item>
			<title>Announcing the release of Concrete, SilverStripe 2.4's jQuery webapp library</title>
			<link>http://www.silverstripe.org/announcing-the-release-of-concrete-silverstripe-2-4-s-jquery-webapp-library/</link>
			<description>&lt;p&gt;&lt;strong&gt;Update (3 December 2009): Concrete has now been renamed &lt;a href=&quot;http://github.com/hafriedlander/jquery.entwine&quot;&gt;Entwine&lt;/a&gt;.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;We'd like to announce the release of the &lt;a href=&quot;http://github.com/hafriedlander/jquery.entwine&quot;&gt;Entwine&lt;/a&gt; and &lt;a href=&quot;http://github.com/hafriedlander/jquery.selector&quot;&gt;Selector&lt;/a&gt; libraries for jQuery.&lt;br /&gt;&lt;br /&gt;Developed by &lt;a href=&quot;http://silverstripe.com/hamish-friedlander/&quot;&gt;Hamish Friedlander,&lt;/a&gt; and partially sponsored by SilverStripe, this library will provide the architectural underpinnings for JavaScript in SilverStripe v2.4.&lt;/p&gt;
&lt;p&gt;Although initially developed for use with client sites, the library has proven so useful that it's been spun off into an independent project. It lets developers write frontend web-application code in a clean and extendable manner&amp;mdash;which is important in SilverStripe to ensure that, when the system needs extending for a particular site, the architecture doesn't get in the way.&lt;/p&gt;
&lt;h3&gt;For the techies in the room:&lt;/h3&gt;
&lt;p&gt;&lt;a href=&quot;http://github.com/hafriedlander/jquery.entwine&quot;&gt;Entwine&lt;/a&gt; provides a brand new model of JavaScript code organisation; a replacement for object oriented programming that is focused on adding functions to DOM elements based on their structure and content. It&amp;rsquo;s a merging of the &lt;em&gt;model&lt;/em&gt; and &lt;em&gt;view&lt;/em&gt; layer that initially seems weird, but can give very powerful results.&lt;br /&gt;&lt;br /&gt;We&amp;rsquo;re taking ideas from Prototype&amp;rsquo;s Behavior and Low Pro libraries and jQuery&amp;rsquo;s Effen and Live Query libraries. However, we're extending the concepts of those libraries to provide a complete alternative to traditional OO design; self-aware methods, inheritance, polymorphism, constructors and destructors, namespacing, and getter/setter style properties, all without a single class definition.&lt;br /&gt;&lt;br /&gt;Compared to jQuery.plugins and jQuery.UI widgets, Entwine provides:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;code clarity&lt;/strong&gt; &amp;mdash; the code structure leads to more readable code&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;extensibility&lt;/strong&gt; &amp;mdash; specificity-based method selection allows the injection of logic almost anywhere without monkey patching&lt;/li&gt;
&lt;li&gt; &lt;strong&gt;greater organisational capabilities&lt;/strong&gt; &amp;mdash; syntax promotes modularity&lt;/li&gt;
&lt;li&gt; &lt;strong&gt;reduced name clashes&lt;/strong&gt; &amp;mdash; powerful refactoring-free namespacing eliminates name pollution&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;br /&gt;A key component of Entwine is &lt;a href=&quot;http://github.com/hafriedlander/jquery.selector&quot;&gt;Selector&lt;/a&gt; - a CSS selector engine developed in conjunction with Entwine to give it maximum performance. For the use patterns it is designed for, it can out-perform jQuery's native Sizzle selector engine by an order of magnitude.&lt;br /&gt;&lt;br /&gt;A taste:&lt;/p&gt;
&lt;pre&gt;$('div').concrete({&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; highlight: function(){ &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; this.effect('bounce');&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;});&lt;br /&gt;$('div.important').concrete({&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; highlight: function(){&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; this._super();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; this.animate({background: 'white'});&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;});&lt;br /&gt;$('#namediv').highlight();&lt;/pre&gt;
&lt;p&gt;&lt;br /&gt;As well as the &lt;a href=&quot;http://github.com/hafriedlander/jquery.concrete&quot;&gt;source&lt;/a&gt; and a &lt;a href=&quot;http://hafriedlander.github.com/jquery.concrete/tutorial/&quot;&gt;tutorial&lt;/a&gt;, there is an 18-minute screencast available to help introduce the new concepts:&lt;/p&gt;
&lt;p&gt;
&lt;object width=&quot;640&quot; height=&quot;360&quot; data=&quot;http://vimeo.com/moogaloop.swf?clip_id=6353390&amp;amp;server=vimeo.com&amp;amp;show_title=1&amp;amp;show_byline=1&amp;amp;show_portrait=0&amp;amp;color=00adef&amp;amp;fullscreen=1&quot; type=&quot;application/x-shockwave-flash&quot;&gt;
&lt;param name=&quot;allowfullscreen&quot; value=&quot;true&quot; /&gt;
&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot; /&gt;
&lt;param name=&quot;src&quot; value=&quot;http://vimeo.com/moogaloop.swf?clip_id=6353390&amp;amp;server=vimeo.com&amp;amp;show_title=1&amp;amp;show_byline=1&amp;amp;show_portrait=0&amp;amp;color=00adef&amp;amp;fullscreen=1&quot; /&gt;
&lt;/object&gt;
&lt;/p&gt;</description>
			<pubDate>Tue, 20 Oct 2009 12:03:00 +1300</pubDate>
			
			
			<guid>http://www.silverstripe.org/announcing-the-release-of-concrete-silverstripe-2-4-s-jquery-webapp-library/</guid>
		</item>
		
		<item>
			<title>Book sells out on Amazon.com; restocked now.</title>
			<link>http://www.silverstripe.org/book-sells-out-on-amazon-com-restocked-now/</link>
			<description>&lt;p&gt;Copies of the SilverStripe book are selling like hotcakes! It took just four days for Amazon.com to sell all of their initial stock of &lt;em&gt;SilverStripe: The Complete Guide to CMS Development&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;The screenshot below shows Amazon down to their final copy, and was snapped during the weekend. Amazon.com has since restocked the book&amp;mdash;so &lt;a href=&quot;http://www.amazon.com/SilverStripe-Complete-Guide-CMS-Development/dp/0470681837/&quot;&gt;head off and buy a copy&lt;/a&gt;!&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;leftAlone&quot; src=&quot;http://www.silverstripe.org/assets/screenshots/_resampled/ResizedImage626380-SilverStripe-book-low-amazon.com-stock.png&quot; alt=&quot;Screenshot of Amazon.com showing only 1 copy of SilverStripe book in stock&quot; width=&quot;626&quot; height=&quot;380&quot; title=&quot;&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
			<pubDate>Mon, 12 Oct 2009 08:06:00 +1300</pubDate>
			
			
			<guid>http://www.silverstripe.org/book-sells-out-on-amazon-com-restocked-now/</guid>
		</item>
		
		<item>
			<title>Guitar Hero website relaunched using SilverStripe CMS</title>
			<link>http://www.silverstripe.org/guitar-hero-website-relaunched-using-silverstripe-cms/</link>
			<description>&lt;p&gt;We're proud to announce that SilverStripe is the engine behind the very cool and recently relaunched &lt;a href=&quot;http://www.guitarhero.com&quot;&gt;Guitar Hero website&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The site is filled to the brim with video and social functions, and is a community-focussed base for fans of the popular console game. The website integrates with the game itself, publishing a global &lt;a href=&quot;http://hub.guitarhero.com/stage/leaderboard&quot;&gt;leaderboard&lt;/a&gt; and facilitating &lt;a href=&quot;http://hub.guitarhero.com/stage/tournament&quot;&gt;online tournaments&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.blitzagency.com/&quot;&gt;BLITZ&lt;/a&gt; is the company behind the design and development of the site. Noah Gedrich, Director of Technology at BLITZ, tells us about their experience building the website:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;With only a six week production cycle for the new guitarhero.com, we needed a CMS that would give us control over our content and let us localize it, without getting in the way of our creative. SilverStripe was the perfect fit, giving us not only that control and localization support, but because of the Sapphire framework underpinning the whole thing, it also provided us with a development structure for all of the additional programming required by the many social functions of this very complex site.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;You can learn more about the website in &lt;a href=&quot;http://labs.blitzagency.com/?p=1318&quot;&gt;a blog post by BLITZ&lt;/a&gt;&amp;mdash;but really, you should go and &lt;a href=&quot;http://www.guitarhero.com&quot;&gt;visit the website&lt;/a&gt;!&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.guitarhero.com&quot;&gt;&lt;img class=&quot;leftAlone&quot; src=&quot;http://www.silverstripe.org/assets/screenshots/_resampled/ResizedImage600377-guitarhero.com-homepage-silverstripecms-blitz.png&quot; alt=&quot;Guitar Hero Homepage&quot; width=&quot;600&quot; height=&quot;377&quot; title=&quot;&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
			<pubDate>Thu, 08 Oct 2009 14:00:00 +1300</pubDate>
			
			
			<guid>http://www.silverstripe.org/guitar-hero-website-relaunched-using-silverstripe-cms/</guid>
		</item>
		
		<item>
			<title>Amazon.com now selling SilverStripe book</title>
			<link>http://www.silverstripe.org/amazon-com-now-selling-silverstripe-book/</link>
			<description>&lt;p&gt;&lt;img src=&quot;http://www.silverstripe.org/assets/photos/_resampled/ResizedImage164122-SilverStripe-English-Book-Cover-Closed.jpg&quot; alt=&quot;SilverStripe English Book - Cover Closed&quot; width=&quot;164&quot; height=&quot;122&quot; align=&quot;right&quot; title=&quot;&quot; /&gt;Amazon.com has the SilverStripe book in stock!&lt;/p&gt;
&lt;p&gt;As of a few hours ago, &lt;em&gt;SilverStripe: The Complete Guide to CMS Development&lt;/em&gt; is ready for shipping from Amazon.com, and priced at USD31.49. To purchase the book, visit Amazon (and feel free to share this link with your colleagues and friends):&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.amazon.com/SilverStripe-Complete-Guide-CMS-Development/dp/0470681837/&quot;&gt;http://www.amazon.com/SilverStripe-Complete-Guide-CMS-Development/dp/0470681837/&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;There is a permanent page with information about the book at &lt;a href=&quot;http://www.silverstripe.org/silverstripe-book&quot;&gt;silverstripe.org/silverstripe-book&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Amazon.com appears to be the first place our book has become available. If you want the book soon, we suggest buying from there. We expect to hear news that bookstores and other online stores have the book in stock as October progresses.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://www.silverstripe.org/assets/photos/_resampled/ResizedImage163121-SilverStripe-English-Book-Cover-Open.jpg&quot; alt=&quot;SilverStripe English Book - Cover Open&quot; width=&quot;163&quot; height=&quot;121&quot; align=&quot;right&quot; title=&quot;&quot; /&gt;&lt;/p&gt;
&lt;p&gt;A big shout out goes to those who have already supported us by pre-ordering the book off Amazon&amp;mdash;you should have a copy of the book within a few days!&lt;/p&gt;</description>
			<pubDate>Wed, 07 Oct 2009 11:56:00 +1300</pubDate>
			
			
			<guid>http://www.silverstripe.org/amazon-com-now-selling-silverstripe-book/</guid>
		</item>
		
		<item>
			<title>The English SilverStripe book is now in print</title>
			<link>http://www.silverstripe.org/the-english-silverstripe-book-is-now-in-print/</link>
			<description>&lt;p&gt;Two advance copies of the &lt;a href=&quot;http://www.silverstripe.org/silverstripe-book/&quot;&gt;English SilverStripe book&lt;/a&gt; have just arrived at our office. This is exciting stuff&amp;mdash;months of effort have gone into writing this book so it's wonderful to finally see it in print!&lt;/p&gt;
&lt;p&gt;Our publisher, Wiley, informs us that shipments of the book are already on their way to stores around the world, so if you &lt;a href=&quot;http://www.amazon.com/SilverStripe-Complete-Guide-CMS-Development/dp/0470681837/&quot;&gt;pre-order it on Amazon.com&lt;/a&gt; you might have some bedtime reading later this week.&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;leftAlone&quot; src=&quot;http://www.silverstripe.org/assets/photos/_resampled/ResizedImage600408-Julian-Ingo-SilverStripe-English-Book.jpg&quot; alt=&quot;Julian, Ingo, SilverStripe English Book Authors&quot; width=&quot;600&quot; height=&quot;408&quot; title=&quot;&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Pictured: translator &lt;a href=&quot;http://www.silverstripe.com/julian-seidenberg/&quot;&gt;Julian Seidenberg&lt;/a&gt; and co-author &lt;a href=&quot;http://www.silverstripe.com/ingo-schommer&quot;&gt;Ingo Schommer&lt;/a&gt;, the SilverStripe staff responsible for the English version of the SilverStripe book.&lt;/em&gt;&lt;/p&gt;</description>
			<pubDate>Tue, 06 Oct 2009 14:05:00 +1300</pubDate>
			
			
			<guid>http://www.silverstripe.org/the-english-silverstripe-book-is-now-in-print/</guid>
		</item>
		
		<item>
			<title>SilverStripe into final of 2009 CMS Awards. Vote now!</title>
			<link>http://www.silverstripe.org/silverstripe-into-final-of-2009-cms-awards-vote-now/</link>
			<description>&lt;p&gt;We're excited to announce that SilverStripe is a finalist for the best Overall Open Source CMS in this year&amp;rsquo;s PacktPub CMS Awards.&lt;/p&gt;
&lt;p&gt;Thanks to everyone who nominated us, we received enough votes to appear in the top five. This is a fantastic result, and one that we&amp;rsquo;re very proud of.&lt;/p&gt;
&lt;p&gt;With over 12,000 nominations, the vote was a lot closer than expected.&lt;/p&gt;
&lt;p&gt;We now need you to &lt;a href=&quot;http://www.packtpub.com/overall-open-source-cms-award-finalists&quot;&gt;vote for SilverStripe&lt;/a&gt; again as a finalist. If we get into the top three, we'll get a monetary prize that will be used to make our product even better! Voting ends on October 26th.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.packtpub.com/overall-open-source-cms-award-finalists&quot;&gt;&lt;img class=&quot;left&quot; src=&quot;http://www.silverstripe.org/assets/blog/2009-award-vote-now.jpg&quot; width=&quot;468&quot; height=&quot;60&quot; alt=&quot;&quot; title=&quot;&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
			<pubDate>Wed, 23 Sep 2009 15:51:00 +1200</pubDate>
			
			
			<guid>http://www.silverstripe.org/silverstripe-into-final-of-2009-cms-awards-vote-now/</guid>
		</item>
		
		<item>
			<title>Join us at Software Freedom Day 09</title>
			<link>http://www.silverstripe.org/join-us-at-software-freedom-day/</link>
			<description>&lt;p&gt;On Sunday, 20 September, Wellington will play host to &lt;a href=&quot;http://softwarefreedomday.org.nz/&quot;&gt;Software Freedom Day 09&lt;/a&gt;. SilverStripe is very proud to be one of the sponsors of this important event.&lt;/p&gt;
&lt;p&gt;Software Freedom Day is an annual worldwide celebration of Free and Open Source Software (FOSS). The principles that underpin FOSS are expressed in &lt;a href=&quot;http://www.gnu.org/philosophy/free-sw.html&quot;&gt;four essential freedoms&lt;/a&gt;: the users' freedom to run, study, distribute, and improve the software.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Software Freedom Day in Wellington has lots of &lt;a href=&quot;http://softwarefreedomday.org.nz/Events&quot;&gt;events&lt;/a&gt; for you to participate in &amp;mdash; there will be a barcamp, tech talks, an installfest, a hackfest, and a makerfest. So whether you want to talk, listen, or play, there will be heaps going on throughout the day.&lt;/p&gt;
&lt;p&gt;As part of the installfest, SilverStripe's &lt;a href=&quot;http://silverstripe.com/will-rossiter&quot;&gt;Will Rossiter&lt;/a&gt; will be demonstrating how to set up a SilverStripe site, and &lt;a href=&quot;http://www.silverstripe.com/rainer-spittel/&quot;&gt;Rainer Spittel&lt;/a&gt; will be participating in a panel discussion.&lt;/p&gt;
&lt;p&gt;You're welcome to bring your kids along: Children and students will have the opportunity to participate in a variety of activities including programming, testing &lt;a href=&quot;http://laptop.org/en/&quot;&gt;OLPC&lt;/a&gt; laptops, brainstorming, games, and a treasure hunt. (Please remember that children will need to be accompanied by a parent or guardian.)&lt;/p&gt;
&lt;p&gt;There will be free WiFi courtesy of cafeNET, and lunch and afternoon tea will also be provided. Please &lt;a href=&quot;http://www.softwarefreedomday.org.nz/Register&quot; title=&quot;Link to the Software Freedom Day registration&quot;&gt;register&lt;/a&gt; if you would like to attend &amp;mdash; be quick to avoid disappointment!&lt;/p&gt;
&lt;p&gt;You can follow Software Freedom Day 09 on twitter &lt;a href=&quot;http://www.twitter.com/WLGSFD&quot;&gt;@WLGSFD&lt;/a&gt;. Tag your tweets &lt;a href=&quot;http://twitter.com/#search?q=sfdwlg09&quot;&gt;#sfdwlg09&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;This is going to be a fantastic day for all, and we look forward to seeing you there!&lt;/p&gt;</description>
			<pubDate>Tue, 15 Sep 2009 15:34:00 +1200</pubDate>
			
			
			<guid>http://www.silverstripe.org/join-us-at-software-freedom-day/</guid>
		</item>
		

	</channel>
</rss>