<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
 <channel>
  <title>Web Design &amp; Programming</title>
  <link>http://only1internet.com/forum1/Blah.pl?</link>
  <generator>http://www.eblah.com</generator>
  <description></description>
  <language>en</language>
  <item>
   <title>How to set a fixed background image</title>
   <link>http://only1internet.com/forum1/Blah.pl?m-1228059559/</link>
   <comments>http://only1internet.com/forum1/Blah.pl?m-1228059559/#num1</comments>
   <description><![CDATA[<strong>This example demonstrates how to set a fixed background image. The image will not scroll with the rest of the page.</strong><span style="font-size: 14px;"></span><br /><br /><table class="border" cellpadding="0" cellspacing="1">
 <tr>
  <td>
   <div class="win3" style="padding: 8px"><strong>Code</strong></div>
   <div class="win" style="padding: 2px; overflow: auto; width: 800px; height: 160px; margin: 0px;">
    <table cellpadding="0" cellspacing="0" class="innertable">
     <tr>
      <td style="padding: 8px"><pre>
&lt;head&gt;
&lt;style type=&quot;text&#047;css&quot;&gt;
body 
{
background&#045;image&#058; url&#040;'image&#046;gif'&#041;;
background&#045;repeat&#058; no&#045;repeat;
background&#045;attachment&#058; fixed;
}
&lt;&#047;style&gt;
&lt;&#047;head&gt;
</pre></td>
     </tr>
    </table>
   </div>
  </td>
 </tr>
</table>
<br /><br />]]></description>
   <pubDate>Sun, 30 Nov 2008 15:39:19</pubDate>
   <dc:creator>admin</dc:creator>
  </item>
  <item>
   <title>dreamweaver error</title>
   <link>http://only1internet.com/forum1/Blah.pl?m-1210885184/</link>
   <comments>http://only1internet.com/forum1/Blah.pl?m-1210885184/#num1</comments>
   <description><![CDATA[every time i try to open a file in dreamweaver i get this error:<br /><br /><table class="border" cellpadding="0" cellspacing="1">
 <tr>
  <td>
   <div class="win3" style="padding: 8px"><strong>Code</strong></div>
   <div class="win" style="padding: 2px; overflow: auto; width: 800px; height: 50px; margin: 0px;">
    <table cellpadding="0" cellspacing="0" class="innertable">
     <tr>
      <td style="padding: 8px"><pre>while executing onLoad in &#068;esign Notes_onOpen&#046;htm, a JavaScript error occured</pre></td>
     </tr>
    </table>
   </div>
  </td>
 </tr>
</table>
]]></description>
   <pubDate>Thu, 15 May 2008 21:59:44</pubDate>
   <dc:creator>admin</dc:creator>
  </item>
  <item>
   <title>Dreamweaver Extension for .rhtml (Ruby on Rails)</title>
   <link>http://only1internet.com/forum1/Blah.pl?m-1203697964/</link>
   <comments>http://only1internet.com/forum1/Blah.pl?m-1203697964/#num1</comments>
   <description><![CDATA[<strong>Introduction</strong><br /><br />RubyWeaver is an IDE for Ruby and Rails in Dreamweaver. This extension originally came from RidingTheClutch.com which seems to have mysteriously disappeared, along with it's original author Rob Cameron whom I have tried to contact with regards to RubyWeaver, but with no avail. I've taken the liberty to make this extension available once again to those who are looking for it, which I believe to be many. Macromedia (Adobe) makes it very easy to retrieve the source code for an extension once it is installed, so I've also taken the liberty of upgrading it a bit, since I have built extension suites similar to this one before and thought everyone could benefit from the enhancements.<br /><br /><strong>Features</strong><br /><br />Gives full Ruby and Rails functionality to Dreamweaver, including the following:<br /><br />1. Inserts a &quot;Rails&quot; object with tools to automatically insert VTL code into your document (appears in &quot;Insert&quot; toolbar in MX 2004 and up).<br />2. Adds .rb, .rhtml, .erb, .rxml, .rjs, .yml, and .sql extensions in Dreamweaver and associates those files with Dreamweaver for editing.<br />3. Adds Rails RHTML, Rails ERB, Ruby, YML, and SQL as a new document types in Dreamweaver. Also adds default pages which will open as the new document when these types are selected.<br />4. Supports color coding, tag hints, etc.<br /><br />In order to install the extension or compile the source files you will need the Macromedia Extension Manager. For instructions on how to compile the source, click on the &quot;?&quot; icon within the Extension Manager.<br /><br /><strong><a href="http://rubyweaver.gilluminate.com/" title="rubyweaver.gilluminate.com/" onclick="target='_new';">click here to download</a></strong><br />]]></description>
   <pubDate>Fri, 22 Feb 2008 16:32:44</pubDate>
   <dc:creator>admin</dc:creator>
  </item>
  <item>
   <title>XHTML compliance - HTML code for Flash</title>
   <link>http://only1internet.com/forum1/Blah.pl?m-1203087961/</link>
   <comments>http://only1internet.com/forum1/Blah.pl?m-1203087961/#num1</comments>
   <description><![CDATA[<strong>Streamlining the HTML code that is used to display Flash. (XHTML compliance) </strong><br /><br />data - This attribute is used to specify the location of the SWF file.<br /><br />The data attribute can replace the &lt;param&gt; tag which is traditionally used to load the SWF file. However using this method causes Internet Explorer to &quot;hang&quot; until the entire SWF file is loaded. Normally, when using the &lt;param&gt; attribute, the SWF file will stream --allowing the remainder of the HTML page to load at the same time that the SWF file is loading.<br /><br /><table class="border" cellpadding="0" cellspacing="1">
 <tr>
  <td>
   <div class="win3" style="padding: 8px"><strong>Code</strong></div>
   <div class="win" style="padding: 2px; overflow: auto; width: 800px; height: 100px; margin: 0px;">
    <table cellpadding="0" cellspacing="0" class="innertable">
     <tr>
      <td style="padding: 8px"><pre>
object
type=&quot;application&#047;x&#045;shockwave&#045;flash&quot; data=&quot;movie&#046;swf&quot; 
width=&quot;400&quot; height=&quot;300&quot;&gt;
&lt;param name=&quot;movie&quot; value=&quot;movie&#046;swf&quot; &#047;&gt;
&lt;&#047;object</pre></td>
     </tr>
    </table>
   </div>
  </td>
 </tr>
</table>
<br /><br />This is fine for small movies, but for anything serious, the lack of streaming is unacceptable.]]></description>
   <pubDate>Fri, 15 Feb 2008 15:06:01</pubDate>
   <dc:creator>admin</dc:creator>
  </item>
  <item>
   <title>Pound Signs (£) not appearing on my site?</title>
   <link>http://only1internet.com/forum1/Blah.pl?m-1200182828/</link>
   <comments>http://only1internet.com/forum1/Blah.pl?m-1200182828/#num1</comments>
   <description><![CDATA[Pound Signs (£) not appearing on my website i can’t understand why... <img src="/forum1//Smilies/angry.gif" style="vertical-align: middle" alt="" /><br />all i see is this Â£ on the web pages, any idea why? ]]></description>
   <pubDate>Sun, 13 Jan 2008 00:07:08</pubDate>
   <dc:creator>Novice</dc:creator>
  </item>
 </channel>
</rss>