<?xml version="1.0"?>
<rss version="2.0">
<channel>
<title>Tandem Server Forum - Recent Posts</title>
<link>http://www.tandemserver.org/forum/recent.aspx</link>
<description>Tandem Server Forum - Recent Posts</description>
<language>en-us</language>
<docs>http://blogs.law.harvard.edu/tech/rss</docs>
<generator>Jitbit AspNetForum</generator>
<pubDate>Sun, 05 Sep 2010 12:59:44 GMT</pubDate>
<lastBuildDate>Sun, 05 Sep 2010 12:59:44 GMT</lastBuildDate>
<item>
<link>http://www.tandemserver.org/forum/messages.aspx?TopicID=228</link>
<title>Topic &quot;TIMEOUT&quot; a message from flexeworld</title>
<description><![CDATA[Hi..  I would like to change the period in which the application times-out when editing through the admin panel.. Please advise where i can change this...  Thanks<br/>David]]></description>
<pubDate>Sun, 05 Sep 2010 12:59:44 GMT</pubDate>
</item>
<item>
<link>http://www.tandemserver.org/forum/messages.aspx?TopicID=176</link>
<title>Topic &quot;Tandem Server continues to impress me.&quot; a message from flexeworld</title>
<description><![CDATA[Ditto.. jmw.. well done to you guys at Tandem Server... and I look forward to continued enhancemnets<br/>Thanks]]></description>
<pubDate>Sun, 05 Sep 2010 12:21:11 GMT</pubDate>
</item>
<item>
<link>http://www.tandemserver.org/forum/messages.aspx?TopicID=227</link>
<title>Topic &quot;Page Margins&quot; a message from mhlavenka</title>
<description><![CDATA[Genious! Works perfectly. Thanks Alan.]]></description>
<pubDate>Fri, 03 Sep 2010 06:36:47 GMT</pubDate>
</item>
<item>
<link>http://www.tandemserver.org/forum/messages.aspx?TopicID=227</link>
<title>Topic &quot;Page Margins&quot; a message from AlanG</title>
<description><![CDATA[Put this JQuery script in the global content tool "&lt;HEAD/&gt; Content"<br/><br/>&lt;script type="text/javascript"&gt;<br/>$(document).ready(<br/>function(){<br/>var MIN_HEIGHT=500;<br/>$("td[class|=WRAP_CONTENT]").each(function(index){<br/>if($(this).height()&lt;MIN_HEIGHT) {<br/>   $(this).attr("style","vertical-align:top;");<br/>   $(this).height(MIN_HEIGHT);<br/>}<br/>});<br/>}<br/>);<br/>&lt;/script&gt;]]></description>
<pubDate>Fri, 03 Sep 2010 00:43:17 GMT</pubDate>
</item>
<item>
<link>http://www.tandemserver.org/forum/messages.aspx?TopicID=227</link>
<title>Topic &quot;Page Margins&quot; a message from mhlavenka</title>
<description><![CDATA[This may be a really silly question, so apoligies up front.<br/>Is there a way to globally set the margins for every page I have on my site?  For example, I have a site with several navigation tabs.  The "Home" tab has a single HTML control in zone 1.  For now, I just have a couple of lines of text (please see attached site_now.jpg).  Notice the lack of white space between the navigation tabs and the footer.  I would like the page to look similar to the attached (site_future.jpg).  I know I can accomplish this on every page by using the &lt;p style="margin-bottom..."&gt; tag, or worst case scenario by using several &lt;br&gt;'s,  but is there not a way to do this globally so that every page has the same, or similar margins?<br/>thanks!<br/>Mark]]></description>
<pubDate>Thu, 02 Sep 2010 12:56:20 GMT</pubDate>
</item>
<item>
<link>http://www.tandemserver.org/forum/messages.aspx?TopicID=226</link>
<title>Topic &quot;Newbie - Installation Problem&quot; a message from mhlavenka</title>
<description><![CDATA[Did the automatic install from GoDaddy and its working perfectly.<br/><br/>Thanks!]]></description>
<pubDate>Fri, 27 Aug 2010 08:49:22 GMT</pubDate>
</item>
<item>
<link>http://www.tandemserver.org/forum/messages.aspx?TopicID=226</link>
<title>Topic &quot;Newbie - Installation Problem&quot; a message from AlanG</title>
<description><![CDATA[Godaddy has Tandem Server setup in their hosting connection. Try installing using their service and if you still have troubles respond back to this thread and we'll take another route.<br/><a href="http://hostingconnection.godaddy.com/Application/TandemServer.aspx" target="_blank" rel="nofollow"><br/><a href="http://hostingconnection.godaddy.com/Application/TandemServer.aspx</a>" target="_blank" rel="nofollow">http://hostingconnection.godaddy.com/Application/TandemServer.aspx</a></a>]]></description>
<pubDate>Thu, 26 Aug 2010 15:54:14 GMT</pubDate>
</item>
<item>
<link>http://www.tandemserver.org/forum/messages.aspx?TopicID=226</link>
<title>Topic &quot;Newbie - Installation Problem&quot; a message from mhlavenka</title>
<description><![CDATA[I'm using GoDaddy to host my site. <br/>I wanted to install TS into a subfolder (not the root folder) on my site, so after downloading/unzipping the TS files to my local machine, I uploaded the contents of the Webroot folder to my site (www.mysite.org/development/) <br/>I made sure that my /development/ folder had read/write permissions. <br/>I ran the install process (<a href="http://www.mysite.org/development/install" target="_blank" rel="nofollow">www.mysite.org/development/install</a>) and received the following error: <br/><ul>There have been errors while installing Tandem Server CMS.</ul>Error Messages <br/><ul><li>Unknown Error occurred. Please ensure your server meets all prerequisites and try again.</li></ul><br/><br/>I found out that did NOT have a web.config file in my root folder, so I created one with only the following entry: <br/>&lt;configuration&gt; <br/>&lt;system.web&gt; <br/>&lt;customErrors mode="Off"/&gt; <br/>&lt;/system.web&gt; <br/>&lt;/configuration&gt; <br/><br/>I tried to reinstall, and received this error: <br/><i>Parser Error</i> <b>Description: </b>An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. <br/><br/><b>Parser Error Message: </b>Could not load type 'TandemServerInstaller.Install'. <br/><br/><b>Source Error:</b> <br/><br/><span style="color:red">Line 1: &lt;%@ Page Language="C#" AutoEventWireup="true" EnableViewState="false" CodeBehind="Install.aspx.cs" Inherits="TandemServerInstaller.Install" %&gt;</span> <br/><b>Source File: </b>/development/install/install.aspx<b> Line: </b>1 <br/><br/>Sorry for all the copy/pasting. I read other posts about installing in a sub-directory, so I didn't think this was a problem. Could it be because I did not have a web.config file? I could have definitely missed a step/requirement somewhere down the line. <br/><br/>Thanks for any help.<br/><em>edited by mhlavenka on 8/26/2010</em>]]></description>
<pubDate>Thu, 26 Aug 2010 14:53:57 GMT</pubDate>
</item>
<item>
<link>http://www.tandemserver.org/forum/messages.aspx?TopicID=167</link>
<title>Topic &quot;Upload and download files&quot; a message from mhlavenka</title>
<description><![CDATA[I'll check it out.  Thanks.]]></description>
<pubDate>Thu, 26 Aug 2010 11:57:30 GMT</pubDate>
</item>
<item>
<link>http://www.tandemserver.org/forum/messages.aspx?TopicID=167</link>
<title>Topic &quot;Upload and download files&quot; a message from jmw</title>
<description><![CDATA[No, I was never able to find a way to do this through TS.  However, I did setup a www.live.com account (which now comes with the free online MS Office and Skydrive which is 25GB of disk storage). Then my client setup various folders as either public or private and they were able to do everything they wanted. I also made a link on the TS site to live.com.<br/><br/>Let me know if that sounds like a workable solution for you.]]></description>
<pubDate>Thu, 26 Aug 2010 10:51:55 GMT</pubDate>
</item>
<item>
<link>http://www.tandemserver.org/forum/messages.aspx?TopicID=167</link>
<title>Topic &quot;Upload and download files&quot; a message from mhlavenka</title>
<description><![CDATA[John,<br/>Were you able to figure this out?  I have a customer that would like to use a "secure" page (one that only certain people can get to with a loginId/password), and post files (as well as view/download).  Is there any way this can be done directly though a TS page, or would my cusomter need to log in directly to the web server/TS admin page?  They're basically looking for document management functionality.<br/><br/>Mark]]></description>
<pubDate>Thu, 26 Aug 2010 10:26:33 GMT</pubDate>
</item>
<item>
<link>http://www.tandemserver.org/forum/messages.aspx?TopicID=225</link>
<title>Topic &quot;Using TS to update an existing site&quot; a message from AlanG</title>
<description><![CDATA[Your existing default.htm file will not be overwrote, however your webserver has an ordered list of default documents it tries to hit when a visitor hits your domain w/out the "default.htm" e.g. <a href="http://mysite.org" target="_blank" rel="nofollow">http://mysite.org</a> instead of <a href="http://mysite.org/default.htm" target="_blank" rel="nofollow">http://mysite.org/default.htm</a>. Usually it looks for index.htm, default.htm, default.aspx (in that order). so you are probably fine but if your root domain does not go to default.htm this is why and you'll need to update your default document order.]]></description>
<pubDate>Thu, 26 Aug 2010 10:05:09 GMT</pubDate>
</item>
<item>
<link>http://www.tandemserver.org/forum/messages.aspx?TopicID=225</link>
<title>Topic &quot;Using TS to update an existing site&quot; a message from mhlavenka</title>
<description><![CDATA[Our home owners association's website consists of a single page (which is defaulted to <a href="http://www.mysite.org/default.htm" target="_blank" rel="nofollow">http://www.mysite.org/default.htm</a>). I would like to use TS to update our HOA site. If I install TS on our webserver (according to the installation instructions), will this automatically overwrite the current default.htm? I would like to keep the existing site in place until I've fully developed my TS site.<br/><br/>In other words, after I install TS, I still want users to be able to go to our <a href="http://www.mysite.org" target="_blank" rel="nofollow">http://www.mysite.org</a> url and see the existing page (until I'm ready to publish the new TS page(s))<br/><em>edited by mhlavenka on 8/26/2010</em>]]></description>
<pubDate>Thu, 26 Aug 2010 09:12:53 GMT</pubDate>
</item>
<item>
<link>http://www.tandemserver.org/forum/messages.aspx?TopicID=224</link>
<title>Topic &quot;Friendly Url&quot; a message from AlanG</title>
<description><![CDATA[If your site is being redirected to the generic 404 page then it's not configured properly for your site. Ask your hosting company to verify the 404 page setting to be "/FileNotFound.aspx" and then have them reset your IIS server.]]></description>
<pubDate>Wed, 25 Aug 2010 18:25:28 GMT</pubDate>
</item>
<item>
<link>http://www.tandemserver.org/forum/messages.aspx?TopicID=224</link>
<title>Topic &quot;Friendly Url&quot; a message from hanbert</title>
<description><![CDATA[Hosting company service level is bad, no control panel or what so ever, I can only ftp into the server to publish. I am hoping some experience guys like you can go into my site and see if the FileNotFound.aspx page is set up correctly. I tried accessing into a non-existing page and it does redirect me to a standard IIS filenotfound page but I am not sure if that is the one that referred to as FileNotFound.aspx.<br/><br/>Question: How can I verify if 404 error is configure correctly to FileNoFound.aspx ?]]></description>
<pubDate>Wed, 25 Aug 2010 16:33:43 GMT</pubDate>
</item>
<item>
<link>http://www.tandemserver.org/forum/messages.aspx?TopicID=224</link>
<title>Topic &quot;Friendly Url&quot; a message from AlanG</title>
<description><![CDATA[Who is your hosting company? Can you see the 404 page settings in your hosting control panel to verify it's set up properly? Note: If you are able to upgrade your site to IIS7 then you don't need the 404 page configured.]]></description>
<pubDate>Wed, 25 Aug 2010 10:10:21 GMT</pubDate>
</item>
<item>
<link>http://www.tandemserver.org/forum/messages.aspx?TopicID=224</link>
<title>Topic &quot;Friendly Url&quot; a message from hanbert</title>
<description><![CDATA[Hi, I have created a website (<a href="http://www.gallium-intel.com" target="_blank" rel="nofollow">www.gallium-intel.com</a>) but the friendly url is not working. I have written to the hosting company to set the 404 error to FileNotFound.aspx page and was informed that it has been done. However, when I enable the friendly url feature, I will get an error message when I navigate out of the home page.<br/>Can someone help? how can I confirm if the FileNoFound.aspx setting is correct? how can it be resolved?<br/><br/>Thank you very much in advance.]]></description>
<pubDate>Wed, 25 Aug 2010 04:53:53 GMT</pubDate>
</item>
<item>
<link>http://www.tandemserver.org/forum/messages.aspx?TopicID=223</link>
<title>Topic &quot;Bottom Footer Question&quot; a message from AlanG</title>
<description><![CDATA[Right now you cannot change this link text but I will have a feature added to the configuration tool to change this text in the next release. Sorry for the inconviencene.]]></description>
<pubDate>Tue, 24 Aug 2010 23:39:12 GMT</pubDate>
</item>
<item>
<link>http://www.tandemserver.org/forum/messages.aspx?TopicID=223</link>
<title>Topic &quot;Bottom Footer Question&quot; a message from Dbqsmurf</title>
<description><![CDATA[<span style="color:rgb(128, 0, 0)"><span style="color:rgb(0, 0, 0)">The default is</span> </span><span style="color:rgb(128, 0, 0)">"Free Website Creator by TandemServer.org"</span>, but how do I Change it to any of the following: <span style="color:rgb(128, 0, 0)">"Free Website Builder by TandemServer.org"</span>, <span style="color:rgb(128, 0, 0)">"Free ASP.NET CMS by TandemServer.org"</span>, <span style="color:rgb(128, 0, 0)">"Free Content Management System by TandemServer.org"</span>, <span style="color:rgb(128, 0, 0)">"Free Website Management System by TandemServer.org" <span style="color:rgb(0, 0, 0)">The client doesn't have a problem with the link there and neither do I other then the wording of it (its not a free website creator it is a free CMS) and I have seen most of these even on this page it says Free ASP.NET CMS by... so how do I change it?<br/><br/>Thanks,<br/>DBQSmurf<br/></span></span>]]></description>
<pubDate>Tue, 24 Aug 2010 20:05:40 GMT</pubDate>
</item>
<item>
<link>http://www.tandemserver.org/forum/messages.aspx?TopicID=222</link>
<title>Topic &quot;Inline Tech&quot; a message from inlinetech</title>
<description><![CDATA[Please review my site and offer your constructive opinions please.  Thanks.<br/><br/>www.inlinetech.com<br/><br/>Rob]]></description>
<pubDate>Sat, 21 Aug 2010 21:07:53 GMT</pubDate>
</item>
<item>
<link>http://www.tandemserver.org/forum/messages.aspx?TopicID=220</link>
<title>Topic &quot;5 websites made using Tandem Server&quot; a message from flexeworld</title>
<description><![CDATA[Hi All<br/><br/>Thought you mught like to see some of the sites that I have made using Tandem Server.<br/><br/>1.  SPORT  |  Rugby Union Mauritius |  <a href="http://www.rugbymauritius.com" target="_blank" rel="nofollow">www.rugbymauritius.com</a> <br/>2.  PHOTOGRAPHIC  |  Carine Walton Photographics  |  <a href="http://www.cwphotographics.com" target="_blank" rel="nofollow">www.cwphotographics.com</a> <br/>3.  BEAUTY  |  IZABELLE HAMMON  | <a href="http://www.izabellehammon.com" target="_blank" rel="nofollow">www.izabellehammon.com</a> <br/>4.  OWN SITE  |  Flexeworld Ltd  |  <a href="http://www.flexeworld.com" target="_blank" rel="nofollow">www.flexeworld.com</a> <br/>5.  SOFTWARE  |  POKAT (Flip-Page PDF reader)  |  <a href="http://www.pokat.com" target="_blank" rel="nofollow">www.pokat.com</a> <br/><br/>Enjoy!!<br/><br/>Regards<br/>David Savy]]></description>
<pubDate>Mon, 16 Aug 2010 04:09:35 GMT</pubDate>
</item>
<item>
<link>http://www.tandemserver.org/forum/messages.aspx?TopicID=149</link>
<title>Topic &quot;Adding a Forum&quot; a message from scotttobin</title>
<description><![CDATA[Thanks.  I've done some reading on Snitz and it sounds like it should definitely work.  Go Daddy also offers a couple others that sound like they might do the trick as well (I'm not building a business site or anything, just a personal site, so I don't need anything particularly complex).  I'll let you know what I end up with.<br/><br/>Thanks again.<br/>Scott]]></description>
<pubDate>Thu, 05 Aug 2010 14:03:43 GMT</pubDate>
</item>
<item>
<link>http://www.tandemserver.org/forum/messages.aspx?TopicID=149</link>
<title>Topic &quot;Adding a Forum&quot; a message from jmw</title>
<description><![CDATA[I had a TS site that I added a forum to but I just recently took it down because of lack of use. I used Snitz and used the MS Access version. It was a seamless app and looked like it was part of the site. I just added a menu item to my menu and then linked it to the forum site. It worked very well.]]></description>
<pubDate>Tue, 03 Aug 2010 06:30:36 GMT</pubDate>
</item>
<item>
<link>http://www.tandemserver.org/forum/messages.aspx?TopicID=149</link>
<title>Topic &quot;Adding a Forum&quot; a message from AlanG</title>
<description><![CDATA[you can add any 3rd party forum to your website by installing it in a sub application folder e.g. <a href="http://yoursite.com/forum" target="_blank" rel="nofollow">http://yoursite.com/forum</a>. Tandem Server does not have a built in forum to install.]]></description>
<pubDate>Mon, 02 Aug 2010 21:51:07 GMT</pubDate>
</item>
<item>
<link>http://www.tandemserver.org/forum/messages.aspx?TopicID=149</link>
<title>Topic &quot;Adding a Forum&quot; a message from scotttobin</title>
<description><![CDATA[So is there a convenient way to add a forum to a web site with TS?<br/><br/>Thanks.<br/>Scott<br/><em>edited by scotttobin on 8/2/2010</em>]]></description>
<pubDate>Mon, 02 Aug 2010 20:49:50 GMT</pubDate>
</item>
<item>
<link>http://www.tandemserver.org/forum/messages.aspx?TopicID=219</link>
<title>Topic &quot;Logout?&quot; a message from drc</title>
<description><![CDATA[After playing around for a while I answered my own question. I simple made a button and added it to theside bar that links to /logoff.aspx. Did exactly what I wanted and returned to the home page.]]></description>
<pubDate>Fri, 30 Jul 2010 16:18:13 GMT</pubDate>
</item>
<item>
<link>http://www.tandemserver.org/forum/messages.aspx?TopicID=219</link>
<title>Topic &quot;Logout?&quot; a message from drc</title>
<description><![CDATA[Just wondering if there is any way to create a control that allows users to logout of a secured content area of my site?]]></description>
<pubDate>Fri, 30 Jul 2010 15:43:27 GMT</pubDate>
</item>
<item>
<link>http://www.tandemserver.org/forum/messages.aspx?TopicID=218</link>
<title>Topic &quot;Product List Control with 2 images&quot; a message from jmw</title>
<description><![CDATA[If the Product list control had a similar capability like the gallery. Where you could have a thumbnail picture and then a regular size picture that would display in a popup with text. I know you can do something similar right now with the Detail page content but it doesn't popup over the page, it replaces what was on the page and you can't click on it to close it, you have to do a BACK.]]></description>
<pubDate>Mon, 26 Jul 2010 19:32:54 GMT</pubDate>
</item>
<item>
<link>http://www.tandemserver.org/forum/messages.aspx?TopicID=216</link>
<title>Topic &quot;Bing Search&quot; a message from AlanG</title>
<description><![CDATA[No, sorry]]></description>
<pubDate>Sun, 18 Jul 2010 02:30:56 GMT</pubDate>
</item>
<item>
<link>http://www.tandemserver.org/forum/messages.aspx?TopicID=217</link>
<title>Topic &quot;Custom Forms&quot; a message from jmw</title>
<description><![CDATA[I was not trying to be rude I was trying to empasize the ARE. I don't know of any other way to do it. I've received many emails where the sending used that same technique and it never once got my "male goose" in an uproar.<br/><br/>I have numerous sites using TS and I have never encountered the password problem you are having.<br/><br/>BTW, I did Google <b>dbarselow </b>and not one app bearing your name was found.<b> </b>As you know I sent you a private message discussing this with you.<b><br/></b>]]></description>
<pubDate>Fri, 16 Jul 2010 16:14:44 GMT</pubDate>
</item>
</channel>
</rss>
