<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:admin="http://webns.net/mvcb/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:content="http://purl.org/rss/1.0/modules/content/">

    <channel>
    
    <title>EngagingNet</title>
    <link>http://www.engaging.net</link>
    <description>Ways for becoming internet bodies</description>
    <dc:language>en</dc:language>
    <dc:creator>adam@engaging.net</dc:creator>
    <dc:rights>Copyright 2009</dc:rights>
    <dc:date>2009-06-30T07:50:10+00:00</dc:date>
    <admin:generatorAgent rdf:resource="http://www.pmachine.com/" />
    

    <item>
      <title>Take Control&#8217;s ebook updates now powered by ExpressionEngine</title>
      <link>http://www.engaging.net/news/take&#45;controls&#45;ebook&#45;updates&#45;now&#45;powered&#45;by&#45;expressionengine</link>
      <description>So you&#8217;re a wise and savvy modern human and have discovered the benefits of Take Control Ebooks. You want to take advantage of &#8220;the extra features you won&#8217;t get from a normal book,&#8221; as one of their taglines goes. You click on the &#8220;updates&#8221; link within your ebook. You are taken to a web page.

	This page must detect which version of which ebook you have, and indeed that you are actually coming from the link within the ebook. Then it must provide you with any free and/or paid updates as well as specially&#45;priced bundles with other books.

	It must also link to news items and errata pertinent to that version of that ebook, with the news items pertaining to a range of versions of the book but the errors appearing only for this particular version.

	Implementing this functionality was the latest phase in the ongoing job of converting takecontrolbooks.com to the ExpressionEngine content management system. &#8220;Wonderful,&#8221; wrote co&#45;manager Tonya Engst regarding the new system&#8217;s features.

	Thanks again, Adam and Tonya, for the opportunity to work on this site and the pleasure of viewing, if only from afar, your smooth operation. Next up for Take Control: account management.</description>
      <dc:subject></dc:subject>
      <content:encoded><![CDATA[	<p>So you&#8217;re a wise and savvy modern human and have discovered the benefits of <a href="http://www.takecontrolbooks.com">Take Control Ebooks</a>. You want to take advantage of &#8220;the extra features you won&#8217;t get from a normal book,&#8221; as one of their taglines goes. You click on the &#8220;updates&#8221; link within your ebook. You are taken to a web page.</p>

	<p>This page must detect which version of which ebook you have, and indeed that you are actually coming from the link within the ebook. Then it must provide you with any free and/or paid updates as well as specially-priced bundles with other books.</p>

	<p>It must also link to news items and errata pertinent to that version of that ebook, with the news items pertaining to a range of versions of the book but the errors appearing only for this particular version.</p>

	<p>Implementing this functionality was the latest phase in the ongoing job of converting takecontrolbooks.com to the <a href="http://www.expressionengine.com">ExpressionEngine</a> content management system. &#8220;Wonderful,&#8221; wrote co-manager Tonya Engst regarding the new system&#8217;s features.</p>

	<p>Thanks again, Adam and Tonya, for the opportunity to work on this site and the pleasure of viewing, if only from afar, your smooth operation. Next up for Take Control: account management.</p>


 ]]></content:encoded>
      <dc:date>2009-06-30T07:50:10+00:00</dc:date>
    </item>

    <item>
      <title>Irving Design revamps London church site with ExpressionEngine</title>
      <link>http://www.engaging.net/news/irving&#45;design&#45;revamps&#45;london&#45;church&#45;site&#45;with&#45;expressionengine</link>
      <description>After designing the new web site for the Golders Green Parish Church, Mark Irving of Irving Design asked EngagingNet to deploy the site in two steps: first as a static site, then as a content&#45;managed site powered by ExpressionEngine.

	Wisely, Mark conceived the site to have only two layouts; every page (except the homepage) would conform either to a words&#45;focused or a pictures&#45;focused template. This elegant approach helped reduce the workload and therefore the cost.

	First, we coded the HTML/CSS from comps supplied by Mark. There were only three pages: the homepage, a page about children&#8217;s activities using the words&#45;focused template, and a page about the church staff in the pictures template. Thank you &amp;ldquo;The&amp;rdquo; Danny Barnes for the HTML/CSS mark&#45;up.

	After launching the static site we began the dynamic setup, populating the EE installation with channels and fields. The EE channels were grouped into two types, core and multimedia, where entries in multimedia channels&#8212;such as photos, PDF documents and sound files&#8212;can be related to any core entries. Thanks again to Yvonne Martinsson of fellow EE Pro Network member Studio.Freewheelin for implementing this build&#45;out so smoothly.

	Another way we kept costs down was by relying on jQuery. Many of the site&#8217;s design wheels would have taken much longer had clever javascripters not already invented elegant ways to do them.

	To wit, in Mark&#8217;s design all photos have dropshadows and photo sizes can vary. The jQuery Dropshadow plugin by Larry Stevens handles this nicely.

	Mark wanted the homepage intro photo to be a slideshow. For this we recycled the trusty Cycle
 jQuery plugin by M. Alsup.

	For the main menu, the corners of the first and last entries were to be rounded. There are a number of jQuery plugins for this, but I went with David Turnbull and Steven Wittens&#8217;s Corners because unlike others it handles transparency, which was required because behind the menu is a gradient background.

	The menu itself runs on the Menu jQuery plugin by Marco van Hylckama Vlieg.

	And in order to display photos fullsize from the photos layout, we added the Lightbox jQuery plugin by Leandro Vieira Pinho.

	With extensive use of jQuery plugins on the client&#45;side, a well&#45;architected ExpressionEngine deployment on the server side, and a fresh and flexible design serving every page, this is an inexpensive yet powerful contemporary web site that the church staff members themselves are now operating.</description>
      <dc:subject></dc:subject>
      <content:encoded><![CDATA[	<p>After designing the new web site for the <a href="http://www.gg-pc.co.uk">Golders Green Parish Church</a>, Mark Irving of <a href="http://www.irving-design.co.uk">Irving Design</a> asked EngagingNet to deploy the site in two steps: first as a static site, then as a content-managed site powered by <a href="http://www.expressionengine.com/index.php?affiliate=engaging">ExpressionEngine</a>.</p>

	<p>Wisely, Mark conceived the site to have only two layouts; every page (except the homepage) would conform either to a words-focused or a pictures-focused template. This elegant approach helped reduce the workload and therefore the cost.</p>

	<p>First, we coded the HTML/CSS from comps supplied by Mark. There were only three pages: the homepage, a page about children&#8217;s activities using the words-focused template, and a page about the church staff in the pictures template. Thank you <a href="http://www.thedannybarnes.com">&ldquo;The&rdquo; Danny Barnes</a> for the HTML/CSS mark-up.</p>

	<p>After launching the static site we began the dynamic setup, populating the EE installation with channels and fields. The EE channels were grouped into two types, core and multimedia, where entries in multimedia channels&#8212;such as photos, PDF documents and sound files&#8212;can be related to any core entries. Thanks again to Yvonne Martinsson of fellow EE Pro Network member <a href="http://freewheelin.nu">Studio.Freewheelin</a> for implementing this build-out so smoothly.</p>

	<p>Another way we kept costs down was by relying on <a href="http://www.jquery.com">jQuery</a>. Many of the site&#8217;s design wheels would have taken much longer had clever javascripters not already invented elegant ways to do them.</p>

	<p>To wit, in Mark&#8217;s design all photos have dropshadows and photo sizes can vary. The jQuery <a href="http://eyebulb.com/dropshadow/">Dropshadow</a> plugin by Larry Stevens handles this nicely.</p>

	<p>Mark wanted the homepage intro photo to be a slideshow. For this we recycled the trusty <a href="http://malsup.com/jquery/cycle/">Cycle</a></p>
 jQuery plugin by M. Alsup.

	<p>For the main menu, the corners of the first and last entries were to be rounded. There are a number of jQuery plugins for this, but I went with David Turnbull and Steven Wittens&#8217;s <a href="http://www.atblabs.com/jquery.corners.html">Corners</a> because unlike others it handles transparency, which was required because behind the menu is a gradient background.</p>

	<p>The menu itself runs on the <a href="http://www.i-marco.nl/weblog/yui-accordion/">Menu</a> jQuery plugin by Marco van Hylckama Vlieg.</p>

	<p>And in order to display photos fullsize from the photos layout, we added the <a href="http://leandrovieira.com/projects/jquery/lightbox/">Lightbox</a> jQuery plugin by Leandro Vieira Pinho.</p>

	<p>With extensive use of jQuery plugins on the client-side, a well-architected ExpressionEngine deployment on the server side, and a fresh and flexible design serving every page, this is an inexpensive yet powerful contemporary web site that the church staff members themselves are now operating.</p>


 ]]></content:encoded>
      <dc:date>2009-06-25T23:18:16+00:00</dc:date>
    </item>

    <item>
      <title>Chicago arthouse and film distributor Music Box deploys ExpressionEngine</title>
      <link>http://www.engaging.net/news/chicago&#45;arthouse&#45;and&#45;film&#45;distributor&#45;music&#45;box&#45;deploys&#45;expressionengine</link>
      <description>It was a very pleasant surprise indeed when Chicago&#8217;s Music Box Theatre contacted EngagingNet to deploy ExpressionEngine for their two web sites, musicboxtheatre.com and musicboxfilms.com. Not only are movie&#45;related sites fun to work on, but I actually knew the theater from back when I was a student at the University of Chicago.

	My previous&#45;century patronage is not however why Music Box made contact; instead, what happened is that Chris Welch, then Music Box&#8217;s web designer, had read about EngagingNet&#8217;s role in the EE conversion of subtraction.com and figured that what&#8217;s good enough for Khoi Vinh is good enough for them. So thanks again, Khoi!&#8212;this one was a satisfying bit of personal continuity.

	Converting MBT and MBF to EE wasn&#8217;t only fun, it was also quite challenging, as Program Director Brian Andreotti and I discovered during numerous Skype conversations in which we hammered out the sites&#8217; publishing business logic, which became more subtle and complex from an EE perspective the closer we looked at it. But that challenge&#8212;pushing EE to places I&#8217;d never taken it&#8212;was also fun. Really!

	The result is two web sites that appear the same as ever&#8212;except where Music Box wanted design changes and additional features&#8212;but that are now regularly updated with ease by Music Box staff.

	Thanks to the bright and generous Yvonne Martinsson of fellow EE Pro Network member Studio.Freewheelin for helping with the build&#45;out.</description>
      <dc:subject></dc:subject>
      <content:encoded><![CDATA[	<p>It was a very pleasant surprise indeed when Chicago&#8217;s Music Box Theatre contacted EngagingNet to deploy ExpressionEngine for their two web sites, <a href="http://musicboxtheatre.com">musicboxtheatre.com</a> and <a href="http://musicboxfilms.com">musicboxfilms.com</a>. Not only are movie-related sites fun to work on, but I actually knew the theater from back when I was a student at the University of Chicago.</p>

	<p>My previous-century patronage is not however why Music Box made contact; instead, what happened is that Chris Welch, then Music Box&#8217;s web designer, had read about EngagingNet&#8217;s role in the EE conversion of <a href="http://www.subtraction.com">subtraction.com</a> and figured that what&#8217;s good enough for Khoi Vinh is good enough for them. So thanks again, Khoi!&#8212;this one was a satisfying bit of personal continuity.</p>

	<p>Converting MBT and MBF to EE wasn&#8217;t only fun, it was also quite challenging, as Program Director Brian Andreotti and I discovered during numerous Skype conversations in which we hammered out the sites&#8217; publishing business logic, which became more subtle and complex from an EE perspective the closer we looked at it. But that challenge&#8212;pushing EE to places I&#8217;d never taken it&#8212;was also fun. Really!</p>

	<p>The result is two web sites that appear the same as ever&#8212;except where Music Box wanted design changes and additional features&#8212;but that are now regularly updated with ease by Music Box staff.</p>

	<p>Thanks to the bright and generous Yvonne Martinsson of fellow EE Pro Network member <a href="http://freewheelin.nu">Studio.Freewheelin</a> for helping with the build-out.</p>


 ]]></content:encoded>
      <dc:date>2009-06-18T09:13:18+00:00</dc:date>
    </item>

    <item>
      <title>Securosis migrates from WordPress to ExpressionEngine</title>
      <link>http://www.engaging.net/news/securosis&#45;migrates&#45;from&#45;wordpress&#45;to&#45;expressionengine</link>
      <description>A security industry analyst, Rich Mogull also writes on security&#45;related issues for TidBITS. When TidBITS&#8217;s sister&#45;site Take Control Ebooks was recently migrated to ExpressionEngine, it was EngagingNet who did the job. So when Rich decided to move the web site of his independent analyst firm Securosis from WordPress to EE, he contacted EngagingNet.

	To implement the migration, we imported scores of tags, hundreds of posts and members, and thousands of comments. For the posts, we used the new Solspace Importer module, which made that part at least easier and even fun. For tags, we first converted WordPress tags into EE categories, then in turn converted these into EE tags. And we set up a method to 301&#45;redirect all old WordPress URLs to their new EE equivalents. EngagingNet also advised on the EE architecture&#8212;fields, channels, categories, URL structuring, etc.&#8212;and installed the standard clutch of controlpanel add&#45;ons. 

	The new site was designed by Insight Designs of Boulder, CO. Rich did much of the EE templating himself.

	In the period since the site was launched back in April, we&#8217;ve developed some additional functionality, including a consolidated comments management screen.</description>
      <dc:subject></dc:subject>
      <content:encoded><![CDATA[	<p>A security industry analyst, Rich Mogull also writes on security-related issues for <a href="http://tidbits.com">TidBITS</a>. When TidBITS&#8217;s sister-site <a href="http://www.takecontrolbooks.com">Take Control Ebooks</a> was recently migrated to ExpressionEngine, it was EngagingNet who did the job. So when Rich decided to move the web site of his independent analyst firm <a href="http://www.securosis.com">Securosis</a> from WordPress to EE, he contacted EngagingNet.</p>

	<p>To implement the migration, we imported scores of tags, hundreds of posts and members, and thousands of comments. For the posts, we used the new Solspace <a href="http://www.solspace.com/software/detail/importer/">Importer</a> module, which made that part at least easier and even fun. For tags, we first converted WordPress tags into EE categories, then in turn converted these into EE tags. And we set up a method to 301-redirect all old WordPress URLs to their new EE equivalents. EngagingNet also advised on the EE architecture&#8212;fields, channels, categories, URL structuring, etc.&#8212;and installed the standard clutch of controlpanel add-ons. </p>

	<p>The new site was designed by <a href="http://insightdesigns.com">Insight Designs</a> of Boulder, CO. Rich did much of the EE templating himself.</p>

	<p>In the period since the site was launched back in April, we&#8217;ve developed some additional functionality, including a consolidated comments management screen.</p>


 ]]></content:encoded>
      <dc:date>2009-06-17T11:24:31+00:00</dc:date>
    </item>

    <item>
      <title>Snooze rolls over to ExpressionEngine&#8217;s side of the bed</title>
      <link>http://www.engaging.net/news/snooze&#45;moves&#45;to&#45;expressionengines&#45;side&#45;of&#45;the&#45;bed</link>
      <description>Once upon a time there was a funky Brighton bed &#38; breakfast  called Snooze. In fact, Snooze was so funky that it won Runner&#45;Up in the national AA Funkiest B&#38;B of the Year award for 2009&#45;2010. Snooze had a funky &#8220;OnePage&#8221; web site designed by the funky Brighton Websiteforall creative web agency that was powered by a bespoke content management system. All was well, until one day Snooze owners Paul &#38; Tony asked to be able to sort the photo display at the site.

	You see, with bespoke CMS&#8217;s, sometimes seemingly simple additions can require surprisingly significant work and expense. And this is apparently how it was for sorting photos at Snooze.

	Now, since Websiteforall had already decided to standardize all client sites onto ExpressionEngine, this photo&#45;sorting problem seemed an opportune moment to switch Snooze over to EE, particularly since EngagingNet could rebuild the entire backend&#8212;including sortable photos&#8212;for pretty much the same price as what the original developer wanted for the photo sorting feature alone.

	The resulting EE site hasn&#8217;t changed much for its esteemed visitors, but underneath it now sits a very powerful engine.

	The End.

	That is, until Paul &#38; Tony next call Stephen, because from now on the Snooze web site will be ready and waiting for lots more funk&#45;tionality.</description>
      <dc:subject></dc:subject>
      <content:encoded><![CDATA[	<p>Once upon a time there was a funky Brighton bed &#38; breakfast  called <a href="http://www.snoozebrighton.com">Snooze</a>. In fact, Snooze was so funky that it won Runner-Up in the national <a href="http://aahospitalityawards.com/bb.htm">AA Funkiest B&#38;B of the Year</a> award for 2009-2010. Snooze had a funky &#8220;OnePage&#8221; web site designed by the funky Brighton <a href="http://www.websiteforall.co.uk">Websiteforall</a> creative web agency that was powered by a bespoke content management system. All was well, until one day Snooze owners Paul &#38; Tony asked to be able to sort the photo display at the site.</p>

	<p>You see, with bespoke CMS&#8217;s, sometimes seemingly simple additions can require surprisingly significant work and expense. And this is apparently how it was for sorting photos at Snooze.</p>

	<p>Now, since Websiteforall had already decided to standardize all client sites onto ExpressionEngine, this photo-sorting problem seemed an opportune moment to switch Snooze over to EE, particularly since EngagingNet could rebuild the entire backend&#8212;including sortable photos&#8212;for pretty much the same price as what the original developer wanted for the photo sorting feature alone.</p>

	<p>The resulting EE site hasn&#8217;t changed much for its esteemed visitors, but underneath it now sits a very powerful engine.</p>

	<p>The End.</p>

	<p>That is, until Paul &#38; Tony next call Stephen, because from now on the Snooze web site will be ready and waiting for lots more funk-tionality.</p>


 ]]></content:encoded>
      <dc:date>2009-06-16T16:06:25+00:00</dc:date>
    </item>

    <item>
      <title>Mashing up Google Maps with ExpressionEngine search</title>
      <link>http://www.engaging.net/news/google&#45;maps&#45;mashup&#45;with&#45;expressionengine&#45;search</link>
      <description>After succeeding on a previous job for Vector Media Group of New York City, co&#45;principal Matt Weinberg tapped EngagingNet to build out the ExpressionEngine back&#45;end for a new restaurant web site, alwayshungryny.com. The job contained a particular challenge: a geographical search facility&#8212;since dubbed &#8220;Create&#45;a&#45;Neighborhood&#8221;&#8212;wherein Google Maps are integrated with ExpressionEngine&#8217;s search.

	The formation of a rectangle within a Google Map had already been coded using the Google Maps API; EngagingNet built on this, integrating a coordinates&#45;based clause to the EE search module that limits results to the area circumscribed by the rectangle. The geography&#45;based search results can then be mixed with keywords and any of scores of categories.

	Launched in April 2009, Always Hungry is a valuable resource for New Yorkers and visitors to the city.</description>
      <dc:subject></dc:subject>
      <content:encoded><![CDATA[	<p>After succeeding on a previous job for <a href="http://www.vectormediagroup.com">Vector Media Group</a> of New York City, co-principal Matt Weinberg tapped EngagingNet to build out the ExpressionEngine back-end for a new restaurant web site, <a href="http://www.alwayshungryny.com">alwayshungryny.com</a>. The job contained a particular challenge: a geographical search facility&#8212;since dubbed &#8220;Create-a-Neighborhood&#8221;&#8212;wherein Google Maps are integrated with ExpressionEngine&#8217;s search.</p>

	<p>The formation of a rectangle within a Google Map had already been coded using the Google Maps API; EngagingNet built on this, integrating a coordinates-based clause to the EE search module that limits results to the area circumscribed by the rectangle. The geography-based search results can then be mixed with keywords and any of scores of categories.</p>

	<p>Launched in April 2009, Always Hungry is a valuable resource for New Yorkers and visitors to the city.</p>


 ]]></content:encoded>
      <dc:date>2009-06-16T15:49:54+00:00</dc:date>
    </item>

    <item>
      <title>Schools association adopts web system to manage teacher training</title>
      <link>http://www.engaging.net/news/csf&#45;adopts&#45;mip&#45;system</link>
      <description>Built with Engaging on ExpressionEngine and launched February 2009, the Christian Schools of Florida&#8217;s Master Inservice Program is not a web site but a web system, a secure area within the larger christianschoolsfl.org site produced by  WebLadyBug.

	Though the system does have some content, it serves primarily not as a publication but as a tool to help manage ongoing teacher training for CSF&#8217;s 25 member schools. Actively used by hundreds of teachers and dozens of school administrators, the MIP system demonstrates that ExpressionEngine&#8212;usually considered a content management system&#8212;can power a growing set of an organization&#8217;s business processes, and that a public&#45;facing web site can become merely one facet of an integrated and streamlined browser&#45;based organization&#45;wide information management system.

	That such a setup can now be produced at unprecedented low costs by small web development shops is a game changer. Organizations that previously considered both a dynamic web presence and an organization&#45;wide management system to be beyond their means can&#8212;and should!&#8212;now consider developing both.</description>
      <dc:subject></dc:subject>
      <content:encoded><![CDATA[	<p>Built with Engaging on <a href="http://www.expressionengine.com/index.php?affiliate=engaging">ExpressionEngine</a> and launched February 2009, the Christian Schools of Florida&#8217;s <a href="https://www.christianschoolsfl.org/mip/">Master Inservice Program</a> is not a web site but a web <em>system</em>, a secure area within the larger <a href="http://www.christianschoolsfl.org">christianschoolsfl.org</a> site produced by  <a href="http://www.webladybug.com">WebLadyBug</a>.</p>

	<p>Though the system does have some content, it serves primarily not as a publication but as a tool to help manage ongoing teacher training for CSF&#8217;s 25 member schools. Actively used by hundreds of teachers and dozens of school administrators, the MIP system demonstrates that ExpressionEngine&#8212;usually considered a content management system&#8212;can power a growing set of an organization&#8217;s business processes, and that a public-facing web site can become merely one facet of an integrated and streamlined browser-based organization-wide information management system.</p>

	<p>That such a setup can now be produced at unprecedented low costs by small web development shops is a game changer. Organizations that previously considered both a dynamic web presence and an organization-wide management system to be beyond their means can&#8212;and should!&#8212;now consider developing both.</p>


 ]]></content:encoded>
      <dc:date>2009-02-20T11:33:57+00:00</dc:date>
    </item>

    <item>
      <title>TidBITS takes control with ExpressionEngine</title>
      <link>http://www.engaging.net/news/tidbits&#45;takes&#45;control&#45;with&#45;expressionengine</link>
      <description>Educate your customers, they say, but once again EngagingNet found there was no need as the job was for people smarter and more knowledgeable&#8212;educators themselves. Adam Engst, co&#45;founder of the venerable Macintosh newsletter TidBITS, publisher of Take Control Ebooks, contacted EngagingNet to help redeploy the takecontrolbooks.com web site using the ExpressionEngine content management system.

	Takecontrolbooks.com had grown organically on the powerful Web Crossing platform, but Web Crossing is not really a CMS, and posting new books to the growing Take Control catalog had become an increasingly labyrinthine ordeal. Adam wanted a setup that would make the process painless.

	No visual redesign was involved; in fact, visitors to the new site will be hard&#45;pressed to notice that a completely new engine now powers their treasure trove of Macintosh knowledge. Instead, what they&#8217;ll hopefully see is more ebooks as the TidBITS mavens spend less time updating the site and more of it, to paraphrase the site&#8217;s homepage, helping leading experts provide us with the answers we need now.

	See their brief take on the switchover at &amp;ldquo;Take Control Site Now Running on ExpressionEngine&amp;rdquo;.</description>
      <dc:subject></dc:subject>
      <content:encoded><![CDATA[	<p>Educate your customers, they say, but once again EngagingNet found there was no need as the job was for people smarter and more knowledgeable&#8212;educators themselves. Adam Engst, co-founder of the venerable Macintosh newsletter <a href="http://www.tidbits.com">TidBITS</a>, publisher of <a href="http://www.takecontrolbooks.com">Take Control Ebooks</a>, contacted EngagingNet to help redeploy the takecontrolbooks.com web site using the ExpressionEngine content management system.</p>

	<p>Takecontrolbooks.com had grown organically on the powerful <a href="http://www.webcrossing.com">Web Crossing</a> platform, but Web Crossing is not really a CMS, and posting new books to the growing Take Control catalog had become an increasingly labyrinthine ordeal. Adam wanted a setup that would make the process painless.</p>

	<p>No visual redesign was involved; in fact, visitors to the new site will be hard-pressed to notice that a completely new engine now powers their treasure trove of Macintosh knowledge. Instead, what they&#8217;ll hopefully see is more ebooks as the TidBITS mavens spend less time updating the site and more of it, to paraphrase the site&#8217;s homepage, helping leading experts provide us with the answers we need now.</p>

	<p>See their brief take on the switchover at <a href="http://www.takecontrolbooks.com/news/408">&ldquo;Take Control Site Now Running on ExpressionEngine&rdquo;</a>.</p>


 ]]></content:encoded>
      <dc:date>2009-02-03T18:41:56+00:00</dc:date>
    </item>

    <item>
      <title>Deploying ExpressionEngine for a French charity gateway</title>
      <link>http://www.engaging.net/news/Deploying&#45;ExpressionEngine&#45;for&#45;a&#45;French&#45;charity&#45;gateway</link>
      <description>Now standardized on ExpressionEngine for content management, Brighton&#45;based creative web agency Websiteforall won the assignment to build Email Solidaire, a new web site on French charitable giving. The site&#8217;s owners, Paris&#45;based internet marketers B2D1, wanted the ability to manage content themselves, mainly to add and edit charitable organizations and news stories about them.

	After designing the site, Websiteforall principal Stephen James handed the HTML/CSS/Javascript files to EngagingNet and we converted them into ExpressionEngine templates and built the ExpressionEngine deployment to support them.

	The work went quickly and the B2D1 folks were pleased with the results.

	Update: The site is beginning to gain attention, with a mention in Marie Claire, &amp;ldquo;L&#8217;e&#45;mail solidaire : un nouveau moyen d&#8217;aider !&amp;rdquo;.</description>
      <dc:subject></dc:subject>
      <content:encoded><![CDATA[	<p>Now standardized on <a href="http://www.expressionengine.com/index.php?affiliate=engaging">ExpressionEngine</a> for content management, Brighton-based creative web agency <a href="http://www.websiteforall.co.uk">Websiteforall</a> won the assignment to build <a href="http://www.emailsolidaire.net">Email Solidaire</a>, a new web site on French charitable giving. The site&#8217;s owners, Paris-based internet marketers <a href="http://www.b2d1.com">B2D1</a>, wanted the ability to manage content themselves, mainly to add and edit charitable organizations and news stories about them.</p>

	<p>After designing the site, Websiteforall principal Stephen James handed the HTML/CSS/Javascript files to EngagingNet and we converted them into ExpressionEngine templates and built the ExpressionEngine deployment to support them.</p>

	<p>The work went quickly and the B2D1 folks were pleased with the results.</p>

	<p><strong>Update</strong>: The site is beginning to gain attention, with a mention in <cite>Marie Claire</cite>, <a href="http://www.marieclaire.fr/,don-associations-caritatives-humanitaires-e-mails,20123,18773.asp">&ldquo;L&#8217;e-mail solidaire : un nouveau moyen d&#8217;aider !&rdquo;</a>.</p>


 ]]></content:encoded>
      <dc:date>2009-01-09T15:10:34+00:00</dc:date>
    </item>

    <item>
      <title>Websiteforall relaunches home site using ExpressionEngine</title>
      <link>http://www.engaging.net/news/websiteforall&#45;relaunch&#45;using&#45;ee</link>
      <description>Always pushing to improve offerings to clients, award&#45;winning creative web agency Websiteforall set out to standardize content management onto a single system&#8212;and selected ExpressionEngine. The first step: to convert the Websiteforall site itself to EE. Websiteforall principal Stephen James asked EngagingNet to implement the EE deployment while he redesigned the site.

	The result is an extensive portfolio that conveys Websiteforall&#8217;s services and track record more immediately than before. Indeed, so streamlined is the site that it&#8217;s produced by a single EE template.</description>
      <dc:subject></dc:subject>
      <content:encoded><![CDATA[	<p>Always pushing to improve offerings to clients, award-winning creative web agency <a href="http://www.websiteforall.co.uk">Websiteforall</a> set out to standardize content management onto a single system&#8212;and selected ExpressionEngine. The first step: to convert the Websiteforall site itself to EE. Websiteforall principal Stephen James asked EngagingNet to implement the EE deployment while he redesigned the site.</p>

	<p>The result is an extensive portfolio that conveys Websiteforall&#8217;s services and track record more immediately than before. Indeed, so streamlined is the site that it&#8217;s produced by a single EE template.</p>


 ]]></content:encoded>
      <dc:date>2008-11-08T01:49:35+00:00</dc:date>
    </item>

    
    </channel>
</rss>