<?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: nerdeye</title>
    <description>The latest articles on DEV Community by nerdeye (@nerdeye).</description>
    <link>https://dev.to/nerdeye</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%2F634205%2F06d882cf-90b3-4ae3-9dd4-ebe946807237.jpg</url>
      <title>DEV Community: nerdeye</title>
      <link>https://dev.to/nerdeye</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/nerdeye"/>
    <language>en</language>
    <item>
      <title>Day 3 of Coding Challenge! First CSS! Finally Some Color!</title>
      <dc:creator>nerdeye</dc:creator>
      <pubDate>Wed, 26 May 2021 18:01:48 +0000</pubDate>
      <link>https://dev.to/nerdeye/day-3-of-coding-challenge-first-css-finally-some-color-1lok</link>
      <guid>https://dev.to/nerdeye/day-3-of-coding-challenge-first-css-finally-some-color-1lok</guid>
      <description>&lt;p&gt;Look out world! This up-and-coming coder has added some spice to his web pages! All jokes aside, I am very excited to have been able to start learning how to style these pages. They aren't great but its a start. Thank you to Peter for sending me the Markdown format; hopefully I did it correctly but if not please let me know! Here's a breakdown of my notes:&lt;/p&gt;

&lt;p&gt;Color: May be displayed and specified multiple ways&lt;/p&gt;

&lt;p&gt;Name: Limited to the browser selection but colors can be used &lt;br&gt;
   through names (i.e. &lt;code&gt;cyan&lt;/code&gt;)&lt;/p&gt;

&lt;p&gt;RGB: Controls colors by adjusting the RGB color model (Red, &lt;br&gt;
   Green, and Blue. The color cyan can instead be written as &lt;br&gt;
   &lt;code&gt;rgb(0,255,255)&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Hexadcimal: Number systems based off the number 0-9 and A- &lt;br&gt;
   F(representing 10-15) Cyan would then be written as &lt;code&gt;00ffff&lt;/code&gt; or &lt;br&gt;
   in this case can be shortened to &lt;code&gt;0ff&lt;/code&gt; &lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--1RfSPcJ9--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/dmskixok6ksfxb1tx68a.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--1RfSPcJ9--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/dmskixok6ksfxb1tx68a.jpg" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Text:&lt;/p&gt;

&lt;p&gt;Font-family: Gives the ability to select what font is seen. In &lt;br&gt;
   the case that the user's browser does not support that font &lt;br&gt;
   having a backup font and then the general font category gives &lt;br&gt;
   the user a similar experience to what you intended (i.e. &lt;code&gt;font- &lt;br&gt;
   family: Arial, Helvetica, sans-serif&lt;/code&gt;)&lt;/p&gt;

&lt;p&gt;There are plenty of other ways to manipulate text including &lt;br&gt;
   &lt;code&gt;text-align&lt;/code&gt;(orientation of the text), &lt;code&gt;font-weight&lt;/code&gt;(boldness), &lt;br&gt;
   &lt;code&gt;line-height&lt;/code&gt;(space between lines, standard number set at 1), &lt;br&gt;
   and lots more. Here's the MDN on the all the ways: &lt;br&gt;
   &lt;a href="https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Text"&gt;https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Text&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;CSS Code:&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--xdeph8HF--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/6vggjkcek7sbqi0n9dcl.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--xdeph8HF--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/6vggjkcek7sbqi0n9dcl.PNG" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Result:&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--XeiF7ruV--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/b1gi1to3c3yxedrhzq7v.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--XeiF7ruV--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/b1gi1to3c3yxedrhzq7v.PNG" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>css</category>
      <category>webdev</category>
      <category>beginners</category>
      <category>colors</category>
    </item>
    <item>
      <title>DAY 2 of Coding Challenge! Forms and Ugly Tables    </title>
      <dc:creator>nerdeye</dc:creator>
      <pubDate>Mon, 24 May 2021 20:10:29 +0000</pubDate>
      <link>https://dev.to/nerdeye/day-2-of-coding-challenge-forms-and-terrible-tables-j28</link>
      <guid>https://dev.to/nerdeye/day-2-of-coding-challenge-forms-and-terrible-tables-j28</guid>
      <description>&lt;p&gt;I'm very proud to say that I've written some of my first lines of code and drawn what I would say is a verryyy ugly chart. These concepts were easier to understand so I am very excited to start making these pages look spruced up with CSS! Even more importantly is the form infomation set to one day send to servers once it can be linked to Javascript &lt;/p&gt;

&lt;p&gt;Table Notes:&lt;/p&gt;

&lt;p&gt;thead: semantically represents the header info of the table (categories to a table)&lt;/p&gt;

&lt;p&gt;tbody: semantically represents the body info of the table (the input info)&lt;/p&gt;

&lt;p&gt;tr: table row&lt;/p&gt;

&lt;p&gt;th: placed for each cell&lt;/p&gt;

&lt;p&gt;rowspan: an attribute to manipulate how many rows the info will be between. Standard set to "1"&lt;/p&gt;

&lt;p&gt;colspan: an attribute to manipulate how many columns the info will be between. Standard set to "1"&lt;br&gt;
Code:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--m6BYW2Gf--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/7qrn7m4fpwbgmbb15551.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--m6BYW2Gf--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/7qrn7m4fpwbgmbb15551.PNG" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Result:&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--Mw4YXYxE--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/l2v8w44cj1hsab9yvfek.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--Mw4YXYxE--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/l2v8w44cj1hsab9yvfek.PNG" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Forms:&lt;/p&gt;

&lt;p&gt;button: Setting a button inside of a form will allow you to submit the form&lt;/p&gt;

&lt;p&gt;input: this sets what type and category of info will be sent to the server&lt;br&gt;
   type: what kind of data is this? (i.e. text, password, color, &lt;br&gt;
   etc.)&lt;br&gt;
   id: specific to this one input. Only one named ID used per &lt;br&gt;
   input&lt;br&gt;
   name: names the form sent&lt;/p&gt;

&lt;p&gt;label: labels the input and links it with the for attribute connected to the same input ID.&lt;/p&gt;

&lt;p&gt;code:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--VfpgFKt9--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/t1swkgg7kn1i6i9cxntc.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--VfpgFKt9--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/t1swkgg7kn1i6i9cxntc.PNG" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;result:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--dQpy6eRY--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/unvi93tqgyfhkrjd55a2.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--dQpy6eRY--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/unvi93tqgyfhkrjd55a2.PNG" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>html</category>
      <category>beginners</category>
      <category>webdev</category>
    </item>
    <item>
      <title>DAY 1 of Coding Challenge! Tags, Lists and More!</title>
      <dc:creator>nerdeye</dc:creator>
      <pubDate>Fri, 21 May 2021 15:55:26 +0000</pubDate>
      <link>https://dev.to/nerdeye/day-1-of-coding-challenge-tags-lists-and-more-2off</link>
      <guid>https://dev.to/nerdeye/day-1-of-coding-challenge-tags-lists-and-more-2off</guid>
      <description>&lt;p&gt;In an effort to follow in others footsteps and as I've seen suggested I've opted to tackle the Web Developer Bootcamp on Udemy. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--eLyVNGFv--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ff0po2e46av4bhz34ilu.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--eLyVNGFv--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ff0po2e46av4bhz34ilu.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Quick Notes of the sections learned today!&lt;br&gt;
1) Tags&lt;br&gt;
p paragraph tag meant to encapsulate text&lt;br&gt;
h1 - h6 Title tags (only one h1 per page)&lt;br&gt;
ul, ol, li Used for unordered lists, ordered lists. Place items of the lists with li&lt;br&gt;
a anchor tags for links (place the url in the href)&lt;br&gt;
img img tags (place url in the src)&lt;/p&gt;

&lt;p&gt;2) Meta Tags&lt;br&gt;
Needed to specific general information of HTML page&lt;br&gt;
Broken into the head where the title and future CSS links go and body where the rest of the information of the page lives&lt;/p&gt;

&lt;p&gt;3) Comments&lt;br&gt;
Put anything text between &amp;lt;!-- --&amp;gt; to have notes that devs can see but will not show up on the page itself. There is a hotkey shortcut for this! (ctrl / to toggle)&lt;/p&gt;

&lt;p&gt;Whew that's a decent chunk for the day but we did it! If you have any tips or comments about the notes please let me know!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--YqPyj92D--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/avldy7fif0oixsgncszf.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--YqPyj92D--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/avldy7fif0oixsgncszf.PNG" alt="Capture"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--XsZIv10L--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/r59gocm14n7d4zymodop.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--XsZIv10L--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/r59gocm14n7d4zymodop.PNG" alt="Cap 2"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>challenge</category>
      <category>beginners</category>
    </item>
    <item>
      <title>"Accountable Code" 30 Day Challenge to Start My Coding Journey</title>
      <dc:creator>nerdeye</dc:creator>
      <pubDate>Wed, 19 May 2021 16:14:03 +0000</pubDate>
      <link>https://dev.to/nerdeye/accountable-code-30-day-challenge-to-start-my-coding-journey-1hb4</link>
      <guid>https://dev.to/nerdeye/accountable-code-30-day-challenge-to-start-my-coding-journey-1hb4</guid>
      <description>&lt;p&gt;Hello World!&lt;/p&gt;

&lt;p&gt;As time has passed and with little focus I can't say that I have been successful at coding much past that! As a newbie to this field I have come to accept that more accountability is needed for myself to remain diligently focused in progressing in learning code.&lt;/p&gt;

&lt;p&gt;Therefore, as I begin this journey of what I'd like to call "accountable code" I plan on starting out with a 30 day challenge. The terms are simple, plan out a manageable attack strategy to start learning some web development basics and document every day for the next month of the progress that is made. &lt;/p&gt;

&lt;p&gt;I hope that this in term can reiterate these concepts a second time and really hold me accountable for the duration of this time. I humbly understand that you can only learn so much in a given time frame but let's see together how far 'accountable coding' can go! I would love to interact with all of you as much as possible so if you have any pro tips or just want to talk, leave me a comment! Welp I'm off to start! See you folks tomorrow!&lt;/p&gt;

&lt;p&gt;-Nerdeye&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>challenge</category>
      <category>webdev</category>
      <category>30day</category>
    </item>
  </channel>
</rss>
