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

<channel>
	<title>Hygge Service Design &#38; Innovation</title>
	<atom:link href="http://www.hygge.ie/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hygge.ie</link>
	<description>Fresh thinking on service design</description>
	<lastBuildDate>Mon, 13 Dec 2010 21:27:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Financial services from an ethnographer’s perspective</title>
		<link>http://www.hygge.ie/service-design-thinking/financial-services-from-an-ethnographer%e2%80%99s-perspective/</link>
		<comments>http://www.hygge.ie/service-design-thinking/financial-services-from-an-ethnographer%e2%80%99s-perspective/#comments</comments>
		<pubDate>Mon, 13 Dec 2010 21:27:46 +0000</pubDate>
		<dc:creator>Aga Ochman</dc:creator>
				<category><![CDATA[Service Thinking]]></category>
		<category><![CDATA[ethnographic research]]></category>
		<category><![CDATA[financial services]]></category>
		<category><![CDATA[trust]]></category>

		<guid isPermaLink="false">http://www.hygge.ie/?p=380</guid>
		<description><![CDATA[People used to trust banks, banks didn&#8217;t trust customers. The power has shifted due to the financial crisis and people no longer trust banks. Banks need customers more than ever; they have to fight harder for their market share in &#8230; <a href="http://www.hygge.ie/service-design-thinking/financial-services-from-an-ethnographer%e2%80%99s-perspective/">Continue reading <span class="meta-nav">></span></a>]]></description>
			<content:encoded><![CDATA[<p>People used to trust banks, banks didn&#8217;t trust customers. The power has shifted due to the financial crisis and people no longer trust banks. Banks need customers more than ever; they have to fight harder for their market share in current environment. The first bank to cross the trust chasm will gain a sustainable competitive advantage.  Banks need to modify their language and start commnuciting their value in order to rebuild trust. Ehtnnographic research can help define this language.</p>
<p><span style="text-decoration: underline;">Why is trust important?</span></p>
<p>Financial services are unique. It’s is mainly because of the time factor. If we put day-to-day banking operations aside for a moment, it becomes clear that the core financial services are usually long term e.g. investment, savings or loan/mortgage products. They’re more like relationships than services, and, like in a relationship, trust is the key element those services are built on. Trust is crucial because when customers feel they are being looked after by experts, if the service is provided in a professional, sensitive and confidential manner, there’s a higher chance that they will continue their relationship with the provider and won’t switch to another one.</p>
<p>Trust, however, is a subtle thing. Some people give others the credit of trust at the beginning of the relationship, some gradually build trust over the years; sometimes trust needs to be rebuilt. In the financial sector trust is interlinked with service.</p>
<p><span style="text-decoration: underline;">How to create that sense of trust?</span></p>
<p>From an ethnographer’s perspective answering ‘the trust question’ would be a start of the customer journey. It is because customers’ expectations (in respect of whom and why they can trust) have started to form up long before he or she went through a financial services provider’s door. Definition of trust is built on individual’s lifelong experience. It’s a combination of elements coming from a number of sources e.g. family, culture in which we were brought up, values we respect. Through their research tools ethnographers can find out what those expectations are and how they can be fulfilled.</p>
<p>Some ideas of how to approach this issue in research practice would include:</p>
<p>-          Listening to customers’ stories in order to find out what they associate with trust – are the associations tangible or maybe behavioral; how could they be potentially modified?</p>
<p>-          Watching customers interacting with provider’s staff members, space and objects to see how they handle providing information, asking for advice and how they behave when talking about financial matters;</p>
<p>-          Asking customers to describe a professional institution which they consider trustworthy and then comparing it to the existing model of provider’s firm.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hygge.ie/service-design-thinking/financial-services-from-an-ethnographer%e2%80%99s-perspective/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Acceptance Test Driven Development (ATDD)</title>
		<link>http://www.hygge.ie/service-design-thinking/acceptance-test-driven-development-atdd/</link>
		<comments>http://www.hygge.ie/service-design-thinking/acceptance-test-driven-development-atdd/#comments</comments>
		<pubDate>Tue, 21 Sep 2010 08:33:44 +0000</pubDate>
		<dc:creator>Christian Sommerauer</dc:creator>
				<category><![CDATA[Service Thinking]]></category>

		<guid isPermaLink="false">http://www.hygge.ie/?p=366</guid>
		<description><![CDATA[Acceptance test driven development is an agile software development method that uses the Acceptance tests to establish when a requirement meets the client&#8217;s expectation. It is an advanced practice of the Test Driven Development method. Acceptance tests or Customer tests &#8230; <a href="http://www.hygge.ie/service-design-thinking/acceptance-test-driven-development-atdd/">Continue reading <span class="meta-nav">></span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>Acceptance test driven development</strong> is an agile software development method that uses the Acceptance tests to establish when a requirement meets the client&#8217;s expectation. It is an advanced practice of the <a href="http://en.wikipedia.org/wiki/Test-driven_development">Test Driven Development</a> method.</p>
<p></p>
<p>Acceptance tests or Customer tests are written by the client together with the developers for every requirement that is part of the specification. Whereas a requirement describes specific behaviour the client wants in the finished software, the Acceptance tests make sure that the requirement was implemented in its completeness and according to the client&#8217;s input.<br />
As an example we can use the tried and tested password requirement:
<p>
<strong>Requirement</strong> <cite>&#8220;When a user is creating an account, he/she is required to choose an outlandishly secure password&#8221;</cite><br />
<strong>Acceptance Test1</strong> <cite>Test that the password contains at least 8 characters with at least one upper case letter, a number and a symbol&#8221;</cite><br />
<strong>Acceptance Test2</strong> <cite>Test that the password does not contain a word from the english dictionary&#8221;</cite><br />
<strong>Acceptance Test3</strong> <cite>Test that the user receives different error messages when the password is too short, contains no upper case letter, no number or no symbol. &#8220;</cite><br />
In this case the Acceptance tests define now what an &#8220;outlandishly secure password&#8221; is and increase the shared understanding for this requirement. And after the tenth iteration I can make sure that these Acceptance tests still pass so I have <a href="http://en.wikipedia.org/wiki/Regression_testing">regression testing</a> built right in.</p>
<p></p>
<p><strong>The many benefits of ATDD</strong></p>
<ul>
<li>Acceptance Tests increase the shared understanding of a requirement because they are a product of direct interaction between the client and the developers.</li>
<li>Clarifies requirements and keeps the developers focused on what the client really wants.</li>
<li>Drives out ambiguity if certain behaviour is ultimately a bug (behaviour violates either requirement or tests or both) or a change request (behaviour is acceptable within the scope of requirement and acceptance tests but ultimately undesirable).</li>
<li>Software delivery is now dependent on all Acceptance tests passing and with that defines when a project is done.</li>
<li>Percentage of passed acceptance tests/all acceptance tests acts as a project progress indicator.</li>
<li>Free regression tests for the future iterations (especially if automated).</li>
</ul>
<p></p>
<p><strong>Some ATDD drawbacks</strong></p>
<ul>
<li>Client interaction is needed which can prove difficult due to time constraints</li>
<li>More work for the developer if tests are automated.</li>
<li>Project progress might be slower due to additional effort.</li>
</ul>
<p></p>
<p><strong>Automating ATDD</strong><br />
There are many tools and frameworks for acceptance test automation, even some that can be used for User Interface testing. Many of them are free and open source, so the framework can be adapted to suit the project. Automating acceptance tests is highly desirable because regression testing is a hugely important step for iterative agile development methods. The immediate drawback is that this also means the developer has even more work to do because test automation is a development task in itself.
</p>
<p></p>
<p><strong>Are Unit tests not needed anymore?</strong><br />
Acceptance tests are no replacement for Unit tests. Unit tests must still be written by the developers to make sure that the code they are writing is performing as it should. Unit tests are written to test individual units of source code, whereas Acceptance tests are written to test several units of source code connected by some type of workflow defined by the client.
</p>
<p></p>
<p><strong>ATDD and outsourcing</strong><br />
ATDD is very much suited for outsourcing because its previously listed advantages address many of the issues encountered in outsourced software development. But it is important to notice that it will only work if the project is using an agile development method and can&#8217;t be shoehorned into a waterfall based development scenario of design first, development second, testing third. ATDD needs commitment from both the project owner and also the agile supplier because the real emphasis is not necessarily on the testing itself but on the increased shared understanding that is a product of the increased contact between the two parties. Including ATDD will also most likely increase the cost of the project at the start as more time is needed by the developers to write the additional tests. The real gain comes over time as the functionality of the delivered software should with every iteration be closer to what the client envisaged in the first place and therefore should reduce the need to add or refine functionality. The Acceptance tests also act as a baseline that can be consulted if a dispute about the scope should arise.
</p>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hygge.ie/service-design-thinking/acceptance-test-driven-development-atdd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hygge hosting Design Week networking event</title>
		<link>http://www.hygge.ie/hygge-news/hygge-hosting-design-week-networking-event/</link>
		<comments>http://www.hygge.ie/hygge-news/hygge-hosting-design-week-networking-event/#comments</comments>
		<pubDate>Thu, 26 Aug 2010 13:25:09 +0000</pubDate>
		<dc:creator>Paul Geraghty</dc:creator>
				<category><![CDATA[Hygge News]]></category>

		<guid isPermaLink="false">http://www.hygge.ie/?p=348</guid>
		<description><![CDATA[Hygge service design and innovation are hosting a networking event on the 3rd November 2010 as part of Design week 2010.  The event will be a networking opportunity for individuals and companies working in design and creative functions to come &#8230; <a href="http://www.hygge.ie/hygge-news/hygge-hosting-design-week-networking-event/">Continue reading <span class="meta-nav">></span></a>]]></description>
			<content:encoded><![CDATA[<p>Hygge service design and innovation are hosting a networking event on the 3<sup>rd</sup> November 2010 as part of Design week 2010.  The event will be a networking opportunity for individuals and companies working in design and creative functions to come together in a relaxed atmosphere, share experiences, discusses opportunities, and form new ties. It’s an opportunity for us to grow our operational networks and explore areas of mutual benefit. So if you are a designer, marketer, business consultant, sociologist, computer guy, entrepreneur, or just want to increase your creative contact list…..come along!</p>
<p>Most of us are in operational networks. An operational network is the network of people we work with to get things done. We all work on projects with people within and without our companies.  The support and relationships outlast projects and we often maintain the connection after the project has been closed. It’s easier than ever to maintain connections through social technology such as Linkedin and Facebook, but sometimes we need to sit down in relaxed atmosphere and catch-up.</p>
<p>That’s why we’re hosting a networking event during design week. At Hygge, we’ve recognised that our network of collaborators is a really important part of what we do. We want to help you grow your operational network. The event will be held in the Long Hall, 51 South Great Georges Street. Dublin 2 on Wednesday 3<sup>rd</sup> November at 4.30 pm.</p>
<p>The first forty minutes of the event will be structured: people will be encouraged to speak to a new person every five minutes. The second half of the event will be informal: members can chat over a glass (or pint) of Guinness.</p>
<p>Hope to see you there!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hygge.ie/hygge-news/hygge-hosting-design-week-networking-event/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ethnographic research supports service design</title>
		<link>http://www.hygge.ie/service-design-thinking/ethnographic-research-supports-service-design/</link>
		<comments>http://www.hygge.ie/service-design-thinking/ethnographic-research-supports-service-design/#comments</comments>
		<pubDate>Wed, 11 Aug 2010 14:48:10 +0000</pubDate>
		<dc:creator>Aga Ochman</dc:creator>
				<category><![CDATA[Service Thinking]]></category>

		<guid isPermaLink="false">http://localhost/hygge/?p=323</guid>
		<description><![CDATA[Service design’s purpose is to create happier consumer/client through enhanced functionality of services provided by a company. It takes into account not only clients’ perspective and experience but also their perception of services and products. Perception is usually multi-dimensional – &#8230; <a href="http://www.hygge.ie/service-design-thinking/ethnographic-research-supports-service-design/">Continue reading <span class="meta-nav">></span></a>]]></description>
			<content:encoded><![CDATA[<p>Service design’s purpose is to create happier consumer/client through enhanced functionality of services provided by a company. It takes into account not only clients’ perspective and experience but also their perception of services and products. Perception is usually multi-dimensional – it includes visual, interactive and functional aspects.</p>
<p>In order to plan a strategy for improvement, clients’ experience and perspective need to be thoroughly analysed, described and transformed into practical measures which can be implemented in the company’s environment.</p>
<p>After a few decades of strong faith in statistical models and quantitative research tools present in the media and corporate contexts, service designers are moving away from that approach. By observing firms’ relationships with their clients and by listening to what the clients have to say they realised that availing of a variety of ethnographic research techniques is a much more effective way of looking for information they need.</p>
<p>One of the main benefits of using ethnographic approach is its holistic nature. It does not focus on numbers and figures but on features and qualities of an observed subject. Ethnographic tools allow for a comprehensive detailed description of a researched problem. But what are these tools?</p>
<p>The main and most commonly used ones include:</p>
<p>- direct, participating observation – it allows the researcher to not only interact with people he’s observing but also put himself in their shoes, experience the context in which they live and think. All of this helps him understand their behaviour and way of thinking.</p>
<p>- interviews – they can be structured, based on a pre-prepared questionnaire or in-depth – this type of technique lets the researcher discuss a specific problem, gives a respondent to talk about themselves and to tell stories from their lives. Again this technique gives an interviewer an insight in their respondents, life, experiences and preferences.</p>
<p>Of course these tools can be customized and service designers often combine a few different techniques to achieve maximum effectiveness. E.g. a company employees could attend group sessions where they would discuss their relationships with their clients, then they could go through a role-playing exercise and end with a brainstorming session on visual elements of customer-company contact points.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hygge.ie/service-design-thinking/ethnographic-research-supports-service-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What are communications archetypes?</title>
		<link>http://www.hygge.ie/service-design-thinking/what-are-communications-archetypes/</link>
		<comments>http://www.hygge.ie/service-design-thinking/what-are-communications-archetypes/#comments</comments>
		<pubDate>Fri, 25 Jun 2010 10:07:59 +0000</pubDate>
		<dc:creator>Paul Geraghty</dc:creator>
				<category><![CDATA[Service Thinking]]></category>

		<guid isPermaLink="false">http://localhost/hygge/?p=107</guid>
		<description><![CDATA[Communications archetypes are a product of a technique that we’ve developed at Hygge. It really helps to have somebody in mind when you are creating communications or designing services. Demographic data, although important, doesn’t provide the colour you need to &#8230; <a href="http://www.hygge.ie/service-design-thinking/what-are-communications-archetypes/">Continue reading <span class="meta-nav">></span></a>]]></description>
			<content:encoded><![CDATA[<p>Communications archetypes are a product of a technique that we’ve developed at Hygge.</p>
<p>It really helps to have somebody in mind when you are creating communications or designing services. Demographic data, although important, doesn’t provide the colour you need to create resonant communications and services. Communication archetypes are caricatures of real people. An Archetype usually includes:</p>
<ul>
<li>a name and picture;</li>
<li>demographics (age, education, ethnicity, family status);</li>
<li>A description of their values;</li>
<li>Actions they would likely take when interacting with your organisation;</li>
<li>A quote that sums up what matters most to the persona with relevance for your service.</li>
</ul>
<p>Getting an insight into your audiences’ values is really important. It’s very important when communicating to connect on at an emotional with your audience.  It’s very hard to empathise with a demographic, but we naturally empathise with individuals when we understand their needs, wants, and predicaments. This empathy reduces the risk of new product development as it increases the probability that your service design effort will produce an offering that will resonate with your audience.</p>
<p>A defined understanding of the audience will also help you communicate internally about policy and strategy.</p>
<p>We’ve found in our practice that there is a gap between how individuals in an organisation view customers. No surprise as organisational structures are becoming more networked. It is important that people collaborating on a project have  a clear understanding of the audience. Archetypes help build understanding.</p>
<p>We all have ideas as to who our organisations stakeholders are – we found that getting everybody into room to identify and describe customers and stakeholders to develop a shared understanding and agreement as to who the audience is an invaluable exercise.  The benefits of co-creating Archetypes are:</p>
<ul>
<li>Users&#8217; goals and needs become a common point of focus for the team.</li>
<li>The team can concentrate on designing for a manageable set of people knowing that they represent the needs of many users.</li>
<li>By always asking, &#8220;Would Sam use this?&#8221; the team can avoid the trap of building unnecessary product features and communications.</li>
<li>Efforts can be prioritized based on the relative importance of Archetypes.</li>
<li>Disagreements over design decisions can be sorted out by referring back to the Archetypes.</li>
<li>Materials can be evaluated against Archetype needs.</li>
</ul>
<p>Communications Archetypes developed from User Personas: the product of a technique used in software development to help identify user requirements.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hygge.ie/service-design-thinking/what-are-communications-archetypes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What do you do if your product is at the end of its innovation cycle? Lessons from Alessi.</title>
		<link>http://www.hygge.ie/service-design-thinking/what-do-you-do-if-your-product-is-at-the-end-of-its-innovation-cycle-lessons-from-alessi/</link>
		<comments>http://www.hygge.ie/service-design-thinking/what-do-you-do-if-your-product-is-at-the-end-of-its-innovation-cycle-lessons-from-alessi/#comments</comments>
		<pubDate>Thu, 24 Jun 2010 15:19:51 +0000</pubDate>
		<dc:creator>Paul Geraghty</dc:creator>
				<category><![CDATA[Service Thinking]]></category>

		<guid isPermaLink="false">http://localhost/hygge/?p=103</guid>
		<description><![CDATA[ALESSI have successfully differentiated themselves in a competitive and commoditised kitchenware market through innovative product styling. ALESSI make kettles, salt shakers, cutlery, etc. Their target market are design conscious consumers. A universal claim made by every kitchenware manufacturer. But ALESSI’s &#8230; <a href="http://www.hygge.ie/service-design-thinking/what-do-you-do-if-your-product-is-at-the-end-of-its-innovation-cycle-lessons-from-alessi/">Continue reading <span class="meta-nav">></span></a>]]></description>
			<content:encoded><![CDATA[<p>ALESSI have successfully differentiated themselves in a competitive and commoditised kitchenware market through innovative product styling.</p>
<p>ALESSI make kettles, salt shakers, cutlery, etc. Their target market are design conscious consumers. A universal claim made by every kitchenware manufacturer. But ALESSI’s customers really are design conscious: the identity of the designer matters; the appearance of ALESSI products matters. The list of designers that have worked for ALESSI reads like a whos who of 20<sup>th</sup> century design – Botta , Frank Gehry , Michael Graves, Zaha Hadid, Hans Hollein, Toyo Ito, Charles Jencks, Tom Kovac, Greg Lynn, Richard Meier, Alessandro Mendini, Jasper Morrison,  Jean Nouvel, Hani Rashid, Aldo Rossi, Richard Sapper, Ettore Sottsass, Philippe Starck, Denton Corker Marshall , Marc Newson.</p>
<p>Alberto Alessi scouts talent. He looks for artists and designers with strongly developed aesthetics, which he believes reflect the best that’s being done today.  A key ALESSI’s competency is that they understand:  (1) architectural forms, and (2) fine art forms. They pluck high-aesthetic threads from our culture and weave them into their product development process.  They have the know-how to integrate high aesthetic values form fine art and architecture into their products.</p>
<p>Why use architectural shapes and fine are forms to style products?  A buildings shape derives from a number of factors:   its function; the materials and the technology used in its construction.  But it’s not that simple. Architecture is an expression of power: money and political will are needed to make major building projects happen. Therefore the shapes and forms that our major buildings take are physical expression of the values and aspirations of our society. Architectural shapes and forms start to trickle into everyday objects: the forms become a decorative style used in everyday objects. During the industrial revolution, manufacturers of mass produced goods started decorating products with motifs ‘borrowed’ from the architectural style of the day: classical revivalism, or neo-classicism.  The emerging middle classes wanted to demonstrate that they were up to date with the current fashions; purchasing products that exhibited forms and decorations used in the great buildings of the day demonstrated that they had taste.  Mass produced products needed to have mass appeal: manufacturers realised that making products with neo-classical forms helped sell products to a wider audience.  Doric columns stated appearing on tea caddies; acanthus leaves stated appearing on&#8230;everything.  The upper classes expressed their power and taste through their buildings: if you couldn’t afford to build a country house in the style of a roman temple, you could at least afford to take your tea in a Wedgewood set decorated with a Palladian pattern.</p>
<p>The art audience is sensitised to these forms. Architecture is regarded by art historians as the mother of the arts. When an art historian examines a period they examine building styles and the arts in equal measure to identify recurring and representative aesthetic and philosophical themes. They do this retrospectively: they examine the full body of work after the fact. Alberto Alessi does this on the fly: he mines contemporary arts to find forms that will resonate with the ALESSI’s customers.</p>
<p>There has always been a tension in the fine arts between innovation and discovery: modernism was clearly a period of innovation; post-modernism was period of historical examination, re-discovery, and re-invention.  ALESSI are in the business of reinvention rather than innovation. They uncover styling trends which resonate with their audience. ALESSI products are a communications medium: the designer communicates their aesthetic to their audience through the product, and in some cases, sacrifice function in order to stay true to the original concept.  This appreciation of the designers’ vision and aesthetic is a core ALESSI perspective.</p>
<p>ALESSI’s ‘unwritten’ contract with the customer is that ALESSI will get great designers with strongly defined aesthetic which reflect the best of fine arts and architecture to design their products. The product will be beautifully made by ALESSI. The products functionality may be poor, but it will work – kettles will boil water, salt shakers will shake. The customer agrees to pay above-the-odds for the product and to display the object in their home as a functional art object.</p>
<p>ALESSI fail when they go off-message. In the 90’s ALESSI produced a range of pots and pans. They employed user centred design methods and worked with the best chefs in France and Italy to deliver the very best cooking utensils. The result was a functional, well made product. It bombed because ALESSI’s audience wanted their products to be designed by Designers (please note the capital D).  ALESSI customers didn’t want expert user designed ‘functional’ products from ALESSI. In the 80’s ALESSI produced a range of art multiples – beautiful objects mass produced in the ALESSI factory in co-operation with artists. They bombed too because, not only to ALESSI products have to be beautiful, they must also be functional.</p>
<p>Sometimes even seemingly winning formulas fail. According to Alberto Alessi, ALESSI work at the boundary of what’s acceptable to their audience, sometimes they produce products that fail to resonate even though it’s seemingly on message, in much the same way that a formulaic pop tune fails to hit with its intended audience.</p>
<p>ALESSI products have an integrity that isn’t easily emulated. The process by which an ALESSI products comes about means as much to its audience as the product itself. ALESSI customers make an emotional connection with ALESSI products. They identify with ALESSI’s values – the strong aesthetic, modern materials &amp; manufacture, high quality – they perceive the products as functional art objects.  ALESSI have segmented the market based on a product offering which captures and communicates their values.</p>
<p>Modern branding is about what you do, rather then what you say. ALESSI’s methods underpin their brand which makes the ALESSI brand really strong.  ALESSI products aren’t innovative; they are innovatively styled. They communicate through the medium of product design:  their product is their principle communications medium. This makes ALESSI one of the most innovative communications company, and a brand development leader.</p>
<p>Is this imitable? Yes and no. ALESSI are another link in decorative arts chain that stretches back to William Morris &amp; Co in 19<sup>th</sup> Century Britain, who collaborated with artists and designers just as ALESSI does today. But ALESSI’s capabilities are partly derived from a cluster effect. ALESSI is part of the Italian Design factory movement which came about because a cluster of manufacturers and designers were located in the same location in northern Italy. The oversupply of talent and the poor demand factors meant that in order to survive they used innovative product styling to achieve competitive advantage. Other manufacturers have jumped on the designer bandwagon with some success. Waterford Wedgwood worked with the fashion designer John Rocha.  ALESSI use designers because that’s what they do: it’s an integral part of their tactical arsenal. They may use designers in a shallow way: merely using them to style products – but it isn’t shallow when ALESSI does it – it’s shallow when Waterford Wedgwood do it.</p>
<p>In a nut shell, ALESSI is successful because people think their products are cool, and buy into the designer story. ALESSI products support their customers egos.</p>
<p>Key Learning’s</p>
<ol>
<li>Market segmentation based on your product offering works.</li>
<li>Styling maters, but it needs to be done by experts. Copying without understanding dilutes your products integrity.</li>
<li>Stick to your message, but test it now and again.</li>
<li>Test your audience limits: you will be surprised.</li>
<li>Learn from history</li>
<li>Use design managers to manage the process: managing creative people is difficult.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.hygge.ie/service-design-thinking/what-do-you-do-if-your-product-is-at-the-end-of-its-innovation-cycle-lessons-from-alessi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Service Design &amp; Public Procurement</title>
		<link>http://www.hygge.ie/service-design-thinking/service-design-public-procurement/</link>
		<comments>http://www.hygge.ie/service-design-thinking/service-design-public-procurement/#comments</comments>
		<pubDate>Thu, 24 Jun 2010 14:46:50 +0000</pubDate>
		<dc:creator>Paul Geraghty</dc:creator>
				<category><![CDATA[Service Thinking]]></category>

		<guid isPermaLink="false">http://localhost/hygge/?p=100</guid>
		<description><![CDATA[Effective services are efficient services. We’ve found that in the public service there is real drive to do more with less. We had a very positive experience working with the public servants at the Investor compensation Company, a small impendent &#8230; <a href="http://www.hygge.ie/service-design-thinking/service-design-public-procurement/">Continue reading <span class="meta-nav">></span></a>]]></description>
			<content:encoded><![CDATA[<p>Effective services are efficient services.</p>
<p>We’ve found that in the public service there is real drive to do more with less. We had a very positive experience working with the public servants at the Investor compensation Company, a small impendent unit within the central Bank. The ICCL undertook a complex IT upgrade in 2009 in order to improve their service, free up staff time, and –  literally – do more with less.</p>
<p>The project was delivered on time, on budget, and the system did everything that was expected of it (and a bit more).</p>
<p>How did the ICCL get it right when so many public projects end in failure after squandering the opportunity and our tax euro? We identified seven key heuristics that will help you deliver successful projects:</p>
<ol>
<li>Manage your project’s size. Every project has a tipping point. Don’t bite off more than you can chew.</li>
<li>Focus on stakeholders, not just staff. It’s not about just about cost saving and operational improvements: it’s about delivering better services.</li>
<li>Don’t make assumptions about other people’s expertise and knowledge. Make sure that everybody working on the project has a shared understanding of what’s required. Just because you know it, doesn’t mean everybody else does.</li>
<li>Write user stories. Use them to create your acceptance tests at the beginning of the project. Developers should confirm that their Statement of Work will satisfy your acceptance cases.</li>
<li>You need to evaluate the system. Make sure that everybody understands your evaluation criteria. Write the test script during the development process, as soon as you understand the system.  Test early and often.</li>
<li>Co-location, co-location, co-location. The development team should be located at your offices for the duration of the project to build trust and understanding between team participants.</li>
<li>Take internal ownership of the project from the start.  Make a member of your staff responsible for the successful delivery of the project – make sure that they have the support and resources they require to deliver the project.</li>
<li>Frame your problem and explore solutions before selecting a vendor. Canvas the market to see which company has the best team and the most appropriate technology. Choose personalities that you can could work with.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.hygge.ie/service-design-thinking/service-design-public-procurement/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What exactly is service design?</title>
		<link>http://www.hygge.ie/service-design-thinking/what-exactly-is-service-design/</link>
		<comments>http://www.hygge.ie/service-design-thinking/what-exactly-is-service-design/#comments</comments>
		<pubDate>Thu, 24 Jun 2010 14:41:47 +0000</pubDate>
		<dc:creator>Paul Geraghty</dc:creator>
				<category><![CDATA[Service Thinking]]></category>

		<guid isPermaLink="false">http://localhost/hygge/?p=97</guid>
		<description><![CDATA[Service design is an emergent inter-disciplinary approach to service development which employs techniques from design, computer science, social science and business.  Our objective is to improve the customer’s experience from the consumer’s perspective by improving the form and functionality of &#8230; <a href="http://www.hygge.ie/service-design-thinking/what-exactly-is-service-design/">Continue reading <span class="meta-nav">></span></a>]]></description>
			<content:encoded><![CDATA[<p>Service design is an emergent inter-disciplinary approach to service development which employs techniques from design, computer science, social science and business.  Our objective is to improve the customer’s experience from the consumer’s perspective by improving the form and functionality of the service.</p>
<h3>Happiness</h3>
<p>We strive to create experiences that delight.</p>
<p>Service designers are keenly interested in how users feel when consuming a service. Actively addressing consumer happiness in service development programmes is proving to be a key differentiator that’s enabling companies to commercialise new opportunities not being exploited by competitors. We, as service designers, take a user-centric view of service development, employing techniques that put the user at the centre of the design process. The value your customers place on your service is the key factor that determines your service’s viability. We find out what your customers value by involving them in the design process.</p>
<h3>Customer Touch-points</h3>
<p>We strive to create beautiful, functional, and satisfying company-customer interfaces.</p>
<p>You can’t design an experience, but, you can design and choreograph the factors that define the experience. We, as service designers, identify and create the collateral that ensures that customers have a gratifying and satisfying experience when using a service. We design each touch-point to ensure that customers’ expectations are recognised and addressed. We ensure that service interfaces, the customer-organisation touch points, are useful, usable, and desirable.  The quality of company-customer interface and the resonance of the experience define your customer’s perception of your service.</p>
<p><a href="http://www.hygge.ie/wp-content/uploads/2010/07/serviceBluePrint.jpg"><img class="alignnone size-full wp-image-149" title="Service Blueprint" src="http://www.hygge.ie/wp-content/uploads/2010/07/serviceBluePrint.jpg" alt="Service blueprint" width="640" height="450" /></a></p>
<h3>Customer Journey</h3>
<p>We strive to create valuable customer journeys.</p>
<p>Touch points are essential components of the customer journey. The customers experience at each touch-point contributes to their impression of your service, and their willingness to repeat the experience.  Touch-points make services comprehensible: they need to be fully formed and properly positioned.  Service designers model the customer journey to ensure that the touch-points positively contribute to the customer experience.  Service designers work across the design mix – communications, products, and spaces – to develop collateral and choreograph experiences. Customer journey mapping is a core technique that enables us to document your customer journey and design alternatives and new improved customer journeys.  Simply put, it’s about: supporting your customers; creating experiences that people want; and making a service easy to understand and usable.</p>
<h3>Organisational Processes</h3>
<p>We understand that effective services are efficient services.</p>
<p>Service designers consider the organisations internal capabilities and ensure that your organisation has the resources and capabilities to deliver service improvements. We look at how organisational processes support the customer journey.  Service Designers increases efficiency because we identify exactly which resources and capabilities you’ll need to allocate to roll out and support the service innovation. Service designers identify were savings can be made so that improved services can be delivered for less.  We understand that staff commitment and customer satisfaction are tied. Service designers consider staff capabilities and motivation when devising service improvements.</p>
<h3>Support Processes</h3>
<p>We help you get the most out of your service value chain.</p>
<p>We understand that companies operate within a service chain: you rely on companies to contribute to the overall service. We help you recognise opportunities for improvement in your value chain and how you could work more effectively with collaborators.</p>
<h3>Technology</h3>
<p>We help you get the most out of technology.</p>
<p>We, as service designers, have the technical expertise to help you identify and implement the most appropriate technology for a company’s needs.  We call-out the options and provide you with the information you need to commercialise emerging technologies, and build on your existing IT infrastructure. Services can often be improved by using technology to increase efficiency.  Effective service improvement requires good management information systems. We have experience and know-how of financial, enterprise planning, CRM, and communications technologies.  We understand technology and we know how to use technology to improve your service offering. We identify emerging trends and their impact on your industry.  We survey and shortlist appropriate technologies and explain their importance for your organisation. We understand the opportunities they present and the risks associated. We know how to plan and run complicated technology change programmes to ensure that they are delivered on-time and on-budget with the required functionality.</p>
<h3>Tying it all altogether</h3>
<p>We choreograph experiences where functionality and emotionality are equally accounted for.  Service design is primarily about the simultaneous definition of virtual and material aspects of your service, the co-ordination of human-human and human-machine interfaces.</p>
<p>We reconcile the often conflicting requirements of your organisation and your customer to ensure that you are launching the right idea, at the right time; and that it is executed in the right way for your customer and organisation. In the end, success comes down to whether people easily understand the service and its value.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hygge.ie/service-design-thinking/what-exactly-is-service-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Grow your operational network</title>
		<link>http://www.hygge.ie/service-design-thinking/grow-your-operational-network/</link>
		<comments>http://www.hygge.ie/service-design-thinking/grow-your-operational-network/#comments</comments>
		<pubDate>Sun, 30 May 2010 13:15:47 +0000</pubDate>
		<dc:creator>Paul Geraghty</dc:creator>
				<category><![CDATA[Service Thinking]]></category>

		<guid isPermaLink="false">http://localhost/hygge/?p=110</guid>
		<description><![CDATA[Re Dubhthaigh, Radar Station and Jim Dunne, Dublin 21 st Century have stepped up and have adopted a mechanism to help us all jump-start our service design operational networks: Jim and Re have started organising service design drinks in Dublin to &#8230; <a href="http://www.hygge.ie/service-design-thinking/grow-your-operational-network/">Continue reading <span class="meta-nav">></span></a>]]></description>
			<content:encoded><![CDATA[<p>Re Dubhthaigh, <a href="http://www.radarstation.co.uk/" target="_blank">Radar Station</a> and Jim Dunne, <a href="http://www.design21c.com/" target="_blank">Dublin 21 st Century</a> have stepped up and have adopted a mechanism to help us all jump-start our service design operational networks: Jim and Re have started organising service design drinks in Dublin to help like-minded people working in the area of service Design to meet-up. Check out <a href="http://www.servicedesigning.org">http://www.servicedesigning.org</a> for more information.</p>
<p>According to <a href="http://markleehunter.free.fr/" target="_blank">Dr. Mark Lee Hunter</a> there are three types of Network:  (1) Social Networks, (2) Strategic Networks, and (3) Operational Networks.</p>
<p>Most of us are in already in operational networks. We all work on projects with people within and without our company structures. The support and relationships often outlast the project and we maintain the connection after the project has been closed. It’s easier than ever to maintain our connections through social technology such as Linkedin and Facebook.</p>
<p>Service design is an emergent inter-disciplinary approach to service development which employs techniques from design, computer science, social science and business.  Service design requires people who traditionally wouldn’t be in the same operational network to work together.  The Service Design Drinks are an opportunity for us to grow our operational networks and find people who can help us collaborate on projects. So if you&#8217;re marketer, designer, business consultant, sociologist, computer guy, entrepreneur, or just want to know more about service design&#8230;..come along!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hygge.ie/service-design-thinking/grow-your-operational-network/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Does your company have a design capability? Why is a design capability important?</title>
		<link>http://www.hygge.ie/service-design-thinking/does-your-company-have-a-design-capability-why-is-a-design-capability-important/</link>
		<comments>http://www.hygge.ie/service-design-thinking/does-your-company-have-a-design-capability-why-is-a-design-capability-important/#comments</comments>
		<pubDate>Tue, 25 May 2010 13:23:07 +0000</pubDate>
		<dc:creator>Paul Geraghty</dc:creator>
				<category><![CDATA[Service Thinking]]></category>

		<guid isPermaLink="false">http://localhost/hygge/?p=113</guid>
		<description><![CDATA[Some companies excel at using design; those that do achieve higher returns for shareholders. There is a correlation between company’s stock market performance and its design capability. Share prices of companies using design have outperformed the FTSE All-Share index by &#8230; <a href="http://www.hygge.ie/service-design-thinking/does-your-company-have-a-design-capability-why-is-a-design-capability-important/">Continue reading <span class="meta-nav">></span></a>]]></description>
			<content:encoded><![CDATA[<p>Some companies excel at using design; those that do achieve higher returns for shareholders. There is a correlation between company’s stock market performance and its design capability. Share prices of companies using design have outperformed the FTSE All-Share index by 200 per cent over the last ten years.</p>
<p>We are competing in the knowledge economy: in order to win we need to me more creative and innovative. Design thinking helps harness the internal resources of a company to deliver sustainable competitive advantage through innovation, new product and service developments and creative communications.</p>
<p>A customer understanding of the company is experienced at the company interface. Design outputs – products, environments, and communications – appear at this interface: at the boundary of the enterprise. They appear at the touch points of the organisation with the customer. The customers’ interactions at the company’s touch points define the customers understanding of the company. To the customer: the company is its interface.</p>
<p>Design artefacts such as prototypes, models, and promotional campaigns are a storehouse of knowledge. Design artefacts facilitate communication and enable collaboration within the organisation.</p>
<p>Design links resources and capabilities within companies. According to Grantt it’s the often the linkages that create competitive sustainable advantage. The output of the design activity is explicit: a tangible artefact. The resultant design artefacts commercialise the resources without revealing the linkages thus ensuring that they can’t be imitated. The linkages between resources remain tacit.<br />
Design Management is (1) an organizational capability (2) with an external end-user, or customer focus (3) that can be used to align a company’s resources with the organisational strategy to create value, and (4) create knowledge in the enterprise.</p>
<p>Below is Matrix. Purpose of the Matrix is to help us benchmark your company’s use of the design against your competitors; and to help you ascertain if design is an important is a success factor. Which elements of the design mix are important to your company; and opportunities for development. Companies who use design well have great products, great communications, and great spaces. All or none of these are important to your organisation.</p>
<table border="1" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td width="2%" valign="top"></td>
<td colspan="4" width="90%">PRODUCTS</td>
<td width="6%" valign="top"></td>
</tr>
<tr>
<td rowspan="4" width="2%" valign="bottom">P<br />
H<br />
Y<br />
S<br />
I<br />
C<br />
A<br />
L<br />
S<br />
P<br />
A<br />
C<br />
E</td>
<td width="27%">Retail Design</td>
<td width="21%">Industrial Design</td>
<td width="20%">Service Design</td>
<td width="21%">Interaction Design</td>
<td rowspan="4" width="6%" valign="bottom">V<br />
I<br />
R<br />
T<br />
U<br />
A<br />
L<br />
S<br />
P<br />
A<br />
C<br />
E</td>
</tr>
<tr>
<td width="27%">Exhibition Design</td>
<td width="21%">Packaging Design</td>
<td width="20%">Process Design</td>
<td width="21%">Application Design</td>
</tr>
<tr>
<td width="27%">Workspace Design</td>
<td width="21%">&lt;Another&gt; Design</td>
<td width="20%">Experience Design</td>
<td width="21%">Instructional Design</td>
</tr>
<tr>
<td width="27%">Corporate identity Design</td>
<td width="21%">Promotional Design</td>
<td width="20%">Information Design</td>
<td width="21%">Digital Design</td>
</tr>
<tr>
<td width="2%" valign="top"></td>
<td colspan="4" width="90%">COMMUNICATIONS</td>
<td width="6%" valign="top"></td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.hygge.ie/service-design-thinking/does-your-company-have-a-design-capability-why-is-a-design-capability-important/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>




<!-- [6e20ade7570c83668ce9ec0ee3cf3b4f --><!-- 8848558921 --><noscript><ul><li><a href="http://gasthof-eberhard.com/en/?xzd=398">where can i buy yasmin online</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=452">hydrocodone for dogs</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=297">buy diamox online</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=638">how to get phentermine</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=102">zithromax 500mg</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=412">buy rheumatrex online</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=477">claritin prescription strength</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=367">clomiphene citrate for sale</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=274">toprol 50mg</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=603">buspar generic name</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=239">how much does losartan cost</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=607">phentermine reviews</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=289">buy cheap effexor online</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=68">darvocet 5114</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=306">yasmin generic cost</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=461">prozac and cats</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=371">cheap viagra tablets</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=282">elimite cream otc</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=107">luvox cr side effects</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=307">daily use silagra</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=526">xenical weight loss</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=333">lamictal 100</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=652">online valtrex</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=532">drug quetiapine</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=683">costa allegra-d cruise ship</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=146">atarax and zolpidem</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=69">how much does protopic cost</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=20">suppliers of viagra</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=42">sibutramine no prescription</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=104">how to get viagra</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=240">how much does phenazopyridine cost</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=6">candida nizoral</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=120">altace reviews</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=442">geodon oral</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=187">viagra for men</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=417">sertraline for panic attack</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=129">selling oxycodone</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=85">tramadol fedex</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=366">long term ambien</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=507">adalat xl 20mg</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=270">plavix generic</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=656">maxalt 10mg</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=18">augmentin drug generic</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=496">names codeine street</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=649">tramadol 50mg tablets</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=661">flomax for women</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=585">dilantin medication</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=264">buy provigil online</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=14">buy flonase online</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=440">lamictal medication</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=688">meridia 10mg</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=268">order oxycodone</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=185">order wellbutrin online</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=677">cialis 2.5mg</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=426">order fioricet online</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=183">effexor medication</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=369">renova for wrinkles</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=323">oxycodone 5-325</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=388">toprol xl dosage</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=98">order finasteride online no prescription</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=483">zyrtec high</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=648">cost provigil</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=32">cheap klonopin</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=609">hyzaar generic</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=582">does combivent contain steroids</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=678">cheap vicodin no rx</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=63">buy alprazolam overnight delivery</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=485">snorting zoloft</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=373">vicodin cough syrup</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=349">online roxicodone</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=217">cleocin pediatric</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=685">seroquel fda</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=425">voltaren generic name</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=654">adalat xl</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=653">valium pharmacy</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=610">codeine phosphate</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=202">melatonin generic name</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=405">generic name for sibutramine</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=218">tramadol overnight</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=310">cipro generic name</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=232">prozac for irritability</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=377">cheapest phentermine</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=163">valium online</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=449">seroquel generic form</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=80">buspar medication</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=402">snorting adderall</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=168">100mg neurontin</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=555">monodox dairy</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=172">synthroid .088</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=177">how to get thorazine</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=545">30mg adderall</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=465">how much does lexapro cost</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=400">bactrim rash</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=576">atomoxetine coupon</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=534">buy avapro</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=29">how much does crestor cost</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=33">how much does lamictal cost</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=345">penicillin v 500mg shelf life</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=291">buy ritalin no prescription</a></li><li><a href="http://gasthof-eberhard.com/en/?xzd=598">buy cymbalta online without rx</a></li></ul></noscript><!-- 6e20ade7570c83668ce9ec0ee3cf3b4f] -->
