On 23-Jan-10 09:50, Richard D. Worth wrote:

Or will it send
out a notice of each post, regardless of logged-in status?

Pull vs. push. So it will send it out when requested, via RSS.

Is that supposed to be a joke? The RSS feed is provided in HTML
format (a sample is provided below), for a group that routinely
posts snippets of code that must be displayed, not rendered.

Look at this (from below):
a href="ajax/1.html"&gt;Tab 2&lt;/a&gt;&lt;/li&gt;<br>&nbsp;&nbsp;

It is illegible. Am I the only one to think cricket bats, helmets
and horses in a water polo game, would be more appropriate?

I dare you to provide a compelling argument for why this is better
than a mailing list that understands plain text - for any user, any
user at all. Including users with admin/moderator status. Because I
don't think you (or anyone else) can.

Ulex

--

<html>
  <head>
    <title>AJAX tabs - Can you use a web URL as ref for a tab</title>
    <style type="text/css">
      body {
        margin: 0;
        border: none;
        padding: 0;
      }


      iframe {
        margin: 0;
        border: none;
        padding: 0;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
      }
      #content {
        display: none;
      }

    </style>
  </head>
  <body>


<iframe id ="_mailrssiframe" src="http://forum.jquery.com/topic/ajax-tabs-can-you-use-a-web-url-as-ref-for-a-tab#14737000000658376";></iframe>
    <div id="content">
<div><p>I tried to modify the tabs demo in the jquery 1.8b release to simply take the content from a remote URL reference, see below for Tab 3:-<br></p><p>&nbsp;&nbsp; &lt;li&gt;&lt;a href="#tabs-1"&gt;Tab 1&lt;/a&gt;&lt;/li&gt;<br>&nbsp;&nbsp; &lt;li&gt;&lt;a href="ajax/1.html"&gt;Tab 2&lt;/a&gt;&lt;/li&gt;<br>&nbsp;&nbsp; &lt;li&gt;&lt;a href="http://www.netfm.org/docs/VERSION.txtl"; title="test div"&gt;Tab 3&lt;/a&gt;&lt;/li&gt;</p><p>Tab 3 fails to load the "VERSION.txtl" content which is available from URL location given in the href.</p><p>I am completely missing the point with ajax tabs ?</p><p>thx for the help - dave</p><p>.<br><br></p></div>
    </div>

  </body>
</html>

--
You received this message because you are subscribed to the Google Groups "jQuery 
UI" group.
To post to this group, send email to jquery...@googlegroups.com.
To unsubscribe from this group, send email to 
jquery-ui+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en.

Reply via email to