<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Ertugrul</title>
    <description>The latest articles on DEV Community by Ertugrul (@ertug_ca).</description>
    <link>https://dev.to/ertug_ca</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F265169%2Fe717faa1-ac63-4194-bc78-15c06059be83.png</url>
      <title>DEV Community: Ertugrul</title>
      <link>https://dev.to/ertug_ca</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ertug_ca"/>
    <language>en</language>
    <item>
      <title>When Less is More: 5 Compelling Benefits of MVPs for Software Startups</title>
      <dc:creator>Ertugrul</dc:creator>
      <pubDate>Tue, 19 Nov 2019 13:30:06 +0000</pubDate>
      <link>https://dev.to/ertug_ca/when-less-is-more-5-compelling-benefits-of-mvps-for-software-startups-15il</link>
      <guid>https://dev.to/ertug_ca/when-less-is-more-5-compelling-benefits-of-mvps-for-software-startups-15il</guid>
      <description>&lt;p&gt;Most software developers incline to overbuild their first product release, mostly out of fear. They fear that their initial product offering isn't enough to compel the users. However, as overbuilding cannot guarantee success, it can even lead to failure due to over-spent resources. Starting small with an MVP, a minimum viable product, on the other hand, will actually increase the chances of success. One of the major MVP benefits is that, while reducing costs, they improve the overall product quality and efficiency as well as customer relations.&lt;/p&gt;

&lt;p&gt;Here are 5 compelling MVP benefits for software startups:&lt;/p&gt;

&lt;h1&gt;
  
  
  #1: Quick Development
&lt;/h1&gt;

&lt;p&gt;The great thing about MVPs is that they allow you to put your product on the market sooner rather than later. As the name suggests, you’re supposed to develop a minimum set of features and deliver less functionality to the end-user. By focusing mostly on the core features of the product, the development time for the software is naturally reduced. And releasing a product swiftly on the market comes with many benefits.&lt;/p&gt;

&lt;p&gt;The idea behind MVP launches is that sooner you hit the shelves, sooner you get to be exposed to the harsh realities of the market you try to get into and learn from them. So, you prevent any costly mistakes from happening by testing the real market demand for the solutions you are offering. You’re not aiming for perfection with an MVP. You, instead, try to figure out what core functionalities to propose to the customer and how you can develop them in a very rapid fashion. So that you keep up with the actual needs of your customers.&lt;/p&gt;

&lt;h1&gt;
  
  
  #2: Lower Development Costs
&lt;/h1&gt;

&lt;p&gt;Having focused on the most vital features addressing directly a market problem not only minimizes delay for launch but also substantially reduces the development costs. MVP approach helps you keep things simple. So, you don’t tangle up in over-complicated coding and projects. That may cause you to overspend your budget in the start-up phase.&lt;/p&gt;

&lt;p&gt;Keeping your initial offering as simple and minimal as possible leads up to incremental enhancements that are responsive only to the real market feedback. That means you only progress with the feature ideas validated in the marketplace. So, you don’t needlessly put yourself to invalidated expenses.&lt;/p&gt;

&lt;p&gt;Also, fewer features to develop in a product means less testing and debugging the code written for the product. That, most certainly, reduces as well the overall expenses you’re to bear along the software development process.&lt;/p&gt;

&lt;h1&gt;
  
  
  #3: More Room for Improvement
&lt;/h1&gt;

&lt;p&gt;Early adopters won’t be purchasing your software for the extensive features you roll out. They do so because you solve a particular problem they're facing. So, It forces you to carefully determine your value proposition before releasing your MVP to the market. That helps you set a clear target for your product and determine the right metrics while assessing your product idea on the market.&lt;/p&gt;

&lt;p&gt;Staying focused on the core functionalities in the beginning also provides you more room for improvement with customer feedback. You can assess better whether an additional feature idea fits in with your original proposition, which is neatly predetermined in the early development process. And, due to the gradual nature of growth that comes with the minimum approach, you can adapt better to the ever-changing needs of customers and newer technological trends. That helps you keep your product relevant within the competitive landscape.&lt;/p&gt;

&lt;h1&gt;
  
  
  #4: Testing in the Field
&lt;/h1&gt;

&lt;p&gt;As mentioned, one of the major MVP benefits is that it allows you to progress further with a product idea that you know people want rather than you think they want. That is because of the critical feedback you get to obtain from real-life users in the field during an MVP launch.&lt;/p&gt;

&lt;p&gt;Such valuable feedback will let you know whether you’re on the right track of providing your users the right functionalities best serving their interests. If not, you can always take a step back to determine what needs to be changed about your product and, simply, pivot. Here’s a list of some of the big startup brands that had massively successful pivots, mostly for the flexibility that the minimum approach has to offer.&lt;/p&gt;

&lt;h2&gt;
  
  
  MVPs vs. Presales
&lt;/h2&gt;

&lt;p&gt;If you’re still in the early production validation stage, though, building an MVP may not come in handy for you. Even that's an MVP, you’re still going to need to write codes and develop your software to a certain point to make it ready for an early use. But, allocating resources to a project without any validation can constitute a huge risk.&lt;/p&gt;

&lt;p&gt;Instead, you might want to seek validation with a minimum economical viable offer, a MEVO. That is basically what you "pre-sell" to the prospective customer. A MEVO puts enough information together to help your audience gain interest in what you plan to create during a pre-sale launch. So that you can validate your early product ideas without allocating resources on a large scale. Here’s our previous post on how to pre-sell a software product before you even build it.&lt;/p&gt;

&lt;h1&gt;
  
  
  #5: Grow with Your Customers
&lt;/h1&gt;

&lt;p&gt;Considering the innovation adaptation cycle, you must exclusively focus on early adopters while developing features for your minimum viable product.&lt;/p&gt;

&lt;p&gt;Trying to address the all varying needs of the early or late majority of customers at once is likely to make concentration difficult on core functionalities you’re offering. Targeting directly at early adopters, on the other hand, will provide you refined feedback on additional features. Such feedbacks not only help you validate your product offering sooner, but also provide you a better-grounded product roadmap for future feature plans.&lt;/p&gt;

&lt;h1&gt;
  
  
  MVP Benefits
&lt;/h1&gt;

&lt;p&gt;An MVP benefits your software business in many ways while releasing your first products.&lt;/p&gt;

&lt;p&gt;Building any software product is costly, not only in terms of money, but also time and energy to produce. MVPs can help you start small with the minimum amount of time and financial investments to kickstart your up-and-coming software projects. MVPs by nature are less costly, easier to develop, and prone to be more innovative.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>5 Reasons Why Going Remote Will Benefit Your Software Business</title>
      <dc:creator>Ertugrul</dc:creator>
      <pubDate>Tue, 12 Nov 2019 14:07:20 +0000</pubDate>
      <link>https://dev.to/ertug_ca/5-reasons-why-going-remote-will-benefit-your-software-business-1i81</link>
      <guid>https://dev.to/ertug_ca/5-reasons-why-going-remote-will-benefit-your-software-business-1i81</guid>
      <description>&lt;p&gt;Who would know the best way to obtain efficiency with employees is to offer them as much flexibility as possible? Especially recently, working remotely has become the standard practice across industries. As the pioneers of this trend, technology companies are hiring more remote workers every day, realizing the remote work benefits. The reason for this is that remote work has many favorable effects on employee morale, and thus work efficiency, which tech businesses can benefit from.&lt;/p&gt;

&lt;p&gt;“If you’ve got development centers all over the world, you’ve got a sales force out with the customers, the fact that tools like Skype (and) digital collaboration are letting people work better at a distance — that is a wonderful thing.” — @BillGates&lt;/p&gt;

&lt;p&gt;Here are 5 reasons why remote work will benefit your software business as well:&lt;/p&gt;

&lt;h1&gt;
  
  
  #1: Increased Productivity &amp;amp; Job Satisfaction
&lt;/h1&gt;

&lt;p&gt;Your business is worth as much as your employees. Once your employees become more productive, they will come up with better results and bring in more revenue to your software business. The research done by TINYpulse found that an overwhelming 91% of remote workers feel they’re more productive when they’re working remotely. The study also shows that remote working increases job satisfaction promoting employee retention.&lt;/p&gt;

&lt;p&gt;One of the main reasons why remote work yields better results than office work is that constant distractions prevent “Deep Work”. Continuous interruptions in open workspaces hamper productivity and make it difficult for teamers to engage in deep work. At the same time, that's not only productivity but also the mental health of workers seems to be affected by interrupted work.&lt;/p&gt;

&lt;p&gt;The evidence shows that the employees try to compensate for the interrupted work by trying to work heavier and faster, which leads to heavy mental workload, more stress, and time pressure. Thus, one of the biggest remote work benefits is that it enables people to fully focus on one’s work, work in a less stressful way, and thus produce great results. &lt;/p&gt;

&lt;h1&gt;
  
  
  #2: Enhanced Talent Pool
&lt;/h1&gt;

&lt;p&gt;The number of talented and skilled workers has rapidly increased. And, it became harder to find and retain them. According to LinkedIn Talent Blog, the technology (software) industry is seeing the most talent turnover as the average tech employee’s tenure at a tech company is only 2.1 years. So, instead of toiling over hiring talented people in a competitive landscape, most tech companies today resort to remote work so that they can take advantage of skilled workers from all over the globe. So, geography no longer poses an obstacle for software companies, restricting them to hire only where their offices are.&lt;/p&gt;

&lt;p&gt;Thanks to remote work, we have now the entire world to choose perfect team members from. The talent pool for remote workers is almost endless.&lt;/p&gt;

&lt;p&gt;Also, remote work consolidates diversity within your team. You’re more likely to form a more heterogeneous group made up of different kinds of people with a variety of ideas and backgrounds as you have the means to hire remotely. Diverse teams perform better and come up with better ideas. It also improves work culture and helps you attract better talent.&lt;/p&gt;

&lt;h1&gt;
  
  
  #3: Lower Turnover
&lt;/h1&gt;

&lt;p&gt;Once you set your ideal remote team, the teamers are more likely to stay around for years to come. The research shows that companies that embrace remote working have a 25% lower turnover than companies that do not. Also, the companies supporting remote work are perceived as taking heed of their employee’s needs and more likely to attract skilled workers who worked remotely before and have no interest in returning to traditional 9-to-5 office jobs.&lt;/p&gt;

&lt;p&gt;Some of the unique features of remote working useful for retaining employees are as the following:&lt;/p&gt;

&lt;p&gt;Flexible. Assuring that the teamers can work wherever and whenever they want.&lt;br&gt;
Productive. Their productivity is assessed by the tasks they accomplish not by the hours they filled in.&lt;br&gt;
Autonomous. Teamers are accountable mostly to themselves.&lt;br&gt;
Transparent. All work towards a goal and know other team members do the same.&lt;/p&gt;

&lt;h1&gt;
  
  
  #4: Reduced Attrition
&lt;/h1&gt;

&lt;p&gt;According to a Stanford study, remote work helps increase wellness in the workplace besides productivity and job satisfaction. During the 2-year experiment on a Chinese travel agency, it was found that employee attrition decreased by 50 percent among the remote workers, they had fewer sick days and took less time off. That should be mentioned that the company also saved $2k per employee on rent by reducing office space.&lt;/p&gt;

&lt;p&gt;People who are working remotely from home enjoy a better work/life balance and lower stress levels. So, they’re less likely to take a day off for minor health issues. According to the study, 75% of remote workers stated that they’d continue to work in case of flu-like conditions, weather-related disasters, and terrorism compared to 28% of traditional office workers. Moreover, companies supporting remote work reported 63% fewer unscheduled absences.&lt;/p&gt;

&lt;h1&gt;
  
  
  #5: Lower Costs
&lt;/h1&gt;

&lt;p&gt;It’s surely beyond doubt that remote work will cut your expenses. It does so in many ways. First, since you no longer need office space, it will reduce your costs on lease and office equipment. Many tech companies today are replacing their office rental with a virtual office lease to utilize a commercial address along with access to meeting rooms and daily office spaces without a long-term commitment. In addition, one of the remote work benefits is that it reduces the IT expenses since remote workers can use their own devices, manage their projects on software-based productivity tools and intercommunicate via affordable high-tech video conference tools.&lt;/p&gt;

&lt;p&gt;Going remote, however, is not only in favor of the employers, but also provides huge benefits for the employees.&lt;/p&gt;

&lt;p&gt;It annually costs $10k to $20k to house an employee in a major city. The remote worker, on the other hand, can rent a place anywhere in any state (or even country) according to their budget. And, since employees no longer have to commute, they also save on transportation-related expenses.&lt;/p&gt;

&lt;p&gt;According to Inc.;&lt;/p&gt;

&lt;p&gt;Remote workers benefit from savings between $2k to $7k each year.&lt;br&gt;
Businesses, on the other hand, saves almost $11k annually per employee.&lt;/p&gt;

&lt;h1&gt;
  
  
  Remote Work Benefits
&lt;/h1&gt;

&lt;p&gt;It's almost like remote work has become the new normal. This is because of the self-evident remote work benefits, e.g. increased employee morale/wellness and productivity, better employee retention, and lower costs. As more and more software businesses are transitioning to remote work, it's definitely a trend to follow closely for other tech companies to take advantage of the remote work benefits as well.&lt;/p&gt;

</description>
      <category>remotework</category>
      <category>hiring</category>
      <category>productivity</category>
      <category>remote</category>
    </item>
    <item>
      <title>How To Presell Your Software Products in 5 Steps</title>
      <dc:creator>Ertugrul</dc:creator>
      <pubDate>Tue, 05 Nov 2019 13:13:45 +0000</pubDate>
      <link>https://dev.to/ertug_ca/how-to-presell-your-software-products-in-5-steps-40me</link>
      <guid>https://dev.to/ertug_ca/how-to-presell-your-software-products-in-5-steps-40me</guid>
      <description>&lt;p&gt;90% of startups fail. They mostly fail because of the lack of market need. That's why it's crucial to validate your product ideas before allocating resources to a software project that is destined to fail. How do you know for certain if there's a market need for the software that you'd like to develop, though? Pre-sales constitute an answer. A software pre-sale helps you validate your product ideas without investing in them. You also get to fund your software development with the money you earn from pre-sales and develop a product that the market truly needs.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Here are 5 steps to a successful software pre-sale:&lt;/strong&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  Step #1: Find Audience Paint-Points
&lt;/h1&gt;

&lt;p&gt;The first step to a presell is surely to find out the audience paint-points to come up with the right software idea that the target market would be interested in. When you accurately define what the point-points of your audience are, you get to understand what exactly frustrates them. Also, you need to question how they impact their lives and what they look for in a product solution.&lt;/p&gt;

&lt;p&gt;Knowing what your audience wants is very important. It determines the kind of software product you are to develop. You can find your audience pain-points in a few different ways:&lt;/p&gt;

&lt;h2&gt;
  
  
  Surveys
&lt;/h2&gt;

&lt;p&gt;You can survey your audience simply by asking what their biggest pain-points are through surveys you create online with online survey tools. Here’s a detailed post on how to conduct market research surveys for surveying your audience on Survey Monkey.&lt;/p&gt;

&lt;h2&gt;
  
  
  Social media
&lt;/h2&gt;

&lt;p&gt;You can oversee what your target audience talks about on a specific subject with regard to a potential pain-point on social media. You may either do so in a passive manner by simply observing the right social media channels such as by using twitter search bar through hashtags or joining related Facebook groups created on that subject. Or you can actively interact with your audience and urge them to speak on that particular pain-point you’d like to resolve. You can accomplish that by creating a closed Facebook page to ask questions, share information, and build more close relationships with the members of that group as your target audience.&lt;/p&gt;

&lt;h2&gt;
  
  
  One-on-one Interviews
&lt;/h2&gt;

&lt;p&gt;if you’d like to have an in-depth understanding of the pain-points of your prospective customers, you need one-on-one interviews. It will help you find out exactly what products and services your audience may want to buy.&lt;/p&gt;

&lt;p&gt;Here are 3 questions you should consider asking during your survey interview:&lt;/p&gt;

&lt;p&gt;If you could have the best results about (the pain-point), what would it look like or feel like?&lt;br&gt;
What impediments or frustrations prevent you from achieving that result?&lt;br&gt;
If a software product was custom designed to your exact needs, what would it look like?&lt;/p&gt;

&lt;h1&gt;
  
  
  Step #2: Map Out A Basic Outline
&lt;/h1&gt;

&lt;p&gt;After you have enough insights into what sort of a software product that your audience might be interested in, you need to put a basic outline together. What your customers can expect, how your software piece makes their lives easier and so on. You may come up with certain mock-ups or prototypes, or simply create a wireframe to have some material that people can envision what the finished product will look and feel like.&lt;/p&gt;

&lt;p&gt;According to Dan Martell, you do not even need to create a Minimum Valuable Product (MVP) at this point, which has been all the rage in the last decade among entrepreneurs. Because an MVP still needs you to allocate resources for materializing your product offer since you need to write some codes and develop your software. But instead, you need a MEVO, a Minimum Economical Viable Offer, which is basically what you’re pre-selling to the prospective customer. A MEVO putts enough information together to help your audience gain interest in what you plan to create. Here’s Dan’s podcast going through MEVO in detail.&lt;/p&gt;

&lt;p&gt;After you decide on the product idea that you’d like to progress further as well as the minimum viable offer, you need to map out a financial forecast for how many customers or what funding levels you need in order to develop your software product.&lt;/p&gt;

&lt;h1&gt;
  
  
  Step #3: Create a Sales Page
&lt;/h1&gt;

&lt;p&gt;After you determine the paint-points of the market along with your value proposition of a software product resolving those issues, the next is step is to create a sales page. Here are a few elements to consider while creating a basic sales page.&lt;/p&gt;

&lt;p&gt;Be explicit in saying that this is just a Pre Sale. Let your customers know that your software product hasn’t been developed yet.&lt;/p&gt;

&lt;p&gt;Make the discount apparent. Your customers would only pre-buy a presell offer if there’s a considerable pre-sale price. Highlight it. Also, mention that the price is going to increase so that you create some sense of urgency.&lt;/p&gt;

&lt;p&gt;List 3 to 5 Benefits. Let people know what’s in it for them to preorder your software. This section is for re-articulating the pain-points your customers have.&lt;/p&gt;

&lt;p&gt;Add in a Few Testimonials. Testimonials are great for constituting the social proof convincing your prospective users to preorder your software. Let a few customers use your product for free, if needed, to get their honest feedback for displaying them on your sales page.&lt;/p&gt;

&lt;p&gt;Add a countdown timer. Urgencies are powerful. Reminding your audience that the pre-sale offer is only for a limited amount of time would surely incentivize them to preorder.&lt;/p&gt;

&lt;p&gt;Call to Action. After you laid out enough information for the visitor to place the order, direct them with caution within your funnel through proper CTAs. It seems obvious now but you’d be shocked how often neglected this is.&lt;/p&gt;

&lt;h1&gt;
  
  
  Step #4: Launching Your Pre-Sale Offer
&lt;/h1&gt;

&lt;p&gt;After your sales page is up and running, it is time to announce your software pre-sale. Having an email list of people who are already familiar with your work makes the launch stage easier. First, you need to determine what percentage of conversion you’d consider as success.&lt;/p&gt;

&lt;p&gt;If the attention you’re getting after a series of emails is less than you originally expected, then you might want to reconsider what is wrong with your software idea or marketing plan. But if it’s just as you expected, or even higher, then you know you're on the right track.&lt;/p&gt;

&lt;p&gt;Launching a pre-sale offer is the same as launching an actual product. You need to generate a buzz. Here’s an emailing series of 4 to 5 emails to be sent within the week of your product launch.&lt;/p&gt;

&lt;p&gt;Start with a Pre-Launch Email to generate curiosity. Keep it casual and let people know that you launch a pre-sale offer of a great product in days.&lt;/p&gt;

&lt;p&gt;Send a Launch Email the day you’re launching your offer with the exclusive details on your software pre-sale. Include the details on what your product is, how they can benefit from your product and your pre-sale offer, and so on.&lt;/p&gt;

&lt;p&gt;Following your launch, send a “Are You a Good Fit?” email for getting the right customers on board. Mention who could really be a great fit for your product as a reminder of your launch offer. It’d also help you reemphasize how you’re easing their pain-points with your pre-sale product offering.&lt;/p&gt;

&lt;p&gt;And the day you’re finally closing off your deal, send a Last Chance Email to generate urgency and scarcity to leverage it on the last day of your pre-sale launch.&lt;/p&gt;

&lt;h2&gt;
  
  
  But what If you don’t have an email list?
&lt;/h2&gt;

&lt;p&gt;Then you need to resort to mostly content marketing to drive organic traffic to your launch page, which might, however, take some time to build the momentum you need at the beginning of your pre-sale launch.&lt;/p&gt;

&lt;p&gt;You can write a series of blog posts about the pain-point you’d like to resolve with your software offering. Guest blogging might be a better choice for leveraging the existing reader-base of the blog page you’re contributing to.&lt;/p&gt;

&lt;p&gt;And/or you can create a video series on the same subject, going over the problems you’re resolving and introducing your software product.&lt;/p&gt;

&lt;p&gt;Or you can simply share your software pre-sale on related Facebook groups as an exclusive offer for the members of that group.&lt;/p&gt;

&lt;h1&gt;
  
  
  Step #5: Close Your Offer
&lt;/h1&gt;

&lt;p&gt;Like every other successful product launch, pre-sale launches also need to have a defined beginning and an end. That’s important for ensuring the sense of scarcity and motivating your audience to take action. That is why sending out Last Chance Email in the last days of your launch works pretty well. (Remember to exclude the ones who’ve already opened your email in the first place simply not to spam them.)&lt;/p&gt;

&lt;p&gt;Following the closure of your offer thank anyone who’s participated and let them know when to expect to hear from you for collecting feedback. If you luckily achieved enough purchase orders to progress further with your software idea, share your timetable with buyers for delivery dates of the preordered software.&lt;/p&gt;

&lt;h1&gt;
  
  
  Successful Software Pre-sale
&lt;/h1&gt;

&lt;p&gt;A successful software pre-sale comes in useful in many ways. First and foremost, it provides you feedback from real-life users helping you understand better the problems they have for coming up with better product ideas. It also provides you funds to actualize your software project on safer ground. And, the fuzz you generate during the pre-sale launch will surely help you with the momentum you will need when you're finally rolling out your product.&lt;/p&gt;

&lt;p&gt;Simply launch a pre-sale offer before going all out on a software project to minimize potential losses and maximize the value you're providing your audience with your well-suited software idea.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;If you have any experience with software pre-sale or questions about it, share them in the comments below.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;And, if you would like more information on software monetization, we have written these articles to help:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://blog.keyzy.io/7-tips-for-building-a-successful-software-business/"&gt;7 Tips for Building a Successful Software Business&lt;/a&gt;&lt;br&gt;
&lt;a href="https://blog.keyzy.io/5-steps-to-a-successful-software-launch/"&gt;5 Steps to a Successful Software Launch&lt;/a&gt;&lt;br&gt;
&lt;a href="https://blog.keyzy.io/7-most-digital-products-to-sell-online/"&gt;7 Most Profitable Digital Products To Sell Online in 2020&lt;/a&gt;&lt;br&gt;
&lt;a href="https://blog.keyzy.io/9-tips-selling-software-online/"&gt;How to Successfully Sell Software Online&lt;/a&gt;&lt;br&gt;
&lt;a href="https://blog.keyzy.io/7-key-software-marketing-strategies-for-tech-companies/"&gt;7 Key Marketing Strategies for Small Software Businesses&lt;/a&gt;&lt;br&gt;
&lt;a href="https://blog.keyzy.io/software-pricing-7-things-to-know/"&gt;How to Price Your Software Products (Definitive Guide)&lt;/a&gt;&lt;/p&gt;

</description>
      <category>productpresale</category>
      <category>softwaredevelopment</category>
      <category>softwaremonetization</category>
      <category>marketresearch</category>
    </item>
  </channel>
</rss>
