<?xml version="1.0" encoding="utf-8" ?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">

    <title type="text">ExpressionEngine Community Forums</title>
    <link rel="alternate" type="text/html" href="http://expressionengine.com/forums/" />
    <link rel="self" type="application/atom+xml" href="http://expressionengine.com/forums/atom/" />
    <updated>2008-06-11T10:30:39Z</updated>
    <rights>Copyright (c) 2008</rights>
    <generator uri="http://www.pmachine.com/" version="1.6.3">ExpressionEngine</generator>
    <id>tag:expressionengine.com,2008:10:11</id>


    <entry>
      <title>phpThumb and caching issues&#8230;seeking advice&#8230;</title>
      <link rel="alternate" type="text/html" href="http://expressionengine.com/forums/viewthread/82056/" />      
      <id>tag:expressionengine.com,2008:forums/viewthread/.82056</id>
      <published>2008-06-11T10:26:10Z</published>
      <updated>2008-06-11T10:30:39Z</updated>
      <author><name>hothousegraphix</name></author>
      <content type="html">
      <![CDATA[
        <p>First, I realize this is not a CSS/html specific issue, and I am certainly aware this has nothing to do with EE itself; but I know there are a bunch of folks who use phpThumb and swear by it.</p>

<p>I&#8217;ve, on several projects, experienced a problem where <b>&#8220;it seems&#8221;</b> as if phpThumb builds the each image on every page load rather than calling the image from it&#8217;s cache. A latest example of this is <a href="http://www.fashiondiner.com">here</a> just above the footer where recent member avatars are displayed. You can see each one load in.</p>

<p>I&#8217;m not sure if this is simply expected behavior or not; however, I have worked on projects where a greater number of much larger images do not display this behavior with phpThumb.</p>

<p>How can I ensure that the cached image is called rather than having the image recreated on every page load.</p>

<p>phpThumb cache directory permissions are set to &#8220;777&#8221; and .../demo/phpThumb.demo.check.php confirms that the cache directory: exists, is readable, and is writable.</p>

<p>I don&#8217;t believe I&#8217;m doing anything out of the ordinary to the image with respect to how I&#8217;m applying phpThumbs parameters. Below are some examples:<br />
</p><div class="codeblock"><code><span style="color: #000000">
<span style="color: #FF8000">//using relative path from root thru scripts directory to phpThumb<br /></span><span style="color: #007700">/</span><span style="color: #0000BB">scripts</span><span style="color: #007700">/</span><span style="color: #0000BB">phpThumb</span><span style="color: #007700">/</span><span style="color: #0000BB">phpThumb</span><span style="color: #007700">.</span><span style="color: #0000BB">php</span><span style="color: #007700">?</span><span style="color: #0000BB">src</span><span style="color: #007700">=/</span><span style="color: #0000BB">images</span><span style="color: #007700">/</span><span style="color: #0000BB">avatars</span><span style="color: #007700">/</span><span style="color: #0000BB">uploads</span><span style="color: #007700">/</span><span style="color: #0000BB">avatar_9</span><span style="color: #007700">.</span><span style="color: #0000BB">jpg</span><span style="color: #007700">&amp;</span><span style="color: #0000BB">amp</span><span style="color: #007700">;</span><span style="color: #0000BB">w</span><span style="color: #007700">=</span><span style="color: #0000BB">32</span><span style="color: #007700">&amp;</span><span style="color: #0000BB">amp</span><span style="color: #007700">;</span><span style="color: #0000BB">h</span><span style="color: #007700">=</span><span style="color: #0000BB">32</span><span style="color: #007700">&amp;</span><span style="color: #0000BB">amp</span><span style="color: #007700">;</span><span style="color: #0000BB">zc</span><span style="color: #007700">=</span><span style="color: #0000BB">1</span><span style="color: #007700">&amp;</span><span style="color: #0000BB">amp</span><span style="color: #007700">;</span><span style="color: #0000BB">fltr&#91;&#93;</span><span style="color: #007700">=</span><span style="color: #0000BB">usm</span><span style="color: #007700">|</span><span style="color: #0000BB">20</span><span style="color: #007700">|</span><span style="color: #0000BB">0.5</span><span style="color: #007700">|</span><span style="color: #0000BB">3</span><span style="color: #007700">&amp;</span><span style="color: #0000BB">amp</span><span style="color: #007700">;</span><span style="color: #0000BB">q</span><span style="color: #007700">=</span><span style="color: #0000BB">95<br /></span><span style="color: #007700">or<br />/</span><span style="color: #0000BB">scripts</span><span style="color: #007700">/</span><span style="color: #0000BB">phpThumb</span><span style="color: #007700">/</span><span style="color: #0000BB">phpThumb</span><span style="color: #007700">.</span><span style="color: #0000BB">php</span><span style="color: #007700">?</span><span style="color: #0000BB">src</span><span style="color: #007700">=/</span><span style="color: #0000BB">images</span><span style="color: #007700">/</span><span style="color: #0000BB">uploads</span><span style="color: #007700">/</span><span style="color: #0000BB">articles</span><span style="color: #007700">/</span><span style="color: #0000BB">Bandhej</span><span style="color: #007700">.</span><span style="color: #0000BB">jpg</span><span style="color: #007700">&amp;</span><span style="color: #0000BB">amp</span><span style="color: #007700">;</span><span style="color: #0000BB">w</span><span style="color: #007700">=</span><span style="color: #0000BB">246</span><span style="color: #007700">&amp;</span><span style="color: #0000BB">amp</span><span style="color: #007700">;</span><span style="color: #0000BB">h</span><span style="color: #007700">=</span><span style="color: #0000BB">144</span><span style="color: #007700">&amp;</span><span style="color: #0000BB">amp</span><span style="color: #007700">;</span><span style="color: #0000BB">zc</span><span style="color: #007700">=</span><span style="color: #0000BB">1</span><span style="color: #007700">&amp;</span><span style="color: #0000BB">amp</span><span style="color: #007700">;</span><span style="color: #0000BB">fltr&#91;&#93;</span><span style="color: #007700">=</span><span style="color: #0000BB">usm</span><span style="color: #007700">|</span><span style="color: #0000BB">20</span><span style="color: #007700">|</span><span style="color: #0000BB">0.5</span><span style="color: #007700">|</span><span style="color: #0000BB">3</span><span style="color: #007700">&amp;</span><span style="color: #0000BB">amp</span><span style="color: #007700">;</span><span style="color: #0000BB">q</span><span style="color: #007700">=</span><span style="color: #0000BB">95<br /></span><span style="color: #FF8000">//other than size settings the only parameters I'm applying are and unsharpen mask filter and the quality is bumped up from its default of 75% to 95% </span>
</span>
</code></div><p><br />
I have changed nothing within the config file. This situation should not require setting &#8216;cache_maxsize&#8217; and &#8216;cache_maxfiles&#8217; to &#8220;null&#8221; as I&#8217;m not dealing with a huge number of images.</p>

<p>Could someone provide some insight?</p>

<p>Thank you.</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Aquaria Photography Site</title>
      <link rel="alternate" type="text/html" href="http://expressionengine.com/forums/viewthread/93608/" />      
      <id>tag:expressionengine.com,2008:forums/viewthread/.93608</id>
      <published>2008-10-11T17:14:42Z</published>
      <updated></updated>
      <author><name>J Petry</name></author>
      <content type="html">
      <![CDATA[
        <p>Hello Everyone:</p>

<p>I am looking for some suggestions on how to go about setting up a site for a prospective client we have.&nbsp; The client is a photographer for another one of our prospective clients.&nbsp; The photographer is looking for a way to sell his photos specially targeting the aquarium service and maintenance industry.&nbsp; </p>

<p>We have discussed with him setting up a site similar to iStock pricing structure.&nbsp; We know that it may only be a small niche group, but he does want to be in full control of this photos as well as the site.&nbsp; </p>

<p>With that in mind we decided it would be best to give him a site developed in EE, but I recently noticed that the ecommerce solutions for EE have been basically stopped in production.&nbsp; I have looked at FoxyCart and I think that may be a solution to the problem.&nbsp; </p>

<p>I am looking for any suggestions that anyone has for this project.&nbsp; If you have any more questions about the pricing structure please let me know.&nbsp; </p>

<p>Finally, if there is anyone who has worked with FoxyCart for their sites in EE or any others, I would like to hear about your experience.&nbsp; </p>

<p>Thanks.</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>jquery show/hide</title>
      <link rel="alternate" type="text/html" href="http://expressionengine.com/forums/viewthread/93567/" />      
      <id>tag:expressionengine.com,2008:forums/viewthread/.93567</id>
      <published>2008-10-11T00:05:42Z</published>
      <updated></updated>
      <author><name>Sean C. Smith</name></author>
      <content type="html">
      <![CDATA[
        <p>I&#8217;m trying to do something with jquery but it just isn&#8217;t working. I&#8217;ve got a list of entry titles that want to be hidden until the user clicks on the h2 tag above it.</p>

<p>Here is the code and the <a href="http://ile05.net/index.php/about/ile/">page</a> where it should be working (bottom right)<br />
</p><div class="codeblock"><code><span style="color: #000000">
<span style="color: #007700">&lt;</span><span style="color: #0000BB">h2 </span><span style="color: #007700">class=</span><span style="color: #DD0000">"toggle"</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">All Teachers</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">h2</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">div </span><span style="color: #007700">class=</span><span style="color: #DD0000">"view"</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">&#123;exp</span><span style="color: #007700">:</span><span style="color: #0000BB">weblog</span><span style="color: #007700">:</span><span style="color: #0000BB">entries weblog</span><span style="color: #007700">=</span><span style="color: #DD0000">"teachers" </span><span style="color: #0000BB">orderby</span><span style="color: #007700">=</span><span style="color: #DD0000">"date" </span><span style="color: #0000BB">sort</span><span style="color: #007700">=</span><span style="color: #DD0000">"desc" </span><span style="color: #0000BB">limit</span><span style="color: #007700">=</span><span style="color: #DD0000">"100" </span><span style="color: #0000BB">status</span><span style="color: #007700">=</span><span style="color: #DD0000">"open" </span><span style="color: #0000BB">dynamic</span><span style="color: #007700">=</span><span style="color: #DD0000">"off" </span><span style="color: #0000BB">disable</span><span style="color: #007700">=</span><span style="color: #DD0000">"member_data|pagination|trackbacks"</span><span style="color: #0000BB">&#125;<br />&nbsp;&nbsp;&nbsp;&nbsp;&#123;categories&#125;</span><span style="color: #007700">&lt;</span><span style="color: #0000BB">h3</span><span style="color: #007700">&gt;&lt;</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;permalink="</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">&#123;title&#125;</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">a</span><span style="color: #007700">&gt;&lt;/</span><span style="color: #0000BB">h3</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">&#123;</span><span style="color: #007700">/</span><span style="color: #0000BB">categories&#125;<br />&nbsp;&nbsp;&nbsp;&nbsp;&#123;</span><span style="color: #007700">/</span><span style="color: #0000BB">exp</span><span style="color: #007700">:</span><span style="color: #0000BB">weblog</span><span style="color: #007700">:</span><span style="color: #0000BB">entries&#125;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">div</span><span style="color: #007700">&gt;<br /><br />&lt;</span><span style="color: #0000BB">scr</span><span style="color: #007700">*</span><span style="color: #0000BB">pt type</span><span style="color: #007700">=</span><span style="color: #DD0000">"text/javascript"</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;$(</span><span style="color: #0000BB">document</span><span style="color: #007700">).</span><span style="color: #0000BB">ready</span><span style="color: #007700">(</span><span style="color: #0000BB">funtion</span><span style="color: #007700">()</span><span style="color: #0000BB">&#123;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">$(</span><span style="color: #DD0000">'div.view'</span><span style="color: #007700">).</span><span style="color: #0000BB">hide</span><span style="color: #007700">();<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$(</span><span style="color: #DD0000">'h2.toggle'</span><span style="color: #007700">).</span><span style="color: #0000BB">click</span><span style="color: #007700">(function()</span><span style="color: #0000BB">&#123;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">$(</span><span style="color: #DD0000">'div.view'</span><span style="color: #007700">).</span><span style="color: #0000BB">show</span><span style="color: #007700">();<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$(</span><span style="color: #0000BB">this</span><span style="color: #007700">).</span><span style="color: #0000BB">hide</span><span style="color: #007700">();<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">&#125;</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">&#125;</span><span style="color: #007700">);<br />&lt;/</span><span style="color: #0000BB">scr</span><span style="color: #007700">*</span><span style="color: #0000BB">pt</span><span style="color: #007700">&gt; </span>
</span>
</code></div><p></p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>jquery not acting right (in style or html) and table help. help!</title>
      <link rel="alternate" type="text/html" href="http://expressionengine.com/forums/viewthread/93576/" />      
      <id>tag:expressionengine.com,2008:forums/viewthread/.93576</id>
      <published>2008-10-11T02:22:49Z</published>
      <updated>2008-10-11T02:24:13Z</updated>
      <author><name>sthig</name></author>
      <content type="html">
      <![CDATA[
        <p>Hi,</p>

<p>I&#8217;m having a bit of problem with jquery.&nbsp; </p>

<p>First things first.&nbsp; I want my tables to look like this<br />
<a href="http://www.thigpendesigns.com/design.html">http://www.thigpendesigns.com/design.html</a></p>

<p>bit they are ending up looking like this<br />
<a href="http://www.thigpendesigns.com/sandbox/index.php/tdez/print/">http://www.thigpendesigns.com/sandbox/index.php/tdez/print/</a></p>

<p>and I don&#8217;t know what gives, I can&#8217;t seem to make it tab over to the next section of the table.&nbsp; Anyone have any ideas.</p>

<p>Second, Jquery is not playing nice.&nbsp; It&#8217;s supposed to have &#8220;close,&#8221; &#8220;prev,&#8221; and &#8220;next&#8221; gifs on it and even though I&#8217;ve referenced them, they are not showing up.&nbsp; I don&#8217;t know what else to do, do (does) anyone have any help regarding this issue?&nbsp; </p>

<p>here are the missing gifs that are uploaded on my site</p>

<p>http://www.thigpendesigns.com/sandbox/images/interface/lightbox-ico-loading.gif<br />
http://www.thigpendesigns.com/sandbox/images/interface/lightbox-btn-prev.gif<br />
http://www.thigpendesigns.com/sandbox/images/interface/lightbox-btn-next.gif<br />
http://www.thigpendesigns.com/sandbox/images/interface/lightbox-btn-close.gif<br />
http://www.thigpendesigns.com/sandbox/images/interface/lightbox-blank.gif</p>

<p>thanks!<br />
Scott</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>background not showing when done in EE (completely lost)</title>
      <link rel="alternate" type="text/html" href="http://expressionengine.com/forums/viewthread/93570/" />      
      <id>tag:expressionengine.com,2008:forums/viewthread/.93570</id>
      <published>2008-10-11T01:04:26Z</published>
      <updated></updated>
      <author><name>sthig</name></author>
      <content type="html">
      <![CDATA[
        <p>okay my static site works just fine and the background comes up just fine but when I do it in EE, it completely disappears in Safari (and I daresay IE).&nbsp; I don&#8217;t know what gives.</p>

<p>here is my site that works in<br />
<a href="http://www.thigpendesigns.com/">http://www.thigpendesigns.com/</a></p>

<p>and here it is where the bg doesn&#8217;t work correctly (and it&#8217;s running EE here)<br />
<a href="http://www.thigpendesigns.com/sandbox/index.php/tdez/index/">http://www.thigpendesigns.com/sandbox/index.php/tdez/index/</a></p>

<p>I don&#8217;t know what gives, the CSS is exactly the same save the path where I made sure the url was exact</p>

<p></p><div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">body &#123;<br />&nbsp;&nbsp;&nbsp;&nbsp;text</span><span style="color: #007700">-</span><span style="color: #0000BB">align</span><span style="color: #007700">: </span><span style="color: #0000BB">center</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">background</span><span style="color: #007700">-</span><span style="color: #0000BB">color</span><span style="color: #007700">: </span><span style="color: #FF8000">#DAD2A8;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">margin</span><span style="color: #007700">: </span><span style="color: #0000BB">0 0 20px 0</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">background</span><span style="color: #007700">-</span><span style="color: #0000BB">image</span><span style="color: #007700">: </span><span style="color: #0000BB">url</span><span style="color: #007700">(</span><span style="color: #0000BB">http</span><span style="color: #007700">:</span><span style="color: #FF8000">//www.thigpendesigns.com/sandbox//images/interface/bg_01.jpg);<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">background</span><span style="color: #007700">-</span><span style="color: #0000BB">repeat</span><span style="color: #007700">: </span><span style="color: #0000BB">no</span><span style="color: #007700">-</span><span style="color: #0000BB">repeat</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">background</span><span style="color: #007700">-</span><span style="color: #0000BB">attachment</span><span style="color: #007700">: </span><span style="color: #0000BB">fixed</span><span style="color: #007700">;<br />&nbsp;&nbsp;</span><span style="color: #0000BB">&#125;<br />&nbsp;&nbsp;<br />&nbsp;&nbsp;body</span><span style="color: #007700">,</span><span style="color: #0000BB">td</span><span style="color: #007700">,</span><span style="color: #0000BB">th &#123;<br />&nbsp;&nbsp;&nbsp;&nbsp;font</span><span style="color: #007700">-</span><span style="color: #0000BB">size</span><span style="color: #007700">: </span><span style="color: #0000BB">80</span><span style="color: #007700">%;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">font</span><span style="color: #007700">-</span><span style="color: #0000BB">family</span><span style="color: #007700">: </span><span style="color: #0000BB">Verdana</span><span style="color: #007700">, </span><span style="color: #0000BB">Arial</span><span style="color: #007700">, </span><span style="color: #0000BB">Helvetica</span><span style="color: #007700">, </span><span style="color: #0000BB">sans</span><span style="color: #007700">-</span><span style="color: #0000BB">serif</span><span style="color: #007700">;<br /></span><span style="color: #0000BB">&#125; </span>
</span>
</code></div><p></p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Jquery Sifr Plugin Help Requested</title>
      <link rel="alternate" type="text/html" href="http://expressionengine.com/forums/viewthread/84124/" />      
      <id>tag:expressionengine.com,2008:forums/viewthread/.84124</id>
      <published>2008-07-03T10:19:07Z</published>
      <updated>2008-07-03T10:21:25Z</updated>
      <author><name>bluelena69</name></author>
      <content type="html">
      <![CDATA[
        <p>I am trying to configure and execute SIFR replacement via the newest version of the Gilles Van der Hoven&#8217;s <a href="http://jquery.thewikies.com/sifr/">JQuery SIFR</a> plugin. I am not yet really comfortable with Jquery and might be making a fundamental mistake or omission but I just cannot get it to work. I am trying to target  the following &lt;h3&gt; entry titles:</p>

<p></p><div class="codeblock"><code><span style="color: #000000">
<span style="color: #007700">&lt;!-- </span><span style="color: #0000BB">entry </span><span style="color: #007700">--&gt;<br />&lt;</span><span style="color: #0000BB">div </span><span style="color: #007700">class=</span><span style="color: #DD0000">"entry"</span><span style="color: #007700">&gt;<br />&lt;</span><span style="color: #0000BB">div </span><span style="color: #007700">class=</span><span style="color: #DD0000">"entry-title"</span><span style="color: #007700">&gt;&lt;</span><span style="color: #0000BB">h3</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">&#123;title&#125;</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">h3</span><span style="color: #007700">&gt;&lt;/</span><span style="color: #0000BB">div</span><span style="color: #007700">&gt;<br /></span><span style="color: #0000BB">&#123;summary&#125;<br />&#123;body&#125;<br />&#123;extended&#125;<br /></span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">div</span><span style="color: #007700">&gt;<br />&lt;!-- </span><span style="color: #0000BB">entry </span><span style="color: #007700">--&gt;...... </span>
</span>
</code></div><p></p>

<p>I will outline the basic scenario, including the location of everything.</p>

<p>All of my scripts live in a folder called &#8220;scripts.&#8221;<br />
My fonts are located in a folder called &#8220;fonts.&#8221;<br />
Both of these folders are at the root, or the same directory as my system folder<br />
I am calling all of my header information via a template referenced as &#8220;includes/html_head.&#8221;<br />
This template includes my doctype, &lt;title&gt; and stylesheet information, followed by:</p>

<p></p><div class="codeblock"><code><span style="color: #000000">
<span style="color: #007700">&lt;</span><span style="color: #0000BB">scr</span><span style="color: #007700">*</span><span style="color: #0000BB">pt type</span><span style="color: #007700">=</span><span style="color: #DD0000">"text/javascript" </span><span style="color: #0000BB">src</span><span style="color: #007700">=</span><span style="color: #DD0000">"/scripts/jquery.js"</span><span style="color: #007700">&gt;&lt;/</span><span style="color: #0000BB">scr</span><span style="color: #007700">*</span><span style="color: #0000BB">pt</span><span style="color: #007700">&gt; <br />&lt;</span><span style="color: #0000BB">scr</span><span style="color: #007700">*</span><span style="color: #0000BB">pt type</span><span style="color: #007700">=</span><span style="color: #DD0000">"text/javascript" </span><span style="color: #0000BB">src</span><span style="color: #007700">=</span><span style="color: #DD0000">"/scripts/jquery.flash.js"</span><span style="color: #007700">&gt;&lt;/</span><span style="color: #0000BB">scr</span><span style="color: #007700">*</span><span style="color: #0000BB">pt</span><span style="color: #007700">&gt;<br />&lt;</span><span style="color: #0000BB">scr</span><span style="color: #007700">*</span><span style="color: #0000BB">pt type</span><span style="color: #007700">=</span><span style="color: #DD0000">"text/javascript" </span><span style="color: #0000BB">src</span><span style="color: #007700">=</span><span style="color: #DD0000">"/scripts/jquery.sifr.js"</span><span style="color: #007700">&gt;&lt;/</span><span style="color: #0000BB">scr</span><span style="color: #007700">*</span><span style="color: #0000BB">pt</span><span style="color: #007700">&gt;<br />&lt;</span><span style="color: #0000BB">scr</span><span style="color: #007700">*</span><span style="color: #0000BB">pt type</span><span style="color: #007700">=</span><span style="color: #DD0000">"text/javascript" </span><span style="color: #0000BB">src</span><span style="color: #007700">=</span><span style="color: #DD0000">"/scripts/jquery.browser.js"</span><span style="color: #007700">&gt;&lt;/</span><span style="color: #0000BB">scr</span><span style="color: #007700">*</span><span style="color: #0000BB">pt</span><span style="color: #007700">&gt;<br />&lt;</span><span style="color: #0000BB">scr</span><span style="color: #007700">*</span><span style="color: #0000BB">pt type</span><span style="color: #007700">=</span><span style="color: #DD0000">"text/javascript" </span><span style="color: #0000BB">src</span><span style="color: #007700">=</span><span style="color: #DD0000">"eesys/extensions/markitup/jquery.markitup.js"</span><span style="color: #007700">&gt;&lt;/</span><span style="color: #0000BB">scr</span><span style="color: #007700">*</span><span style="color: #0000BB">pt</span><span style="color: #007700">&gt;<br />&lt;</span><span style="color: #0000BB">scr</span><span style="color: #007700">*</span><span style="color: #0000BB">pt type</span><span style="color: #007700">=</span><span style="color: #DD0000">"text/javascript"</span><span style="color: #007700">&gt;<br />$(</span><span style="color: #DD0000">'document'</span><span style="color: #007700">).</span><span style="color: #0000BB">ready</span><span style="color: #007700">(function(); <br />$(</span><span style="color: #DD0000">'h3'</span><span style="color: #007700">).</span><span style="color: #0000BB">sifr</span><span style="color: #007700">(</span><span style="color: #0000BB">&#123;path</span><span style="color: #007700">: </span><span style="color: #DD0000">'/fonts/Medici.swf'</span><span style="color: #0000BB">&#125;</span><span style="color: #007700">);<br />&lt;/</span><span style="color: #0000BB">scr</span><span style="color: #007700">*</span><span style="color: #0000BB">pt</span><span style="color: #007700">&gt; <br />&lt;/</span><span style="color: #0000BB">head</span><span style="color: #007700">&gt; </span>
</span>
</code></div><p></p>

<p>Can anyone identify why I am not getting any love here? Could anyone suggest an altogether better way to execute the whole shebang? I plan to employ more Jquery functionality as my abilities grow, so I might as well get everything set up right now. </p>

<p>I would appreciate any assistance you kind folks could provide.</p>

<p>Cheers-John</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Can&#8217;t display comments in one line</title>
      <link rel="alternate" type="text/html" href="http://expressionengine.com/forums/viewthread/93435/" />      
      <id>tag:expressionengine.com,2008:forums/viewthread/.93435</id>
      <published>2008-10-09T15:50:35Z</published>
      <updated>2008-10-09T15:51:32Z</updated>
      <author><name>phototacular</name></author>
      <content type="html">
      <![CDATA[
        <p>I&#8217;m trying to display each comment in one line but no matter what I the author, date, and comment always get separated into separated lines:</p>

<p>The page is here: <a href="http://www.phototacular.com">http://www.phototacular.com</a> (click on show comments)</p>

<p></p><div class="codeblock"><code><span style="color: #000000">
<span style="color: #007700">&lt;</span><span style="color: #0000BB">div id</span><span style="color: #007700">=</span><span style="color: #DD0000">"comments&#123;entry_id&#125;" </span><span style="color: #0000BB">style</span><span style="color: #007700">=</span><span style="color: #DD0000">"display:none;"</span><span style="color: #007700">&gt;<br />&lt;</span><span style="color: #0000BB">ul </span><span style="color: #007700">class=</span><span style="color: #DD0000">"commentlist"<br /></span><span style="color: #0000BB">&#123;exp</span><span style="color: #007700">:</span><span style="color: #0000BB">comment</span><span style="color: #007700">:</span><span style="color: #0000BB">entries weblog</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;my_weblog&#125;" </span><span style="color: #0000BB">entry_id</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;entry_id&#125;"</span><span style="color: #0000BB">&#125;<br /></span><span style="color: #007700">&lt;</span><span style="color: #0000BB">li</span><span style="color: #007700">&gt;<br /></span><span style="color: #0000BB">&#123;author&#125;</span><span style="color: #007700">:</span><span style="color: #0000BB">&#123;comment&#125;</span><span style="color: #007700">-</span><span style="color: #0000BB">&#123;comment_date format</span><span style="color: #007700">=</span><span style="color: #DD0000">'%m/%d'</span><span style="color: #0000BB">&#125; on &#123;comment_date format</span><span style="color: #007700">=</span><span style="color: #DD0000">'%h:%i %A'</span><span style="color: #0000BB">&#125;<br /></span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">li</span><span style="color: #007700">&gt;<br /></span><span style="color: #0000BB">&#123;</span><span style="color: #007700">/</span><span style="color: #0000BB">exp</span><span style="color: #007700">:</span><span style="color: #0000BB">comment</span><span style="color: #007700">:</span><span style="color: #0000BB">entries&#125;<br /></span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">ul</span><span style="color: #007700">&gt;<br />&lt;/</span><span style="color: #0000BB">div</span><span style="color: #007700">&gt; &lt;!--</span><span style="color: #0000BB">Comments</span><span style="color: #007700">--&gt; </span>
</span>
</code></div><p></p>

<p>and the style:</p>

<p></p><div class="codeblock"><code><span style="color: #000000">
<span style="color: #007700">.</span><span style="color: #0000BB">commentlist<br />&#123;<br />&nbsp;&nbsp;&nbsp;&nbsp;margin</span><span style="color: #007700">:</span><span style="color: #0000BB">20px auto</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;list-</span><span style="color: #0000BB">style</span><span style="color: #007700">-</span><span style="color: #0000BB">type</span><span style="color: #007700">:</span><span style="color: #0000BB">none</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">background</span><span style="color: #007700">: </span><span style="color: #FF8000">#F0F8FF;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">max</span><span style="color: #007700">-</span><span style="color: #0000BB">height</span><span style="color: #007700">: </span><span style="color: #0000BB">200px</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">clear</span><span style="color: #007700">:</span><span style="color: #0000BB">both</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">overflow</span><span style="color: #007700">: </span><span style="color: #0000BB">auto</span><span style="color: #007700">;<br /></span><span style="color: #0000BB">&#125;<br /><br /></span><span style="color: #007700">.</span><span style="color: #0000BB">commentlist li<br />&#123;<br />&nbsp;&nbsp;&nbsp;&nbsp;padding</span><span style="color: #007700">: </span><span style="color: #0000BB">2px</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">color</span><span style="color: #007700">: </span><span style="color: #FF8000">#444;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">font</span><span style="color: #007700">-</span><span style="color: #0000BB">size</span><span style="color: #007700">: </span><span style="color: #0000BB">.9em</span><span style="color: #007700">;<br /></span><span style="color: #0000BB">&#125; </span>
</span>
</code></div><p></p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Opera 9.6 and footer</title>
      <link rel="alternate" type="text/html" href="http://expressionengine.com/forums/viewthread/93401/" />      
      <id>tag:expressionengine.com,2008:forums/viewthread/.93401</id>
      <published>2008-10-09T09:57:54Z</published>
      <updated></updated>
      <author><name>tuittu</name></author>
      <content type="html">
      <![CDATA[
        <p>In all other browsers my background image in &#8220;footer&#8221; shows as is, but wiht Opera 9.6 there is nothing for ya =)</p>

<p>Ideas with <a href="http://www.luontotupa.net/index.php">this one?</a></p>

<p>Thanks:<br />
-&nbsp; Tuittu</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>displaying a custom weblog field in facebox</title>
      <link rel="alternate" type="text/html" href="http://expressionengine.com/forums/viewthread/93338/" />      
      <id>tag:expressionengine.com,2008:forums/viewthread/.93338</id>
      <published>2008-10-08T20:11:24Z</published>
      <updated>2008-10-09T01:28:06Z</updated>
      <author><name>Alli</name></author>
      <content type="html">
      <![CDATA[
        <p>Hi</p>

<p>I have a music weblog with a custom field called &#8216;lyrics&#8217; that I would like to display using jquery facebox.</p>

<p>I am using the following code:</p>

<p></p><div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">&#123;exp</span><span style="color: #007700">:</span><span style="color: #0000BB">weblog</span><span style="color: #007700">:</span><span style="color: #0000BB">entries weblog</span><span style="color: #007700">=</span><span style="color: #DD0000">"music" </span><span style="color: #0000BB">orderby</span><span style="color: #007700">=</span><span style="color: #DD0000">"title" </span><span style="color: #0000BB">sort</span><span style="color: #007700">=</span><span style="color: #DD0000">"asc"</span><span style="color: #0000BB">&#125;<br /></span><span style="color: #007700">&lt;</span><span style="color: #0000BB">h3</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">&#123;title&#125;</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">h3</span><span style="color: #007700">&gt; <br />&lt;</span><span style="color: #0000BB">p</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">Written By</span><span style="color: #007700">: </span><span style="color: #0000BB">&#123;writtenby&#125;</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">p</span><span style="color: #007700">&gt;<br /><br />&lt;</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;lyrics&#125;" </span><span style="color: #0000BB">rel</span><span style="color: #007700">=</span><span style="color: #DD0000">"facebox"</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">Lyrics</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">a</span><span style="color: #007700">&gt;<br /></span><span style="color: #0000BB">&#123;</span><span style="color: #007700">/</span><span style="color: #0000BB">exp</span><span style="color: #007700">:</span><span style="color: #0000BB">weblog</span><span style="color: #007700">:</span><span style="color: #0000BB">entries&#125; </span>
</span>
</code></div><p></p>

<p>The info all displays but when I click on the lyrics link I get a blank page. <br />
I think I am linked to the javascript and css correctly.<br />
Can anyone suggest what I am doing wrong?</p>

<p>Thanks</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Login redirect</title>
      <link rel="alternate" type="text/html" href="http://expressionengine.com/forums/viewthread/93372/" />      
      <id>tag:expressionengine.com,2008:forums/viewthread/.93372</id>
      <published>2008-10-09T05:49:59Z</published>
      <updated></updated>
      <author><name>Avril</name></author>
      <content type="html">
      <![CDATA[
        <p>Hi,</p>

<p>I was looking on how to change the layout of the login redirect.<br />
Standard it is a plain white page with the mention of &#8220;you will be redirected&#8221;.</p>

<p>Where can I change the layout of that?</p>
      ]]>
      </content>
    </entry>


</feed>