<?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: Saharan-sub</title>
    <description>The latest articles on DEV Community by Saharan-sub (@godwin_france).</description>
    <link>https://dev.to/godwin_france</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%2F434422%2Fd9eb4678-e408-4bc4-888e-79b28e785d32.jpg</url>
      <title>DEV Community: Saharan-sub</title>
      <link>https://dev.to/godwin_france</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/godwin_france"/>
    <language>en</language>
    <item>
      <title>PHP function</title>
      <dc:creator>Saharan-sub</dc:creator>
      <pubDate>Wed, 03 Mar 2021 15:19:18 +0000</pubDate>
      <link>https://dev.to/godwin_france/php-function-4kcj</link>
      <guid>https://dev.to/godwin_france/php-function-4kcj</guid>
      <description>&lt;p&gt;I am currently learning PHP, so I am just playing around with it. I got to function and decided to write this on my own.&lt;br&gt;
I want to take input from the user and pass it on to my defined function.&lt;br&gt;
Kindly see my codes below, it works but I feel something might be missing&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;&amp;lt;!DOCTYPE html&amp;gt;
&amp;lt;html lang="en"&amp;gt;

&amp;lt;head&amp;gt;
    &amp;lt;meta charset="utf-8" /&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body&amp;gt;

    &amp;lt;form action="user defined function.php" method="post"&amp;gt;

        &amp;lt;input type="text" name="name"&amp;gt; &amp;lt;br&amp;gt;
        &amp;lt;input type="number" name="age"&amp;gt; &amp;lt;br&amp;gt;
        &amp;lt;button type="submit"&amp;gt;Submit &amp;lt;/button&amp;gt;

    &amp;lt;/form&amp;gt;



    &amp;lt;?php
    function myName($name, $age)
    {
        echo  "My is " .  $_POST["name"] . ", and I am " . $_POST["age"] . " years old.";
    }
    myName ("", 0);
 ?&amp;gt;
&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



</description>
      <category>php</category>
    </item>
    <item>
      <title>Affiliate tracking platform</title>
      <dc:creator>Saharan-sub</dc:creator>
      <pubDate>Thu, 25 Feb 2021 11:26:02 +0000</pubDate>
      <link>https://dev.to/godwin_france/affiliate-tracking-platform-3de</link>
      <guid>https://dev.to/godwin_france/affiliate-tracking-platform-3de</guid>
      <description>&lt;p&gt;Hello, anyone interested on building an MVP based on this platform &lt;a href="https://tapfiliate.com/"&gt;https://tapfiliate.com/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
    </item>
    <item>
      <title>Affiliate links platform</title>
      <dc:creator>Saharan-sub</dc:creator>
      <pubDate>Wed, 24 Feb 2021 21:58:22 +0000</pubDate>
      <link>https://dev.to/godwin_france/affiliate-links-platform-fmg</link>
      <guid>https://dev.to/godwin_france/affiliate-links-platform-fmg</guid>
      <description>&lt;p&gt;Hi everyone, please has anyone worked on a web platform that involves the use of affiliate links as a means of referrals ? &lt;br&gt;
I want to work on a project that has to do with affiliate links and cookies.&lt;/p&gt;

&lt;p&gt;I need help with some pointers &lt;/p&gt;

</description>
      <category>webdev</category>
    </item>
    <item>
      <title>WordPress Question</title>
      <dc:creator>Saharan-sub</dc:creator>
      <pubDate>Tue, 09 Feb 2021 11:55:28 +0000</pubDate>
      <link>https://dev.to/godwin_france/wordpress-question-1ni3</link>
      <guid>https://dev.to/godwin_france/wordpress-question-1ni3</guid>
      <description>&lt;p&gt;I am wondering when it's appropriate to appearance Customize option over the theme editor ?&lt;/p&gt;

&lt;p&gt;TIA&lt;/p&gt;

</description>
      <category>wordpress</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Wordpress Themes </title>
      <dc:creator>Saharan-sub</dc:creator>
      <pubDate>Thu, 04 Feb 2021 22:09:45 +0000</pubDate>
      <link>https://dev.to/godwin_france/wordpress-themes-ab6</link>
      <guid>https://dev.to/godwin_france/wordpress-themes-ab6</guid>
      <description>&lt;p&gt;What's the prerequisite skills to have to build WordPress themes ?&lt;/p&gt;

&lt;p&gt;NB: I am equipped with HTML &amp;amp; CSS already&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Change browers color </title>
      <dc:creator>Saharan-sub</dc:creator>
      <pubDate>Thu, 21 Jan 2021 13:24:47 +0000</pubDate>
      <link>https://dev.to/godwin_france/change-browers-color-3944</link>
      <guid>https://dev.to/godwin_france/change-browers-color-3944</guid>
      <description>&lt;p&gt;How do you trigger the change in yhr color of the chrome browser ? &lt;br&gt;
Over here it is orange &lt;/p&gt;

</description>
      <category>webdev</category>
    </item>
    <item>
      <title>Portfolio </title>
      <dc:creator>Saharan-sub</dc:creator>
      <pubDate>Sat, 16 Jan 2021 14:15:01 +0000</pubDate>
      <link>https://dev.to/godwin_france/portfolio-2d66</link>
      <guid>https://dev.to/godwin_france/portfolio-2d66</guid>
      <description>&lt;p&gt;Hello guys, so I am pretty much comfortable with HTML and CSS at this point. &lt;br&gt;
Just wondering what sort of project that I should build that will be "worthy" to be placed in my portfolio.&lt;/p&gt;

&lt;p&gt;Thanks &lt;/p&gt;

</description>
    </item>
    <item>
      <title>Website sketch </title>
      <dc:creator>Saharan-sub</dc:creator>
      <pubDate>Fri, 20 Nov 2020 16:54:22 +0000</pubDate>
      <link>https://dev.to/godwin_france/website-sketch-3ial</link>
      <guid>https://dev.to/godwin_france/website-sketch-3ial</guid>
      <description>&lt;p&gt;Where do you guys "sketch" your web interface design?&lt;/p&gt;

</description>
      <category>css</category>
      <category>javascript</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Windows UI vs CSS </title>
      <dc:creator>Saharan-sub</dc:creator>
      <pubDate>Tue, 10 Nov 2020 11:01:56 +0000</pubDate>
      <link>https://dev.to/godwin_france/windows-ui-vs-css-1oao</link>
      <guid>https://dev.to/godwin_france/windows-ui-vs-css-1oao</guid>
      <description>&lt;p&gt;I am deep diving into CSS and I noticed that,let's say for example, the hover property.&lt;br&gt;
It seems to function same way as when you hover over an item in your Windows PC.&lt;/p&gt;

&lt;p&gt;Just thinking out loud...&lt;/p&gt;

</description>
      <category>css</category>
      <category>webdev</category>
    </item>
    <item>
      <title>CSS Q</title>
      <dc:creator>Saharan-sub</dc:creator>
      <pubDate>Thu, 05 Nov 2020 10:19:48 +0000</pubDate>
      <link>https://dev.to/godwin_france/css-q-1hoc</link>
      <guid>https://dev.to/godwin_france/css-q-1hoc</guid>
      <description>&lt;p&gt;div{&lt;br&gt;
display: inline;&lt;br&gt;
}&lt;/p&gt;
&lt;h1&gt;
  
  
  myDiv {
&lt;/h1&gt;

&lt;p&gt;margin-left: 30px;&lt;br&gt;
height: 40px;&lt;br&gt;
width: 40px;&lt;br&gt;
background-color: red;&lt;br&gt;
}&lt;/p&gt;

   

&lt;p&gt;Overlapping div&lt;/p&gt;



&lt;p&gt;I noticed that the #over overrides the #myDiv, any reason for this?&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>beginners</category>
      <category>css</category>
    </item>
    <item>
      <title>CSS Table data ( &lt;td&gt;)</title>
      <dc:creator>Saharan-sub</dc:creator>
      <pubDate>Sun, 01 Nov 2020 13:29:29 +0000</pubDate>
      <link>https://dev.to/godwin_france/css-table-data-td-5335</link>
      <guid>https://dev.to/godwin_france/css-table-data-td-5335</guid>
      <description>&lt;p&gt;So I am playing around creating country flags with CSS.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;It seems using the divs in HTML works better. All I got to do divide the divs into their respective rows and or columns and fill them up with the colors &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;I tried using &lt;/p&gt;
&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt; for these too but I noticed that you can leave a table field blank. I guess this is not the best method for this then, but my question is, is there a way to leave a table field blank ?


&lt;p&gt;Also, how do I place icons/images in the flag. Like placing the black star of the Ghana flag in the middle of the yellow ?&lt;/p&gt;
&lt;/table&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>css</category>
      <category>beginners</category>
      <category>webdev</category>
    </item>
    <item>
      <title>CSS got too many moving parts</title>
      <dc:creator>Saharan-sub</dc:creator>
      <pubDate>Fri, 30 Oct 2020 21:10:27 +0000</pubDate>
      <link>https://dev.to/godwin_france/css-got-too-many-moving-parts-59lk</link>
      <guid>https://dev.to/godwin_france/css-got-too-many-moving-parts-59lk</guid>
      <description>&lt;p&gt;Why am I struggling with CSS, too many moving parts 😭😭😭&lt;/p&gt;

&lt;p&gt;I need help!!&lt;/p&gt;

</description>
      <category>featureflags</category>
      <category>productivity</category>
      <category>learning</category>
      <category>codenewbie</category>
    </item>
  </channel>
</rss>
