<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Web Wiz Support and Community Forums : Edit forum design</title>
  <link>https://forums.webwiz.net/</link>
  <description><![CDATA[This is an XML content feed of; Web Wiz Support and Community Forums : Web Wiz Forums : Edit forum design]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 12 Apr 2026 04:25:09 +0000</pubDate>
  <lastBuildDate>Mon, 14 Feb 2005 10:46:54 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.08</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forums.webwiz.net/RSS_post_feed.asp?TID=13764</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Web Wiz Support and Community Forums]]></title>
   <url>https://forums.webwiz.net/forum_images/web_wiz_forums.png</url>
   <link>https://forums.webwiz.net/</link>
  </image>
  <item>
   <title><![CDATA[Edit forum design :   The registration page &amp;#039;register.asp&amp;#039;...]]></title>
   <link>https://forums.webwiz.net/edit-forum-design_topic13764_post76282.html#76282</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 13764<br /><strong>Posted:</strong> 14&nbsp;February&nbsp;2005 at 10:46am<br /><br />The registration page 'register.asp' is written in the way you have it in your second example:-<br><br>If a="" then %&gt; Hello<br><br>It's just that there are so many ASP variables and 'if then' blockswithin the HTML most WYSIWYG Editors can not handle the amount of ASPwithin the HTML and so can not display the page <span>correctly</span> for editing.<br><br>Here is an example of the register.asp page:-<br><br><table width="99%"><tr><td><pre class="BBcode">&lt;<span>tr</span> <span>bgcolor</span>="&lt;% = <span>strTableColour</span> %&gt;" background="&lt;% = <span>strTableBgImage</span> %&gt;"&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;<span>td</span> <span>valign</span>="top"height="2" class="text" background="&lt;% = <span>strTableBgImage</span>%&gt;"&gt;&lt;% = <span>strTxtSelectAvatar</span> %&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;br/&gt;&lt;span class="<span>smText</span>"&gt;&lt;% = <span>strTxtSelectAvatarDetails</span> &amp;<span>intAvatarHeight</span> &amp; " x " &amp; <span>intAvatarWidth</span> &amp; " " &amp;<span>strTxtPixels</span> %&gt;).&lt;/span&gt;&lt;/<span>td</span>&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;<span>td</span> <span>valign</span>="top" height="2" background="&lt;% = <span>strTableBgImage</span> %&gt;" &gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;tablewidth="290" border="0" <span>cellspacing</span>="0" <span>cellpadding</span>="1"&gt;</pre></td></tr></table><br><br>The top part of the page where most of the ASP code is in the first1200 lines, it is just for processing entered data and not for pagedisplay.<br><span style="font-size:10px"><br /><br />Edited by -boRg- - 14&nbsp;February&nbsp;2005 at 10:47am</span>]]>
   </description>
   <pubDate>Mon, 14 Feb 2005 10:46:54 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/edit-forum-design_topic13764_post76282.html#76282</guid>
  </item> 
  <item>
   <title><![CDATA[Edit forum design : Excuse me for being dumb, but...]]></title>
   <link>https://forums.webwiz.net/edit-forum-design_topic13764_post76280.html#76280</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=19380">jackbros</a><br /><strong>Subject:</strong> 13764<br /><strong>Posted:</strong> 14&nbsp;February&nbsp;2005 at 10:29am<br /><br />Excuse me for being dumb, but I still cannot see the use for the<DIV><DIV>&nbsp;</DIV><DIV>If a="" then write "Hello"</DIV></DIV><DIV>&nbsp;</DIV><DIV>as opposed to</DIV><DIV>&nbsp;</DIV><DIV><DIV>If a="" then %&gt; Hello</DIV><DIV>&nbsp;</DIV><DIV>With the second one you get a visual if you need it. What are the advantages/disadvantages?</DIV></DIV>]]>
   </description>
   <pubDate>Mon, 14 Feb 2005 10:29:19 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/edit-forum-design_topic13764_post76280.html#76280</guid>
  </item> 
  <item>
   <title><![CDATA[Edit forum design : HTML is not a programming language....]]></title>
   <link>https://forums.webwiz.net/edit-forum-design_topic13764_post76278.html#76278</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=9949">dpyers</a><br /><strong>Subject:</strong> 13764<br /><strong>Posted:</strong> 14&nbsp;February&nbsp;2005 at 10:15am<br /><br />HTML is not a programming language. It is a language that tells you how to display content. A web browser only deals with how content is dsplayed.<DIV><DIV>Visual editors only deal with how content is displayed, not with the variables behind it's creation.</DIV><DIV>&nbsp;</DIV></DIV><DIV>asp is a programming language that allows you to conditionally create both the content, and how it's to be displayed. It also allows you to interact with other server-side resources programmatically to enable functions for your web-app - e.g. uploads, mail, analyse user or request info, create security, etc.</DIV><DIV>&nbsp;</DIV><DIV>What your doing is building a web application, not web pages.</DIV><DIV>Web applications are typically broken up into client (browser) and server code.</DIV><DIV>&nbsp;</DIV><DIV>When you request an asp page from a server, it runs the code and returns html. Your browser then loads the html and ececutes any client-side code (usually javascript) that enables things like menu animation,&nbsp;and displays it.</DIV><DIV>&nbsp;</DIV><DIV>A visual environment cannot represent the logic in either the server side code or the client side code. It can only represent how content is to be displayed.</DIV><DIV>&nbsp;</DIV><DIV>Perhaps a better example of server-side code would be a page where you ask a client to enter a group of code and corresponding information fields. The asp for processing that code could be doing something on the server like...</DIV><DIV><FONT face="Courier New, Courier, mono">If code = A, display information</FONT></DIV><DIV><FONT face="Courier New, Courier, mono">If code = B, email information</FONT></DIV><DIV><FONT face="Courier New, Courier, mono">If code = C, update data base with information</FONT></DIV><DIV><FONT face="Courier New, Courier, mono"><DIV><FONT face="Courier New, Courier, mono">If code = blank and information not = blank, display an error<DIV><FONT face="Courier New, Courier, mono">If code not = blank and information&nbsp;= blank, display a different&nbsp;error</FONT></DIV></FONT></DIV></FONT><FONT face="Courier New, Courier, mono">If code = blank and information = blank capture browser header info, email to security, send user to a different page.</FONT></DIV><DIV><FONT face="Courier New, Courier, mono">If code not = blank process next set of fields else end further processing.</FONT></DIV><DIV>&nbsp;</DIV><DIV>You have a lot of options for each pair of fields and you could have hundreds of field pairs on the page. Can't think of how you could deal with that in a visual editor.</DIV>]]>
   </description>
   <pubDate>Mon, 14 Feb 2005 10:15:20 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/edit-forum-design_topic13764_post76278.html#76278</guid>
  </item> 
  <item>
   <title><![CDATA[Edit forum design : really this is the best way, and...]]></title>
   <link>https://forums.webwiz.net/edit-forum-design_topic13764_post76276.html#76276</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=2216">dj air</a><br /><strong>Subject:</strong> 13764<br /><strong>Posted:</strong> 14&nbsp;February&nbsp;2005 at 10:09am<br /><br />really this is the best way, and you get to learn the code even more.<br><br>and in the long term it saves when adding the asp if statements whichcan couse display problems and interm you have to write in code anyway.<br>]]>
   </description>
   <pubDate>Mon, 14 Feb 2005 10:09:44 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/edit-forum-design_topic13764_post76276.html#76276</guid>
  </item> 
  <item>
   <title><![CDATA[Edit forum design : Originally I did design the forum...]]></title>
   <link>https://forums.webwiz.net/edit-forum-design_topic13764_post76274.html#76274</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 13764<br /><strong>Posted:</strong> 14&nbsp;February&nbsp;2005 at 10:00am<br /><br />Originally I did design the forum in Dreamweaver, but over the years somuch ASP code has been added that almost every line is now ASP.<br><br>For the last few years all the code I have written for this forum hashad to be done in a text editor with no WYSIWYG page display forediting.<br>]]>
   </description>
   <pubDate>Mon, 14 Feb 2005 10:00:14 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/edit-forum-design_topic13764_post76274.html#76274</guid>
  </item> 
  <item>
   <title><![CDATA[Edit forum design : IS this how web wiz forums was...]]></title>
   <link>https://forums.webwiz.net/edit-forum-design_topic13764_post76270.html#76270</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=19380">jackbros</a><br /><strong>Subject:</strong> 13764<br /><strong>Posted:</strong> 14&nbsp;February&nbsp;2005 at 7:52am<br /><br /><P>IS this how web wiz forums was produced?</P><DIV>What is the need for Response write when you can just as well use straight text</DIV><DIV>&nbsp;</DIV><DIV>ie </DIV><DIV>If a="" then %&gt; Hello</DIV><DIV>If a="" then write "Hello"</DIV><DIV>&nbsp;</DIV><DIV>This way one can design as they go?</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 14 Feb 2005 07:52:36 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/edit-forum-design_topic13764_post76270.html#76270</guid>
  </item> 
  <item>
   <title><![CDATA[Edit forum design : unless you know of a program that...]]></title>
   <link>https://forums.webwiz.net/edit-forum-design_topic13764_post76269.html#76269</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=2216">dj air</a><br /><strong>Subject:</strong> 13764<br /><strong>Posted:</strong> 14&nbsp;February&nbsp;2005 at 7:25am<br /><br />unless you know of a program that can read asp then you have to write the code by had.<br><br>also means you have to visualise the code in your head.<br><div style="text-align: left;"></div>]]>
   </description>
   <pubDate>Mon, 14 Feb 2005 07:25:06 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/edit-forum-design_topic13764_post76269.html#76269</guid>
  </item> 
  <item>
   <title><![CDATA[Edit forum design : How does one produce this forum...]]></title>
   <link>https://forums.webwiz.net/edit-forum-design_topic13764_post76268.html#76268</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=19380">jackbros</a><br /><strong>Subject:</strong> 13764<br /><strong>Posted:</strong> 14&nbsp;February&nbsp;2005 at 7:17am<br /><br />How does one produce this forum then, is it just coded without the visual part?]]>
   </description>
   <pubDate>Mon, 14 Feb 2005 07:17:40 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/edit-forum-design_topic13764_post76268.html#76268</guid>
  </item> 
  <item>
   <title><![CDATA[Edit forum design : The forum pages are basically...]]></title>
   <link>https://forums.webwiz.net/edit-forum-design_topic13764_post76233.html#76233</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=9949">dpyers</a><br /><strong>Subject:</strong> 13764<br /><strong>Posted:</strong> 13&nbsp;February&nbsp;2005 at 5:16pm<br /><br />The forum pages are basically server-side script that produces html. <DIV>&nbsp;</DIV><DIV>There's no visual representation available as the scripting languages can, and usually do, write html conditionally </DIV><DIV>- e.g. <FONT face="Courier New, Courier, mono">If x then write&nbsp;"HI" &nbsp;else write "BYE". </FONT></DIV><DIV>A visual editor would have no way of figuring out which word to display.</DIV>]]>
   </description>
   <pubDate>Sun, 13 Feb 2005 17:16:50 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/edit-forum-design_topic13764_post76233.html#76233</guid>
  </item> 
  <item>
   <title><![CDATA[Edit forum design : Hi there,  I want to edit the...]]></title>
   <link>https://forums.webwiz.net/edit-forum-design_topic13764_post75995.html#75995</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=19380">jackbros</a><br /><strong>Subject:</strong> 13764<br /><strong>Posted:</strong> 10&nbsp;February&nbsp;2005 at 3:10pm<br /><br />Hi there,<DIV>&nbsp;</DIV><DIV>I want to edit the registration page as I would like to insert more fields.</DIV><DIV>&nbsp;</DIV><DIV>The whole forum is created with response.write statements making it difficult for me to design visually. How do I get around this. What program will allow me to design visually using this code. I currently use dreamweaver mx.</DIV><DIV>&nbsp;</DIV><DIV>Thanks</DIV><DIV>&nbsp;</DIV><DIV>J</DIV>]]>
   </description>
   <pubDate>Thu, 10 Feb 2005 15:10:13 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/edit-forum-design_topic13764_post75995.html#75995</guid>
  </item> 
 </channel>
</rss>