<?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: Farman Ali</title>
    <description>The latest articles on DEV Community by Farman Ali (@farmanali6349).</description>
    <link>https://dev.to/farmanali6349</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%2F1016274%2F2a4b611b-81e3-4ae2-a4d6-a8845f1c69ee.png</url>
      <title>DEV Community: Farman Ali</title>
      <link>https://dev.to/farmanali6349</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/farmanali6349"/>
    <language>en</language>
    <item>
      <title>🌟 New Thing 01 | Upload Image Using JS</title>
      <dc:creator>Farman Ali</dc:creator>
      <pubDate>Sun, 26 Feb 2023 09:04:30 +0000</pubDate>
      <link>https://dev.to/farmanali6349/new-thing-01-upload-image-using-js-1273</link>
      <guid>https://dev.to/farmanali6349/new-thing-01-upload-image-using-js-1273</guid>
      <description>&lt;h1&gt;
  
  
  🌟 New Thing 01 | Upload Image Using JS
&lt;/h1&gt;

&lt;h2&gt;
  
  
  🛠️ Tools Utilized
&lt;/h2&gt;

&lt;p&gt;I used HTML, CSS, and JS to create all the design.&lt;/p&gt;

&lt;h2&gt;
  
  
  📝 Description
&lt;/h2&gt;

&lt;p&gt;The styling aspect was done by CSS, but the main thing was creating a JS function that will allow users to upload an image from their device. To create the JS function, we select the displayed image and input tag using their respective IDs. Then we create a function with &lt;code&gt;input.onchange&lt;/code&gt;. Next, we create a URL object and give the URL of the selected image to the displayed image, so the selected image will be displayed on the webpage.&lt;/p&gt;

&lt;h2&gt;
  
  
  🎓 Learning
&lt;/h2&gt;

&lt;p&gt;I learned how to access the files of input tag using JS. I got familiar with &lt;code&gt;URL.createObjectURL&lt;/code&gt;, which allows me to display images on the webpage.&lt;/p&gt;

&lt;h2&gt;
  
  
  🔗 Link
&lt;/h2&gt;

&lt;p&gt;I've uploaded the code at my CodePen. You can check it out here:&lt;br&gt;
&lt;a href="https://codepen.io/farmanali6349/pen/wvEzRro" rel="noopener noreferrer"&gt;https://codepen.io/farmanali6349/pen/wvEzRro&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Note: Use the code at your local setup, as the image will not be shown online.&lt;/p&gt;
&lt;h2&gt;
  
  
  JS Code
&lt;/h2&gt;

&lt;p&gt;`javascript&lt;br&gt;
let profilePic = document.getElementById('profile-pic');&lt;br&gt;
let inputFile = document.getElementById('input-file');&lt;/p&gt;

&lt;p&gt;inputFile.onchange = function () {&lt;br&gt;
    profilePic.src = URL.createObjectURL(inputFile.files[0]);&lt;br&gt;
}&lt;br&gt;
`&lt;br&gt;
&lt;iframe height="600" src="https://codepen.io/farmanali6349/embed/wvEzRro?height=600&amp;amp;default-tab=result&amp;amp;embed-version=2"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>career</category>
      <category>productivity</category>
      <category>freelancing</category>
    </item>
    <item>
      <title>Portfolio Website</title>
      <dc:creator>Farman Ali</dc:creator>
      <pubDate>Sun, 12 Feb 2023 22:16:34 +0000</pubDate>
      <link>https://dev.to/farmanali6349/portfolio-website-23l</link>
      <guid>https://dev.to/farmanali6349/portfolio-website-23l</guid>
      <description>&lt;p&gt;𝗣𝗥𝗢𝗝𝗘𝗖𝗧 02: PORTFOLIO WEBSITE (Responsive)&lt;/p&gt;

&lt;p&gt;𝗧𝗼𝗼𝗹𝘀 𝗨𝘁𝗶𝗹𝗶𝘇𝗲𝗱&lt;br&gt;
I utilized HTML, CSS and Java Script to create the Portfolio website.&lt;/p&gt;

&lt;p&gt;𝗗𝗲𝘀𝗰𝗿𝗶𝗽𝘁𝗶𝗼𝗻&lt;br&gt;
This project was undertaken for the purpose of honing my HTML, CSS and Java Script skills. I utilized grid, flex-box layouts, CSS animations, psuedo classes, psuedo elements and created some java script functions such as switching tabs in about section and use media queries for responsiveness to create an aesthetically pleasing design with simple color scheme.&lt;/p&gt;

&lt;p&gt;𝗣𝗿𝗼𝗷𝗲𝗰𝘁 𝗟𝗶𝗻𝗸&lt;br&gt;
The project can be viewed in my portfolio on Behance as follows.&lt;br&gt;
&lt;a href="https://www.behance.net/farmanali6349" rel="noopener noreferrer"&gt;https://www.behance.net/farmanali6349&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;𝗥𝗲𝘀𝗼𝘂𝗿𝗰𝗲&lt;br&gt;
If you would like to access the resources, including the code and page, please feel free to send me a message.&lt;br&gt;
𝗝𝗮𝘇𝘇𝗮𝗸 𝗔𝗹𝗹𝗮𝗵 😊&lt;/p&gt;

&lt;p&gt;&lt;iframe height="600" src="https://codepen.io/farmanali6349/embed/xxaKZqy?height=600&amp;amp;default-tab=result&amp;amp;embed-version=2"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>gratitude</category>
    </item>
    <item>
      <title>Exploring the Stunning Imagination of AI: Discovering its Contribution through Discord</title>
      <dc:creator>Farman Ali</dc:creator>
      <pubDate>Tue, 31 Jan 2023 14:50:21 +0000</pubDate>
      <link>https://dev.to/farmanali6349/exploring-the-stunning-imagination-of-ai-discovering-its-contribution-through-discord-57mn</link>
      <guid>https://dev.to/farmanali6349/exploring-the-stunning-imagination-of-ai-discovering-its-contribution-through-discord-57mn</guid>
      <description>&lt;h2&gt;
  
  
  AI and It's Imagination
&lt;/h2&gt;

&lt;p&gt;Artificial Intelligence (AI) has been gaining widespread attention in recent times. It has the ability to imagine and create stunning images based on a given scenario. This process is a result of the rapid advancement of AI technology and algorithms that allow it to generate visuals that are beyond human imagination.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;The imagination of tomorrow is more important than the history of yesterday." - Walt Disney&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  Discord, Source of AI Generated Images
&lt;/h2&gt;

&lt;p&gt;Recently, I stumbled upon some images made by AI on discord, and I was truly impressed by their quality. These images showcase the power of AI in creating visually appealing and surreal scenes. The use of AI in creating images and other forms of digital art is an exciting development that is sure to open up new possibilities in the world of art and design.&lt;/p&gt;

&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;In conclusion, AI is rapidly changing the way we think about art and design. It has the potential to bring a new dimension to the field of visual arts and can be a valuable tool for creative minds looking to explore new avenues for expression.&lt;/p&gt;

&lt;h2&gt;
  
  
  Samples
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F1hsh6hkfkb2m2ee44nvv.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F1hsh6hkfkb2m2ee44nvv.png" alt="Image description" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F4oyoib1qzvir3j0p6mlq.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F4oyoib1qzvir3j0p6mlq.png" alt="Image description" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F0r1bgsgqbssmc1vrz938.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F0r1bgsgqbssmc1vrz938.png" alt="Image description" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F6n0v3e1xtrh879is81cx.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F6n0v3e1xtrh879is81cx.png" alt="Image description" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fzu6hbowu24e20jqp0zg2.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fzu6hbowu24e20jqp0zg2.png" alt="Image description" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>crypto</category>
      <category>cryptocurrency</category>
      <category>blockchain</category>
      <category>offers</category>
    </item>
    <item>
      <title>Java Script Fun | JS Tutorial | India Se Aya Mera Dost Dost Ko Salam Karo</title>
      <dc:creator>Farman Ali</dc:creator>
      <pubDate>Mon, 30 Jan 2023 19:23:54 +0000</pubDate>
      <link>https://dev.to/farmanali6349/java-script-fun-js-tutorial-india-se-aya-mera-dost-dost-ko-salam-karo-55a3</link>
      <guid>https://dev.to/farmanali6349/java-script-fun-js-tutorial-india-se-aya-mera-dost-dost-ko-salam-karo-55a3</guid>
      <description>&lt;p&gt;&lt;iframe height="600" src="https://codepen.io/farmanali6349/embed/JjBBOdM?height=600&amp;amp;default-tab=result&amp;amp;embed-version=2"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>cryptocurrency</category>
      <category>blockchain</category>
      <category>web3</category>
    </item>
    <item>
      <title>Layout01byFlexbox</title>
      <dc:creator>Farman Ali</dc:creator>
      <pubDate>Sat, 28 Jan 2023 17:39:34 +0000</pubDate>
      <link>https://dev.to/farmanali6349/layout01byflexbox-35hf</link>
      <guid>https://dev.to/farmanali6349/layout01byflexbox-35hf</guid>
      <description>&lt;p&gt;&lt;iframe height="600" src="https://codepen.io/farmanali6349/embed/JjpLowg?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>
