<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
><channel><title>23Systems &#187; users</title> <atom:link href="http://www.23systems.net/tag/users/feed/" rel="self" type="application/rss+xml" /><link>http://www.23systems.net</link> <description>Custom website design and development</description> <lastBuildDate>Thu, 19 Jan 2012 07:50:06 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>FLIR Change Log - Recent changes for Facelift Image Replacement for WordPress</title><link>http://www.23systems.net/plugins/facelift-image-replacement-flir/change-log/</link> <comments>http://www.23systems.net/plugins/facelift-image-replacement-flir/change-log/#comments</comments> <pubDate>Wed, 08 Jul 2009 19:24:38 +0000</pubDate> <dc:creator>Dan Zappone</dc:creator> <category><![CDATA[23Systems]]></category> <category><![CDATA[automatic]]></category> <category><![CDATA[blog]]></category> <category><![CDATA[change log]]></category> <category><![CDATA[design]]></category> <category><![CDATA[facelift]]></category> <category><![CDATA[faq]]></category> <category><![CDATA[flir]]></category> <category><![CDATA[flirstyle]]></category> <category><![CDATA[ie 6]]></category> <category><![CDATA[image]]></category> <category><![CDATA[images]]></category> <category><![CDATA[javascript]]></category> <category><![CDATA[JQuery]]></category> <category><![CDATA[php]]></category> <category><![CDATA[Plugins]]></category> <category><![CDATA[safari]]></category> <category><![CDATA[users]]></category> <category><![CDATA[Wordpress]]></category><guid
isPermaLink="false">http://www.23systems.net/?page_id=363</guid> <description><![CDATA[0.8.9.1 Minor interface updates Quick links in plugins list Added additiona support and FAQ links to admin panel Readme and faq update 0.8.9 Moved JavaScript calls to the footer to improve load times. You must have the wp_footer() call in &#8230; <a
href="http://www.23systems.net/plugins/facelift-image-replacement-flir/change-log/">Continue reading <span
class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<h3>0.8.9.1</h3><ul><li>Minor interface updates<ul><li>Quick links in plugins list</li><li>Added additiona support and FAQ links to admin panel</li></ul></li><li>Readme and faq update</li></ul><h3>0.8.9</h3><ul><li>Moved JavaScript calls to the footer to improve load times.<ul><li>You must have the <code>wp_footer()</code> call in your template for FLIR to work &#8211; see <code>/wp-content/theme/default/footer.php</code> for example.</li></ul></li><li>Updated Facelift to version 2.0b3.<ul><li>Various improvments to rendering and speed</li><li>Using minified version of FLIR for improved load times</li><li>Additional features (not all are implement with FLIR for WordPress)</li><li>Bug fixes from previous versions</li></ul></li><li>Added one additional setting &#8211; Single Cache Directory option</li><li>Updated admin panel to hide help text and provide icon to toggle</li></ul><h3>0.8.8</h3><ul><li>Updated Facelift to version 1.2.2.<ul><li>Corrects security vulnerability with Facelift</li></ul></li></ul><h3>0.8.7.1</h3><ul><li><span
style="font-weight: normal;">Minor adjustments to work with WordPress 2.8.</span></li><li><span
style="font-weight: normal;">Minor changes to jQuery method to ensure compatibility with jQuery 1.3.2. </span></li></ul><h3>0.8.7</h3><ul><li>Fixed typ0 in JavaScript which create issue with IE7.</li></ul><h3>0.8.6</h3><ul><li><span
style="font-weight: normal;">Fixed bug in disable for IE 6 that was also disabling for IE 7 (Thanks Zack for pointing out my stupid error)</span></li><li><span
style="font-weight: normal;">Change some text in the admin panel to clarify a few items.</span></li></ul><h3>0.8.5</h3><ul><li>Set the tags used by the Automatic method to follow the element types as defined in the configuration</li><li>Add checkbox to allow the use of external JavaScript libraries &#8211; jQuery, Scriptaculous and Prototype support only</li><li>Hide Elements to Replace section when using Automatic method as Elements to Replace is not used in that case.</li><li>Add checkbox to disable FLIR for IE6 or lower users to avoid rendering issues that sometimes occur.</li><li>Fix the global Use FancyFonts not showing it&#8217;s activated.</li><li>Other minor interface fixes for WordPress 2.7</li><li>Changed internal selection methods to increase speed and reduce memory usage.</li></ul><h3>0.8.0</h3><ul><li>Updated Facelift to 1.2 release<ul><li>Font Collections</li><li>Basic Callback Functions</li><li>Better error handling</li><li>Bug in generateURL causing HTML not to be sanitized</li><li>Added functionality/bug fixes for “wrap” mode.  Better line-height support.</li><li>Rewrote element replacement algorithm. You no longer need to encapsulate plain text in span elements to have it replaced.  The new algo is recursive so it can replace any number of child elements.  You could even run it on document.body if you wanted to!</li><li>Added flir-image and flir-span classnames to the elements flir creates</li><li>Javascript Plugin support!</li><li>Moved DetectImageState code from facelift.js into a Javascript plugin</li><li>querySelectorAll support for the browsers that support it (Safari, FF3.1 alpha)</li><li>Font size modifier for cSize in FLIRStyle. You can now specify a font size calculation to be applied against the CSS font size.  For example, if you want the generated image to have a font size that is 140% the one you specified in your CSS you could do   cSize:’*1.4&#8242;.  All font sizes will then be multipled by 1.4.</li><li>FLIRStyle.buildURL no longer requires an HTML object to be passed</li><li>Hover caching problems fixed.  Better hover style support.</li><li>JPG and GIF support! Set the “output” option in FLIRStyle.  The default output option is auto.  Auto will cause the generated image to be a transparent png if the element doesn’t have a background color set. Otherwise it will use GIF.</li><li>Hover now only works with &lt;A&gt; elements.</li></ul></li><li>Rewrote code for better readability and adherence to code conventions (hopefully)</li><li>Redesigned admin interface to be more logically organized (again, hopefully)<ul><li>Added more helpful information to the configuration text.</li></ul></li><li>Added ability to specify all elements to replace rather than just the few I had.<ul><li>For example you can specify something like h1,h2,div#sidebar a to have your h1, h2 headers and all of the sidebar links replaced.</li></ul></li><li>Fixed deactivation routine to preserve config-flir.php during auto upgrade.</li><li>If manually upgrading please deactivate plugin before upgrading to ensure config-flir.php is configured correctly.</li></ul><h3>0.7.7</h3><ul><li>Updated Facelift to 1.2b3-3</li></ul><h3>0.7.6</h3><ul><li>Updated Facelift to 1.2b3-2</li></ul><h3>0.7.5</h3><ul><li>Added Facelift FancyFonts plugin option.  FancyFonts uses ImageMagick to render fonts instaed of GD and can be useful</li><li>Fixed the errant semi-colon issue that everybody keeps telling me about but I kept not seeing for some reason</li><li>Added (hopefully) better text prompts to the admin panel</li></ul><h3>0.7.0</h3><ul><li>Initialize plugin and set basic settings on install &#8211; note: the new version will overwrite your current config-flir.php</li><li>Set all config-flir.php settings (except allowed domain and font discovery which is done by the plugin)</li><li>Ability to flush cache on demand</li><li>Ability to reset the entire plugin and reinitialize</li><li>Ability to choose to have fonts automatically replaced for h1 to h5 headers or select a specific JavaScript library to use (jQuery, Prototype, Scriptaculous)</li><li>Latest version of Facelift 1.2b2 which fixes numerous rendering issues.</li><li>Admin panel page reloads after saving changes to reflect updates</li><li>Reduced number of fonts that come with plugin &#8211; all fonts are freeware/open source and redistributable</li><li>Easy addition of your own fonts &#8211; just drop in fonts folder and configure from admin panel</li><li>Selection of what fonts to include during element font selection</li><li>Moved additional admin includes into subdirectory</li><li>Minor cosmetic and coding fixes</li></ul><h3>0.5.9</h3><ul><li>Fixed issue with not running correctly when WordPress is installed in a sub-directory (i.e. <a
class="linkification-ext" title="Linkification: http://yousite.com/personal/blog/" href="http://yousite.com/personal/blog/">http://yousite.com/personal/blog/</a>)</li></ul><h3>0.5.5</h3><ul><li>Removed prototype implementation in favor of jQuery, noticeable improvement in speed.</li><li>Bug with IE in rendering header in some cases not jQuery related</li></ul><h3>0.5.0</h3><ul><li>Added per element modes</li></ul><h3>0.4.1</h3><ul><li>Updated Facelift to 1.2b</li></ul><h3>0.4.0</h3><ul><li>Basic admin functionality added</li><li>Implemented prototype in plugin for per element rendering</li></ul><h3>0.3.0</h3><ul><li>Initial Release</li><li>Auto redering of <code>&lt;h1&gt;</code> to <code>&lt;h5&gt;</code> only</li><li>Using Facelift 1.1</li></ul> ]]></content:encoded> <wfw:commentRss>http://www.23systems.net/plugins/facelift-image-replacement-flir/change-log/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Actionable Demo - Demonstration of the Actionable plugin for WordPress</title><link>http://www.23systems.net/plugins/actionable/actionable-demo/</link> <comments>http://www.23systems.net/plugins/actionable/actionable-demo/#comments</comments> <pubDate>Thu, 14 Aug 2008 21:46:39 +0000</pubDate> <dc:creator>Dan Zappone</dc:creator> <category><![CDATA[23Systems]]></category> <category><![CDATA[actionable]]></category> <category><![CDATA[JQuery]]></category> <category><![CDATA[php]]></category> <category><![CDATA[Plugins]]></category> <category><![CDATA[users]]></category> <category><![CDATA[Wordpress]]></category><guid
isPermaLink="false">http://www.23systems.net/?page_id=136</guid> <description><![CDATA[http://www.23systems.net<p>By <a
href="/wp-register.php">registering</a>, you can create a green actions profile and save it for future reference.</p>]]></description> <content:encoded><![CDATA[http://www.23systems.net<p>By <a
href="/wp-register.php">registering</a>, you can create a green actions profile and save it for future reference.</p>]]></content:encoded> <wfw:commentRss>http://www.23systems.net/plugins/actionable/actionable-demo/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Actionable for WordPress - Actionable is a plugin for WordPress that allows you to create a check list of action items that users can check off and track.</title><link>http://www.23systems.net/plugins/actionable/</link> <comments>http://www.23systems.net/plugins/actionable/#comments</comments> <pubDate>Sat, 02 Aug 2008 02:17:55 +0000</pubDate> <dc:creator>Dan Zappone</dc:creator> <category><![CDATA[23Systems]]></category> <category><![CDATA[actionable]]></category> <category><![CDATA[JQuery]]></category> <category><![CDATA[php]]></category> <category><![CDATA[Plugins]]></category> <category><![CDATA[users]]></category> <category><![CDATA[Wordpress]]></category><guid
isPermaLink="false">http://www.23systems.net/?page_id=54</guid> <description><![CDATA[Download from WordPress.Org Description Actionable allows you to create a categorized list of action items for users to check off and track.&#160; It was originally developed for&#160;Share 350.0 &#8211; a plan for regional sustainability to help people track their actions &#8230; <a
href="http://www.23systems.net/plugins/actionable/">Continue reading <span
class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<h3 style="text-align: center;">Download from WordPress.Org</h3><div
align="center"><a
href="http://www.23systems.net/downloads/file/actionable.zip?9d7bd4" title="Actionable 0.8.4"><img
src="http://www.23systems.net/wp-content/uploads/2011/10/download.png?9d7bd4" alt="download Actionable for WordPress"  title="Actionable for WordPress" /></a></div><h3 style="text-align: center;"><a
href="http://www.23systems.net/downloads/file/actionable.zip?9d7bd4" title="Actionable 0.8.4">Actionable 0.8.4 - (63 KB)</a></h3><h3>Description</h3><p>Actionable allows you to create a categorized list of action items for users to check off and track.&nbsp; It was originally developed for&nbsp;Share 350.0 &#8211; a plan for regional sustainability to help people track their actions and efforts to create a sustainable community.&nbsp; You can view a demo of <a
title="Actionable for WordPress Demo" href="/plugins/actionable/actionable-demo/">Actionable</a>.</p><h3>Installation</h3><ol><li>Extract actionable.zip to your <code>wp-content/plugins</code> directory.</li><li>In the admin panel under plugins activate Actionable.</li><li>View the Actionable admin panel under the Manage menu.</li><li>Add the text <code>&lt;!--actionable form--&gt;</code> to the page you want the plugin to appear.</li></ol><p>At this time you must manually add categories and actions.&nbsp; I am working to complete the admin panel of actionable to allow the addition of categories and actions from the admin panel.</p><p>You are able to view current actions and categories as well as some elementary statistics from the admin panel which resides under the manage menu.</p><h3>Screenshots</h3><div
id="attachment_55" class="wp-caption alignnone" style="width: 310px"><a
href="http://www.23systems.net/wp-content/uploads/2008/08/actionable-screenshot.jpg?9d7bd4" rel="lightbox[54]" title="Actionable in Action"><img
class="size-medium wp-image-55" title="Actionable in Action" src="http://www.23systems.net/wp-content/uploads/2008/08/actionable-screenshot-300x290.jpg?9d7bd4" alt="actionable screenshot 300x290 Actionable for WordPress" width="300" height="290" /></a><p
class="wp-caption-text">Actionable in Action</p></div><h3><a
title="Actionable for WordPress Demo" href="http://www.23systems.net/plugins/actionable/actionable-demo/">Actionable for WordPress Demo</a></h3><h3 name="faq" id="faq">Frequently Asked Questions</h3><h4>Can you tell me how to add actions and categories?</h4><p>The easiest way if to use either phpMyAdmin or mySQL GUI tools to directly edit the database.&nbsp; You should look for tables called <code>wp_actionable</code> and <code>wp_actionable_categories</code> (wp_ is the default WordPress database prefix &#8211; if you have changed this look for the table names with your prefix.)&nbsp; Create some categories in <code>_actionable_categories</code> first then create some actions in <code>_actionable_actions</code> assigning <code>actionable_id</code> in <code>_actionable_categories</code> to <code>actionable_cat</code> in <code>_actionable_actions</code> for the appropriate action.</p><p>The next release will allow for category and action creation from the admin panel</p><h4>Can I add my own styles?</h4><p>Yes, just edit the file <code>wp-content/plugins/actionable/css/styles.css</code>.</p><h3>Changelog</h3><h4>0.8.3</h4><ul><li><span
style="direction: ltr;">Updated animated collapse JavaScript to fix issue with jquery 1.3.2.</span></li><li><span
style="direction: ltr;">Tested to work with WordPress 2.8.</span></li></ul><h4>0.8.2</h4><ul><li><span
style="direction: ltr;">Fixed table creation bug &#8211; again</span></li><li><span
style="direction: ltr;">Fixed absolute pathing &#8211; should work with blogs in subdirectories</span></li></ul><h4>0.8.3</h4><ul><li>Updated animated collapse JavaScript to fix issue with jquery 1.3.2.</li><li>Tested to work with WordPress 2.8.</li></ul><h4>0.8.2</h4><ul><li>Fixed table creation bug &#8211; again</li><li>Fixed absolute pathing &#8211; should work with blogs in subdirectories</li></ul><h4>0.8.0</h4><ul><li>Initial public release</li></ul><h4>Notice</h4><p><em>Due to the current method of adding categories and actions you acknowledge that you are using at your own risk and I am not responsible for any data loss.</em></p><p>The comments are now <strong><em>closed </em></strong>for Actionable.</p><p>For Actionable general support please submit a support request &nbsp;though the <a
title="Support Form" href="http://www.23systems.net/services/support/">support form</a>. For questions, suggestions or comments please post a message in the&nbsp;<a
title="Actionable for WordPress Forum" href="http://www.23systems.net/forums/forum/actionable-for-wordpress/">Actionable for WordPress Forum</a> on my site.</p> ]]></content:encoded> <wfw:commentRss>http://www.23systems.net/plugins/actionable/feed/</wfw:commentRss> <slash:comments>15</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: basic
Database Caching 22/40 queries in 0.008 seconds using disk: basic
Object Caching 987/1003 objects using disk: basic

Served from: www.23systems.net @ 2012-02-04 01:40:33 -->
