<?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: logohat</title>
    <description>The latest articles on DEV Community by logohat (@logohate).</description>
    <link>https://dev.to/logohate</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%2F619303%2F682c1234-3632-4a86-a8b0-09ccaf27416a.png</url>
      <title>DEV Community: logohat</title>
      <link>https://dev.to/logohate</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/logohate"/>
    <language>en</language>
    <item>
      <title>Top Websites to find free transparent Arrow PNG images</title>
      <dc:creator>logohat</dc:creator>
      <pubDate>Wed, 20 Jul 2022 06:00:30 +0000</pubDate>
      <link>https://dev.to/logohate/top-websites-to-find-free-transparent-arrow-png-images-1jhe</link>
      <guid>https://dev.to/logohate/top-websites-to-find-free-transparent-arrow-png-images-1jhe</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--CUvKEMNQ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/e5lr5gr6krrnkqz08lff.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--CUvKEMNQ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/e5lr5gr6krrnkqz08lff.png" alt="Image description" width="880" height="588"&gt;&lt;/a&gt;&lt;br&gt;
Free &lt;a href="https://toppng.com/collection/arrow"&gt;arrow PNG&lt;/a&gt; image resources are becoming more popular among designers nowadays. The reason for their immense popularity is, they are easy to access, designed by creative individuals with keeping quality in mind, and most importantly they are a big time saver. But finding the right website with the right graphics for your project is sometimes gets really frustrating. So, we made this list for graphics creators to easily find free transparent PNG images on the web.&lt;/p&gt;

</description>
      <category>free</category>
      <category>png</category>
      <category>image</category>
      <category>arrow</category>
    </item>
    <item>
      <title>2022 Text PNG image with transparent background</title>
      <dc:creator>logohat</dc:creator>
      <pubDate>Mon, 27 Dec 2021 15:12:52 +0000</pubDate>
      <link>https://dev.to/logohate/2022-text-png-image-with-transparent-background-2bkn</link>
      <guid>https://dev.to/logohate/2022-text-png-image-with-transparent-background-2bkn</guid>
      <description>&lt;p&gt;New Year is the time or day at which a new calendar year begins and the calendar's year count increments by one. Many cultures celebrate the event in some manner. In the Gregorian calendar, the most widely used calendar system today, New Year occurs on January 1 (New Year's Day). This was also the first day of the year in the original Julian calendar and the Roman calendar (after 153 BC).&lt;/p&gt;

&lt;p&gt;Other cultures observe their traditional or religious New Year's Day according to their own customs, typically (though not invariably) because they use a lunar calendar or a lunisolar calendar. Chinese New Year, the Islamic New Year, and the Jewish New Year are among well-known examples. India, Nepal and other countries also celebrate New Year on dates according to their own calendars that are movable in the Gregorian calendar.&lt;/p&gt;

&lt;p&gt;During the Middle Ages in Western Europe, while the Julian calendar was still in use, authorities moved New Year's Day, depending upon locale, to one of several other days, including March 1, March 25, Easter, September 1, and December 25. Since then, many national civil calendars in the Western World and beyond have changed to using one fixed date for New Year's Day, January 1— most doing so when they adopted the Gregorian calendar.&lt;br&gt;
&lt;a href="https://toppng.com/tags/2022"&gt;2022 Text PNG image with transparent background&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>What is .NET?</title>
      <dc:creator>logohat</dc:creator>
      <pubDate>Thu, 22 Apr 2021 23:28:59 +0000</pubDate>
      <link>https://dev.to/logohate/what-is-net-17m</link>
      <guid>https://dev.to/logohate/what-is-net-17m</guid>
      <description>&lt;p&gt;.NET is a free, cross-platform, open source developer platform for building many different types of applications.&lt;/p&gt;

&lt;p&gt;With .NET, you can use multiple languages, editors, and libraries to build for web, mobile, desktop, games, and IoT.&lt;/p&gt;

&lt;p&gt;Languages&lt;br&gt;
You can write .NET apps in C#, F#, or Visual Basic.&lt;/p&gt;

&lt;p&gt;C# is a simple, modern, object-oriented, and type-safe programming language.&lt;br&gt;
F# is a cross-platform, open-source, functional programming language for .NET. It also includes object-oriented and imperative programming.&lt;br&gt;
Visual Basic is an approachable language with a simple syntax for building type-safe, object-oriented apps.&lt;/p&gt;

&lt;p&gt;Cross Platform&lt;br&gt;
Whether you're working in C#, F#, or Visual Basic, your code will run natively on any compatible OS. Different .NET implementations handle the heavy lifting for you:&lt;/p&gt;

&lt;p&gt;.NET Core is a cross-platform .NET implementation for websites, servers, and console apps on Windows, Linux, and macOS.&lt;br&gt;
.NET Framework supports websites, services, desktop apps, and more on Windows.&lt;br&gt;
Xamarin/Mono is a .NET implementation for running apps on all the major mobile operating systems.&lt;/p&gt;

&lt;p&gt;One consistent API&lt;br&gt;
.NET Standard is a base set of APIs that are common to all .NET implementations.&lt;br&gt;
&lt;a href="https://forums.asp.net/members/TOPPNG.aspx"&gt;free png&lt;/a&gt;&lt;br&gt;
Each implementation can also expose additional APIs that are specific to the operating systems it runs on. For example, .NET Framework is a Windows-only .NET implementation that includes APIs for accessing the Windows Registry.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Why to Use PNG Images in Your Web Design</title>
      <dc:creator>logohat</dc:creator>
      <pubDate>Thu, 22 Apr 2021 23:22:44 +0000</pubDate>
      <link>https://dev.to/logohate/why-to-use-png-images-in-your-web-design-4n0a</link>
      <guid>https://dev.to/logohate/why-to-use-png-images-in-your-web-design-4n0a</guid>
      <description>&lt;p&gt;The PNG image file format is not new to the web. It originally developed in the mid-90s as a solution to the shortcomings of the traditional GIF image file format. However, because early browser applications offered only spotty support for the PNG’s advanced features, web designers, developers were limited in its use.&lt;br&gt;
One large hurdle in particular faced by PNG’s was Microsoft Internet Explorer (IE). Far and away the most popular browser, IE offered particularly poor support for the file format. However, with the release of IE 7 as well as several JavaScript hacks, this has all changed, and PNGs are more popular than ever.&lt;br&gt;
But who cares!? And besides being one letter short of my favorite 1972 video game, what makes a PNG so great? Below, are three reasons why PNGs are the best image format since the Polaroid.&lt;br&gt;
They’re See-Through! (Alpha Transparency):&lt;br&gt;
As compared to the GIF, PNG offers a far less basic form of transparency. With GIFs, a particular color (or colors) is able to be saved as transparent, leaving colors either entirely opaque or transparent. There is no in-between.&lt;br&gt;
PNGs have a distinct advantage in this area. The PNG file format supports “semi-transparent pixels,” meaning a PNG can be saved with a soft drop shadow and floated over any background. It can be used as a watermark on a textured or gradiented background. It can even be smoothly faded from fully opaque to transparent, revealing the web page contents beneath.&lt;br&gt;
&lt;a href="https://toppng.com/"&gt;toppng&lt;/a&gt;&lt;br&gt;
TopPng features a logo which demonstrates this function. The homepage layout called for a logo with a soft drop shadow over a textured background of architectural sketches that regularly change. Using a GIF or JPG would be highly impractical, because every time the image changed, the logo’s background would need to be edited. A PNG, however, is floated over the image with a faded drop shadow, making the task quick, simple and dynamic. PNGs make the look and feel of your page flexible.&lt;br&gt;
They Look Great! (Lossless Compression):&lt;br&gt;
Every time a JPEG is saved and compressed, it loses some of the original file’s information and the image quality degrades. The GIF file format offers lossless compression (so the file can be saved and resaved without losing image quality), but it only supports a limited 256 color palette, making it useless for full-color photography and other such complex images.&lt;br&gt;
TopPng offers millions of high qualities free png images, icons, vectors and background images. Enjoy with free downloadable best png images for all design aspects in the world. It displays full color photographic images, like the JPEG, but it also supports a managed color palette, like the GIF format. While the PNG will typically have a larger file size than the JPEG for photographic images, it does have a distinct advantage: its compression is lossless, meaning images never degrade in quality or suffer from “compression artifacting” which affects many JPEG images.&lt;br&gt;
The results are crisper, brighter images that will “pop” on your pages unlike ever before.&lt;br&gt;
They’re Self Optimizing! (Gamma Correction ):&lt;br&gt;
Adjusting the brightness and contrast of images to look correct on a wide variety of monitors and operating systems is a common problem facing web designers. This problem is primarily related to different monitor Gamma settings.&lt;br&gt;
Gamma is a method monitors use to distribute their luminance evenly across the display. Unfortunately, different operating systems (in particular the Mac and Windows) use different Gamma settings. So an image that is color-corrected for the Macintosh operating system may look too dark on the Windows operating system and vice-versa.&lt;br&gt;
The PNG file format offers a solution for this problem. The image can be saved with built-in Gamma correction, enabling it to anticipate the operating system’s Gamma settings and automatically adjust its brightness and contrast. By using a PNG, designers can simply color-correct the image for their personal operating systems and let the PNG do the rest.&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
