<?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: Other - Recent Topics</title>
		<link>http://support.ornj.net/forum/other</link>
		<description>Technical Support Forums &raquo; Forum: Other - Recent Topics</description>
		<language>en-US</language>
		<pubDate>Thu, 09 Feb 2012 05:31:45 +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/other/topics" rel="self" type="application/rss+xml" />

		<item>
			<title>Anonymous on "TrayAnimations"</title>
			<link>http://support.ornj.net/topic/trayanimations#post-8261</link>
			<pubDate>Thu, 20 Jan 2011 07:44:52 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">8261@http://support.ornj.net/</guid>
			<description>&#60;p&#62;Hey, are you (Mark) the original developer of TrayAnimations? I know you must be. I used to love that program so much. Today I thought of it for the first time in a while and downloaded it. By the way, it works great in XP 64-bit! &#60;/p&#62;
&#60;p&#62;First I just want to say thanks for creating such a unique and cool application.&#60;br /&#62;
Second, do you (Mark) or anyone else here have any additional animations for it? I cannot find the &#34;Tray Animations Editor&#34; anywhere, nor any downloads for extra animations. I remember I used to have a ton of them. &#60;/p&#62;
&#60;p&#62;Also, I think you should really put a quick link on your site to download TrayAnimations. Even though it's old, there must be others like me who still remember it. Just a thought.&#60;/p&#62;
&#60;p&#62;I hope all is well.&#60;/p&#62;
&#60;p&#62;Thanks.&#60;br /&#62;
Dylan
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Randy on "Status"</title>
			<link>http://support.ornj.net/topic/status#post-8621</link>
			<pubDate>Mon, 15 Aug 2011 04:45:47 +0000</pubDate>
			<dc:creator>Randy</dc:creator>
			<guid isPermaLink="false">8621@http://support.ornj.net/</guid>
			<description>&#60;p&#62;Howdy Mark! LTNS  &#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;In the past you've talked about porting your software from Win32 to .NET and also maybe developing Mac software. Things seem to be rather slow on this site. I just noticed the copyright in the footer is three years ago. Have you moved on to greener (ornjer??) pastures? I
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Beekhuis on "Computer does not recognize ext. usb drive"</title>
			<link>http://support.ornj.net/topic/computer-does-not-recognize-ext-usb-drive#post-7592</link>
			<pubDate>Wed, 18 Nov 2009 20:26:11 +0000</pubDate>
			<dc:creator>Beekhuis</dc:creator>
			<guid isPermaLink="false">7592@http://support.ornj.net/</guid>
			<description>&#60;p&#62;I have a Dell Optplex320 and use Windows XP. I was recently hijacked and we had to reinstall most programs.&#60;br /&#62;
I have an external Western Digital MD1200 Digital hard drive for backups etc. I reinstalled it but the computer does not recognize it.&#60;br /&#62;
It does recognize my Seagate backup drive.&#60;br /&#62;
What can I do?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>PCPete on "Example of fully manually-integrated WAG-generated album"</title>
			<link>http://support.ornj.net/topic/example-of-fully-manually-integrated-wag-generated-album#post-8429</link>
			<pubDate>Tue, 24 May 2011 13:53:50 +0000</pubDate>
			<dc:creator>PCPete</dc:creator>
			<guid isPermaLink="false">8429@http://support.ornj.net/</guid>
			<description>&#60;p&#62;G'day all,&#60;/p&#62;
&#60;p&#62;I've just successfully integrated a bog-standard WAG-generated album (only 11 photos) into an Expression Web 4.1 based website.&#60;/p&#62;
&#60;p&#62;If you'd like to see the results, feel free to browse to &#60;a href=&#34;http://www.tenuousminds.com/GalleryIndex.html&#34; rel=&#34;nofollow&#34;&#62;http://www.tenuousminds.com/GalleryIndex.html&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;If you do a &#34;view source&#34; in your browser, you'll see that just past the &#38;lt;!-- #BeginEditable &#34;PageContent&#34; --&#38;gt; comment (usually starts on line 65, but word-wrapping might change that!) is the WAG-generated album code.&#60;/p&#62;
&#60;p&#62;You'll note a few minor differences from a typical WAG album.&#60;/p&#62;
&#60;p&#62;First - where's the html header and css url? Well, because I use a dynamic template, I couldn't just put some of the header code generated by WAG into my own header, as it would be overwritten the next time the template changed! I could work around this by adding another editable region, but for 11 photos, it wasn't worth it.&#60;/p&#62;
&#60;p&#62;Next, you might notice that the tag classes and ids within the WAG code have &#34;Gallery-&#34; prefixed to them. So, for example, instead of just &#34;navigation&#34; in the div id, it will be &#34;Gallery-navigation&#34;, and so on. This is so I could integrate the CSS selectors that WAG generates into my own CSS file, without clashing with existing selectors.&#60;/p&#62;
&#60;p&#62;Usually, you'd leave the css references alone, but because I like to put all my stuff in one file, that worked well.&#60;/p&#62;
&#60;p&#62;I've also added relative references to the album URLs in the index file, because it lives in the root folder of the site, while the album html files are all grouped together in the Album folder. Simple, huh?&#60;/p&#62;
&#60;p&#62;I also had to change the album html files so they knew where the album index file was now. They were also edited to add support for the image files being in the images folder off the root folder. That way, all my images stay together.&#60;/p&#62;
&#60;p&#62;Finally, I added a link to the album photos - if you click a thumbnail, you get the album file, if you click the big picture, you get a humungous picture.&#60;/p&#62;
&#60;p&#62;There's about an hour's work in doing all of this, from selecting the original files in WAG, to generating the album, to editing the various files and integrating them.&#60;/p&#62;
&#60;p&#62;Hopefully this material might help someone who's not sure how to do something similar.&#60;/p&#62;
&#60;p&#62;I also hope no-one minds me posting this here. I'm really proud of how good the album looks and works, even if it's not a subject everyone has a passion for!&#60;/p&#62;
&#60;p&#62;Thanks to Mark for such a fantastic product. I've tried this same level of generation and integration with 5 other tools (including jalbum), and in some cases I had to give up after a day or more of editing and getting nowhere. This says a LOT about the quality of the code generated by WAG!&#60;/p&#62;
&#60;p&#62;Enjoy.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Unable to register..."</title>
			<link>http://support.ornj.net/topic/unable-to-register#post-8425</link>
			<pubDate>Tue, 24 May 2011 00:23:27 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">8425@http://support.ornj.net/</guid>
			<description>&#60;p&#62;G'day Mark,&#60;/p&#62;
&#60;p&#62;I just wanted to let you know that I don't seem to be able to register using the register links at the top of the page. I always get a &#34;That's a blank page&#34; (404 error).&#60;/p&#62;
&#60;p&#62;Could you look into this, and see if it's something you can fix?&#60;/p&#62;
&#60;p&#62;I've tried a few things (checking for other ways to register, etc,), but as of May 24, I can't &#34;get in&#34; or &#34;join up&#34;...&#60;/p&#62;
&#60;p&#62;Thanks mate!&#60;br /&#62;
Cheers,&#60;br /&#62;
PCPete
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wbs on "Where to find old version araneae?"</title>
			<link>http://support.ornj.net/topic/where-to-find-old-version-araneae#post-8136</link>
			<pubDate>Thu, 30 Sep 2010 11:06:39 +0000</pubDate>
			<dc:creator>wbs</dc:creator>
			<guid isPermaLink="false">8136@http://support.ornj.net/</guid>
			<description>&#60;p&#62;New version doesnt feel good for me.I really like an old version of araneae, but its been a while i needed that program.Now i need it but i cant find version 4.. If anyone has old version, tell me.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>TCBloo on "Thanks!"</title>
			<link>http://support.ornj.net/topic/thanks-2#post-8062</link>
			<pubDate>Tue, 03 Aug 2010 02:47:22 +0000</pubDate>
			<dc:creator>TCBloo</dc:creator>
			<guid isPermaLink="false">8062@http://support.ornj.net/</guid>
			<description>&#60;p&#62;I just bought your Citrus Alarm Clock. Now, I finally have a reliable way to wake up (and remember to do everything else in my life).&#60;/p&#62;
&#60;p&#62;One minor groan though: The trial ran out, and I didn't get registered in time, so I slept through my regular alarm clock as usual this morning. &#38;gt;_&#38;lt;&#60;/p&#62;
&#60;p&#62;Thanks for the awesome program,&#60;br /&#62;
Ryan
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "The &#34;Photo album created with Web Album Generator&#34;  should open a new window"</title>
			<link>http://support.ornj.net/topic/the-photo-album-created-with-web-album-generator-should-open-a-new-window#post-7914</link>
			<pubDate>Thu, 06 May 2010 19:47:55 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">7914@http://support.ornj.net/</guid>
			<description>&#60;p&#62;The html link to to the &#34;Web Album Generator&#34; site should open in a new window.&#60;/p&#62;
&#60;p&#62;This tool works very well as a replacment for MS Frontpage slideshows and does not require a host with Front page extensions.&#60;/p&#62;
&#60;p&#62;To integrate with existing page templates I am using it is quite useful to run the pages created by Web Album Generator in an inline fram.&#60;/p&#62;
&#60;p&#62;It would be great if the links built by the tool to your web site would open in a new window rather than in the existing inline frame.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Thank you"</title>
			<link>http://support.ornj.net/topic/thank-you-2#post-7910</link>
			<pubDate>Fri, 30 Apr 2010 12:53:38 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">7910@http://support.ornj.net/</guid>
			<description>&#60;p&#62;I just want to thank you Mark for a truly brilliant program. I've tried them all and yours is undoubtedly the best web album generator in existence.&#60;br /&#62;
Easy to use with fast results and all in one folder. If I had one wish it would be to have a choice in regard to the size/quality of each image. By size I don't mean the dimensions but the final image file size.&#60;br /&#62;
I see that you use compression and it would be nice to be offered a choice before generating the images.&#60;br /&#62;
Perhaps this will be included in future versions?&#60;br /&#62;
Congratulations and keep up the good work!&#60;/p&#62;
&#60;p&#62;Regards&#60;/p&#62;
&#60;p&#62;Bob McKenzie
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mark on "Willing to beta test Mac apps..."</title>
			<link>http://support.ornj.net/topic/willing-to-beta-test-mac-apps#post-5946</link>
			<pubDate>Tue, 23 Jan 2007 10:29:20 +0000</pubDate>
			<dc:creator>Mark</dc:creator>
			<guid isPermaLink="false">5946@http://support.ornj.net/</guid>
			<description>Absolutely; I'll post an announcement in the forums when new software is ready to be beta tested.  &#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; </description>
		</item>
		<item>
			<title>Anonymous on "Do i need to register off the free version of citrus alarm?"</title>
			<link>http://support.ornj.net/topic/do-i-need-to-register-off-the-free-version-of-citrus-alarm#post-7791</link>
			<pubDate>Tue, 16 Feb 2010 18:10:47 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">7791@http://support.ornj.net/</guid>
			<description>&#60;p&#62;Do I need to register off the free version of citrus alarm before these 30 free days ends in order to not start to pay? And if so, where do I register off?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rwponu on "Waking Computer from Sleep"</title>
			<link>http://support.ornj.net/topic/waking-computer-from-sleep#post-7679</link>
			<pubDate>Tue, 22 Dec 2009 15:53:29 +0000</pubDate>
			<dc:creator>rwponu</dc:creator>
			<guid isPermaLink="false">7679@http://support.ornj.net/</guid>
			<description>&#60;p&#62;Hey Mark, I really like your program.&#60;/p&#62;
&#60;p&#62;I'm trying to get into software as well.  I'm trying to write a program that wakes up my computer at 8 am every morning, but I can't figure out how to get it to come out of sleep.  Can you explain it to me or offer me an example of how to do that?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Russ
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "forgot to save it"</title>
			<link>http://support.ornj.net/topic/forgot-to-save-it#post-7691</link>
			<pubDate>Thu, 31 Dec 2009 03:27:30 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">7691@http://support.ornj.net/</guid>
			<description>&#60;p&#62;Hi mark. Thanks so much for the Generator. It is working fine. I must have forgotten to save it because it does nor want to open the existing version.I do not want to work in the live site. I need a local copy of it. Please help&#60;br /&#62;
TIA&#60;br /&#62;
Rolf
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Thank you so much"</title>
			<link>http://support.ornj.net/topic/thank-you-so-much#post-7470</link>
			<pubDate>Fri, 02 Oct 2009 12:26:35 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">7470@http://support.ornj.net/</guid>
			<description>&#60;p&#62;Wow, I love this tool. It took me about 5 minutes of my time to create a web album with more than 500 pictures for my parents. &#60;/p&#62;
&#60;p&#62;Great job, dude!!&#60;/p&#62;
&#60;p&#62;Greetings from Switzerland&#60;br /&#62;
Reto
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Tom on "Buttons ?"</title>
			<link>http://support.ornj.net/topic/buttons-#post-3150</link>
			<pubDate>Fri, 18 Feb 2005 00:57:57 +0000</pubDate>
			<dc:creator>Tom</dc:creator>
			<guid isPermaLink="false">3150@http://support.ornj.net/</guid>
			<description>Hi, I'm Tom and new to this forum and site. Just got Araneae and love it. &#60;br /&#62;
Really a great program. Tx.&#60;br /&#62;
I saw some threads about buttons for linking to the site or the program. Are they still available ? I would like to place a button on all my sites saying it was made using this program. Just like I place a button to encourage to use Firefox.</description>
		</item>
		<item>
			<title>jamiedolan on "THANK YOU, THANK YOU"</title>
			<link>http://support.ornj.net/topic/thank-you-thank-you#post-7008</link>
			<pubDate>Thu, 30 Oct 2008 13:41:04 +0000</pubDate>
			<dc:creator>jamiedolan</dc:creator>
			<guid isPermaLink="false">7008@http://support.ornj.net/</guid>
			<description>&#60;p&#62;I just wanted to let you know your web album program is excellent!  Thank you so much for providing it.  Have a great day!!! Jamie
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mark on "Beta Testers Wanted: Mobile Soko 1.0"</title>
			<link>http://support.ornj.net/topic/beta-testers-wanted-mobile-soko-10#post-6730</link>
			<pubDate>Thu, 27 Mar 2008 01:38:16 +0000</pubDate>
			<dc:creator>Mark</dc:creator>
			<guid isPermaLink="false">6730@http://support.ornj.net/</guid>
			<description>&#60;p&#62;Hey all,&#60;/p&#62;
&#60;p&#62;I'm going to release a new, freeware game for mobile devices tentatively called &#60;strong&#62;Mobile Soko&#60;/strong&#62;. It's a version of the addictive puzzle game &#60;em&#62;Sokoban&#60;/em&#62; for cell phones and mobile devices.&#60;/p&#62;
&#60;p&#62;If you're interested in testing it out, please visit the &#60;a href=&#34;http://beta.ornj.net/mobile-soko/&#34;&#62;ornj.net beta tester's website&#60;/a&#62;.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>admin on "Technical Support Forum Rules"</title>
			<link>http://support.ornj.net/topic/technical-support-forum-rules-please-read#post-6716</link>
			<pubDate>Sat, 15 Mar 2008 13:05:55 +0000</pubDate>
			<dc:creator>admin</dc:creator>
			<guid isPermaLink="false">6716@http://support.ornj.net/</guid>
			<description>&#60;p&#62;&#60;strong&#62;Welcome to the Technical Support Forums&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;These forums are a place where you can ask technical support questions, search for existing answers to questions, as well as post comments and suggestions for future versions of the software available here. There are a few rules designed to make the forum run smoothly:&#60;/p&#62;
&#60;ol&#62;
&#60;li&#62;Please search the forum before posting your question so you can ensure that it hasn't already been answered.&#60;/li&#62;
&#60;li&#62;Reports about software bugs and error messages are certainly welcome, but please be as descriptive as possible in your report. In particular, please provide instructions needed to repeat the behaviour.&#60;/li&#62;
&#60;li&#62;Constructive complaints about a working feature are also welcome, but please remain respectful.&#60;/li&#62;
&#60;li&#62;Posts in languages other than English should be accompanied by an English translation.&#60;/li&#62;
&#60;li&#62;Hateful or inflammatory posts, harassment, inappropriate language, advertisements, and cross-posting (posting the same message in multiple forum topics), is not permitted.&#60;/li&#62;
&#60;li&#62;While these rules should cover most situations, moderators reserve the right to take any action they feel is acceptable to ensure these forums are not disrupted or abused.&#60;/li&#62;
&#60;/ol&#62;
&#60;p&#62;Thanks for participating!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Fallstar on "Congratulations Mark"</title>
			<link>http://support.ornj.net/topic/congratulations-mark#post-6710</link>
			<pubDate>Wed, 12 Mar 2008 04:12:24 +0000</pubDate>
			<dc:creator>Fallstar</dc:creator>
			<guid isPermaLink="false">6710@http://support.ornj.net/</guid>
			<description>&#60;p&#62;I haven't been here in a while, and noticed your announcements, including&#60;/p&#62;
&#60;p&#62;February 13, 2008&#60;br /&#62;
After 10 years of creating software under my own name, I'm happy to annouce the creation of Orangeline Interactive, Inc. All the software and operations of this site are now run by this exciting new company.&#60;/p&#62;
&#60;p&#62; &#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;  Is this your company? Does this mean you will continue to develop WAG and the other apps? I'm still having a great time creating albums with WAG, and am looking forward to future releases.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dgs45 on "Can&#039;t even get started"</title>
			<link>http://support.ornj.net/topic/cant-even-get-started#post-6656</link>
			<pubDate>Thu, 28 Feb 2008 08:25:45 +0000</pubDate>
			<dc:creator>dgs45</dc:creator>
			<guid isPermaLink="false">6656@http://support.ornj.net/</guid>
			<description>&#60;p&#62;No instructions to get started---- the forums are a useless waste of time.  Without any documentation on how to operate this program, this program belongs in a garbage can.  And there isn't even any obvious means to get basic help.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>

