tag:econsultancy.com,2008:/us/topics/web-project-managementLatest Web Project Management content from Econsultancy2012-02-08T14:20:00+00:00tag:econsultancy.com,2008:BlogPost/89472012-02-08T14:20:00+00:002012-02-08T14:20:00+00:00The Four Seasons site is beautiful, but not for disabled usersChris Rourkehttp://econsultancy.com/us/directories/members/chris-rourke<p>Presumably the target audience ('every user' according to Four Seasons) should include those with disabilities who may have to adjust the presentation (such as increasing the font size) or use assistive technology such as screen readers or switches.</p>
<p>Indeed, as <a href="http://econsultancy.com/us/blog/8834-rnib-gets-tough-with-bmibaby-over-accessibility?utm_medium=feeds&utm_source=web-project-management">outlined recently</a> in another area of the travel sector, sites that fail to do this can not only lose revenues and suffer PR damage but also be at the wrong end of a legal action.</p>
<p>Although not a comprehensive accessibility check alone, simple audit tools such as <a href="http://wave.webaim.org/toolbar">WAVE 3.0</a> and the <a href="http://www.visionaustralia.org.au/ais/toolbar/">Accessibility Toolbar</a> can quickly reveal some of the main problems, and we have included some images to show this.</p>
<p>The <strong>main accessibility issues</strong> uncovered can be summarised as follows:-</p>
<ul>
<li>Inaccessible functions for keyboard users.</li>
<li>Poor colour contrast.</li>
<li>New windows opening without warning.</li>
<li>Missing/inappropriate alt text.</li>
<li>Inaccessible forms/poor error reporting.</li>
</ul><p>We take a look at a few of these below.</p>
<h3><strong>Alternative text on images</strong></h3>
<p>Assistive technologies such as screen readers are very clever, but they cannot interpret images on their own. </p>
<p>The most basic accessibility requirement is to <strong>provide alternative text (ALT text) on all images</strong> and similar content to allow them to be interpreted by the screen reader. </p>
<p>The site makes three main mistakes in this area: </p>
<p>1. <strong>Alt text is missing entirely on many images</strong> especially on pages describing the hotels.</p>
<p><img src="http://assets.econsultancy.com/images/resized/0001/5683/4seasonsimage1-blog-full.png" alt="" width="615" height="263"></p>
<p>Many images that should have descriptive alternative text have only a <strong>null Alt text</strong> which will not describe the image. </p>
<p>For instance, the screen reader user could benefit from knowing that this is a picture of two golfers walking (and there are many other similar examples).</p>
<p><img src="http://assets.econsultancy.com/images/resized/0001/5684/4seasonsimage2-blog-half.png" alt=""></p>
<p>For some images where they have provided a descriptive Alt text, <strong>it is inappropriate</strong>. </p>
<p>On a page about meetings, an image shows catering for a meeting and has the unhelpful Alt text of “Accommodation image”. <img src="http://assets.econsultancy.com/images/0001/5687/Accomimmage.png" alt=""> </p>
<p>Furthermore this same Alt text was used repeatedly on pages within the site, potentially causing more confusion for screen reader users who may think they are seeing the same image in multiple locations across the site.</p>
<p>On a more serious note, this suggests that the <strong>underlying coding is being lazily copied and pasted</strong> without due care and attention.</p>
<h3><strong>Giving warning of opening new pages </strong></h3>
<p>As shown in the image below from an accessibility checking tool, <strong>many links opening new windows do not provide any indication</strong> of this.</p>
<p>It also shows another missing Alt text:</p>
<p><img src="http://assets.econsultancy.com/images/0001/5685/4seasonsimage5.png" alt="" width="503" height="294"></p>
<p>For visually disabled users with screen readers <strong>the unannounced opening up of new browsers or tabs can be very confusing</strong>. </p>
<p>They may be unable to see that a new browser has opened, and may wish to return to the previous page. However, the back button will not work since there is no browser history to return to. </p>
<p>Most accessible sites either avoid opening new browser windows unless absolutely necessary, or they indicate appropriately that a new window will open.</p>
<h3><strong>Inaccessible navigation from assumed use of mouse interaction</strong></h3>
<p>No doubt the designers of the site use a mouse but they should not assume that all users of the site can. <strong>Keyboard navigation is difficult or impossible in many places</strong>, blocking these users from the main site content. </p>
<p>Currently these issues make the site unusable by both keyboard and users of screen readers or other assistive technologies which mimic keyboards.</p>
<p>This begins on the homepage, where maps indicating world regions are not accessible by keyboard users, but are only if they are clicked on. </p>
<p><img src="http://assets.econsultancy.com/images/resized/0001/5686/4seasonsimage6-blog-full.png" alt=""></p>
<p>When using keyboard navigation<strong> many of the link destinations are unclear</strong> (for example - http://www.fourseasons.com/# ) making it hard for users to choose which links to follow. </p>
<p>When tabbing through a page, there is <strong>no visual change of style to indicate which link has keyboard focus</strong>. Therefore such users have poor indication of their location on the page, removing important feedback. </p>
<p>Also <strong>there is no “skip to content” link</strong> near the start of the page navigation which is very helpful to allow non-mouse users to move immediately to the page content. Instead they need to tab through (or listen to) the standard set of navigation at the top of each page. </p>
<p>Perhaps most importantly for the business and conversions, the <strong>booking engine is not accessible to keyboard users.</strong> </p>
<p>The booking engine often appears as a pop-up window, and the keyboard tab sequence takes the user back to the underlying page, or worse they trap the user within the booking engine, neither allowing them to complete a booking nor navigate back to the underlying page.</p>
<p>Screen reader users would have no awareness of this making this feature unusable to them. </p>
<p><img src="http://assets.econsultancy.com/images/resized/0001/5688/popupbooking-blog-full.png" alt=""></p>
<p>There are several other accessibility barriers in the site including<strong> colour contrast issues</strong> and the <strong>presentation of error messages</strong> and mandatory fields on the booking forms. </p>
<h3><strong>Conclusion </strong></h3>
<p>Surprisingly for such a large brand aiming to serve the needs of every customer with their new site, <strong>Four Seasons does not seem to have considered web accessibility during the design.</strong> </p>
<p>The site has issues with all of the four POUR principles of the <a href="http://w3.org/TR/WCAG20">WCAG 2.0 guidelines</a> (Perceivable, Operable, Understandable and Robust). Indeed, Four Seasons does not even include an accessibility statement on the site to describe measures they have taken to address web accessibility and how to use the relevant accessibility features. </p>
<p>Some of the issues such as missing Alt text are relatively easy to fix post-launch, but many others that are integrated with the navigation and interaction design will be more difficult.</p>
<p>Hopefully, Four Seasons will be prioritising these shortcomings for future revisions to the site and genuinely make its online services accessible to <strong>every user</strong>. </p>
<p><em><strong>Special thanks to my colleague Jamie Sands who led the accessibility review of the site.</strong></em></p>tag:econsultancy.com,2008:BlogPost/88482012-01-31T09:47:40+00:002012-01-31T09:47:40+00:00Websites crucial to CPG brands: reportPatricio Robleshttp://econsultancy.com/us/directories/members/patricio-robles<p>But <a href="http://www.comscore.com/Press_Events/Press_Releases/2012/1/Accenture_comScore_and_dunnhumbyUSA_Study_Shows_Direct_Correlation_Between_CPG_Brand_Website_Usage_and_In_Store_Purchase_Behavior">according to</a> a new study conducted by Accenture, comScore and dunnhumbyUSA, which looked at ten food and household brands with $40m to $3bn in annual sales, CPG brand marketers shouldn't underestimate the importance of brand websites. That's because the study found that visitors to a CPG brand website were seen to spend 37% more than non-visitors. They also spent substantially more (53%) within the product category as well.</p>
<p>In looking at CPG brand websites, the study's authors identified three key factors that correlated with higher in-store sales:</p>
<ul>
<li>Strong and convincing brand messaging.</li>
<li>Fresh content.</li>
<li>Engaging content.</li>
</ul><p>Brands excelling in the above reaped the biggest rewards. According to Jerry Lohse, senior director at Accenture Interactive, "<em>Analysis shows that consumers visiting the best of the ten CPG brand websites evaluated in the research study, spent over 200 percent more on the brand than non-visitors. Moreover, the research shows that the price paid per unit of the brand at the best of the ten CPG brand websites in the study was two percent more than for non-visitors in brand.</em>"</p>
<p>Impressive figures to say the least, raising the question: should CPG marketers be spending more on their websites?</p>
<p>Up to now, connecting the dots between what happens online and the supermarket has been difficult for CPG brands. Building a compelling brand website and making sure it has fresh content (eg. blog posts and polls) and engaging content (eg. games and promotions) isn't always cheap. And it didn't always make sense. After all, in some cases, it seemed somewhat improbable that having these things on a CPG website would heavily influence a consumer's purchasing decision.</p>
<p>But as we learn more about consumers and how they interact with brands across multiple channels, brands should be paying attention, as the opportunities to build meaningful multichannel campaigns could grow significantly in number.</p>
<p>Of course, there are plenty of questions most brands don't yet have the answers to. How big of a role does traditional (and often costly) advertising have in supporting online initiatives? Should they be promoting their own websites, <a href="http://econsultancy.com/us/blog/5503-websites-versus-facebook-pages-which-url-should-you-promote?utm_medium=feeds&utm_source=web-project-management">or Facebook Pages</a>? What offerings and techniques are consumers most receptive to?</p>
<p>It will take time for brands to figure this all out, but the study by Accenture, comScore and dunnhumbyUSA suggests that answering these questions could be quite rewarding.</p>tag:econsultancy.com,2008:TrainingDate/13982012-01-27T16:50:12+00:002012-01-27T16:50:12+00:00Fast Track Digital Marketing - Singapore<p><strong style="text-align: left;">UK's most popular Digital Marketing course - Singapore</strong></p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 6px; margin-left: 0px; border-color: initial; vertical-align: baseline; font: inherit; border-width: 0px; padding: 0px;">A 2 day digital university that will introduce marketers to a complete overview of all the essential digital marketing disciplines, how they can work together in your marketing strategy and helps to highlight areas for further in-depth learning.</p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 6px; margin-left: 0px; border-color: initial; vertical-align: baseline; font: inherit; border-width: 0px; padding: 0px;">This intensive 2-day course is a great place to start your digital marketing training. The course gives you a complete overview of the exciting areas of digital marketing, knowledge on how to effectively leverage the new media and integrate them into your overall marketing strategy.</p>
<p> </p>tag:econsultancy.com,2008:BlogPost/88102012-01-26T18:29:11+00:002012-01-26T18:29:11+00:00When it comes to collaboration software, should companies avoid the IT department?Patricio Robleshttp://econsultancy.com/us/directories/members/patricio-robles<p>An <a href="http://blogs.gartner.com/craig-roth/2012/01/25/how-a-collaboration-technology-gets-adopted/">interesting blog post</a> by Gartner VP of Communication, Collaboration, and Content Craig Roth hints that the answer might be 'no.' As he notes, "purchasing and licensing have little to do with whether a technology will be used", and most importantly, whether that technology will actually create value for the organization.</p>
<p>The problem in general with many IT departments is that they're sadly out of touch with the employees they serve. When evaluating a technology, established vendor relationships and preferences may trump the quality of the product. For instance, if your IT department loves Oracle or Microsoft and is hesitant to support any technology not built on their products and platforms, a not-uncommon thing to see at large enterprises, the number of options considered in an RFP may be limited by factors that are irrelevant to end users.</p>
<p>So what's the answer?</p>
<p>It might just be giving employees a greater say in the adoption process. Or at least looking to them for cues. The rise of the iPhone and iPad in the enterprise, for instance, is being driven in large part by companies wise enough to implement a BYOD (bring your own device) model. If fewer companies were letting their employees decide which devices they use, we'd probably see greater usage of Blackberries. That might have kept the IT department happy, as deploying a fleet of Blackberries was fairly simple given RIM's enterprise focus, but when given a choice, consumers have spoken and most favor other devices.</p>
<p>The good news in the enterprise collaboration and social software space is that, increasingly, software vendors <a href="http://econsultancy.com/us/blog/8697-quietly-ibm-becomes-the-enterprise-facebook?utm_medium=feeds&utm_source=web-project-management">are looking at</a> the consumer market for inspiration. Why are 750m-plus consumers using Facebook, they're asking, and how can we incorporate some of that engagement-driving functionality while also making a product useful to the business?</p>
<p>Even so, companies shouldn't assume that the 'consumerification' of enterprise software is complete, and that therefore the IT department can't go wrong. It can. So any adoption of this software that doesn't include a reality check based on what employees are using personally outside of work risks failure.</p>tag:econsultancy.com,2008:BlogPost/87302012-01-26T17:14:00+00:002012-01-26T17:14:00+00:00Acquiring talent is the biggest challenge for 2012: reportPatricio Robleshttp://econsultancy.com/us/directories/members/patricio-robles<p>When it comes to internal challenges, the Media Growth Trends report, which was produced in conjunction with The Jordan, Edmiston Group, found that the biggest internal challenge to growth faced by companies today is talent acquisition. To thrive in highly-competitive markets, companies need to recruit the best and the brightest, but it's not easy.</p><p>Some of the hurdles companies most often cited:</p>
<ul>
<li>
<strong>Creating offering attractive compensation packages.</strong> Money isn't everything here, but whether it's money or intangibles, it's not always easy to meet the expectations of the top recruits.</li>
<li>
<strong>Structural limitations which reduce the ability of new hires to effect change early on.</strong> For obvious reasons, it's nice to empower new employees to make a difference, but organisations aren't always structured for that.</li>
<li>
<strong>Skepticism around flexible work arrangements.</strong> Demands for telecommuting, for instance, are increasing, particularly amongst younger members of the workforce, but changing management attitudes about how the workplace operates can be difficult.</li>
</ul><p>So how are companies dealing with these challenges? Some are wisely focusing on internal development. Sometimes it's an outright necessity. As one CEO surveyed noted, "there aren't enough" experts to recruit in some markets. Other companies are willing to make exceptions for certain kinds of recruits. One publisher reported making a greater effort to accommodate developers: "without the tech talent to put ideas into action, all the learning we’re getting from customers can’t help us."</p><p>Another way of recruiting talent that may become quite popular in 2012 is the <a href="http://econsultancy.com/us/blog/8201-is-the-acquihire-really-a-smart-strategy?utm_medium=feeds&utm_source=web-project-management">acquihire</a>. Many of the mid-to-large size companies were bullish on acquisitions prospects this year. Some, flush with cash thanks to recession-induced saving, are more than capable of making deals happen. With a growing number of startups formed in the past several years reaching a make-or-break point, we could start to see a flurry of young companies seeking an exit on realistic terms.</p><p>Acquihires, of course, aren't a perfect solution. Retaining the talent that comes through M&A can be tough (just ask AOL). So whether a company is recruiting via more traditional means or looking to acquire a company primarily for its talent, making sure that there's a satisfying environment for them is crucial to making such an acquisition successful.</p><p>This highlights perhaps one of key takeaway from the Media Growth Report: companies will have to be increasingly resourceful and willing to think outside the box to attract and retain the best of the best. From compensation packages to structural organisation to acquihires, finding and recruiting the right people will likely require a broader view of the market and far more thoughtfulness in 2012.</p>tag:econsultancy.com,2008:BlogPost/87402012-01-20T10:38:00+00:002012-01-20T10:38:00+00:00Top five KPIs for SEO campaignsAnna Lewishttp://econsultancy.com/us/directories/members/anna-spear<h3><strong>1. Keyword ranks</strong></h3>
<p>This is one of the most commonly reported KPIs of SEO projects. It shows how much your target keywords have improved or dropped in the search engines throughout the SEO project, and higher ranks is what you're doing SEO for, right? </p>
<p>The only problem with using search engine rankings as your main KPI is that you could be reporting on keywords that are not the best for the website. </p>
<p>Who wants to know that you got them to rank in position one for 'best ever widgets' when it has no search volume? Don't get me wrong, ranks are important, but you have to make sure you're tracking the most beneficial keywords and search engines for the project.</p>
<p>To improve this KPI, consider showing a graph for each of your top keywords with its individual rank, traffic and revenue data to show how much impact a change has had and to help you get a better understanding of your keywords.</p>
<p><img src="http://i.imgur.com/5QstU.png" alt="" width="500"></p>
<h3><strong>2. Traffic volume</strong></h3>
<p>SEO is there to bring you loads of traffic isn't it? Well if that's all you're looking for you may have missed a step. </p>
<p>Traffic is important, but think about quality not quantity. Is the traffic coming from the target keywords? Is your traffic likely to convert? </p>
<p>I'd recommend you look at your traffic volume regularly, but don't just look at the one number. Instead, segment your data to see where it's coming from, find trends and look at other statistics such as interaction and revenue from each traffic source to understand the visitor quality and true value of your marketing methods. </p>
<h3><strong>3. Non-brand organic traffic volume</strong></h3>
<p>Leading on from looking at your total traffic, segmenting this down to measure your non brand related organic traffic will give you a good understanding of how well the SEO keywords are performing. </p>
<p>As important as it is to look at the big picture, the nitty-gritty details like this will often give you a much better understanding of how successful your SEO project is and where you still need to improve.</p>
<p>One way to report on the previous two KPIs is a table that includes rows for the totals (visits, transactions, revenue, conversion rate) and then breaks the information down by traffic source and splits up brand and non brand traffic. </p>
<p>Reporting monthly data and year on year data with percentage changes shows very clearly whether things are up or down on the previous month and whether you've seen an increase despite seasonal trends.</p>
<h3><strong>4. ROI (return on investment)</strong></h3>
<p>This is the KPI that can be seen as the most important, as without a good return a business is unlikely to succeed. </p>
<p>However, as a search marketer you cannot change the business model, which could mean that regardless of how well your campaign is performing, some businesses just aren't going to be profitable and this shouldn't then impact the view of the SEO campaign. </p>
<p>Before implementing an SEO project I would recommend ensuring your business can make money, then through using search and other marketing methods you can invest to gain a better return and successfully track the ROI of the project.</p>
<h3><strong>5. Brand exposure</strong></h3>
<p>Brand is an important part of SEO that also needs to be included. </p>
<p>If you do everything you can to get your target non brand keywords ranking but forget about the brand, you hve two problems:</p>
<ul>
<li>You're going to have a harder struggle with your non brand keywords without a brand behind them. </li>
<li>Secondly, once someone has found your site through your target keywords and decided to come back to you because of who you are, you need to have a good presence in the SERPs for your brand. </li>
</ul><p>It's not just a company name any more; however big your company is, it should be a brand and ideally dominate the first page of results for the brand name. </p>
<p>Keeping an eye on this as a KPI can help you know how your brand reputation is as well as completing the SEO picture.</p>
<p>Try combining this with non brand organic keyword reporting by using multichannel funnels with custom segments to show keyword types. This can show you great insights to how people come and go from your site:</p>
<p><img style="vertical-align: middle;" src="http://farm8.staticflickr.com/7017/6725911413_e06e5e0090.jpg" alt="Multi Channel Funnel Attribution" width="475" height="438"></p>
<p>Can you rely on any one of these KPIs alone? No. </p>
<h3><strong>Lesser spotted KPI's and why not to use them</strong></h3>
<p>Everything requires context and you need to look at the big picture as well as the pieces of the jigsaw that make it. </p>
<p>There may be other areas that you would like to use in your SEO reporting jigsaw, but I've decided to throw the following pieces away on this occasion:
</p>
<p><strong>Number of links</strong></p>
<p>I've said it before and I'll say it again, what is a number without context? </p>
<p>Link building is about quality rather than quantity so any reporting on links should always take other considerations into account. This could include link diversity, link density or quality links gained and lost. </p>
<p>This makes it a rather large section to report on, rather a singular KPI so don't discount its importance, but don't rely on the number alone.</p>
<p><strong>PageRank</strong></p>
<p>We've all had clients focus on this little number more than the other much more important factors, does it really matter? In reality, no. </p>
<p>It's good to have a look at your site's PageRank to gauge its strength, but in actuality, it doesn't gain you anything. What is a strong PageRank without traffic or conversions?</p>
<p><strong>Your KPIs versus client KPIs</strong></p>
<p>When you're working on behalf of someone to get better results for them you're going to need to discuss what KPIs they would like to track too. </p>
<p>One of the fundamental ways of having a successful project is to <strong>all</strong> know what you want to get out of it. Working out your key goals from the start and reassessing these regularly avoids the unforseen occasion when someone decides the project is not successful having looked at different metrics to the ones you've been working to improve.</p>
<p><strong>What are your KPIs?</strong></p>
<p>I hope that this post has inspired you to think about what really matters to your website. If you have any KPIs you'd like to share please leave a comment. </p>tag:econsultancy.com,2008:ConferenceEvent/4522012-01-20T10:10:39+00:002012-01-20T10:10:39+00:00Digital Cream Sydney<p>Econsultancy’s Digital Cream is our invitation-only event for senior client-side digital marketers to help you meet your peers and learn from each other about the latest best practice, what's working and what's not. The event is part of a global series of Digital Cream events running in London, Dubai, Shanghai, Singapore, New York, Chicago and San Jose.</p>
<p style="margin-top: 0in; margin-right: 0in; margin-bottom: 10pt; margin-left: 0in; font-style: inherit; vertical-align: baseline; font: inherit; text-align: left; padding: 0px;">It's a 'hands-on' participatory event to enable you to network with your peers and learn through discussion, roundtables and debate.</p>
<h3>The Roundtable Format</h3>
<p style="margin-top: 0in; margin-right: 0in; margin-bottom: 10pt; margin-left: 0in; font-style: inherit; vertical-align: baseline; font: inherit; text-align: left; padding: 0px;">The topic-focused and independently moderated roundtable format allows you to discuss a number of subjects that are most relevant to you and find out from your peers how they are addressing the challenges and opportunities you are also facing. These typically include questions around best practice, measurement, ROI, resourcing, supplier selection, recruitment, business processes, budgeting, trends etc.</p>
<p style="margin-top: 0in; margin-right: 0in; margin-bottom: 10pt; margin-left: 0in; font-style: inherit; vertical-align: baseline; font: inherit; text-align: left; padding: 0px;">There are three roundtable sessions of an hour and fifteen minutes each. Each roundtable is moderated and focuses on a particular topic with the roundtable attendees proposing specific questions or challenges they wish to discuss on that topic in the time available.</p>
<h3><strong>About Econsultancy's peer-to-peer roundtable events</strong></h3>
<p style="font-weight: normal;"><object style="border-color: initial; background-color: #ffffff;" width="400" height="300" align="center"><param name="allowfullscreen" value="true">
<param name="allowscriptaccess" value="always">
<param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=10346590&server=vimeo.com&show_title=1&show_byline=1&show_portrait=0&color=&fullscreen=1">
<embed style="border-color: initial; background-color: #ffffff;" width="400" height="300" type="application/x-shockwave-flash" src="http://vimeo.com/moogaloop.swf?clip_id=10346590&server=vimeo.com&show_title=1&show_byline=1&show_portrait=0&color=&fullscreen=1" align="center"></embed></object></p>tag:econsultancy.com,2008:BlogPost/87442012-01-19T20:56:13+00:002012-01-19T20:56:13+00:00US Government agencies upped digital communication in 2011Patricio Robleshttp://econsultancy.com/us/directories/members/patricio-robles<p>When it comes to government activity online, where is all the action? A <a href="http://www.marketwatch.com/story/2011-represents-record-year-for-government-to-citizen-communications-according-to-govdelivery-study-2012-01-17">new report</a> from GovDelivery, a digital communications solutions provider focused on government, three subjects accounted for over half of all online requests from citizens in 2011: health, business and jobs.</p>
<p>Interaction with citizens is often related to information requests. So it's no surprise that the IRS, USA.gov, and the Substance Abuse and Mental Health Services Administration saw individual email and social media updates being shared the most by recipients. The agencies producing the greatest amount of email and social media-based sharing overall were the Department of Defense, IRS and FoodSafety.gov.</p>
<p>According to GovDelivery, its clients saw an average increase in the number of digital subscribers of 20%. The greatest third of performers saw subscriber numbers increase by an average of 85%.</p>
<p>It seems likely that such growth will continue. The demand for information is seemingly unlimited. As GovDelivery CEO Scott Burns notes, "Federal agencies are seeing unprecedented demand from the public for direct communications on everything from national emergencies to targeted programs." What <em>is</em> limited is money. Significantly reduced budgets should motivate government agencies to increase their use of the internet and digital communications tools to disseminate information and serve constituents.</p>
<p>To be successful, however, agencies can't exactly skimp on effort. Increasingly, those they serve will expect enjoyable, efficient experiences, meaning government agencies will be expected to employ digital tools just as well as the private sector.</p>tag:econsultancy.com,2008:BlogPost/87412012-01-19T16:23:00+00:002012-01-19T16:23:00+00:00Apple wants to reinvent the textbook, but is it destined to fail?Patricio Robleshttp://econsultancy.com/us/directories/members/patricio-robles<p>But putting looks aside, there is one big question everybody will be asking in the coming hours and days: does iBooks 2 <em>really</em> have the potential to revolutionise the textbook, making Apple the future of education in the process? The answer: probably not.</p>
<p>There are several key problems with iBooks 2:</p>
<ul>
<li>
<strong>Not every student can afford an iPad, and schools are broke.</strong> The iPad is an incredible device for students, and 1.5m iPads are currently used in education. But not every parent can shell out hundreds of dollars or pounds for an iPad, and not every school has the funds to equip their students with them. Dead trees aren't dead, and cheaper tablet devices (likely based on Android) will have a big role in this market.</li>
<li>
<strong>iBooks 2 harks back to the CD-ROM era.</strong> Make no mistake about it, Apple is not "reinventing" the textbook. Rather, it is trying to take us back to the future, specifically the 1990s when interactive CD-ROMs were the next big thing in education. iBooks Author, which is used to compose iBooks 2 titles, is little more than HyperCard for the e-book/mobile app generation.</li>
<li>
<strong>iBooks 2 won't really make textbooks less expensive.</strong> This isn't about greed. Apple taking a double-digit percentage cut of gross revenue increases pressure on margins, and authoring interactive content is not cheap. The output from the iBooks 2 authoring process isn't reusable anywhere else (as in, you can't sell an iBooks 2 title through non-Apple channels), producing a less-than-optimal investment scenario for publishers.</li>
<li>
<strong>Publishers already offer app-like versions of textbooks.</strong> Initial textbook publishers on board for launch are Pearson, McGraw Hill and Houghton Mifflin Harcourt. This is for good reason: being seen as jumping on the Apple bandwagon is usually a good thing. But it's worth noting that most of these publishers already offer app-like interactive versions of their textbooks directly to schools. In some cases, their licenses for schools cost<em> less </em>than the texbooks in the new section of the iBookstore, which are $14.99. Selling app-like versions, whether through Apple or other channels, is only possible of course because of the revenue from physical textbooks. So if iBooks 2 (or any other digital format) killed off the hardcover textbook, producing these apps and selling them on the cheap at a profit would be impossible.</li>
<li>
<strong>Apple doesn't seem to understand publishing.</strong> During its announcement, Apple kept referring to the fact that authors themselves can create interactive titles using iBooks Author, which is available for free download. But the authors of textbooks published by the big publishers don't compose their textbooks - the publishers do. Pointing this out may seem like nit-picking, but it hints at a fundamental naivety about the textbook publishing process on Apple's part.</li>
<li>
<strong>Apple is but one channel. </strong><strong> </strong>iBooks 2 is specific to one channel/device - the iPad. An important channel to be sure, but publishing is a multichannel world. It's hard to see the education industry standardising in any meaningful way around Apple hardware and software, meaning that publishers will be certainly be investing in making sure their content is available through all emerging channels, such as Android-based tablets.</li>
</ul><p>At the end of the day, Apple's success with iBooks 2 will not be based on how "gorgeous" the texbooks on the iPad can be. It will be based on the ROI it delivers to publishers. </p>
<p>The iPad is an attractive channel for textbook publishers (as it is to all publishers) but you aren't going to see major textbook publishers putting their eggs in one basket. </p>
<p>From a pure product standpoint, iBooks 2 may be impressive, but from a commercial perspective, in a few years it will probably still be remembered as one of Steve Jobs' <a href="http://abcnews.go.com/blogs/technology/2012/01/apple-to-remake-textbooks-project-begun-by-steve-jobs/">last pet projects</a>.</p>tag:econsultancy.com,2008:BlogPost/86892012-01-17T13:00:56+00:002012-01-17T13:00:56+00:00Project or flow?Graham Oakeshttp://econsultancy.com/us/directories/members/graham-oakes<p>Somewhere along the line we’ve reasoned that dividing the stuff we have to do into discrete, tightly-bounded chunks called projects will make it easier for us to coordinate related activities, communicate with people affected by our actions, and so on.</p>
<p>In other words, <strong>a project is a model.</strong> It’s a mental abstraction we use to help ourselves make sense of the world. And, as the saying goes, “All models are wrong, but some are useful”. </p>
<p>So the concept of a project is a simplification,life sometimes doesn’t split cleanly into projects. Thus I often see problems such as the following:</p>
<h3>Projects create artificial boundaries between activities. </h3>
<p>For example, they create a split between building and operating websites and other systems. </p>
<p>One day we’re building out elements of the site as part of a project; the next day we’re making similar changes as part of day-to-day operations. And the mechanisms we use to prioritise work, allocate resources, etc, all change completely overnight. </p>
<p>This creates conflict, confusion and overheads: arguments about what constitutes a “bug” versus an “enhancement”; change management boards to classify work between the two; dispute resolution mechanisms, and so on.</p>
<h3>Some activities don’t fit neatly into projects. </h3>
<p>People have to do a lot of stuff that doesn’t have anything to do with a specific project, product and customer administration, system maintenance, staff training, etc. </p>
<p>Because this work isn't part of a project, we don't allocate time for it, don't set up mechanisms to resolve conflicting priorities, and otherwise fail to manage it. </p>
<p>This then flows over into our projects. How often have you seen a project fail to make the expected progress because people’s time is being frittered away on other activities? </p>
<p>Or conversely, how often has necessary work been overlooked because people were too busy on their project tasks?</p>
<h3>
We set up projects that are ragbags of loosely related activities. </h3>
<p>To avoid the above problem, we try to put everything into a project, so we end up with projects that aggregate an incoherent suite of activities into one bundle purely for the convenience of our mental model. </p>
<p>And again this creates overheads, people spend time listening to status reports on activities that have absolutely no bearing on their own work, for example.</p>
<ul style="margin-top: 0cm;" type="disc"></ul><p>These are all signs that our model is breaking down.</p>
<p>It’s interesting to look at some of the trends going on in software development in this light. For example, agile development teams are going into progressively tighter iterations.</p>
<p>30 day sprints were the norm when Scrum first came into vogue, but seven days is much more common now. And kanban teams are moving completely away from the idea of defined projects and iterations in order to try to deliver a continuous flow of new features into production. </p>
<p>This aligns with the pressure on most organisations to deliver change more rapidly, and at the same time creates big questions for the idea of a project as the defining model for organising our work. </p>
<p>I think this “flow” model is going to get a lot more mileage in the coming year.</p>
<p>That doesn’t mean that the idea of a project is irrelevant. Some work does fall neatly into projects. And the idea of a project has served many organisations well.</p>
<p>I can certainly think of several organisations where lack of a well-defined project portfolio and project management structures has created an unholy mess. Interdependent activities are run independently, with consequent problems at the interfaces. </p>
<p>People with common goals act at cross-purposes with each other. And no-one has any clear idea of what is going on overall, nor of how people’s time and attention are being prioritised.</p>
<p>But projects are no longer the only game in town. <strong>Be prepared to adjust the model to fit the realities of your situation, rather than vice versa.</strong></p>