<?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: niiknikk</title>
    <description>The latest articles on DEV Community by niiknikk (@niiknikk).</description>
    <link>https://dev.to/niiknikk</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%2F543861%2F0f57d2b1-4da3-4878-b949-1a22a9e2472d.png</url>
      <title>DEV Community: niiknikk</title>
      <link>https://dev.to/niiknikk</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/niiknikk"/>
    <language>en</language>
    <item>
      <title>Picking the right cursor in CSS</title>
      <dc:creator>niiknikk</dc:creator>
      <pubDate>Mon, 17 Jan 2022 14:08:51 +0000</pubDate>
      <link>https://dev.to/niiknikk/picking-the-right-cursor-in-css-2pjd</link>
      <guid>https://dev.to/niiknikk/picking-the-right-cursor-in-css-2pjd</guid>
      <description>&lt;p&gt;The &lt;code&gt;cursor&lt;/code&gt; property specifies the mouse cursor to be displayed when pointing over an element.&lt;/p&gt;

&lt;p&gt;This common UX practise can be  used to convey the idea of certain functionality. This is especially useful in web apps where different tasks can be done other than clicking.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The cursor pointer and cursor disabled&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--RTqUv5_k--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/uchckvq6eil3vremd6e0.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--RTqUv5_k--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/uchckvq6eil3vremd6e0.gif" alt="The cursor pointer and cursor disabled" width="880" height="495"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Zoom-in and Zoom-out cursor&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--wMJVJtsc--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/pbrk3o7w7z0q4zxif732.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--wMJVJtsc--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/pbrk3o7w7z0q4zxif732.gif" alt="Zoom-in and Zoom-out cursor" width="880" height="495"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The cursor can also be an image:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--6U0bLf__--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/q1s5aceokb21ktwcmc0z.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--6U0bLf__--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/q1s5aceokb21ktwcmc0z.gif" alt="The cursor can also be an image" width="880" height="495"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Here is a set of build-in cursors that can be instantly used to improve the usability of we apps, with very less code.&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--duxVlnI1--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/wv24fc729teycbggfq3w.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--duxVlnI1--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/wv24fc729teycbggfq3w.png" alt="Set of build-in cursor using CSS" width="880" height="495"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Weather app using nodejs 
</title>
      <dc:creator>niiknikk</dc:creator>
      <pubDate>Sat, 01 May 2021 17:58:09 +0000</pubDate>
      <link>https://dev.to/niiknikk/weather-app-using-nodejs-5fba</link>
      <guid>https://dev.to/niiknikk/weather-app-using-nodejs-5fba</guid>
      <description>&lt;p&gt;Demo site: &lt;a href="http://weatherapp-nikhil.herokuapp.com/"&gt;http://weatherapp-nikhil.herokuapp.com/&lt;/a&gt;&lt;br&gt;
Source code :&lt;br&gt;
&lt;a href="https://github.com/niiknikk/weather-app"&gt;https://github.com/niiknikk/weather-app&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Please do follow me on twitter &lt;br&gt;
&lt;a href="https://twitter.com/_niikhil?s=08"&gt;https://twitter.com/_niikhil?s=08&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Netflix Navigation </title>
      <dc:creator>niiknikk</dc:creator>
      <pubDate>Thu, 25 Mar 2021 08:18:51 +0000</pubDate>
      <link>https://dev.to/niiknikk/netflix-navigation-33e7</link>
      <guid>https://dev.to/niiknikk/netflix-navigation-33e7</guid>
      <description>&lt;p&gt;Netflix Navigation Bar &lt;a href="https://t.co/gdlAFy5Gsv"&gt;https://t.co/gdlAFy5Gsv&lt;/a&gt; via @CodePen&lt;/p&gt;

&lt;h1&gt;
  
  
  codepen #DEVCommunity #webdevelopment #100DaysOfCode
&lt;/h1&gt;

</description>
    </item>
    <item>
      <title>Sticky Navbar By Nikhil</title>
      <dc:creator>niiknikk</dc:creator>
      <pubDate>Thu, 18 Mar 2021 10:37:13 +0000</pubDate>
      <link>https://dev.to/niiknikk/sticky-navbar-by-nikhil-35jc</link>
      <guid>https://dev.to/niiknikk/sticky-navbar-by-nikhil-35jc</guid>
      <description>&lt;p&gt;&lt;iframe height="600" src="https://codepen.io/_nikkkhil/embed/Rwozbgq?height=600&amp;amp;default-tab=result&amp;amp;embed-version=2"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>codepen</category>
    </item>
    <item>
      <title>CSS Loading Animation</title>
      <dc:creator>niiknikk</dc:creator>
      <pubDate>Mon, 08 Mar 2021 11:59:39 +0000</pubDate>
      <link>https://dev.to/niiknikk/css-loading-animation-1883</link>
      <guid>https://dev.to/niiknikk/css-loading-animation-1883</guid>
      <description>&lt;p&gt;&lt;iframe height="600" src="https://codepen.io/_nikkkhil/embed/eYBPBBO?height=600&amp;amp;default-tab=result&amp;amp;embed-version=2"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>codepen</category>
    </item>
    <item>
      <title>Animated navbar </title>
      <dc:creator>niiknikk</dc:creator>
      <pubDate>Thu, 14 Jan 2021 08:13:57 +0000</pubDate>
      <link>https://dev.to/niiknikk/animated-navbar-4e83</link>
      <guid>https://dev.to/niiknikk/animated-navbar-4e83</guid>
      <description>&lt;p&gt;&lt;iframe height="600" src="https://codepen.io/Niik_nikk/embed/YzGRZxv?height=600&amp;amp;default-tab=result&amp;amp;embed-version=2"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

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