<?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>Forem: Allison O</title>
    <description>The latest articles on Forem by Allison O (@allison_m_08b9005267b3bcf).</description>
    <link>https://forem.com/allison_m_08b9005267b3bcf</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%2F788600%2F7ea3708a-517f-47a2-8f44-8fb10011631a.png</url>
      <title>Forem: Allison O</title>
      <link>https://forem.com/allison_m_08b9005267b3bcf</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/allison_m_08b9005267b3bcf"/>
    <language>en</language>
    <item>
      <title>BUILDING A FANCY CALCULATOR WITH JAVASCRIPT</title>
      <dc:creator>Allison O</dc:creator>
      <pubDate>Mon, 13 Jun 2022 11:44:48 +0000</pubDate>
      <link>https://forem.com/allison_m_08b9005267b3bcf/building-a-fancy-calculator-with-javascript-5c61</link>
      <guid>https://forem.com/allison_m_08b9005267b3bcf/building-a-fancy-calculator-with-javascript-5c61</guid>
      <description>&lt;p&gt;Thank you for visiting, &lt;/p&gt;

&lt;p&gt;I hope you had a good weekend, mine wasn't. I intended to reach out to 50 companies with cold emails about how I would make a great web developer intern or full-time employee because I know I am ready to take my programming skills to the next level .... Haven't started yet but should be finished by the end of the week. Before I go back to my cold email template, let me share a few things I did with JavaScript this week.&lt;br&gt;
        Javascript is easy for most people, but for me, I'm taking it one step at a time. earlier this year, i created a funny calculator, see below. Initially, I was excited, but when I realized there were other ways to do it, the functionality was far better than what I had done in the beginning &lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fkm1jqyww75z9u5maef0u.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fkm1jqyww75z9u5maef0u.png" alt="Image description"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;With this code above i can only change the numbers in my  VScode lol , no random numbers but the symbols(+,-,/,*) worked which i was excited for. See the result below &lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fisrs8uxhsectlt50t5e0.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fisrs8uxhsectlt50t5e0.png" alt="Image description"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;basic-calculator-mzallison.vercel.app&lt;/p&gt;

&lt;p&gt;Funny yeah , However after watching so many youtube videos like you , i stumbled on the below calculator and decided to replicate it because it looked way better than what i had done in the past and i created the below and i felt fulfilled and asked for an extra caoffee at the cafe i was practicing this.&lt;/p&gt;

&lt;p&gt;The difference between the first and second was CONDITIONAL STATEMENTS&lt;br&gt;
In JavaScript we have the following conditional statements:&lt;/p&gt;

&lt;p&gt;Use if to specify a block of code to be executed, if a specified condition is true&lt;br&gt;
Use else to specify a block of code to be executed, if the same condition is false&lt;br&gt;
Use else if to specify a new condition to test, if the first condition is false.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmws1199nc8bsw9xagg6p.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmws1199nc8bsw9xagg6p.png" alt="Image description"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Viola !! the result below. Practice make perfect &lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fq39bgj7pbzfaxmn1a0uf.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fq39bgj7pbzfaxmn1a0uf.png" alt="Image description"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Lastly, you can switch from light to dark mode. I prefer Dark mode for all my Apps .&lt;br&gt;
fancy-calculator.vercel.app&lt;br&gt;
fancy-calculator-git-main-mzallison.vercel.app&lt;/p&gt;

&lt;p&gt;Thank you very much for your attention!!!&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>beginners</category>
      <category>programming</category>
    </item>
    <item>
      <title>FLEX BOX</title>
      <dc:creator>Allison O</dc:creator>
      <pubDate>Sun, 15 May 2022 11:30:11 +0000</pubDate>
      <link>https://forem.com/allison_m_08b9005267b3bcf/flex-box-2jck</link>
      <guid>https://forem.com/allison_m_08b9005267b3bcf/flex-box-2jck</guid>
      <description>&lt;p&gt;FURNITURE LANDING PAGE &lt;/p&gt;

&lt;p&gt;Hello there,&lt;/p&gt;

&lt;p&gt;Allison is here with another project!!💃🏽 . I think I just might be getting the hang of this writing business and I am loving every minute of it. Firstly, I don't think I've revealed much about myself, so let me start with what I do. I work for a film distribution company, so apparently I watch movies for a living 😌 while on the side learning Front-end development so I can later change careers or do both, but I doubt that will happen. My first step into the tech world has been overwhelming, but they say nothing good comes easy, so here I am doing my best to stay in the game.&lt;br&gt;
.&lt;/p&gt;

&lt;p&gt;I'm currently working on my third project using CSS flexbox. I honestly thought CSS would be easy since HTML was, but then I realized it's not just about 'beautification' but also responsiveness...WHEEW ...I wasn't prepared for Flex Box. While surfing the internet, I came across an article about an effective way to learn Flexbox&lt;/p&gt;

&lt;p&gt;A BRIEF SUMMARY ON FLEX-BOX&lt;/p&gt;

&lt;p&gt;The Flexible Box Layout Model (flexbox) is a layout model designed for one-dimensional content. It excels at taking a bunch of items which have different sizes, and returning the best layout for those items.&lt;/p&gt;

&lt;p&gt;Flex layouts have the following features, which you will be able to explore in this guide.&lt;br&gt;
They can display as a row, or a column.&lt;br&gt;
They respect the writing mode of the document.&lt;br&gt;
They are single line by default, but can be asked to wrap onto multiple lines.&lt;br&gt;
Items in the layout can be visually reordered, away from their order in the DOM.&lt;br&gt;
Space can be distributed inside the items, so they become bigger and smaller according to the space available in their parent.&lt;br&gt;
Space can be distributed around the items and flex lines in a wrapped layout, using the Box Alignment properties.&lt;br&gt;
The items themselves can be aligned on the cross axis.&lt;/p&gt;

&lt;p&gt;FLEX-BOX ALLIGNMENT OVERVIEW&lt;/p&gt;

&lt;p&gt;Flexbox brought with it a set of properties for aligning items and distributing space between items. These properties were so useful they have since been moved into their own specification, you'll encounter them in Grid Layout too. Here you can find out how they work when you are using flexbox.&lt;/p&gt;

&lt;p&gt;The set of properties can be placed into two groups. Properties for space distribution, and properties for alignment. The properties which distribute space are:&lt;br&gt;
justify-content: space distribution on the main axis.&lt;br&gt;
align-content: space distribution on the cross axis.&lt;br&gt;
place-content: a shorthand for setting both of the above properties.&lt;/p&gt;

&lt;p&gt;The properties used for alignment in flex box:&lt;br&gt;
align-self: aligns a single item on the cross axis&lt;br&gt;
align-items: aligns all of the items as a group on the cross axis&lt;/p&gt;

&lt;p&gt;&lt;a href="https://web.dev/learn/css/flexbox/"&gt;https://web.dev/learn/css/flexbox/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I decided to try out the flex box knowledge with this minimalist one page site I found on Dribble and use it to experiment the knowledge I had acquired about them.&lt;br&gt;
i started off with the navigation bar, and since i have done so many navbar, i picked one from one of my collections. i had a hard time organizing it and making it responsive, but with a few tutorials especially one from Kevin Powell, I managed to make it responsive.&lt;br&gt;
 &lt;br&gt;
&lt;a href="https://www.youtube.com/watch?v=fm3dSg4cxRI&amp;amp;t=38s"&gt;https://www.youtube.com/watch?v=fm3dSg4cxRI&amp;amp;t=38s&lt;/a&gt;&lt;br&gt;
 &lt;br&gt;
Additionally, I have learned you should do more projects to improve your skills and there are many different paths you can take in web development. Here’s the finished product &lt;a href="https://furni-landing-page.vercel.app/%C2%A0%C2%A0the"&gt;https://furni-landing-page.vercel.app/  the&lt;/a&gt; links in the navbar don’t go anywhere for now since it’s a demo page . When I've mastered more knowledge, I'll build an e-commerce site. &lt;/p&gt;

&lt;p&gt;Sincerely, if you read to the end, thank you&lt;br&gt;
All done folks, have a great day!&lt;br&gt;
Kisses until next time😘.&lt;/p&gt;

</description>
      <category>css</category>
      <category>100daysofcode</category>
      <category>javascript</category>
      <category>beginners</category>
    </item>
    <item>
      <title>TECH BLOGGER</title>
      <dc:creator>Allison O</dc:creator>
      <pubDate>Sun, 15 May 2022 02:07:31 +0000</pubDate>
      <link>https://forem.com/allison_m_08b9005267b3bcf/tech-blogger-57ak</link>
      <guid>https://forem.com/allison_m_08b9005267b3bcf/tech-blogger-57ak</guid>
      <description>&lt;p&gt;STAN SOCIAL &lt;/p&gt;

&lt;p&gt;Hello there,&lt;/p&gt;

&lt;p&gt;I'm almost convinced that blogging isn't for me, but I've come back because I want to prove my enemies wrong .&lt;/p&gt;

&lt;p&gt;In today's post I am going to vent about a mini project I’ve thought about but I haven't decided exactly what the next steps should be to make this project a reality..&lt;/p&gt;

&lt;p&gt;BRIEF SUMMARY &lt;br&gt;
   The purpose of my website is to help Social media influencers develop additional content so they can make more money. While I understand that growing a social media page takes creativity, dedication, determination, and consistency, why then keep it just a page? Outside of maximizing social media mentions for the brands you are affiliated with, Stan Social is also a tool for selling, networking, and other promotions.&lt;/p&gt;

&lt;p&gt;We have a lot of social media platforms like;&lt;br&gt;
1.Instagram&lt;br&gt;
2.YouTube&lt;br&gt;
3.Snap-chat&lt;br&gt;
4.TikTok&lt;br&gt;
5.Twitter&lt;/p&gt;

&lt;p&gt;Some influencers become popular on these platforms if they have a certain amount of followers and views.  Creators can earn revenue from on-demand videos and live stream feeds. They can even launch their own branded apps that can be viewed on Android, iOS, Apple TV, Roku, and Tizen. It's no secret that they are faced with the dilemma of how to do this while engaging their followers. Here is where Stan Social comes in. We connect you with experienced content writers and social media managers, allowing you to grow your brand through our platform.&lt;br&gt;
We are able to do it at a discounted price , which is a win-win situation.Some may say that I could just hire someone to manage my Facebook page, but that isn't the same as what Stan Social will provide. Stan Social offers a number of perks without any underlying agenda.&lt;/p&gt;

&lt;p&gt;DEPLOYMENT PROCESS&lt;br&gt;
Although I know this project has more potential than I have presented to you, I need to rethink how to enhance the activities it encompasses.&lt;/p&gt;

&lt;p&gt;Things that I have learnt building this project,&lt;br&gt;
▶️ Good Folder structure for Projects&lt;br&gt;
▶️ How to use J-query&lt;br&gt;
▶️ creating inputs with icons inside &lt;br&gt;
▶️ How to use font awesome icons&lt;br&gt;
▶️ Use of scroll down effect&lt;br&gt;
▶️ How to deploy from Git-hub to Vercel&lt;/p&gt;

&lt;p&gt;&lt;a href="https://stan-social.vercel.app/"&gt;https://stan-social.vercel.app/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--KwIS19aO--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/q4od9l9n3l31oo5imfxn.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--KwIS19aO--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/q4od9l9n3l31oo5imfxn.png" alt="Image description" width="880" height="571"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It would be great to hear your suggestions!&lt;br&gt;
That’s all Folks!❤️&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>webdev</category>
      <category>beginners</category>
      <category>programming</category>
    </item>
    <item>
      <title>Baby steps into Tech</title>
      <dc:creator>Allison O</dc:creator>
      <pubDate>Sun, 17 Apr 2022 09:13:39 +0000</pubDate>
      <link>https://forem.com/allison_m_08b9005267b3bcf/baby-steps-into-tech-3790</link>
      <guid>https://forem.com/allison_m_08b9005267b3bcf/baby-steps-into-tech-3790</guid>
      <description>&lt;p&gt;Hello there, &lt;/p&gt;

&lt;p&gt;First, let me introduce myself. My name is Allison and my journey into TECH begins here as a Frontend Developer . i also want to simplify the process for people struggling with the basics.&lt;/p&gt;

&lt;p&gt;MY FIRST STEPS &lt;/p&gt;

&lt;p&gt;Over the last four years, I've worked in customer service in a variety of industries and realised that the typical product creation process between clients and developers was flawed. Often times, developers fail to communicate with clients throughout the development process, resulting in a final product which does not achieve the goal sought by the customer and end user.&lt;/p&gt;

&lt;p&gt;As a result, I decided to pursue a completely different career path that emphasizes highly focused communication and transparent design patterns. In addition to working to craft applications according to the client's specifications, I provide daily updates to make certain the project aligns with the client's objectives. Ultimately, the right product will be delivered on time and within budget.&lt;/p&gt;

&lt;p&gt;I started with HTML after watching so many youtube videos which was confusing at first because every body had different method and steps . Let me give a brief explanation of HTML.&lt;/p&gt;

&lt;p&gt;HTML is the standard language that is used for creating web pages  and web applications. Every time you access a website, a server sends an HTML file to your computer and your browser interprets and displays the information included in that file. In fact, all the information you are reading now is simply data that has been stored in an HTML file and sent to your browser.&lt;br&gt;
Here’s the best thing about HTML – it’s a simple language to learn.&lt;/p&gt;

&lt;p&gt;Most people can learn the basics of HTML in just a few hours, and with a solid HTML foundation, you can progress to more complex languages such as CSS and JavaScript.&lt;/p&gt;

&lt;p&gt;What Is HTML?&lt;br&gt;
HTML stands for HyperText Markup Language, which can be a confusing term for many beginners. The best way to explain HTML is to examine the meaning of each word.&lt;/p&gt;

&lt;p&gt;HyperText refers to text that contains links to other texts. Every time you click on a highlighted or underlined link that takes you to another page, you are using hypertext. As more and more pages use hypertext to link to each other, a “web” of pages starts to form. This is where we get the term World Wide Web.&lt;/p&gt;

&lt;p&gt;Markup refers to the special symbols or codes that are inserted into a document to tell the web browser how to display the document data. For example, markup code may tell the browser to display a phrase in bold or italic text, or may tell the browser which parts of the document are headings and which are paragraphs. HTML is just one of a number of languages that uses markup code.&lt;/p&gt;

&lt;p&gt;Language refers to the idea that the code is standardized. Just like regular spoken languages, there are certain rules that everyone must follow when writing HTML. This is so that all browsers can understand and interpret the code. There are many different programming languages, and you may have heard of some of the popular ones such as Java, Python and Ruby. Each language has its own unique set of rules, and many languages can be used in combination with HTML to create amazing webpages and applications.&lt;br&gt;
What Does HTML Code Look Like?&lt;/p&gt;

&lt;p&gt;Basically, HTML code looks just like regular text. The most identifiable feature of HTML code is the use of angle brackets. These angle brackets enclose the markup code which tells the browser how to display the document data.&lt;br&gt;
Here’s an example of some simple HTML code:&lt;/p&gt;

&lt;p&gt;&amp;lt;!DOCTYPE html&amp;gt;&lt;br&gt;
&lt;br&gt;
&lt;/p&gt;
&lt;br&gt;
Page Title&lt;br&gt;
&lt;br&gt;


&lt;h1&gt;This is a heading.&lt;/h1&gt;

&lt;p&gt;This is a paragraph.&lt;/p&gt;

&lt;p&gt;&lt;br&gt;
&lt;br&gt;
If you save this code into a text file with the filename “test.html” and open it in your browser, it should display a page like this:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--a0xFLokD--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/4l5xjm0a54kb4nqseqx2.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--a0xFLokD--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/4l5xjm0a54kb4nqseqx2.png" alt="Image description" width="500" height="280"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It’s not very exciting, but it’s a good example of a website in its simplest form. Even without any knowledge of HTML, you can probably understand a little bit about how HTML works by simply looking at the code above and comparing it to the image.&lt;/p&gt;

&lt;p&gt;How Does HTML Relate To Other Programming Languages?&lt;br&gt;
 If you’ve done any research on web development and design, you’ve probably come across articles or guides that mention CSS and JavaScript.&lt;/p&gt;

&lt;p&gt;HTML, CSS and JavaScript are the three main languages that are used to create most webpages. Each of the languages has a different function and each has different rules, but they all work together to give webpages content, design and functionality.&lt;/p&gt;

&lt;p&gt;As i mentioned before, HTML is the foundation of any site. The HTML code contains the site’s basic structure and content, which includes all the text, links, tables, links to images and other such elements.&lt;/p&gt;

&lt;p&gt;CSS (Cascading Style Sheets) is used to define the design of the page, including things like the size of each element and how it looks. With CSS, you can set things like the style of the font you are using, the background color of the page, and the width of the border around elements on the page.&lt;/p&gt;

&lt;p&gt;JavaScript is a more complex language that is used to create interactive elements on your page. When you hover your mouse over an image on a website and the image morphs or changes, that’s JavaScript editing your original HTML code. When you click on a product on a shopping website and your shopping cart automatically updates, that’s JavaScript too.&lt;/p&gt;

&lt;p&gt;CSS and JavaScript can add design and functionality to a site, but without HTML, you won’t have a site to begin with. In fact, most sites will still display HTML data even if the CSS and JavaScript code is broken.&lt;br&gt;
One of the best things about learning how to write HTML code is that you don’t need to buy any special software to get started. You can write and edit HTML code in any regular text editor.&lt;/p&gt;

&lt;p&gt;Windows users can write code using the Notepad app which comes pre-installed with all versions of the operating system. Mac users can write code using the OSX equivalent which is call TextEdit.&lt;/p&gt;

&lt;p&gt;However, if you’re planning to do a lot of coding, it’s probably a good idea to download and install a text editor that is specifically designed for coding. These apps have various features and add-ons that help you keep your code clean and readable, and will allow you to code more efficiently. &lt;/p&gt;

&lt;p&gt;Some popular features are highlighting different code elements, autocompletion of code, automatic syntax checking based on which programming language you are using, and multiple tabs for easy switching between documents. I use VSCODE but you can also use Sublime Text Editor or Atom .&lt;/p&gt;

&lt;p&gt;MY FIRST HTML PROJECT &lt;br&gt;
Here is the Demo link :  how-to-make-tea-mzallison.vercel.app&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--ehuWNXhL--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/c6mperrdeo1ldaigu52g.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--ehuWNXhL--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/c6mperrdeo1ldaigu52g.png" alt="Image description" width="878" height="566"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I created this website during the CODE INSTITUTE bootcamp. It was quite simple and I enjoyed the experience. If you strive to become a programmer like me, you will have to work late nights and drink lots of coffee😉.  For this project I used my code editor, updated on Github, and deployed using Vercel. I'll explain how I did this in my next write-up so you don't get confused. &lt;/p&gt;

&lt;p&gt;Things that I have learnt building this project,&lt;br&gt;
▶️ Good Folder structure for Projects&lt;br&gt;
▶️ How to use font awesome and the onclick tag&lt;br&gt;
▶️ How to list items &lt;br&gt;
▶️ How to use font awesome icons&lt;br&gt;
▶️ Use of hover effect &lt;br&gt;
▶️ How to deploy from Github to Vercel &lt;/p&gt;

&lt;p&gt;It would be great to hear your suggestions!&lt;br&gt;
Thanks For Reading❤️&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>react</category>
      <category>programming</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
