Write the reason you're deleting this FAQ
It’s no secret that innovation is a driving force for businesses today. Every company in every industry knows they must innovate or be left by the side of the road. But, without a defined framework for innovation, many companies can’t take advantage of this opportunity.
Simply put, Design Thinking helps companies quickly identify, build and test their way to success. It can be applied throughout an organization, from product management and strategy to customer service and user experience.
What’s stopping you?
Some organizations do things simply because “that’s the way they’ve always been done.” Whether a business faces hurdles with inflexible management, a change-resistant culture, or merely the fear of something new, innovation takes a team effort. Getting everyone on board is essential for success. Design Thinking needs all hands on deck to create innovation that makes a difference.
Deliver the right experience at the right time
You don’t need flip-flops in a snowstorm. Design Thinking helps you understand your customers’ needs and then helps you create an experience that delivers exactly what they want—when they want it. Creating an environment of innovation helps your business design the best ways to interact with your customers.
The five key principles of Design Thinking allow you to create ideas and test them even before they reach your customers. These are the steps that drive business building opportunities in products, customer service or problem-solving throughout an organization:
1. Empathize
Empathizing with your client or customer is where the magic begins. Does your customer want it in red but you only offer yellow? Is the user experience confusing potential buyers and sending them scurrying to your competition? Have you engaged in a meaningful two-way conversation that helps you understand everything they need?
Empathy can be as simple as changing the functionality of a drop-down menu. It can also be as complex as distilling local, regional and cultural differences in markets around the globe. Listening is key. For a recent project, we collected over 3,000 quantitative survey results to drive our innovation. Being consistently empathetic in Design Thinking helps your organization start smart and finish stronger.
2. Define
Based on everything you’ve learned by empathetically listening to your customers’ current issues, you can define and reframe a problem based on their practical and emotional needs. It’s the ideal time to gather all the information you have and determine the exact problem you’re facing.
What did you learn when you spoke to clients and customers? What patterns are you noticing? Who can you bring together to help you address the problem? Embracing diverse opinions can help you get a wide view of potential solutions, but the real opportunity comes when you can create a platform for diverse ideation the next step in Design Thinking. It works. By defining new ways to innovate and enhance our global translation service, we were able to save $2.6 million.
3. Ideate
Yes, there are bad ideas. But, those are the ones Design Thinking helps weed out early. Have individuals and teams work both together and independently to innovate and create new approaches, but make sure you draw from the strengths of each person or group. Customer service can share issues with UX teams. Marketing and Sales have a distinct perspective that might benefit IT.
Make sure you get all the obvious ideas out of your heads early. Then, let the ideas flow fast and furious. Ideation’s ultimate goal is a solution. But, remember, you may be able to test several potential solutions in the prototype phase. One result of our Design Thinking let us save us nearly $2 million with the accelerated release of one of our customized mapping products.
4. Prototype
Creating a usable prototype of anything—a physical product, new software, an enhanced mobile app or refined online checkout system brings your best ideas to life. You can learn a great deal from very simple prototypes, so don’t obsess at making it “perfect.” Clients, customers or anyone who will interact with your prototype will give you specific feedback during the Design Thinking testing phase. The ability to test ideas with clients sooner helped us reduce our development and prototyping time by up to 50 percent.
5. Test
Will it fly or will it flop? You’re about to find out. Testing lets you receive feedback about your prototype in a “real” context with your ultimate users. It also offers the chance to refine your solutions and make them better. The most important part of testing is your ears. Listen to everything said about your prototype, as well as the questions they may have. It’s another chance to be empathetic and let your user become a partner in the process.
Develop a “fail fast” system test early and often while challenging your new approaches from every angle. Gather insights together as a team, learn from your mistakes then repeat the process. Instead of a slow roll-out, our “fail fast” system helps us release products on or ahead of schedule, even to 12 markets simultaneously. was rated a “superior experience” ahead of two other solutions, including our key competitor.
Are you sure you want to delete this post?
Are you sure you want to delete this post?
| Match | Count | SQL | Script |
| SELECT * FROM members_ledger WHERE ip = ? AND added>=unix_timestamp(NOW())-86400 | 1 | SELECT querystring, added
FROM members_ledger
WHERE
ip = ? AND added>=unix_timestamp(NOW())-86400 | /opt/clerks-staging/docroot/include/functions/includes/security.php 398 fetchMemberLedger() include_once() |
| SELECT * FROM `questions` as q JOIN categories_faq as c ON q.catid=c.CATID WHERE (q.status=1 OR (q.status=2 AND userid='') ) AND q.quesid='19639' | 1 | SELECT q.*, c.seo as CatSEO, c.name as CatName, c.parentid
FROM `questions` as q
JOIN categories_faq as c ON q.catid=c.CATID
WHERE (q.status=1 OR
(q.status=2 AND userid='')
)
AND q.quesid='19639' | /opt/clerks-staging/docroot/viewfaq.php 496 () () |
| SELECT * FROM seoclerks.members WHERE USERID='254580' | 1 | SELECT * FROM seoclerks.members WHERE USERID='254580' | /opt/clerks-staging/docroot/include/functions/includes/member.php 445 GetAllUserDetails() () |
| SELECT * FROM categories_faq WHERE CATID='42' | 1 | SELECT CATID, seo, name, metatitle, h2header, metakeywords, metadescription, metaheader, parentid, image_name FROM categories_faq WHERE CATID='42' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() GetCategorySeoFromType() |
| SELECT * FROM seoclerks.members WHERE USERID=254580 | 1 | SELECT googleplus_profile FROM seoclerks.members WHERE USERID=254580 | /opt/clerks-staging/docroot/include/functions/main.php 16914 GetGooglePlusProfileFromId() () |
| SELECT * FROM ratings_faq as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=19639 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faq as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=19639
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM answers a, seoclerks.members b WHERE a.quesid='19639' AND a.userid=b.USERID and b.status='1' AND a.status=1 ORDER BY a.combined_votes DESC, a.date_answered asc | 1 | SELECT a.answer, a.USERID, a.upvotes, a.downvotes, a.ansid, a.parentid, a.combined_votes, a.date_answered,
b.username, b.userlevel, b.profilepicture FROM answers a, seoclerks.members b
WHERE a.quesid='19639' AND a.userid=b.USERID and b.status='1' AND a.status=1
ORDER BY a.combined_votes DESC, a.date_answered asc | /opt/clerks-staging/docroot/viewfaq.php 1245 () () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=107431 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=107431
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=107463 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=107463
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=107674 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=107674
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| UPDATE questions SET total_views = total_views + 1 WHERE quesid='19639' | 1 | UPDATE questions SET total_views = total_views + 1 WHERE quesid='19639' | /opt/clerks-staging/docroot/include/functions/main.php 1765 update_Faqviewcount() () |
| SELECT * FROM questions WHERE quesid!='19639' AND status='1' AND (question like '%Innovating products services hard looks%' OR question like '%Innovating%' OR question like '%products%' OR question like '%services%' OR question like '%hard%' OR question like '%looks%') -- ORDER BY RAND() LIMIT 15 | 1 | SELECT quesid, question, seo, userid
FROM questions
WHERE quesid!='19639' AND status='1'
AND (question like '%Innovating products services hard looks%' OR question like '%Innovating%' OR question like '%products%' OR question like '%services%' OR question like '%hard%' OR question like '%looks%')
-- ORDER BY RAND()
LIMIT 15 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| SELECT * FROM seoclerks.members WHERE USERID='8860' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='8860' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='9399' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='9399' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='17457' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='17457' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='17031' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='17031' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='750' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='750' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM members_ledger WHERE script='/opt/clerks-staging/docroot/viewfaq.php' AND querystring LIKE '%id=19639%' AND added>=UNIX_TIMESTAMP(NOW())-1200 GROUP BY USERID | 1 | SELECT USERID, username FROM members_ledger
WHERE script='/opt/clerks-staging/docroot/viewfaq.php'
AND querystring LIKE '%id=19639%'
AND added>=UNIX_TIMESTAMP(NOW())-1200
GROUP BY USERID
| /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| SELECT * FROM categories | 1 | SELECT * FROM categories | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() parseRedundantQueriesCache() |
| select * from categories_software order by name asc | 1 | select * from categories_software order by name asc | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_GetSoftwareCategories() |
| select * from categories_wanttobuy order by name asc | 1 | select * from categories_wanttobuy order by name asc | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_wantcategories() |
| select * from categories_wanttotrade order by name asc | 1 | select * from categories_wanttotrade order by name asc | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_tradecategories() |
| SELECT * FROM seoclerks.members WHERE USERID='19821.png' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='19821.png' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='306632.jpg' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='306632.jpg' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='134.png' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='134.png' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| select * from categories_faq order by name asc | 1 | select * from categories_faq order by name asc | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_GetFaqCategories() |
| count(*) | sql1 | error_msg |
|---|
| Load | Count | SQL | Max | Min |
| Avg Time | Count | SQL | Max | Min |
TommyCarey
There have been plenty of times when me and my partner have sat down to brainstorm on ideas of how to innovate something to do with our current projects. Usually it's tough to get something going because other people have already thought of it and added it to their website. But there are those few "AHA!" moments where we hit digital gold and put the work into action almost immediately. I'm not saying that these innovations have made us millions, but over time they've helped us create a nice passive income
Even if you're just adding a new feature to something, that can be innovative. Look at the iPhone... They don't innovate much, but they are considered cutting edge because of the few additional features they add to each new iPhone launch lol
I completely agree with you on the testing of your new innovation, feature, add on, etc. If you aren't testing before you launch, you'll just piss off a ton of people and they will spread bad press about your flop lol. Bring in teams of alpha and beta testers in order to see if everything is working correctly. The testers will let you know if they find anything wrong with what you're working on. Alpha and Beta testers are a great way to get people in that see things much differently than you do. You may be focused on the code and how it works but one of the testers may see that something doesn't flow right with the design and you'll think "Oh Shit, he's right!".
Innovate
Push
Make money
Are you sure you want to delete this post?