<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Hosting static content seperately]]></title><description><![CDATA[<p dir="auto">Why are some of image tags built using the img,tag and others are 'hard coded'?  I can see that some images are part of content returned from javascript functions so maybe they can't use the img.tag.</p>
<p dir="auto">The reason I ask is that I am hosting static content on a http server that is on a much faster  link so I have to modify the img.tag and all of the hard coded image tags.  Maybe I will replace all the hard coded image tags with img.tag so I only have to insert the static http server URL in one place?</p>
<p dir="auto">Also I am using the AOL content delivery network for the javascript files.  It seems to work well without firebug enabled but when I have firebug enabled it gives errors.</p>
]]></description><link>https://forum.mango-os.com/topic/141/hosting-static-content-seperately</link><generator>RSS for Node</generator><lastBuildDate>Thu, 11 Jun 2026 23:12:35 GMT</lastBuildDate><atom:link href="https://forum.mango-os.com/topic/141.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 28 Jan 2009 20:13:57 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Hosting static content seperately on Wed, 28 Jan 2009 23:22:32 GMT]]></title><description><![CDATA[<p dir="auto">tag:img is used as a convenience where possible (although it was added after the fact so there may be possible uses where it isn't).</p>
<p dir="auto">I guess the right thing to do would be to add the static content prefix as an application context value (set in a property file) that would be inserted into URLs as necessary. This could be done for the audio, images, and resources directories. There are probably 500-600 code modifications to make.  :shock:</p>
]]></description><link>https://forum.mango-os.com/post/2466</link><guid isPermaLink="true">https://forum.mango-os.com/post/2466</guid><dc:creator><![CDATA[mlohbihler]]></dc:creator><pubDate>Wed, 28 Jan 2009 23:22:32 GMT</pubDate></item></channel></rss>