<?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>Forem: karthikeyan K</title>
    <description>The latest articles on Forem by karthikeyan K (@itzurkarthi).</description>
    <link>https://forem.com/itzurkarthi</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%2F138993%2F97d7c343-bc47-46fb-af00-757cb725f66b.jpeg</url>
      <title>Forem: karthikeyan K</title>
      <link>https://forem.com/itzurkarthi</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/itzurkarthi"/>
    <language>en</language>
    <item>
      <title>Finding Unused CSS and JS code using Google Dev Coverage Tab</title>
      <dc:creator>karthikeyan K</dc:creator>
      <pubDate>Mon, 13 Jan 2020 13:48:17 +0000</pubDate>
      <link>https://forem.com/itzurkarthi/finding-unused-css-and-js-code-using-google-dev-coverage-tab-3735</link>
      <guid>https://forem.com/itzurkarthi/finding-unused-css-and-js-code-using-google-dev-coverage-tab-3735</guid>
      <description>&lt;p&gt;There is a lot that Google dev tools could do, but this article will focus on identifying unused code. And of course, there are more than one way to find dead code, but this method is simpler as it doesnt require additional libraries. The very basic reason is performance improvement. The lesser the files, the faster the page loads.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;47 per cent of consumers expect a web page to load in two seconds or less. 40 per cent of consumers will wait no more than three seconds for a web page to render before abandoning the site&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Imagine all the users/customers you could lose visiting your website just because it doesn’t load in a few seconds. So it is really important that the files we send are minimal and does not contain junk.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://w3lessons.info/coverage-tab-of-google-dev-tools-to-find-dead-code/"&gt;Read More&lt;/a&gt;&lt;/p&gt;

</description>
      <category>googledevtools</category>
      <category>optimization</category>
      <category>webdevelopertools</category>
    </item>
    <item>
      <title>20+ Useful jQuery Code Snippets for Web Developers in 2020</title>
      <dc:creator>karthikeyan K</dc:creator>
      <pubDate>Fri, 03 Jan 2020 12:29:36 +0000</pubDate>
      <link>https://forem.com/itzurkarthi/20-useful-jquery-code-snippets-for-web-developers-in-2020-3jjj</link>
      <guid>https://forem.com/itzurkarthi/20-useful-jquery-code-snippets-for-web-developers-in-2020-3jjj</guid>
      <description>&lt;p&gt;jQuery is one of the top javascript library in the world. I have been using this jQuery library for the last 10 years. I’m going to share most useful jquery code snippets where you can copy and use it in your projects immediately without reinventing the wheel. These jquery code snippets are easy to use and I hope it will adapt to match on your requirements.&lt;/p&gt;

&lt;p&gt;By using these code snippets you can save your pretty valuable time when developing user interfaces. Just copy the jquery code snippets and make your website with pretty nice effects&lt;/p&gt;

&lt;p&gt;&lt;a href="https://w3lessons.info/top-20-useful-jquery-code-snippets-web-developers/"&gt;Read More&lt;/a&gt;&lt;/p&gt;

</description>
      <category>jquery</category>
      <category>javascript</category>
    </item>
    <item>
      <title>How to find the difference between two dates in php?</title>
      <dc:creator>karthikeyan K</dc:creator>
      <pubDate>Tue, 06 Aug 2019 01:31:42 +0000</pubDate>
      <link>https://forem.com/itzurkarthi/how-to-find-the-difference-between-two-dates-in-php-4k5l</link>
      <guid>https://forem.com/itzurkarthi/how-to-find-the-difference-between-two-dates-in-php-4k5l</guid>
      <description>&lt;p&gt;If you were given two dates, that is start date and end date and You want to find the difference between two dates in PHP.&lt;/p&gt;

&lt;p&gt;Its very simple and easy to calculate the difference between two dates.&lt;br&gt;
&lt;a href="https://w3lessons.info/how-to-find-the-difference-between-two-dates-in-php/"&gt;Read More&lt;/a&gt;&lt;/p&gt;

</description>
      <category>php</category>
    </item>
    <item>
      <title>How to Detect Browser using Javascript?</title>
      <dc:creator>karthikeyan K</dc:creator>
      <pubDate>Thu, 14 Mar 2019 11:27:58 +0000</pubDate>
      <link>https://forem.com/itzurkarthi/how-to-detect-browser-using-javascript-1bfc</link>
      <guid>https://forem.com/itzurkarthi/how-to-detect-browser-using-javascript-1bfc</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--s0_VSnh2--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/set8bax927tkcs54m6ui.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--s0_VSnh2--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/set8bax927tkcs54m6ui.png" alt="Detect browser using javascript"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;read more - &lt;a href="https://w3lessons.info/how-to-detect-browser-os-resolutions-speakers-microphone-webcam-using-javascript/"&gt;https://w3lessons.info/how-to-detect-browser-os-resolutions-speakers-microphone-webcam-using-javascript/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>javascript</category>
    </item>
  </channel>
</rss>
