<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.3" -->
<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>Technical Support Forums &#187; Forum: Araneae - Recent Posts</title>
		<link>http://support.ornj.net/forum/araneae</link>
		<description>Technical Support Forums &raquo; Forum: Araneae - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Feb 2012 04:15:15 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.3</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://support.ornj.net/search.php</link>
		</textInput>
		<atom:link href="http://support.ornj.net/rss/forum/araneae" rel="self" type="application/rss+xml" />

		<item>
			<title>Anonymous on "Search Across All Open Files"</title>
			<link>http://support.ornj.net/topic/search-across-all-open-files#post-8833</link>
			<pubDate>Tue, 17 Jan 2012 02:56:21 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">8833@http://support.ornj.net/</guid>
			<description>&#60;p&#62;In a previous version of Araneae i was able to open lets say 30 files, and search for a phrase across all open files. I upgraded to 5.0.0 and I can't seem to find that option any longer. Can someone tell me where to find it? It that is no longer an option, could you tell me where I could download that older version I was using before.&#60;/p&#62;
&#60;p&#62;I love this software, I use it all the time. Thanks Mark!&#60;/p&#62;
&#60;p&#62;Jamie
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jaap on "Dutch translation Araneae 5 ?"</title>
			<link>http://support.ornj.net/topic/dutch-translation-araneae-5#post-8813</link>
			<pubDate>Thu, 05 Jan 2012 20:36:21 +0000</pubDate>
			<dc:creator>jaap</dc:creator>
			<guid isPermaLink="false">8813@http://support.ornj.net/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Is there a Dutch translation for Araneae 5 ?&#60;br /&#62;
I tried to use the Dutch language download on the website but it does not work.&#60;/p&#62;
&#60;p&#62;Jaap.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mark on "Fonts"</title>
			<link>http://support.ornj.net/topic/fonts#post-8713</link>
			<pubDate>Sun, 23 Oct 2011 03:56:55 +0000</pubDate>
			<dc:creator>Mark</dc:creator>
			<guid isPermaLink="false">8713@http://support.ornj.net/</guid>
			<description>&#60;p&#62;Araneae only supports fixed-width (monospace) fonts. It's possible that the missing fonts aren't fixed width. There's also a possibility that the Windows emulation layer might be introducing some font issues, but generally if you install more fixed-width fonts, you can increase your selection that way.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>seppalta on "Fonts"</title>
			<link>http://support.ornj.net/topic/fonts#post-8712</link>
			<pubDate>Sat, 22 Oct 2011 06:52:22 +0000</pubDate>
			<dc:creator>seppalta</dc:creator>
			<guid isPermaLink="false">8712@http://support.ornj.net/</guid>
			<description>&#60;p&#62;Is there a way to add additional fonts?  I use araneae on Linux Mint 10 with the LXDE desktop and have many font types in my font directory but I have not been able to make araneae find them.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ian Bell on "Script insertion"</title>
			<link>http://support.ornj.net/topic/script-insertion#post-8702</link>
			<pubDate>Sun, 16 Oct 2011 07:36:09 +0000</pubDate>
			<dc:creator>Ian Bell</dc:creator>
			<guid isPermaLink="false">8702@http://support.ornj.net/</guid>
			<description>&#60;p&#62;Thanks for all your help Mark.&#60;/p&#62;
&#60;p&#62;That worked perfectly!! I have changed my mind about putting a second clock with the viewers time on the right. I am thinking of putting one of those revolver maps there instead, but, until I get the script for it, not sure what I need to do to to place it on the right.&#60;/p&#62;
&#60;p&#62;Thanks again.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mark on "Script insertion"</title>
			<link>http://support.ornj.net/topic/script-insertion#post-8701</link>
			<pubDate>Sat, 15 Oct 2011 13:50:26 +0000</pubDate>
			<dc:creator>Mark</dc:creator>
			<guid isPermaLink="false">8701@http://support.ornj.net/</guid>
			<description>&#60;p&#62;Hmm... One other technique you can look into is absolute positioning, which will likely get the result you want, but it can take some experimentation. For example:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div style=&#38;quot;position: absolute; left: 10px; text-align: center; width: 125px; height: 125px;&#38;quot;&#38;gt;
     &#38;lt;script type=&#38;quot;text/javascript&#38;quot; src=&#38;quot;http://www.worldtimeserver.com/clocks/embed.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;
     &#38;lt;script type=&#38;quot;text/javascript&#38;quot; language=&#38;quot;JavaScript&#38;quot;&#38;gt;objAUVIC=new Object;objAUVIC.wtsclock=&#38;quot;wtsclock001.swf&#38;quot;;objAUVIC.color=&#38;quot;CC6600&#38;quot;;objAUVIC.wtsid=&#38;quot;AU-VIC&#38;quot;;objAUVIC.width=100;objAUVIC.height=100;objAUVIC.wmode=&#38;quot;transparent&#38;quot;;showClock(objAUVIC);&#38;lt;/script&#38;gt;
     &#38;lt;br/&#38;gt;
     &#38;lt;h4 style=&#38;quot;text-align: center&#38;quot;&#38;gt;Melbourne, Australia&#38;lt;/h4&#38;gt;
&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can use the top, left, right, and bottom CSS properties to specify a location on the page without affecting any other element. In your case, this might be the best way to get the clock where you want it without &#34;pushing&#34; any of the other elements out of the way.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ian Bell on "Script insertion"</title>
			<link>http://support.ornj.net/topic/script-insertion#post-8700</link>
			<pubDate>Fri, 14 Oct 2011 11:34:41 +0000</pubDate>
			<dc:creator>Ian Bell</dc:creator>
			<guid isPermaLink="false">8700@http://support.ornj.net/</guid>
			<description>&#60;p&#62;Hi Mark,&#60;/p&#62;
&#60;p&#62;Thanks for your help. I knew when I sent the original post that this was not a trouble shooting support, but I didn't know where else to turn to. I tried your suggestion, and it partly works. The clock is where I want it, but it is pushing the graphic on the same level and the next 2 lines below it to the right as well,and I can't figure out why it is doing that.&#60;br /&#62;
If it is OK with you, could I email you with the &#34;index.htm&#34; file WITHOUT the modified clock script you so kindly sent me?&#60;/p&#62;
&#60;p&#62;If you goto my web page - &#60;a href=&#34;http://www.eyebee.au.com&#34; rel=&#34;nofollow&#34;&#62;http://www.eyebee.au.com&#60;/a&#62; - note the order of the .au &#38;amp; .com - &#38;amp; check the source coding on the index page, you will see I have to insert it at line 69 (below the &#38;lt;HR&#38;gt; tag), and when I do this it pushes the old line 69 to line 75 - no problems in that regard. But then the coding on lines 75, 76, &#38;amp; 77 (old lines 69,70 &#38;amp; 71) is pushed to the right, but everything from 78 (old line 72)onwards is OK and I can't understand why this is happening. One other thing, the last line of your script where it says Melbourne, Australia, I have inserted a break so that it reads Melbourne,&#60;code&#62;&#38;lt;BR&#38;gt;&#60;/code&#62;Australia........ This puts the location on 2 lines instead of 1, but the graphics are still pushing right.&#60;/p&#62;
&#60;p&#62;To &#34;muddy the waters&#34; a bit more, what would I have to do to place a clock on the right hand side as well? This clock would show the local time of the viewer to the page. (I am still waiting on a reply from the clock provider)&#60;/p&#62;
&#60;p&#62;Sorry to cause all this trouble for you. I realise you probably have better things to do than sort out my programming problems. I am still learning HTML programming.&#60;/p&#62;
&#60;p&#62;Regards
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mark on "Script insertion"</title>
			<link>http://support.ornj.net/topic/script-insertion#post-8699</link>
			<pubDate>Thu, 13 Oct 2011 23:36:26 +0000</pubDate>
			<dc:creator>Mark</dc:creator>
			<guid isPermaLink="false">8699@http://support.ornj.net/</guid>
			<description>&#60;p&#62;Sorry, Ian; I'm not sure how I missed your post!&#60;/p&#62;
&#60;p&#62;Generally, this forum is for questions related to Araneae software, and not so much for troubleshooting actual web development, but I can certainly offer at least some advice.  &#38;lt;img src=&#38;quot;http://support.ornj.net/my-plugins/bb-smilies/default/icon_smile.gif&#38;quot; title=&#38;quot;:)&#38;quot; class=&#38;quot;bb_smilies&#38;quot; /&#38;gt; &#60;/p&#62;
&#60;p&#62;Now, this is untested, but I suspect what you'll want to do is &#34;float&#34; the clock to the left, so that everything else still appears beside it. Try replacing the first line (everything between the table tags) in your second script like so:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div style=&#38;quot;float: left; text-align: center;&#38;quot;&#38;gt;
     &#38;lt;script type=&#38;quot;text/javascript&#38;quot; src=&#38;quot;http://www.worldtimeserver.com/clocks/embed.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;
     &#38;lt;script type=&#38;quot;text/javascript&#38;quot; language=&#38;quot;JavaScript&#38;quot;&#38;gt;objAUVIC=new Object;objAUVIC.wtsclock=&#38;quot;wtsclock001.swf&#38;quot;;objAUVIC.color=&#38;quot;CC6600&#38;quot;;objAUVIC.wtsid=&#38;quot;AU-VIC&#38;quot;;objAUVIC.width=100;objAUVIC.height=100;objAUVIC.wmode=&#38;quot;transparent&#38;quot;;showClock(objAUVIC);&#38;lt;/script&#38;gt;
     &#38;lt;br/&#38;gt;
     &#38;lt;h4 style=&#38;quot;text-align: center&#38;quot;&#38;gt;Melbourne, Australia&#38;lt;/h4&#38;gt;
&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Essentially, I'm creating a div that floats off to the left that contains the clock script so that all other elements continue to be placed beside it (even wrapping around it, if necessary).&#60;/p&#62;
&#60;p&#62;Again, it's difficult for me to suggest a solution without having a feel for the entire page, but I think this might help set you in the right direction.  &#38;lt;img src=&#38;quot;http://support.ornj.net/my-plugins/bb-smilies/default/icon_smile.gif&#38;quot; title=&#38;quot;:)&#38;quot; class=&#38;quot;bb_smilies&#38;quot; /&#38;gt; 
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ian Bell on "Script insertion"</title>
			<link>http://support.ornj.net/topic/script-insertion#post-8695</link>
			<pubDate>Thu, 13 Oct 2011 05:38:23 +0000</pubDate>
			<dc:creator>Ian Bell</dc:creator>
			<guid isPermaLink="false">8695@http://support.ornj.net/</guid>
			<description>&#60;p&#62;Hi Mark,&#60;/p&#62;
&#60;p&#62;As you have not given me a reply I was wondering if this topic is something that maybe should not be asked in the support. If so, could you recommend somewhere that may be able to help me?&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ian Bell on "Script insertion"</title>
			<link>http://support.ornj.net/topic/script-insertion#post-8690</link>
			<pubDate>Tue, 04 Oct 2011 02:43:34 +0000</pubDate>
			<dc:creator>Ian Bell</dc:creator>
			<guid isPermaLink="false">8690@http://support.ornj.net/</guid>
			<description>&#60;p&#62;Hi Mark,&#60;/p&#62;
&#60;p&#62;I have a programming query. I am into genealogy and have my own web site (made with Araneae!   &#38;lt;img src=&#38;quot;http://support.ornj.net/my-plugins/bb-smilies/default/icon_biggrin.gif&#38;quot; title=&#38;quot;:D&#38;quot; class=&#38;quot;bb_smilies&#38;quot; /&#38;gt;  )&#60;/p&#62;
&#60;p&#62;Below is part of the script for my index page WITHOUT the modification I am using (without the graphics):&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;CENTER&#38;gt;&#38;lt;IMG SRC=&#38;quot;images/treegimh.gif&#38;quot; LOWSRC=&#38;quot;images/treegimh.gif&#38;quot; WIDTH=91 HEIGHT=119 BORDER=&#38;quot;0&#38;quot;&#38;gt;
&#38;lt;B&#38;gt;Best viewed with&#38;lt;/CENTER&#38;gt;&#38;lt;/B&#38;gt;
&#38;lt;CENTER&#38;gt;&#38;lt;IMG SRC=&#38;quot;images/google_chrome_logo.jpg&#38;quot; WIDTH=50 HEIGHT=50 BORDER=&#38;quot;0&#38;quot;&#38;gt;  &#38;lt;IMG SRC=&#38;quot;images/ie7.jpg&#38;quot; WIDTH=100 HEIGHT=31 BORDER=&#38;quot;0&#38;quot;&#38;gt;  &#38;lt;IMG SRC=&#38;quot;images/ie8.bmp&#38;quot; WIDTH=150 HEIGHT=31 BORDER=&#38;quot;0&#38;quot;&#38;gt;  &#38;lt;IMG SRC=&#38;quot;images/firefox5.jpeg&#38;quot; WIDTH=50 HEIGHT=50 BORDER=&#38;quot;0&#38;quot;&#38;gt;&#38;lt;/CENTER&#38;gt;
&#38;lt;CENTER&#38;gt;&#38;lt;B&#38;gt;At 1280 x 1024 resolution&#38;lt;/B&#38;gt;&#38;lt;/CENTER&#38;gt;&#38;lt;CENTER&#38;gt;&#38;lt;B&#38;gt;Proudly Hosted in Australia by&#38;lt;/B&#38;gt;&#38;lt;/CENTER&#38;gt;
&#38;lt;CENTER&#38;gt;&#38;lt;a HREF=&#38;quot;http://www.ventraip.com.au/&#38;quot;&#38;gt;&#38;lt;IMG SRC=&#38;quot;images/ventraip logo.png&#38;quot; WIDTH=237 HEIGHT=45 BORDER=&#38;quot;0&#38;quot;&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/CENTER&#38;gt;
&#38;lt;H4&#38;gt;&#38;lt;CENTER&#38;gt;Designed with&#38;lt;/CENTER&#38;gt;&#38;lt;/H4&#38;gt;&#38;lt;H4&#38;gt;&#38;lt;CENTER&#38;gt;&#38;lt;FONT COLOR=#008000&#38;gt; &#38;lt;IMG SRC=&#38;quot;./images/araneae2.jpg&#38;quot; WIDTH=&#38;quot;88&#38;quot; HEIGHT=&#38;quot;31&#38;quot; alt=&#38;quot;&#38;quot;&#38;gt; &#38;lt;B&#38;gt;and&#38;lt;/B&#38;gt; &#38;lt;IMG SRC=&#38;quot;./images/araneae4.jpg&#38;quot; WIDTH=&#38;quot;88&#38;quot; HEIGHT=&#38;quot;31&#38;quot; alt=&#38;quot;&#38;quot;&#38;gt;
&#38;lt;I&#38;gt;&#38;lt;strong&#38;gt;&#38;lt;FONT COLOR=red&#38;gt;Designed and &#38;amp;copy by EyeBee Enterprises 2000 - 2011&#38;lt;/strong&#38;gt;&#38;lt;/FONT&#38;gt;&#38;lt;/CENTER&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Then the script I want to use:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;table border=&#38;quot;0&#38;quot; cellspacing=&#38;quot;0&#38;quot; cellpadding=&#38;quot;0&#38;quot;&#38;gt;&#38;lt;tr&#38;gt;&#38;lt;td align=&#38;quot;center&#38;quot;&#38;gt;&#38;lt;script type=&#38;quot;text/javascript&#38;quot; src=&#38;quot;http://www.worldtimeserver.com/clocks/embed.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;&#38;lt;script type=&#38;quot;text/javascript&#38;quot; language=&#38;quot;JavaScript&#38;quot;&#38;gt;objAUVIC=new Object;objAUVIC.wtsclock=&#38;quot;wtsclock001.swf&#38;quot;;objAUVIC.color=&#38;quot;CC6600&#38;quot;;objAUVIC.wtsid=&#38;quot;AU-VIC&#38;quot;;objAUVIC.width=100;objAUVIC.height=100;objAUVIC.wmode=&#38;quot;transparent&#38;quot;;showClock(objAUVIC);&#38;lt;/script&#38;gt;&#38;lt;/td&#38;gt;&#38;lt;/tr&#38;gt;&#38;lt;tr&#38;gt;&#38;lt;td align=&#38;quot;center&#38;quot;&#38;gt;&#38;lt;h4&#38;gt;Melbourne, Australia&#38;lt;/h4&#38;gt;&#38;lt;/td&#38;gt;&#38;lt;/tr&#38;gt;&#38;lt;/table&#38;gt;
&#38;lt;CENTER&#38;gt;&#38;lt;IMG SRC=&#38;quot;images/treegimh.gif&#38;quot; LOWSRC=&#38;quot;images/treegimh.gif&#38;quot; WIDTH=91 HEIGHT=119 BORDER=&#38;quot;0&#38;quot;&#38;gt;
&#38;lt;B&#38;gt;Best viewed with&#38;lt;/CENTER&#38;gt;&#38;lt;/B&#38;gt;
&#38;lt;CENTER&#38;gt;&#38;lt;IMG SRC=&#38;quot;images/google_chrome_logo.jpg&#38;quot; WIDTH=50 HEIGHT=50 BORDER=&#38;quot;0&#38;quot;&#38;gt;  &#38;lt;IMG SRC=&#38;quot;images/ie7.jpg&#38;quot; WIDTH=100 HEIGHT=31 BORDER=&#38;quot;0&#38;quot;&#38;gt;  &#38;lt;IMG SRC=&#38;quot;images/ie8.bmp&#38;quot; WIDTH=150 HEIGHT=31 BORDER=&#38;quot;0&#38;quot;&#38;gt;  &#38;lt;IMG SRC=&#38;quot;images/firefox5.jpeg&#38;quot; WIDTH=50 HEIGHT=50 BORDER=&#38;quot;0&#38;quot;&#38;gt;&#38;lt;/CENTER&#38;gt;
&#38;lt;CENTER&#38;gt;&#38;lt;B&#38;gt;At 1280 x 1024 resolution&#38;lt;/B&#38;gt;&#38;lt;/CENTER&#38;gt;&#38;lt;CENTER&#38;gt;&#38;lt;B&#38;gt;Proudly Hosted in Australia by&#38;lt;/B&#38;gt;&#38;lt;/CENTER&#38;gt;
&#38;lt;CENTER&#38;gt;&#38;lt;a HREF=&#38;quot;http://www.ventraip.com.au/&#38;quot;&#38;gt;&#38;lt;IMG SRC=&#38;quot;images/ventraip logo.png&#38;quot; WIDTH=237 HEIGHT=45 BORDER=&#38;quot;0&#38;quot;&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/CENTER&#38;gt;
&#38;lt;H4&#38;gt;&#38;lt;CENTER&#38;gt;Designed with&#38;lt;/CENTER&#38;gt;&#38;lt;/H4&#38;gt;&#38;lt;H4&#38;gt;&#38;lt;CENTER&#38;gt;&#38;lt;FONT COLOR=#008000&#38;gt; &#38;lt;IMG SRC=&#38;quot;./images/araneae2.jpg&#38;quot; WIDTH=&#38;quot;88&#38;quot; HEIGHT=&#38;quot;31&#38;quot; alt=&#38;quot;&#38;quot;&#38;gt; &#38;lt;B&#38;gt;and&#38;lt;/B&#38;gt; &#38;lt;IMG SRC=&#38;quot;./images/araneae4.jpg&#38;quot; WIDTH=&#38;quot;88&#38;quot; HEIGHT=&#38;quot;31&#38;quot; alt=&#38;quot;&#38;quot;&#38;gt;
&#38;lt;I&#38;gt;&#38;lt;strong&#38;gt;&#38;lt;FONT COLOR=red&#38;gt;Designed and &#38;amp;copy by EyeBee Enterprises 2000 - 2011&#38;lt;/strong&#38;gt;&#38;lt;/FONT&#38;gt;&#38;lt;/CENTER&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;What I want to do is have the clock in the second script situated on the left hand side WITHOUT it pushing everything down. In other words on the same level as the centred graphic (the one above the text that says Best Viewed with) The second script includes the first one (does that make sense?) How do i acheive that? Also at a later time (after I receive a reply form the providers of the clock script), I want to insert a similiar clock that shows the viewers time on the far right hand side. How do I achieve this addition so that it doesn't push everything down?&#60;/p&#62;
&#60;p&#62;Sorry if this sounds complicated, but it is the only way to explain what I want to do.&#60;/p&#62;
&#60;p&#62;Regards.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Vehicle Shipping on "Turkish Language file"</title>
			<link>http://support.ornj.net/topic/turkish-language-file#post-8490</link>
			<pubDate>Tue, 19 Jul 2011 10:05:35 +0000</pubDate>
			<dc:creator>Vehicle Shipping</dc:creator>
			<guid isPermaLink="false">8490@http://support.ornj.net/</guid>
			<description>&#60;p&#62;This application is completely overwhelming! Lots of functional in turn and encouragement, both of which I need! I will bookmark your blog!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>D4n13LA on "Marty"</title>
			<link>http://support.ornj.net/topic/marty#post-8457</link>
			<pubDate>Fri, 24 Jun 2011 08:42:06 +0000</pubDate>
			<dc:creator>D4n13LA</dc:creator>
			<guid isPermaLink="false">8457@http://support.ornj.net/</guid>
			<description>&#60;p&#62;Cool
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Expedia Coupons on "Turkish Language file"</title>
			<link>http://support.ornj.net/topic/turkish-language-file#post-8430</link>
			<pubDate>Thu, 26 May 2011 05:34:55 +0000</pubDate>
			<dc:creator>Expedia Coupons</dc:creator>
			<guid isPermaLink="false">8430@http://support.ornj.net/</guid>
			<description>&#60;p&#62;Ã‡OK TEÅžEKKÃœR EDERÄ°M(THANK YOU VERY MUCH in Turkish):)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Bytes Land on "Turkish Language file"</title>
			<link>http://support.ornj.net/topic/turkish-language-file#post-8392</link>
			<pubDate>Fri, 06 May 2011 13:35:44 +0000</pubDate>
			<dc:creator>Bytes Land</dc:creator>
			<guid isPermaLink="false">8392@http://support.ornj.net/</guid>
			<description>&#60;p&#62;well, have no idea how Turkish looks or sounds, but in future I will have to do some Russian translations. I wonder if the amount of work will be as huge(
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ozzypig on "Araneae in the classroom"</title>
			<link>http://support.ornj.net/topic/araneae-in-the-classroom#post-8351</link>
			<pubDate>Wed, 30 Mar 2011 15:48:04 +0000</pubDate>
			<dc:creator>Ozzypig</dc:creator>
			<guid isPermaLink="false">8351@http://support.ornj.net/</guid>
			<description>&#60;p&#62;I've been trying to convince my Web Design teacher to use three text editors: MS Notepad, Araneae, then Adobe Dreamweaver CS5.&#60;/p&#62;
&#60;p&#62;He teaches HTML the first quarter, and I think Notepad takes care of that. The second quarter he goes more into designing different things, and Araneae expands on these things really nicely.&#60;/p&#62;
&#60;p&#62;Then, at the end of the year he teaches how to use &#34;professional tools like Adobe Dreamweaver&#34;. I don't particularly like DM because it's far too expensive and memory sluggish.&#60;/p&#62;
&#60;p&#62;But, I think Araneae will start to be used in the web class at my school!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Feature request"</title>
			<link>http://support.ornj.net/topic/feature-request-2#post-8350</link>
			<pubDate>Wed, 30 Mar 2011 15:41:18 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">8350@http://support.ornj.net/</guid>
			<description>&#60;p&#62;You can actually do something like this with a .bat file. For example, I program in Lua and when I hit F4 I want it to run the current file with the Lua standalone interpreter. So I made a .bat file in the extensions directory (just because) and put this in it:&#60;/p&#62;
&#60;p&#62;@echo off&#60;br /&#62;
echo %1%&#60;br /&#62;
lua %1%&#60;br /&#62;
pause&#60;/p&#62;
&#60;p&#62;Araneae sends the current file/path as the first argument, so %1% works. Hope this helps!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "PHP Pre-view"</title>
			<link>http://support.ornj.net/topic/php-pre-view#post-8346</link>
			<pubDate>Tue, 29 Mar 2011 13:39:59 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">8346@http://support.ornj.net/</guid>
			<description>&#60;p&#62;Try denwer or smth like this
&#60;/p&#62;</description>
		</item>
		<item>
			<title>L on "Newbie Help with Root"</title>
			<link>http://support.ornj.net/topic/newbie-help-with-root#post-8265</link>
			<pubDate>Thu, 20 Jan 2011 22:09:50 +0000</pubDate>
			<dc:creator>L</dc:creator>
			<guid isPermaLink="false">8265@http://support.ornj.net/</guid>
			<description>&#60;p&#62;Mark,&#60;/p&#62;
&#60;p&#62;The document is now displaying. The problem was probably related to the unzip process. Unzipping it into another folder fixed the problem though I don't know how.&#60;/p&#62;
&#60;p&#62;If the file is in a Windows format, my computer can't read it. I was hoping for a text or doc file type. I know it is just a text editor but she is not very familiar with it. I have used many and am having some success by guessing but that does not always work and is very slow.&#60;/p&#62;
&#60;p&#62;Well there is no other recourse then but to do what we can. Thanks for your help. I hope you create a Lunix version someday. I will try it.&#60;/p&#62;
&#60;p&#62;L
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mark on "Newbie Help with Root"</title>
			<link>http://support.ornj.net/topic/newbie-help-with-root#post-8263</link>
			<pubDate>Thu, 20 Jan 2011 19:42:46 +0000</pubDate>
			<dc:creator>Mark</dc:creator>
			<guid isPermaLink="false">8263@http://support.ornj.net/</guid>
			<description>&#60;p&#62;I suppose she could send you the help file. It's in the Windows help format (.chm) located in the Araneae program file's folder. I'm not sure how much help the help file will be, though. As I mentioned earlier, Araneae is just a text editor---so if there's any problem displaying the files in a web browser, the problem is likely to be in the text document or its relative path, not in the editor.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Newbie Help with Root"</title>
			<link>http://support.ornj.net/topic/newbie-help-with-root#post-8260</link>
			<pubDate>Thu, 20 Jan 2011 03:53:13 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">8260@http://support.ornj.net/</guid>
			<description>&#60;p&#62;Mark,&#60;/p&#62;
&#60;p&#62;To add to my previous question, where might the HELP files be on her computer? What file type are they? Can they be zipped so she can email them to me? I would prefer another method since she may not know how to find them or how to do this. &#60;/p&#62;
&#60;p&#62;L
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>

