<?xml version="1.0"?>
<!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN" "http://my.netscape.com/publish/formats/rss-0.91.dtd">
<rss version="0.91">
<channel>
<title>Web Authoring Archive at ListSearch</title>
<link>http://www.listsearch.com/WebAuthoring/index.lasso</link>
<description>Web Authoring is an email discussion forum for the discussion of the authoring websites using products from Bare Bones Software, Inc.</description>
<language>en-us</language>
		
<item>
<title>Web Authoring on iPhone</title>
<pubDate>Sat, 31 Jul 2010 08:52:55 -0700</pubDate>
<link>http://www.listsearch.com/WebAuthoring/Message/index.lasso?2749</link>
<description>webskipper to Web Authoring on 2010-07-31 08:52:55 - What apps are you using on your iPhone to jot down notes or edit code&#xD;&#xA;for your website(s)?&#xD;&#xA;&#xD;&#xA;-- &#xD;&#xA;You received this message because you are subscribed to the Google Groups &quot;Web Authoring&quot; group.&#xD;&#xA;To post to this group, send email to web-authoring@google...</description>
</item>		
<item>
<title>JavaScript Form Help</title>
<pubDate>Sat, 10 Jul 2010 11:26:01 -0700</pubDate>
<link>http://www.listsearch.com/WebAuthoring/Message/index.lasso?2748</link>
<description>Warren Michelsen to Web Authoring on 2010-07-10 11:26:01 - I have a JavaScript that I use with a web form to ensure that users cannot enter non-existent dates into a reservations site, dates like February 30, June 31, etc.&#xD;&#xA;&#xD;&#xA;The JS builds the Day selector with the appropriate number of days based on the value of...</description>
</item>		
<item>
<title>PHP - Reference to Calling Document?</title>
<pubDate>Sat, 10 Jul 2010 09:16:08 -0700</pubDate>
<link>http://www.listsearch.com/WebAuthoring/Message/index.lasso?2747</link>
<description>Warren Michelsen to Web Authoring on 2010-07-10 09:16:08 - Is there a way to reference the document containing the code being evaluated in PHP?&#xD;&#xA;&#xD;&#xA;For example, is there a generic term to be used in place of &quot;index.html&quot; in the example below to indicate the document wherein this filemtime call resides?&#xD;&#xA;&#xD;&#xA;instead ...</description>
</item>		
<item>
<title>Re: php string within string compare</title>
<pubDate>Tue, 01 Jun 2010 11:58:51 -0700</pubDate>
<link>http://www.listsearch.com/WebAuthoring/Message/index.lasso?2746</link>
<description>Bill Hernandez to Web Authoring on 2010-06-01 11:58:51 - I didn&apos;t get a chance to run this code, I just wrote it on the fly, but you can test it...&#xD;&#xA;&#xD;&#xA;&lt;?php   &#xD;&#xA;$br   &quot;&lt;br&gt;&quot;;&#xD;&#xA;$brn   &quot;&lt;br&gt;\n&quot;;&#xD;&#xA;&#xD;&#xA;function bh process url($needle, $haystack, $url string, $html page, $true class, $false class    &quot;&quot;, $return string...</description>
</item>		
<item>
<title>Re: php string within string compare</title>
<pubDate>Tue, 01 Jun 2010 09:22:08 -0700</pubDate>
<link>http://www.listsearch.com/WebAuthoring/Message/index.lasso?2745</link>
<description>Mickey to Web Authoring on 2010-06-01 09:22:08 - At 9:38 AM -0500 6/1/10, Bill Hernandez sent email regarding Re: php &#xD;&#xA;string within string compare:&#xD;&#xA;&gt;On Jun 1, 2010, at 9:04 AM, Warren Michelsen wrote:&#xD;&#xA;&gt;&#xD;&#xA;&gt;&gt;	&lt;a href &quot;BillOfRights.html&quot; &#xD;&#xA;&gt;&gt;	&lt;?php   &#xD;&#xA;&gt;&gt;	$requri   getenv (&quot;REQUEST URI&quot;);&#xD;&#xA;&gt;&gt;	if strist...</description>
</item>		
<item>
<title>Re: php string within string compare</title>
<pubDate>Tue, 01 Jun 2010 07:38:50 -0700</pubDate>
<link>http://www.listsearch.com/WebAuthoring/Message/index.lasso?2744</link>
<description>Bill Hernandez to Web Authoring on 2010-06-01 07:38:50 - On Jun 1, 2010, at 9:04 AM, Warren Michelsen wrote:&#xD;&#xA;&#xD;&#xA;&gt; 	&lt;a href &quot;BillOfRights.html&quot; &#xD;&#xA;&gt; 	&lt;?php   &#xD;&#xA;&gt; 	$requri   getenv (&quot;REQUEST URI&quot;);&#xD;&#xA;&gt; 	if stristr($requri,&quot;BillOfRights&quot;,TRUE)&#xD;&#xA;&gt; 	echo &quot;class current&quot;;&#xD;&#xA;&gt; 	?&gt;&#xD;&#xA;&gt; 	&gt;The Bill Of Rights&lt;/a&gt;&#xD;&#xA;&#xD;&#xA;http://ph...</description>
</item>		
<item>
<title>php string within string compare</title>
<pubDate>Tue, 01 Jun 2010 07:04:58 -0700</pubDate>
<link>http://www.listsearch.com/WebAuthoring/Message/index.lasso?2743</link>
<description>Warren Michelsen to Web Authoring on 2010-06-01 07:04:58 - Within an anchor, I want to embed php code to insert the class into it if particular text is within the requested URI. &#xD;&#xA;&#xD;&#xA;Example:&#xD;&#xA;&#xD;&#xA;&lt;a href &quot;BillOfRights.html&quot;&gt;The Bill Of Rights&lt;/a&gt;&#xD;&#xA;&#xD;&#xA;	would become &#xD;&#xA;&#xD;&#xA;&lt;a href &quot;BillOfRights.html&quot; class &quot;current&quot;&gt;The ...</description>
</item>		
<item>
<title>Re: SSI Time Zone?</title>
<pubDate>Sun, 30 May 2010 15:23:28 -0700</pubDate>
<link>http://www.listsearch.com/WebAuthoring/Message/index.lasso?2742</link>
<description>Bill Hernandez to Web Authoring on 2010-05-30 15:23:28 - http://www.htaccess-guide.com/index.php?a 15&#xD;&#xA;&#xD;&#xA;http://php.net/manual/en/function.date.php&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;On May 30, 2010, at 10:14 AM, Warren Michelsen wrote:&#xD;&#xA;&#xD;&#xA;&gt; &#xD;&#xA;&gt; When including date/time using SSI, is there a way to set the time zone? I see all kinds of info...</description>
</item>		
<item>
<title>SSI Time Zone?</title>
<pubDate>Sun, 30 May 2010 08:14:45 -0700</pubDate>
<link>http://www.listsearch.com/WebAuthoring/Message/index.lasso?2741</link>
<description>Warren Michelsen to Web Authoring on 2010-05-30 08:14:45 - When including date/time using SSI, is there a way to set the time zone? I see all kinds of info on setting the time format, which can include the server&apos;s time zone &quot;%Z&quot; but not a way to adjust the time zone for a given site or given include directive.&#xD;&#xA;...</description>
</item>		
<item>
<title>Re: e-commerce</title>
<pubDate>Mon, 10 May 2010 04:39:20 -0700</pubDate>
<link>http://www.listsearch.com/WebAuthoring/Message/index.lasso?2740</link>
<description>RobS to Web Authoring on 2010-05-10 04:39:20 - And yes, BBEdit is an important tool when working on this kind of&#xD;&#xA;site. ;-)&#xD;&#xA;&#xD;&#xA;Rob&#xD;&#xA;&#xD;&#xA;-- &#xD;&#xA;You received this message because you are subscribed to the Google Groups &quot;Web Authoring&quot; group.&#xD;&#xA;To post to this group, send email to web-authoring@googlegroups.c...</description>
</item>		
<item>
<title>Re: e-commerce</title>
<pubDate>Mon, 10 May 2010 04:37:52 -0700</pubDate>
<link>http://www.listsearch.com/WebAuthoring/Message/index.lasso?2739</link>
<description>RobS to Web Authoring on 2010-05-10 04:37:52 - Such processes on a web site -- and many more -- are created by&#xD;&#xA;dynamically combining formatting and function code with database&#xD;&#xA;contents. Usually this is all put together using PHP code and a mySQL&#xD;&#xA;(or similar) database.&#xD;&#xA;&#xD;&#xA;You had the right idea when...</description>
</item>		
<item>
<title>e-commerce</title>
<pubDate>Sat, 08 May 2010 17:35:43 -0700</pubDate>
<link>http://www.listsearch.com/WebAuthoring/Message/index.lasso?2738</link>
<description>cutter3cowzip to Web Authoring on 2010-05-08 17:35:43 - A feature of many web &quot;stores&quot; is the ability to select items by&#xD;&#xA;checking a box, and when a few items have been selected, to then click&#xD;&#xA;a &quot;compare&quot; button, at which point the selected items show up side by&#xD;&#xA;side on a new page for a line by line comparis...</description>
</item>		
<item>
<title>Re: how to refer to an iframe&apos;s parent doc?</title>
<pubDate>Fri, 09 Apr 2010 23:40:10 -0700</pubDate>
<link>http://www.listsearch.com/WebAuthoring/Message/index.lasso?2737</link>
<description>Govinda to Web Authoring on 2010-04-09 23:40:10 - now I know I can call a JS function in the parent doc with:&#xD;&#xA;parent.functionName&#xD;&#xA; (in case anyone was curios how it got solved.)&#xD;&#xA;wishing you well&#xD;&#xA;:-)&#xD;&#xA;-G&#xD;&#xA;&#xD;&#xA;On Apr 9, 6:13 pm, Govinda &lt;govinda.webdnat...@gmail.com&gt; wrote:&#xD;&#xA;&gt; Hi all&#xD;&#xA;&gt;&#xD;&#xA;&gt; How can I make...</description>
</item>		
<item>
<title>how to refer to an iframe&apos;s parent doc?</title>
<pubDate>Fri, 09 Apr 2010 15:13:29 -0700</pubDate>
<link>http://www.listsearch.com/WebAuthoring/Message/index.lasso?2736</link>
<description>Govinda to Web Authoring on 2010-04-09 15:13:29 - Hi all&#xD;&#xA;&#xD;&#xA;How can I make a form submission inside an iframe (iframe submitting&#xD;&#xA;to itself) cause it&apos;s wrapper a &lt;div&gt;, in the iframe&apos;s *parent doc*,&#xD;&#xA;to get its CSS display: set to &apos;none&apos;? Is there a way to refer to an&#xD;&#xA;iframe&apos;s parent with JS or HTML?&#xD;&#xA;&#xD;...</description>
</item>		
<item>
<title>doesn&apos;t display:none mean that underlying links are clickable again?</title>
<pubDate>Fri, 09 Apr 2010 13:05:21 -0700</pubDate>
<link>http://www.listsearch.com/WebAuthoring/Message/index.lasso?2735</link>
<description>Govinda to Web Authoring on 2010-04-09 13:05:21 - HI all&#xD;&#xA;&#xD;&#xA;I made a test page to show better what I am having trouble with:&#xD;&#xA;&#xD;&#xA;http://www.sleeperhouse.com/GovindaTest hideDiviframe.tpl&#xD;&#xA;&#xD;&#xA;....stripped down to focus on the issue. Just try this:&#xD;&#xA;&#xD;&#xA;- hover over the link on the page to see it is hyperlinke...</description>
</item>		
<item>
<title>Saving state of form data in MHT until back online.</title>
<pubDate>Sat, 27 Mar 2010 10:41:37 -0700</pubDate>
<link>http://www.listsearch.com/WebAuthoring/Message/index.lasso?2734</link>
<description>dnagel to Web Authoring on 2010-03-27 10:41:37 - below is a series of posts I&apos;ve made detailing what I would like to&#xD;&#xA;accomplish with an MHT file...&#xD;&#xA;&#xD;&#xA;I wand to be able to let the user save the state, shut down the&#xD;&#xA;browser and then reopen the page and submit the previously entered&#xD;&#xA;data.&#xD;&#xA;&#xD;&#xA;how can th...</description>
</item>		
<item>
<title>Re: jittery images.. why?</title>
<pubDate>Thu, 25 Mar 2010 13:40:17 -0700</pubDate>
<link>http://www.listsearch.com/WebAuthoring/Message/index.lasso?2733</link>
<description>Govinda to Web Authoring on 2010-03-25 13:40:17 - On Mar 25, 11:41 am, Lorin Rivers &lt;lriv...@mosasaur.com&gt; wrote:&#xD;&#xA;&gt; I think it&apos;s because of rounding the numbers as you resize the window since everything is by percentages.&#xD;&#xA;&#xD;&#xA;thanks Lorin for replying!&#xD;&#xA;&#xD;&#xA;I just found out I can solve the issue with one q...</description>
</item>		
<item>
<title>Re: jittery images..  why?</title>
<pubDate>Thu, 25 Mar 2010 08:41:17 -0700</pubDate>
<link>http://www.listsearch.com/WebAuthoring/Message/index.lasso?2732</link>
<description>Lorin Rivers to Web Authoring on 2010-03-25 08:41:17 - I think it&apos;s because of rounding the numbers as you resize the window since everything is by percentages.&#xD;&#xA;&#xD;&#xA;On Mar 24, 2010, at 15:57 , Govinda wrote:&#xD;&#xA;&#xD;&#xA;&gt; Hi All&#xD;&#xA;&gt; &#xD;&#xA;&gt; this should be really simple... But I just can&apos;t see what the issue&#xD;&#xA;&gt; is. If you hi...</description>
</item>		
<item>
<title>Re: jittery images.. why?</title>
<pubDate>Thu, 25 Mar 2010 04:31:56 -0700</pubDate>
<link>http://www.listsearch.com/WebAuthoring/Message/index.lasso?2731</link>
<description>RobS to Web Authoring on 2010-03-25 04:31:56 - I don&apos;t see any jumping in Safari (latest) in Mac OS X v10.6.2. There&#xD;&#xA;is movement, but not jumpy movement.&#xD;&#xA;&#xD;&#xA;Generally speaking I wouldn&apos;t try to present so much visual&#xD;&#xA;information in a dynamic format like that. I&apos;d make it fixed width at&#xD;&#xA;the mimimun ...</description>
</item>		
<item>
<title>jittery images..  why?</title>
<pubDate>Wed, 24 Mar 2010 13:57:03 -0700</pubDate>
<link>http://www.listsearch.com/WebAuthoring/Message/index.lasso?2730</link>
<description>Govinda to Web Authoring on 2010-03-24 13:57:03 - Hi All&#xD;&#xA;&#xD;&#xA;this should be really simple... But I just can&apos;t see what the issue&#xD;&#xA;is. If you hit this (below link) page with safari (Mac), and perhaps&#xD;&#xA;on at least some versions of IE (windows) too.. you will see the&#xD;&#xA;issue.&#xD;&#xA;&#xD;&#xA;The issue is that the colored ...</description>
</item>		
<item>
<title>Re: Document Type and JavaScript</title>
<pubDate>Fri, 22 Jan 2010 03:07:37 -0800</pubDate>
<link>http://www.listsearch.com/WebAuthoring/Message/index.lasso?2729</link>
<description>janedenone to Web Authoring on 2010-01-22 03:07:37 - I managed to solve the initial issue after changing the element&#xD;&#xA;reference syntax, but there&apos;s one more problem. The overlay created by&#xD;&#xA;the JS function is placed at the upper left of the window, instead of&#xD;&#xA;the icon which is clicked to display the overla...</description>
</item>		
<item>
<title>Re: Document Type and JavaScript</title>
<pubDate>Mon, 18 Jan 2010 06:34:15 -0800</pubDate>
<link>http://www.listsearch.com/WebAuthoring/Message/index.lasso?2728</link>
<description>Ronald J Kimball to Web Authoring on 2010-01-18 06:34:15 - Testing your sample page in Firefox 3.5.7, with and without the doctype,&#xD;&#xA;the JS function was able to find the &apos;timepicker1&apos; element.&#xD;&#xA;&#xD;&#xA;Which line of the JS is the error reported on?&#xD;&#xA;&#xD;&#xA;I notice that these two lines:&#xD;&#xA;&#xD;&#xA;     hideElement( &apos;SELECT&apos;, docume...</description>
</item>		
<item>
<title>Re: Document Type and JavaScript</title>
<pubDate>Mon, 18 Jan 2010 04:20:35 -0800</pubDate>
<link>http://www.listsearch.com/WebAuthoring/Message/index.lasso?2727</link>
<description>janedenone to Web Authoring on 2010-01-18 04:20:35 - This is the HTML (abbreviated):&#xD;&#xA;&#xD;&#xA;&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&#xD;&#xA;	&quot;http://www.w3.org/TR/html4/loose.dtd&quot;&gt;&#xD;&#xA;&#xD;&#xA;&lt;html&gt;&#xD;&#xA;&lt;head&gt;&#xD;&#xA;&lt;style type &quot;text/css&quot;&gt;&#xD;&#xA;		input {&#xD;&#xA;			font-size:11px;&#xD;&#xA;		}&#xD;&#xA;	&lt;/style&gt;&#xD;&#xA;	&lt;meta http-equiv &apos;Conte...</description>
</item>		
<item>
<title>Re: Document Type and JavaScript</title>
<pubDate>Wed, 13 Jan 2010 19:39:00 -0800</pubDate>
<link>http://www.listsearch.com/WebAuthoring/Message/index.lasso?2726</link>
<description>Jonathan Lundell to Web Authoring on 2010-01-13 19:39:00 - On Jan 13, 2010, at 4:24 AM, janedenone wrote:&#xD;&#xA;&#xD;&#xA;&gt; I recently experienced an odd issue: A JavaScript function refers to&#xD;&#xA;&gt; an input field by ID (the ID is used as a function parameter). When no&#xD;&#xA;&gt; document type is specified at the top of the HTML page, t...</description>
</item>		
<item>
<title>Re: Document Type and JavaScript</title>
<pubDate>Wed, 13 Jan 2010 19:39:00 -0800</pubDate>
<link>http://www.listsearch.com/WebAuthoring/Message/index.lasso?2725</link>
<description>Jonathan Lundell to Web Authoring on 2010-01-13 19:39:00 - On Jan 13, 2010, at 4:24 AM, janedenone wrote:&#xD;&#xA;&#xD;&#xA;&gt; I recently experienced an odd issue: A JavaScript function refers to&#xD;&#xA;&gt; an input field by ID (the ID is used as a function parameter). When no&#xD;&#xA;&gt; document type is specified at the top of the HTML page, t...</description>
</item>		
<item>
<title>Re: Document Type and JavaScript</title>
<pubDate>Wed, 13 Jan 2010 19:33:00 -0800</pubDate>
<link>http://www.listsearch.com/WebAuthoring/Message/index.lasso?2724</link>
<description>Charlie Garrison to Web Authoring on 2010-01-13 19:33:00 - Good afternoon,&#xD;&#xA;&#xD;&#xA;On 13/01/10 at 4:24 AM -0800, janedenone &#xD;&#xA;&lt;janedenone@googlemail.com&gt; wrote:&#xD;&#xA;&#xD;&#xA;&gt;Is there any interaction between the document type and this seemingly&#xD;&#xA;&gt;basic DOM reference?&#xD;&#xA;&#xD;&#xA;I have seen a few cases where invalid syntax can cause tha...</description>
</item>		
<item>
<title>Re: Document Type and JavaScript</title>
<pubDate>Wed, 13 Jan 2010 07:57:17 -0800</pubDate>
<link>http://www.listsearch.com/WebAuthoring/Message/index.lasso?2723</link>
<description>Ronald J Kimball to Web Authoring on 2010-01-13 07:57:17 - On Wed, Jan 13, 2010 at 04:24:48AM -0800, janedenone wrote:&#xD;&#xA;&gt; Hi,&#xD;&#xA;&gt; &#xD;&#xA;&gt; I recently experienced an odd issue: A JavaScript function refers to&#xD;&#xA;&gt; an input field by ID (the ID is used as a function parameter). When no&#xD;&#xA;&gt; document type is specified at the t...</description>
</item>		
<item>
<title>Document Type and JavaScript</title>
<pubDate>Wed, 13 Jan 2010 04:24:48 -0800</pubDate>
<link>http://www.listsearch.com/WebAuthoring/Message/index.lasso?2722</link>
<description>janedenone to Web Authoring on 2010-01-13 04:24:48 - Hi,&#xD;&#xA;&#xD;&#xA;I recently experienced an odd issue: A JavaScript function refers to&#xD;&#xA;an input field by ID (the ID is used as a function parameter). When no&#xD;&#xA;document type is specified at the top of the HTML page, this works&#xD;&#xA;fine, but adding a document type decla...</description>
</item>		
<item>
<title>Document Type and JavaScript</title>
<pubDate>Wed, 13 Jan 2010 04:24:48 -0800</pubDate>
<link>http://www.listsearch.com/WebAuthoring/Message/index.lasso?2721</link>
<description>janedenone to Web Authoring on 2010-01-13 04:24:48 - Hi,&#xD;&#xA;&#xD;&#xA;I recently experienced an odd issue: A JavaScript function refers to&#xD;&#xA;an input field by ID (the ID is used as a function parameter). When no&#xD;&#xA;document type is specified at the top of the HTML page, this works&#xD;&#xA;fine, but adding a document type decla...</description>
</item>		
<item>
<title>How check links</title>
<pubDate>Thu, 17 Dec 2009 18:46:10 -0800</pubDate>
<link>http://www.listsearch.com/WebAuthoring/Message/index.lasso?2720</link>
<description>cutter3cowzip to Web Authoring on 2009-12-17 18:46:10 - When I click on the Check&gt;Site links or Check&gt;Folder Links, the dialog&#xD;&#xA;window gives me the correct URL for the web site to check.  But when I&#xD;&#xA;select that site, it is not placed in the field -- which remains&#xD;&#xA;&lt;untitled&gt;.&#xD;&#xA;&#xD;&#xA;I am sure I am doing something...</description>
</item>		
<item>
<title>Re: Apache (MySQL, PHP) redirect</title>
<pubDate>Tue, 08 Dec 2009 23:00:05 -0800</pubDate>
<link>http://www.listsearch.com/WebAuthoring/Message/index.lasso?2719</link>
<description>Andrew Brown to Web Authoring on 2009-12-08 23:00:05 - That does it Bill, many thanks !&#xD;&#xA;&#xD;&#xA;It fails (&quot;too many redirects&quot;) if what follows nom  does not change,  &#xD;&#xA;presumably in that case I could add another RewriteCond % &#xD;&#xA;{QUERY STRING} line.&#xD;&#xA;&#xD;&#xA;AB&#xD;&#xA;&#xD;&#xA;On 8 Dec 2009, at 18:26, Bill Hernandez wrote:&#xD;&#xA;&#xD;&#xA;&gt; # --...</description>
</item>		
<item>
<title>Re: PHP - Value of a Submit</title>
<pubDate>Fri, 20 Nov 2009 15:07:08 -0800</pubDate>
<link>http://www.listsearch.com/WebAuthoring/Message/index.lasso?2718</link>
<description>Govinda to Web Authoring on 2009-11-20 15:07:08 - &gt; If a form has multiple Submit buttons, how does one find, in php,  &#xD;&#xA;&gt; the value of the submit that was used?&#xD;&#xA;&gt;&#xD;&#xA;&gt; That is, I have one submit to &apos;Modify&apos; and another to &apos;Delete&quot; the  &#xD;&#xA;&gt; submitted form data.&#xD;&#xA;&gt; &lt;input name &quot;Delete&quot; type &quot;submit&quot; value ...</description>
</item>		
<item>
<title>Re: PHP - Value of a Submit</title>
<pubDate>Fri, 20 Nov 2009 15:00:25 -0800</pubDate>
<link>http://www.listsearch.com/WebAuthoring/Message/index.lasso?2717</link>
<description>bill to Web Authoring on 2009-11-20 15:00:25 - $ POST will contain the key/values for each form elements that are&#xD;&#xA;submitted and have values by element name. As such, using your&#xD;&#xA;example, when the Delete submit button is clicked, $ POST[&quot;Delete&quot;]&#xD;&#xA;will be created with the value of &quot;Delete&quot; but there w...</description>
</item>		
<item>
<title>PHP - Value of a Submit</title>
<pubDate>Fri, 20 Nov 2009 12:58:33 -0800</pubDate>
<link>http://www.listsearch.com/WebAuthoring/Message/index.lasso?2716</link>
<description>Warren Michelsen to Web Authoring on 2009-11-20 12:58:33 - If a form has multiple Submit buttons, how does one find, in php, the value of the submit that was used?&#xD;&#xA;&#xD;&#xA;That is, I have one submit to &apos;Modify&apos; and another to &apos;Delete&quot; the submitted form data. &#xD;&#xA;&lt;input name &quot;Delete&quot; type &quot;submit&quot; value &quot;Delete&quot;&gt;&#xD;&#xA;&lt;inpu...</description>
</item>		
<item>
<title>Re: Whitespace affects padding in inline list</title>
<pubDate>Sat, 03 Oct 2009 05:01:37 -0700</pubDate>
<link>http://www.listsearch.com/WebAuthoring/Message/index.lasso?2715</link>
<description>RobS to Web Authoring on 2009-10-03 05:01:37 - Browsers should collapse multiple white spaces into one. So you could&#xD;&#xA;include a space charater in your content declaration, like so...&#xD;&#xA;content: &quot;  &quot;;  (note the space before the arrow). Then, whether or&#xD;&#xA;not you have line breaks in your code, there will...</description>
</item>		
<item>
<title>Re: Whitespace affects padding in inline list</title>
<pubDate>Sat, 03 Oct 2009 04:15:52 -0700</pubDate>
<link>http://www.listsearch.com/WebAuthoring/Message/index.lasso?2714</link>
<description>janedenone to Web Authoring on 2009-10-03 04:15:52 - Sorry, I provided the URL of my internal test server. The correct URL&#xD;&#xA;is&#xD;&#xA;&#xD;&#xA;http://janeden.net/12293&#xD;&#xA;&#xD;&#xA;On 2 Okt., 22:10, janedenone &lt;janeden...@googlemail.com&gt; wrote:&#xD;&#xA;&gt; Hi,&#xD;&#xA;&gt;&#xD;&#xA;&gt; I use the following CSS to display a breadcrumb path:&#xD;&#xA;&gt;&#xD;&#xA;&gt; #breadcrumbs ...</description>
</item>		
<item>
<title>Whitespace affects padding in inline list</title>
<pubDate>Fri, 02 Oct 2009 13:10:45 -0700</pubDate>
<link>http://www.listsearch.com/WebAuthoring/Message/index.lasso?2713</link>
<description>janedenone to Web Authoring on 2009-10-02 13:10:45 - Hi,&#xD;&#xA;&#xD;&#xA;I use the following CSS to display a breadcrumb path:&#xD;&#xA;&#xD;&#xA;#breadcrumbs li {&#xD;&#xA;	list-style: none;&#xD;&#xA;	display: inline;&#xD;&#xA;	padding-right: 0.2em;&#xD;&#xA;	color: #369;&#xD;&#xA;}&#xD;&#xA;#breadcrumbs li:before {&#xD;&#xA;	content: &quot; &quot;;&#xD;&#xA;	padding-right: 0.5em;&#xD;&#xA;}&#xD;&#xA;#breadcrumbs li.first:...</description>
</item>		
<item>
<title>Re: Is there a Backwards or Upside Down Tag?</title>
<pubDate>Wed, 02 Sep 2009 20:31:15 -0700</pubDate>
<link>http://www.listsearch.com/WebAuthoring/Message/index.lasso?2712</link>
<description>Govinda to Web Authoring on 2009-09-02 20:31:15 - is this any use to you? -&#xD;&#xA;http://www.sherv.net/flip.html&#xD;&#xA;-Govinda&#xD;&#xA;&#xD;&#xA;On Sep 2, 2009, at 9:21 PM, Charlie Garrison wrote:&#xD;&#xA;&#xD;&#xA;&gt;&#xD;&#xA;&gt; Good afternoon,&#xD;&#xA;&gt;&#xD;&#xA;&gt; On 2/09/09 at 3:48 PM -0700, webskipper &lt;google@american-rc.com&gt;  &#xD;&#xA;&gt; wrote:&#xD;&#xA;&gt;&#xD;&#xA;&gt;&gt; I am creating an o...</description>
</item>		
<item>
<title>Re: Is there a Backwards or Upside Down Tag?</title>
<pubDate>Wed, 02 Sep 2009 20:21:55 -0700</pubDate>
<link>http://www.listsearch.com/WebAuthoring/Message/index.lasso?2711</link>
<description>Charlie Garrison to Web Authoring on 2009-09-02 20:21:55 - Good afternoon,&#xD;&#xA;&#xD;&#xA;On 2/09/09 at 3:48 PM -0700, webskipper &lt;google@american-rc.com&gt; wrote:&#xD;&#xA;&#xD;&#xA;&gt;I am creating an online fun quiz with an area of answers elsewhere.&#xD;&#xA;&gt;Is there a reverse, backwards or upside down tag? Did not see one in&#xD;&#xA;&gt;the google search.&#xD;...</description>
</item>		
<item>
<title>Is there a Backwards or Upside Down Tag?</title>
<pubDate>Wed, 02 Sep 2009 15:48:43 -0700</pubDate>
<link>http://www.listsearch.com/WebAuthoring/Message/index.lasso?2710</link>
<description>webskipper to Web Authoring on 2009-09-02 15:48:43 - I am creating an online fun quiz with an area of answers elsewhere.&#xD;&#xA;Is there a reverse, backwards or upside down tag? Did not see one in&#xD;&#xA;the google search.&#xD;&#xA;--~--~---------~--~----~------------~-------~--~----~&#xD;&#xA;You received this message because you are...</description>
</item>		
<item>
<title>Is there a Backwards or Upside Down Tag?</title>
<pubDate>Wed, 02 Sep 2009 15:48:43 -0700</pubDate>
<link>http://www.listsearch.com/WebAuthoring/Message/index.lasso?2709</link>
<description>webskipper to Web Authoring on 2009-09-02 15:48:43 - I am creating an online fun quiz with an area of answers elsewhere.&#xD;&#xA;Is there a reverse, backwards or upside down tag? Did not see one in&#xD;&#xA;the google search.&#xD;&#xA;--~--~---------~--~----~------------~-------~--~----~&#xD;&#xA;You received this message because you are...</description>
</item>		
<item>
<title>Is there a Backwards or Upside Down Tag?</title>
<pubDate>Wed, 02 Sep 2009 15:48:43 -0700</pubDate>
<link>http://www.listsearch.com/WebAuthoring/Message/index.lasso?2708</link>
<description>webskipper to Web Authoring on 2009-09-02 15:48:43 - I am creating an online fun quiz with an area of answers elsewhere.&#xD;&#xA;Is there a reverse, backwards or upside down tag? Did not see one in&#xD;&#xA;the google search.&#xD;&#xA;--~--~---------~--~----~------------~-------~--~----~&#xD;&#xA;You received this message because you are...</description>
</item>		
<item>
<title>Is there a Backwards or Upside Down Tag?</title>
<pubDate>Wed, 02 Sep 2009 15:48:43 -0700</pubDate>
<link>http://www.listsearch.com/WebAuthoring/Message/index.lasso?2707</link>
<description>webskipper to Web Authoring on 2009-09-02 15:48:43 - I am creating an online fun quiz with an area of answers elsewhere.&#xD;&#xA;Is there a reverse, backwards or upside down tag? Did not see one in&#xD;&#xA;the google search.&#xD;&#xA;--~--~---------~--~----~------------~-------~--~----~&#xD;&#xA;You received this message because you are...</description>
</item>		
<item>
<title>Webmaster Opportunity</title>
<pubDate>Mon, 31 Aug 2009 19:21:52 -0700</pubDate>
<link>http://www.listsearch.com/WebAuthoring/Message/index.lasso?2706</link>
<description>webskipper to Web Authoring on 2009-08-31 19:21:52 - The American Model Yachting Association is seeking a webmaster.&#xD;&#xA;http://www.ModelYacht.org/vacancy.php&#xD;&#xA;&#xD;&#xA;I have accepted a new position and no longer have the time to maintain&#xD;&#xA;the site. If you really know what you are doing and willing to help&#xD;&#xA;then gre...</description>
</item>		
<item>
<title>Webmaster Opportunity</title>
<pubDate>Mon, 31 Aug 2009 19:21:52 -0700</pubDate>
<link>http://www.listsearch.com/WebAuthoring/Message/index.lasso?2705</link>
<description>webskipper to Web Authoring on 2009-08-31 19:21:52 - The American Model Yachting Association is seeking a webmaster.&#xD;&#xA;http://www.ModelYacht.org/vacancy.php&#xD;&#xA;&#xD;&#xA;I have accepted a new position and no longer have the time to maintain&#xD;&#xA;the site. If you really know what you are doing and willing to help&#xD;&#xA;then gre...</description>
</item>		
<item>
<title>Webmaster Opportunity</title>
<pubDate>Mon, 31 Aug 2009 19:21:52 -0700</pubDate>
<link>http://www.listsearch.com/WebAuthoring/Message/index.lasso?2704</link>
<description>webskipper to Web Authoring on 2009-08-31 19:21:52 - The American Model Yachting Association is seeking a webmaster.&#xD;&#xA;http://www.ModelYacht.org/vacancy.php&#xD;&#xA;&#xD;&#xA;I have accepted a new position and no longer have the time to maintain&#xD;&#xA;the site. If you really know what you are doing and willing to help&#xD;&#xA;then gre...</description>
</item>		
<item>
<title>Re: Fun With Snow Leopard</title>
<pubDate>Sat, 29 Aug 2009 10:06:10 -0700</pubDate>
<link>http://www.listsearch.com/WebAuthoring/Message/index.lasso?2703</link>
<description>Govinda to Web Authoring on 2009-08-29 10:06:10 - On Aug 29, 2009, at 10:56 AM, webskipper wrote:&#xD;&#xA;&#xD;&#xA;&gt;&#xD;&#xA;&gt; Many of you have already experienced the new OS Snow Leopard 10.6.&#xD;&#xA;&gt;&#xD;&#xA;&gt; Should you have issues with printing and other basic functions, try&#xD;&#xA;&gt; this:&#xD;&#xA;&gt;&#xD;&#xA;&gt; Printing issue:&#xD;&#xA;&gt;&#xD;&#xA;&gt; #1 - Go into System P...</description>
</item>		
<item>
<title>Re: Fun With Snow Leopard</title>
<pubDate>Sat, 29 Aug 2009 10:06:10 -0700</pubDate>
<link>http://www.listsearch.com/WebAuthoring/Message/index.lasso?2702</link>
<description>Govinda to Web Authoring on 2009-08-29 10:06:10 - On Aug 29, 2009, at 10:56 AM, webskipper wrote:&#xD;&#xA;&#xD;&#xA;&gt;&#xD;&#xA;&gt; Many of you have already experienced the new OS Snow Leopard 10.6.&#xD;&#xA;&gt;&#xD;&#xA;&gt; Should you have issues with printing and other basic functions, try&#xD;&#xA;&gt; this:&#xD;&#xA;&gt;&#xD;&#xA;&gt; Printing issue:&#xD;&#xA;&gt;&#xD;&#xA;&gt; #1 - Go into System P...</description>
</item>		
<item>
<title>Re: Fun With Snow Leopard</title>
<pubDate>Sat, 29 Aug 2009 10:06:10 -0700</pubDate>
<link>http://www.listsearch.com/WebAuthoring/Message/index.lasso?2701</link>
<description>Govinda to Web Authoring on 2009-08-29 10:06:10 - On Aug 29, 2009, at 10:56 AM, webskipper wrote:&#xD;&#xA;&#xD;&#xA;&gt;&#xD;&#xA;&gt; Many of you have already experienced the new OS Snow Leopard 10.6.&#xD;&#xA;&gt;&#xD;&#xA;&gt; Should you have issues with printing and other basic functions, try&#xD;&#xA;&gt; this:&#xD;&#xA;&gt;&#xD;&#xA;&gt; Printing issue:&#xD;&#xA;&gt;&#xD;&#xA;&gt; #1 - Go into System P...</description>
</item>		
<item>
<title>Re: Fun With Snow Leopard</title>
<pubDate>Sat, 29 Aug 2009 10:06:10 -0700</pubDate>
<link>http://www.listsearch.com/WebAuthoring/Message/index.lasso?2700</link>
<description>Govinda to Web Authoring on 2009-08-29 10:06:10 - On Aug 29, 2009, at 10:56 AM, webskipper wrote:&#xD;&#xA;&#xD;&#xA;&gt;&#xD;&#xA;&gt; Many of you have already experienced the new OS Snow Leopard 10.6.&#xD;&#xA;&gt;&#xD;&#xA;&gt; Should you have issues with printing and other basic functions, try&#xD;&#xA;&gt; this:&#xD;&#xA;&gt;&#xD;&#xA;&gt; Printing issue:&#xD;&#xA;&gt;&#xD;&#xA;&gt; #1 - Go into System P...</description>
</item>
</channel>
</rss>
