<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
 <generator>http://textpattern.com/</generator>
 <title>Textpattern Tips – Accessible image display</title>
 <description>Accessible image display - comments</description>
 <link>https://textpattern.tips/accessible-image-display</link>
 <atom:link href="https://textpattern.tips/accessible-image-display?f=comment-feed" rel="self" type="application/rss+xml" />
 <pubDate>Thu, 14 Jun 12 00:12:14 +0000</pubDate>

 <item>
     <title>Comment on Accessible image display by Jonathan Stubbs</title>
     <link><a href="https://textpattern.tips/accessible-image-display#c001104" id="c001104">1</a></link>
     <guid><a href="https://textpattern.tips/accessible-image-display#c001104" id="c001104">1</a></guid>
     <pubDate>Sun, 10 Jun 12 04:43:00 +0000</pubDate>
     <description><![CDATA[<p>This tutorial has been updated today as the cookie method outlined had some security implications. Thanks to Jukka for pointing this out.</p>]]></description>
     <content:encoded><![CDATA[<p>This tutorial has been updated today as the cookie method outlined had some security implications. Thanks to Jukka for pointing this out.</p>]]></content:encoded>
     <dc:creator><a rel="nofollow" href="http://jonathanstubbs.com">Jonathan Stubbs</a></dc:creator>
 
</item>
<item>
     <title>Comment on Accessible image display by Zero</title>
     <link><a href="https://textpattern.tips/accessible-image-display#c001105" id="c001105">1</a></link>
     <guid><a href="https://textpattern.tips/accessible-image-display#c001105" id="c001105">1</a></guid>
     <pubDate>Sun, 10 Jun 12 18:33:56 +0000</pubDate>
     <description><![CDATA[<p>If <code>smd_lately</code> does not fit the bill for you because of Visitor Logs having to be on, I found an alternative. You can read about it on the <a href="http://forum.textpattern.com/viewtopic.php?pid=261898#p261898" rel="nofollow">forum</a> but it is peculiar to my setup where my image categories are the same as the url_titles. But it might give some clue to help with your own setup.</p>]]></description>
     <content:encoded><![CDATA[<p>If <code>smd_lately</code> does not fit the bill for you because of Visitor Logs having to be on, I found an alternative. You can read about it on the <a href="http://forum.textpattern.com/viewtopic.php?pid=261898#p261898" rel="nofollow">forum</a> but it is peculiar to my setup where my image categories are the same as the url_titles. But it might give some clue to help with your own setup.</p>]]></content:encoded>
     <dc:creator><a rel="nofollow" href="https://wondroushealing.com/">Zero</a></dc:creator>
 
</item>
<item>
     <title>Comment on Accessible image display by MattD</title>
     <link><a href="https://textpattern.tips/accessible-image-display#c001106" id="c001106">1</a></link>
     <guid><a href="https://textpattern.tips/accessible-image-display#c001106" id="c001106">1</a></guid>
     <pubDate>Mon, 11 Jun 12 14:15:51 +0000</pubDate>
     <description><![CDATA[<p>Spelt my last name wrong but thanks for the mention. Glad I was helpful!</p>]]></description>
     <content:encoded><![CDATA[<p>Spelt my last name wrong but thanks for the mention. Glad I was helpful!</p>]]></content:encoded>
     <dc:creator><a rel="nofollow" href="http://photographdaddy.com">MattD</a></dc:creator>
 
</item>
<item>
     <title>Comment on Accessible image display by Jonathan Stubbs</title>
     <link><a href="https://textpattern.tips/accessible-image-display#c001107" id="c001107">1</a></link>
     <guid><a href="https://textpattern.tips/accessible-image-display#c001107" id="c001107">1</a></guid>
     <pubDate>Tue, 12 Jun 12 00:14:13 +0000</pubDate>
     <description><![CDATA[<p>@MattD &#8211; changed to Davis! Sorry about that&#8230;..!</p>]]></description>
     <content:encoded><![CDATA[<p>@MattD &#8211; changed to Davis! Sorry about that&#8230;..!</p>]]></content:encoded>
     <dc:creator><a rel="nofollow" href="http://jonathanstubbs.com">Jonathan Stubbs</a></dc:creator>
 
</item>
<item>
     <title>Comment on Accessible image display by etc</title>
     <link><a href="https://textpattern.tips/accessible-image-display#c001109" id="c001109">1</a></link>
     <guid><a href="https://textpattern.tips/accessible-image-display#c001109" id="c001109">1</a></guid>
     <pubDate>Tue, 12 Jun 12 07:51:00 +0000</pubDate>
     <description><![CDATA[<p>You do not have to (actually shouldn&#8217;t) split <code>etc_query</code>, since it can be used as container:</p><pre><code>&lt;txp:etc_query data='&lt;txp:variable name="imgnav" /&gt;'  query="a[@data-id='{?pic}']"&gt;
  {preceding-sibling::a[1]}
  &lt;txp:smd_lately exclude="host:like:photos" by="" wraptag="" break="span" limit="1"&gt;
    &lt;txp:permlink&gt;Leave gallery&lt;/txp:permlink&gt;
  &lt;/txp:smd_lately&gt;
  {following-sibling::a[1]}
&lt;/txp:etc_query&gt;
</code></pre>]]></description>
     <content:encoded><![CDATA[<p>You do not have to (actually shouldn&#8217;t) split <code>etc_query</code>, since it can be used as container:</p><pre><code>&lt;txp:etc_query data='&lt;txp:variable name="imgnav" /&gt;'  query="a[@data-id='{?pic}']"&gt;
  {preceding-sibling::a[1]}
  &lt;txp:smd_lately exclude="host:like:photos" by="" wraptag="" break="span" limit="1"&gt;
    &lt;txp:permlink&gt;Leave gallery&lt;/txp:permlink&gt;
  &lt;/txp:smd_lately&gt;
  {following-sibling::a[1]}
&lt;/txp:etc_query&gt;
</code></pre>]]></content:encoded>
     <dc:creator><a rel="nofollow" href="http://www.iut-fbleau.fr/projet/etc/">etc</a></dc:creator>
 
</item>
<item>
     <title>Comment on Accessible image display by Zero</title>
     <link><a href="https://textpattern.tips/accessible-image-display#c001112" id="c001112">1</a></link>
     <guid><a href="https://textpattern.tips/accessible-image-display#c001112" id="c001112">1</a></guid>
     <pubDate>Tue, 12 Jun 12 13:44:10 +0000</pubDate>
     <description><![CDATA[<p>Thanks for improving the code Oleg, and thanks for correcting my spelling mistake, Jonathan.</p>]]></description>
     <content:encoded><![CDATA[<p>Thanks for improving the code Oleg, and thanks for correcting my spelling mistake, Jonathan.</p>]]></content:encoded>
     <dc:creator><a rel="nofollow" href="https://wondroushealing.com/">Zero</a></dc:creator>
 
</item>
<item>
     <title>Comment on Accessible image display by Jonathan Stubbs</title>
     <link><a href="https://textpattern.tips/accessible-image-display#c001114" id="c001114">1</a></link>
     <guid><a href="https://textpattern.tips/accessible-image-display#c001114" id="c001114">1</a></guid>
     <pubDate>Wed, 13 Jun 12 00:12:25 +0000</pubDate>
     <description><![CDATA[<p>Zero - would you like me to update the tip and place etc&#8217;s new code before the call to <code>smd_lately</code>?</p>]]></description>
     <content:encoded><![CDATA[<p>Zero - would you like me to update the tip and place etc&#8217;s new code before the call to <code>smd_lately</code>?</p>]]></content:encoded>
     <dc:creator><a rel="nofollow" href="http://jonathanstubbs.com">Jonathan Stubbs</a></dc:creator>
 
</item>
<item>
     <title>Comment on Accessible image display by etc</title>
     <link><a href="https://textpattern.tips/accessible-image-display#c001115" id="c001115">1</a></link>
     <guid><a href="https://textpattern.tips/accessible-image-display#c001115" id="c001115">1</a></guid>
     <pubDate>Wed, 13 Jun 12 06:37:16 +0000</pubDate>
     <description><![CDATA[<p>Zero, Jonathan &#8211; the only reason is that parsing large data (like 10000 image links) can be time-consuming, so we&#8217;d better avoid doing it twice. The difference would hardly be noticeable (~0.005s), but let keep it green.</p>]]></description>
     <content:encoded><![CDATA[<p>Zero, Jonathan &#8211; the only reason is that parsing large data (like 10000 image links) can be time-consuming, so we&#8217;d better avoid doing it twice. The difference would hardly be noticeable (~0.005s), but let keep it green.</p>]]></content:encoded>
     <dc:creator><a rel="nofollow" href="http://www.iut-fbleau.fr/projet/etc/">etc</a></dc:creator>
 
</item>
<item>
     <title>Comment on Accessible image display by Jonathan Stubbs</title>
     <link><a href="https://textpattern.tips/accessible-image-display#c001116" id="c001116">1</a></link>
     <guid><a href="https://textpattern.tips/accessible-image-display#c001116" id="c001116">1</a></guid>
     <pubDate>Thu, 14 Jun 12 00:12:14 +0000</pubDate>
     <description><![CDATA[<p>Thanks @etc &#8211; I&#8217;ve updated the above code as per your request. Any changes &#8211; let me know. Thanks!</p>]]></description>
     <content:encoded><![CDATA[<p>Thanks @etc &#8211; I&#8217;ve updated the above code as per your request. Any changes &#8211; let me know. Thanks!</p>]]></content:encoded>
     <dc:creator><a rel="nofollow" href="http://jonathanstubbs.com">Jonathan Stubbs</a></dc:creator>
 
</item>

</channel>
</rss>