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

    <title type="text">Solspace Support Forums</title>
    <link rel="alternate" type="text/html" href="http://www.solspace.com/forums/" />
    <link rel="self" type="application/atom+xml" href="http://www.solspace.com/forums/atom/" />
    <updated>2008-06-16T07:09:46Z</updated>
    <rights>Copyright (c) 2008</rights>
    <generator uri="http://www.pmachine.com/" version="1.6.0">ExpressionEngine</generator>
    <id>tag:solspace.com,2008:06:16</id>


    <entry>
      <title>Current version is Acronym 1.5.1</title>
      <link rel="alternate" type="text/html" href="http://www.solspace.com/forums/viewthread/1071/" />      
      <id>tag:solspace.com,2008:forums/viewthread/.1071</id>
      <published>2008-06-16T07:07:11Z</published>
      <updated>2008-06-16T07:09:46Z</updated>
      <author><name>Pie Man</name></author>
      <content type="html">
      <![CDATA[
        <p><b><span style="font-size:16px;">Acronym 1.5.1</span></b>
</p>
<blockquote><p>This module allows you to use acronyms in your content with specific behavior. An acronym is usually a letter combination symbolizing one or a few words. An example could be the acronym ‘EE’ for ‘ExpressionEngine’ or ‘AOL’ for ‘America Online’. 
</p>
<p>
With the standard use of the module an acronym in your content that matches an acronym definition as defined in your list will be displayed underlined. When the user places the cursor over the acronym the cursor will transform into a question mark and the acronym description will appear in a title box.
<br />
</p></blockquote>
<p>
» Current Version: <b>1.5.1</b>
</p>
<p>
» Compatibility: <b>ExpressionEngine 1.6.3</b>
</p>
<p>
» Price: <b>Free</b> (<a href="http://www.solspace.com/software/detail/acronym/">Donate</a>)
</p>
<p>
<span style="color:gray;">---------------------------------------------------------------------------------</span>
</p>
<p>
» <a href="http://www.solspace.com/software/detail/acronym/c/modules/">Details</a> | <a href="http://www.solspace.com/software/detail/acronym/c/modules/">Donate</a> | <a href="http://www.solspace.com/software/detail/acronym/c/modules/">Download</a>
</p>
<p>
» <a href="http://www.solspace.com/docs/c/Acronym">Documentation</a>
</p>
<p>
<span style="color:red;">---------------------------------------------------------------------------------</span>
<br />
<b><a href="http://www.solspace.com/forums/subscribe/1071/">Click here to Subscribe for Updates!</a></b>
<br />
<span style="color:red;">---------------------------------------------------------------------------------</span>
</p>
<p>
<b><span style="font-size:16px;">Acronym Change Log</span></b>
</p>
<p>
<a href="http://www.solspace.com/forums/viewthread/1071/#5066">Version 1.5.1</a> (June 16, 2008)
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Error when installing Module</title>
      <link rel="alternate" type="text/html" href="http://www.solspace.com/forums/viewthread/830/" />      
      <id>tag:solspace.com,2008:forums/viewthread/.830</id>
      <published>2008-04-03T12:55:14Z</published>
      <updated></updated>
      <author><name>Sue Crocker</name></author>
      <content type="html">
      <![CDATA[
        <p>I get the following error when attempting to install Acronym:
</p>
<p>
</p><div class="codeblock"><code>
<span style="color: #0000BB">Parse error</span><span style="color: #007700">: </span><span style="color: #0000BB">syntax error</span><span style="color: #007700">, </span><span style="color: #0000BB">unexpected T_IF in </span><span style="color: #007700">/</span><span style="color: #0000BB">www</span><span style="color: #007700">/</span><span style="color: #0000BB">eh7510</span><span style="color: #007700">/</span><span style="color: #0000BB">public_html</span><span style="color: #007700">/</span><span style="color: #0000BB">system</span><span style="color: #007700">/</span><span style="color: #0000BB">modules</span><span style="color: #007700">/</span><span style="color: #0000BB">acronym</span><span style="color: #007700">/</span><span style="color: #0000BB">mcp</span><span style="color: #007700">.</span><span style="color: #0000BB">acronym</span><span style="color: #007700">.</span><span style="color: #0000BB">php on line 1</span>
</code></div><p>
</p>
<p>
New install of 1.6.3 on EngineHosting.
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Optimized Acronym module</title>
      <link rel="alternate" type="text/html" href="http://www.solspace.com/forums/viewthread/1067/" />      
      <id>tag:solspace.com,2008:forums/viewthread/.1067</id>
      <published>2008-06-13T17:02:12Z</published>
      <updated>2008-06-13T17:36:32Z</updated>
      <author><name>NeverPanic</name></author>
      <content type="html">
      <![CDATA[
        <p>Hi Solspace,
</p>
<p>
I recently noticed my site&#8217;s performance was pretty bad. I activated some ExpressionEngine debug output and saw the Acronym module ran two queries for each exp:acronym tag being used in the templates.
<br />
So I had a look at the source code and made some modifications for better performance as advised in the ExpressionEngine developer performance guidelines at <a href="http://expressionengine.com/docs/development/guidelines/performance.html">http://expressionengine.com/docs/development/guidelines/performance.html</a>
</p>
<p>
You can get the optimized mod.acronym.php file in a zip archive at <a href="http://www.neverpanic.de/temp/mod_acronym.zip">http://www.neverpanic.de/temp/mod_acronym.zip</a>
</p>
<p>
I did a little benchmarking (the benchmark source code is still in the file, but commented - so if you want to run the benchmark on your own, go ahead):
<br />
On the page I tested, there were 9 calls to 1 acronym group, time elapsed for this with the original module 0.47111 seconds, time elapsed with my optimized module 0.06547 seconds.
<br />
That&#8217;s roughly a 86% drop.
</p>
<p>
I guess you&#8217;d probably want to update your module accordingly, so others can benefit from the optimizations aswell.
</p>
<p>
I would have notified you using the contact form, but I can&#8217;t attach PHP files and it seems the contact form blocks submissions with URLs (ever thought of using the freeform_module_validate_end hook in the Akismet extension for spam checking? I hacked that into my Akismet extension - it&#8217;s messy though).
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Extending</title>
      <link rel="alternate" type="text/html" href="http://www.solspace.com/forums/viewthread/566/" />      
      <id>tag:solspace.com,2008:forums/viewthread/.566</id>
      <published>2008-01-22T15:25:22Z</published>
      <updated></updated>
      <author><name>Bruce</name></author>
      <content type="html">
      <![CDATA[
        <p>Hi!
</p>
<p>
A client is looking for something like this, but one that will create a link to a definitions, (or something, even another weblog for definitions), more like a phrase recognition)
</p>
<p>
ie&#8221; Nappa Valley&#8221;
<br />
Becomes a link automatically linking to an entry/definition. Not much like Acronym, maybe more like tags?
<br />
Anything that can be made to do that?
<br />
Thanks
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Warnings and Notices</title>
      <link rel="alternate" type="text/html" href="http://www.solspace.com/forums/viewthread/955/" />      
      <id>tag:solspace.com,2008:forums/viewthread/.955</id>
      <published>2008-05-05T12:15:08Z</published>
      <updated></updated>
      <author><name>HopsStudios</name></author>
      <content type="html">
      <![CDATA[
        <p>I&#8217;m getting these messages when using Acronym:
</p>
<p>
7: [Mon May 05 14:58:46 2008] [error] [client 76.175.237.24] PHP Notice: Undefined variable: replace in /.../modules/acronym/mod.acronym.php on line 52, referer: example.com/articles/item/62906/
<br />
8: [Mon May 05 14:58:46 2008] [error] [client 76.175.237.24] PHP Warning: Invalid argument supplied for foreach() in /.../modules/acronym/mod.acronym.php on line 52, referer: example.com/articles/item/62906/
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Acronym Examples</title>
      <link rel="alternate" type="text/html" href="http://www.solspace.com/forums/viewthread/831/" />      
      <id>tag:solspace.com,2008:forums/viewthread/.831</id>
      <published>2008-04-03T12:58:20Z</published>
      <updated></updated>
      <author><name>Webnology</name></author>
      <content type="html">
      <![CDATA[
        <p>Hi,
</p>
<p>
can someone shwo me examples of a website using the Acronym module ?
</p>
<p>
Kind regards,
<br />
Michel
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>The module doesn&#8217;t work with Cyrillic (utf&#45;8)</title>
      <link rel="alternate" type="text/html" href="http://www.solspace.com/forums/viewthread/432/" />      
      <id>tag:solspace.com,2007:forums/viewthread/.432</id>
      <published>2007-11-25T07:23:45Z</published>
      <updated>2007-11-25T07:28:24Z</updated>
      <author><name>sigork</name></author>
      <content type="html">
      <![CDATA[
        <p>Screenshots attached.
</p>
<p>
Preferences: off
</p>
<p>
P.S. I use the Acronym plugin also, it works correctly (but I don&#8217;t want to use FTP). So, that is not an issue connected with the system.
</p>
      ]]>
      </content>
    </entry>


</feed>