<?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: Idrissa Thiam</title>
    <description>The latest articles on DEV Community by Idrissa Thiam (@idrissathiam01).</description>
    <link>https://dev.to/idrissathiam01</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%2F156060%2F41cc1585-a313-4248-840d-0a9b0710a4f5.png</url>
      <title>DEV Community: Idrissa Thiam</title>
      <link>https://dev.to/idrissathiam01</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/idrissathiam01"/>
    <language>en</language>
    <item>
      <title>365 Days of Coding Challenge: Day 7</title>
      <dc:creator>Idrissa Thiam</dc:creator>
      <pubDate>Sat, 09 Nov 2019 05:52:28 +0000</pubDate>
      <link>https://dev.to/idrissathiam01/365-days-of-coding-challenge-day-7-9a1</link>
      <guid>https://dev.to/idrissathiam01/365-days-of-coding-challenge-day-7-9a1</guid>
      <description>&lt;p&gt;Today is the &lt;strong&gt;seventh&lt;/strong&gt; day of my journey to complete &lt;a href="https://codingphase.com"&gt;Joe Santos Garcia's (aka CodingPhase.com) Coding365Challenge&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;I'm sorry for the late post.  I decided to take a more structured approach for my daily projects.  I began today by starting &lt;a href="http://www.freecodecamp.com"&gt;FreeCodeCamp Responsive Web Design Certification course&lt;/a&gt;.  I just finished up the section on HTML forms and decided to do a project that would incorporate a &lt;em&gt;little&lt;/em&gt; of what I learned.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--HxXiQzNv--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/7xyf1z8ekkfxvv5tw0ut.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--HxXiQzNv--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/7xyf1z8ekkfxvv5tw0ut.png" alt="#CodingPhase #Coding365Challenge: Idrissa Lemaire Thiam's screenshot on FreeCodeCamp Day 7"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I thought it would be cool to build a &lt;strong&gt;*simple*&lt;/strong&gt; user registration form.  I saw that renowned PHP/MySQL instructor &lt;a href="https://johnmorrisonline.com/"&gt;John Morris&lt;/a&gt; had a tutorial on this so I decided to watch it and try to implement the code on my own shared server instance.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.youtube.com/watch?v=n35Jn2nP9iU"&gt;&lt;br&gt;
&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--rwe3_WxR--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/4ysi2jmiohkgcqqh4u08.jpg" alt="Excellent tutorial by John Morris (aka www.johnmorrisonline.com) demonstrating database submission from HTML to MySQL database"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It took a little of bit of debugging some initial database connection errors--hence the late post--but I was able to get it working for use here: &lt;a href="http://www.tech-roi.com/codepen/form.php"&gt;http://www.tech-roi.com/codepen/form.php&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Feel free to review the &lt;a href="https://github.com/idrissathiam01/codingphase-coding365challenge/tree/master/day-7"&gt;code repository on Github&lt;/a&gt; and browse a screenshot of the code below:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--aGsrZ2yt--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/yhxitecs9kasjkq3cy47.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--aGsrZ2yt--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/yhxitecs9kasjkq3cy47.jpg" alt="#CodingPhase #Coding365Challenge: Idrissa Lemaire Thiam's code screenshot for Day 7"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>codingphase</category>
      <category>coding365challenge</category>
      <category>beginners</category>
    </item>
    <item>
      <title>365 Days of Coding Challenge: Day 6</title>
      <dc:creator>Idrissa Thiam</dc:creator>
      <pubDate>Fri, 08 Nov 2019 04:36:22 +0000</pubDate>
      <link>https://dev.to/idrissathiam01/365-days-of-coding-challenge-day-6-16ml</link>
      <guid>https://dev.to/idrissathiam01/365-days-of-coding-challenge-day-6-16ml</guid>
      <description>&lt;p&gt;Today is the &lt;strong&gt;sixth&lt;/strong&gt; day of my journey to complete &lt;a href="https://codingphase.com"&gt;Joe Santos Garcia's (aka CodingPhase.com) Coding365Challenge&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;I was really pressed for time today but I started a project on how to more fully understand the use of &lt;a href="https://www.w3schools.com/bootstrap/bootstrap_collapse.asp"&gt;Bootstrap collapsible classes&lt;/a&gt;. My goal for today was really to get on the right track for using collapsible classes in Bootstrap navigation headers.&lt;/p&gt;

&lt;p&gt;Feel free to see the CodePen for Day 6 and a screenshot below:
&lt;a href="https://codepen.io/idrissalemairethiam/pen/eYYKOwK"&gt;https://codepen.io/idrissalemairethiam/pen/eYYKOwK&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--CbJqRjyQ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://dertathe.sirv.com/AwesomeScreenshot-2019-11-7-1573186949016.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--CbJqRjyQ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://dertathe.sirv.com/AwesomeScreenshot-2019-11-7-1573186949016.gif" width="3840" height="2160" alt="#CodingPhase #Coding365Challenge: Idrissa Lemaire Thiam's screenshot for Day 6"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;
Right now, the quality of this work is really poor, but I am attempting to learn web development from the ground up.  I thank all of you for your patience and encouragement as I go this learning process--which is sometimes painfully slow.&lt;/p&gt;

</description>
      <category>codingphase</category>
      <category>coding365challenge</category>
      <category>bootstrap</category>
    </item>
    <item>
      <title>365 Days of Coding Challenge: Day 5</title>
      <dc:creator>Idrissa Thiam</dc:creator>
      <pubDate>Thu, 07 Nov 2019 04:39:55 +0000</pubDate>
      <link>https://dev.to/idrissathiam01/365-days-of-coding-challenge-day-5-ng0</link>
      <guid>https://dev.to/idrissathiam01/365-days-of-coding-challenge-day-5-ng0</guid>
      <description>&lt;p&gt;Okay. So, I know this post is &lt;em&gt;really&lt;/em&gt; late and I need to grind to get back on track. Today is the fifth day of my journey to complete &lt;a href="https://codingphase.com"&gt;Joe Santos' (aka CodingPhase.com) Coding365Challenge&lt;/a&gt; where I would be spend 365 days coding on the web.&lt;/p&gt;

&lt;p&gt;I was starting a new HTML5 document and then I realized that I do not have a standard way of structuring my HTML without relying on &lt;a href="http://www.getbootstrap.com"&gt;Twitter Bootstrap&lt;/a&gt;.  I investigated &lt;a href="https://html5boilerplate.com/"&gt;HTML5 Boilerplate (aka h5BP)&lt;/a&gt; and liked what I saw, but I felt it contained far more resources than I needed for creating simple one-page HTML/CSS projects (&lt;a href="https://moz.com/community/q/should-i-add-humans-txt-file"&gt;see what the Moz Community Forum says about referencing humans.txt)&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;My goal was to create an HTML Boilerplate that only includes three files while using various scripts and stylesheets on trusted CDNs.&lt;/p&gt;

&lt;p&gt;Here is the link to my CodePen for Day 5 and a screenshot below:
&lt;a href="https://codepen.io/idrissalemairethiam/pen/ZEEoBjo"&gt;https://codepen.io/idrissalemairethiam/pen/ZEEoBjo&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--79UQ6DYp--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/erfwv2ztkq3gxgccodn9.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--79UQ6DYp--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/erfwv2ztkq3gxgccodn9.png" alt="#CodingPhase #Coding365Challenge: Idrissa Lemaire Thiam's screenshot for Day 5"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Please also feel free to review the repository on GitHub and leave a comment:&lt;br&gt;
&lt;a href="https://github.com/idrissathiam01/html5-boilerplate"&gt;&lt;/a&gt;&lt;a href="https://github.com/idrissathiam01/html5-boilerplate"&gt;https://github.com/idrissathiam01/html5-boilerplate&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Will post again soon!&lt;/p&gt;

</description>
      <category>codingphase</category>
      <category>coding365challenge</category>
      <category>html5boilerplate</category>
      <category>html</category>
    </item>
    <item>
      <title>365 Days of Coding Challenge: Day 4</title>
      <dc:creator>Idrissa Thiam</dc:creator>
      <pubDate>Tue, 05 Nov 2019 08:13:46 +0000</pubDate>
      <link>https://dev.to/idrissathiam01/365-days-of-coding-challenge-day-4-304a</link>
      <guid>https://dev.to/idrissathiam01/365-days-of-coding-challenge-day-4-304a</guid>
      <description>&lt;p&gt;
Sorry everyone for the late post. Today is my fourth day of &lt;a href="https://codingphase.com"&gt;Joe Santos' (aka CodingPhase.com) Coding365Challenge&lt;/a&gt;. I am still working on this HTML email. With this latest work, I switched from using the Bootstrap framework to &lt;a href="https://codepen.io/idrissalemairethiam/pen/BaaYERX"&gt;ZURB's Foundation for Emails&lt;/a&gt; as I realized that the Bootstrap framework was not displaying properly in several email clients (ie. Outlook).
&lt;/p&gt;
&lt;p&gt;As I noted above, this method displays better and uses HTML tables (!!!).  In the coming days, I will be working more with the Foundation for Email framework to become more productive with producing layouts.&lt;/p&gt;

&lt;p&gt;Here is the link to my CodePen for Day 4 and a screenshot below:
&lt;a href="https://codepen.io/idrissalemairethiam/pen/BaaYERX"&gt;https://codepen.io/idrissalemairethiam/pen/BaaYERX&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--StYGZpCc--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/upf0xea5p1b0num86pfo.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--StYGZpCc--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/upf0xea5p1b0num86pfo.jpg" alt="#CodingPhase #Coding365Challenge: Idrissa Lemaire Thiam's screenshot for Day 4"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>codingphase</category>
      <category>coding365challenge</category>
    </item>
    <item>
      <title>365 Days of Coding Challenge: Day 3</title>
      <dc:creator>Idrissa Thiam</dc:creator>
      <pubDate>Mon, 04 Nov 2019 05:11:00 +0000</pubDate>
      <link>https://dev.to/idrissathiam01/365-days-of-coding-challenge-day-3-1cig</link>
      <guid>https://dev.to/idrissathiam01/365-days-of-coding-challenge-day-3-1cig</guid>
      <description>&lt;p&gt;
Today is my third day of &lt;a href="https://codingphase.com"&gt;Joe Santos' (aka CodingPhase.com) Coding365Challenge&lt;/a&gt;.  Again, I am working with the Bootstrap framework in the attempt of creating an HTML email for an e-commerce startup.  With this latest work, I made some layout and content changes and &lt;a href="https://help.shopify.com/en/manual/sell-online/buy-button"&gt;embedded a Shopify product collection&lt;/a&gt; in the code.
&lt;/p&gt;

&lt;p&gt;It should be noted that I am currently not following the best practices concerning HTML email development--especially regarding responsive design and embedded JavaScript. In the days to come, I will work on revising my work to create a sendable email that appears without formatting errors in the majority of inboxes. 
&lt;/p&gt;
&lt;p&gt;Here is the link to my CodePen for Day 3 and a screenshot below:
&lt;a href="https://codepen.io/idrissalemairethiam/pen/QWWQjRw"&gt;https://codepen.io/idrissalemairethiam/pen/QWWQjRw&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--jtZAfX-g--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/u4nmlmxg65bs5l9nwf5o.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--jtZAfX-g--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/u4nmlmxg65bs5l9nwf5o.png" alt="#CodingPhase #Coding365Challenge: Idrissa Lemaire Thiam's screenshot for Day 3"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;A quick shoutout to the &lt;a href="https://putsmail.com/tests/"&gt;Litmus.com's PutsMail HTML email testing service&lt;/a&gt; which offers a free way to test HTML emails in a multi-part fashion.&lt;/p&gt;

&lt;p&gt;I know this sucks right now but I hope to level-up as I increase in consistency.  Bye for now.&lt;/p&gt;

</description>
      <category>codingphase</category>
      <category>coding365challenge</category>
    </item>
    <item>
      <title>365 Days of Coding Challenge: Day 2</title>
      <dc:creator>Idrissa Thiam</dc:creator>
      <pubDate>Sun, 03 Nov 2019 06:05:22 +0000</pubDate>
      <link>https://dev.to/idrissathiam01/365-days-of-coding-challenge-day-2-4ih7</link>
      <guid>https://dev.to/idrissathiam01/365-days-of-coding-challenge-day-2-4ih7</guid>
      <description>&lt;p&gt;
Today is my second day of getting into &lt;a href="https://codingphase.com"&gt;Joe Santos' (aka CodingPhase.com) Coding365Challenge&lt;/a&gt;.  Right now, I know what I am putting out is not really demonstrative any tangible skills but it is just my goal to get into the habit of coding on a daily basis.  Hopefully, in the days to come, I can be timely with my commits and the quality of my work can improve.
&lt;/p&gt;

&lt;p&gt;Here is the link to my CodePen for Day 2 and a screenshot below:
&lt;a href="https://codepen.io/idrissalemairethiam/pen/QWWarZg"&gt;https://codepen.io/idrissalemairethiam/pen/QWWarZg&lt;/a&gt;&lt;/p&gt;

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

&lt;p&gt;A quick shoutout to the &lt;a href="fontawesome.com"&gt;FontAwesome&lt;/a&gt; icon font and the &lt;a href="https://sirv.com/"&gt;Sirv Image CDN&lt;/a&gt; which I am starting to get familiar with by using in this project.&lt;/p&gt;

&lt;p&gt;Cheers for now!&lt;/p&gt;

</description>
      <category>codingphase</category>
      <category>coding365challenge</category>
    </item>
    <item>
      <title>365 Days of Coding Challenge: Day 1</title>
      <dc:creator>Idrissa Thiam</dc:creator>
      <pubDate>Sat, 02 Nov 2019 04:00:10 +0000</pubDate>
      <link>https://dev.to/idrissathiam01/365-days-of-coding-challenge-4g3m</link>
      <guid>https://dev.to/idrissathiam01/365-days-of-coding-challenge-4g3m</guid>
      <description>&lt;p&gt;
Today I decided to take part in &lt;a href="http://www.codingphase.com"&gt;Joe Santos' (aka CodingPhase.com)&lt;/a&gt; coding challenge where I will be coding for an entire year.&lt;/p&gt;

&lt;p&gt;I made this decision kind of late in the day so the only thing I have to show off today is a simple HTML "Hello World" page using Bootstrap.  Free free to see the screenshot below and the link to the CodePen. I hope it is not too late. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://codepen.io/idrissalemairethiam/pen/xxxpdJw"&gt;https://codepen.io/idrissalemairethiam/pen/xxxpdJw&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--9c6pgous--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/ryn2cue1w6z6wxls1eoz.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--9c6pgous--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/ryn2cue1w6z6wxls1eoz.png" alt="Day 1 of my Coding365 Challenge attempt.  I humbly ask that you do not despise small beginnings."&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>codingphase</category>
      <category>coding365challenge</category>
      <category>selftaugt</category>
    </item>
  </channel>
</rss>
