<?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; blog</title> <atom:link href="http://www.23systems.net/tag/blog/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>FLIR Frequently Asked Questions - Frequently Asked Questions for Facelift Image Replacement for WordPress</title><link>http://www.23systems.net/plugins/facelift-image-replacement-flir/frequently-asked-questions/</link> <comments>http://www.23systems.net/plugins/facelift-image-replacement-flir/frequently-asked-questions/#comments</comments> <pubDate>Wed, 08 Jul 2009 19:21:11 +0000</pubDate> <dc:creator>Dan Zappone</dc:creator> <category><![CDATA[23Systems]]></category> <category><![CDATA[blog]]></category> <category><![CDATA[design]]></category> <category><![CDATA[facelift]]></category> <category><![CDATA[flir]]></category> <category><![CDATA[image]]></category> <category><![CDATA[images]]></category> <category><![CDATA[integration]]></category> <category><![CDATA[JQuery]]></category> <category><![CDATA[php]]></category> <category><![CDATA[Plugins]]></category> <category><![CDATA[Wordpress]]></category><guid
isPermaLink="false">http://www.23systems.net/?page_id=360</guid> <description><![CDATA[It doesn&#8217;t work There are number of reason the plugin might not work. Check the following: Please ensure that you have a cache directory at wp-content/plugins/facelift-image-replacement/facelift/cache and that it is writable. (chmod a+w /cache) Please ensure that your config-flir.php file &#8230; <a
href="http://www.23systems.net/plugins/facelift-image-replacement-flir/frequently-asked-questions/">Continue reading <span
class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<h3>It doesn&#8217;t work</h3><p>There are number of reason the plugin might not work.  Check the following:</p><ul><li>Please ensure that you have a cache directory at <code>wp-content/plugins/facelift-image-replacement/facelift/cache</code> and that it is writable. (<code>chmod a+w /cache</code>)</li><li>Please ensure that your <code>config-flir.php </code>file exists at <code>wp-content/plugins/facelift-image-replacement/facelift/config-flir.php</code> and that it is writable. (<code>chmod a+w config-flir.php</code>)</li><li>Make sure the <code>wp-content/plugins/facelift-image-replacement/facelift/</code> is readable</li><li>Check your theme&#8217;s <code>footer.php</code> file and make sure it has the <code>wp_footer();</code> function in it.  It should be located just above the <code>&lt;/body&gt;</code> element close tag.</li><li>Check your theme&#8217;s <code>header.php</code> file and make sure it has the <code>wp_head();</code> function in it.  It should be located just above the <code>&lt;/head&gt;</code> element close tag.</li><li>Check the FLIR admin panel under the design menu and make certain all the options are set in the FLIR Configuration section.  Read the help text on the right of each option for information.</li><li>Check the FLIR admin panel under the design menu and make certain all the options you want are set in the Elements to Replace section.  Heading 1 is generally used for the blog heading, Heading 2 is used for the posts on the main page and on individual post pages, Heading 3 is often used with posts on the catagories and tags pages.  Small is often used for the date and author of the post.</li></ul><h3>When I set FLIR to wrap the text the text overlaps on a single line, how can I fix that?</h3><p>FLIR 2.0b3 has a minor issue where the text will overlap if line-height isn&#8217;t specified in your CSS file for that particular style.  Adding line-height equal to the font size should correct that.  For example</p><pre lang="css">a.pagetitle{
    font-weight:bold;
    font-size:24px;
    display:block;
}</pre><p>Can be updated like so to add line-height:</p><pre lang="css">a.pagetitle{
    font-weight:bold;
    font-size:24px;
    line-height:24px;
    display:block;
}</pre><h3>Will FLIR be configurable from the admin panel?</h3><p>FLIR is almost completly configurable from the admin panel.  Eventually it is planned to be able to configure FLIR almost completely from the admin panel.  At present to configure how and what fonts are used with flir and certain element to be replaced by FLIR.</p><h3>Will the FLIR plugins be usable?</h3><p>At present the FancyFonts plugin is implemented.  QuickEffects will be implemented next.  They require ImageMagick 6.3.7 or higher to function correctly and will be configurable from the admin panel.</p><h3>What about the fonts that come with FLIR?</h3><p>All the fonts that come with FLIR are either free or Open Source.</p><h3>What advantages would you say FLIR provides over sIFR? Besides, of course, from needing flash?</h3><ul><li>Facelift creates transparent PNGs which can lie over the top of any background you want.   For example, take a look at <a
title="Facelift Example 5" href="http://facelift.mawhorter.net/examples/" class="broken_link">Example #5</a>.</li><li>It can easily create multi colored/font headers.  (<a
title="Facelift Example 3" href="href=&quot;http://facelift.mawhorter.net/examples/" class="broken_link">Example #3</a>)</li><li>It can replace links and maintain their clickability (though I believe this functionality was added to sIFR).</li><li>It is very easy to implement.  No other tools besides a web browser are needed and it is very easy to maintain.</li><li>It plays well with third party libraries such as jQuery and prototype.</li><li>You can take advantage of plugins such as the QuickEffects plugin and add things like drop shadows and pattern/gradient fills if you have ImageMagick installed on your server.</li></ul><h3>Is there some kind of caching system? If so, how does it work?</h3><p>Facelift caches all images it generates to disk.  It then will send appropriate headers to the browser if the image has not changed.  This allows for drastic speed increases in rendering when browsing a website.  After a couple of page views you sometimes won&#8217;t even notice the text get replaced.  By default, the cached images are saved indefinitely, but you can change facelift to run through the cache every so often and remove old images to save disk space.  Just change the settings in the admin panel.</p><h3>It still doesn&#8217;t work / I have other questions</h3><p>The best places to get answers are here on this page or <a
title="FLIR Integration with WordPress Forum" href="http://forums.mawhorter.net/viewforum.php?id=11" class="broken_link">FLIR Integration with WordPress Forum</a>.</p> ]]></content:encoded> <wfw:commentRss>http://www.23systems.net/plugins/facelift-image-replacement-flir/frequently-asked-questions/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>23Systems Blog</title><link>http://www.23systems.net/2008/03/23systems-blog/</link> <comments>http://www.23systems.net/2008/03/23systems-blog/#comments</comments> <pubDate>Tue, 11 Mar 2008 21:01:23 +0000</pubDate> <dc:creator>Dan Zappone</dc:creator> <category><![CDATA[MediaWiki]]></category> <category><![CDATA[Plugins]]></category> <category><![CDATA[Themes]]></category> <category><![CDATA[Wordpress]]></category> <category><![CDATA[blog]]></category> <category><![CDATA[design]]></category> <category><![CDATA[web development]]></category><guid
isPermaLink="false">http://www.23systems.net/2008/03/11/23systems-blog/</guid> <description><![CDATA[We&#8217;re using our blog to provided dialogue about our WordPress and MediaWiki plugins and themes as well as out website design and development work.]]></description> <content:encoded><![CDATA[<p>We&#8217;re using our blog to provided dialogue about our WordPress and MediaWiki plugins and themes as well as out website design and development work.</p> ]]></content:encoded> <wfw:commentRss>http://www.23systems.net/2008/03/23systems-blog/feed/</wfw:commentRss> <slash:comments>0</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 12/68 queries in 0.013 seconds using disk: basic
Object Caching 947/1045 objects using disk: basic

Served from: www.23systems.net @ 2012-02-04 01:28:07 -->
