<?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>Konstruktors &#187; fix</title>
	<atom:link href="http://konstruktors.com/blog/tag/fix/feed/" rel="self" type="application/rss+xml" />
	<link>http://konstruktors.com</link>
	<description>Web Design, WordPress and Performance Services</description>
	<lastBuildDate>Sat, 19 May 2012 16:41:40 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-beta4-20805</generator>
<atom:link rel="hub" href="http://konstruktors.superfeedr.com/"/><atom:link rel="hub" href="http://pubsubhubbub.appspot.com/"/>		<item>
		<title>WebKit Bug: Anti-aliasing for @font-face&#160;fonts</title>
		<link>http://konstruktors.com/blog/web-design/3190-webkit-bug-anti-aliasing-for-font-face-fonts/</link>
		<comments>http://konstruktors.com/blog/web-design/3190-webkit-bug-anti-aliasing-for-font-face-fonts/#comments</comments>
		<pubDate>Sun, 02 Oct 2011 14:43:15 +0000</pubDate>
		<dc:creator>Kaspars</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://konstruktors.com/?p=3190</guid>
		<description><![CDATA[This is a known Webkit bug &#8212; any text with @font-face applied will be rendered without anti-aliasing if there is a text element without anti-aliasing applied preceding it. Usually those are fonts smaller than 5px or monospaced fonts at small sizes which are rendered without anti-aliasing. I noticed this bug on this page &#8212; the [...]]]></description>
			<content:encoded><![CDATA[<p>This is <a href="http://seanmcb.com/junk/webkit-antialiasing-test.html">a known Webkit bug</a> &#8212; <strong>any text with <code>@font-face</code> applied will be rendered without anti-aliasing if there is a text element without anti-aliasing applied preceding it</strong>. Usually those are fonts smaller than 5px or monospaced fonts at small sizes which are rendered without anti-aliasing.</p>
<p><a href="http://jsfiddle.net/39GZd/7/"><img class="alignnone size-full wp-image-3191" title="Webkit @font-face anti-aliasing bug due to preceding font-size" src="http://konstruktors.com/wp-content/uploads/2011/10/webkit-font-aliasing-bug.png" alt="" width="500" height="211" /></a></p>
<p>I noticed this bug on <a href="http://putukrejums.lv/kazu-abc/">this page</a> &#8212; the heading &#8220;Kāzu ABC&#8221; was rendered aliased despite having the main menu in between that heading and the logo which had <code>font-size:1px;</code> applied. The only way to fix this is by avoiding aliased text directly before elements that use @font-face.</p>
<p>Here is <a href="http://jsfiddle.net/39GZd/7/">a live demo of the bug</a>.</p>
<h4>Related posts</h4><ol>
<li><a href='http://konstruktors.com/blog/design/158-were-back-with-a-free-font-suggestion-liberation-sans/' rel='bookmark' title='We&#8217;re back with a free font suggestion &#8212; Liberation&nbsp;Sans'>We&#8217;re back with a free font suggestion &#8212; Liberation&nbsp;Sans</a></li>
<li><a href='http://konstruktors.com/blog/web-design/1461-no-font-embedding-on-web/' rel='bookmark' title='No Font Embedding,&nbsp;Please'>No Font Embedding,&nbsp;Please</a></li>
<li><a href='http://konstruktors.com/blog/web-design/2899-replace-login-logo-with-site-name-link/' rel='bookmark' title='Replace WordPress Login Logo With Your Site&#8217;s Name and&nbsp;Link'>Replace WordPress Login Logo With Your Site&#8217;s Name and&nbsp;Link</a></li>
</ol>]]></content:encoded>
			<wfw:commentRss>http://konstruktors.com/blog/web-design/3190-webkit-bug-anti-aliasing-for-font-face-fonts/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>OpenID and PHP&#160;5.3</title>
		<link>http://konstruktors.com/blog/wordpress/2534-openid-and-php-5-3/</link>
		<comments>http://konstruktors.com/blog/wordpress/2534-openid-and-php-5-3/#comments</comments>
		<pubDate>Fri, 09 Jul 2010 10:19:16 +0000</pubDate>
		<dc:creator>Kaspars</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://konstruktors.com/?p=2534</guid>
		<description><![CDATA[Here is a fix to make the OpenID plugin (version 3.3.2) work with PHP 5.3. Without it, you would get an error when trying to login: This is an OpenID Server. Nothing to see here… move along. Related posts OpenID Plugin and WordPress&#160;2.8 How to Be Your Own OpenID Provider and Use Your blog&#8217;s URL [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://code.google.com/p/diso/issues/detail?id=161">Here is a fix</a> to make the <a href="http://wordpress.org/extend/plugins/openid/">OpenID plugin</a> (version 3.3.2) work with PHP 5.3. Without it, you would get an error when trying to login:</p>
<blockquote><p>This is an OpenID Server. Nothing to see here… move along.</p></blockquote>
<h4>Related posts</h4><ol>
<li><a href='http://konstruktors.com/blog/wordpress/1241-openid-plugin-and-wordpress-2-8/' rel='bookmark' title='OpenID Plugin and WordPress&nbsp;2.8'>OpenID Plugin and WordPress&nbsp;2.8</a></li>
<li><a href='http://konstruktors.com/blog/wordpress/259-how-to-be-your-own-openid-provider-and-use-your-blogs-url-for-identification/' rel='bookmark' title='How to Be Your Own OpenID Provider and Use Your blog&#8217;s URL for&nbsp;Identification'>How to Be Your Own OpenID Provider and Use Your blog&#8217;s URL for&nbsp;Identification</a></li>
<li><a href='http://konstruktors.com/blog/the-web/268-openid-seatbelt-firefox-plugin/' rel='bookmark' title='OpenID SeatBelt plugin for&nbsp;Firefox'>OpenID SeatBelt plugin for&nbsp;Firefox</a></li>
</ol>]]></content:encoded>
			<wfw:commentRss>http://konstruktors.com/blog/wordpress/2534-openid-and-php-5-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick Reply Templates Plugin and WordPress&#160;2.8</title>
		<link>http://konstruktors.com/blog/wordpress/1162-quick-reply-templates-plugin-and-wordpress-2-8/</link>
		<comments>http://konstruktors.com/blog/wordpress/1162-quick-reply-templates-plugin-and-wordpress-2-8/#comments</comments>
		<pubDate>Mon, 11 May 2009 22:28:39 +0000</pubDate>
		<dc:creator>Kaspars</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://konstruktors.com/blog/?p=1162</guid>
		<description><![CDATA[Quick Reply Templates is a really useful WordPress plugin by Paul William that allows you to have a predefined comment reply template, such as &#60;a href="#commend-id"&#62;@Name&#60;/a&#62;, that will be filled out automatically when you reply to a comment within your WordPress Dashboard or Edit Comments page. To make this plugin work also in WordPress 2.8 [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://wordpress.org/extend/plugins/quick-reply-template/">Quick Reply Templates</a> is a really useful WordPress plugin by <a title="Author of Quick Reply Templates plugin for WordPress" href="http://www.entropytheblog.com/blog/">Paul William</a> that allows you to have a predefined comment reply template, such as <code>&lt;a href="#commend-id"&gt;@Name&lt;/a&gt;, </code>that will be filled out automatically when you reply to a comment within your WordPress <em>Dashboard</em> or <em>Edit Comments</em> page.<span id="more-1162"></span></p>
<p>To make this plugin work also in WordPress 2.8 you have to replace:</p>
<pre lang="php">add_action( "admin_footer", 'pw_quick_reply_template_comment_script', 100);</pre>
<p>with this:</p>
<pre lang="php">global $wp_version;
if (version_compare($wp_version, '2.7.1',  '&gt;')) {
	add_action('admin_footer-index.php', 'pw_quick_reply_template_comment_script');
	add_action('admin_footer-edit-comments.php', 'pw_quick_reply_template_comment_script');
} else {
	add_action('admin_footer', 'pw_quick_reply_template_comment_script', 100);
}</pre>
<p>because the <code>admin_footer</code> action has been moved <em>above</em> the new <code>admin_print_footer_scripts</code> call in <code>/wp-admin/admin-footer.php</code> in WordPress 2.8. However, the Javascript magic of this plugin must be called <em>after</em> the built-in <code>commentReply</code> function has been defined.</p>
<h4>Related posts</h4><ol>
<li><a href='http://konstruktors.com/blog/wordpress/277-fixing-postpost-and-ozh-absolute-comments-plugins/' rel='bookmark' title='Fixing «PostPost» and «Ozh&#039; Absolute Comments»&nbsp;Plugins'>Fixing «PostPost» and «Ozh&#039; Absolute Comments»&nbsp;Plugins</a></li>
<li><a href='http://konstruktors.com/blog/wordpress/322-tabbed-widgets-plugin-for-wordpress/' rel='bookmark' title='Tabbed Widgets Plugin&nbsp;for WordPress'>Tabbed Widgets Plugin&nbsp;for WordPress</a></li>
<li><a href='http://konstruktors.com/blog/wordpress/831-wordpress-plugins-which-i-use/' rel='bookmark' title='WordPress Plugins which&nbsp;I&nbsp;Use'>WordPress Plugins which&nbsp;I&nbsp;Use</a></li>
</ol>]]></content:encoded>
			<wfw:commentRss>http://konstruktors.com/blog/wordpress/1162-quick-reply-templates-plugin-and-wordpress-2-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.8 bleeding-edge and&#160;WordPress_Module::_weak_escape()</title>
		<link>http://konstruktors.com/blog/wordpress/984-wordpress-28-bleeding-edge-and-wordpress_module_weak_escape/</link>
		<comments>http://konstruktors.com/blog/wordpress/984-wordpress-28-bleeding-edge-and-wordpress_module_weak_escape/#comments</comments>
		<pubDate>Sun, 29 Mar 2009 12:00:35 +0000</pubDate>
		<dc:creator>Kaspars</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://konstruktors.com/blog/understanding-web/984-wordpress-28-bleeding-edge-and-wordpress_module_weak_escape/</guid>
		<description><![CDATA[After upgrading to 2.8-beeding-edge I got the following error: Fatal error: Call to undefined method WordPress_Module::_weak_escape() in ../wp-includes/wp-db.php on line 473 Disabling Redirection plugin solved the problem. Could it be that Redirection also defines _weak_escape() or escape()? Server ir running PHP 5.2.6. Related posts Solving the Authentication and Plugin Errors After an Upgrade to WordPress&#160;2.5 [...]]]></description>
			<content:encoded><![CDATA[<p>After upgrading to <em>2.8-beeding-edge</em> I got the following error:</p>
<blockquote><p><code>Fatal error: Call to undefined method WordPress_Module::_weak_escape()<br />
in ../wp-includes/wp-db.php on line 473</code></p></blockquote>
<p>Disabling <a href="http://wordpress.org/extend/plugins/redirection/">Redirection</a> plugin solved the problem. Could it be that <em>Redirection</em> also defines <code>_weak_escape()</code> or <code>escape()</code>? Server ir running PHP 5.2.6.</p>
<h4>Related posts</h4><ol>
<li><a href='http://konstruktors.com/blog/wordpress/169-solving-authentication-and-plugin-errors-after-upgrade-to-wordpress-2-5/' rel='bookmark' title='Solving the Authentication and Plugin Errors After an Upgrade to WordPress&nbsp;2.5'>Solving the Authentication and Plugin Errors After an Upgrade to WordPress&nbsp;2.5</a></li>
<li><a href='http://konstruktors.com/blog/wordpress/2534-openid-and-php-5-3/' rel='bookmark' title='OpenID and PHP&nbsp;5.3'>OpenID and PHP&nbsp;5.3</a></li>
<li><a href='http://konstruktors.com/blog/wordpress/2538-automatic-updates-for-plugins-and-themes-hosted-outside-wordpress-extend/' rel='bookmark' title='Automatic Updates for Plugins and Themes Hosted Outside WordPress&nbsp;Extend'>Automatic Updates for Plugins and Themes Hosted Outside WordPress&nbsp;Extend</a></li>
</ol>]]></content:encoded>
			<wfw:commentRss>http://konstruktors.com/blog/wordpress/984-wordpress-28-bleeding-edge-and-wordpress_module_weak_escape/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
	</channel>
</rss>
