<?xml version="1.0" encoding="utf-8"?>
			
			<rss version="2.0">
			<channel>
			<title>Trond Ulseth&apos;s Blog - Eclipse</title>
			<link>http://trond.ulseth.no/index.cfm</link>
			<description>Trond Ulseth</description>
			<language>en-us</language>
			<pubDate>Mon, 24 Dec 2007 02:15:11 -0600</pubDate>
			<lastBuildDate>Mon, 27 Aug 2007 09:25:00 -0600</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>trond@ulseth.no</managingEditor>
			<webMaster>trond@ulseth.no</webMaster>
			
			
			
			
			
			<item>
				<title>File Explorer issues in CFEclipse soon history?</title>
				<link>http://trond.ulseth.no/index.cfm/2007/8/27/File-Explorer-issues-in-CFEclipse-soon-history</link>
				<description>
				
				I have the Trac page with the File Explorer issue in CFEclipse automatically opening in one of the tabs when I open my browser. Until recently nothing was there except the bug report itself. But now it seems something is happening. Someone with the username burnsra has posted a fix, so now I guess we&apos;ll just have to wait for the fix to make it into a upgrade.

Have a look at the Trac page &lt;a href=&quot;http://trac.cfeclipse.org/cfeclipse/ticket/332&quot; target=&quot;_blank&quot;&gt;here&lt;/a&gt;.
				
				</description>
				
				<category>ColdFusion</category>
				
				<category>Eclipse</category>
				
				<pubDate>Mon, 27 Aug 2007 09:25:00 -0600</pubDate>
				<guid>http://trond.ulseth.no/index.cfm/2007/8/27/File-Explorer-issues-in-CFEclipse-soon-history</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>While waiting for the File Explorer to be fixed in CFEclipse</title>
				<link>http://trond.ulseth.no/index.cfm/2007/8/24/While-waiting-for-the-File-Explorer-to-be-fixed-in-CFEclipse</link>
				<description>
				
				It&apos;s been a while since I made the transition to CFEclipse as my full-time CF coding tool.

However, even after Mark&apos;s heroic efforts after me bugging him the FTP functionality in the File Explorer left a little to be desired. This I could live with though. But now that the File Explorer itself has stopped working, so I can no longer open any local files that are not part of a project, that is worse. We have a &quot;zillion&quot; clients in work and to create a project to fix or update small things is not something I want to do.

But I came up with a temporary work-around: 

Created a project called &quot;temp&quot; and pointet it to wherever. For each location on your computer or (as in my case) the local network, right click on the project and choose &quot;New &gt; Folder&quot;. Name the folder something like &quot;Our smaller clients&quot; or whatever suits the location you are interested in. Then click the &quot;Advanced&quot; button on the bottom and check the &quot;Link to folder in the file system&quot; check box, and browse to the directory you need.

This way you can still have access to all the local files you need without opening a new project each time.

- - - 

ps - you can keep an eye at the situation with the File Explorer at &lt;a href=&quot;http://trac.cfeclipse.org/cfeclipse/ticket/332&quot; target=&quot;_blank&quot;&gt;http://trac.cfeclipse.org/cfeclipse/ticket/332&lt;/a&gt;

pss - Mark you&apos;re still my hero, and well deserve the break you&apos;ve taken of from CFEclipse. However, when you get back to it, and wonder where to start of, you know where my vote is ;)
				
				</description>
				
				<category>ColdFusion</category>
				
				<category>Eclipse</category>
				
				<pubDate>Fri, 24 Aug 2007 08:10:00 -0600</pubDate>
				<guid>http://trond.ulseth.no/index.cfm/2007/8/24/While-waiting-for-the-File-Explorer-to-be-fixed-in-CFEclipse</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>A couple of &quot;advanced&quot; ANT (in Eclipse) questions</title>
				<link>http://trond.ulseth.no/index.cfm/2007/8/2/A-couple-of-advanced-ANT-in-Eclipse-questions</link>
				<description>
				
				I started with ANT today. I see a huge potential in it. However I have now used the whole day trying to get two tings to work - and simply can&apos;t find the answer. I hope some ANT experts will take the time to answer the following questions:

1. Can I create a new Eclipse project with a ANT build? If so, how?

2. I get an error trying to create a database for my project with the following code:

&lt;code&gt;
&lt;target name=&quot;sql.runAll&quot; depends=&quot;sql.getLogin&quot;&gt;
&lt;sql driver=&quot;${sql.jdbcClasspath}&quot; url=&quot;${sql.jdbcURL}&quot; userid=&quot;uid&quot; password=&quot;pw&quot;&gt;
&lt;classpath&gt;
&lt;pathelement path=&quot;${sql.jdbcPath}&quot; /&gt;
&lt;/classpath&gt;		
CREATE DATABASE idlmedia02_${var.port}
&lt;/sql&gt;
&lt;/target&gt;
&lt;/code&gt;
The error: &lt;strong style=&quot;color:red;&quot;&gt;CREATE DATABASE statement not allowed within multi-statement transaction.&lt;/strong&gt;

Is there a way to use CREATE DATABASE statements from within ANT?

As always when I ask for help - I would be really thankful to anybody who can shed light on these subjects.
				
				</description>
				
				<category>SQL</category>
				
				<category>Eclipse</category>
				
				<pubDate>Thu, 02 Aug 2007 08:35:00 -0600</pubDate>
				<guid>http://trond.ulseth.no/index.cfm/2007/8/2/A-couple-of-advanced-ANT-in-Eclipse-questions</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Eclipse: I need help with the File Explorer View</title>
				<link>http://trond.ulseth.no/index.cfm/2007/8/1/Eclipse-I-need-help-with-the-File-Explorer-View</link>
				<description>
				
				I have no clue why, but all of a sudden browsing the Local Filesystem in the File Explorer View stopped working. I had hoped this would be corrected when I upgraded to Eclipse 3.3 today, but the problem is the same, even though I made a clean new install of Eclipse.

See bellow to see how it looks when I try to browse my c: directory. If someone has any idea on how I can fix this I would be most grateful.

&lt;img src=&quot;/images/eclipse_fileexplorer.gif&quot; alt=&quot;File Explorer Problem illustrated&quot; /&gt;
				
				</description>
				
				<category>Eclipse</category>
				
				<pubDate>Wed, 01 Aug 2007 06:53:00 -0600</pubDate>
				<guid>http://trond.ulseth.no/index.cfm/2007/8/1/Eclipse-I-need-help-with-the-File-Explorer-View</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Aptana with AIR support</title>
				<link>http://trond.ulseth.no/index.cfm/2007/8/1/Aptana-with-AIR-support</link>
				<description>
				
				I decided to upgrade to version 3.3 of Eclipse today. I went for a clean install, and then add the plugins I use. So after installing CFEclipse first (of course), I went on over to the Aptana website to get the Aptana plugin (which I mainly use for CSS), and there on the front page they announce that Aptana now supports AIR.

I&apos;ve not checked it out my self yet. Actually I took the time to write this post even before downloading the Aptana plugin. So go check it out your self at: &lt;a href=&quot;http://www.aptana.org/air/&quot; target=&quot;_blank&quot;&gt;http://www.aptana.org/air/&lt;/a&gt;.
				
				</description>
				
				<category>Apollo</category>
				
				<category>Eclipse</category>
				
				<category>Tool tips</category>
				
				<pubDate>Wed, 01 Aug 2007 06:10:00 -0600</pubDate>
				<guid>http://trond.ulseth.no/index.cfm/2007/8/1/Aptana-with-AIR-support</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Subclipse is awesome, and not difficult</title>
				<link>http://trond.ulseth.no/index.cfm/2007/3/29/Subclipse-is-awesome-and-not-dificult</link>
				<description>
				
				I&apos;m not a very advanced user of SVN, and up until now I&apos;ve used TortoiseSVN as the client of my choice. However being that I now have a mac at home I needed to find a SVN client for OSX. However I could not find anything that looked as easy to use as Tortoise.

I&apos;ve been using (CF)Eclipse for quite a while, but for some reason I always thought that Subclipse is a advanced/difficult SVN client. However, realizing that I should probably learn it I decided to go ahead and (try to) use that on the mac.

To make it short: It&apos;s awesome. It&apos;s every bit as easy to use as Tortoise, and the fact that you create a new Eclipse project as part of setting up your local working copy is one of those things that really makes it worth while.

I&apos;ve just scratched the surface of Subclipse yet, but it is the SVN client of choice for me from now on - yes, even on Windows machines.

Some of you might be thinking something along the lines of &quot;Instead of just going on about how easy and great it is - why can&apos;t he tell us how to use it?&quot;. Well my friends, I see no reason to, because there is already a VERY GOOD explanation available, and which is the one I used to get started. It&apos;s written by Aaron West and can be found at his &lt;a href=&quot;http://www.trajiklyhip.com/blog/index.cfm/2007/3/15/Part-5-Accessing-Subversion-Repositories-With-Subclipse&quot; target=&quot;_blank&quot;&gt;blog&lt;/a&gt;.

So Aaron, if you ever read this, Thanx a lot mate!
				
				</description>
				
				<category>Tool tips</category>
				
				<category>Eclipse</category>
				
				<category>ColdFusion</category>
				
				<pubDate>Thu, 29 Mar 2007 02:28:00 -0600</pubDate>
				<guid>http://trond.ulseth.no/index.cfm/2007/3/29/Subclipse-is-awesome-and-not-dificult</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Man of the Month: Mark Drew</title>
				<link>http://trond.ulseth.no/index.cfm/2007/3/8/Man-of-the-Month-Mark-Drew</link>
				<description>
				
				I hereby declare Mark Drew winner of the Man of the Month award. The work Mark does with CFEclipse is nothing short of amazing. I think his attention to the needs and wishes of the community by far exceeds what most commercial enterprises do.

So Mark, as you know I don&apos;t drink (alcohol that is), but never the less I raise my virtual glass of Jack Daniels in praise of you and the work you do with CFEclipse.

I encourage all that reads this and who are using CFEclipse to leave a comment raising your virtual glass as well!
				
				</description>
				
				<category>Misc.</category>
				
				<category>Eclipse</category>
				
				<category>ColdFusion</category>
				
				<pubDate>Thu, 08 Mar 2007 03:11:00 -0600</pubDate>
				<guid>http://trond.ulseth.no/index.cfm/2007/3/8/Man-of-the-Month-Mark-Drew</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>CFEclipse and (missing) BOM marks</title>
				<link>http://trond.ulseth.no/index.cfm/2006/12/15/CFEclipse-and-missing-BOM-marks</link>
				<description>
				
				Most of the websites I work on has Norwegian as the main or only language. To make sure Norwegian letters (&amp;aelig;,&amp;oslash; and &amp;aring;) looks good in web browsers we have to use UTF-8 as page encoding, and also insert a BOM mark.

In Dreamweaver this is really simple to do, and I&apos;ve set it to automatically use UTF-8 and include BOM mark on every new page I create.

In Eclipse/CFEclipse however there seems to be no choice for adding BOM marks in your pages. After a while of desperate Googling (this would be crucial if I&apos;m to use CFEclipse as my editor) I came upon a workaround that seems to be working. Not surprisingly the solution was proposed by Paul Hastings.

The solution was found &lt;a href=&quot;http://www.sustainablegis.com/blog/cfg11n/index.cfm?mode=entry&amp;entry=8B5D7DCB-20ED-7DEE-2AC2AD8DB7123EDE&quot; target=&quot;_blank&quot;&gt;here&lt;/a&gt;, where Paul says &quot;each of our coldfusion pages starts with: &amp;lt;cfprocessingdirective pageencoding=&amp;quot;utf-8&amp;quot;&amp;gt;&quot;

So now I added ...

&lt;code&gt;
&lt;cfprocessingdirective pageencoding=&quot;utf-8&quot;&gt; 
&lt;/code&gt;

... to one of the pages containing Norwegian letters and it seems to work.

Now I hate the idea of having to add this to all pages we create, but if Paul Hastings is doing it, then it is probably not a bad idea anyway....
				
				</description>
				
				<category>Eclipse</category>
				
				<category>ColdFusion</category>
				
				<pubDate>Fri, 15 Dec 2006 11:53:00 -0600</pubDate>
				<guid>http://trond.ulseth.no/index.cfm/2006/12/15/CFEclipse-and-missing-BOM-marks</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>CFEclipse - weird snip problem</title>
				<link>http://trond.ulseth.no/index.cfm/2006/12/15/CFEclipse--weird-snip-problem</link>
				<description>
				
				Ok - once again I have decided to try and make the switch over to CFEclipse as my main coding editor, but it&apos;s not making it easy. I&apos;ll try and be tough and fight trough whatever obstacle I meet (at least until a certain level). I will however need to ask for some advice/assistance now and then, so here goes question number one:

I&apos;m trying to create a new snip. I enter idlheader as both Snippet name, Trigger text and Snippet description, and then I put in a block of code as Snippet starting block.

And somehow the block of code gets erased and the Snippet description gets changed to &quot;Invalid byte 2 of 3-byte UTF-8 sequence.&quot;

If i change the code block with something like &quot;hahaha&quot; it works, but pasting in my code it gets weird on me again.

Anyone have any idea what can cause this problem?

Here&apos;s the code I try to enter:

&lt;code&gt;
&lt;!--- @@displayname: idlHeader ---&gt;
&lt;cfsetting enablecfoutputonly=&quot;yes&quot;&gt;
&lt;cfimport taglib=&quot;/farcry/farcry_core/tags/webskin&quot; prefix=&quot;skin&quot;&gt;
&lt;!--- 
	cfparam brukes for ? forhindre typer(eks: dmNews) som ikke har metadata til ? f?
	header templaten til ? feile, istedenfor ? sette de tomme kan standard keywords og
	description fylles inn her
---&gt;
&lt;cfparam name=&quot;attributes.metadescription&quot; default=&quot;&quot;&gt;
&lt;cfparam name=&quot;attributes.keywords&quot; default=&quot;&quot;&gt;

&lt;cfoutput&gt;
&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;
&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;

&lt;head&gt;
	&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot; /&gt;
	&lt;title&gt;#application.config.general.sitetitle# &amp;omicron; #attributes.pageTitle#&lt;/title&gt;
	&lt;meta name=&quot;description&quot; content=&quot;#attributes.metadescription#&quot; /&gt;
	&lt;meta name=&quot;keywords&quot; content=&quot;#attributes.metakeywords#&quot; /&gt;
&lt;/cfoutput&gt;

&lt;skin:importCSS type=&quot;link&quot;&gt;

&lt;cfoutput&gt;
&lt;/head&gt;

&lt;body&gt;
&lt;/cfoutput&gt;

&lt;cfmodule
	template=&quot;/farcry/#application.applicationname#/webskin/includes/_genericNav.cfm&quot;
	navID=&quot;#application.navid.home#&quot;
	id=&quot;nav&quot;
	depth=&quot;2&quot;
	bActive=&quot;true&quot;
	bIncludeHome=&quot;true&quot;&gt;

&lt;cfsetting enablecfoutputonly=&quot;no&quot;&gt;
&lt;/code&gt;

(It&apos;s a replacement for the standard dmHeader that comes with FarCry, should you wonder).

&lt;strong&gt;UPDATE:&lt;/strong&gt; When I copied and pasted the code from this blog post it worked. However it failed when I tried to copy it in from a open .cfm file in Eclipse, and the same from Dreamweaver and from Notepad.
				
				</description>
				
				<category>Eclipse</category>
				
				<pubDate>Fri, 15 Dec 2006 10:39:00 -0600</pubDate>
				<guid>http://trond.ulseth.no/index.cfm/2006/12/15/CFEclipse--weird-snip-problem</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Eclipse</title>
				<link>http://trond.ulseth.no/index.cfm?mode=entry&amp;entry=C1408750-DDB7-9F84-19CC5FE6D0E127C8</link>
				<description>
				
				&lt;p&gt;I don&apos;t remember quite when it was, maybe a year ago, I decided to check out &lt;a href=&quot;http://cfeclipse.tigris.org/&quot; target=&quot;_blank&quot;&gt;CFEclipse&lt;/a&gt;. However, at the time I would compare it directly to &lt;a href=&quot;http://www.macromedia.com/software/dreamweaver/&quot; target=&quot;_blank&quot;&gt;Dreamweaver&lt;/a&gt;, and I found too many features missing from CFEclipse that I use daily in DW, and so did not bother to check it out further.&lt;/p&gt;
&lt;p&gt;However certain circumstances recently made me install &lt;a href=&quot;http://www.eclipse.org/&quot; target=&quot;_blank&quot;&gt;Eclipse&lt;/a&gt; and give it a new go:&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;The xml workgroup I&apos;m participating in have started working with DocBook, and I wanted to check out the &lt;a href=&quot;http://vex.sourceforge.net/&quot; target=&quot;_blank&quot;&gt;Vex editor plug-in&lt;/a&gt;.&lt;/li&gt;
    &lt;li&gt;There&apos;s been a lot of praise of CFEclipse in numerous blogs the last year.&lt;/li&gt;
    &lt;li&gt;I have decided that I will start learning Java (I&apos;ve told my self that for a long time), but now I&apos;m really going to do it (now that I&apos;ve said it in public I&apos;m kind of obliged). And since Eclipse also is a Java development tool, it was a natural choice. Watch out for a series of &amp;quot;Java for Newbies&amp;quot; posts as I go along.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;The framework&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;So, now that I&apos;ve installed it and used it for a while,&amp;nbsp; What do I think of it? The answer is that I dig it. Any negative comments I might have, has to do with some of the plug-ins and not the Eclipse framework itself. The update feature, the project management, the incredible flexible layout functionality the ease of installing new plug-ins, in short everything with the Eclipse framework itself is just great.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The plug-ins&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;I started out with three plug-ins. The earlier mentioned Vex and CFEclipse (of course), and the &lt;a href=&quot;http://xmlbuddy.com/2.0/products.html&quot; target=&quot;_blank&quot;&gt;XMLBuddy plug-in&lt;/a&gt;&amp;nbsp;(after advice from my friend &lt;a href=&quot;http://www.web-relevant.com/blogs/cfobjective/index.cfm&quot; target=&quot;_blank&quot;&gt;Jared&lt;/a&gt;).&lt;/p&gt;
&lt;p&gt;I immediately found that the CFEclipse/XMLBuddy combination is KILLER when it comes to mach-ii development. XMLBuddy easily replaces &lt;a href=&quot;http://www.waterswing.com/blog/index.cfm?mode=entry&amp;amp;entry=0566EECA-B9C7-D430-89DB7EBD1EE72C71&quot; target=&quot;_blank&quot;&gt;XMLMarker&lt;/a&gt;&amp;nbsp; which I&apos;ve been using for xml config files from before. And for coding cfc&apos;s (the model portion of a mach-ii application) I already feel more comfortable than in DW (and I&apos;ve been a DW user and fan for a LONG time). If now the Vex plug-in was any good I would be able to code and write my mach-ii tutorials within the Eclipse environment. Sadly I have to say that while not bad, the Vex plug-in can&apos;t compete with the freestanding &lt;a href=&quot;http://www.xmlmind.com/xmleditor/ &quot; target=&quot;_blank&quot;&gt;XML Editor from XMLmind&lt;/a&gt; for authoring DocBook documents.&lt;/p&gt;
&lt;p&gt;I&apos;ve later also installed the &lt;a href=&quot;http://sourceforge.net/projects/eclipsesql &quot; target=&quot;_blank&quot;&gt;SQLExplorer plug-in&lt;/a&gt; and the &lt;a href=&quot;http://www.eclipse.org/webtools/index.html.&quot; target=&quot;_blank&quot;&gt;Eclipse WTP&lt;/a&gt; (Web Tools Platform).&amp;nbsp; The SQLExplorer I&apos;ve not been able to connect to my DB yet (due to my own stupidity maybe), so I can&apos;t say much about it yet (except that it is a bit hard to connect to your DB - if you are not smarter than me that is). &lt;/p&gt;
&lt;p&gt;As for the WTP I found the CSS capabilities to be pretty good (not as good as in DW still), and combined with the browser view (I always have my local development projects mapped under localhost) I almost feel that it in time Eclipse can replace DW as web site/application layout/design tool. The other features of WTP I&apos;ve not played around with yet.&lt;/p&gt;
&lt;p&gt;As for the future I&apos;ve already bookmarked about 30 plug-ins that I will test when time allows. The majority of these deal with XML, UML or DB interaction. One sure winners is the &lt;a href=&quot;http://www.waterswing.com/blog/index.cfm?mode=entry&amp;amp;entry=1ECDA7B1-AD6E-88C6-7B0649D9E3F74CFC&quot; target=&quot;_blank&quot;&gt;Poseidon UML&lt;/a&gt;&amp;nbsp; plug-in, and I am also excited to see if the &lt;a href=&quot;http://www.azzurri.jp/en/software/clay/index.jsp&quot; target=&quot;_blank&quot;&gt;Clay DB modelling plug-in&lt;/a&gt; can replace &lt;a href=&quot;http://www.waterswing.com/blog/index.cfm?mode=entry&amp;amp;entry=0D2AD36D-A6F8-AD16-EE6128526F1AF991&quot; target=&quot;_blank&quot;&gt;DBDesigner 4&lt;/a&gt;. &lt;/p&gt;
&lt;p&gt;I&apos;ll blog back when I have more to tell. If you have suggestions for plug-ins or good advice on the use of Eclipse please leave a comment.&lt;br/&gt;
&lt;/p&gt;
				
				</description>
				
				<category>Tool tips</category>
				
				<category>Eclipse</category>
				
				<category>ColdFusion</category>
				
				<pubDate>Mon, 09 May 2005 12:29:00 -0600</pubDate>
				<guid>http://trond.ulseth.no/index.cfm?mode=entry&amp;entry=C1408750-DDB7-9F84-19CC5FE6D0E127C8</guid>
				
				<enclosure url="http://trond.ulseth.no/enclosures/0" length="0" type=""/>
				
			</item>
			
		 	
			</channel></rss>
<SCRIPT language="Javascript">
<!--

// FILE ARCHIVED ON 20071224081459 AND RETRIEVED FROM THE
// INTERNET ARCHIVE ON 20100801050625.
// JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.
// ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
// SECTION 108(a)(3)).

   var sWayBackCGI = "http://web.archive.org/web/20071224081459/";

   function xResolveUrl(url) {
      var image = new Image();
      image.src = url;
      return image.src;
   }
   function xLateUrl(aCollection, sProp) {
      var i = 0;
      for(i = 0; i < aCollection.length; i++) {
         var url = aCollection[i][sProp];         if (typeof(url) == "string") { 
          if (url.indexOf("mailto:") == -1 &&
             url.indexOf("javascript:") == -1
             && url.length > 0) {
            if(url.indexOf("http") != 0) {
                url = xResolveUrl(url);
            }
            url = url.replace('.wstub.archive.org','');
            aCollection[i][sProp] = sWayBackCGI + url;
         }
         }
      }
   }

   xLateUrl(document.getElementsByTagName("IMG"),"src");
   xLateUrl(document.getElementsByTagName("A"),"href");
   xLateUrl(document.getElementsByTagName("AREA"),"href");
   xLateUrl(document.getElementsByTagName("OBJECT"),"codebase");
   xLateUrl(document.getElementsByTagName("OBJECT"),"data");
   xLateUrl(document.getElementsByTagName("APPLET"),"codebase");
   xLateUrl(document.getElementsByTagName("APPLET"),"archive");
   xLateUrl(document.getElementsByTagName("EMBED"),"src");
   xLateUrl(document.getElementsByTagName("BODY"),"background");
   xLateUrl(document.getElementsByTagName("TD"),"background");
   xLateUrl(document.getElementsByTagName("INPUT"),"src");
   var forms = document.getElementsByTagName("FORM");
   if (forms) {
       var j = 0;
       for (j = 0; j < forms.length; j++) {
              f = forms[j];
              if (typeof(f.action)  == "string") {
                 if(typeof(f.method)  == "string") {
                     if(typeof(f.method) != "post") {
                        f.action = sWayBackCGI + f.action;
                     }
                  }
              }
        }
    }


//-->
</SCRIPT>

