<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
      <title>Tagged with #hosting - Processing 2.x and 3.x Forum</title>
      <link>https://forum.processing.org/two/discussions/tagged/feed.rss?Tag=%23hosting</link>
      <pubDate>Sun, 08 Aug 2021 20:31:34 +0000</pubDate>
         <description>Tagged with #hosting - Processing 2.x and 3.x Forum</description>
   <language>en-CA</language>
   <atom:link href="/two/discussions/tagged%23hosting/feed.rss" rel="self" type="application/rss+xml" />
   <item>
      <title>browsers who see my website for the 1st time show an older version</title>
      <link>https://forum.processing.org/two/discussion/25476/browsers-who-see-my-website-for-the-1st-time-show-an-older-version</link>
      <pubDate>Sat, 09 Dec 2017 18:17:34 +0000</pubDate>
      <dc:creator>ravel44</dc:creator>
      <guid isPermaLink="false">25476@/two/discussions</guid>
      <description><![CDATA[<p>Hi !
I reuploaded all my files to my host 12h ago. When sending my website to friends who never went to my url before, they see my old website...
Even on my Chrome browser, it keeps showing the older version unless I hit inspect and then reload by selecting "empty cache and hard load". And even if I type again my url after doing the inspect/emptycache/hardload method, it's showing the old version again.
What am I missing ?</p>
]]></description>
   </item>
   <item>
      <title>Free place to share/host p5js sketches?</title>
      <link>https://forum.processing.org/two/discussion/19828/free-place-to-share-host-p5js-sketches</link>
      <pubDate>Mon, 19 Dec 2016 17:34:00 +0000</pubDate>
      <dc:creator>schuelaw</dc:creator>
      <guid isPermaLink="false">19828@/two/discussions</guid>
      <description><![CDATA[<p>I'm giving a talk at a math meeting about how much fun p5js is. A real boon to accessibility would be to give some advice to folks that want to use p5js, but don't have their own web server.</p>

<p>Most (all?) free web hosting seem to place great restrictions on the use of external javascript libraries (as p5js relies upon). I wrestled with google sites, tumblr and a couple of others to get my p5js sketches to run, to no avail.</p>

<p>What I'm looking for is a place where a p5js programmer could upload their sketch to a free, publicly accessible place that would host the sketch. Does anyone here know of such a site?</p>
]]></description>
   </item>
   <item>
      <title>Education - Uploading Sketches</title>
      <link>https://forum.processing.org/two/discussion/19456/education-uploading-sketches</link>
      <pubDate>Thu, 01 Dec 2016 18:53:44 +0000</pubDate>
      <dc:creator>jaapdemaat</dc:creator>
      <guid isPermaLink="false">19456@/two/discussions</guid>
      <description><![CDATA[<p>Hi All,
I was wondering if anyone could advise me on the following.
Im teaching about 150 students P5.JS next term and wondering what the best place would be for each student to upload their sketch?
It can't really run it on the uni server, nor can I ask each student to get a domain.
Im considering using dropbox but that isn't ideal.
Any suggestions?
Thanks</p>
]]></description>
   </item>
   <item>
      <title>Running p5.js in google sites</title>
      <link>https://forum.processing.org/two/discussion/18859/running-p5-js-in-google-sites</link>
      <pubDate>Thu, 03 Nov 2016 02:59:03 +0000</pubDate>
      <dc:creator>kfrajer</dc:creator>
      <guid isPermaLink="false">18859@/two/discussions</guid>
      <description><![CDATA[<p>Hey</p>

<p>I am working on loading a p5.js code into a website. I am using googles sites and I have the option to write html code. In general, how would I go to run some javascript code in the website? I was using the suggested <strong>iframe</strong> from the p5.js website: <a href="https://github.com/processing/p5.js/wiki/Embedding-p5.js" target="_blank" rel="nofollow">https://github.com/processing/p5.js/wiki/Embedding-p5.js</a></p>

<p>So what I do is that I create a File cabinet where I can store my files within the website. I load my index.html and sketch.js files there. Then in an html box element I add the following line:</p>

<p><code>&lt;iframe src="/home/example-page/my_p5-js/index.html" width="600px" height="400px"&gt;&lt;/iframe&gt;</code></p>

<p>Then I realized I need to also make available p5.min.js. There are some suggestions I could use <a href="https://cdnjs.com/libraries/p5.js" target="_blank" rel="nofollow">https://cdnjs.com/libraries/p5.js</a> but not sure if I am doing any of this properly. What would be the right way to do this?</p>

<p>By the way, the sketch.js is just drawing an ellipse. Nothing fancy... yet.</p>

<p>This is my index.html:</p>

<pre><code>&lt;html&gt;
&lt;head&gt;
  &lt;meta charset="UTF-8"&gt;
  &lt;script language="javascript" type="text/javascript" src="home/example-page/my_p5-js/libraries/p5.js"&gt;&lt;/script&gt;
  &lt;!-- uncomment lines below to include extra p5 libraries --&gt;
  &lt;!--&lt;script language="javascript" src="libraries/p5.dom.js"&gt;&lt;/script&gt;--&gt;
  &lt;!--&lt;script language="javascript" src="libraries/p5.sound.js"&gt;&lt;/script&gt;--&gt;
  &lt;script language="javascript" type="text/javascript" src="home/example-page/my_p5-js/sketch.js"&gt;&lt;/script&gt;
  &lt;!-- this line removes any default padding and style. you might only need one of these values set. --&gt;
  &lt;style&gt; body {padding: 0; margin: 0;} &lt;/style&gt;
&lt;/head&gt;

&lt;body&gt;
&lt;/body&gt;
&lt;/html&gt;
</code></pre>

<p>The folder <strong>libraries</strong> is a subfolder of <strong>my_p5.js</strong> folder. It is in this folder where I store my .html and .js files.</p>

<p>Kf</p>

<p><strong>Keywords</strong>: kf_keyword iframe p5js_demo p5.js_demo iframe_demo</p>
]]></description>
   </item>
   <item>
      <title>p5.js online framework</title>
      <link>https://forum.processing.org/two/discussion/17800/p5-js-online-framework</link>
      <pubDate>Tue, 09 Aug 2016 13:08:49 +0000</pubDate>
      <dc:creator>strinda</dc:creator>
      <guid isPermaLink="false">17800@/two/discussions</guid>
      <description><![CDATA[<p>Hi!
I am looking at an online framework to work on p5.js sketches. It is vital that I will be able to include external libraries into my sketches.</p>

<p>Is there any such software?</p>

<p>Thank you!</p>
]]></description>
   </item>
   <item>
      <title>Processing used as an external UDP server?</title>
      <link>https://forum.processing.org/two/discussion/14360/processing-used-as-an-external-udp-server</link>
      <pubDate>Sat, 09 Jan 2016 09:09:14 +0000</pubDate>
      <dc:creator>KliP</dc:creator>
      <guid isPermaLink="false">14360@/two/discussions</guid>
      <description><![CDATA[<p>.</p>
]]></description>
   </item>
   <item>
      <title>p5js + jsfiddle.net</title>
      <link>https://forum.processing.org/two/discussion/14324/p5js-jsfiddle-net</link>
      <pubDate>Thu, 07 Jan 2016 18:35:53 +0000</pubDate>
      <dc:creator>strinda</dc:creator>
      <guid isPermaLink="false">14324@/two/discussions</guid>
      <description><![CDATA[<p>Hi, I tried to use p5js with <a href="https://jsfiddle.net/" target="_blank" rel="nofollow">https://jsfiddle.net/</a> and failed. What is it that I did wrong?</p>

<p><a rel="nofollow" href="http://jsfiddle.net/hn5t26sg/">press here</a></p>
]]></description>
   </item>
   </channel>
</rss>