<?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: AndyBullet</title>
    <description>The latest articles on DEV Community by AndyBullet (@andybullet).</description>
    <link>https://dev.to/andybullet</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%2F228593%2F80a7415d-dc76-4074-b933-d5e62186b51a.png</url>
      <title>DEV Community: AndyBullet</title>
      <link>https://dev.to/andybullet</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/andybullet"/>
    <language>en</language>
    <item>
      <title>Problem: turning an image into a canvas ignores the filters</title>
      <dc:creator>AndyBullet</dc:creator>
      <pubDate>Thu, 12 May 2022 11:32:42 +0000</pubDate>
      <link>https://dev.to/andybullet/turing-an-image-into-a-canvas-ignore-the-filters-3dg1</link>
      <guid>https://dev.to/andybullet/turing-an-image-into-a-canvas-ignore-the-filters-3dg1</guid>
      <description>&lt;p&gt;Hi, in &lt;a href="https://drive.google.com/file/d/1p2v9-Oz3QjMsWbc-mtFV-DC0MJWH49oH/view?usp=sharing"&gt;this code&lt;/a&gt; I put a button with a function that turn a div containing an image into a canvas, and I setted filters to this image but they are ignored, the canvas shows the original image without them. Can you help me?&lt;/p&gt;

</description>
      <category>html</category>
      <category>javascript</category>
      <category>css</category>
      <category>help</category>
    </item>
    <item>
      <title>Help me please: Auto-uploading file in an html input type="file"</title>
      <dc:creator>AndyBullet</dc:creator>
      <pubDate>Tue, 16 Feb 2021 23:24:16 +0000</pubDate>
      <link>https://dev.to/andybullet/auto-adding-file-in-the-html-input-type-file-1kbd</link>
      <guid>https://dev.to/andybullet/auto-adding-file-in-the-html-input-type-file-1kbd</guid>
      <description>&lt;p&gt;Hi guys, I have a question.&lt;br&gt;
I would like to write a javascript code that uploads a file in an input type="file" of my html page by its name or its path.&lt;br&gt;
Is it possible?&lt;/p&gt;

</description>
      <category>html</category>
      <category>javascript</category>
      <category>code</category>
      <category>help</category>
    </item>
    <item>
      <title>JavaScript: Problem with document.write</title>
      <dc:creator>AndyBullet</dc:creator>
      <pubDate>Sun, 22 Mar 2020 23:54:52 +0000</pubDate>
      <link>https://dev.to/andybullet/javascript-1a68</link>
      <guid>https://dev.to/andybullet/javascript-1a68</guid>
      <description>&lt;p&gt;Hi guys! I have a problem.&lt;br&gt;
By this script &lt;a href="https://pastebin.com/XJ17NJ5E"&gt;https://pastebin.com/XJ17NJ5E&lt;/a&gt; I would like to open the page linked (in this case &lt;a href="https://www.google.com/"&gt;https://www.google.com/&lt;/a&gt;) and add to the html page a a pair of SCRIPT tags. But after putting it in, it removes the rest of the HTML page. How do I solve it?&lt;/p&gt;

</description>
      <category>help</category>
      <category>javascript</category>
      <category>html</category>
      <category>script</category>
    </item>
    <item>
      <title>Cross-origins in HTML iFrame</title>
      <dc:creator>AndyBullet</dc:creator>
      <pubDate>Sat, 21 Mar 2020 16:52:10 +0000</pubDate>
      <link>https://dev.to/andybullet/cross-origins-in-html-iframe-3m2j</link>
      <guid>https://dev.to/andybullet/cross-origins-in-html-iframe-3m2j</guid>
      <description>&lt;p&gt;Hi guys! I have a question.&lt;br&gt;
I would like to remove from my site the function that prevents its elements from being manipulated in the iFrames of HTML from differen origins. In simple words, I want to allow myself to access element by iFrame. Is it possible?&lt;/p&gt;

</description>
      <category>html</category>
      <category>help</category>
      <category>iframe</category>
      <category>policy</category>
    </item>
    <item>
      <title>Problem with iFrame.</title>
      <dc:creator>AndyBullet</dc:creator>
      <pubDate>Tue, 17 Dec 2019 18:25:35 +0000</pubDate>
      <link>https://dev.to/andybullet/problem-with-iframe-2apc</link>
      <guid>https://dev.to/andybullet/problem-with-iframe-2apc</guid>
      <description>&lt;p&gt;Hi guys.&lt;br&gt;
I have a problem with jquery (the code is here &lt;a href="https://pastebin.com/ieEwvMYW"&gt;https://pastebin.com/ieEwvMYW&lt;/a&gt;).&lt;/p&gt;

&lt;p&gt;I want to make the text written in the textarea appears in the input of the site of the iframe tag. The id of that input is "CreateChatroomInputName" and I put it in a var of jquery ( var myFrame = $("#myframe").contents().find('#CreateChatroomInputName'); ) but it's not considered.&lt;/p&gt;

&lt;p&gt;Can you help me to solve this problem?&lt;/p&gt;

</description>
      <category>iframe</category>
      <category>javascript</category>
      <category>html</category>
      <category>jquery</category>
    </item>
    <item>
      <title>I need an information about the scrollability</title>
      <dc:creator>AndyBullet</dc:creator>
      <pubDate>Tue, 10 Dec 2019 17:08:19 +0000</pubDate>
      <link>https://dev.to/andybullet/i-need-an-information-about-the-scrollability-5h14</link>
      <guid>https://dev.to/andybullet/i-need-an-information-about-the-scrollability-5h14</guid>
      <description>&lt;p&gt;Hi guys!&lt;br&gt;
I need an information. Is there a way to make the window unscrollable by touch on touch screen devices? I would like to make it scrollable only from PC.&lt;/p&gt;

</description>
      <category>html</category>
      <category>javascript</category>
      <category>help</category>
      <category>code</category>
    </item>
    <item>
      <title>JavaScript and JQuery: I have three problem about movement and collision detection.</title>
      <dc:creator>AndyBullet</dc:creator>
      <pubDate>Sun, 01 Dec 2019 12:12:13 +0000</pubDate>
      <link>https://dev.to/andybullet/javascript-and-jquery-i-have-three-problem-about-movement-and-collision-detection-673</link>
      <guid>https://dev.to/andybullet/javascript-and-jquery-i-have-three-problem-about-movement-and-collision-detection-673</guid>
      <description>&lt;p&gt;Hi Guys!&lt;br&gt;
I have two problems about the movement and a problem about the collision detection(this is the code &lt;a href="https://pastebin.com/k4QEnrtm"&gt;https://pastebin.com/k4QEnrtm&lt;/a&gt;) :&lt;/p&gt;

&lt;p&gt;1- The button must be clicked two time to work, but I want that it works on a single click;&lt;br&gt;
2- By "Down" button, the div teleports up before going down, and I don't know why;&lt;br&gt;
3- The collision detection make always the text change from "true" to "false" and vice versa if the dives collide or not, and if the write is "true" the "Down" button must be disabled. The problem is that by clicks it works, but on mouse down it doesn't work.&lt;br&gt;
Can you tell me how to solve these problems?&lt;/p&gt;

</description>
      <category>html</category>
      <category>javascript</category>
      <category>jquery</category>
      <category>help</category>
    </item>
    <item>
      <title>HTML: I have a problem with the canvas.</title>
      <dc:creator>AndyBullet</dc:creator>
      <pubDate>Mon, 18 Nov 2019 14:06:57 +0000</pubDate>
      <link>https://dev.to/andybullet/html-i-have-a-problem-with-canvas-1aif</link>
      <guid>https://dev.to/andybullet/html-i-have-a-problem-with-canvas-1aif</guid>
      <description>&lt;p&gt;Hi guys! I have a problem.&lt;br&gt;
&lt;a href="https://pastebin.com/68recZYa"&gt;https://pastebin.com/68recZYa&lt;/a&gt;&lt;br&gt;
In this code, when I click "Move" button, the image in "myDIV" div go ahead, and the viewport follow him. But I would like that this method would work in a canvas instead of a div. Can you tell me a how can I do it?&lt;/p&gt;

</description>
      <category>canvas</category>
      <category>javascript</category>
    </item>
    <item>
      <title>I need help for a changement</title>
      <dc:creator>AndyBullet</dc:creator>
      <pubDate>Sun, 17 Nov 2019 22:05:34 +0000</pubDate>
      <link>https://dev.to/andybullet/i-need-help-with-a-changement-2ne6</link>
      <guid>https://dev.to/andybullet/i-need-help-with-a-changement-2ne6</guid>
      <description>&lt;p&gt;Hi guys! I would like to have an information.&lt;br&gt;
&lt;a href="https://pastebin.com/68recZYa"&gt;https://pastebin.com/68recZYa&lt;/a&gt;&lt;br&gt;
In this code, when I click "Move" button, the image in "myDIV" div go ahead, and the viewport follow him. But I would like that this method would work in a canvas instead of a div. Can you tell me a how can I do it?&lt;/p&gt;

</description>
      <category>html</category>
      <category>javascript</category>
      <category>canvas</category>
    </item>
    <item>
      <title>I need help with a changement</title>
      <dc:creator>AndyBullet</dc:creator>
      <pubDate>Sun, 17 Nov 2019 00:02:13 +0000</pubDate>
      <link>https://dev.to/andybullet/i-need-help-with-a-changement-1lk</link>
      <guid>https://dev.to/andybullet/i-need-help-with-a-changement-1lk</guid>
      <description>&lt;p&gt;Hi guys! I would like to have an information.&lt;br&gt;
&lt;a href="https://pastebin.com/68recZYa"&gt;https://pastebin.com/68recZYa&lt;/a&gt;&lt;br&gt;
In this code, when I click "Move" button, the image in "myDIV" div go ahead, and the viewport follow him. But I would like that this method would work in a canvas instead of a div. Can you tell me a how can I do it?&lt;/p&gt;

</description>
      <category>html</category>
      <category>javascript</category>
      <category>canvas</category>
    </item>
    <item>
      <title>JQuery: How do I remove the fly effect of .hide?</title>
      <dc:creator>AndyBullet</dc:creator>
      <pubDate>Sat, 09 Nov 2019 16:59:31 +0000</pubDate>
      <link>https://dev.to/andybullet/jquery-how-i-remove-the-fly-effect-of-hide-1eii</link>
      <guid>https://dev.to/andybullet/jquery-how-i-remove-the-fly-effect-of-hide-1eii</guid>
      <description>&lt;p&gt;Hi guys! I have a thing to ask.&lt;br&gt;
Do you know how to remove the effect of the .hide function of jquery that make the elements fly before disappearing?&lt;br&gt;
Because in this code &lt;a href="https://pastebin.com/ByFrsC9b"&gt;https://pastebin.com/ByFrsC9b&lt;/a&gt; I want that the first image disappears to make the second image take his place (as two slides), but the first image fly up before disappearing, and it mess up the scrolling.&lt;br&gt;
Is there a way to remove this effect?&lt;/p&gt;

</description>
      <category>jquery</category>
      <category>javascript</category>
      <category>html</category>
      <category>help</category>
    </item>
    <item>
      <title>Problem with localStorage</title>
      <dc:creator>AndyBullet</dc:creator>
      <pubDate>Wed, 06 Nov 2019 18:21:26 +0000</pubDate>
      <link>https://dev.to/andybullet/problem-with-localstorage-25bn</link>
      <guid>https://dev.to/andybullet/problem-with-localstorage-25bn</guid>
      <description>&lt;p&gt;Hi guys! I have a problem.&lt;br&gt;
&lt;a href="https://pastebin.com/pPCpxT9N"&gt;https://pastebin.com/pPCpxT9N&lt;/a&gt;&lt;br&gt;
By this code I would like to change the text written in the paragraph from "Text" to "Another text", and I want to save the changement by localStorage, but it doesn't work. Can you tell me why?&lt;/p&gt;

</description>
      <category>html</category>
      <category>javascript</category>
      <category>localstorage</category>
      <category>help</category>
    </item>
  </channel>
</rss>
