<?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: Falak</title>
    <description>The latest articles on DEV Community by Falak (@muhammad_falak_shair).</description>
    <link>https://dev.to/muhammad_falak_shair</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%2F1936268%2Ff09edceb-54da-410c-8a24-bcf0e8573c7c.png</url>
      <title>DEV Community: Falak</title>
      <link>https://dev.to/muhammad_falak_shair</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/muhammad_falak_shair"/>
    <language>en</language>
    <item>
      <title>Encoding System</title>
      <dc:creator>Falak</dc:creator>
      <pubDate>Thu, 28 Nov 2024 11:49:10 +0000</pubDate>
      <link>https://dev.to/muhammad_falak_shair/encoding-system-jme</link>
      <guid>https://dev.to/muhammad_falak_shair/encoding-system-jme</guid>
      <description>&lt;p&gt;&lt;code&gt;&amp;lt;!DOCTYPE html&amp;gt;&lt;br&gt;
&amp;lt;html lang="en"&amp;gt;&lt;br&gt;
    &amp;lt;head&amp;gt;&lt;br&gt;
        &amp;lt;!-- contains information which describes document to the machine. --&amp;gt;&lt;br&gt;
        &amp;lt;meta charset="falak"&amp;gt;&lt;br&gt;
    &amp;lt;/head&amp;gt;&lt;br&gt;
    &amp;lt;body&amp;gt;&lt;br&gt;
        &amp;lt;h1&amp;gt;My name is Falak Shair.&amp;lt;/h1&amp;gt;&lt;br&gt;
    &amp;lt;/body&amp;gt;&lt;br&gt;
&amp;lt;/html&amp;gt;&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;In the above HTML code, I used an incorrect encoding system(that is basically my nick name). But, this code outputs readable text instead of an unreadable. If this &lt;code&gt;meta&lt;/code&gt; tag doesn't make any impact on document, then why do we use it? &lt;/p&gt;

</description>
      <category>webdev</category>
      <category>learning</category>
      <category>html</category>
      <category>development</category>
    </item>
    <item>
      <title>PHP Error</title>
      <dc:creator>Falak</dc:creator>
      <pubDate>Sat, 17 Aug 2024 04:33:50 +0000</pubDate>
      <link>https://dev.to/muhammad_falak_shair/php-error-3djg</link>
      <guid>https://dev.to/muhammad_falak_shair/php-error-3djg</guid>
      <description>&lt;p&gt;$valOne variable has string type value and $valTwo variable has original value. I calculated them and did not find error as I excepted.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;$valOne = "100"; //defined variable as string.
$valTwo = 6;    //defined variable as value.
$calOfVals = $valOne / $valTwo; //applied division.
echo $calOfVals; //output: 16.666666666667.
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



</description>
      <category>php</category>
      <category>help</category>
      <category>learning</category>
    </item>
  </channel>
</rss>
