<?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: Jocelyne1124</title>
    <description>The latest articles on DEV Community by Jocelyne1124 (@jocelyne1124).</description>
    <link>https://dev.to/jocelyne1124</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%2F316625%2F9d9ed148-af97-41f5-8d2b-c81beae19b41.png</url>
      <title>DEV Community: Jocelyne1124</title>
      <link>https://dev.to/jocelyne1124</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jocelyne1124"/>
    <language>en</language>
    <item>
      <title>about me :)</title>
      <dc:creator>Jocelyne1124</dc:creator>
      <pubDate>Wed, 16 Sep 2020 04:28:23 +0000</pubDate>
      <link>https://dev.to/jocelyne1124/about-me-42e3</link>
      <guid>https://dev.to/jocelyne1124/about-me-42e3</guid>
      <description>&lt;p&gt;Create a blog post in which you share your skills, best projects, leadership activities and dream job!!!&lt;/p&gt;

&lt;p&gt;Hello! My name is Jocelyne and I would describe myself as a team player... I like to think of myself as a person who likes to learn as well. My best projects have been those that I have been able to do for school, such as designing webpages or applications. I was invited to work on a web designing project at Southwest University, which is the university I currently study at. I was invited along side two other students. This project has been lots of fun as it lets us put in action all the things we have been learning in class. This also lets us come across real life problems, and figure out real life solutions. My dream job would be doing anything that will help me grow professionally. I think I would also like to teach others about what I am passionate about! &lt;/p&gt;

</description>
    </item>
    <item>
      <title>Enums lesson 19</title>
      <dc:creator>Jocelyne1124</dc:creator>
      <pubDate>Wed, 11 Mar 2020 20:07:13 +0000</pubDate>
      <link>https://dev.to/jocelyne1124/enums-lesson-19-2e74</link>
      <guid>https://dev.to/jocelyne1124/enums-lesson-19-2e74</guid>
      <description>&lt;p&gt;In this lesson we learned about enums which are sort of like a list of things, There are also cases in the enums, these can be compared to list items. Creating enums makes it better when we are coding and want to provide the user with different options but not any option. The user will only be able to chose from the options provided by the program. Using an enum is better than using a string or an int for this same reason. For example, imagine you ask a toddler what their favorite color is they might say something like apple... We know that is not an option, now with an enum we can ask them the same question but when they answer us they must answer from only colors! so they would say something like green or blue or blue-green.&lt;/p&gt;

</description>
      <category>disscusionquestion</category>
    </item>
    <item>
      <title>DQ lesson 18</title>
      <dc:creator>Jocelyne1124</dc:creator>
      <pubDate>Sat, 07 Mar 2020 06:24:20 +0000</pubDate>
      <link>https://dev.to/jocelyne1124/dq-lesson-18-21ph</link>
      <guid>https://dev.to/jocelyne1124/dq-lesson-18-21ph</guid>
      <description>&lt;p&gt;In this lesson we created apps that where on an Iphone 4. We learned how to add constraints so that we can have a nice view no matter what device we used. We also learned about adding images and sounds to an app. We learned about auto layout constraints and stack view. Auto layout is when you set the disance between items to always be the samee no matter the device you are working from. Constraints is used in auto layaout to determne how views should be laid out or sized. Stack view you literally stack items eiher vertically ot horizotally.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Lesson 17 DQ</title>
      <dc:creator>Jocelyne1124</dc:creator>
      <pubDate>Wed, 04 Mar 2020 19:10:09 +0000</pubDate>
      <link>https://dev.to/jocelyne1124/lesson-17-dq-6b0</link>
      <guid>https://dev.to/jocelyne1124/lesson-17-dq-6b0</guid>
      <description>&lt;p&gt;In this lesson we created an app in which we could change the colors of an area that was controlled by sliders and switches. We learned about connecting them to the code so that they would change the color. When connecting the sliders and switches we noticed the difference between an outlet and an action. Outlets connect variables while actions connect the controls such as the switches and the sliders we used. A developer might opt to use control events rather than the default event when they want to personalize a part of their application.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Lesson 16 DQ</title>
      <dc:creator>Jocelyne1124</dc:creator>
      <pubDate>Wed, 04 Mar 2020 19:09:14 +0000</pubDate>
      <link>https://dev.to/jocelyne1124/lesson-16-dq-3774</link>
      <guid>https://dev.to/jocelyne1124/lesson-16-dq-3774</guid>
      <description>&lt;p&gt;In this lesson we learned how to make a responsive application, we learned how to program the application give several different responses depending on the question and structure and the length of the question, in this app is similar to the way our brain processes information because when someone asks us a question we first gather the information we analyze it and depending on what their question is we answer their question we, much like the user interface would return a response.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>WK2Discussion</title>
      <dc:creator>Jocelyne1124</dc:creator>
      <pubDate>Wed, 04 Mar 2020 19:07:18 +0000</pubDate>
      <link>https://dev.to/jocelyne1124/wk2discussion-m0a</link>
      <guid>https://dev.to/jocelyne1124/wk2discussion-m0a</guid>
      <description>&lt;p&gt;Creating a responsive design allows a higher number of users to have a better user experience no matter what device they might be viewing a webpage from. This is important because when a user is easily navigating your webpage there will be more likely to return to the web page as well as recommend it to someone else. It is also very important because most people have mobile device such as a phone or a tablet and they use them to access. Webpages, responsive web design will enhance and facilitate their experience.&lt;/p&gt;

</description>
      <category>wk2discussion</category>
    </item>
    <item>
      <title>WK 1 Lesson 15 Discussion Question</title>
      <dc:creator>Jocelyne1124</dc:creator>
      <pubDate>Tue, 03 Mar 2020 20:06:17 +0000</pubDate>
      <link>https://dev.to/jocelyne1124/wk-1-lesson-15-discussion-question-4ok4</link>
      <guid>https://dev.to/jocelyne1124/wk-1-lesson-15-discussion-question-4ok4</guid>
      <description>&lt;ol&gt;
&lt;li&gt; Explain in your own words the lesson.&lt;b&gt; In this lesson we learned about creating new structures to customize their properties and functions to better suit our individual needs.&lt;/b&gt;
&lt;/li&gt;
&lt;li&gt; Include the following questions:
 What is the difference between a function and a method?&lt;b&gt; These two are the same for the most part with the difference that in a method belong to classes, structs, and enums, while functions do not.&lt;/b&gt;
 Why are structures a better way to define data than just declaring a series of variables?&lt;b&gt; By defining a structure and assigning the data value within it, you are able to save time. You can also refer to only specific information within that structure and create many more things.&lt;/b&gt; &lt;/li&gt;
&lt;/ol&gt;

</description>
    </item>
    <item>
      <title>Before and After Bootstrap</title>
      <dc:creator>Jocelyne1124</dc:creator>
      <pubDate>Sat, 22 Feb 2020 02:40:54 +0000</pubDate>
      <link>https://dev.to/jocelyne1124/before-and-after-bootstrap-1g1d</link>
      <guid>https://dev.to/jocelyne1124/before-and-after-bootstrap-1g1d</guid>
      <description>&lt;p&gt;Go through the eBook preface and explain why do you think frontend development can be separated into two eras (before and after Bootstrap)?&lt;/p&gt;

&lt;p&gt;I think the reason why front end development can be separated into two different eras is because before bootstrap the process to code in a way that is visually appealing was extremely complicated. After bootstrap everything was revolutionized and simplified. The ways that developers could code and have an end-product that was as beautiful or probably even more is what set these two eras apart, developers could do better and more work in less time.&lt;/p&gt;

</description>
      <category>wk1discussion</category>
    </item>
    <item>
      <title>Week 5 discussion</title>
      <dc:creator>Jocelyne1124</dc:creator>
      <pubDate>Sat, 08 Feb 2020 04:00:27 +0000</pubDate>
      <link>https://dev.to/jocelyne1124/week-5-discussion-34h7</link>
      <guid>https://dev.to/jocelyne1124/week-5-discussion-34h7</guid>
      <description>&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Why do you think arrays in Swift only support a ​collection of objects of the same type. This is so that the array can be read easier and things can be kept clean. For example if you'd like to create a function where you are adding two numbers from the array and the index that you are using falls on a string, the program will return an error.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;How can you access objects within an array one at a time? you would call them based on their index for example arrayX.5&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;How might you check if an array is empty? This can be done by checking isEmpty.arrayX&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

</description>
    </item>
    <item>
      <title>Lesson 13 Discussion</title>
      <dc:creator>Jocelyne1124</dc:creator>
      <pubDate>Sat, 01 Feb 2020 05:20:08 +0000</pubDate>
      <link>https://dev.to/jocelyne1124/lesson-13-discussion-4jf4</link>
      <guid>https://dev.to/jocelyne1124/lesson-13-discussion-4jf4</guid>
      <description>&lt;p&gt;A contains function will evaluate the whole string, while the hasPrefix function only evaluates the first word of the string and the hasSuffix focuses on the last word of the string. &lt;/p&gt;

&lt;p&gt;when you type the user in lowercase of uppercase you find that the bool is case sensitive, to fix this you must create a method(?) that will allow the string to be evaluated in all lowercase or all uppercase &lt;/p&gt;

&lt;p&gt;EX: let lowerCaseQuestion= question.lowerCased&lt;/p&gt;

&lt;p&gt;let upperCaseQuestion=question.upperCased&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Module 5 Discussion</title>
      <dc:creator>Jocelyne1124</dc:creator>
      <pubDate>Wed, 29 Jan 2020 20:54:40 +0000</pubDate>
      <link>https://dev.to/jocelyne1124/module-5-discussion-1831</link>
      <guid>https://dev.to/jocelyne1124/module-5-discussion-1831</guid>
      <description>&lt;ol&gt;
&lt;li&gt;What are the three table row group elements and in what order should they be entered in HTML code? &lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The three table row elements are &amp;lt;.TH&amp;gt; &amp;lt;.TR&amp;gt; and &amp;lt;.TD&amp;gt;.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Write code to create a column group in which the first two columns belong to the introCol class and the next three columns belong to the col1, col2, and col3 classes respectively.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&amp;lt;.colgroup&amp;gt;&amp;lt;.col id="introCOL"  col span= 2 /&amp;gt;&amp;lt;.col id ="col1"/&amp;gt;&amp;lt;.col id = "col2"/&amp;gt; &amp;lt;.col id = "col3"/&amp;gt; &amp;lt;./colgroup&amp;gt; &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Write code to change the background color of the 2 columns belonging to the introCol class to yellow.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;tr: introCOL {.background: yellow}&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;What are the only CSS properties that can be applied to columns and column groups?&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The only CSS properties that can be applied to columns and column groups are back ground colors and cell sizing.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;In the case of conflicting styles, which has the higher precedence: the style of the row group or the style of the column group? &lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The style of the row has the highest precedence.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Write the CSS style code to set the height of every table row in the table header to 25 pixels.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;table.disscusion t-body tr {.height: 25 px}&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Write code to display an unordered list as a table, the list items as table rows, and hypertext links within each list as table cells.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&amp;lt;.table border= "1"&amp;gt;  &amp;lt;.ul&amp;gt;  &amp;lt;.tr&amp;gt;   &amp;lt;.th&amp;gt; &amp;lt;.li&amp;gt;List Item 1&amp;lt;./li&amp;gt; &amp;lt;./th&amp;gt;  &amp;lt;.th&amp;gt; &amp;lt;.li&amp;gt;List Item 2&amp;lt;./li&amp;gt;&amp;lt;./th&amp;gt; &amp;lt;./tr&amp;gt; &amp;lt;.tr&amp;gt; &amp;lt;.td id = "cell1"&amp;gt; &amp;lt;.a href="#"&amp;gt;hello&amp;lt;./a&amp;gt;&amp;lt;./td&amp;gt;    &amp;lt;.td id = "cell2"&amp;gt;&amp;lt;.a href="#"&amp;gt;hi&amp;lt;./a&amp;gt;&amp;lt;./td&amp;gt;  &amp;lt;./tr&amp;gt; &amp;lt;./ul&amp;gt;&amp;lt;./table&amp;gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Module 4 Discussion Question</title>
      <dc:creator>Jocelyne1124</dc:creator>
      <pubDate>Mon, 27 Jan 2020 17:55:52 +0000</pubDate>
      <link>https://dev.to/jocelyne1124/module-4-discussion-question-1b4c</link>
      <guid>https://dev.to/jocelyne1124/module-4-discussion-question-1b4c</guid>
      <description>&lt;ol&gt;
&lt;li&gt;&lt;p&gt;The following code will create an unorderd list. &lt;br&gt;
&amp;lt;!DOCUTYPE html&amp;gt; &amp;lt;.html&amp;gt; &amp;lt;.header&amp;gt;&amp;lt;.title&amp;gt;&amp;lt;.body&amp;gt;&amp;lt;.p&amp;gt;&amp;lt;.ul&amp;gt;&amp;lt;.li&amp;gt; Vikings&amp;lt;./li&amp;gt; &amp;lt;.li&amp;gt; Bears&amp;lt;./li&amp;gt; &amp;lt;.li&amp;gt; Lions&amp;lt;./li&amp;gt;&amp;lt;./ul&amp;gt;&amp;lt;./p&amp;gt;&amp;lt;./body&amp;gt;&amp;lt;./html&amp;gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;The following code will create an order list, in decending order.&lt;br&gt;
&amp;lt;!DOCUTYPE html&amp;gt; &amp;lt;.html&amp;gt; &amp;lt;.header&amp;gt;&amp;lt;./header&amp;gt;&amp;lt;.title&amp;gt;&amp;lt;./title&amp;gt;&amp;lt;.body&amp;gt;&amp;lt;.p&amp;gt;&amp;lt;.ol reversed start= "5"&amp;gt;&amp;lt;.li&amp;gt;Pulp Fiction&amp;lt;./li&amp;gt;&amp;lt;.li&amp;gt;The Dark Night&amp;lt;./li&amp;gt; &amp;lt;.li&amp;gt; The Godfather&amp;lt;./li&amp;gt; &amp;lt;.li&amp;gt; The Godfather: Part II&amp;lt;./li&amp;gt;&amp;lt;.li&amp;gt; The Shawshank Redemption &amp;lt;./li&amp;gt;&amp;lt;./ol&amp;gt;&amp;lt;./p&amp;gt;&amp;lt;./body&amp;gt;&amp;lt;./html&amp;gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;A description list consists of 3 HTML elements; Details, summary and paragraph. The &amp;lt;.Details Open&amp;gt; tag will open content by default.The &amp;lt;.summary&amp;gt; tag will be the actual summary of what will be included and this is the overview the reader will see. The paragraph tag(&amp;lt;.p&amp;gt;) is where we will type the information that will be displayed when we pull down this menu.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;The following code will create a navigation list for the respective files: &lt;br&gt;
&amp;lt;.!DOCUTYPE html&amp;gt; &amp;lt;.html&amp;gt; &amp;lt;.header&amp;gt;&amp;lt;.title&amp;gt;&amp;lt;.body&amp;gt;&amp;lt;.p&amp;gt;&lt;br&gt;
&amp;lt;.nav&amp;gt;&amp;lt;.a href=“index.html”&amp;gt;Home |&amp;lt;.a href=“faq.html”&amp;gt;FAQ |&amp;lt;.a href=“contacts.html”&amp;gt;Contacts&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

</description>
    </item>
  </channel>
</rss>
