<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>Web Authoring Google Group</title>
  <link>http://groups.google.com/group/web-authoring</link>
  <description>The Web Authoring group is intended for general discussion of web authoring and site management, with a focus on Mac authoring tools including but not limited to BBEdit. Topics might include HTML/XML standards and usage, browser compatibility and display issues, maintenance of pages &amp;amp; sites, etc.</description>
  <language>en</language>
  <item>
  <title>Link to external css &amp; fonts on a server</title>
  <link>http://groups.google.com/group/web-authoring/browse_thread/thread/985572858b01caa0/b927a70a18e36a85?show_docid=b927a70a18e36a85</link>
  <description>
  I&#39;m trying to use @font-face in CSS to link to custom fonts that I have on &lt;br&gt; my server. When I visit the site, everything looks fine, but I keep getting &lt;br&gt; 404 responses in the Web Inspector when the site tries to load the fonts. I &lt;br&gt; put them in a directory named fonts located at `example.com/fonts` but the
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/web-authoring/browse_thread/thread/985572858b01caa0</guid>
  <author>
  chris.fina...@gmail.com
  (Christopher Finazzo)
  </author>
  <pubDate>Wed, 17 Apr 2013 15:08:02 UT
</pubDate>
  </item>
  <item>
  <title>about input element</title>
  <link>http://groups.google.com/group/web-authoring/browse_thread/thread/566b74c76ac76cb5/6d3f530ee8927384?show_docid=6d3f530ee8927384</link>
  <description>
  Sir,I Have a Doubt About input Element,You said Input Is An Inline &lt;br&gt; Element If it is, So Then Lets See This Below Link This Is My Html. &lt;br&gt; &lt;p&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://realution.in/htmlcss/practise/post.html&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt; In This html I Gave Input Element To Form1 And Span Element In &lt;br&gt; Form2.Span Is Inline And Input Is also Inline Element But,
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/web-authoring/browse_thread/thread/566b74c76ac76cb5</guid>
  <author>
  srikanth.cha...@realution.in
  (Srikanth Challa)
  </author>
  <pubDate>Mon, 12 Sep 2011 15:12:47 UT
</pubDate>
  </item>
  <item>
  <title>WatchForMyMAC in php</title>
  <link>http://groups.google.com/group/web-authoring/browse_thread/thread/f175f7ab9e9b7d5e/a7c8e588220f3d5d?show_docid=a7c8e588220f3d5d</link>
  <description>
  Long story short: I lost my iPad. Its MAC address is: E8:06:88:90:7F:41. &lt;br&gt; On it were bookmarks to a few php pages on domains of mine, for example, &amp;lt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://MyIP.OTFB.com&quot;&gt;[link]&lt;/a&gt;&amp;gt; &lt;br&gt; It just occurred to me now, in the middle of the night here in Arizona, USA that I may be able to add code to my own php pages that watches for my MAC address and sends off an email to me with the date, time and IP of my iPad if it ever connects to my own pages.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/web-authoring/browse_thread/thread/f175f7ab9e9b7d5e</guid>
  <author>
  wmichel...@mac.com
  (Warren Michelsen)
  </author>
  <pubDate>Wed, 15 Dec 2010 09:11:10 UT
</pubDate>
  </item>
  <item>
  <title>php Getting a Stock Price</title>
  <link>http://groups.google.com/group/web-authoring/browse_thread/thread/d04bf509e1ced7a2/7484549f76a610b2?show_docid=7484549f76a610b2</link>
  <description>
  Is there a way in php to get a current stock price and put it into a php variable? I&#39;d like to be able to say: &lt;br&gt; $APPLprice = [some code to get the price from &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://finance.google.com/finance?q=AAPL&quot;&gt;[link]&lt;/a&gt;]; &lt;br&gt; I&#39;ve thought of using curl on the page and parsing the result but wondered if this can be done in php.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/web-authoring/browse_thread/thread/d04bf509e1ced7a2</guid>
  <author>
  wmichel...@mac.com
  (Warren Michelsen)
  </author>
  <pubDate>Sat, 16 Oct 2010 14:18:59 UT
</pubDate>
  </item>
  <item>
  <title>Extracting Email Addresses from SQL</title>
  <link>http://groups.google.com/group/web-authoring/browse_thread/thread/5cbc970b24fac621/e224b2e531a597dc?show_docid=e224b2e531a597dc</link>
  <description>
  I need to grab all of the email addresses from a backup.sql file. &lt;br&gt; Find with find each string. I need just the email addresses. &lt;br&gt; &lt;p&gt;How can I do this? &lt;br&gt; &lt;p&gt;Thanks in advance!
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/web-authoring/browse_thread/thread/5cbc970b24fac621</guid>
  <author>
  goo...@american-rc.com
  (webskipper)
  </author>
  <pubDate>Wed, 06 Oct 2010 05:49:40 UT
</pubDate>
  </item>
  <item>
  <title>PHP, Escaping Apostrophes</title>
  <link>http://groups.google.com/group/web-authoring/browse_thread/thread/e28796468ac03cb8/037e20250718fd52?show_docid=037e20250718fd52</link>
  <description>
  In response to a search of a mySQL database, I loop through the results like this: &lt;br&gt; while ($row = mysql_fetch_object($result)) &lt;br&gt; { // while &lt;br&gt; $theID = $row-&amp;gt;ID; &lt;br&gt; $theName = $row-&amp;gt;ItemName; &lt;br&gt; echo &amp;quot;&amp;lt;input name=\&amp;quot;ItemID\&amp;quot; type=\&amp;quot;radio\&amp;quot; value=\&amp;quot;$theID\&amp;quot; onChange=\&amp;quot;MyForm.NewValue.val ue=&#39;$theName&#39;\&amp;quot;&amp;gt;$theName&amp;lt;br&amp;gt;\n &amp;quot;;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/web-authoring/browse_thread/thread/e28796468ac03cb8</guid>
  <author>
  wmichel...@mac.com
  (Warren Michelsen)
  </author>
  <pubDate>Mon, 16 Aug 2010 14:31:30 UT
</pubDate>
  </item>
  <item>
  <title>&#39;Expiring&quot; Data</title>
  <link>http://groups.google.com/group/web-authoring/browse_thread/thread/368617f949137215/b2e45f00deef5637?show_docid=b2e45f00deef5637</link>
  <description>
  I have a php driven site that stores data on a temporary basis but, after a week, no longer needs the data or the links to expired data. &lt;br&gt; The ViewData form includes DataList.incl containing the links to the various data files themselves. &lt;br&gt; &amp;lt;a href=&amp;quot;ViewData.html?serial=451 76&amp;quot;&amp;gt;45176&amp;lt;/a&amp;gt;&amp;lt;br&amp;gt; &lt;br&gt; &amp;lt;a href=&amp;quot;ViewData.html?serial=451 77&amp;quot;&amp;gt;45177&amp;lt;/a&amp;gt;&amp;lt;br&amp;gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/web-authoring/browse_thread/thread/368617f949137215</guid>
  <author>
  wmichel...@mac.com
  (Warren Michelsen)
  </author>
  <pubDate>Fri, 06 Aug 2010 17:46:43 UT
</pubDate>
  </item>
  <item>
  <title>Web Authoring on iPhone</title>
  <link>http://groups.google.com/group/web-authoring/browse_thread/thread/8c799b77ab9e8ef6/cb9ff779e600ab42?show_docid=cb9ff779e600ab42</link>
  <description>
  What apps are you using on your iPhone to jot down notes or edit code &lt;br&gt; for your website(s)?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/web-authoring/browse_thread/thread/8c799b77ab9e8ef6</guid>
  <author>
  goo...@american-rc.com
  (webskipper)
  </author>
  <pubDate>Sat, 31 Jul 2010 15:52:55 UT
</pubDate>
  </item>
  <item>
  <title>PHP - Reference to Calling Document?</title>
  <link>http://groups.google.com/group/web-authoring/browse_thread/thread/e398186f4667943c/424a417a7ee3a5ec?show_docid=424a417a7ee3a5ec</link>
  <description>
  Is there a way to reference the document containing the code being evaluated in PHP? &lt;br&gt; For example, is there a generic term to be used in place of &amp;quot;index.html&amp;quot; in the example below to indicate the document wherein this filemtime call resides? &lt;br&gt; instead of: &lt;br&gt; filemtime(&amp;quot;index.html&amp;quot;) &lt;br&gt; filemtime($RefToMe) &lt;br&gt; Any such thing exist?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/web-authoring/browse_thread/thread/e398186f4667943c</guid>
  <author>
  wmichel...@mac.com
  (Warren Michelsen)
  </author>
  <pubDate>Sat, 10 Jul 2010 16:16:08 UT
</pubDate>
  </item>
  <item>
  <title>JavaScript Form Help</title>
  <link>http://groups.google.com/group/web-authoring/browse_thread/thread/6064650864927202/4f2d8ceb7e8ef684?show_docid=4f2d8ceb7e8ef684</link>
  <description>
  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. &lt;br&gt; The JS builds the Day selector with the appropriate number of days based on the value of the month selector. &lt;br&gt; What I&#39;d like to do it modify the value of the Day selected, if the value selected is less than 10, to add a &amp;quot;0&amp;quot; prefix such that the submitted value will always be two digits, even for days before the 10th of a month.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/web-authoring/browse_thread/thread/6064650864927202</guid>
  <author>
  wmichel...@mac.com
  (Warren Michelsen)
  </author>
  <pubDate>Sat, 10 Jul 2010 18:26:01 UT
</pubDate>
  </item>
  <item>
  <title>php string within string compare</title>
  <link>http://groups.google.com/group/web-authoring/browse_thread/thread/a1d82db08f057bac/27f5894dccd7f09a?show_docid=27f5894dccd7f09a</link>
  <description>
  Within an anchor, I want to embed php code to insert the class into it if particular text is within the requested URI. &lt;br&gt; Example: &lt;br&gt; &amp;lt;a href=&amp;quot;BillOfRights.html&amp;quot;&amp;gt;The Bill Of Rights&amp;lt;/a&amp;gt; &lt;br&gt; would become &lt;br&gt; &amp;lt;a href=&amp;quot;BillOfRights.html&amp;quot; class=&amp;quot;current&amp;quot;&amp;gt;The Bill Of Rights&amp;lt;/a&amp;gt; &lt;br&gt; if the text &amp;quot;BillOfRights&amp;quot; is within the requested URI.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/web-authoring/browse_thread/thread/a1d82db08f057bac</guid>
  <author>
  wmichel...@gmail.com
  (Warren Michelsen)
  </author>
  <pubDate>Tue, 01 Jun 2010 14:04:58 UT
</pubDate>
  </item>
  <item>
  <title>SSI Time Zone?</title>
  <link>http://groups.google.com/group/web-authoring/browse_thread/thread/fab5a565646fb82d/67dd42ec02866a75?show_docid=67dd42ec02866a75</link>
  <description>
  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&#39;s time zone &amp;quot;%Z&amp;quot; but not a way to adjust the time zone for a given site or given include directive. &lt;br&gt; I&#39;m moving my domains to a commercial provider that is, apparently, on EDT, while I&#39;m on MST and I have sites for folks both west and east of me whose sites I will have with this provider.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/web-authoring/browse_thread/thread/fab5a565646fb82d</guid>
  <author>
  wmichel...@gmail.com
  (Warren Michelsen)
  </author>
  <pubDate>Sun, 30 May 2010 15:14:45 UT
</pubDate>
  </item>
  <item>
  <title>e-commerce</title>
  <link>http://groups.google.com/group/web-authoring/browse_thread/thread/c53bda48d304b898/6586ae60f894a940?show_docid=6586ae60f894a940</link>
  <description>
  A feature of many web &amp;quot;stores&amp;quot; is the ability to select items by &lt;br&gt; checking a box, and when a few items have been selected, to then click &lt;br&gt; a &amp;quot;compare&amp;quot; button, at which point the selected items show up side by &lt;br&gt; side on a new page for a line by line comparison. &lt;br&gt; &lt;p&gt;Can that be done in straight HTML with BBEdit? If not, how does one
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/web-authoring/browse_thread/thread/c53bda48d304b898</guid>
  <author>
  sain...@acm.org
  (cutter3cowzip)
  </author>
  <pubDate>Sun, 09 May 2010 00:35:43 UT
</pubDate>
  </item>
  <item>
  <title>how to refer to an iframe&#39;s parent doc?</title>
  <link>http://groups.google.com/group/web-authoring/browse_thread/thread/850652284538b97c/912800f51bfcc47f?show_docid=912800f51bfcc47f</link>
  <description>
  Hi all &lt;br&gt; How can I make a form submission inside an iframe (iframe submitting &lt;br&gt; to itself) cause it&#39;s wrapper a &amp;lt;div&amp;gt;, in the iframe&#39;s *parent doc*, &lt;br&gt; to get its CSS display: set to &#39;none&#39;? Is there a way to refer to an &lt;br&gt; iframe&#39;s parent with JS or HTML? &lt;br&gt; Or how would you approach this? I want to use an iframe rather than a
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/web-authoring/browse_thread/thread/850652284538b97c</guid>
  <author>
  govinda.webdnat...@gmail.com
  (Govinda)
  </author>
  <pubDate>Fri, 09 Apr 2010 22:13:29 UT
</pubDate>
  </item>
  <item>
  <title>doesn&#39;t display:none mean that underlying links are clickable again?</title>
  <link>http://groups.google.com/group/web-authoring/browse_thread/thread/9a0b1972e5cd1b5c/37e56412b4e5614e?show_docid=37e56412b4e5614e</link>
  <description>
  HI all &lt;br&gt; I made a test page to show better what I am having trouble with: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.sleeperhouse.com/GovindaTest_hideDiviframe.tpl&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; ...stripped down to focus on the issue. Just try this: &lt;br&gt; - hover over the link on the page to see it is hyperlinked. &lt;br&gt; - click the envelope, and then submit the form that pops up (which
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/web-authoring/browse_thread/thread/9a0b1972e5cd1b5c</guid>
  <author>
  govinda.webdnat...@gmail.com
  (Govinda)
  </author>
  <pubDate>Fri, 09 Apr 2010 20:05:21 UT
</pubDate>
  </item>
  </channel>
</rss>
